/* https://files.cargocollective.com/c1361015/cursor_default.cur */
/* https://files.cargocollective.com/c1361015/cursor_pointer.cur */
html {
  /* cursor: url(https://files.cargocollective.com/c1361015/cursorpassivefinal.png), auto !important; */
  transition: auto !important;
  scroll-behavior: smooth;
  --cursor_default: url("https://files.cargocollective.com/c1361015/cursor_default.cur"), default;
  --cursor_pointer: url("https://files.cargocollective.com/c1361015/cursor_pointer1.cur"), pointer;
  cursor: var(--cursor_default);
}

a[href] {
  cursor: var(--cursor_pointer);
}

.w-100 {
  width: 100%;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.highlight:hover {
  color: #fff;
  transition: 0.5s;
}

.PTitle {
  margin-top: 100px !important;
}

img1 {
  border-radius: 500px !important;
}

.descWrapper {
  display: flex;
  flex-direction: column;
}

.img {
  margin-bottom: 0 !important;
  width: 100%;
  height: 100%;
  display: flex;
}

.img img {
  margin: 0 !important;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.otherTile {
  background-color: #fff;
  border-radius: 50px !important;
  border: solid 1px black;
  transition: 0.3s;
  cursor: var(--cursor_pointer);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 50px;
}

.otherTile:hover {
  background-color: #f4b840;
  border-color: #000;
  /* cursor: url(https://freight.cargo.site/t/original/i/a52c763f37d8d9e5b850ed7718624a202c279e5248734ee4bf9021db3b5b861b/cursor1.png),
      auto !important; */
}

.headerContainer {
  align-content: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}

.view1 {
  background-color: #fff;
  display: inline-block;
  padding: 3px 20px 3px 20px !important;
  border-radius: 50px !important;
  border: solid 1px #000000;
  font-size: 15px;
  text-align: center;
  cursor: var(--cursor_pointer);
  transition: 0.2s;
}

.view1:hover {
  background-color: #f4b840;
  display: inline-block;
  padding: 3px 20px 3px 20px !important;
  border-radius: 50px !important;
  border: solid 1px #000000;
  font-size: 15px;
  text-align: center;
  cursor: var(--cursor_pointer);
  transition: 0.2s;
}

.btn {
  --border-width: 2px;
  background-color: #fff;
  border-radius: 20px !important;
  outline: solid var(--border-width);
  text-align: center;
  color: #000 !important;
  padding-top: 0.2rem;
  padding-bottom: 0.315rem;
  transition: 0.2s;
}

.btn:focus {
  outline: solid var(--border-width);
  background-color: #f4b840;
}

.btn:hover {
  background-color: #f4b840;
}

.btn__large {
  padding-top: 0.05rem;
  padding-bottom: 0.315rem;
}

.nav--btn {
  --gap: 0.75rem;
  width: calc((100% / 3) - var(--border-width) - var(--gap));
}

.mobile .nav--btn {
  width: 100%;
}

.mobile .nav--btn + .nav--btn {
  margin-top: calc(var(--gap) * 2);
}

.btn--container {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}

.btn--link {
  width: 100%;
  text-align: center;
  -webkit-touch-callout: none;
  user-select: none;
}

.btn--link:hover,
.btn--link:focus {
  cursor: pointer !important;
  outline: solid 2px;
}

#toolset {
  display: none;
}

.button1 {
  background-color: white;
  padding-bottom: 3px;
  padding-top: 1px;
  color: black !important;
  width: 100% !important;
  outline: solid 1px;
  transition: all 0.2s ease 0s;
  border-radius: 100rem !important;
  -webkit-border-radius: 100rem;
  -moz-border-radius: 100rem;
  -khtml-border-radius: 100rem;
}

.button1:hover {
  background-color: #f4b840;
  transition: all 0.2s ease 0s;
}

/* TODO: consolidate button styles */
body {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.85);
}

a:active {
  opacity: 0.7;
}

.page a.active {
  color: #000;
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
}

sub {
  top: 0.3em;
}

sup {
  top: -0.4em;
}

s {
  text-decoration: line-through;
}

