.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #fe7d3e;
  font-weight: 700;
  text-decoration: none;
}

.div-block {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: space-between;
  align-items: center;
  margin-top: 5vw;
  display: flex;
}

.link-block {
  background-color: gray;
  background-image: url('../images/latest.jpg');
  background-position: 50% 58%;
  background-size: 110% 110%;
  border: 2px #b33232;
  border-radius: 2vw;
  width: 14vw;
  height: 14vw;
  padding-bottom: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  box-shadow: 0 2px 5px #0003;
}

.body {
  color: #fe7d3e;
  background-color: #fefff3;
}

.link-block-2 {
  background-color: #0000;
  border: 2px #b33232;
  border-radius: 3vw;
  width: 18vw;
  height: 18vw;
  margin-top: 0;
  padding-bottom: 0;
  transition: box-shadow .2s, margin .2s cubic-bezier(1, 0, 0, 1);
}

.link-block-2:hover {
  margin-top: -3px;
}

.link-block-2.commfactory {
  background-image: url('../images/latest.jpg');
}

.link-block-2.photos {
  background-image: url('../images/PHOTOS-BUTTON-copy.jpg');
}

.link-block-2.filmreviews {
  background-image: url('../images/PHOTOS-BUTTON-film-copy-2.jpg');
}

.link-block-2.ttp {
  background-color: #ececec;
}

.link-block-3 {
  background-color: gray;
  background-image: url('../images/PHOTOS-BUTTON-copy.jpg');
  background-position: 51% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px #b33232;
  border-radius: 2vw;
  width: 14vw;
  height: 14vw;
  padding-bottom: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  box-shadow: 0 2px 5px #0003;
}

