@font-face {
  font-family: Akira Expanded Font;
  src: url('../fonts/akira-expanded-font.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --dark-grey: #9990;
  --black: black;
  --gainsboro: #e6e6e6;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Tenor Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Tenor Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

ul, ol {
  color: #000;
  font-family: Source Serif Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}

img {
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

blockquote {
  color: #000;
  border-style: solid none none;
  border-top-width: 2px;
  border-top-color: #000;
  border-left-width: 5px;
  border-left-color: #e2e2e2;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #666;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.navigation-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navigation {
  background-color: #fff0;
  border-bottom: 1px #e6e6e6;
  justify-content: center;
  align-items: center;
  height: 106px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.image-logo {
  width: 217px;
  margin-top: 0;
  margin-bottom: 0;
}

.nav-link {
  color: #000;
  margin-right: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.nav-link.white {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}

.container {
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
}

.container.cc-center {
  text-align: left;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.cc-post-image {
  max-width: 1400px;
}

.paragraph {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Tenor Sans, sans-serif;
  font-size: 23px;
  line-height: 31px;
  display: block;
}

.paragraph.cc-contact-text {
  margin-bottom: 50px;
}

.paragraph._2 {
  text-align: center;
  margin-bottom: 29px;
  display: block;
}

.footer {
  background-color: #141414;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.top-section {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.footer-title-text {
  color: #666;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.footer-links {
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  align-items: flex-start;
  width: 25%;
  margin-top: 15px;
  display: flex;
}

.footer-links-container {
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.footer-links-container.cc-categories {
  display: block;
}

.footer-categories {
  width: 75%;
}

.footer-newsletter {
  width: 25%;
}

.bottom-1 {
  text-align: left;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start space-between;
  display: flex;
}

.bottom-2 {
  flex: 1;
  width: 75%;
  margin-top: 40px;
}

.bottom {
  width: 100%;
}

.separator-color {
  background-color: #e6e6e6;
  max-width: 1290px;
  height: 1px;
}

.separator-color.footer-line {
  background-color: #4d4d4d;
}

.text-field {
  color: #999;
  height: 48px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.submit-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  width: 100px;
  height: 48px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.form {
  align-items: flex-end;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.posts-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.posts-wrapper.cc-top-post {
  justify-content: space-between;
}

.top-post {
  justify-content: center;
  align-items: center;
  padding: 150px 30px 60px;
  display: flex;
}

.navigation-link {
  color: #000;
  align-content: space-between;
  height: 90px;
  padding: 34px 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  position: relative;
}

.navigation-link._2 {
  display: none;
}

.navigation-link-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.navigation-hover {
  background-color: #000;
  align-items: flex-end;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.header {
  background-image: url('../images/image-header.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 35vw;
  display: block;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.contact {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.footer-small-text {
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.dropdown {
  display: none;
}

.container-footer {
  width: 100%;
  max-width: 1200px;
}

.contact-info-subtitle {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.contact-info-text {
  color: #000;
  letter-spacing: -.5px;
  width: 100%;
  margin-top: 20px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.contact-number {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.nav-menu {
  display: flex;
}

.top-post-image {
  width: 60%;
}

.top-post-item {
  perspective: 2000px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.top-post-text {
  width: 40%;
  padding-left: 50px;
}

.category-link {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.category-link:hover {
  text-decoration: underline;
}

.h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 25px;
  font-family: Tenor Sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.h2.cc-title-section {
  margin-top: 0;
  margin-bottom: 40px;
}

.h2.cc-title-section.cc-push-text {
  margin-right: 15px;
}

.post-short-text {
  color: #666;
  font-family: Source Serif Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.post-author {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.post-author:hover {
  text-decoration: underline;
}

.post-author.cc-top-margin {
  margin-right: 5px;
}

.post-author-text {
  margin-top: 30px;
  display: flex;
}

.post-author-text.cc-small-thumbnail {
  margin-top: 0;
}

.post-author-text.cc-center {
  align-items: center;
}

._3-posts {
  justify-content: center;
  align-items: center;
  padding-bottom: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.posts-collection-list-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.posts-image {
  margin-bottom: 20px;
}

.top-post-link-block {
  text-decoration: none;
}

._3-collection-item {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.post-title {
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
}

.h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tenor Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.post-info-text {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}

.posts-collection-list {
  flex-wrap: wrap;
  margin: -25px -10px;
  display: flex;
}

.separator-container {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

._4-collection-item {
  flex-wrap: wrap;
  width: 25%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.button {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  padding: 20px 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.section-title-text {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.section-title-text:hover {
  text-decoration: underline;
}

._2-collection-item {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.featured-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.separator-footer {
  margin-top: 60px;
  margin-bottom: 60px;
}

.about-top {
  justify-content: center;
  align-items: center;
  padding: 210px 30px 120px;
  display: flex;
}

.h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Akira Expanded Font, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

.text-container {
  width: 75%;
}

.section-title-big {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Tenor Sans, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.link-block {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.team-collection-item {
  flex-wrap: wrap;
  align-items: stretch;
  width: 25%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.team-image {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.team-member-info {
  margin-top: 15px;
}

.team-member-name {
  color: #000;
  font-family: Source Serif Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.team-member-role {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.collection-list-wrapper-7 {
  margin: -25px -10px;
}

.contact-item-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.contact-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.contact-item {
  text-align: center;
  border: 1px solid #000;
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  padding: 45px 30px;
  display: flex;
}

.number {
  color: #fff;
  text-align: center;
  font-family: Source Serif Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.about-blog {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.title-section {
  justify-content: center;
  align-items: center;
  padding: 180px 30px 90px;
  display: flex;
}

.post-image {
  justify-content: center;
  align-items: center;
  display: flex;
}

.post-content {
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.post-content-wrapper {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: block;
}

.author-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 10px;
}

.rich-text h1 {
  font-family: Tenor Sans, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.rich-text h4, .rich-text h5, .rich-text h6 {
  font-family: Tenor Sans, sans-serif;
  font-weight: 400;
}

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

.logo.w--current {
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.logo.cc-footer {
  margin-bottom: 2px;
  margin-right: 15px;
}

.collection-list {
  flex-wrap: wrap;
  display: flex;
}

.footer-collection-item {
  color: #fff;
  width: 25%;
  margin-bottom: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

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

.div-block {
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;
}

.footer-links-inner {
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.body {
  background-color: #0d0d0d;
}

.section {
  height: 5000px;
}

.section-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 430px;
  margin-top: 110px;
  display: flex;
}

.div-block-2 {
  clear: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 433px;
  height: 303px;
  display: flex;
}

.background-video {
  z-index: 1;
  clear: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 300px;
  height: 300px;
  margin-right: 80px;
  display: block;
  position: relative;
}

.image {
  z-index: 2;
  width: 229px;
  margin-top: -80px;
  position: relative;
}

.div-block-3 {
  max-width: 586px;
  margin-left: 41px;
}

.text-span {
  text-transform: none;
  font-style: italic;
  font-weight: 400;
}

.text-span-2 {
  font-size: 16px;
}

.text-span-3, .bold-text, .italic-text {
  font-size: 23px;
}

.section-b {
  background-color: #0d0d0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 214px;
  padding-bottom: 23px;
  display: flex;
}

.section-links {
  background-color: #0d0d0d;
  border-bottom: 2px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 37px;
  display: flex;
}

.link-button {
  color: #2f2f2f;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  margin: 14px 24px 14px 0;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Akira Expanded Font, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 3px 6px 19px -4px #00000038;
}

.link-button:hover {
  transform: scale(1.1);
}

.cell {
  justify-content: center;
  align-items: center;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  max-width: 507px;
  height: 126px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.div-block-4._2 {
  max-width: 529px;
  height: 118px;
}

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

.div-block-6 {
  max-width: 757px;
  margin-bottom: -4px;
}

.html-embed {
  width: 401px;
  height: 90px;
  margin-left: 29px;
  margin-right: 29px;
}

.html-embed.sc {
  height: 116px;
}

.div-block-7 {
  margin-bottom: 19px;
  display: flex;
}

.div-block-7.sc {
  margin-bottom: 39px;
}

.div-block-7.sc.b {
  display: block;
}

.more-releases {
  color: #fff;
  font-family: Akira Expanded Font, sans-serif;
}

.div-block-8 {
  letter-spacing: 1px;
  margin-bottom: 40px;
  transition: all .25s;
}

.div-block-8:hover {
  letter-spacing: 3px;
  transform: scale(1.1);
}

.media-links-sec {
  justify-content: center;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 27px;
  display: flex;
}

.media-links-block {
  filter: invert();
  cursor: pointer;
  width: 40px;
  margin-left: 13px;
  margin-right: 13px;
  transition: all .2s;
}

.media-links-block:hover {
  transform: scale(1.2);
}

.lottie-animation {
  width: auto;
  height: 100%;
}

.div-block-9 {
  background-color: #a28282;
  background-image: linear-gradient(#dfdfdf, #f5906b);
  width: 102px;
  height: 100%;
}

.image-2 {
  max-width: 100%;
}

.div-block-10 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 285px;
  height: 103px;
  margin-bottom: 0;
  margin-left: 12px;
  margin-right: 12px;
  transition: all .525s;
  display: flex;
  overflow: hidden;
}

.div-block-10:hover {
  transform: scale(1.15);
}

.div-block-11 {
  flex-direction: column;
  display: flex;
}

.project-link {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-project {
  border-radius: 20px;
  max-width: 100%;
}

.projects-section {
  background-color: #0d0d0d;
  border-top: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.projects-section.individual {
  border-top-style: none;
  margin-top: 70px;
}

.link-block-2, .link-block-3 {
  text-decoration: none;
}

.contact-title {
  color: #fff;
  letter-spacing: 3px;
  font-family: Akira Expanded Font, sans-serif;
  font-size: 19px;
  line-height: 35px;
}

.contact-title._2 {
  font-size: 26px;
}

.email {
  letter-spacing: 2px;
  font-size: 30px;
}

.email-text {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 13px;
  font-family: Tenor Sans, sans-serif;
  text-decoration: none;
  transition: all .4s;
  position: relative;
}

.email-text:hover {
  transform: scale(1.1);
}

.div-block-12 {
  margin-bottom: 13px;
}

.body-2 {
  background-color: #0d0d0d;
}

.section-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.div-block-13 {
  width: 111px;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 109px;
  display: flex;
}

.body-3 {
  background-color: #0d0d0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 53px;
  padding-bottom: 53px;
  display: flex;
}

.links-contact-button-div {
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.booking-link-button {
  background-color: var(--white);
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 3px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Exo, sans-serif;
  font-weight: 700;
  transition: all .2s;
}

.booking-link-button:hover {
  transform: scale(1.1);
}

.booking-link-button._2 {
  display: none;
}

.booking-link-button.rider {
  background-color: var(--dark-grey);
  color: #fff;
  background-image: linear-gradient(#0000, #0000);
  border: 2px solid #fff;
}

.lottie-contact-div {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 409px;
  height: 59px;
  margin-bottom: 13px;
  display: flex;
  overflow: hidden;
}

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

.utility-page-content {
  filter: invert();
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 308px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-pass-button {
  background-color: #000;
  border-radius: 5px;
  width: 100%;
}

.body-4 {
  background-color: var(--black);
}

.releases-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 99px;
  padding-top: 34px;
  padding-bottom: 42px;
  display: flex;
}

.title-release-div {
  margin-bottom: 39px;
}

.text-title-releases {
  color: #fff;
  letter-spacing: 4px;
  font-family: Akira Expanded Font, sans-serif;
  font-size: 36px;
}

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

.release-img {
  width: 213px;
  margin-bottom: 8px;
}

.song-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.song-title.label {
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: 300;
}

.song-title.artist {
  text-align: center;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
}

.link-block-4 {
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block-4:hover {
  transform: scale(1.1);
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.mini-w {
  font-size: 11px;
}

.body-5 {
  background-color: #0d0d0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coming-soon-text {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #0d0d0d;
  font-family: Akira Expanded Font, sans-serif;
  font-size: 68px;
  line-height: 33px;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  overflow: hidden;
}

.lottie-animation-3 {
  width: 100%;
}

.body-6 {
  background-color: #0d0d0d;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navigation-container {
    justify-content: space-between;
  }

  .navigation {
    z-index: 999;
    padding-right: 8px;
  }

  .image-logo {
    z-index: 9999;
    position: relative;
  }

  .container {
    flex-flow: column;
    align-items: center;
  }

  .paragraph {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .footer-categories {
    width: 100%;
  }

  .footer-newsletter {
    width: 100%;
    margin-bottom: 35px;
  }

  .bottom-1 {
    flex-flow: wrap-reverse;
  }

  .bottom-2 {
    width: 100%;
  }

  .navigation-link {
    background-color: #1f1f1f00;
    justify-content: flex-end;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-link._2 {
    display: inline-block;
  }

  .navigation-link-text {
    font-size: 18px;
    line-height: 24px;
  }

  .navigation-hover {
    display: none;
  }

  .header {
    height: 50vw;
  }

  .container-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: #070707;
    margin-top: -90px;
    padding-top: 120px;
    padding-bottom: 30px;
    display: none;
    box-shadow: 0 5px 20px #00000040;
  }

  .menu-button {
    color: #000;
    width: 90px;
    height: 90px;
    font-family: Libre Franklin, sans-serif;
    font-size: 32px;
    font-weight: 400;
  }

  .menu-button:active {
    background-color: #e9e9e900;
  }

  .menu-button.w--open {
    background-color: #fff0;
  }

  .top-post-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .top-post-item {
    flex-wrap: wrap;
  }

  .top-post-text {
    width: 100%;
    padding-left: 0;
  }

  .h2.cc-title-section {
    margin-top: 0;
  }

  ._4-collection-item {
    width: 50%;
  }

  .icon-2 {
    filter: invert();
    color: #000;
  }

  .about-top {
    padding-top: 180px;
    padding-bottom: 90px;
  }

  .h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .text-container {
    width: 100%;
  }

  .team-collection-item {
    width: 33.3333%;
  }

  .team-image {
    justify-content: flex-start;
    width: 100%;
  }

  .contact-item-wrapper {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .contact-wrapper {
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .title-section.cc-detail {
    padding-top: 150px;
  }

  .hamburguericon {
    height: 43px;
  }

  .lottie-eye {
    filter: brightness(0%) invert();
  }

  .section-2 {
    align-items: center;
    margin-top: 115px;
    padding-left: 34px;
    padding-right: 34px;
    display: flex;
  }

  .div-block-2 {
    width: 406px;
    height: 261px;
  }

  .background-video {
    z-index: 1;
  }

  .image {
    z-index: 2;
    width: 210px;
    display: block;
    position: relative;
  }

  .text-span-3, .bold-text {
    font-size: 16px;
  }

  .italic-text {
    font-size: 16px;
    text-decoration: underline;
  }

  .section-links {
    padding-left: 50px;
    padding-right: 50px;
  }

  .link-button {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 18px;
    line-height: 16px;
  }

  .div-block-4._2 {
    max-width: 462px;
    height: 117px;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: flex-start;
  }

  .html-embed {
    margin: 5px 0;
  }

  .html-embed.sc {
    height: 113px;
  }

  .div-block-7 {
    flex-direction: column;
  }

  .projects-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .contact-title._2 {
    text-align: center;
    font-size: 22px;
  }

  .email {
    text-align: center;
  }

  .song-title {
    font-size: 17px;
  }

  .song-title.label {
    font-size: 9px;
  }

  .song-title.artist {
    font-size: 13px;
  }

  .quick-stack {
    grid-column-gap: 25px;
  }

  .lottie-animation-2 {
    width: 100%;
    height: 266px;
  }

  .div-block-15 {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    font-size: 17px;
  }

  .footer-title-text {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-wrap: nowrap;
    width: 50%;
    margin-top: 25px;
  }

  .footer-links-container {
    flex-wrap: wrap;
  }

  .footer-categories {
    display: none;
  }

  .footer-newsletter {
    margin-bottom: 15px;
  }

  .top-post {
    margin-top: 0;
    padding-top: 135px;
  }

  .navigation-link, .navigation-link._2 {
    display: flex;
  }

  .team, .contact {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .dropdown {
    background-color: #fff;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .dropdown-toggle {
    color: #999;
    align-items: center;
    width: 100%;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    font-family: Libre Franklin, sans-serif;
    font-weight: 400;
    line-height: 24px;
    display: flex;
  }

  .dropdown-toggle.w--open {
    color: #000;
    font-weight: 600;
  }

  .icon {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px;
  }

  .dropdown-list {
    margin-top: 0;
  }

  .dropdown-list.w--open {
    margin-top: auto;
  }

  .dropdown-link {
    color: #000;
    background-color: #fff;
    padding: 15px 20px;
    font-family: Libre Franklin, sans-serif;
    font-weight: 600;
  }

  .h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .h2.cc-title-section.cc-push-text {
    margin-right: 10px;
  }

  ._3-collection-item, ._4-collection-item, ._2-collection-item {
    width: 100%;
  }

  .about-top {
    padding-top: 180px;
    padding-bottom: 90px;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .team-collection-item {
    width: 50%;
  }

  .about-blog {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .title-section {
    padding-top: 150px;
    padding-bottom: 60px;
  }

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

  .footer-links-inner {
    flex-wrap: nowrap;
    width: 50%;
    margin-top: auto;
  }

  .section-2 {
    flex-direction: row;
    align-items: center;
    height: auto;
    margin-top: 113px;
    padding-right: 8px;
  }

  .div-block-2 {
    width: 293px;
    height: 231px;
  }

  .background-video {
    width: 216px;
  }

  .image {
    width: 164px;
  }

  .div-block-3 {
    margin-left: 31px;
  }

  .section-links {
    padding-left: 19px;
    padding-right: 19px;
  }

  .div-block-4 {
    max-width: 456px;
  }

  .html-embed {
    width: 418px;
  }

  .image-2 {
    max-width: 100%;
  }

  .div-block-10 {
    width: 222px;
    height: 79px;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-title {
    text-align: center;
    font-size: 15px;
    line-height: 19px;
  }

  .contact-title._2 {
    font-size: 26px;
    line-height: 29px;
  }

  .email {
    text-align: center;
    font-size: 29px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container {
    padding-left: 22px;
    padding-right: 8px;
  }

  .navigation {
    height: 14vh;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.white {
    margin-right: 0;
  }

  .paragraph {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph._2 {
    margin-bottom: 0;
    font-size: 16px;
    display: block;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-section {
    flex-wrap: wrap;
    max-width: none;
  }

  .footer-title-text {
    width: 100%;
    margin-top: 20px;
  }

  .footer-links {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .footer-links-container {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .top-post {
    padding-top: 105px;
    padding-bottom: 30px;
  }

  .header {
    height: 75vw;
  }

  .team, .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-small-text {
    margin-top: 20px;
    line-height: 18px;
  }

  .menu-button {
    width: 80px;
    height: 80px;
    padding: 13px;
  }

  .h2.cc-title-section.cc-push-text {
    margin-bottom: 0;
  }

  ._3-posts {
    padding-bottom: 60px;
  }

  .latest-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button {
    width: 100%;
    margin-top: 60px;
  }

  .featured-posts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-top {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .team-collection-item, .contact-item-wrapper {
    width: 100%;
  }

  .about-blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-section {
    padding-top: 135px;
  }

  .title-section.cc-detail {
    padding-top: 120px;
  }

  .logo.w--current {
    width: 56%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .footer-links-inner {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .section-2 {
    flex-direction: column;
    margin-top: 135px;
    padding-bottom: 13px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-2 {
    align-items: center;
    width: 100%;
    height: 211px;
    margin-bottom: 0;
  }

  .background-video {
    width: 245px;
    margin-left: -16%;
    margin-right: 0;
  }

  .image {
    width: 151px;
    margin-top: -60px;
    margin-left: 0;
    margin-right: -42%;
  }

  .div-block-3 {
    margin-left: 0;
  }

  .bold-text, .italic-text {
    font-size: 16px;
  }

  .section-links {
    padding: 38px 19px 2px;
  }

  .link-button {
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Akira Expanded Font, sans-serif;
    font-size: 17px;
    line-height: 23px;
  }

  .div-block-4 {
    height: 93px;
    margin-bottom: 24px;
  }

  .div-block-4._2 {
    max-width: 100%;
    height: 88px;
    margin-bottom: 29px;
  }

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

  .div-block-6 {
    margin-bottom: 0;
    padding-bottom: 31px;
  }

  .html-embed {
    width: 100%;
    height: 88px;
  }

  .html-embed.sc {
    width: 100%;
    height: 85px;
  }

  .div-block-7.sc {
    align-items: center;
    width: 279px;
  }

  .div-block-8 {
    margin-bottom: 30px;
  }

  .media-links-block {
    width: 32px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .image-2 {
    max-width: 100%;
  }

  .div-block-10 {
    width: 269px;
    height: 94px;
  }

  .projects-section {
    padding-top: 42px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .link-block-2, .link-block-3 {
    text-decoration: none;
  }

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

  .contact-title._2 {
    font-size: 16px;
    line-height: 21px;
  }

  .email {
    text-align: center;
    font-size: 18px;
  }

  .email-text._2 {
    border-bottom: 2px solid #fff;
    margin-bottom: 7px;
    padding-bottom: 15px;
  }

  .div-block-12 {
    max-width: 321px;
  }

  .div-block-12._2 {
    margin-bottom: 13px;
  }

  .links-contact-button-div {
    flex-direction: column;
  }

  .booking-link-button {
    text-align: center;
    width: 100%;
    margin-bottom: 13px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .lottie-contact-div {
    max-width: 253px;
    height: 44px;
    margin-bottom: 16px;
  }

  .title-release-div {
    margin-bottom: 16px;
  }

  .text-title-releases {
    text-align: center;
    font-size: 21px;
  }

  .song-title {
    font-size: 14px;
  }

  .song-title.label {
    margin-bottom: 0;
  }

  .song-title.artist {
    margin-top: 0;
    font-size: 12px;
  }

  .quick-stack {
    grid-row-gap: 40px;
  }

  .coming-soon-text {
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #0d0d0d;
    font-size: 49px;
    line-height: 26px;
  }
}

#w-node-_902813a6-99ac-830c-5a9e-84ae4805c315-df00704f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_902813a6-99ac-830c-5a9e-84ae4805c316-df00704f, #w-node-_902813a6-99ac-830c-5a9e-84ae4805c317-df00704f, #w-node-_41a29d26-8c55-825a-b234-89bd419d606e-df00704f, #w-node-e299215f-cdc6-bce4-e42b-c991ce6ec8a2-df00704f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b6bcc47-5373-d686-cbd2-043c318d3fd1-6d64d775 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f2c02a43-bdc3-186f-cb87-1c002e1850dd-6d64d775, #w-node-_99869a9d-8509-07df-aa9a-92ffa31fa6b1-6d64d775, #w-node-ac9382f2-6b6d-5057-ae03-44bbbd35bdb6-6d64d775, #w-node-_9933c7e3-7ec2-5081-cb06-ef13decf83e8-6d64d775, #w-node-e97b083a-38e9-2527-f67e-2d42c9ae599c-6d64d775, #w-node-_0474e7b8-5b25-d014-4429-63b1844323f2-6d64d775, #w-node-_01fccc86-7f5b-6c29-ee5e-2d1a55337df0-6d64d775, #w-node-da9ed51b-ba53-70cb-411c-ddae49d01b03-6d64d775 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93d2c077-00e4-986b-9bc0-e1b3be5797a8-a61b854d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_93d2c077-00e4-986b-9bc0-e1b3be5797a9-a61b854d, #w-node-_93d2c077-00e4-986b-9bc0-e1b3be5797ad-a61b854d, #w-node-_93d2c077-00e4-986b-9bc0-e1b3be5797b1-a61b854d, #w-node-_93d2c077-00e4-986b-9bc0-e1b3be5797b5-a61b854d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_5b6bcc47-5373-d686-cbd2-043c318d3fd1-6d64d775 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f2c02a43-bdc3-186f-cb87-1c002e1850dd-6d64d775, #w-node-_99869a9d-8509-07df-aa9a-92ffa31fa6b1-6d64d775, #w-node-ac9382f2-6b6d-5057-ae03-44bbbd35bdb6-6d64d775, #w-node-_9933c7e3-7ec2-5081-cb06-ef13decf83e8-6d64d775, #w-node-e97b083a-38e9-2527-f67e-2d42c9ae599c-6d64d775, #w-node-_0474e7b8-5b25-d014-4429-63b1844323f2-6d64d775, #w-node-_01fccc86-7f5b-6c29-ee5e-2d1a55337df0-6d64d775, #w-node-da9ed51b-ba53-70cb-411c-ddae49d01b03-6d64d775 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_902813a6-99ac-830c-5a9e-84ae4805c315-df00704f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_902813a6-99ac-830c-5a9e-84ae4805c316-df00704f, #w-node-_902813a6-99ac-830c-5a9e-84ae4805c317-df00704f, #w-node-_41a29d26-8c55-825a-b234-89bd419d606e-df00704f, #w-node-e299215f-cdc6-bce4-e42b-c991ce6ec8a2-df00704f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5b6bcc47-5373-d686-cbd2-043c318d3fd1-6d64d775 {
    grid-template-rows: minmax(auto, 1fr) auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_93d2c077-00e4-986b-9bc0-e1b3be5797a8-a61b854d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_93d2c077-00e4-986b-9bc0-e1b3be5797a9-a61b854d, #w-node-_93d2c077-00e4-986b-9bc0-e1b3be5797ad-a61b854d, #w-node-_93d2c077-00e4-986b-9bc0-e1b3be5797b1-a61b854d, #w-node-_93d2c077-00e4-986b-9bc0-e1b3be5797b5-a61b854d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Akira Expanded Font';
  src: url('../fonts/akira-expanded-font.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}