img {
  border: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 2.5em;
}

blockquote {
  margin: 0;
  padding: 0 0 0 2em;
}

hr {
  background: rgba(0, 0, 0, 0.15);
  border: 0;
  height: 1px;
  display: block;
}

.content img {
  float: none;
  margin-bottom: 0.5em;
}

.gallery_image_caption {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  font-family: Diatype, Icons;
  font-style: normal;
  line-height: 1.3;
}

/**
     * Loading Animation
     */
.loading[data-loading] {
  position: fixed;
  bottom: 8px;
  left: 8px;
}

/**
     * Editor styles
     */
[data-predefined-style="true"] bodycopy {
  font-size: 1.3rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  font-family: "D-DIN Expanded", Icons;
  font-style: normal;
  line-height: 1.3;
}

[data-predefined-style="true"] bodycopy a {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
  border-bottom: 0;
  padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
  font-family: "Gravity Variable", Icons;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-size: 4.8rem;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: -0.04rem;
  font-variation-settings: "wdth" 115.501;
}

[data-predefined-style="true"] h1 a {
  color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
  font-family: "D-DIN Expanded", Icons;
  font-style: normal;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 2rem;
  line-height: 1;
}

[data-predefined-style="true"] h2 a {
  color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: "D-DIN Expanded", Icons;
  font-style: normal;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] small a {
  color: rgba(0, 0, 0, 0.85);
  border-bottom-width: 0em;
}

/**
     * Breakpoints
     */
[data-css-preset] .page {
  background-color: initial;
}

.mobile .page,
[data-css-preset].mobile .page {
  position: relative;
  min-height: 10px;
  max-width: 100%;
  width: 100%;
  background-color: transparent;
}

[data-css-preset] .container {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

[data-css-preset] body {
  background-color: white;
}

[data-css-preset] .container_width {
  width: 90%;
}

[data-css-preset] .content_padding {
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  padding-right: 0rem;
}

/**
     * Thumbnails
     */
div[thumbnails] {
  justify-content: flex-start;
}

[data-css-preset] .thumbnails {
  background-color: rgba(0, 0, 0, 0);
}

[data-css-preset] .thumbnails_width {
  width: 100%;
}

[data-css-preset] [thumbnails-pad] {
  padding: 1rem;
}

[data-css-preset] [thumbnails-gutter] {
  margin: -2rem;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
  padding: 0.5rem;
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
  margin: -1rem;
}

.thumbnails .thumb_image {
  outline: 0px solid rgba(0, 0, 0, 0.12);
  outline-offset: -1px;
}

.thumbnails .title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  font-family: Diatype, Icons;
  font-style: normal;
  line-height: 1.3;
}

.thumbnails .tags {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Monument Grotesk Mono", Icons;
  font-style: normal;
  line-height: 0.5;
}

.thumbnails .tags a {
  border-bottom: 0;
  color: rgba(0, 0, 0, 0.35);
  text-decoration: none;
}

.thumbnails .has_title .tags {
  margin-top: 0rem;
}

/**
     * Shop Button
     */
[data-css-preset] #shop_button {
  color: rgba(0, 0, 0, 0.85);
  background: transparent;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: fixed;
  padding: 6px;
  top: 2.5rem;
  right: 3rem;
}

#shop_button.text {
  font-family: Diatype, Icons;
  font-size: 2.4rem;
  padding: 0;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  font-style: normal;
  line-height: 1.2;
}

#shop_button.custom_icon {
  width: 40px;
  height: auto;
}

body.mobile #shop_button:not(.text) {
  margin: -6px;
  font-size: 36px;
}

/**
     * Shop Product Widget
     */
.shop_product {
  width: 100%;
  max-width: 22rem;
  position: relative;
  display: block;
}

.shop_product .price {
  font-family: Diatype, Icons;
  font-size: 1.3rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.85);
  display: block;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 500;
}

.shop_product .dropdown {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
 "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
  font-size: 1.3rem;
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
  margin-bottom: 1rem;
  line-height: 1.2;
  padding: 0.7rem 2.5rem 0.8rem 1rem;
  font-style: normal;
  font-weight: 400;
}

