					:host {
						--marquee-vertical-padding: 0rem;
						--marquee-horizontal-padding: 2rem;
						--marquee-vertical-margin: 0rem;
						--marquee-horizontal-margin: -2rem;
						contain: layout;
						
							cursor: default;
							min-height: .5em;
							
						
						box-sizing: border-box;
						height: 1013.921875px;
					    display: block;
					    
					    position: relative;
						--resize-parent-width: 473.4375px;				    
					}

					.marquee-margin {
						position: relative;
						
							pointer-events:none;
							margin-top: var(--marquee-vertical-margin);
							margin-left: var(--marquee-horizontal-margin);
							margin-right: var(--marquee-horizontal-margin);
							margin-bottom: var(--marquee-vertical-margin);
							
							height: 1013.921875px;
							padding-top: var(--marquee-vertical-padding);
							padding-bottom: var(--marquee-vertical-padding);
							padding-left: var(--marquee-horizontal-padding);
							padding-right: var(--marquee-horizontal-padding);						
							overflow: hidden;
					
						
					}

					:host .marquee-contents {
						
							-moz-user-select:none;
							-webkit-user-select:none;
							user-select: none;
						
						-webkit-backface-visibility: hidden;
						backface-visibility: hidden;
						will-change: transform;
						position: relative;

					    display: block;
					}

					::slotted(marquee-inner){
						pointer-events:auto;
						white-space:normal;					
						display: inline-block;
						
						min-width: 473.4375px;
						
							-moz-user-select:none;
							-webkit-user-select:none;
							user-select: none;
						
										
					}

					.marquee-positioner {
						position: relative;		
						white-space:nowrap;
						min-width: 100%;					
					}

					/** scroll mode css **/	
					.marquee-positioner.clone {
						display: block;
						left: 0px;
						top: 1014.0625px;			
					    position: absolute;
					}
 * Content
.flier {
	pointer-events: none;
}

.flier > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 50s linear infinite;
        pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 1s;
	z-index: 999999;
}

 /* Keyframe values control where the element will begin
    and end its trajectory across the screen. Each rule
    represents a path the element follows across the screen. */


@keyframes fly {

	98.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}

html {
    cursor: url("https://files.cargocollective.com/c1750036/cursor.png"), auto !important;
}

a {
    cursor: url("https://files.cargocollective.com/c1750036/cursor-hover.png"), auto !important;
}

.content img {
    cursor: url("https://files.cargocollective.com/c1750036/cursor-hover.png"), auto !important;
}

arabic {
		color: rgba(255, 0, 0, 1);
	font-size: 2rem;
    font-family: Rubik, Icons;
    font-weight: bolder;
}

body {
	background-color: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}
.cycle_content {
    opacity: 100;
    white-space: nowrap;
    display: inline-block;
    pointer-events: none;
}
 
.cycle_container {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 1rem;
    font-weight: bolder;
    line-height: 1 !important;
    transform: scale(1, 3);
}
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 2em;
}

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

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

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

.gallery_image_caption {
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
	color: rgba(255, 255, 255, 1);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;
	margin-left: -3rem;
    margin-right: -3rem;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.5rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.85);
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	line-height: 1.4;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 255, 255, 0.85);
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

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: Stanley, Icons;
	font-style: normal;
	padding: 0;
	margin: 0;
	font-size: 4.5rem;
	line-height: 1.1;
	color: rgba(255, 255, 255, 0.85);
        letter-spacing: 0.075rem;
	font-weight: 400;
}

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

[data-predefined-style="true"] h2 {
	font-family: Rubik, Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
	font-size: 3rem;
	line-height: 1.2;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.3;
	font-family: "EB Garamond", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
}

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

/**
 * Breakpoints
 */


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

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

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: center /*!text_center*/;
}

[data-css-preset] body {
	background-color: #fff/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100% /*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 2.5rem /*!main_margin*/;
	padding-bottom: 2.5rem /*!main_margin*/;
	padding-left: 2.5rem /*!main_margin*/;
	padding-right: 2.5rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

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

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

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

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

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

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

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

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.4);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
}

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

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

/**
 * Site Menu
 */

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

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
 */

#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: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .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;
}

/*
 * Shop Button
 */

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

#shop_button.text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.5rem;
    padding: 0;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
}

#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: inline-block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.5rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.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.5rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0, 0);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.3rem .7rem 1rem;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.5rem;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

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

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


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.2rem;
}

.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;
    display: none;
}

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

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

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

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

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * 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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * 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: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * 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: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.4);
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", 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(255, 255, 255, 0.2);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(255, 255, 255, 0.85);
}

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

.audio-player .buffer {
    background: rgba(255, 255, 255, 0.05);
}