.text-block {
  text-align: center;
  font-size: 20px;
  position: absolute;
  inset: 45% 0% 0%;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-network-divs {
  z-index: 1;
  border-radius: .3vw;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding-top: .4vw;
  padding-bottom: .6vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.social-network-divs.forfocus {
  padding-top: .5vw;
  padding-bottom: .65vw;
}

.social-network-divs.spotify {
  margin-left: -.5vw;
  margin-right: 0;
  padding-right: 0;
}

.social-network-divs.soundcloud {
  align-self: center;
  overflow: visible;
}

.social-network-divs.soundcloud.forfocus {
  padding-left: .2vw;
}

.blurred-social-connect {
  opacity: .85;
  flex: 0 auto;
  align-self: center;
  width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding: .48vw .08vw 0;
  display: block;
  position: absolute;
}

.blurred-social-connect:hover {
  opacity: 1;
}

.blurred-social-connect.spotify {
  height: 110%;
}

.social-connect-icon {
  opacity: .9;
  cursor: pointer;
  flex: 0 auto;
  align-self: center;
  width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .48vw .08vw 0;
  transition: padding .3s cubic-bezier(.345, .159, .585, .931);
  display: block;
  position: absolute;
}

.social-connect-icon:hover {
  padding-top: 0;
  padding-bottom: .08vw;
}

.social-connect-icon.spotify {
  height: 110%;
}

.div-block-3-copy {
  width: 26vw;
  height: 1.5vw;
  padding-left: 5vw;
  display: flex;
}

.container {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: space-between;
  align-items: center;
  width: 85vw;
  height: 75vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10vh;
  display: flex;
}

.container.about {
  justify-content: flex-start;
  align-items: center;
  width: 85vw;
  height: auto;
  padding-bottom: 14vh;
}

.container.privacy-policy {
  justify-content: flex-start;
  align-items: center;
  width: 85vw;
  height: auto;
  padding-bottom: 0;
}

.div-block-3-copy-copy {
  justify-content: flex-end;
  align-items: stretch;
  height: 3vw;
  margin-top: 3vw;
  padding-top: 1vw;
  padding-left: 0;
  padding-right: 7vw;
  display: flex;
}

.div-block-4 {
  justify-content: space-between;
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-4.footer {
  width: 100vw;
  margin-top: 10vw;
  padding-bottom: 3vw;
}

.menu-items {
  z-index: 1;
  color: #323232;
  letter-spacing: .075vw;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5c2a9;
  border-radius: .5vw;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 2.25vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-items:hover {
  background-color: #fe7d3e;
}

.menu-items.w--current {
  justify-content: center;
  align-items: center;
}

.menu-items.forfocus {
  padding-top: .5vw;
  padding-bottom: .65vw;
}

.menu-items.spotify {
  margin-left: -.5vw;
  margin-right: 0;
  padding-right: 0;
}

.menu-items.soundcloud {
  align-self: center;
  overflow: visible;
}

.menu-items.soundcloud.forfocus {
  padding-left: .2vw;
}

.menu-items.text-style-link {
  text-decoration: none;
  transition: background-color .1s cubic-bezier(.55, .085, .68, .53);
}

.menu-items.text-style-link:hover {
  color: #fff;
}

.text-block-2 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.75vw;
  font-weight: 500;
}

.text-block-2.footer {
  color: #161616;
  letter-spacing: .075vw;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 2.25vw;
}

.div-block-3-copy-copy {
  width: 33vw;
  height: 3vw;
  margin-top: 3vw;
  padding-top: 1vw;
  padding-left: 5vw;
  display: flex;
}

.div-block-3-copy-copy-copy {
  width: 33vw;
  height: 3vw;
  margin-top: 3vw;
  padding-top: 1vw;
  padding-left: 5vw;
  display: none;
}

.div-block-5 {
  margin-top: 4vw;
  padding-right: 1vw;
  display: flex;
}

.div-block-5.footer {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  border-radius: .5vw;
  justify-content: space-between;
  width: 85vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .15vw;
  padding-bottom: 0;
}

.link-block-3-copy {
  background-color: gray;
  background-image: url('../images/PHOTOS-BUTTON-copy.jpg');
  background-position: 51% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #b33232;
  border-radius: 50vw;
  width: 20vw;
  height: 20vw;
  padding-bottom: 0;
  padding-left: 2vw;
  padding-right: 2vw;
}

.link-block-3-copy._4 {
  background-image: url('../images/PHOTOS-BUTTON-film-copy-2.jpg');
  border-style: none;
  border-width: 2px;
  border-radius: 2vw;
  width: 14vw;
  height: 14vw;
  box-shadow: 0 2px 5px #0003;
}

.section {
  background-color: #fff;
  border-radius: 2vw;
  flex-flow: column;
  align-items: center;
  width: 65vw;
  padding-bottom: 2vw;
  padding-left: 2vw;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 20%;
  box-shadow: 0 2px 5px #0003;
}

.container-2 {
  grid-column-gap: 4vw;
  flex-flow: wrap;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-5-copy {
  margin-top: 2vw;
  padding-bottom: 2vw;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 2vw;
  display: none;
}

.link-block-4 {
  color: #6d6d6d;
  margin-top: 2vw;
  text-decoration: none;
}

.image {
  object-fit: contain;
  min-width: 65vw;
  max-width: 65vw;
  min-height: auto;
  margin-top: 8vw;
}

.image.pete {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #d2b9b4;
  width: 15vw;
  min-width: auto;
  max-width: none;
  height: 18.75vw;
  max-height: none;
  margin-top: 0;
  padding-bottom: 0;
}

.text-block-4-copy {
  color: #6d6d6d;
  text-align: justify;
  width: auto;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 2.35vw;
}

.link-block-image {
  background-color: gray;
  border-radius: 3vw;
  width: 18vw;
  height: 18vw;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  transition-property: box-shadow, margin;
  transition-duration: .35s, .2s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1), cubic-bezier(1, 0, 0, 1);
  box-shadow: 0 2px 5px #0003;
}

.link-block-image:hover {
  margin-top: -3px;
  box-shadow: 0 4px 5px 1px #0003;
}

.link-block-image.commfactory {
  background-color: #ffe3e5;
}

.link-block-image.photos {
  background-color: #282d26;
}

.link-block-image.filmreviews {
  background-color: #5d9da2;
}

.link-block-image.talktopeter {
  background-color: #ececec;
}

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

.div-block-7 {
  flex: 0 auto;
  width: 100%;
  padding-top: 0;
  padding-left: 2vw;
  padding-right: 3vw;
}

.menu-link {
  text-decoration: none;
}

.div-block-copy {
  border-top: .2vw solid #333;
  border-bottom: .4vw solid #333;
  justify-content: space-between;
  width: 85vw;
  height: 3.75vw;
  margin-top: 1vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5vw;
  padding-left: .75vw;
  padding-right: .75vw;
  display: flex;
}

.container-5 {
  width: 85vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.div-block-8 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  margin-right: .75vw;
  display: flex;
}

.section-2 {
  width: 85vw;
  margin-left: auto;
  margin-right: auto;
}

.div-block-9 {
  justify-content: space-between;
  width: 85vw;
  height: 4vw;
  margin-top: 2.5vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1vw;
  display: flex;
}

.text-block-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 2vw;
}

.text-block-4 {
  text-align: right;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 2vw;
}

.menu-item {
  color: #333;
  padding-left: 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.3vw;
  font-weight: 500;
  line-height: 2vw;
}

.menu-item:hover {
  color: #da0000;
}

.menu-item:active {
  color: #000;
}

.text-block-5 {
  text-align: right;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 2vw;
}

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

.div-block-11 {
  background-color: #c20306;
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 2vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-6 {
  color: #fff;
  font-size: 1.4vw;
}

.div-block-12 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 85vw;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-13 {
  display: none;
}

.text-span {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.text-span-copy {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.text-block-7 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.3vw;
  line-height: 1.85vw;
}

.fs-cc_title {
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.clone-elements-inside-div {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc_button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .9375rem;
  font-weight: 700;
  transition: background-color .1s;
  display: inline-flex;
}

.fs-cc_button.is-secondary {
  pointer-events: auto;
  color: #000;
  background-color: #fff0;
  border: 1px solid #0000001a;
}

.fs-cc_modal {
  background-color: #fdff77;
  border-radius: 2vw;
  flex-direction: column;
  max-width: 47vw;
  margin: 2vw auto 5vw;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.fs-cc_checkbox {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox.is--not-allowed {
  cursor: not-allowed;
  font-size: 2rem;
}

.fs-cc_form {
  margin-bottom: 0;
}

.fs-cc_close-button {
  z-index: 5;
  cursor: pointer;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  display: flex;
  position: relative;
}

.fs-cc_link {
  text-decoration: underline;
}

.cookie-preference_background {
  opacity: 1;
  cursor: pointer;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc_screen-reader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.fs-cc_checkbox-label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.fs-cc_preference-buttons {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  border-bottom-right-radius: 2vw;
  border-bottom-left-radius: 2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin: 2vw -1.5rem -1.5rem;
  padding: 1.5rem;
  display: flex;
}

.fs-cc_preference-component {
  z-index: 9525;
  pointer-events: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc_modal-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #def9ff;
  border-bottom-right-radius: 2vw;
  border-bottom-left-radius: 2vw;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.fs-cc_checkbox-description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.fs-cc_preferences {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.fs_cc-modal-content {
  padding: 1.5rem;
}

.fs-cc_close-button-line {
  background-color: #000;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.fs-cc_close-button-line.is-2nd {
  transform: rotate(45deg);
}

.fs-cc_cookie-component {
  z-index: 9500;
  pointer-events: auto;
  max-width: 25rem;
  font-size: 18px;
  display: flex;
}

.fs-cc_checkbox-button {
  float: left;
  border: 1px solid #0003;
  border-radius: .125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  font-size: 2rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox-button.w--redirected-checked {
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #146ef5;
}

.fs-cc_checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.fs-cc_checkbox-button.is-required {
  cursor: not-allowed;
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #146ef5;
}

.fs-cc_custom-code {
  display: none;
}

.cookie-preference_wrapper {
  z-index: 1;
  width: 100%;
  max-height: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

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

.div-block-15 {
  display: block;
}

.link, .link-2, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11 {
  color: #fe7d3e;
  font-weight: 700;
  text-decoration: none;
}

.text-block-4-copy-copy {
  color: #6d6d6d;
  text-align: left;
  width: 100%;
  margin-top: .5vw;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.8vw;
}

.text-block-4-copy-copy-copy {
  color: #6d6d6d;
  text-align: justify;
  width: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 2.35vw;
}

.container-2-copy {
  grid-column-gap: 4vw;
  flex-flow: wrap;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .link-block {
    box-shadow: 0 2px 5px #0003;
  }

  .link-block-2 {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-2:hover {
    margin-top: -10px;
  }

  .link-block-3 {
    background-color: gray;
    box-shadow: 0 2px 5px #0003;
  }

  .social-connect-icon:hover {
    padding-bottom: .16vw;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 10vw;
    display: flex;
  }

  .div-block-3-copy-copy {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-4.footer {
    justify-content: space-between;
    width: 85vw;
  }

  .menu-items.forfocus.none {
    flex-flow: column;
  }

  .text-block-2.footer {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  }

  .div-block-5.footer {
    height: 4vw;
  }

  .link-block-3-copy {
    background-color: gray;
  }

  .link-block-3-copy._4 {
    box-shadow: 0 2px 5px #0003;
  }

  .link-block-image {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-7 {
    padding-right: 0;
  }

  .fs-cc_title {
    margin-bottom: .5vw;
    margin-left: 2.5vw;
    font-size: 1.6vw;
  }

  .fs-cc_button {
    padding: .7vw .8vw;
    font-size: 1.2vw;
  }

  .fs-cc_button.is-secondary {
    padding: .7vw .8vw;
  }

  .fs-cc_modal {
    border-radius: 1.5vw;
    max-width: 47vw;
  }

  .fs-cc_checkbox {
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    padding-left: 1.5vw;
  }

  .fs-cc_checkbox.is--not-allowed {
    margin-left: 2.5vw;
    padding-left: 1.5vw;
  }

  .fs-cc_form {
    width: 100%;
  }

  .fs-cc_checkbox-label, .fs-cc_checkbox-label.is--not-allowed {
    margin-bottom: .2vw;
    font-size: 1.2vw;
  }

  .fs-cc_preference-buttons {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-bottom: -4vw;
    margin-left: 0;
    margin-right: 0;
    padding: 2vw;
  }

  .fs-cc_modal-buttons {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    border-bottom-right-radius: 1.5vw;
    border-bottom-left-radius: 1.5vw;
    padding: 1.5vw 1.6vw 1.5vw 2vw;
  }

  .fs-cc_checkbox-description, .fs-cc_checkbox-description.is--not-allowed {
    margin-left: 1vw;
    font-size: 1.2vw;
  }

  .fs-cc_preferences {
    padding-top: 1.5vw;
    padding-bottom: 0;
  }

  .fs_cc-modal-content {
    padding: 1.5vw 0;
  }

  .fs-cc_cookie-component {
    max-width: 32.5vw;
  }

  .fs-cc_checkbox-button {
    width: 1.5vw;
    height: 1.5vw;
    margin-left: -1.5vw;
    margin-right: 1vw;
  }

  .fs-cc_checkbox-button.w--redirected-checked, .fs-cc_checkbox-button.is-required {
    background-size: 1vw;
  }

  .fs-cc_description {
    margin-left: 2.5vw;
    margin-right: 2.5vw;
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 991px) {
  .text-block {
    margin-top: -5.25vw;
    font-size: 17px;
  }

  .social-network-divs {
    padding-top: .5vw;
  }

  .social-network-divs:focus-visible, .social-network-divs[data-wf-focus-visible] {
    outline-width: .4vw;
  }

  .social-network-divs.forfocus {
    align-items: center;
    margin-top: .1vw;
    padding-top: .5vw;
    padding-bottom: .7vw;
  }

  .social-network-divs.forfocus:focus-visible, .social-network-divs.forfocus[data-wf-focus-visible] {
    outline-offset: -1px;
  }

  .social-network-divs.spotify {
    margin-left: -.5vw;
    margin-right: 0;
  }

  .social-network-divs.soundcloud.forfocus {
    padding-left: 1vw;
  }

  .div-block-3-copy {
    width: 30vw;
    height: 2vw;
    margin-top: .5vw;
  }

  .container {
    height: 65vh;
    padding-bottom: 10vh;
  }

  .container.about {
    width: 87vw;
    margin-top: 0;
    padding-bottom: 5vh;
  }

  .container.privacy-policy {
    width: 95vw;
    padding-bottom: 0;
  }

  .div-block-4.footer {
    margin-top: 10vh;
  }

  .menu-items {
    background-color: #f5c2a9;
    border-radius: .5vw;
    font-size: 1.3vw;
    line-height: 2.65vw;
  }

  .menu-items.forfocus {
    align-items: center;
    margin-top: .1vw;
    padding-top: .5vw;
    padding-bottom: .7vw;
  }

  .menu-items.forfocus:focus-visible, .menu-items.forfocus[data-wf-focus-visible] {
    outline-offset: -1px;
  }

  .menu-items.spotify {
    margin-left: -.5vw;
    margin-right: 0;
  }

  .text-block-2 {
    margin-left: 1.5vw;
    font-size: 2.15vw;
  }

  .section {
    width: 87vw;
  }

  .text-block-5-copy {
    margin-top: 3.25vw;
    margin-bottom: -2vw;
    font-size: 3.5vw;
  }

  .image {
    min-height: auto;
    max-height: none;
  }

  .image.pete {
    width: 21vw;
    height: 29vw;
  }

  .text-block-4-copy {
    font-size: 2.15vw;
    line-height: 3.25vw;
  }

  .div-block-copy {
    height: 4.25vw;
    margin-top: 2vw;
    padding-top: .65vw;
  }

  .text-block-3 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .text-block-4 {
    font-size: 2.75vw;
  }

  .menu-item {
    font-size: 1.75vw;
    line-height: 2.25vw;
  }

  .text-block-5 {
    font-size: 2.75vw;
  }

  .div-block-12 {
    width: 90vw;
  }

  .div-block-13 {
    display: none;
  }

  .text-span {
    margin-bottom: -2.5vw;
    display: block;
  }

  .text-block-7 {
    font-size: 2.15vw;
    line-height: 3vw;
  }

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

  .text-block-4-copy-copy, .text-block-4-copy-copy-copy {
    font-size: 2.15vw;
    line-height: 3.25vw;
  }
}

@media screen and (max-width: 767px) {
  .link-block {
    background-position: 50% -35%;
  }

  .body {
    height: 691px;
  }

  .link-block-2 {
    background-position: 50% -35%;
  }

  .link-block-3 {
    background-color: gray;
    background-position: 50% -35%;
    padding-bottom: 1vw;
  }

  .text-block {
    margin-top: -6vw;
    font-size: 14px;
  }

  .social-network-divs.spotify {
    margin-left: -1.5vw;
    margin-right: 1.3vw;
  }

  .div-block-3-copy {
    height: 2.5vw;
  }

  .container.privacy-policy {
    margin-top: 0;
  }

  .div-block-4.footer {
    margin-top: 15vh;
  }

  .menu-items {
    font-size: 1.5vw;
    line-height: 3.5vw;
  }

  .menu-items.spotify {
    margin-left: -1.5vw;
    margin-right: 1.3vw;
  }

  .link-block-3-copy {
    background-color: gray;
    background-position: 50% -35%;
    padding-bottom: 1vw;
  }

  .text-block-5-copy {
    font-size: 4vw;
    line-height: 2.666vw;
  }

  .image {
    min-height: auto;
    max-height: none;
  }

  .div-block-8 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .text-block-3 {
    font-size: 2.5vw;
  }

  .text-block-4 {
    font-size: 3vw;
  }

  .menu-item {
    font-size: 2.25vw;
  }

  .text-block-5 {
    font-size: 3vw;
  }

  .text-block-7 {
    font-size: 2.5vw;
    line-height: 3.75vw;
  }

  .fs-cc_close-button {
    margin-right: 1.25rem;
  }

  .fs-cc_modal-buttons {
    padding: 1.5rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    flex-flow: column;
    align-self: center;
    width: 100vw;
    height: 85vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 3vw 5vw;
  }

  .link-block {
    background-position: 50% 44%;
    border-radius: 50vw;
    width: 80vw;
    height: 80vw;
  }

  .link-block-2 {
    box-shadow: none;
    object-fit: cover;
    background-color: #0000;
    background-image: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 85vw;
    height: 85vw;
    padding: 3vw;
    transition-property: none;
    display: flex;
  }

  .link-block-2:hover {
    box-shadow: none;
  }

  .link-block-2.ttp {
    background-color: #fff0;
  }

  .link-block-3 {
    border-radius: 50vw;
    width: 80vw;
    height: 80vw;
  }

  .text-block {
    text-align: center;
    margin-top: -15vw;
    font-size: 20px;
  }

  .social-network-divs.forfocus.none {
    height: 8vw;
  }

  .social-network-divs.spotify {
    margin-left: -2.5vw;
    margin-right: 2.2vw;
  }

  .social-network-divs.soundcloud.forfocus {
    align-self: stretch;
    height: 7vw;
  }

  .blurred-social-connect {
    display: none;
  }

  .social-connect-icon:hover {
    padding: .48vw .08vw 0;
  }

  .social-connect-icon.svg {
    flex: 1;
    height: 6vw;
  }

  .div-block-3 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 80vw;
    margin-bottom: 20vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20vw;
    display: flex;
  }

  .div-block-3-copy {
    border-top: 3px solid #000;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 80vw;
    margin-bottom: 20vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vw;
    padding-bottom: 20vw;
    display: none;
  }

  .container {
    flex-flow: column;
    width: auto;
    height: auto;
    margin-bottom: 2vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5vw;
  }

  .container.about {
    height: auto;
    padding-bottom: 0;
  }

  .div-block-3-copy-copy {
    border-top: 3px solid #000;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 80vw;
    margin-bottom: 20vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vw;
    padding-bottom: 20vw;
  }

  .div-block-4 {
    justify-content: flex-end;
    width: 82vw;
    margin-bottom: 2vw;
    padding-left: 5vw;
    padding-right: 5vw;
    display: none;
  }

  .div-block-4.footer {
    width: 100vw;
    margin-top: 5vw;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-items {
    color: #fff;
    background-color: #0000;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-top: 1.5vw;
    padding-bottom: 1.65vw;
    font-size: 3vw;
  }

  .menu-items:hover {
    background-color: #fff0;
  }

  .menu-items.forfocus.none {
    height: 8vw;
  }

  .menu-items.spotify {
    margin-left: -2.5vw;
    margin-right: 2.2vw;
  }

  .menu-items.soundcloud.forfocus {
    align-self: stretch;
    height: 7vw;
  }

  .text-block-2 {
    color: #6f6f6f;
    text-align: center;
    text-transform: lowercase;
    flex: 1;
    margin-left: 0;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 5vw;
    font-weight: 400;
  }

  .text-block-2.rhs {
    text-align: right;
  }

  .text-block-2.footer {
    color: #fff;
    letter-spacing: .2vw;
    text-transform: uppercase;
    padding-bottom: .5vw;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 3vw;
    font-weight: 500;
    line-height: 1vw;
  }

  .div-block-3-copy-copy {
    border-top: 3px solid #000;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 80vw;
    margin-bottom: 20vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5vw;
    padding-bottom: 20vw;
    display: none;
  }

  .div-block-3-copy-copy-copy {
    border-top: 3px #000;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 78vw;
    height: 9vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 4vw;
    display: flex;
  }

  .div-block-3-copy-copy-copy.about, .div-block-3-copy-copy-copy.privacy {
    margin-top: 15vw;
  }

  .div-block-5 {
    flex-flow: row;
    justify-content: space-between;
    width: 100vw;
    padding-top: 6vw;
    padding-bottom: 5vw;
    padding-right: 0;
    display: flex;
  }

  .div-block-5.footer {
    background-color: #4f809e;
    border-radius: 2vw;
    width: 84vw;
    margin-top: 0;
    margin-bottom: 10vw;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .link-block-3-copy {
    width: 80vw;
    height: 80vw;
  }

  .link-block-3-copy._4 {
    border-radius: 50vw;
    width: 80svw;
    height: 80vw;
  }

  .section {
    text-transform: none;
    background-color: #fff;
    border-radius: 5vw;
    width: 85vw;
    margin-top: 6vw;
    margin-left: auto;
    margin-right: auto;
    padding: 6vw;
    position: relative;
    box-shadow: 0 2px 5px #0003;
  }

  .container-2 {
    grid-column-gap: 0vw;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 0;
    display: flex;
  }

  .text-block-5-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 6vw;
  }

  .link-block-4 {
    color: #6d6d6d;
    text-transform: none;
    align-self: stretch;
    margin-top: 0;
  }

  .image {
    min-width: 98vw;
    max-width: 100vw;
    min-height: auto;
    margin-top: 15vw;
  }

  .image.pete {
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 1vw;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 61vw;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 2vw;
  }

  .text-block-4-copy {
    text-align: left;
    text-transform: none;
    width: auto;
    margin-top: 2vw;
    padding-left: 1vw;
    font-size: 4.5vw;
    line-height: 6.5vw;
  }

  .link-block-image {
    border-radius: 5vw;
    width: 75vw;
    height: 75vw;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    flex-flow: column;
  }

  .div-block-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-copy {
    border-top-width: .6vw;
    border-bottom-width: .6vw;
    width: 75vw;
    height: 7.35vw;
    margin-top: 1vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.75vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .container-5 {
    width: 75vw;
    margin-bottom: 5vw;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-8 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    letter-spacing: normal;
  }

  .section-2 {
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .div-block-9 {
    width: 75vw;
    height: 7vw;
    margin-top: 8vw;
    padding-left: .5vw;
    padding-right: .5vw;
  }

  .text-block-3 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 5vw;
    line-height: 2vw;
  }

  .text-block-4 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 5vw;
  }

  .menu-item {
    letter-spacing: .25vw;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 4vw;
  }

  .text-block-5 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 5vw;
  }

  .div-block-11 {
    background-color: #c20306;
    border-radius: 4vw;
    justify-content: center;
    align-items: center;
    width: 7vw;
    height: 7vw;
    display: flex;
    position: absolute;
    inset: .2% 3.75% auto auto;
  }

  .div-block-11.about {
    top: 2%;
  }

  .text-block-6 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .div-block-12 {
    margin-top: -5vw;
  }

  .text-span {
    margin-bottom: -5vw;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: block;
  }

  .text-span-2 {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 5vw;
  }

  .text-span-copy {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

  .text-block-7 {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 4.25vw;
    line-height: 6vw;
  }

  .fs-cc_modal {
    border-radius: 4.5vw;
    max-width: 90%;
    margin-top: 5vw;
    margin-bottom: 10vw;
    box-shadow: 0 2px 5px #0003;
  }

  .fs-cc_close-button {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .fs-cc_preference-buttons {
    border-bottom-right-radius: 4.5vw;
    border-bottom-left-radius: 4.5vw;
    bottom: 0;
  }

  .fs-cc_preference-component {
    align-items: flex-end;
  }

  .fs-cc_modal-buttons {
    border-bottom-right-radius: 4.5vw;
    border-bottom-left-radius: 4.5vw;
  }

  .fs-cc_cookie-component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4-copy-copy, .text-block-4-copy-copy-copy {
    text-align: left;
    text-transform: none;
    width: auto;
    margin-top: 2vw;
    padding-left: 1vw;
    font-size: 4.5vw;
    line-height: 6.5vw;
  }

  .container-2-copy {
    grid-column-gap: 0vw;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 0;
    display: flex;
  }
}