.shop_product .button {
  font-family: Diatype, Icons;
  font-size: 1.3rem;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  flex: 0 0 50%;
  text-align: left;
  display: inline-block;
  line-height: 1;
  padding: 0.8rem 1rem 0.8rem;
  font-style: normal;
  font-weight: 500;
}

/**
     * Image Zoom
     */
.content img.image-zoom:active {
  opacity: 0.7;
}

/**
     * Quick View
     */
[data-css-preset] .quick-view {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  height: 100%;
  width: 100%;
}

body.mobile .quick-view {
  width: 100%;
  height: 100%;
  margin: 0;
}

[data-css-preset] .quick-view-background {
  background: white;
}

.quick-view-caption {
  font-family: Diatype, Icons;
  transition: 100ms opacity ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 3.5rem 0;
  text-align: center;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

.quick-view-caption span {
  padding: 0.5rem 1rem;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

/**
     * Quick View Navigation 
     */
.quick-view-navigation .left-arrow {
  left: 10px;
}

.quick-view-navigation .right-arrow {
  right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
  /* Change height/width together to scale */
  height: 36px;
  width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
  stroke: #fff;
  stroke-width: 0px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
  stroke: rgba(0, 0, 0, 0.85);
  stroke-width: 2px;
}

.quick-view-navigation .close-button {
  top: 10px;
  right: 10px;
  /* Change height/width together to scale */
  width: 36px;
  height: 36px;
}

.quick-view-navigation .close-button .inner-color {
  stroke: #fff;
  stroke-width: 0px;
}

.quick-view-navigation .close-button .outer-color {
  stroke: rgba(0, 0, 0, 0.85);
  stroke-width: 2px;
}

/** 
     * Image Gallery Navigation Arrows 
     */
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
  /* Change height/width together to scale */
  height: 36px;
  width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
  stroke: #fff;
  stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
  stroke: rgba(0, 0, 0, 0.6);
  stroke-width: 2.5px;
}

/**
     * Wallpaper Backdrop Navigation Arrows 
     */
.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
  /* Change height/width together to scale */
  width: 36px;
  height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
  stroke: #fff;
  stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
  stroke: rgba(0, 0, 0, 0.6);
  stroke-width: 2.5px;
}

/**
     * Feed
     */
.feed .content_container .page {
  border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
  border-top: 0;
}

/**
     * Audio Player
     */
.audio-player {
  max-width: 26rem;
  height: 3.3rem;
  outline: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.6);
  background: transparent;
  font-size: 1.2rem;
  line-height: 1.3;
  font-family: Diatype, Icons;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
  max-width: 100%;
}

.audio-player .separator {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}

.audio-player .button {
  background: transparent;
  cursor: var(--cursor_pointer);
  fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
  fill: rgba(0, 0, 0, 0.85);
  padding: 30%;
  width: 100%;
  margin: auto;
}

.audio-player .buffer {
  background: rgba(0, 0, 0, 0.03);
}

.audio-player .progress {
  background: rgba(0, 0, 0, 0.1);
}

.audio-player .progress-indicator {
  border: 1px solid rgba(0, 0, 0, 0.7);
  width: 1px;
  height: 100%;
  right: 0;
  position: absolute;
  cursor: ew-resize;
}

.audio-player .note-icon {
  height: 100%;
  width: 3.8rem;
  padding: 1rem;
  fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
  padding-left: 1rem;
}

.audio-player .total-time {
  padding-right: 1rem;
}

[data-css-preset] .backdrop {
  width: 100%;
}

.listing {
  background-color: #fff;
  border-radius: 50px;
  border: solid 1px black;
  transition: 0.3s;
  cursor: var(--cursor_pointer);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 0rem !important;
  --listing-pad: 2rem;
}

.listing:hover {
  background-color: #f4b840;
  border-color: #000;
}

.listing:hover img {
  transform: scale(1.075);
}

.listing--img {
  display: flex;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.listing--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
  transform: scale(1);
  transition: 0.2s;
}

.listing--actions {
  padding: var(--listing-pad);
  margin-bottom: 0.35rem;
}