.audio-player .progress {
    background: rgba(255, 255, 255, 0.09);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(255, 255, 255, 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(255, 255, 255, 0.6);
}

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

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



/* 
 * Make a Draggable Element
 * https://support.cargo.site/Make-a-Draggable-Element
*/

.draggable_handle {
    font-size: 14px;
    position: absolute;
    top: 0;
    padding: 1px 50px 2px 50px;
    left: 0px;
    right: 0px;
    text-align: center;
    opacity: 0.7;
}

.page_content > [data-draggable] > a[rel="toggle_draggable"] {
    overflow: hidden;
    text-indent: -9999px;
    top: 6px;
    left: 6px;
    padding: 12px;
    margin: -12px;
    content: "";
    position:absolute;

    display: block;

    z-index: 2;
}

.page_content > [data-draggable] > a[rel="toggle_draggable"]:after {
	content: '';
    top: 6px;
    left: 6px;    
    display:block;
    height: 11px;
    width: 11px;
    border-radius: 100%;
    background: rgba(0,0,0,0.25);    
}

/* 
 * Chat Window — Menubar Buttons
 */
.page_content > [data-draggable] > a:hover:before {
  position: absolute;
  display: block;
  content: '×';
  text-indent: 0px;
  line-height: 9px;
  color: #1a1a1a;
  font-size: 16px;
  z-index: 3;
}



.page_content > [data-draggable] {
  position: relative;
  padding: 23px 0 0 0;
  min-height: 4rem;
  border-radius: 5px;
}

.page_content > [data-draggable]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -3px;
  right: -3px;
  bottom: -3px;
  box-shadow: 0 20px 30px 5px rgba(0,0,0,0.5);
    
  border-top: 25px solid rgba(0, 0, 0, 0.6);
  border-left: 75px solid rgba(0, 0, 0, 0.6);
  border-right: 5px solid rgba(0, 0, 0, 0.6);
  border-bottom: 5px solid rgba(0, 0, 0, 0.6);
  border-radius: 5px;        
  background-color: #1f1f1f;
  border-image-repeat: round;
  border-image-source: url("https://files.cargocollective.com/c465046/border-white.png");
  border-image-slice: 50 10 10 150 fill;
  border-image-width: 25px 5px 5px 75px;
  z-index: -1;
}

/* 
 * Add a Chatbot
 * https://support.cargo.site/Add-a-Chatbot
 */

.chat {
    background:white;
    position: relative;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    height: 0;
    padding-bottom: 100%;
}

.chat.initialized {
	height: auto;
    padding-bottom: initial;
    display: flex;
}

