<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*GENERAL*/

.main_container {
	padding-top: 0px;
}

/*NAVIGATION*/

.dropbtn {
	color: black !important;
}

.dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    min-width: 160px;
    overflow: auto;
    z-index: 1;
  }

  .dropdown-content a {
    color: black;
    margin: 12px 0px 12px 12px;
    padding: 0;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2;
  }

  .show {
    display: block;
    }

  button {
    border: none;
    background-color: transparent;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .logo-text {
    cursor: pointer;
    pointer-events: auto;
  }

  .logo-text:active {
    opacity: .7;
  }

  .about-text {
    display: none;
  }

  .about-text.visible {
    display: inline;
  }

  .about-text a {
    border-bottom: 2px solid #141414;
    padding-bottom: 0.1rem;
  }

@media screen and (max-width: 769px) {
body:not(.homepage).menu-open .content_container      {
    transform: translateY(30vw);
    transition: transform 0.3s ease;
  }
 }


@media screen and (min-width: 770px) and (max-width: 1190px) {
body:not(.homepage).menu-open .content_container      {
    transform: translateY(15vw);
    transition: transform 0.3s ease;
  }
 }

@media screen and (min-width: 1190px) {
body:not(.homepage).menu-open .content_container      {
    transform: translateY(8vw);
    transition: transform 0.3s ease;
  }
 }
  
  .content_container {
  transition: transform 0.3s ease;
  }

/*SCHIJNGELATEN LANDING PAGE*/
.gallery_image_caption {
	margin-top: -50%!important;
    transform: translateY(-50%)!important;
    font-size: 3vw!important;
    color: #F1F1F1!important;
    z-index: 999;
    position: relative!important;
    text-transform: uppercase!important;
}

/* SCHIJNGELATEN */

.sch .no {
    height: 40vw !important;
}

@media screen and (min-width: 770px) {
    .sch .gallery_card.slick-active {
       width: 31vw  !important;
    }
}
@media screen and (max-width: 769px) {
    .sch .gallery_card.slick-active {
       width: 90vw  !important;
    }
    
    .sch .no {
    	height: 150vw !important;
        margin-bottom: 30px!important
	}
    
    .sch .slick-list {
		width: 100vw  !important;
	}
    
    .sch.sun.big .no [image-gallery=slideshow] .gallery_card img {
        height: 130vw !important;
    }

}

/*SUN EDITION GALLERY (HORIZONTAL IMAGES)*/
 .sun .no {    
    width: 32vw;    
    height: 30vw;  
    transition: all 0.35s;
 }

.sun .no [image-gallery=slideshow] .gallery_card img {
    margin: 0;
    display: block;
    width: auto !important;
    height: 20vw !important; 
 }

.sun.big .no [image-gallery=slideshow] .gallery_card img {
    margin: 0;
    display: block;
    width: auto !important;
    height: 30vw !important; 
 }


.sun .no .gallery_card_image { 
    max-height: 93vw!important; 
    height: 100%; 
 }

@media only screen and (max-width: 768px) {
    
   .sun .no {    
        width: 54vw;    
        height: 90vw;  
        transition: all 0.35s;
   	}

   .sun .no [image-gallery=slideshow] .gallery_card img {
        margin: 0;
        display: block;
        width: auto !important;
        height: 60vw !important; 
    }

	.sun .no .gallery_card_image { 
    	max-height: 120vw!important; 
        height: 100%; 
    max-width: 100vw;
    }
}

 @media only screen and (max-width: 936px) and (min-width: 768px) {
	
    .sun .no {    
        width: 40vw;    
        height: 40vw;  
        transition: all 0.35s;
     }

    .sun .no [image-gallery=slideshow] .gallery_card img {
        margin: 0;
        display: block;
        width: auto !important;
        height: 30vw !important; 
     }

    .sun .no .gallery_card_image { 
        max-height: 30vw!important; 
        height: 100%; 
     }
}

/*general*/

body:not(.homepage) .content_container { 
	margin-top: 60px;
}

[grid-row] blockquote {
	padding-left: 0
}

/* SCHIJNGELATEN VERTICAL IMAGE GALLERY */
 .sch-grid {
	display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
  	align-items: center; /* Centers vertically */
	margin-top: 30px;;
 }

 .no {    
    width: 23vw;    
    height: 30vw;  
    transition: all 0.35s;
 }

 .no [image-gallery=slideshow] .gallery_card img {
    margin: 0;
    display: block;
    width: 19.2vw !important;
    height: 24vw !important; 
 }

 .no .gallery_card_image { 
    max-height: 30vw!important; 
    height: 100%; 
 }

@media only screen and (max-width: 768px) {
    
    .no {    
        width: 45vw;    
        height: 90vw;  
        transition: all 0.35s;
   	}

    .no [image-gallery=slideshow] .gallery_card img {
        margin: 0;
        display: block;
        width: 45vw !important;
        height: 60vw !important; 
    }

	.no .gallery_card_image { 
    	max-height: 80vw!important; 
        height: 100%; 
    }
    .info {
text-align: center;
    width: 95vw
}

}

 @media only screen and (max-width: 936px) and (min-width: 768px) {
	
     .no {    
        width: 18vw;    
        height: 28vw;  
        transition: all 0.35s;
     }

     .no [image-gallery=slideshow] .gallery_card img {
        margin: 0;
        display: block;
        width: 16vw !important;
        height: 20vw !important; 
     }

     .no .gallery_card_image { 
        max-height: 30vw!important; 
        height: 100%; 
     }
}

.shop_product {
	max-width: 100%!important;
}

     
     .hidden {
    display: none;
}

.info {
text-align: center;
}

/* Slider switch CSS */
.switch {
    position: relative;
    display: inline-block;
    width: 250px; 
    height: 34px;
    margin-left: 50%;
    transform: translate(-50%);
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .3s;
}

.label-left, .label-right {
    position: absolute;
    height: 26px;
    line-height: 26px;
    text-align: center;
    top: 4px;
    transition: .3s;
    border: 0px solid;
}

.label-left {
    left: -40px;
    color: black;
    width: 160px; /* Adjusted width to fit the labels */

}

.label-right {
    right: -40px;
    color: black;
	width: 160px; /* Adjusted width to fit the labels */
}

input:not(:checked) + .slider .label-left {
    opacity: 1;
}

input:checked + .slider .label-left {
    opacity: 0.35;
}

input:checked + .slider .label-right {
    opacity: 1;
}

input:not(:checked) + .slider .label-right {
    opacity: 0.35;
}


/*projects*/
hr {
height: 0.25px!important; /* Adjust the thickness */
  background-color: black; /* Change the color */
  border: none; /* Remove the default border */

}

/*Menu on homepage*/

/*Custom button*/
button {
border: none!important;
border-bottom: solid 2px transparent!important;
padding: 0;
margin: 0;
line-height: 1.4;

}

button:hover {
text-decoration: none;
border-bottom: solid 2px black!important;
line-height: 1.4;
cursor: pointer!important;
}


/**
 * Content
 */

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

a:active {
	opacity: 0.7;
}

.page a.active,
body.homepage a[rel="home_page"] {
	opacity: 1;
    border-bottom: 2px solid #141414;
    padding-bottom: 0.1rem;
}

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 4.5rem;
}