.listing--button:last-child {
  margin-top: var(--listing-pad);
}

.animation__none {
  transform: translateY(0px) !important;
  opacity: 1 !important;
}

:root {
  --breakpoints: xs, sm, md, lg, xl, xxl, xxxl;
}

:root {
  --xs:0;
}

:root {
  --sm:576px;
}

:root {
  --md:787px;
}

:root {
  --lg:992px;
}

:root {
  --xl:1200px;
}

:root {
  --xxl:1400px;
}

:root {
  --xxxl:1930px;
}

@media screen and (max-width: 1399px) {
  .d-none {
    display: none!important;
  }
}

@media screen and (min-width: 1400px) {
  .d-none {
    display: none!important;
  }
}

@media screen and (max-width: 1399px) {
  .d-block {
    display: block;
  }
}

@media screen and (min-width: 1400px) {
  .d-block {
    display: block;
  }
}

@media screen and (max-width: 1399px) {
  .d-flex {
    display: flex;
  }
}

@media screen and (min-width: 1400px) {
  .d-flex {
    display: flex;
  }
}

@media screen and (max-width: 1929px) {
  .d-xxxl-none {
    display: none!important;
  }
}

@media screen and (max-width: 1929px) {
  .d-xxxl-block {
    display: block;
  }
}

@media screen and (max-width: 1929px) {
  .d-xxxl-flex {
    display: flex;
  }
}

@media screen and (max-width: 1399px) {
  .d-xxl-none {
    display: none!important;
  }
}

@media screen and (max-width: 1399px) {
  .d-xxl-block {
    display: block;
  }
}

@media screen and (max-width: 1399px) {
  .d-xxl-flex {
    display: flex;
  }
}

@media screen and (max-width: 1199px) {
  .d-xl-none {
    display: none!important;
  }
}