.chat .chat_wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.chat .chat_interior {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chat .chat_output {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    flex-grow: 2;
    overflow-y: auto;
    display:flex;
    flex-direction:column;
}

.chat .input_area {
    border-top:1px solid rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
    line-height: 3.4rem;
    margin: 0px -2px -2px -2px;
    display: flex;
}

.chat input {
    display:block;
    font:inherit;
    height: 100%;
    width: 50%;
    border: 0;
    margin: 0;
    padding: 0 0.5rem;
    flex-grow: 1;
}

.chat .input_area:before {
    padding-left: 1rem;
    padding-top: 2px;
    content: ">";
}

.input_area .send_button {
    background: white; 
    display:block;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    font:inherit;
    height: 100%;
    padding: 0 1rem;
    border-bottom-right-radius: 5px;
}

.input_area .send_button:after {
    content: "ENTER"
}

.chat .agent.waiting {
    color: transparent;
}

.chat .agent.waiting div {
    display:inline-block;
}
.chat .agent.waiting div:before {
    content: ".";
}

.chat .agent.waiting div:nth-child(1) {
    animation: pulse 1s linear .2s infinite;
}

.chat .agent.waiting div:nth-child(2) {
    animation: pulse 1s linear .4s infinite;
}

.chat .agent.waiting div:nth-child(3){
    margin-right: 0;
    animation: pulse 1s linear .6s infinite;
}

.chat .agent {
    padding: 0 1rem 1rem 1rem;
}

.chat .user {
    padding: 0 1rem 1rem 1rem;
}

.chat .user:before {
    content: "> ";
}

.chat .disabled {
    pointer-events:none;
    color: rgba(0, 0, 0, 0.4);
}

@keyframes pulse {

 0% {
    color: rgba(0,0,0,0);
 }

 50% {
    color: rgb(0, 0, 0);
 }

 100% {
    color: rgba(0,0,0,0);
 }

}

/*
 * "Menubar" Page Shadow
 */
.pinned_top .page {
}
[id="K1959935654"] .page-layout {
	align-items: center;
	max-width: 80%;
}

[id="K1959935654"].page {
	justify-content: center;
	min-height: var(--viewport-height);
}

[id="K1959935654"] .page-content {
	align-items: center;
}
body {
  background: #fff;
  filter: saturate(1.5);
}

.vid {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  object-fit: cover;
}

.vid iframe {
  position: relative;
  width: 200%;
  height: 100%;
  left: -10vw;
  transform: scale(1.2);
  pointer-events: none;
  border: 0;
}

[video=one] {
  top: 19vh;
  left: 88vw;
  width: 12vw;
  height: 15vw;
}

[video=two] {
  top: 54vh;
  left: 71vw;
  width: 15vw;
  height: 36vh;
}
[video=two] iframe {
  transform: scale(1.8);
}

[video=three] {
  top: 90vh;
  left: 22vw;
  width: 13vw;
  height: 12vh;
}
[video=three] iframe {
  left: -8vw;
  top: -3vh;
  height: 130%;
}

[video=four] {
  top: 42vh;
  left: 39vw;
  z-index: 1;
  width: 8vw;
  height: 6vh;
}
[video=four] iframe {
  left: -4vw;
  transform: scale(1.6);
}

[video=five] {
  top: 24vh;
  left: 24vw;
  width: 20vw;
  height: 23vh;
}

[video=six] {
  top: 3vh;
  left: 46vw;
  width: 20vw;
  height: 23vh;
}
[video=six] iframe {
  transform: scale(1.7);
  top: -4vh;
}

[video=seven] {
  top: 1vh;
  left: 76vw;
  width: 22vw;
  height: 20vh;
}
[video=seven] iframe {
  transform: scale(2.6);
  left: -13vw;
}

[video=eight] {
  top: 62vh;
  left: 0vw;
  width: 20vw;
  height: 18vh;
}

[video=nine] {
  top: 28vh;
  left: 70vw;
  width: 20vw;
  height: 16vh;
}
[video=nine] iframe {
  top: 1vh;
}

[video=ten] {
  top: 37vh;
  left: 51vw;
  width: 20vw;
  height: 18vh;
}
[video=eleven] {
  top: 45vh;
  left: 34vw;
  width: 18vw;
  height: 35vh;
  z-index: -1;
}
[video=twelve] {
  top: 55vh;
  left: 42vw;
  width: 22vw;
  height: 15vh;
}
[video=twelve] iframe {
  transform: scale(1.6);
  left: -12vw;
}

[video=thirteen] {
  top: 76vh;
  left: 53vw;
  width: 18vw;
  height: 12vh;
}
[video=thirteen] iframe {
  top: -2vh;
  transform: scale(1.6);
  left: -9vw;
}

[video=fourteen] {
  top: 55vh;
  left: 82vw;
  width: 18vw;
  height: 15vh;
  z-index: -1;
}
[video=fourteen] iframe {
  transform: scale(1.5);
}

[video=fifteen] {
  top: 84vh;
  left: 66vw;
  width: 24vw;
  height: 16vh;
}
[video=fifteen] iframe {
  transform: scale(1.6);
  left: -12vw;
}

[video=sixteen] {
  top: 88vh;
  left: 52vw;
  width: 10vw;
  height: 8vh;
}
[video=sixteen] iframe {
  left: -5vw;
  height: 110%;
}

[video=seventeen] {
  top: 17vh;
  left: 27vw;
  width: 18vw;
  height: 12vh;
}
[video=seventeen] iframe {
  left: -9vw;
  height: 100%;
  transform: scale(1.6);
}

[video=eighteen] {
  top: 46vh;
  left: 20vw;
  width: 18vw;
  height: 18vh;
}
[video=eighteen] iframe {
  left: -12vw;
  top: -3vh;
  height: 100%;
  transform: scale(1.8);
}

[video=nineteen] {
  top: 24vh;
  left: 39vw;
  width: 20vw;
  height: 12vh;
}
[video=nineteen] iframe {
  left: -10vw;
  top: -4vh;
  height: 140%;
  transform: scale(1.6);
}

[video=twenty] {
  top: 27vh;
  left: 11vw;
  width: 16vw;
  height: 14vh;
}
[video=twenty] iframe {
  left: -8vw;
  height: 100%;
  transform: scale(1.6);
}

[video=twenty1] {
  top: 35vh;
  left: 2vw;
  width: 18vh;
  height: 18vh;
}
[video=twenty1] iframe {
  left: -8vw;
  transform: scale(1.6);
}

[video=twenty2] {
  top: 78vh;
  left: 2vw;
  width: 18vh;
  height: 18vh;
}
[video=twenty2] iframe {
  left: -8vw;
  transform: scale(1.6);
}

[video=twenty3] {
  top: 45vh;
  left: 12vw;
  width: 18vh;
  height: 18vh;
}
[video=twenty3] iframe {
  left: -6vw;
  transform: scale(1.3);
}

[video=twenty4] {
  top: 74vh;
  left: 18vw;
  width: 18vh;
  height: 18vh;
}
[video=twenty4] iframe {
  left: -8vw;
  top: 5vh;
  transform: scale(1.7);
}

[video=twenty5] {
  top: 1vh;
  left: 63vw;
  width: 13vh;
  height: 13vh;
  z-index: 1;
}
[video=twenty5] iframe {
  left: -9vw;
  top: 5 --3vh;
  transform: scale(1.6);
}

[video=twenty6] {
  top: 18vh;
  left: 20vw;
  width: 15vh;
  height: 9vh;
}
[video=twenty6] iframe {
  top: 0vh;
  left: -4vw;
  transform: scale(1.5);
}

[video=twenty7] {
  top: 8vh;
  left: 69vw;
  width: 19vw;
  height: 13vh;
}
[video=twenty7] iframe {
  transform: scale(1.5);
  left: -10vw;
  top: -2vh;
}

[video=twenty8] {
  top: 78vh;
  left: 27vw;
  width: 15vw;
  height: 12vh;
}
[video=twenty8] iframe {
  transform: scale(1.5);
  left: -8vw;
  top: 3vh;
}

[video=twenty9] {
  top: 18vh;
  left: 72vw;
  width: 15vw;
  height: 11vh;
}
[video=twenty9] iframe {
  transform: scale(1.5);
  left: -7vw;
  top: 2vh;
}

[video=thirty] {
  top: 4vh;
  left: 32vw;
  width: 15vw;
  height: 12vh;
}
[video=thirty] iframe {
  transform: scale(1.3);
  left: -7.5vw;
  top: 0;
}

[video=thirty1] {
  top: 15vh;
  left: 2vw;
  width: 14vw;
  height: 14vh;
}
[video=thirty1] iframe {
  transform: scale(1.3);
  left: -7.5vw;
  top: 0;
}

[video=thirty2] {
  top: 44vh;
  left: 62vw;
  width: 23vw;
  height: 16vh;
}
[video=thirty2] iframe {
  transform: scale(1.5);
  left: -12vw;
  top: 0;
}

[video=thirty3] {
  top: 47vh;
  left: 52vw;
  width: 15vw;
  height: 9vh;
}
[video=thirty3] iframe {
  transform: scale(1.9);
  left: -8vw;
  top: 0;
}

[video=thirty4] {
  top: 39vh;
  left: 21vw;
  width: 9vw;
  height: 9vh;
}
[video=thirty4] iframe {
  transform: scale(1.9);
  left: -8vw;
  top: 0;
}

[video=thirty5] {
  top: 33vh;
  left: 48vw;
  width: 9vw;
  height: 9vh;
}
[video=thirty5] iframe {
  transform: scale(1.9);
  left: -8vw;
  top: 0;
}

[video=thirty6] {
  top: 1vh;
  left: 44vw;
  width: 9vw;
  height: 9vh;
}
[video=thirty6] iframe {
  transform: scale(1.9);
  left: -5vw;
  top: 1vh;
}

[video=thirty7] {
  top: 36vh;
  left: 84vw;
  width: 9vw;
  height: 12vw;
}
[video=thirty7] iframe {
  transform: scale(1.5);
  left: -10vw;
  top: 2vh;
}

[video=thirty8] {
  top: 23vh;
  left: 33vw;
  width: 14vw;
  height: 8vh;
  z-index: 1;
}
[video=thirty8] iframe {
  transform: scale(2);
  left: -7vw;
  top: 1vh;
}

[video=thirty9] {
  top: 88vh;
  left: 8vw;
  width: 9vw;
  height: 4vw;
  z-index: 1;
}
[video=thirty9] iframe {
  transform: scale(2);
  left: -7vw;
  top: 2vh;
}

[video=forty] {
  top: 17vh;
  left: 62vw;
  width: 9vw;
  height: 4vw;
  z-index: 1;
}
[video=forty] iframe {
  transform: scale(2);
  left: -7vw;
  top: 2vh;
}

[video=forty1] {
  top: 19vh;
  left: 58vw;
  width: 7vw;
  height: 15vw;
}
[video=forty1] iframe {
  transform: scale(2);
  left: -6vw;
  top: 0vh;
}

[video=forty2] {
  top: 25vh;
  left: 68vw;
  width: 6vw;
  height: 6vw;
}
[video=forty2] iframe {
  transform: scale(2);
  left: -6vw;
  top: 0vh;
}

/*# sourceMappingURL=s.css.map */