ol &gt; li {
    padding-left: 0.75rem;
}

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

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

.content img {
	float: none;
	margin-bottom: 1rem;
    vertical-align: bottom;
    }

.gallery_image_caption {
    margin-top: 1.0em;
    margin-bottom: 0.5rem;
    font-size:  small;
	font-weight: 500;
	color: rgba(11, 23, 86, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
    text-align: center;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size:       1.2rem;
	font-weight:   100;
	color: rgb(31, 31, 31);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.7;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(17, 17, 17);
	padding-bottom: 0em;
	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: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.4;
	color: rgb(17, 17, 17);
}

[data-predefined-style="true"] h1 a {
	color: rgb(17, 17, 17);
}

[data-predefined-style="true"] h2 {
	font-family: "Neue Haas Grotesk", Icons;
	padding: 0;
	margin: 0;
	color: rgb(137, 2, 2);
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.01em;
	font-style: normal;
	font-weight: 400;
}

[data-predefined-style="true"] h2 a {
	color: rgb(17, 17, 17);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size:    1.2rem;
	line-height:  1.4;
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(17, 17, 17);

}

[data-predefined-style="true"] small a {
	color: rgb(0, 0, 0);
	border-bottom: 2px solid;
}

/**
 * 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_right*/;
	margin-right: 0 /*!content_right*/;
	text-align: left /*!text_left*/;
}

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

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

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

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

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

