:root {
  --black: #111;
  --light-grey: #f4f4f4;
  --white-10: #f4f4f41a;
  --white: white;
  --white-80: #f4f4f4cc;
  --purple: var(--white-10);
  --grey: #161616;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  font-size: 1.125rem;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: var(--light-grey);
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  background-color: var(--white-10);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--light-grey);
  text-align: center;
  border-radius: 10rem;
  padding: .75rem 1.375rem;
  font-size: .875rem;
  font-weight: 500;
  transition: border-color .2s, background-color .2s, color .2s;
}

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

.button.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white-80);
  background-color: #0000;
}

.button.is-link.is-alternate:hover {
  color: var(--white);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  background-color: var(--white-80);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
  border-color: #0000;
}

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

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-alternate.is-small {
  border: 1px solid var(--purple);
  background-color: var(--white-10);
  color: #fff;
}

.button.button-primary {
  font-size: .875rem;
  line-height: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form-radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-image: none;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: var(--black);
}

.rl-styleguide_color.is-gray {
  background-color: var(--light-grey);
}

.rl-styleguide_color.is-white {
  background-color: var(--white);
}

.button-group {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

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

.text-weight-semibold {
  font-weight: 600;
}

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

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

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-size-small {
  font-size: .875rem;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  font-size: 1.25rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.body {
  color: var(--light-grey);
  font-family: Poppins, sans-serif;
}

.hero_wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
}

.section_hero-bg {
  background-image: url('../images/back.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_hero-bg-overlay {
  background-image: linear-gradient(65deg, #11111140, #1110), linear-gradient(to bottom, #1110, var(--black));
  position: absolute;
  inset: 0%;
}

.section_hero {
  height: 700px;
  padding-bottom: 0;
  position: relative;
}

.hero_content {
  width: 100%;
  max-width: 34rem;
  margin-top: 205px;
}

.navbar2_component {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 6rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_logo-link {
  background-image: url('../images/logo-banner-dark.png');
  background-position: 0 0;
  background-size: cover;
  padding-left: 0;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_link {
  color: var(--white-80);
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  transition: color .2s;
}

.navbar2_link:hover {
  color: var(--white);
}

.navbar2_link.w--current {
  color: var(--black);
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.section_slider {
  color: var(--white);
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  top: -15vh;
  overflow: hidden;
}

.slider_places {
  position: relative;
}

.swiper.is-places {
  overflow: visible;
}

.swiper-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-slide.is-places {
  flex: none;
  width: 25%;
  height: auto;
  position: relative;
}

.places-card {
  background-color: var(--grey);
  border-radius: 15px;
  width: 100%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.slider_places-bottom-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.swiper-bullet-wrapper.is-slider-main {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.swiper-bullet {
  background-color: var(--grey);
  text-align: center;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  transition: all .2s;
  display: flex;
}

.swiper-bullet.is-active {
  background-color: var(--white-80);
}

.swiper-drag-wrapper.is-slider-main {
  background-color: var(--grey);
  border-radius: 100vw;
  width: 38em;
  max-width: 100%;
  height: .75rem;
}

.swiper-drag.is-slider-main {
  background-color: var(--white-80);
  border-radius: 100vw;
  width: 7em;
  height: 100%;
}

.logo-text {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
}

.section_hero-bg-scroll-overlay {
  opacity: 0;
  background-color: #111;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.places-card_image-wrap {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.places-card_image-overlay {
  background-image: linear-gradient(to top, #181818, #1110);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.places-card_content {
  z-index: 2;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.places-card_heading-text {
  font-size: 1.375rem;
  font-weight: 500;
}

.places-card_desc-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.places-card_desc-text {
  opacity: .6;
  margin-top: .5rem;
  font-size: .875rem;
}

.hero_scroll-trigger {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.places-card_country-text {
  opacity: .6;
  letter-spacing: .125rem;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .625rem;
}

.preloader {
  z-index: 2000;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.swiper-main_arrow {
  z-index: 2;
  background-color: var(--white-10);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform .3s, background-color .2s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(-50%)rotate(180deg);
}

.swiper-main_arrow:hover {
  background-color: #f4f4f433;
}

.swiper-main_arrow:active {
  transform: scale(.97)translate(-50%)rotate(180deg);
}

.swiper-main_arrow.swiper-next {
  left: auto;
  right: 0;
  transform: translate(50%)rotate(0);
}

.preloader-bar-2 {
  background-color: #7715a0;
  width: 50%;
  height: 100%;
}

.c-preloader {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.c-preloader-bar {
  background-color: #222;
  border-radius: 1000px;
  justify-content: center;
  width: 15em;
  height: .25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 2.4em;
}

._w-preloader-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-preloader-curtain {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.c-preloader-content {
  z-index: 5;
  position: absolute;
}

.c-preloader-title {
  margin-bottom: .5em;
  padding-left: .5em;
  padding-right: .5em;
  overflow: hidden;
}

._w-preloader {
  background-color: #13131300;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.preloader-curtain {
  background-color: #131313;
  width: 50%;
  height: 100%;
  position: relative;
}

.preloader-curtain.right._2 {
  background-color: #13131380;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.preloader-curtain.left._2 {
  background-color: #13131380;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.preloader-bar-1 {
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.image-2 {
  display: block;
  overflow: visible;
}

.logo-link {
  padding-left: 0;
}

.navbar-menu-button {
  padding: 0;
}

.button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-link {
  color: #e6e2ec;
  align-items: center;
  padding: .75rem 1rem;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.menu-link:hover {
  color: #8f8899;
}

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

.button-2 {
  grid-column-gap: .5rem;
  color: #fdfcff;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #957aff;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.button-2:hover {
  background-color: #1a1a1a;
}

.button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.button-tertiary {
  grid-column-gap: .5rem;
  color: #f4ebff;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-tertiary:hover {
  color: #342f3a;
  background-color: #fcfaff;
}

.logo-image {
  flex: none;
  width: 200px;
  height: 50px;
  display: block;
}

.logo-image:hover {
  opacity: .7;
}

.navbar-component {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000c9;
  border-bottom: 1px solid #f9fafb29;
  align-items: center;
  width: 100%;
  min-height: 80px;
  display: flex;
  position: fixed;
}

.menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #8f8899;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
}

.footer-legal-link:hover {
  color: #5a585e;
}

.footer-left-wrapper {
  color: #cec7d8;
}

.badge {
  grid-column-gap: .25rem;
  color: #027a48;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #ecfdf3;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.footer-legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer-menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer-top-wrapper {
  grid-column-gap: 4vw;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: start;
}

.footer-details-wrapper {
  max-width: 20rem;
}

.footer-bottom-wrapper {
  color: #78737f;
  border-top: 1px solid #28242e;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.footer-link {
  grid-column-gap: .5rem;
  color: #cec7d8;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.logo-image-2 {
  flex: none;
  width: 143px;
  height: 100%;
  display: block;
}

.logo-image-2:hover {
  opacity: .7;
}

.footer-social-link {
  color: #8f8899;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-social-link:hover {
  color: #78737f;
}

.container {
  background-color: var(--black);
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.footer-social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  margin-top: 2rem;
  display: grid;
}

.social-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.footer {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  padding-bottom: 0;
  display: flex;
}

.footer-logo-link {
  float: none;
  margin-bottom: 2rem;
  display: block;
}

.subheading {
  color: #957aff;
  -webkit-text-stroke-color: #9f87ff;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.image-4 {
  width: 1792px;
  height: 700px;
}

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

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

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

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

.heading {
  padding-top: 0;
  padding-bottom: 7px;
  padding-left: 0;
  font-size: 2rem;
  text-decoration: none;
}

.heading-2 {
  padding-left: 0;
}

.nad-b-heading-1 {
  color: var(--white);
  width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.3em;
}

.nad-b-link-1-copy {
  color: var(--white-80);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .3em;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3em;
  display: inline-block;
}

.nad-b-decor-1 {
  color: var(--white);
  width: 25em;
}

.nad-grid-1 {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 84em;
  padding-top: 41px;
  display: flex;
}

.nad-b-ecor-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nad-a-pic-1 {
  object-fit: cover;
  width: 100%;
}

.nad-b-wrap-1 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 6em;
  padding-right: 45px;
  display: flex;
}

.nad-a-wrap-1 {
  flex: 1;
  height: 100%;
}

.nad-section-1 {
  background-color: var(--black);
  color: var(--white);
  height: 1080px;
  padding: 9.2em 5em 4em;
  font-family: Poppins, sans-serif;
  font-size: 1vw;
}

.nad-b-link-1 {
  color: var(--white-80);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .3em;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3em;
  display: inline-block;
}

.nad-b-paragraph-1 {
  color: var(--white-80);
  width: 300px;
  margin-top: 1.5em;
  margin-bottom: 2em;
  font-family: Poppins, sans-serif;
  font-size: 1.4em;
  line-height: 1.6em;
}

.nad-container-1 {
  justify-content: center;
  width: 100%;
  max-width: 100em;
  margin-top: 47px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spline-scene {
  width: 1200px;
  height: 600px;
}

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

.footer-top.pd-72px {
  padding-top: 72px;
  padding-bottom: 72px;
  padding-left: 0;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-200 {
  color: var(--light-grey);
  padding-left: 0;
  font-size: 18px;
  line-height: 20px;
}

.text-200.bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
  margin-left: 165px;
  margin-right: -265px;
  padding-left: 0;
  padding-right: 0;
}

.empty-state {
  text-align: center;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #0000001f;
}

.search-modal {
  z-index: 999999;
  background-color: #1313131f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
  position: fixed;
  inset: 0%;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.header-nav-link {
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 0;
  line-height: 18px;
}

.header-nav-link:hover {
  color: #727272;
}

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

.log-link {
  color: #727272;
  white-space: nowrap;
  background-color: #0000;
  padding: 0;
  line-height: 20px;
  transition: color .3s;
}

.log-link:hover {
  color: #131313;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #131313;
  border-radius: 8px;
  justify-content: center;
  padding: 18px 28px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #353535;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.white {
  color: #131313;
  background-color: #fff;
}

.btn-primary.white:hover {
  color: #131313;
  background-color: #f0f0f0;
}

.container-default {
  max-width: 1175px;
  padding-left: 24px;
  padding-right: 24px;
}

.header-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-logo-link {
  transform-style: preserve-3d;
  margin-left: -1px;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 48px;
  padding-bottom: 48px;
}

.grid-subscribe-form-button-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.card-link-icon {
  color: #727272;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.header-nav-list-item {
  align-items: center;
  margin-bottom: 0;
  padding-left: 32px;
  display: flex;
}

.header-nav-list-item.middle {
  padding-left: 14px;
  padding-right: 14px;
}

.header-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.footer-wrapper {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
}

.input {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  min-height: 54px;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 18px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 6px #0000000f;
}

.input:hover {
  border-color: #131313;
}

.input:focus {
  color: #131313;
  border-color: #131313;
}

.input::placeholder {
  color: #727272;
  font-size: 16px;
  line-height: 16px;
}

.input.input-subscribe-footer {
  margin-bottom: 0;
}

.header-logo {
  max-width: 200px;
}

.line-rounded-icon.success-message-check---left {
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.line-rounded-icon.contact-icon {
  color: var(--light-grey);
  margin-top: 2px;
  margin-right: 10px;
  font-size: 22px;
}

.line-rounded-icon.dropdown {
  font-size: 23px;
  line-height: 27px;
}

.line-rounded-icon.modal {
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  font-size: 20px;
  line-height: 27px;
  display: flex;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.line-rounded-icon.dropdown-arrow.user {
  margin-left: 4px;
}

.btn-circle-primary {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #131313;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-primary:hover {
  color: #fff;
  background-color: #131313;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-primary.no-bg {
  color: #131313;
  background-color: #0000;
  border-radius: 0;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.btn-circle-primary.no-bg:hover {
  color: #727272;
}

.btn-circle-primary.no-bg.search {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  padding: 0;
  font-size: 25px;
  line-height: 26px;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.center {
  grid-column-gap: 8px;
  justify-content: center;
  justify-items: center;
}

.social-media-grid-top.header {
  grid-column-gap: 18px;
  grid-template-columns: repeat(auto-fit, 18px) 18px 18px 18px 18px;
}

.header-nav-menu-wrapper.middle {
  width: 100%;
}

.dropdown-pd {
  padding: 30px 36px 32px;
}

.dropdown-pd.small {
  padding: 28px 32px;
}

.dropdown-pd.small.extra {
  padding: 22px 22px 24px;
}

.error-message {
  color: #727272;
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px 24px;
  position: static;
}

.color-neutral-300 {
  color: #f0f0f0;
}

.dropdown-wrapper.user {
  margin-right: 10px;
}

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

.section.top {
  padding-top: 100px;
  padding-bottom: 124px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
  padding-top: 25px;
}

.dropdown-toggle {
  letter-spacing: .08em;
  text-transform: uppercase;
  align-items: center;
  padding: 0;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #727272;
}

.social-icon-square {
  background-color: #f0f0f0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 20px;
  height: 36px;
  min-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.social-icon-square:hover {
  color: #fff;
  background-color: #131313;
}

.social-icon-square.no-bg {
  background-color: #fff;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  font-size: 18px;
}

.social-icon-square.no-bg:hover {
  color: #727272;
}

.card {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  box-shadow: 0 2px 7px #0000000f;
}

.card.form {
  color: var(--black);
  border-radius: 12px;
  min-height: 580px;
  margin-bottom: 0;
  padding: 48px;
}

.card.modal {
  width: 100%;
  max-width: 450px;
  padding: 56px 44px;
  position: relative;
}

.inner-container._574px {
  max-width: 574px;
}

.inner-container._400px {
  max-width: 400px;
}

.success-message {
  color: #fff;
  background-color: #131313;
  border-radius: 8px;
  padding: 28px 28px 32px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #f0f0f0;
  padding-top: 32px;
  padding-bottom: 32px;
}

.modal-close {
  cursor: pointer;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  transition: transform .3s;
  position: absolute;
  inset: 2% 2% auto auto;
}

.modal-close:hover {
  transform: scale(.92);
}

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

.hamburger-menu-bar {
  background-color: #131313;
  width: 40px;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
}

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr;
  justify-items: start;
}

.grid-1-column.dropdown-link-column.single {
  grid-template-columns: auto;
}

.text-area {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  min-height: 140px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 6px #0000000f;
}

.text-area:hover {
  border-color: #131313;
  box-shadow: 0 2px 12px #0000001a;
}

.text-area:focus {
  color: #131313;
  border-color: #131313;
}

.text-area::placeholder {
  color: #727272;
  font-size: 16px;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px #0000001f;
}

.dropdown-column-wrapper.w--open {
  border-radius: 10px;
  box-shadow: 0 2px 8px #0000001f;
}

.dropdown-column-wrapper.small {
  transform: translate(0%);
}

.dropdown-column-wrapper.small.no-static {
  box-shadow: 0 2px 8px #00000014;
}

.dropdown-link {
  color: #727272;
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #131313;
}

.dropdown-link.special {
  color: #131313;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 2px solid #131313;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: border-color .3s, color .3s;
}

.dropdown-link.special:hover {
  color: #727272;
  border-bottom-color: #727272;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.dropdown-2-sides {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-columns: 1.2fr auto;
  align-items: stretch;
}

.grid-2-columns.contact {
  grid-column-gap: 120px;
  color: var(--white);
  grid-template-columns: .7fr 1fr;
  align-items: start;
}

.social-icon-font {
  color: #131313;
  line-height: 25px;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-menu-list.middle {
  justify-content: center;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.container-default-2 {
  max-width: 1175px;
  padding-left: 24px;
  padding-right: 24px;
}

.heading-3, .heading-4, .heading-5, .heading-6 {
  padding-left: 0;
}

.mobile-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}

.logo-link-2 {
  max-width: 220px;
}

.rl_header1_image {
  border-radius: 12px;
}

.rl_section_header1 {
  background-color: #fff;
}

.rl-text-style-medium {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.hero-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 38px;
  line-height: 48px;
}

.rl_header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #d7d7d700;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  background-color: #000;
  padding: 5%;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  position: relative;
}

.button-1 {
  border-radius: 50px;
  padding: 2px;
  text-decoration: none;
  transition-duration: .4s;
}

.button-1:hover {
  transform: scale(1.05);
}

.button-text {
  align-items: center;
  display: flex;
}

.button-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #131313;
  background-color: #7d3c98;
  border: 1px #000;
  border-radius: 50px;
  align-items: center;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.button-content:hover {
  color: #fff;
}

.project-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  display: flex;
}

.track-list {
  color: #777;
  margin-top: .1rem;
  padding-top: 40px;
  padding-left: 23px;
  font-size: 14px;
}

._20 {
  padding-top: 0;
}

.track {
  color: #777;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.date {
  color: #777;
  margin-left: 0;
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.pull {
  padding-top: 45px;
  padding-left: 0;
  padding-right: 0;
}

.artist {
  padding-top: 50px;
  font-size: 24px;
  font-weight: 700;
}

.artist.album {
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-weight: 400;
  line-height: 22px;
}

.album-art-column {
  padding: 50px 50px 50px 0;
}

.released {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  padding-top: 40px;
  font-size: 10px;
  font-weight: 700;
}

.favorite {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: -15px;
  padding-top: 0;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.favorite.test2 {
  color: #777;
  letter-spacing: 0;
  text-transform: none;
  margin-left: -15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.album-row {
  background-image: none;
  border-bottom: 0 solid #999;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.description-column {
  padding: 50px 10px 50px 50px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.album-section {
  background-color: var(--black);
  color: var(--grey);
  border-bottom: 1px solid #999;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: background-color .5s;
  display: block;
}

.album-section:hover {
  background-color: #fff;
}

.rank {
  opacity: 1;
  color: #a88a1e;
  padding-top: 75px;
  font-family: Lato, sans-serif;
  font-size: 95px;
  font-weight: 100;
  line-height: 0;
}

.rank.no2 {
  color: #394d87;
  margin-left: 0;
  padding-top: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 12px;
}

.rank.no2.hash9 {
  color: #78848d;
}

.rank.no2.hash8 {
  color: #8fbc8f;
}

._7 {
  color: #394d87;
  letter-spacing: 1px;
  padding-top: 0;
  font-size: 80px;
  font-weight: 300;
  line-height: 60px;
}

._7.no33 {
  color: #78848d;
}

._7.no8 {
  color: #95bc8f;
}

.white-album {
  border: 1px solid #999;
}

._8 {
  color: #2826a6;
}

.text-block {
  color: #957aff;
  padding-top: 15px;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
}

.tabs-menu-wrapper {
  background-color: #464646;
  border-radius: 999em;
  align-items: center;
  padding: .7em .8em;
  display: flex;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tab-content-inner {
  justify-content: center;
  align-items: center;
  height: 525px;
  display: flex;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #535353;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: #0000;
  font-weight: 500;
}

.tab-content-title {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: relative;
  bottom: -232px;
  left: 306px;
}

.tab-content-image {
  border-radius: 1.4em;
}

.tabs-nav-background {
  z-index: 0;
  background-color: #fff;
  border-radius: 999em;
  position: absolute;
  inset: 0%;
  box-shadow: 0 22px 2.5em #0006;
}

.tabs-nav-text {
  z-index: 1;
  position: relative;
}

.third-example-with-unterline {
  border-top: 1px dashed #505050;
  margin-top: 5em;
  padding-top: 5em;
}

.title3 {
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.2em;
}

.tabs-nav-item-underline {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.second-example-with-unterline {
  border-top: 1px dashed #505050;
  margin-top: 5em;
  padding-top: 5em;
}

.tabs-nav-unterline {
  z-index: 0;
  background-color: #fff;
  border-radius: 999em;
  height: 2px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs-nav-item-underline2 {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline2:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline2.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.container-w3 {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.gutter-outside {
  margin-right: auto;
  padding-top: 35px;
  padding-left: 4em;
  padding-right: 4em;
}

.p-md-end {
  padding-bottom: 5.5em;
}

.tab-content2, .tab-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu-underline-wrapper {
  background-color: #464646;
  border-radius: 1.4em;
  align-items: center;
  padding: 1em 2.5em 1.2em;
  display: flex;
}

.tabs-nav-icon {
  width: 1.5em;
  height: 1.5em;
}

.background-video {
  border-radius: 1.4rem;
  width: auto;
  height: 525px;
}

.background-video-2, .background-video-3 {
  border-radius: 1.4rem;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  color: var(--white);
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: var(--white);
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

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

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

.text-block-2 {
  color: var(--white);
  padding-top: 5.5px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.list-item {
  color: var(--white);
}

.logo-2 {
  width: 100%;
  max-width: 200px;
  margin-bottom: 25px;
}

.form-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.social-link {
  transition: transform .2s;
}

.social-link:hover {
  transform: scale(1.15);
}

.left-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  height: 100%;
  display: flex;
}

.button-circle {
  border: 1px solid #fff;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.button-circle:hover {
  transform: translate(-3px, -3px);
  box-shadow: 2px 2px 2px #ffffff80;
}

.text-field {
  color: #fff;
  background-color: #000;
  border: 1px solid #0000;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 15px;
}

.text-field:focus {
  border-style: solid;
  border-color: #02a6a6;
}

.right-44 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.r-links-wrap {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.h1 {
  color: #f4f4f4;
}

.links-wrap {
  grid-column-gap: 20px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-44 {
  background-image: linear-gradient(#161616bf, #161616bf), url('../images/degleex-ganzorig-wQImoykAwGs-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  padding: 25px 50px;
}

.right-wrap-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.p-big {
  color: #f4f4f4;
}

.p-small {
  color: #9d9c9b;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 400;
}

.p-small.mb-30 {
  text-align: center;
}

.p-small.link {
  text-align: right;
  margin-bottom: 50px;
}

.form-block-2 {
  width: 100%;
  margin-bottom: 0;
}

.container-5 {
  min-height: 100vh;
  display: flex;
}

.submit {
  background-color: #a341cd;
  border: 1px solid #a341cd;
  border-radius: 40px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  transition: color .2s, background-color .2s;
  display: block;
}

.submit:hover {
  color: #02a6a6;
  background-color: #02a6a600;
}

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

.form-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-block-3 {
  width: 100%;
  margin-bottom: 0;
}

.form-field {
  margin-bottom: 30px;
}

.container-4 {
  min-height: 100vh;
  display: flex;
}

.logo-link-4 {
  max-width: 120px;
  margin-bottom: 60px;
}

.logo {
  margin-left: 0;
}

.link-5 {
  color: #a341cd;
  margin-top: 3px;
  text-decoration: none;
  display: block;
}

.label-p {
  text-align: center;
}

.mb-30 {
  color: #fff;
  margin-bottom: 30px;
}

.button-6 {
  color: #fff;
  background-color: #a341cd;
  border: 1px solid #a341cd;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  transition: background-color .2s, color .2s;
  display: block;
}

.button-6:hover {
  color: #00e1db;
  background-color: #0000;
}

.right-22 {
  color: #fff;
  background-color: #0c0312;
  width: 50%;
  padding: 12% 20px 20px;
}

.field-wrap {
  position: relative;
}

.button-google {
  grid-column-gap: 12px;
  color: #fff;
  background-color: #0000;
  border: 1px solid #a341cd;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s, box-shadow .2s;
  display: flex;
}

.button-google:hover {
  opacity: .8;
  box-shadow: 0 1px 20px #0000001a;
}

.label {
  color: #fff;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.heading-8 {
  color: #fff;
  padding-bottom: 0;
}

.right-wrap {
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.eye-icon {
  cursor: pointer;
  position: absolute;
  inset: 50% 17px auto auto;
  transform: translate(0, -50%);
}

.eye-icon.closed {
  display: none;
}

.field {
  color: #fff;
  background-color: #272727;
  background-image: url('../images/email.svg');
  background-position: 17px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #2b1a2e;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 55px;
  font-size: 16px;
  transition: border .2s;
}

.field:focus {
  border-color: #00e1db;
}

.field::placeholder {
  font-size: 16px;
}

.field.password {
  background-image: url('../images/lock.svg');
  padding-bottom: 7px;
  padding-right: 50px;
}

.left-22 {
  background-image: url('../images/nadine-shaabana-ZPP-zP8HYG0-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  width: 50%;
  padding: 12% 20px 20px;
  display: flex;
  position: relative;
}

.left-blur {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  background-color: #09171c1a;
  position: absolute;
  inset: 0%;
}

.image-5 {
  padding-left: 0;
}

.z-positive {
  z-index: 10;
  position: relative;
}

.sp-progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.sp-thumbnail {
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.progress-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
  position: relative;
}

.sp-media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-track-wrapper {
  background-color: var(--black);
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  padding: 25px 30px;
}

.sp-title-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-elapsed {
  flex-direction: row;
  display: flex;
}

.sp-progress-bar-background {
  background-color: #f0f0f00f;
}

.true-media-player-single-track {
  display: none;
}

.sp-details-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

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

.sp-pause {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.sp-artist-name {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.sp-title {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
}

.sp-play {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.sp-controla-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.true-progress-head {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px 0% auto auto;
}

.udesly-paragraph-large {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-info-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.udesly-span-black {
  color: #171717;
}

.udesly-text-medium {
  font-weight: 500;
}

.list-item-privacy {
  color: var(--white);
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-list-info {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 32px;
  font-weight: 500;
}

.udesly-information {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-title-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.udesly-container {
  color: var(--white);
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.udesly-error-message {
  color: #dc2828;
  background-color: #fef1f1;
  border: 1px solid #fec8c8;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px 20px;
}

.udesly-success-message {
  color: #157f3c;
  background-color: #f2fdf5;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
}

.udesly-paragraph-xsmall {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-submit-button {
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  transition: all .25s ease-out;
}

.udesly-submit-button:hover {
  background-color: #171717d9;
}

.udesly-submit-button.udesly-mb-24 {
  margin-bottom: 24px;
}

.udesly-form-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.udesly-text-area {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  inset: 8px 12px auto auto;
}

.udesly-textarea {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 155px;
  margin-bottom: 32px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.udesly-textarea::placeholder {
  color: #a3a3a3;
}

.udesly-relative-block {
  position: relative;
}

.udesly-field-label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-input {
  width: 100%;
}

.udesly-checkbox-label {
  color: #737373;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.udesly-checkbox {
  border-width: 1.5px;
  border-color: #d4d4d4;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 12px;
}

.udesly-checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Inner-Circle.svg');
  background-size: 10px 10px;
  border-color: #000;
  border-radius: 50%;
}

.udesly-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.udesly-checkbox-field.udesly-mb-12 {
  margin-bottom: 12px;
}

.udesly-checkbox-text {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-checkbox-wrapper {
  margin-bottom: 32px;
}

.udesly-select-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-select-field:focus {
  border-bottom-color: #141414;
}

.udesly-company-info {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  inset: auto 0% 10px auto;
}

.udesly-text-fiel-contact {
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-text-fiel-contact:focus {
  border-bottom-color: #141414;
}

.udesly-text-fiel-contact::placeholder {
  color: #a3a3a3;
}

.udesly-column {
  color: var(--white);
  width: 100%;
  position: relative;
}

.udesly-paragraph-large-2 {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  font-size: 52px;
}

.udesly-text-extrabold-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-title-wrapper-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-title-wrapper-centered.udesly-margin-bottom {
  border-bottom: 1px solid #e6e6e6;
  max-width: none;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.udesly-section {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.udesly-link {
  color: #737373;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-flex {
  align-items: center;
  display: flex;
}

.udesly-flex.udesly-gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.udesly-social-link {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.udesly-social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.udesly-footer-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.udesly-divider {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.udesly-udesly-text-field {
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 40px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-udesly-text-field:focus {
  border: 1px solid #141414;
  box-shadow: 0 0 4px #e1e1fe;
}

.udesly-udesly-text-field::placeholder {
  color: #a3a3a3;
}

.udesly-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.udesly-form-block {
  margin-bottom: 0;
}

.udesly-paragraph-small {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-small.udesly-mb-16 {
  margin-bottom: 16px;
}

.udesly-text-color-neutral-700 {
  color: #404040;
}

.udesly-footer-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  max-width: 440px;
  display: flex;
}

.udesly-footer-form.udesly-align-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  margin-top: 20px;
}

.udesly-link-block {
  color: #333;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .25s ease-out;
  display: flex;
}

.udesly-link-block:hover {
  color: #6f39f8;
  text-decoration: underline;
}

.udesly-link-block.udesly-align-right {
  color: #a0a0a0;
  justify-content: flex-start;
}

.udesly-link-block.udesly-align-right:hover {
  color: #333;
}

.udesly-footer-title {
  color: #333;
  max-width: 560px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-grid-4-columns {
  grid-column-gap: 50px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr auto auto auto;
}

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

.udesly-footer-4-columns {
  background-color: #fff;
  padding: 50px 5%;
}

.udesly-hide {
  display: none;
}

.udesly-arrow {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fafafa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.udesly-arrow.udesly-right {
  inset: auto auto -76px 64px;
}

.udesly-arrow.udesly-left {
  inset: auto auto -76px 0%;
}

.udesly-paragraph-medium {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.udesly-paragraph-medium.udesly-text-bold {
  color: var(--white);
  font-weight: 700;
}

.udesly-text-bold {
  font-weight: 700;
}

.udesly-image-cover {
  object-fit: cover;
  width: 100%;
  height: 560px;
  max-height: 100%;
}

.udesly-team-image {
  border-radius: 6px;
  width: 100%;
  max-width: 275px;
  max-height: 300px;
  overflow: hidden;
}

.udesly-team-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.udesly-slide-team {
  max-width: 272px;
  margin-right: 32px;
}

.udesly-mask-team {
  overflow: visible;
}

.udesly-slider-team {
  background-color: #0000;
  width: 272px;
  height: auto;
}

.udesly-paragraph-large-3 {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

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

.udesly-grid-third {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 45px;
  padding-left: 25px;
}

.udesly-inline-block {
  display: inline-block;
}

.udesly-inline-block.udesly-mt-32 {
  margin-top: 32px;
}

.udesly-udesly-text-semibold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.udesly-udesly-text-semibold.big {
  padding-top: 50px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.mp-artist-name {
  color: #ffffffd9;
  font-size: .875rem;
  font-weight: 300;
}

.mp-pause {
  cursor: pointer;
  width: 30px;
}

.mp-previous, .mp-next {
  cursor: pointer;
  width: 13px;
}

.mp-elapsed {
  flex-direction: row;
  display: flex;
}

.mp-media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.mp-track-time-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mp-track-time {
  color: #ffffff80;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.mp-controla-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 10px;
  margin-right: 20px;
  display: flex;
}

.mp-progress-bar-background {
  background-color: #f0f0f00f;
}

.mp-play {
  cursor: pointer;
  width: 30px;
}

.mp-title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
}

.mp-single-track {
  cursor: pointer;
  background-color: #ffffff1a;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  transition: all .2s ease-in-out;
  display: flex;
}

.mp-single-track:hover {
  background-color: #ffffff26;
}

.mp-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 20px;
  display: flex;
}

.mp-example-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.mp-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mp-progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.mp-track-wrapper {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  padding: 0;
}

.mp-audio-bar {
  cursor: pointer;
  width: 15px;
  margin-right: 10px;
  display: none;
}

.row {
  margin-bottom: 20px;
}

.portfolio-lightbox {
  width: 100%;
  transition: all .5s;
}

.portfolio-lightbox:hover {
  opacity: 1;
  transition: none;
}

.portfolio-hover-colour {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  position: absolute;
}

.colour {
  opacity: 0;
  text-align: center;
  background-color: #000c;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all .5s;
}

.colour:hover {
  opacity: 1;
}

.portfolio-inner {
  border: 1px solid #fff;
  height: 100%;
  padding-top: 40%;
}

.white {
  color: #fff;
  transform: none;
}

.portfolio-thumbnail {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: auto;
}

.image-6 {
  max-width: 80%;
}

.link-block {
  align-self: auto;
}

.udesly-price-text {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-pricing {
  align-items: center;
  display: flex;
}

.udesly-paragraph {
  color: #333;
  font-weight: 500;
}

.udesly-heading {
  color: #333;
}

.udesly-heading.udesly-3-columns {
  margin-bottom: 0;
  font-size: 18px;
}

.location-label {
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.location-label.udesly-small {
  font-size: 12px;
}

.udesly-icon-block-medium {
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.udesly-location-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.udesly-card-container {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 24px 24px;
  display: flex;
}

.udesly-card-container.udesly-3-columns {
  padding-top: 129px;
}

.udesly-image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.udesly-properties-image {
  z-index: 2;
  width: 100%;
  max-height: 224px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.udesly-card-v1-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 386px;
  height: 100%;
  padding-top: 40%;
  transition: all .25s ease-out;
  display: flex;
  position: relative;
}

.udesly-card-v1-wrapper:hover {
  transform: translate(0, -9px);
}

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

.udesly-cards-grid.udesly-3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.udesly-container-4 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.udesly-section-2 {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.rl-error-text {
  color: #e23939;
}

.rl-error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-text-style-tiny {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_cta26_spacing-block-3 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_cta_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_cta26_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.rl_cta26_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_cta26_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_cta26_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_cta26 {
  background-color: var(--relume-library-lite--rl-white);
  position: relative;
}

.paragraph {
  margin-top: 15px;
  padding-top: 0;
}

.rl_contact7_image {
  object-fit: cover;
  height: 100%;
  padding-top: 25px;
  display: block;
}

.rl-error-text-2 {
  color: #e23939;
}

.rl-error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-text-2 {
  font-weight: 600;
}

.rl-success-message-2 {
  background-color: #0000;
  padding: 1.5rem;
}

.rl-button-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_contact7_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-text-style-link-2 {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-checkbox-label-small {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-form-checkbox-icon {
  border: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

.rl-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.rl-form-text-area {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite--rl-black);
}

.rl-field-label {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rl_contact7_form-field-wrapper {
  position: relative;
}

.rl-form-input-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input-2:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input-2::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_contact7_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact7_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.rl_contact7_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact7_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_contact7_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_contact7_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.rl-padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_contact7 {
  background-color: var(--relume-library-lite--rl-white);
}

.sm-icon {
  color: #dbc3fe;
  object-fit: cover;
  width: 32px;
  height: auto;
}

.paragraph-2, .text-block-3 {
  color: #fff;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  color: var(--white);
}

.text-block-8 {
  color: #9e9e9e;
  text-align: left;
  padding-left: 300px;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout28_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link.w--current {
  border-left-color: var(--relume-library-lite--rl-black);
  opacity: 1;
  background-color: #0000;
}

.rl_layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl-padding-section-large-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout28 {
  background-color: var(--relume-library-lite--rl-white);
}

.paragraph-3 {
  color: var(--white);
}

.html-embed {
  font-size: 15rem;
  line-height: 1px;
}

.html-embed-2 {
  font-size: 12px;
}

.progress_fill {
  background-color: var(--white);
  width: 0%;
  height: 100%;
  position: relative;
}

.tricks-slider_text {
  z-index: 2;
  letter-spacing: .8px;
  font-size: 2.7rem;
  font-weight: 400;
  position: relative;
}

.progress {
  background-color: var(--white);
  width: 80%;
  height: 1.5px;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100em;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em;
  display: flex;
}

.tricks-slider_slide {
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 80vh;
  max-height: 80vw;
  margin-right: 1em;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tricks-slider {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-7 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.global-styles-2 {
  position: fixed;
  inset: 0% 0% auto;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.page-wrapper-3 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100em;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em;
  display: flex;
}

.global-styles-3 {
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.heading-9 {
  color: var(--white);
  padding-left: 0;
  font-size: 1rem;
  font-weight: 700;
}

.paragraph-4 {
  color: var(--light-grey);
  padding-top: 35px;
  padding-bottom: 0;
  font-size: 1rem;
}

.heading-10 {
  color: var(--white);
}

@media screen and (min-width: 1280px) {
  .section_hero {
    margin-bottom: 85px;
    padding-bottom: 0;
  }

  .hero_content {
    margin-top: 290px;
  }

  .section_hero-bg-scroll-overlay {
    padding-bottom: 0;
  }

  .text-center {
    margin-left: 190px;
    margin-right: -360px;
  }

  .rl-padding-global {
    border: 1px solid #fff;
  }

  .udesly-grid-third {
    grid-template-columns: .75fr .75fr .75fr;
  }

  .text-block-8 {
    padding-left: 450px;
  }

  .image-7 {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .hero_wrap {
    padding-bottom: 52vh;
  }

  .section_slider {
    padding-top: 200px;
  }

  .heading {
    padding-left: 0;
  }

  .nad-section-1 {
    font-size: 14px;
  }

  .text-center {
    width: 100%;
    height: 100%;
    margin-left: 290px;
    padding-left: 0;
  }

  .line-rounded-icon.contact-icon {
    min-width: 12px;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hero-title {
    font-size: 42px;
  }

  .button-content {
    font-size: 17px;
  }

  .udesly-grid-third, .div-block-14 {
    padding-left: 0;
  }

  .text-block-8 {
    padding-left: 500px;
  }

  .image-7 {
    width: 100%;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .swiper-slide.is-places {
    width: 33.3333%;
  }

  .swiper-main_arrow {
    display: none;
  }

  .menu-icon-component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: #fcfaff;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .menu-icon-line-bottom {
    background-color: #fdfcff;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #161a22;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .menu-link {
    color: #fdfcff;
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-link:hover {
    color: #161a22;
  }

  .menu {
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-color: #181818;
    background-clip: border-box;
    border-top: 1px solid #efedf1;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .menu-icon-line-middle {
    background-color: #fff;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nad-b-wrap-1 {
    margin-left: 4em;
  }

  .nad-section-1 {
    font-size: 1.3vw;
  }

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

  .footer-top.pd-72px {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 55px;
  }

  .text-center {
    margin-left: 0;
    margin-right: 0;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.search {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .header-nav-list-item {
    padding-left: 0;
  }

  .header-nav-list-item.middle {
    padding-left: 11px;
    padding-right: 11px;
  }

  .header-nav-menu-wrapper {
    background-color: #fff;
  }

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

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .card.form {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .hamburger-menu-bar {
    width: 36px;
    height: 2px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    transform: translate(-30%);
  }

  .grid-2-columns.contact {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .logo-link-2 {
    max-width: 180px;
  }

  .rl_header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-padding-global {
    padding-bottom: 5%;
  }

  .button-1:hover {
    transform: none;
  }

  .project-container {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .artist {
    color: #333;
    line-height: 28px;
  }

  .artist.album {
    line-height: 20px;
  }

  .favorite.test2 {
    margin-left: -5px;
  }

  .description-column {
    padding-right: 10px;
  }

  .tab-content-title {
    left: 189px;
  }

  .container-w3.gutter-outside {
    padding-top: 35px;
  }

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: var(--grey);
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .logo-2 {
    margin-bottom: 40px;
  }

  .right-44 {
    width: 100%;
    height: 100vh;
  }

  .left-44 {
    display: none;
  }

  .container-5 {
    flex-direction: column;
  }

  .right-22 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    display: flex;
  }

  .left-22 {
    display: none;
  }

  .sp-duration, .sp-elapsed {
    display: flex;
  }

  .udesly-information {
    grid-template-columns: 1fr;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 0;
  }

  .udesly-footer-title {
    font-size: 16px;
  }

  .udesly-udesly-text-semibold {
    font-size: 14px;
  }

  .mp-duration, .mp-elapsed {
    display: flex;
  }

  .colour {
    opacity: 1;
    background-color: #0006;
    padding: 10px;
  }

  .portfolio-inner {
    padding-top: 35%;
  }

  .udesly-heading.udesly-3-columns {
    font-size: 24px;
  }

  .udesly-card-v1-wrapper {
    max-width: none;
    padding-top: 124px;
  }

  .udesly-cards-grid, .udesly-cards-grid.udesly-3-columns {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl_contact7_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-block-8 {
    padding-left: 350px;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_layout28_component {
    grid-column-gap: 3rem;
  }

  .rl-padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .progress {
    margin-top: 30px;
  }

  .container-6 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .tricks-slider_slide {
    width: 48%;
    margin-right: 2em;
  }

  .container-7 {
    padding-left: 4em;
    padding-right: 4em;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .button-group.is-hero {
    justify-content: center;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero_wrap {
    text-align: center;
    align-items: center;
    padding-bottom: 10vh;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar2_button-wrapper {
    font-size: .875rem;
  }

  .swiper-slide.is-places {
    width: 50%;
  }

  .menu-link, .button-2 {
    font-size: 1rem;
  }

  .button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-tertiary:hover {
    color: #5a585e;
    background-color: #0000;
  }

  .navbar-component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-legal-link:hover {
    color: #8f8899;
  }

  .badge {
    padding: .125rem .5rem;
  }

  .footer-legal-list {
    margin-bottom: 1rem;
  }

  .footer-top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer-bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .footer-link:hover {
    color: #6941c6;
  }

  .footer-social-link:hover {
    color: #8f8899;
  }

  .footer-social-list {
    margin-top: 1.5rem;
  }

  .footer-logo-link {
    margin-bottom: 1.5rem;
  }

  .image-4 {
    width: auto;
    height: auto;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .nad-b-heading-1 {
    text-align: center;
  }

  .nad-b-decor-1 {
    width: auto;
  }

  .nad-grid-1 {
    flex-direction: column;
  }

  .nad-b-ecor-2 {
    flex-direction: row;
    align-items: center;
  }

  .nad-b-wrap-1 {
    order: -1;
    align-items: center;
    margin-bottom: 3em;
    margin-left: 0;
  }

  .nad-a-wrap-1 {
    align-self: stretch;
  }

  .nad-section-1 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .nad-b-link-1 {
    margin-right: 2em;
  }

  .nad-b-paragraph-1 {
    text-align: center;
  }

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

  .footer-top.pd-72px {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 0;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-center {
    margin-left: 0;
    margin-right: 0;
  }

  .header-middle.social-media {
    display: none;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .container-default {
    padding-top: 20px;
  }

  .header-content-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .header-logo-link {
    margin-left: 0;
  }

  .header-wrapper {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .header-nav-list-item.middle {
    margin-bottom: 16px;
  }

  .header-top-wrapper {
    margin-bottom: 0;
  }

  .input {
    border-radius: 6px;
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header-logo {
    max-width: 90%;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .btn-circle-primary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-primary.no-bg {
    display: flex;
  }

  .btn-circle-primary.no-bg.search {
    display: none;
  }

  .header-nav-menu-wrapper.middle {
    border-bottom: 1px solid #f0f0f0;
    flex-direction: column;
    padding: 22px 20px;
  }

  .dropdown-pd, .dropdown-pd.small {
    padding: 0;
  }

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

  .section.top {
    color: var(--white);
    padding-top: 60px;
  }

  .card.form {
    color: var(--black);
    min-height: 540px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-area {
    border-radius: 6px;
  }

  .header-right-side.search {
    display: flex;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    margin-top: 18px;
    margin-bottom: 14px;
    position: static;
  }

  .dropdown-column-wrapper.w--open {
    box-shadow: none;
    border-radius: 0;
    transform: translate(0%);
  }

  .dropdown-column-wrapper.small.no-static {
    border-width: 1px;
    border-radius: 16px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    box-shadow: 0 2px 8px #0000001f;
  }

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

  .grid-2-columns.form {
    grid-row-gap: 18px;
  }

  .grid-2-columns.dropdown-2-sides {
    grid-row-gap: 40px;
    grid-template-columns: 1.2fr;
  }

  .grid-2-columns.contact {
    grid-row-gap: 40px;
  }

  .header-nav-menu-list.middle {
    flex-direction: column;
    align-items: flex-start;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .mobile-nav-wrapper {
    justify-content: space-between;
    margin-top: 20px;
    display: flex;
  }

  .logo-link-2 {
    z-index: 2000;
    max-width: 140px;
    position: relative;
  }

  .mobile-link {
    z-index: 2000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40px;
    display: flex;
    position: relative;
  }

  .hamburger-top {
    background-color: #fff;
    width: 40px;
    height: 2px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-middle {
    background-color: #fff;
    width: 40px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-bottom {
    background-color: #fff;
    width: 40px;
    height: 2px;
    margin-top: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_header1_component {
    grid-row-gap: 3rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .button-arrow {
    width: 10px;
    height: 10px;
  }

  .button-1 {
    padding: 1px;
  }

  .button-content {
    padding: 16px 20px;
    font-size: 15px;
  }

  .track-list {
    padding-top: 30px;
  }

  .pull {
    padding-top: 35px;
  }

  .artist {
    padding-top: 30px;
  }

  .album-art-column {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .released {
    padding-top: 30px;
  }

  .favorite.test2 {
    margin-top: -12px;
    margin-left: 0;
    padding-left: 20px;
  }

  .description-column {
    padding: 0 0 60px;
  }

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

  ._7, ._7.album {
    padding-top: 0;
  }

  ._8 {
    padding-bottom: 0;
  }

  .tab-content-title {
    bottom: -239px;
    left: 139px;
  }

  .title3 {
    font-size: 2em;
  }

  .container-w3.gutter-outside {
    padding-top: 35px;
  }

  .p-md-end {
    padding-bottom: 4em;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    background-color: var(--grey);
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .image-5 {
    position: relative;
    bottom: -54px;
    left: 313px;
  }

  .sp-track-wrapper {
    padding: 20px;
  }

  .udesly-form-flex {
    flex-direction: column;
  }

  .udesly-column.udesly-margin-bottom {
    margin-bottom: 40px;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .udesly-footer-form.udesly-align-right {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .udesly-footer-title {
    color: #333;
  }

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

  .udesly-footer-4-columns {
    padding-bottom: 48px;
  }

  .udesly-team-image {
    max-width: none;
    max-height: none;
    overflow: hidden;
  }

  .udesly-slider-team {
    width: 80%;
  }

  .udesly-grid-third {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .mp-track {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .row {
    margin-bottom: 0;
  }

  .portfolio-column {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .colour {
    opacity: 1;
    background-color: #0006;
    padding: 20px;
  }

  .udesly-cards-grid {
    grid-template-columns: 1fr;
  }

  .rl_cta26_spacing-block-3 {
    padding-bottom: .75rem;
  }

  .rl_cta26_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_cta26_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_contact7_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-3 {
    font-size: 1rem;
  }

  .rl_contact7_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_contact7_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_contact7_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-block-8 {
    padding-left: 100px;
  }

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tricks-slider_text {
    font-size: 2.7em;
  }

  .tricks-slider_slide {
    width: 50%;
    height: 75vh;
  }

  .image-7 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .button-group.is-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .text-size-large {
    font-size: 12px;
  }

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

  .section_hero-bg {
    background-position: 50%;
    background-size: cover;
  }

  .section_hero {
    height: 800px;
  }

  .hero_content {
    margin-top: 286px;
  }

  .section_slider {
    padding-top: 102px;
  }

  .swiper-slide.is-places {
    width: 100%;
  }

  .swiper-bullet-wrapper.is-slider-main {
    display: none;
  }

  .swiper-drag-wrapper.is-slider-main {
    height: .625rem;
  }

  .section_hero-bg-scroll-overlay {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .places-card_content {
    padding-top: 1.5rem;
  }

  .places-card_heading-text {
    font-size: 1.125rem;
  }

  .places-card_desc-text {
    margin-bottom: 0;
  }

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

  .image-3 {
    display: inline-block;
  }

  .image-4 {
    width: auto;
    height: auto;
  }

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

  .heading {
    padding-top: 61px;
    padding-left: 0;
    font-size: 1.5rem;
  }

  .nad-b-ecor-2 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .nad-section-1 {
    font-size: 2.5vw;
  }

  .nad-b-link-1 {
    margin-right: 0;
  }

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

  .text-200 {
    color: var(--light-grey);
  }

  .text-center {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .container-default {
    color: var(--black);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-subscribe-form-button-left {
    grid-template-columns: 1fr;
  }

  .card-link-icon {
    text-align: center;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.middle {
    text-align: left;
    justify-content: flex-start;
    width: auto;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .header-logo {
    max-width: 86%;
  }

  .line-rounded-icon.success-message-check---left {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .social-media-grid-top, .social-media-grid-top.center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .dropdown-wrapper.user {
    margin-right: 7px;
  }

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

  .section.top {
    color: var(--white);
    padding-top: 66px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .card.form, .card.modal {
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-horizontal.success-message-horizontal {
    flex-direction: column;
  }

  .grid-1-column.contact {
    grid-row-gap: 8px;
    color: var(--white);
    margin-top: 16px;
  }

  .grid-2-columns.dropdown-2-sides {
    justify-items: start;
  }

  .header-nav-menu-list.middle {
    align-items: flex-start;
  }

  .field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6 {
    color: var(--black);
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-nav-wrapper {
    position: fixed;
  }

  .rl_header1_image {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .project-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    place-items: start stretch;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .track-list {
    padding-top: 25px;
  }

  .pull {
    padding-top: 30px;
  }

  .artist {
    padding-top: 20px;
  }

  .released {
    padding-top: 25px;
  }

  .description-column {
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .album-section {
    border-bottom-width: 0;
    padding: 0;
  }

  .tab-content-title {
    text-align: center;
    justify-content: center;
    padding-top: 173px;
    padding-left: 102px;
    display: block;
    bottom: -5px;
    left: -56px;
  }

  .tabs-nav-item-underline, .tabs-nav-item-underline2 {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .container-w3.gutter-outside {
    margin-right: 6vw;
    padding-top: 35px;
    padding-left: 6vw;
    font-size: .75rem;
    line-height: 1.2em;
  }

  .tabs-menu-underline-wrapper {
    padding: .8em 1em 1em;
  }

  .background-video, .background-video-2 {
    height: 400px;
  }

  .background-video-3 {
    min-width: 100%;
    height: 400px;
  }

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

  .nav-menu-three {
    background-color: var(--grey);
    flex-direction: column;
  }

  .right-44 {
    padding: 15px 20px;
  }

  .left-44 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    bottom: -53px;
    left: 214px;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .udesly-form-flex {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 28px;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 40px;
  }

  .udesly-link {
    text-align: center;
  }

  .udesly-flex.udesly-gap-32 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .udesly-footer-bottom {
    justify-content: center;
  }

  .udesly-form {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .udesly-link-block {
    justify-content: flex-start;
  }

  .udesly-footer-title {
    font-size: 14px;
  }

  .udesly-grid-4-columns {
    grid-column-gap: 15px;
  }

  .udesly-container-2, .udesly-container-3 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .udesly-grid-third {
    grid-column-gap: 6px;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .udesly-udesly-text-semibold.big {
    padding-left: 30px;
    font-size: 32px;
  }

  .row {
    margin-bottom: 0;
  }

  .colour {
    opacity: 1;
    background-color: #0006;
    padding: 10px;
  }

  .portfolio-inner {
    padding-top: 30%;
  }

  .white {
    font-size: 12px;
    line-height: 16px;
    transform: none;
  }

  .udesly-heading.udesly-3-columns {
    font-size: 24px;
  }

  .udesly-location-wrapper {
    margin-top: 0;
  }

  .udesly-card-v1-wrapper {
    max-width: 350px;
  }

  .udesly-container-4 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .rl_cta_form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .text-block-8 {
    padding-left: 10px;
  }

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

  .paragraph-3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }

  .tricks-slider_text {
    font-size: 2.7em;
  }

  .tricks-slider_slide {
    width: 90%;
    max-height: 130vw;
    margin-right: 3em;
    padding: 0;
  }

  .tricks-slider {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: flex;
  }

  .image-7 {
    width: 100%;
  }

  .container-7 {
    padding-left: 1.5em;
    padding-right: 0;
  }
}

#w-node-bcc068b5-541e-d826-4612-cc85fd74666f-2fda6afd {
  justify-self: stretch;
}

#w-node-_37e6b89e-fd85-25a2-d3a3-aa58b211e983-2fda6b06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc215ddf-08d5-a60b-76f8-93050ec54e7d-2fda6b0b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fc215ddf-08d5-a60b-76f8-93050ec54e81-2fda6b0b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86205-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-2fda6b20 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-2fda6b20 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-2fda6b20 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-2fda6b20, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-2fda6b20, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-2fda6b20 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-2fda6b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-2fda6b20 {
  justify-self: start;
}

#w-node-_3a7ca6c9-01d6-d1e5-06ed-6d06777551e4-05d8ae44, #w-node-_3a7ca6c9-01d6-d1e5-06ed-6d06777551f6-05d8ae44, #w-node-_8034086c-83d5-367c-4506-93650df4eb8d-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4eb8f-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4eb91-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4eb93-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4eb9e-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4eba0-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4eba2-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4eba4-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4ebaf-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4ebb1-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4ebb3-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4ebb5-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4ebc0-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4ebc2-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4ebc4-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4ebc6-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4ebd1-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4ebd3-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4ebd5-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4ebd7-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4ebe2-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4ebe4-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4ebe6-2e340819, #w-node-_8034086c-83d5-367c-4506-93650df4ebe8-2e340819 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a457fe1-cb40-8ff0-219b-730c73b8cb54-c4108246 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ceeebbe7-de86-00ce-3e12-c100825bb627-0c874807 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-fc215ddf-08d5-a60b-76f8-93050ec54e7d-2fda6b0b {
    grid-column: span 1 / span 1;
  }
}


