@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-dark: #5d516c;
  --primary: #38214a;
  --primary-light: #f9e7e6;
  --white: white;
  --text-gray: #8f8f8f;
  --gray: #38214a1a;
  --black: black;
  --white-50: #ffffff80;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: var(--text-dark);
  font-family: Syne, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1em;
}

h3 {
  color: var(--primary);
  margin-top: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1em;
}

h4 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

h5 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.2em;
}

p {
  color: var(--text-dark);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  text-transform: capitalize;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: color .3s;
}

ul {
  margin-top: 10px;
  padding-left: 0;
}

li {
  color: var(--text-dark);
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
}

label {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/Vector.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 23px 24px;
  border-left: 1px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 30px 20px;
  line-height: 1.2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.light-background {
  background-color: var(--primary-light);
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.section.blog-classic-banner {
  background-image: url('../images/edward-cisneros-_1edward-cisneros .webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.section.no-bottom-padding-light-background {
  background-color: var(--primary-light);
}

.section.blog-details-banner {
  background-image: url('../images/nainoa-shizuru-NcdG9-.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.section.without-bottom-space {
  padding-bottom: 0;
}

.section.with-image-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
}

.section.licensing-banner {
  flex-direction: row;
  align-items: center;
  margin-top: 80px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.section.social-icons {
  padding-bottom: 40px;
}

.section.licensing-without-top-spacing {
  padding-top: 0;
}

.section.changelog-description {
  padding-bottom: 40px;
}

.section.light-background-without-bottom {
  background-color: var(--primary-light);
  padding-bottom: 0;
}

.base-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.central-alignment-heading {
  text-align: center;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 80%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 90%;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  width: 30%;
  color: var(--white);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 40%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 30%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 40%;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  background-color: var(--gray);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  background-color: var(--text-dark);
  width: 75px;
  height: 75px;
}

.black-style-guide {
  background-color: var(--black);
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 50px;
}

.h2-tablet {
  font-size: 40px;
}

.h1-mobile {
  font-size: 42px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 30px;
}

.h3-tablet {
  font-size: 32px;
}

.h4-mobile {
  font-size: 22px;
}

.h5-mobile {
  font-size: 20px;
}

.h6-mobile {
  font-size: 18px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.style-guide-body-wrapper.none {
  display: none;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  border-radius: 40px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  opacity: 1;
  color: var(--primary);
  background-color: #ffffff1a;
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

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

.link-wrapper {
  width: 50%;
  margin-top: 30px;
}

.navbar {
  background-color: var(--white);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--black);
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 10px;
  font-weight: 600;
  transition-property: all;
}

.nav-link:hover {
  color: #5d516ccf;
}

.nav-link.w--current {
  color: var(--text-dark);
}

.nav-link.last-child {
  margin-right: 0;
  padding-right: 0;
}

.nav-link.belt-footer-link.w--current {
  color: var(--black);
}

.nav-link.belt-footer-link.w--current:hover {
  color: #5d516ccf;
}

.nav-link.white-belt-footer-link {
  color: var(--white);
}

.nav-link.white-belt-footer-link:hover {
  color: #ffffffb3;
}

.nav-link.white-belt-footer-link.w--current {
  color: var(--black);
}

.nav-link.white-belt-footer-link.w--current:hover {
  color: #5d516ccf;
}

.nav-link.last-child-footer-link-white {
  color: var(--white);
}

.nav-link.last-child-footer-link-white:hover, .nav-link.text-white:hover, .nav-link.text-white.w--current {
  color: #ffffffb3;
}

.nav-link.last-child-text-white {
  color: var(--white);
  margin-right: 0;
  padding-right: 0;
}

.nav-link.last-child-text-white:hover {
  color: #ffffffb3;
}

.nav-dropdown {
  color: var(--black);
}

.nav-dropdown-icon {
  display: none;
}

.nav-dropdown-list {
  border: 1px solid var(--gray);
  background-color: #fff;
  border-radius: 4px;
  width: 200px;
  padding: 15px 20px;
  display: none;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--black);
}

.nav-dropdown-link.w--current:hover {
  color: var(--primary);
}

.nav-dropdown-link.text-white:hover {
  color: #ffffffb3;
}

.nav-dropdown-link.text-white.w--current {
  color: var(--white);
}

.nav-dropdown-link.text-white.w--current:hover {
  color: #ffffffb3;
}

.style-guide-banner-section {
  background-color: var(--primary-light);
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 130px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--text-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.banner-title {
  color: #f9f9fa;
  text-align: center;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

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

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

.password-image {
  width: 140px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--primary);
  border-radius: 50px;
  min-width: 280px;
  min-height: 48px;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.password-input:focus {
  border: 1px solid var(--text-dark);
}

.password-input::placeholder {
  color: var(--text-dark);
}

.password-title-wrapper {
  margin-bottom: 20px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 30px;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--primary);
  border-radius: 50px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 15px;
}

.coming-soon-input:focus {
  border: 1px solid var(--text-dark);
}

.coming-soon-input::placeholder {
  color: var(--primary);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-grid-collection-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.blog-grid-image-link {
  min-width: 100%;
}

.blog-grid-image {
  object-fit: cover;
  width: 100%;
  height: 280px;
}

.blog-grid-item-date {
  margin-top: 0;
  margin-bottom: 10px;
}

.blog-grid-content-wrapper {
  background-color: var(--white);
  flex-direction: column;
  min-height: 280px;
  padding: 20px 30px 30px;
  display: flex;
}

.blog-grid-item {
  width: 31%;
  display: inline-block;
  box-shadow: 0 5px 20px #0000000f;
}

.blog-grid-item-title {
  color: var(--text-dark);
  font-size: 24px;
  font-weight: 700;
}

.blog-grid-item-description {
  margin-top: 0;
  margin-bottom: 15px;
}

.blog-classic-wrapper {
  width: 100%;
  max-width: 980px;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-classic-item {
  margin-bottom: 60px;
  box-shadow: 0 0 20px #00000014;
}

.blog-classic-top-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 50px 30px;
  display: flex;
}

.blog-post-title {
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary);
}

.blog-classic-post-image {
  object-fit: cover;
  width: 100%;
  max-height: 480px;
}

.blog-classic-post-image-wrapper {
  min-width: 100%;
}

.blog-classic-bottom-content {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.blog-classic-post-description {
  margin-top: 35px;
  margin-bottom: 35px;
}

.blog-classic-post-date {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 3px;
  margin-top: -13px;
  padding: 3px 15px;
  font-weight: 700;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-template-wrapper {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: #afafaf;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: #afafaf;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 50px;
}

.footer-rights-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights {
  font-size: 18px;
  line-height: 1.5em;
}

.footer-copyright {
  width: 100%;
  font-size: 18px;
  line-height: 1.5em;
}

.footer-copyright-link {
  color: var(--text-dark);
  text-transform: none;
  cursor: pointer;
  margin-right: 5px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: #5d516c80;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  color: var(--text-dark);
  font-size: 18px;
  line-height: 1.5em;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.text-white {
  color: var(--white);
}

.light-background {
  background-color: #f9f9fa;
}

.link-with-icon {
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .7;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.footer-social-icons-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 30%;
  padding-bottom: 15px;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30%;
  padding-bottom: 15px;
  display: flex;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-social-icon {
  color: var(--black);
  flex: 0 auto;
  margin-right: 35px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: #5d516ccf;
}

.footer-social-icon.last-child {
  margin-right: 0;
}

.footer-social-icon.white {
  color: var(--white);
  font-family: "Fa brands 400", sans-serif;
}

.footer-social-icon.white:hover {
  color: var(--primary);
}

.footer-social-icon.white.extramargin {
  margin-top: 0;
}

.footer-social-icon.last-child-white {
  color: var(--white);
}

.footer-social-icon.last-child-white:hover {
  color: var(--primary);
}

.footer-social-icon.text-white:hover {
  color: #ffffffb3;
}

.footer-social-icon.last-child-icon {
  color: var(--white);
  margin-right: 0;
}

.footer-social-icon.last-child-icon:hover {
  color: #ffffffb3;
}

.search-wrap-input {
  height: 60px;
  color: var(--text-dark);
  background-color: #0000;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: #afafaf;
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  font-size: 18px;
  transition: all .3s;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  height: auto;
  margin-top: 20px;
  padding: 16px 22px;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-bottom: 60px;
  padding-top: 140px;
}

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

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 30px;
}

.button-wrapper.bigger {
  margin-top: 50px;
}

.service-list-item {
  position: relative;
}

.primary-button-white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  white-space: nowrap;
  border-radius: 40px;
  align-items: center;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
}

.primary-button-white:hover {
  color: var(--white);
  background-color: #0000;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  width: 33.33%;
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.subscribe-form-fields {
  grid-column-gap: 30px;
  align-items: stretch;
  display: flex;
}

.form-text-field {
  border: 1px solid var(--white);
  max-width: 315px;
  height: auto;
  color: var(--white);
  background-color: #0000;
  border-radius: 40px;
  margin-bottom: 0;
  padding: 14px 20px 14px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
}

.form-text-field:focus {
  border-color: var(--primary-light);
}

.form-text-field::placeholder {
  color: var(--white);
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.secondary-button {
  border: 1px solid var(--white);
  color: var(--white);
  white-space: nowrap;
  background-color: #0000;
  border-radius: 40px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.secondary-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-4-banner-slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: flex;
}

.events-slider {
  height: 100vh;
}

.events-slider.artist {
  background-image: url('../images/Dua-Lipa-_1Dua Lipa .webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.events-slider.band {
  background-image: linear-gradient(#00000080, #00000080), url('../images/HeroImage.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.top-banner-subtitle {
  color: #fff;
  max-width: 370px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.top-banner-background-image {
  display: flex;
}

.top-banner-background-image.three-rows {
  width: 50%;
}

.top-banner-container {
  z-index: 10;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.content-buttons {
  grid-column-gap: 30px;
  margin-top: 50px;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.nav-dropdown-link-line.white-link {
  background-color: var(--white);
}

.nav-dropdown-link-line.white-link:hover {
  background-color: #ffffffb3;
}

.search {
  width: 100%;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.menu-wrap.footer-mobile {
  display: none;
}

.rich-text-block h2, .rich-text-block h3, .rich-text-block h4 {
  margin-top: 25px;
}

.rich-text-block h5, .rich-text-block h6 {
  margin-top: 20px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

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

.brand-tablet {
  display: none;
}

.brand {
  padding-top: 17px;
  padding-bottom: 17px;
}

.underlined-link {
  font-weight: 500;
  text-decoration: underline;
  transition-property: all;
}

.underlined-link:hover {
  opacity: .7;
}

.lightbox-link-video {
  flex: none;
  text-decoration: none;
  position: absolute;
  right: 47%;
}

.play-button-2 {
  border: 1px solid var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.755, .05, .855, .06);
  display: flex;
}

.play-button-2:active {
  background-color: var(--white-50);
}

.play-button-border {
  z-index: 0;
  border: 1px solid var(--white-50);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.play-button-text {
  z-index: 0;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  position: relative;
  left: 2px;
}

.hero-heading {
  width: 70%;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
}

.play-button-wrapper {
  width: 50%;
  height: 80px;
  position: relative;
}

.play-button-wrapper.mobile {
  display: none;
}

.play-button-wrapper.video_test {
  height: 400px;
  padding-top: 20px;
}

.top-banner-links {
  justify-content: space-between;
  display: flex;
  position: absolute;
  bottom: 55px;
  left: 15px;
  right: 15px;
}

.music-services-links-wrapper {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  display: flex;
  position: relative;
}

.social-media-top-banner-wrapper {
  z-index: 1;
  color: var(--white);
  font-size: 18px;
  line-height: 1.5em;
  display: flex;
  position: relative;
}

.follow {
  margin-right: 20px;
}

.slide {
  overflow: visible;
}

.container-flex-box {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.dark-secondary-button {
  border: 1px solid var(--primary);
  color: var(--primary);
  white-space: nowrap;
  background-color: #0000;
  border-radius: 40px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
  display: none;
}

.dark-secondary-button:hover {
  background-color: var(--primary);
  color: var(--white);
}

.container-m-w-500px {
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  display: flex;
}

.container-m-w-500px.events-section {
  width: 45%;
}

.grid-image {
  width: 100%;
  max-width: 200px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 20px;
  transition: transform .4s;
}

.grid-image:hover {
  transform: scale(1.05);
}

.pink-grid-element {
  border-radius: 20px;
  width: 230px;
  height: 150px;
}

.pink-grid-element.bottom {
  background-image: linear-gradient(#f9e7e6, #fff);
  flex: none;
  width: 200px;
}

.pink-grid-element.top {
  background-image: linear-gradient(#fff, #f9e7e6);
  width: 200px;
}

.pink-grid-element.bottom-desctop {
  background-image: linear-gradient(#f9e7e6, #fff);
  flex: none;
  width: 200px;
}

.upcoming-events-collection-list-wrapper {
  margin-top: 34px;
}

.upcoming-events-content-wrapper {
  width: 50%;
  max-width: 600px;
  margin-top: 40px;
  margin-left: 70px;
}

.dark-paragraph-subheading {
  color: var(--primary);
}

.upcoming-events-collection-list-item {
  border-bottom: 1px solid #38214a4d;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.upcoming-events-collection-list-item.white-line {
  border-bottom-color: var(--text-gray);
}

.upcoming-events-collection-list-item-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.date-collection-item {
  text-transform: uppercase;
  margin-bottom: 0;
}

.date-collection-item.coma {
  margin-right: 3px;
}

.date-collection-item.text-gray {
  color: var(--text-gray);
}

.date-wrapper {
  white-space: nowrap;
  flex-wrap: nowrap;
  margin-right: 40px;
  display: flex;
}

.location-item-paragraph {
  flex: 1;
  margin-bottom: 0;
  margin-right: 20px;
}

.location-item-paragraph.text-gray {
  color: var(--text-gray);
}

.upcoming-events-heading-wrapper {
  max-width: 330px;
  transition-property: opacity;
}

.upcoming-events-heading-wrapper:hover {
  opacity: .6;
}

.nav-dropdown-title {
  color: var(--primary);
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1em;
  transition: all .3s;
}

.nav-dropdown-title:hover {
  color: #5d516ccf;
}

.nav-dropdown-title.text-white {
  color: var(--white);
}

.nav-dropdown-title.text-white:hover {
  color: #ffffffb3;
}

.gray-circle-2 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 257px;
  height: 257px;
  position: absolute;
  top: -105px;
  left: -500px;
}

.gray-circle-3 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 257px;
  height: 257px;
  position: absolute;
  bottom: -245px;
  right: -300px;
}

.top-banner-content-wrapper {
  align-items: center;
  display: flex;
}

.paragraph-wrapper-500px {
  text-align: center;
  max-width: 540px;
  margin-bottom: 30px;
}

.albums-and-singles-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.albums-and-singles-item-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.albums-singles-heading {
  margin-bottom: 0;
  font-weight: 500;
  transition: color .2s;
}

.albums-singles-heading:hover {
  color: #5d516ccc;
}

.albums-singles-heading.text-white-hover {
  color: var(--white);
}

.albums-singles-heading.text-white-hover:hover {
  color: #ffffffb3;
}

.gray-circle-5 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 157px;
  height: 157px;
  position: absolute;
  top: 130px;
  right: -215px;
}

.gray-circle-4 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 112px;
  height: 112px;
  position: absolute;
  top: 300px;
  left: -200px;
}

.gray-circle-6 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 193px;
  height: 193px;
  position: absolute;
  top: -175px;
  left: -200px;
}

.latest-articles-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.latest-articles-heading {
  margin-bottom: 0;
}

.latest-articles-content-wrapper {
  flex: 1;
  width: 100%;
}

.lates-articles-collection-item {
  width: 33.3333%;
}

.latest-articles-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.latest-articles-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 370px;
  height: 430px;
  margin-bottom: 10px;
  transition: opacity .3s;
  display: block;
}

.latest-articles-image:hover {
  opacity: .8;
}

.link-hover-opacity {
  transition-property: all;
  transition-duration: .3s;
}

.link-hover-opacity:hover {
  opacity: .7;
}

.home-2-title.text-white {
  color: var(--white);
}

.green-intro-item {
  background-color: #113331;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 220px;
  height: 220px;
  padding: 20px;
  display: flex;
}

.vertical-container-item-1 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 50px;
  display: flex;
}

.section-animation {
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.popup-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.base-container-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.advantages-container-right {
  grid-column-gap: 30px;
  width: auto;
  max-height: 635px;
  margin-left: 70px;
  display: flex;
  overflow: hidden;
}

.advantages-container-right.reverse {
  margin-left: 0;
  margin-right: 50px;
}

.advantages-container {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.advantages-container.reverse {
  flex-direction: row-reverse;
}

.vertical-container-item-2 {
  grid-row-gap: 30px;
  flex-direction: column-reverse;
  justify-content: flex-end;
  display: flex;
}

.subscription-section {
  background-color: var(--primary);
  color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.subscribe-title-wrapper {
  margin-bottom: 20px;
}

.circle-elements-wrapper {
  z-index: 2;
  border: 1px solid #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 425px;
  height: 425px;
  display: flex;
  position: absolute;
  top: 114px;
  left: -150px;
}

.circle-element-2 {
  border: 1px solid #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 318px;
  height: 318px;
  display: flex;
}

.circle-element-3 {
  border: 1px solid #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 202px;
  height: 202px;
  display: flex;
}

.circle-elements-4 {
  border: 1px solid #fff6;
  border-radius: 50%;
  width: 111px;
  height: 111px;
}

.circle-elements-wrapper-2 {
  z-index: 2;
  border: 1px solid #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 425px;
  height: 425px;
  display: flex;
  position: absolute;
  bottom: 104px;
  right: -150px;
}

.subscribe-form-block {
  width: 100%;
  max-width: 470px;
  margin-bottom: 0;
}

.empty-state-2 {
  text-align: center;
  background-color: #0000;
}

.link-block {
  transition-property: opacity;
}

.new-merch-wrapper {
  max-width: 500px;
  margin-left: 100px;
}

.nwe-merch-content-wrapper {
  z-index: 1;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.pricing-card {
  background-color: var(--white);
  width: 100%;
  max-width: 500px;
  margin-top: -45px;
  margin-left: 70px;
  display: flex;
}

.pricing-card-buy-button {
  background-color: var(--primary);
  width: 100%;
  max-width: 150px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  display: flex;
}

.buy-card-item-name {
  width: 100%;
  max-width: 500px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.pricing-paragraph {
  color: #5d516c;
  font-size: 24px;
  font-weight: 500;
}

.text-link-white {
  color: var(--white);
  padding: 20px;
  font-weight: 500;
  text-decoration: underline;
  transition-property: opacity;
}

.text-link-white:hover {
  opacity: .75;
}

.gray-circle-7 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  position: absolute;
  bottom: -105px;
  right: -435px;
}

.gray-circle-8 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 134px;
  height: 134px;
  position: absolute;
  top: 152px;
  left: -60px;
}

.success-message {
  background-color: #0000;
  font-size: 18px;
}

.error-message {
  color: #ffa6a6;
  text-align: center;
  background-color: #0000;
  font-size: 18px;
}

.gray-circle-1 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 165px;
  height: 165px;
  position: absolute;
  top: -80px;
  right: -280px;
}

.slider__icon-2 {
  font-size: 24px;
  font-weight: 700;
  display: none;
}

.slider__mask-2 {
  position: static;
  overflow: visible;
}

.slide-6 {
  position: static;
  inset: 0%;
  overflow: visible;
}

.slider__nav {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.slider-4 {
  background-color: #0000;
  width: 769px;
  height: 450px;
}

.slide__image {
  z-index: 1;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slide__image.next {
  z-index: 1;
  transform-origin: 50%;
  transform: translate(120px)rotate(3deg)scale(.8);
}

.slide__image.current {
  z-index: 2;
  transform-origin: 50%;
}

.slide__image.previous {
  z-index: 0;
  transform-origin: 50%;
  transform: translate(-120px)rotate(-3deg)scale(.8);
}

.slider__arrow {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  width: 48px;
  height: 48px;
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider__arrow:hover {
  border: 1px solid var(--white);
  background-color: #ffffff1a;
}

.slider__arrow.left {
  transform: translate(-50%);
}

.slider__arrow.right {
  transform: translate(50%);
}

.slider__arrow.white-left {
  background-color: var(--white);
  transform: translate(-50%);
}

.slider__arrow.white-right {
  background-color: var(--white);
  transform: translate(50%);
}

.faicon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
}

.faicon.dark-icon {
  color: var(--primary);
}

.about-us-top-banner-section {
  background-image: url('../images/four-people-hold-musical-instruments_1four people hold musical instruments.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.about-event-content-wrapper {
  max-width: 600px;
  margin-left: 70px;
}

.about-event-container {
  z-index: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.gray-circle-9 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 198px;
  height: 198px;
  position: absolute;
  top: 38px;
  left: -145px;
}

.gray-circle-10 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 257px;
  height: 257px;
  position: absolute;
  bottom: -170px;
  right: -290px;
}

.about-event-title {
  color: var(--white);
  margin-bottom: 20px;
}

.white-paragraph {
  color: var(--white);
  margin-bottom: 10px;
}

.about-event-decription {
  color: var(--white);
  margin-bottom: 50px;
}

.sider-arrow-white {
  background-color: var(--white);
  width: 48px;
  height: 48px;
  color: var(--primary);
  border: 1px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 16px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.sider-arrow-white:hover {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
}

.none {
  display: none;
}

.about-description-wrap {
  z-index: 5;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logos-wrapper {
  grid-column-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.event-top-banner-subtitle {
  color: #fff;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.events-top-banner-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 715px;
  display: flex;
}

.events-top-banner-section {
  background-image: url('../images/group-performance-at-a-concert_1group performance at a concert.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.about-events-slider {
  flex-direction: row;
  display: flex;
}

.gray-circle-11 {
  background-color: #38214a1a;
  border-radius: 50%;
  width: 112px;
  height: 112px;
  position: absolute;
  top: -20px;
  left: -260px;
}

.collection-item-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.collection-list-2 {
  height: 100%;
}

.collection-list-wrapper-2 {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.logos-image {
  width: 16%;
}

.events-image {
  object-fit: cover;
  border-radius: 20px;
  width: 214px;
  margin-right: 30px;
}

.events-holder {
  flex-direction: row;
  width: 60%;
  display: flex;
}

.events-buttons-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 20%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.future-events-item {
  background-color: var(--primary-light);
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  min-width: 960px;
  margin-bottom: 30px;
  padding: 20px 30px 20px 20px;
  display: flex;
}

.future-events-item:last-child {
  margin-bottom: 0;
}

.events-description-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.events-date {
  margin-top: 10px;
  margin-bottom: 0;
}

.events-divider {
  background-color: var(--white);
  width: 1px;
  height: 132px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.event-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

.events-page-location {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.events-details-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
}

.events-details-title {
  color: var(--white);
  text-align: center;
}

.location-time-holder {
  grid-column-gap: 50px;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.events-details-location, .events-location-date {
  grid-column-gap: 20px;
  align-items: center;
  width: 50%;
  display: flex;
}

.events-details-time {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}

.without-bottom-spacing {
  margin-bottom: 0;
}

.about-event-wrapper {
  grid-column-gap: 80px;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 40px;
  display: flex;
}

.about-event-text, .about-event-image-holder {
  width: 50%;
}

.about-event-image {
  object-fit: cover;
  border-radius: 20px;
  width: 500px;
  height: 700px;
}

.about-event-description {
  padding-bottom: 25px;
}

.find-place-wrapper {
  grid-column-gap: 70px;
  align-items: center;
  width: 100%;
  display: flex;
}

.find-place-image-holder, .find-place-text {
  width: 50%;
}

.other-events-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
  display: flex;
}

.other-events-item {
  background-color: var(--primary-light);
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  min-width: 960px;
  margin-bottom: 30px;
  padding: 20px 30px 20px 20px;
  display: flex;
}

.other-events-item:last-child {
  margin-bottom: 0;
}

.blog-details-template-date {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 700;
}

.events-details-description {
  color: var(--white);
}

.blog-details-category-link {
  border: 1px solid var(--white);
  color: var(--white);
  white-space: nowrap;
  background-color: #0000;
  border-radius: 40px;
  margin-bottom: 10px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.blog-details-category-link:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.events-search-wrapper {
  justify-content: flex-end;
  min-width: 960px;
  display: flex;
}

.events-search {
  grid-column-gap: 30px;
  color: var(--primary);
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.events-search-input {
  border: 1px solid var(--primary);
  min-width: 315px;
  height: 46px;
  color: var(--primary);
  border-radius: 40px;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
}

.events-search-input:focus {
  border-color: var(--primary);
}

.events-search-input::placeholder {
  color: var(--primary);
  font-size: 18px;
  font-weight: 500;
}

.events-search-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  border-radius: 40px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.events-search-button:hover {
  opacity: 1;
  color: var(--primary);
  background-color: #ffffff1a;
}

.hero-2-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
}

.hero-2-heading.mobile-text-align-center {
  font-size: 35px;
  line-height: 1.2em;
}

.with-dark-background {
  background-color: var(--black);
}

.blue-grid-element {
  border-radius: 20px;
  width: 230px;
  height: 150px;
}

.blue-grid-element.top-position {
  background-image: linear-gradient(#000 31%, #007bb6 100%, #fff);
}

.blue-grid-element.bottom-linear {
  background-image: linear-gradient(to bottom, #007bb6, var(--black) 80%);
  flex: none;
}

.home-dark-button {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: 40px;
  align-items: center;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
}

.home-dark-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.text-gray {
  color: var(--text-gray);
}

.home-dark-button-white {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  border-radius: 40px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.home-dark-button-white:hover {
  border-color: var(--white);
  opacity: 1;
  color: var(--white);
  background-color: #0000;
}

.blog-category-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  border-radius: 40px;
  margin-bottom: 20px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.blog-category-button:hover {
  opacity: 1;
  color: var(--primary);
  background-color: #ffffff1a;
}

.home-banner-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  border-radius: 40px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.home-banner-button:hover {
  border-color: var(--white);
  opacity: 1;
  background-color: #0000;
}

.licensing-banner-title {
  text-align: center;
}

.font-description {
  margin-bottom: 0;
}

.title-404 {
  font-size: 130px;
}

.description-404 {
  text-align: center;
  margin-top: 30px;
}

.style-guide-banner-title {
  text-align: center;
}

.tabs-schedule {
  width: 100%;
}

.tabs-menu-wrapper {
  width: 100%;
  display: flex;
}

.schedule-tab {
  border-right: 1px solid var(--text-gray);
  background-color: var(--primary);
  width: 25%;
  color: var(--white);
  text-align: center;
  padding: 20px 30px;
  font-size: 20px;
  transition: background-color .3s, border .3s;
}

.schedule-tab:hover {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #0000;
}

.schedule-tab.w--current {
  border: 1px solid var(--primary);
  background-color: var(--primary-light);
  color: var(--primary);
}

.base-style-guide-content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

.spacing-system-content {
  padding-top: 100px;
}

.buy-this-template {
  z-index: 1000;
  color: var(--white);
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.btn-icon {
  margin-right: 8px;
}

.unlimited-webflow-design {
  z-index: 1000;
  color: var(--white);
  text-transform: none;
  background-color: #1c276d;
  border: 1px solid #1c276d;
  border-radius: 4px;
  padding: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
  position: fixed;
  inset: auto auto 12px 12px;
}

.hire-popup {
  z-index: 1000;
  letter-spacing: 0;
  text-transform: none;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-paragraph {
  max-width: 93%;
  color: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.hire-buttons:hover {
  color: #ffffffb3;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.text-orange {
  color: #f69c20;
}

.promotion-label-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.promotion-labels-wrapper-to-remove {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-left {
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-label-buy-this-template {
  z-index: 1000;
  color: #fff;
  text-align: left;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #fff;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-all-templates {
  z-index: 1000;
  color: #4353ff;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-all-templates:hover {
  color: #000;
}

.text-block {
  color: var(--black);
  font-size: 35px;
}

.text-block-2 {
  color: var(--black);
  font-size: 27px;
}

.image-4 {
  padding-top: 0;
  position: relative;
  top: 5px;
}

.heading_h1 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .3em;
  font-size: 3.1rem;
  font-weight: 500;
  line-height: 1em;
}

.heading_h1.hero_mobile {
  text-align: left;
  font-size: 2.2rem;
  line-height: 1.3em;
}

.subheading {
  color: #fff;
  letter-spacing: 0;
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6em;
}

.subheading.left_text {
  text-align: left;
  font-size: 1.2rem;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button-group.is-align-center {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1657e8;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button:hover {
  color: #fff;
  background-color: #4d7fee;
  border-color: #0000;
  box-shadow: 0 1px 1px #0003, 0 8px 8px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button:active {
  background-color: #1657e8;
  box-shadow: 0 1px 1px #0003, 0 4px 4px #0003, inset 0 3px 2px -2px #ffffff80;
}

.button:focus {
  outline-offset: 2px;
  outline: 2px solid #1657e8;
}

.button.goldbutton {
  color: #0f2f2f;
  background-color: #c9a84c;
  font-weight: 600;
  box-shadow: 0 2px 6px #00000040, 0 4px 12px #1a909080;
}

.button.goldbutton.button_mobile {
  margin-top: 20px;
}

.button.is-secondary {
  box-shadow: none;
  color: #000;
  background-color: #0000;
  background-image: none;
  border-width: 1px;
  border-color: #c9a84c;
}

.button.is-secondary:hover {
  box-shadow: none;
  background-color: #1657e81a;
  border-color: #0000;
}

.button.is-secondary:active {
  box-shadow: none;
  background-color: #1657e833;
}

.button.is-secondary.on-accent-primary {
  box-shadow: none;
  color: #fafafa;
  background-color: #fafafa33;
  background-image: none;
  margin-top: 40px;
}

.button.is-secondary.on-accent-primary:hover {
  box-shadow: none;
  color: #3a78ff99;
  background-color: #fafafa1a;
}

.button.is-secondary.on-accent-primary:active {
  box-shadow: none;
  background-color: #fafafa33;
}

.button.is-secondary.on-accent-primary.mobile_spacing {
  color: #fff;
  background-color: #0000;
  border-width: 1px;
  border-color: #c9a84c;
  margin-top: 20px;
}

.bullet_list {
  max-width: 500px;
  margin-top: 24px;
}

.bullet_list.bullet_list_landing {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.bullet_item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.check_icon {
  width: 20px;
  height: 20px;
}

.bullet_text {
  color: #333;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 500;
}

.bullet_text.landing_bullet_text {
  color: #1a9090;
  margin-left: 4px;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 70px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.blog-classic-banner, .section.blog-details-banner {
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .section.with-image-background {
    margin-top: 80px;
  }

  .section.social-icons {
    padding-bottom: 70px;
  }

  .section.changelog-description {
    padding-top: 80px;
  }

  .section.style-gude-section {
    background-color: var(--primary-light);
    padding-top: 0;
    padding-bottom: 130px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
  }

  .blog-grid-image {
    height: 320px;
  }

  .text-white {
    color: var(--white);
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .top-banner-background-image.three-rows {
    width: 67%;
  }

  .center-title {
    padding-right: 140px;
  }

  .container-m-w-500px {
    max-width: 500px;
  }

  .container-m-w-500px.events-section {
    width: auto;
  }

  .grid-image {
    max-width: 270px;
  }

  .pink-grid-element, .pink-grid-element.bottom, .pink-grid-element.top, .pink-grid-element.bottom-desctop {
    width: 270px;
  }

  .upcoming-events-content-wrapper {
    width: 100%;
  }

  .gray-circle-6 {
    top: -215px;
  }

  .green-intro-item {
    width: 250px;
    height: 250px;
    padding: 30px;
  }

  .section-animation {
    padding-top: 130px;
    padding-bottom: 0;
  }

  .advantages-container-right.reverse {
    margin-right: 70px;
  }

  .subscription-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .circle-elements-wrapper {
    display: flex;
    top: 115px;
    left: -105px;
    transform: none;
  }

  .circle-elements-wrapper-2 {
    display: flex;
    bottom: 105px;
    right: -105px;
    transform: none;
  }

  .pricing-card-buy-button {
    max-width: 170px;
  }

  .about-us-top-banner-section {
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .gray-circle-10 {
    bottom: -215px;
    right: -320px;
  }

  .about-description-wrap {
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .events-top-banner-section {
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .future-events-item {
    min-width: 1170px;
  }

  .events-description-holder {
    justify-content: center;
  }

  .events-details-section {
    padding-top: 225px;
    padding-bottom: 225px;
  }

  .other-events-item, .events-search-wrapper {
    min-width: 1170px;
  }

  .hero-2-heading.mobile-text-align-center {
    font-size: 39px;
    line-height: 1.2em;
  }

  .blue-grid-element {
    width: 270px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.changelog-banner {
    margin-top: 120px;
  }

  .section.blog-classic-banner {
    min-height: 500px;
    margin-top: 120px;
  }

  .section.with-image-background {
    margin-top: 120px;
  }

  .navbar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .style-guide-banner-section {
    padding-top: 220px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .about-us-top-banner-section {
    margin-top: 120px;
  }

  .about-description-wrap {
    max-width: 850px;
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .events-top-banner-section, .events-details-section {
    margin-top: 120px;
  }
}

@media screen and (min-width: 1920px) {
  .section.blog-details-banner {
    margin-top: 120px;
  }

  .section.with-image-background {
    background-position: 50%;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .merch-image {
    width: 500px;
  }

  .base-style-guide-content {
    padding-top: 130px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 22px;
  }

  .section.blog-classic-banner, .section.blog-details-banner {
    min-height: 300px;
  }

  .section.blog-details-post {
    padding-bottom: 0;
  }

  .section.licensing-banner {
    min-height: 300px;
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.social-icons, .section.changelog-description {
    padding-bottom: 0;
  }

  .base-container.top-banner {
    min-height: 100vh;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    font-size: 16px;
    bottom: 6%;
    right: -5%;
  }

  .top-style-spacing-desktop {
    font-size: 16px;
    top: 4%;
    right: -5%;
  }

  .middle-style-spacing-desktop {
    font-size: 16px;
    top: 27%;
    right: -5%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .top-style-spacing-mobile {
    font-size: 16px;
    top: 3%;
    right: -5%;
  }

  .middlr-style-spacing-mobile {
    font-size: 16px;
    top: 26%;
    right: -5%;
  }

  .bottom-style-spacing-mobile {
    font-size: 16px;
    bottom: 6%;
    right: -5%;
  }

  .link-wrapper {
    margin-top: 20px;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .nav-menu.with-dark-background {
    background-color: var(--black);
  }

  .menu-button {
    text-align: right;
    flex: 1;
    padding: 4px 0 0;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.last-child-footer, .nav-link.belt-footer-link, .nav-link.white-belt-footer-link {
    justify-content: center;
  }

  .nav-link.white-belt-footer-link:hover {
    color: var(--primary);
  }

  .nav-link.last-child-footer-link-white {
    justify-content: center;
  }

  .nav-link.last-child-footer-link-white:hover, .nav-link.text-white:hover {
    color: var(--primary);
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    overflow: hidden;
  }

  .nav-dropdown-icon {
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-link.text-white.w--current {
    color: var(--white);
  }

  .close-menu-button.w--open {
    background-color: var(--white);
    padding: 0 10px 0 0;
  }

  .close-menu-button.with-dark-background.w--open {
    background-color: var(--black);
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    max-width: 60%;
  }

  .style-guide-banner-section {
    min-height: 300px;
  }

  .licensing-fonts-wrapper {
    margin-top: 0;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

  .blog-grid-item {
    width: 47.5%;
  }

  .blog-classic-top-content {
    padding: 30px 40px 25px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-classic-post-description {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .blog-template-wrapper {
    padding: 10px 40px 40px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    width: 100%;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    margin-bottom: 40px;
    padding-top: 80px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .form-text-field {
    width: 300px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .events-slider.artist {
    background-position: 30%;
    height: 100%;
    min-height: 100vh;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .top-banner-background-image, .top-banner-background-image.three-rows {
    width: 60%;
  }

  .content-buttons {
    align-items: center;
    display: flex;
  }

  .top-banner-slider-title {
    max-width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .menu-wrap.footer-mobile {
    grid-column-gap: 16px;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .menu-wrap.dark-footer-mobile {
    grid-column-gap: 16px;
    background-color: var(--black);
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .menu-wrap.with-dark-background {
    background-color: var(--black);
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 56px;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .brand-tablet {
    display: block;
  }

  .play-button-wrapper {
    width: 40%;
  }

  .top-banner-links {
    align-items: center;
    bottom: 35px;
  }

  .music-services-links-wrapper {
    grid-column-gap: 30px;
  }

  .music-service-link-icon {
    height: auto;
  }

  .container-flex-box {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .container-flex-box.reverse {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
  }

  .container-m-w-500px {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .container-m-w-500px.events-section {
    width: 100%;
  }

  .grid-image {
    max-width: 230px;
  }

  .pink-grid-element.bottom, .pink-grid-element.top {
    width: 230px;
  }

  .pink-grid-element.bottom-desctop {
    display: none;
  }

  .upcoming-events-content-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
  }

  .nav-dropdown-title.text-white:hover {
    color: var(--primary);
  }

  .top-banner-content-wrapper {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .albums-and-singles-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .latest-articles-wrapper {
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .lates-articles-collection-item {
    width: 47.8%;
  }

  .latest-articles-collection-list {
    grid-row-gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .latest-articles-image {
    max-width: 100%;
  }

  .link-hover-opacity {
    width: 100%;
  }

  .vertical-container-item-1 {
    justify-content: center;
    padding-top: 0;
  }

  .advantages-container-right {
    justify-content: center;
    margin-left: 0;
  }

  .advantages-container-right.reverse {
    margin-right: 0;
  }

  .advantages-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .advantages-container.reverse {
    flex-direction: column;
  }

  .circle-elements-wrapper, .circle-elements-wrapper-2 {
    display: none;
  }

  .link-block-2 {
    width: 100%;
  }

  .new-merch-wrapper {
    max-width: none;
    margin-left: 0;
  }

  .nwe-merch-content-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .pricing-card-buy-button {
    max-width: 170px;
  }

  .slider-4 {
    width: 600px;
    height: 400px;
  }

  .about-event-content-wrapper {
    max-width: none;
    margin-left: 0;
  }

  .about-event-container {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .sider-arrow-white {
    width: 42px;
    height: 42px;
  }

  .about-description-wrap {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .no-padding {
    margin-bottom: 0;
  }

  .logos-image {
    width: 29%;
  }

  .events-holder {
    width: 65%;
  }

  .events-buttons-holder {
    width: 25%;
  }

  .future-events-item {
    min-width: auto;
  }

  .about-event-wrapper {
    grid-column-gap: 50px;
    align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .find-place-wrapper {
    grid-column-gap: 40px;
  }

  .other-events-item {
    min-width: auto;
  }

  .blog-details-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .events-search-wrapper {
    width: 100%;
    min-width: auto;
  }

  .blue-grid-element.bottom-linear {
    display: none;
  }

  .home-dark-button:hover {
    opacity: 1;
  }

  .dark-menu-button {
    text-align: right;
    flex: 1;
    padding: 4px 0 0;
  }

  .dark-menu-button.w--open {
    background-color: var(--white);
  }

  .dark-menu-button.with-dark-background.w--open {
    background-color: var(--black);
  }

  .spacing-system-content {
    padding-top: 70px;
  }

  .hire-popup-wrap, .promotion-labels-wrapper-to-remove, .promotion-label-holder {
    display: none;
  }

  .heading_h1 {
    font-size: 3rem;
  }

  .subheading {
    font-size: 1.13rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  blockquote {
    font-size: 18px;
  }

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

  .section.changelog-banner, .section.blog-classic-banner, .section.blog-details-banner {
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.with-image-background {
    margin-top: 60px;
  }

  .section.licensing-without-top-spacing {
    padding-bottom: 30px;
  }

  .base-container {
    justify-content: flex-start;
  }

  .base-container.top-banner {
    justify-content: space-between;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: solid;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    width: 65%;
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

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

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .h1-tablet {
    font-size: 42px;
  }

  .h2-tablet {
    font-size: 36px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-dropdown-icon {
    right: 20px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .licensing-paragraph {
    width: 100%;
    margin-right: 0;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .password-image {
    width: 100px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

  .blog-grid-content-wrapper {
    min-height: 260px;
  }

  .blog-grid-item {
    width: 100%;
  }

  .blog-classic-top-content {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-template-wrapper {
    padding: 20px 15px;
  }

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

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .footer-social-icons-wrapper {
    width: 100%;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-social-icon.last-child-white {
    margin-right: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-wrapper {
    margin-top: 20px;
  }

  .button-wrapper.bigger {
    margin-top: 30px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .subscribe-form-fields {
    flex-wrap: wrap;
  }

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

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .about-4-banner-slider {
    width: auto;
    height: auto;
  }

  .events-slider {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .top-banner-subtitle {
    margin-top: 10px;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .top-banner-background-image {
    width: 100%;
  }

  .top-banner-background-image.three-rows {
    width: auto;
  }

  .content-buttons {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 40px;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .menu-wrap.footer-mobile, .menu-wrap.dark-footer-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .lightbox-link-video {
    right: auto;
  }

  .play-button-2 {
    background-color: var(--white);
  }

  .play-button-text {
    color: var(--black);
    font-weight: 500;
  }

  .play-button-wrapper {
    justify-content: center;
    width: 100%;
    display: none;
  }

  .play-button-wrapper.mobile {
    margin-bottom: 20px;
    display: flex;
  }

  .top-banner-links {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 40px;
    padding-bottom: 4px;
    position: static;
  }

  .music-services-links-wrapper {
    height: 37px;
  }

  .music-service-link-icon {
    height: auto;
  }

  .container-flex-box.reverse {
    grid-row-gap: 30px;
  }

  .container-m-w-500px.padding-right {
    padding-right: 70px;
  }

  .pink-grid-element {
    width: 100%;
    min-width: 217px;
    max-width: 270px;
  }

  .upcoming-events-collection-list-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .upcoming-events-collection-list-item-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-items: end;
    display: grid;
  }

  .top-banner-content-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }

  .lates-articles-collection-item {
    width: 100%;
  }

  .latest-articles-collection-list {
    grid-row-gap: 30px;
  }

  .latest-articles-image {
    max-width: 100%;
  }

  .link-hover-opacity {
    width: 100%;
  }

  .section-animation {
    padding-top: 60px;
  }

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

  .subscribe-title-wrapper {
    margin-bottom: 10px;
  }

  .nwe-merch-content-wrapper {
    grid-row-gap: 40px;
  }

  .pricing-card-buy-button {
    max-width: 120px;
  }

  .slider-4 {
    width: 360px;
    height: 240px;
  }

  .about-us-top-banner-section {
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-event-container {
    grid-row-gap: 40px;
  }

  .about-event-decription {
    margin-bottom: 40px;
  }

  .about-description-wrap {
    max-width: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .event-top-banner-subtitle {
    margin-top: 10px;
  }

  .events-top-banner-section {
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-events-slider {
    justify-content: center;
    align-items: center;
    max-height: 750px;
    display: flex;
  }

  .collection-item-2 {
    width: auto;
    height: auto;
  }

  .collection-list-wrapper-2 {
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .logos-image {
    width: 44%;
  }

  .about-mask {
    height: 341px;
  }

  .events-image {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .events-holder {
    flex-direction: column;
    width: 65%;
    margin-right: 30px;
  }

  .events-buttons-holder {
    grid-row-gap: 20px;
    flex-direction: column;
    width: 35%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .events-divider {
    display: none;
  }

  .events-details-section {
    margin-top: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .location-time-holder {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
  }

  .events-details-location, .events-location-date {
    width: 100%;
  }

  .about-event-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .about-event-text, .about-event-image-holder, .about-event-image {
    width: 100%;
  }

  .find-place-wrapper {
    flex-direction: column-reverse;
  }

  .find-place-image-holder {
    width: 100%;
  }

  .find-place-text {
    width: 100%;
    margin-bottom: 40px;
  }

  .events-search-wrapper {
    justify-content: flex-end;
  }

  .events-search-input {
    min-width: 280px;
  }

  .blue-grid-element {
    width: 100%;
    min-width: 217px;
    max-width: 270px;
  }

  .tabs-menu-wrapper {
    flex-wrap: wrap;
  }

  .schedule-tab {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap, .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .heading_h1 {
    font-size: 3rem;
  }

  .subheading {
    font-size: 1.1rem;
  }
}

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

  .grid-system-wrapper {
    flex-direction: row;
    width: 81%;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
    height: 40%;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
    height: 55%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: var(--text-gray);
    height: 40%;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    height: 39%;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .spacing-wrapper {
    width: 100%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-link.last-child-footer, .nav-link.last-child-footer-link-white {
    width: auto;
  }

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

  .license-link {
    margin-right: 15px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 15px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-top-content, .blog-classic-bottom-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    font-size: 15px;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
  }

  .footer-wrapper {
    margin-bottom: 10px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .button-wrapper {
    margin-top: 10px;
  }

  .primary-button-white.subscribe-button {
    width: 100%;
    max-width: 315px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .subscribe-form-fields {
    grid-row-gap: 30px;
    justify-content: center;
  }

  .form-text-field {
    width: 100%;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .about-4-banner-slider {
    flex-direction: column;
    width: auto;
    max-width: 100%;
    height: auto;
    overflow: hidden;
  }

  .events-slider {
    background-image: none;
    align-items: stretch;
  }

  .events-slider.artist {
    background-position: 40%;
  }

  .top-banner-subtitle.mobile-text-align-center {
    text-align: center;
    font-size: 15px;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .top-banner-container {
    padding-right: 0;
  }

  .content-buttons {
    z-index: 1;
    position: relative;
  }

  .content-buttons.mobile-center {
    justify-content: center;
  }

  .top-banner-slider-title {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .menu-wrap.footer-mobile, .menu-wrap.dark-footer-mobile {
    grid-column-gap: 35px;
    flex-wrap: wrap;
  }

  .home-23-team-item {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .lightbox-link-video {
    z-index: 10;
    right: auto;
  }

  .hero-heading.mobile-text-align-center {
    text-align: center;
  }

  .top-banner-links {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .music-services-links-wrapper {
    grid-column-gap: 30px;
    height: 37px;
  }

  .music-service-link-icon {
    height: auto;
  }

  .container-m-w-500px, .container-m-w-500px.padding-right {
    padding-right: 0;
  }

  .pink-grid-element.bottom, .pink-grid-element.top, .pink-grid-element.bottom-desctop {
    display: none;
  }

  .upcoming-events-collection-list-item-bottom {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .tickets-button-wrapper {
    margin-top: 12px;
  }

  .albums-and-singles-grid {
    grid-template-columns: 1fr;
  }

  .green-intro-item {
    width: 200px;
    height: 200px;
  }

  .vertical-container-item-1 {
    grid-row-gap: 20px;
  }

  .advantages-container-right {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    max-height: none;
  }

  .subscribe-title-wrapper {
    text-align: center;
  }

  .pricing-card {
    margin-left: 0;
  }

  .buy-card-item-name {
    padding-top: 20px;
    padding-left: 20px;
  }

  .slider-4 {
    width: 300px;
  }

  .sider-arrow-white {
    width: 35px;
    height: 35px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .about-description-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 65%;
    max-width: 250px;
  }

  .logos-wrapper {
    grid-column-gap: 30px;
  }

  .about-events-slider {
    background-image: none;
    align-items: stretch;
  }

  .collection-item-2 {
    width: auto;
    height: 100%;
  }

  .collection-list-wrapper-2 {
    height: 100%;
  }

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

  .events-image {
    width: 300px;
    height: 200px;
    margin-right: 0;
  }

  .events-holder {
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .events-buttons-holder {
    width: 100%;
    padding-bottom: 0;
  }

  .future-events-item {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 20px;
  }

  .events-description-holder {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }

  .event-title {
    text-align: center;
  }

  .events-page-location {
    text-align: center;
    margin-top: 0;
  }

  .location-time-holder {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .events-details-location, .events-location-date {
    width: 100%;
  }

  .find-place-text {
    margin-bottom: 20px;
  }

  .other-events-item {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 20px;
  }

  .events-details-description {
    color: var(--white);
    text-align: center;
  }

  .events-search {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .events-search-button {
    width: 100%;
  }

  .hero-2-heading.mobile-text-align-center {
    text-align: center;
    font-size: 22px;
    line-height: 1em;
  }

  .blue-grid-element.top-position, .blue-grid-element.bottom-linear {
    display: none;
  }

  .title-404 {
    font-size: 110px;
  }

  .text-block {
    font-size: 23px;
  }

  .heading_h1 {
    font-size: 1.8rem;
  }

  .heading_h1.hero_mobile {
    font-size: 1.4rem;
    line-height: 1.5em;
  }

  .subheading {
    font-size: 1rem;
  }

  .subheading.left_text.mobile_land_text {
    margin-bottom: .5rem;
    font-size: .8rem;
  }

  .button-group {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button {
    white-space: nowrap;
  }

  .button.goldbutton.button_mobile {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.is-secondary.on-accent-primary.mobile_spacing {
    margin-top: 20px;
  }

  .bullet_text.landing_bullet_text {
    font-size: 9px;
  }
}

#w-node-_2d9e828f-a3a2-05b5-0ff2-d041e48b8092-10ddc7c2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_2d9e828f-a3a2-05b5-0ff2-d041e48b8093-10ddc7c2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2d9e828f-a3a2-05b5-0ff2-d041e48b8096-10ddc7c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9e828f-a3a2-05b5-0ff2-d041e48b8097-10ddc7c2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2d9e828f-a3a2-05b5-0ff2-d041e48b8098-10ddc7c2 {
  align-self: end;
}

#w-node-_124beab5-34cf-76e6-9bfe-a05b831bc883-10ddc7e7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_4e86040e-6b65-352f-cb6e-641b0c697e9a-10ddc7e7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f100143d-15ef-7849-cb24-a0b3c45f93c7-10ddc7e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2aa73a1-b9cc-b5de-669e-3d925b533fcd-10ddc7e7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_18d7422b-daf1-a6eb-eced-01903706bd29-10ddc7e7 {
  align-self: end;
}

#w-node-ae4fa4b8-562d-90de-d5e0-9f508015c5ad-10ddc7e7, #w-node-b1152c56-d1f6-7ee6-52c3-d9f40e6591cd-10ddc7e7, #w-node-_40f3f26b-65a0-870a-009b-162d43056e53-10ddc7e7, #w-node-_584405ba-cdc9-e673-17c3-d86cc7d30669-10ddc7e7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-10ddc82f, #w-node-_67407a85-bf2b-d096-fa25-b2a75c49fe08-10ddc82f, #w-node-c69ed531-b4c7-3ab1-6701-2a9a06692791-10ddc82f, #w-node-_0fa7ff01-a5c7-dfe4-9dcf-61b7e7116435-10ddc82f, #w-node-_418152d7-8116-7fa6-3f6f-f2aa5edee4fa-10ddc82f, #w-node-bbfb8e51-8d69-ceff-7684-776e562fb266-10ddc82f, #w-node-_368ec784-47be-676a-a104-6ad7997cb4a2-10ddc82f, #w-node-_4ff421fd-bd92-d40d-a743-db4d52a5fa04-10ddc82f, #w-node-d0471130-8aab-a5f7-93dc-973e970bac43-10ddc82f, #w-node-_83474c6c-c377-cfc0-8e3d-cf3b9d4013bf-10ddc82f, #w-node-ad884ad1-98ec-e87e-0696-96258c992eba-10ddc82f, #w-node-_033a29f8-e15c-18d8-012d-65703bea2af9-10ddc82f, #w-node-_8639c9fc-fb71-24f9-71d8-5b289e66bca6-10ddc82f, #w-node-_7b95421b-d469-3b8e-69ee-c9d0df9b6865-10ddc82f, #w-node-_7ed7ac2d-945c-87c0-4dd3-62fd5f79565e-10ddc82f, #w-node-a66d00dd-6f6e-93b1-7de0-3c4ab1f0f36b-10ddc82f, #w-node-_4371ab4f-5702-4869-9b4c-9e6aea8efeaa-10ddc82f, #w-node-d8546eef-960b-4b36-86e1-a00ebb040b75-10ddc82f, #w-node-_68d45911-b8a2-9314-4299-a6fde20b50c5-10ddc82f, #w-node-f4d151a1-da06-88c5-6486-656359f2b4a2-10ddc82f, #w-node-_214c6259-7e75-e7fb-b61e-b61c79404e0e-10ddc82f, #w-node-c47e7938-259e-f36f-ae68-7d11943180fc-10ddc82f, #w-node-a038a943-2dd1-bcfd-af06-41d27a1bca63-10ddc82f, #w-node-db12ca27-dd19-5da0-8003-e92fefe59ded-10ddc82f, #w-node-_81fea449-2b3c-0942-6a6c-3f17f6a95d4c-10ddc82f, #w-node-_8d97a625-3776-5aa4-b256-ae2a4086332d-10ddc82f, #w-node-d56b18ea-b432-4ead-7c87-aa6d0ac81a9a-10ddc82f, #w-node-_4af4dcb1-90fc-a245-9546-dd1458723727-10ddc82f, #w-node-ca7fbf14-89f7-138a-89a5-f3b5c32379a5-10ddc82f, #w-node-f56ee86e-e6fb-74ce-dbc2-7fa2a6f0975b-10ddc82f, #w-node-_6c4d47ef-771b-7289-49d9-940181fc7ce0-10ddc82f, #w-node-bb4459bc-d78f-c6aa-d15e-2e60f9a73d62-10ddc82f, #w-node-_16a2f993-29dd-baad-a22c-60b329bb6ac6-10ddc82f, #w-node-_7d926076-7ae9-a259-a3af-5ea28878fb46-10ddc82f, #w-node-a6ff4ae2-95ed-31e5-94d6-649e3ff50e64-10ddc82f, #w-node-_3c06ef45-c297-24d8-5933-679543af9e2b-10ddc82f, #w-node-b8d78744-a92f-dff4-4a94-0f0a944a954b-10ddc82f, #w-node-d7c7529f-4bc4-6b82-0ca2-dfd0263194d7-10ddc82f, #w-node-faeb30bd-7dd0-f82a-54c8-04fddfdc22be-10ddc82f, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-10ddc831, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-10ddc831, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-10ddc831, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-10ddc831, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-10ddc831, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-10ddc831 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9e828f-a3a2-05b5-0ff2-d041e48b8092-10ddc849 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_2d9e828f-a3a2-05b5-0ff2-d041e48b8093-10ddc849 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2d9e828f-a3a2-05b5-0ff2-d041e48b8096-10ddc849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d9e828f-a3a2-05b5-0ff2-d041e48b8097-10ddc849 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2d9e828f-a3a2-05b5-0ff2-d041e48b8098-10ddc849 {
  align-self: end;
}

#w-node-_697126e7-2265-c4e5-63bd-b3567fdc86cb-10ddc849, #w-node-_697126e7-2265-c4e5-63bd-b3567fdc86cf-10ddc849, #w-node-_697126e7-2265-c4e5-63bd-b3567fdc86d3-10ddc849, #w-node-_697126e7-2265-c4e5-63bd-b3567fdc86d7-10ddc849 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-10ddc82f, #w-node-_67407a85-bf2b-d096-fa25-b2a75c49fe08-10ddc82f, #w-node-c69ed531-b4c7-3ab1-6701-2a9a06692791-10ddc82f, #w-node-_0fa7ff01-a5c7-dfe4-9dcf-61b7e7116435-10ddc82f, #w-node-_418152d7-8116-7fa6-3f6f-f2aa5edee4fa-10ddc82f, #w-node-bbfb8e51-8d69-ceff-7684-776e562fb266-10ddc82f, #w-node-_368ec784-47be-676a-a104-6ad7997cb4a2-10ddc82f, #w-node-_4ff421fd-bd92-d40d-a743-db4d52a5fa04-10ddc82f, #w-node-d0471130-8aab-a5f7-93dc-973e970bac43-10ddc82f, #w-node-_83474c6c-c377-cfc0-8e3d-cf3b9d4013bf-10ddc82f, #w-node-ad884ad1-98ec-e87e-0696-96258c992eba-10ddc82f, #w-node-_033a29f8-e15c-18d8-012d-65703bea2af9-10ddc82f, #w-node-_8639c9fc-fb71-24f9-71d8-5b289e66bca6-10ddc82f, #w-node-_7b95421b-d469-3b8e-69ee-c9d0df9b6865-10ddc82f, #w-node-_7ed7ac2d-945c-87c0-4dd3-62fd5f79565e-10ddc82f, #w-node-a66d00dd-6f6e-93b1-7de0-3c4ab1f0f36b-10ddc82f, #w-node-_4371ab4f-5702-4869-9b4c-9e6aea8efeaa-10ddc82f, #w-node-d8546eef-960b-4b36-86e1-a00ebb040b75-10ddc82f, #w-node-_68d45911-b8a2-9314-4299-a6fde20b50c5-10ddc82f, #w-node-f4d151a1-da06-88c5-6486-656359f2b4a2-10ddc82f, #w-node-_214c6259-7e75-e7fb-b61e-b61c79404e0e-10ddc82f, #w-node-c47e7938-259e-f36f-ae68-7d11943180fc-10ddc82f, #w-node-a038a943-2dd1-bcfd-af06-41d27a1bca63-10ddc82f, #w-node-db12ca27-dd19-5da0-8003-e92fefe59ded-10ddc82f, #w-node-_81fea449-2b3c-0942-6a6c-3f17f6a95d4c-10ddc82f, #w-node-_8d97a625-3776-5aa4-b256-ae2a4086332d-10ddc82f, #w-node-d56b18ea-b432-4ead-7c87-aa6d0ac81a9a-10ddc82f, #w-node-_4af4dcb1-90fc-a245-9546-dd1458723727-10ddc82f, #w-node-ca7fbf14-89f7-138a-89a5-f3b5c32379a5-10ddc82f, #w-node-f56ee86e-e6fb-74ce-dbc2-7fa2a6f0975b-10ddc82f, #w-node-_6c4d47ef-771b-7289-49d9-940181fc7ce0-10ddc82f, #w-node-bb4459bc-d78f-c6aa-d15e-2e60f9a73d62-10ddc82f, #w-node-_16a2f993-29dd-baad-a22c-60b329bb6ac6-10ddc82f, #w-node-_7d926076-7ae9-a259-a3af-5ea28878fb46-10ddc82f, #w-node-a6ff4ae2-95ed-31e5-94d6-649e3ff50e64-10ddc82f, #w-node-_3c06ef45-c297-24d8-5933-679543af9e2b-10ddc82f, #w-node-b8d78744-a92f-dff4-4a94-0f0a944a954b-10ddc82f, #w-node-d7c7529f-4bc4-6b82-0ca2-dfd0263194d7-10ddc82f, #w-node-faeb30bd-7dd0-f82a-54c8-04fddfdc22be-10ddc82f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b5af7bc0-13fb-a08b-58fa-baad607320e2-10ddc7c2, #w-node-b5af7bc0-13fb-a08b-58fa-baad607320e3-10ddc7c2, #w-node-_16818cae-7417-192e-027c-d7f1bae116eb-10ddc7e7, #w-node-_16818cae-7417-192e-027c-d7f1bae116ec-10ddc7e7 {
    justify-self: start;
  }

  #w-node-_16818cae-7417-192e-027c-d7f1bae116f1-10ddc7e7, #w-node-_16818cae-7417-192e-027c-d7f1bae116f2-10ddc7e7 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b5af7bc0-13fb-a08b-58fa-baad607320e2-10ddc849, #w-node-b5af7bc0-13fb-a08b-58fa-baad607320e3-10ddc849 {
    justify-self: start;
  }

  #w-node-b5af7bc0-13fb-a08b-58fa-baad607320e8-10ddc849, #w-node-b5af7bc0-13fb-a08b-58fa-baad607320e9-10ddc849 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_16818cae-7417-192e-027c-d7f1bae116f1-10ddc7e7, #w-node-_16818cae-7417-192e-027c-d7f1bae116f2-10ddc7e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc29-10ddc82f, #w-node-_67407a85-bf2b-d096-fa25-b2a75c49fe08-10ddc82f, #w-node-c69ed531-b4c7-3ab1-6701-2a9a06692791-10ddc82f, #w-node-_0fa7ff01-a5c7-dfe4-9dcf-61b7e7116435-10ddc82f, #w-node-_418152d7-8116-7fa6-3f6f-f2aa5edee4fa-10ddc82f, #w-node-bbfb8e51-8d69-ceff-7684-776e562fb266-10ddc82f, #w-node-_368ec784-47be-676a-a104-6ad7997cb4a2-10ddc82f, #w-node-_4ff421fd-bd92-d40d-a743-db4d52a5fa04-10ddc82f, #w-node-d0471130-8aab-a5f7-93dc-973e970bac43-10ddc82f, #w-node-_83474c6c-c377-cfc0-8e3d-cf3b9d4013bf-10ddc82f, #w-node-ad884ad1-98ec-e87e-0696-96258c992eba-10ddc82f, #w-node-_033a29f8-e15c-18d8-012d-65703bea2af9-10ddc82f, #w-node-_8639c9fc-fb71-24f9-71d8-5b289e66bca6-10ddc82f, #w-node-_7b95421b-d469-3b8e-69ee-c9d0df9b6865-10ddc82f, #w-node-_7ed7ac2d-945c-87c0-4dd3-62fd5f79565e-10ddc82f, #w-node-a66d00dd-6f6e-93b1-7de0-3c4ab1f0f36b-10ddc82f, #w-node-_4371ab4f-5702-4869-9b4c-9e6aea8efeaa-10ddc82f, #w-node-d8546eef-960b-4b36-86e1-a00ebb040b75-10ddc82f, #w-node-_68d45911-b8a2-9314-4299-a6fde20b50c5-10ddc82f, #w-node-f4d151a1-da06-88c5-6486-656359f2b4a2-10ddc82f, #w-node-_214c6259-7e75-e7fb-b61e-b61c79404e0e-10ddc82f, #w-node-c47e7938-259e-f36f-ae68-7d11943180fc-10ddc82f, #w-node-a038a943-2dd1-bcfd-af06-41d27a1bca63-10ddc82f, #w-node-db12ca27-dd19-5da0-8003-e92fefe59ded-10ddc82f, #w-node-_81fea449-2b3c-0942-6a6c-3f17f6a95d4c-10ddc82f, #w-node-_8d97a625-3776-5aa4-b256-ae2a4086332d-10ddc82f, #w-node-d56b18ea-b432-4ead-7c87-aa6d0ac81a9a-10ddc82f, #w-node-_4af4dcb1-90fc-a245-9546-dd1458723727-10ddc82f, #w-node-ca7fbf14-89f7-138a-89a5-f3b5c32379a5-10ddc82f, #w-node-f56ee86e-e6fb-74ce-dbc2-7fa2a6f0975b-10ddc82f, #w-node-_6c4d47ef-771b-7289-49d9-940181fc7ce0-10ddc82f, #w-node-bb4459bc-d78f-c6aa-d15e-2e60f9a73d62-10ddc82f, #w-node-_16a2f993-29dd-baad-a22c-60b329bb6ac6-10ddc82f, #w-node-_7d926076-7ae9-a259-a3af-5ea28878fb46-10ddc82f, #w-node-a6ff4ae2-95ed-31e5-94d6-649e3ff50e64-10ddc82f, #w-node-_3c06ef45-c297-24d8-5933-679543af9e2b-10ddc82f, #w-node-b8d78744-a92f-dff4-4a94-0f0a944a954b-10ddc82f, #w-node-d7c7529f-4bc4-6b82-0ca2-dfd0263194d7-10ddc82f, #w-node-faeb30bd-7dd0-f82a-54c8-04fddfdc22be-10ddc82f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b5af7bc0-13fb-a08b-58fa-baad607320e8-10ddc849, #w-node-b5af7bc0-13fb-a08b-58fa-baad607320e9-10ddc849 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}