@media screen and (max-width: 1199px) {
  .d-xl-block {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .d-xl-flex {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .d-lg-none {
    display: none!important;
  }
}

@media screen and (max-width: 991px) {
  .d-lg-block {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .d-lg-flex {
    display: flex;
  }
}

@media screen and (max-width: 786px) {
  .d-md-none {
    display: none!important;
  }
}

@media screen and (max-width: 786px) {
  .d-md-block {
    display: block;
  }
}

@media screen and (max-width: 786px) {
  .d-md-flex {
    display: flex;
  }
}

@media screen and (max-width: 575px) {
  .d-sm-none {
    display: none!important;
  }
}

@media screen and (max-width: 575px) {
  .d-sm-block {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .d-sm-flex {
    display: flex;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-1 {
    width: 8.33333%;
  }
}

@media screen and (min-width: 1400px) {
  .fcol-1 {
    width: 8.33333%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-2 {
    width: 16.66667%;
  }
}

@media screen and (min-width: 1400px) {
  .fcol-2 {
    width: 16.66667%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-3 {
    width: 25%;
  }
}

@media screen and (min-width: 1400px) {
  .fcol-3 {
    width: 25%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-4 {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1400px) {
  .fcol-4 {
    width: 33.33333%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-5 {
    width: 41.66667%;
  }
}

@media screen and (min-width: 1400px) {
  .fcol-5 {
    width: 41.66667%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-6 {
    width: 50%;
  }
}

@media screen and (min-width: 1400px) {
  .fcol-6 {
    width: 50%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-7 {
    width: 58.33333%;
  }
}

@media screen and (min-width: 1400px) {
  .fcol-7 {
    width: 58.33333%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-8 {
    width: 66.66667%;
  }
}

@media screen and (min-width: 1400px) {
  .fcol-8 {
    width: 66.66667%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-9 {
    width: 75%;
  }
}

@media screen and (min-width: 1400px) {
  .fcol-9 {
    width: 75%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-10 {
    width: 83.33333%;
  }
}

@media screen and (min-width: 1400px) {
  .fcol-10 {
    width: 83.33333%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-11 {
    width: 91.66667%;
  }
}

@media screen and (min-width: 1400px) {
  .fcol-11 {
    width: 91.66667%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  .fcol-12 {
    width: 100%;
  }
}

@media screen and (max-width: 1929px) {
  .fcol-xxxl-1 {
    width: 8.33333%;
  }
}

@media screen and (max-width: 1929px) {
  .fcol-xxxl-2 {
    width: 16.66667%;
  }
}

@media screen and (max-width: 1929px) {
  .fcol-xxxl-3 {
    width: 25%;
  }
}

@media screen and (max-width: 1929px) {
  .fcol-xxxl-4 {
    width: 33.33333%;
  }
}

@media screen and (max-width: 1929px) {
  .fcol-xxxl-5 {
    width: 41.66667%;
  }
}

@media screen and (max-width: 1929px) {
  .fcol-xxxl-6 {
    width: 50%;
  }
}

@media screen and (max-width: 1929px) {
  .fcol-xxxl-7 {
    width: 58.33333%;
  }
}

@media screen and (max-width: 1929px) {
  .fcol-xxxl-8 {
    width: 66.66667%;
  }
}

@media screen and (max-width: 1929px) {
  .fcol-xxxl-9 {
    width: 75%;
  }
}

@media screen and (max-width: 1929px) {
  .fcol-xxxl-10 {
    width: 83.33333%;
  }
}

@media screen and (max-width: 1929px) {
  .fcol-xxxl-11 {
    width: 91.66667%;
  }
}

@media screen and (max-width: 1929px) {
  .fcol-xxxl-12 {
    width: 100%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-xxl-1 {
    width: 8.33333%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-xxl-2 {
    width: 16.66667%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-xxl-3 {
    width: 25%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-xxl-4 {
    width: 33.33333%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-xxl-5 {
    width: 41.66667%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-xxl-6 {
    width: 50%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-xxl-7 {
    width: 58.33333%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-xxl-8 {
    width: 66.66667%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-xxl-9 {
    width: 75%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-xxl-10 {
    width: 83.33333%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-xxl-11 {
    width: 91.66667%;
  }
}

@media screen and (max-width: 1399px) {
  .fcol-xxl-12 {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .fcol-xl-1 {
    width: 8.33333%;
  }
}

@media screen and (max-width: 1199px) {
  .fcol-xl-2 {
    width: 16.66667%;
  }
}

@media screen and (max-width: 1199px) {
  .fcol-xl-3 {
    width: 25%;
  }
}

@media screen and (max-width: 1199px) {
  .fcol-xl-4 {
    width: 33.33333%;
  }
}

@media screen and (max-width: 1199px) {
  .fcol-xl-5 {
    width: 41.66667%;
  }
}

@media screen and (max-width: 1199px) {
  .fcol-xl-6 {
    width: 50%;
  }
}

@media screen and (max-width: 1199px) {
  .fcol-xl-7 {
    width: 58.33333%;
  }
}

@media screen and (max-width: 1199px) {
  .fcol-xl-8 {
    width: 66.66667%;
  }
}

@media screen and (max-width: 1199px) {
  .fcol-xl-9 {
    width: 75%;
  }
}

@media screen and (max-width: 1199px) {
  .fcol-xl-10 {
    width: 83.33333%;
  }
}

@media screen and (max-width: 1199px) {
  .fcol-xl-11 {
    width: 91.66667%;
  }
}

@media screen and (max-width: 1199px) {
  .fcol-xl-12 {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .fcol-lg-1 {
    width: 8.33333%;
  }
}

@media screen and (max-width: 991px) {
  .fcol-lg-2 {
    width: 16.66667%;
  }
}

@media screen and (max-width: 991px) {
  .fcol-lg-3 {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .fcol-lg-4 {
    width: 33.33333%;
  }
}

@media screen and (max-width: 991px) {
  .fcol-lg-5 {
    width: 41.66667%;
  }
}

@media screen and (max-width: 991px) {
  .fcol-lg-6 {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .fcol-lg-7 {
    width: 58.33333%;
  }
}

@media screen and (max-width: 991px) {
  .fcol-lg-8 {
    width: 66.66667%;
  }
}

@media screen and (max-width: 991px) {
  .fcol-lg-9 {
    width: 75%;
  }
}

@media screen and (max-width: 991px) {
  .fcol-lg-10 {
    width: 83.33333%;
  }
}

@media screen and (max-width: 991px) {
  .fcol-lg-11 {
    width: 91.66667%;
  }
}

@media screen and (max-width: 991px) {
  .fcol-lg-12 {
    width: 100%;
  }
}

@media screen and (max-width: 786px) {
  .fcol-md-1 {
    width: 8.33333%;
  }
}

@media screen and (max-width: 786px) {
  .fcol-md-2 {
    width: 16.66667%;
  }
}

@media screen and (max-width: 786px) {
  .fcol-md-3 {
    width: 25%;
  }
}

@media screen and (max-width: 786px) {
  .fcol-md-4 {
    width: 33.33333%;
  }
}

@media screen and (max-width: 786px) {
  .fcol-md-5 {
    width: 41.66667%;
  }
}

@media screen and (max-width: 786px) {
  .fcol-md-6 {
    width: 50%;
  }
}

@media screen and (max-width: 786px) {
  .fcol-md-7 {
    width: 58.33333%;
  }
}

@media screen and (max-width: 786px) {
  .fcol-md-8 {
    width: 66.66667%;
  }
}

@media screen and (max-width: 786px) {
  .fcol-md-9 {
    width: 75%;
  }
}

@media screen and (max-width: 786px) {
  .fcol-md-10 {
    width: 83.33333%;
  }
}

@media screen and (max-width: 786px) {
  .fcol-md-11 {
    width: 91.66667%;
  }
}

@media screen and (max-width: 786px) {
  .fcol-md-12 {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .fcol-sm-1 {
    width: 8.33333%;
  }
}

@media screen and (max-width: 575px) {
  .fcol-sm-2 {
    width: 16.66667%;
  }
}

@media screen and (max-width: 575px) {
  .fcol-sm-3 {
    width: 25%;
  }
}

@media screen and (max-width: 575px) {
  .fcol-sm-4 {
    width: 33.33333%;
  }
}

@media screen and (max-width: 575px) {
  .fcol-sm-5 {
    width: 41.66667%;
  }
}

@media screen and (max-width: 575px) {
  .fcol-sm-6 {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .fcol-sm-7 {
    width: 58.33333%;
  }
}

@media screen and (max-width: 575px) {
  .fcol-sm-8 {
    width: 66.66667%;
  }
}

@media screen and (max-width: 575px) {
  .fcol-sm-9 {
    width: 75%;
  }
}

@media screen and (max-width: 575px) {
  .fcol-sm-10 {
    width: 83.33333%;
  }
}

@media screen and (max-width: 575px) {
  .fcol-sm-11 {
    width: 91.66667%;
  }
}

@media screen and (max-width: 575px) {
  .fcol-sm-12 {
    width: 100%;
  }
}

.vidsection {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 0;
  --w: 91%;
}

.vidsection--video {
  max-width: var(--w) !important;
  width: var(--w) !important;
  height: auto !important;
}

.vidsection--video video {
  width: var(--w) !important;
  height: var(--w) !important;
  margin-left: calc((100% - var(--w)) / 2);
  object-fit: cover;
}

.vidsection__intro, .vidsection__shop {
  height: 100vh;
}

@media screen and (max-width: 1399px) {
  .vidsection__intro, .vidsection__shop {
    --w: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .vidsection__intro, .vidsection__shop {
    --w: 110%;
  }
}

@media screen and (max-width: 991px) {
  .vidsection__intro, .vidsection__shop {
    --w: 125%;
    max-height: 70rem;
  }
}

@media screen and (max-width: 786px) {
  .vidsection__intro, .vidsection__shop {
    --w: 140%;
  }
}

.vidsection__intro {
  margin-top: -7rem;
}

@media screen and (max-width: 991px) {
  .vidsection__intro {
    max-height: 70rem;
  }
}

.vidsection__shop {
  margin-bottom: -2rem;
  height: 100vh;
}

@media screen and (max-width: 991px) {
  .vidsection__shop {
    max-height: 60rem;
  }
}

.workTile {
  background-color: #fff;
  border-radius: 50px !important;
  border: solid 1px rgba(0, 0, 0, 0.85);
  transition: 0.3s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.workTile:hover {
  background-color: #f4b840;
  border-color: rgba(0, 0, 0, 0.85);
}

.workTile--inner {
  align-items: revert !important;
  margin: 0rem !important;
  padding: 0rem !important;
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 786px) {
  .workTile--inner {
    display: flex;
    flex-direction: column;
  }
}

.workTile--copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 2.5rem;
}

.workTile--copy * + * {
  margin-top: 4rem;
}

@media screen and (max-width: 786px) {
  .workTile--copy * + * {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 786px) {
  .workTile--copy {
    order: 2;
  }
}

.workTile--imgWrapper {
  padding: 0 !important;
}

@media screen and (max-width: 786px) {
  .workTile--imgWrapper {
    order: 1;
  }
}

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

.workTile img {
  margin: 0rem !important;
}

.archives {
  padding: 30px;
  background-color: #fff;
  border-radius: 50px !important;
  border: solid 1px rgba(0, 0, 0, 0.85);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}

.archives:hover {
  background-color: #f4b840;
}

.archives--list {
  display: grid;
  --gap: 2rem;
  grid-row-gap: var(--gap);
  grid-column-gap: var(--gap);
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1199px) {
  .archives--list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 786px) {
  .archives--list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.navB {
  align-content: center;
  display: flex;
  justify-content: center;
  margin-bottom: auto;
  margin-top: auto;
}

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

.nav--logo {
  font-size: 4.8rem;
}

@media screen and (max-width: 991px) {
  .nav--logo {
    font-size: 4rem;
  }
}

.nav--actions {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: auto;
}

.mobile .nav--actions {
  flex-direction: column;
}

.mnav {
  height: 100vh;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: -5.5%;
  display: flex;
  flex-direction: column;
}

.mnav--wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: fit-content;
}

.mnav--wrapper + .mnav--wrapper {
  margin-top: 2.5rem;
}

.mnav--actions {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 4rem;
  padding: 0rem;
}

.mnav--btn {
  z-index: 2;
}

.mnav--close {
  top: 1.7rem;
  right: 2rem;
  color: rgba(0, 0, 0, 0.75);
  position: fixed;
  line-height: 1;
  font-size: 28px;
  padding: 6px !important;
  font-size: 38px;
  transform: rotate(45deg);
  top: 0.8rem;
  right: 1rem;
}

.mnav--back {
  position: absolute;
  width: 100vh;
  height: 100vh;
  z-index: 1;
  cursor: var(--cursor_default);
}

/**
     * Site Menu Button
     */
[data-css-preset] #site_menu_button {
  top: 1.7rem;
  right: 2rem;
  color: rgba(0, 0, 0, 0.75);
  position: fixed;
  line-height: 1;
  font-size: 28px;
  padding: 6px !important;
}

body.mobile #site_menu_button {
  margin: -6px;
  font-size: 34px;
}

#site_menu_button.custom_icon {
  width: 40px;
  height: auto;
}

#site_menu_button.active {
  display: none;
}

#site_menu {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
  background: rgba(20, 20, 20, 0.95);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  padding: 20px 30px 90px 30px;
  max-width: 400px;
  min-width: 300px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}

body.mobile #site_menu {
  width: 100%;
}

#site_menu .page-link a {
  color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
  color: rgba(255, 255, 255, 0.75);
  font-weight: bold;
}

#site_menu a:active {
  opacity: 0.7;
}

#site_menu a.active {
  opacity: 0.4;
}

#site_menu .close {
  display: none;
  color: rgba(255, 255, 255, 0.4);
  line-height: 0.85em;
  font-size: 45px;
}

body.mobile #site_menu .close {
  display: block;
  font-size: 50px;
  line-height: 1em;
}

#site_menu .break {
  height: 28px;
}

#site_menu .indent {
  margin-left: 28px;
}

#contact {
  position: absolute;
  top: -3rem;
}

#work {
  padding-top: 10rem;
  margin-top: -10rem;
}

#work hr {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
/*# sourceMappingURL=style.css.map */