/**
 * Thumbnails
 */

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

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

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

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

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

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

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

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

.thumbnails .title {
    margin-top: .8rem;
    margin-bottom: 0rem;
    font-size: 1.2rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: .8rem;
    margin-bottom: 1.5rem;
    font-size: 1rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
}

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

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

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
	color: rgba(0, 0, 0, 0.85);
	line-height: 1;
	font-size: 28px /*!site_menu_button*/;
	padding: 6px;
	line-height: 1;
	background: transparent;
	position: fixed;
	top: 3rem /*!site_menu_button*/;
	left: 3rem /*!site_menu_button*/;
}

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

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

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	
	background: #f4f4f4;
	padding: 20px 30px 90px 30px;
	max-width: 600px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
    font-size:     5em;
	font-weight: 500;
	color: rgb(0, 0, 0);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.6;
}

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

#site_menu .page-link a {
	color: rgba(0,0,0)
}

#site_menu .set-link &gt; a {
	color: rgba(50, 101, 69, 1);
	font-weight:   500 ;
}

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

#site_menu a.active {
	opacity: 1;
}

#site_menu .close {
	display: none;
	color: rgba(30, 19, 176, 1);
	line-height: .85em;
	font-size: 45px;
}

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

#site_menu .break {
	height: 0px;
}

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

/*
 * 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: 2rem /*!shop_button*/;
	right: 2rem /*!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: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 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: inherit;
    display: block;
}

.shop_product .price {
	font-family: "Neue Haas Grotesk", Icons;
	font-size:  inherit ;
	line-height:  initial;
	color: rgba(17, 17, 17, 1);
    display:   inline-block;
    margin-bottom: 1rem;
	font-style:  initial;
	font-weight:  100;
}

.shop_product .dropdown {
    font-family: "Neue Haas Grotesk", Icons;
    font-size:    small;
    display: inline-flex;
	width: 100%;
    border: 1px solid #000;
    background:  transparent url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
	font-style: normal;
	font-weight: 300;
}

.shop_product .button {
    font-family: "Neue Haas Grotesk", Icons;
    color: rgba(17, 17, 17, 1);
	font-size:  inheritm;
	line-height: 1.3;
	font-style:  l;
	font-weight: 100;
    border-bottom: 2px solid;
	position:  right;
}

.shop_product .button:not(.out-of-stock) {
	border-bottom: 2px solid #141414;
    padding-bottom: 0.1rem;
}


.shop_product.out-of-stock .price {
}

.product_price.price:after {
    content: '—';
    margin-left: .2em;
}

/**
 * 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*/;
    display: none!important;
}

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


[data-css-preset] .quick-view-background {
	background: transparent /*!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: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

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

/**
 * 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: 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;
}

.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: rgba(0, 0, 0, 0.85);
    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;
}

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

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

/**
 * 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(255, 42, 0, 0.25);
    color: rgba(255, 42, 0, 1);
    background: transparent;
    font-size: 1.2rem;
    line-height: 1.2;
    font-family: "Neue Haas Grotesk", Icons;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

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

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

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

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

.audio-player .buffer {
    background: rgba(255, 42, 0, .1);
}

.audio-player .progress {
    background: rgba(255, 42, 0, 0.2);
}

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

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

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

.hover_image:hover {text-decoration: none} /* Optional (avoid undesired underscore if a is used as wrapper) */
.hide {display:none}
/* Do the shift: */
.hover_image:hover img:first-child{display:none}
.hover_image:hover img:last-child{display:inline-block}


/* homepage columns 50% width on phone */
body.mobile [data-id="15353586"] [grid-responsive] [grid-col] {
    width: 50%;
}

body.mobile [data-id="15353586"] [grid-responsive] [grid-col]:nth-child(odd) {
    padding-right: .5rem;
}

body.mobile [data-id="15353586"] [grid-responsive] [grid-col]:nth-child(even) {
    padding-left: .5rem;
}

.rotate {
    display:  inherit;
    -webkit-animation: rotate 7s linear infinite;
    animation: rotate 7s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(8deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#site_menu {
	width: 100%
}

hr {
  border: none;
  border-top: 2px solid black;
}

.flier {
	pointer-events: none;
}

.flier &gt; * {
/* 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)
	}
}</pre></body></html>