nc#toolset {
	display: none;
}

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

a:active {
	opacity: 0.7;
}

.page a.active {
	
}

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 1em;
}

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

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

[image-gallery="slideshow"] {
    margin-bottom: 2rem;
    padding:15px;
    scale:80%;
}

.gallery_image_caption {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: Diatype, Icons;
	font-style: normal;
	line-height: 1.2;	
}
.image-gallery{
    padding:15px;
}

/**
 * Loading Animation
 */

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

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 10.2vmin;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.75);
	font-family: Karla, Icons;
	font-style: normal;
	line-height: 1.2;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(0, 0, 0, 0.75);
	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: "D-DIN Condensed", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 3.4rem;
	line-height: 0.5;
}

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

[data-predefined-style="true"] h2 {
	font-family: "D-DIN Condensed", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.75);
	font-size: 3.4rem;
	line-height: 1.2;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.5;
	font-family: "Monument Grotesk Mono Variable", Icons;
	font-style: normal;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.76);
	font-variation-settings: 'slnt' 0, 'MONO' 1;
}

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

/**
 * Breakpoints
 */


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

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	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: left /*!text_left*/;
}

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

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

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

/**
 * Thumbnails
 */

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

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

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

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

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

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

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

.thumbnails .thumb_image {
    color: #000;
    overflow: hidden;
    opacity:0.9;
    background: #000;  /* fallback for old browsers */
   	border-radius: 0px 50px ;
}
.thumbnais .thumb_image:hover{
     overflow: hidden;
  	color: rgba(0, 0, 0, 0.61)
}


.thumbnails .title {
    margin-top: 1.5rem;
    text-align: center;
    position:relative;
    font-size: 2.5rem;
	font-weight: 800;
	color: rgba(80, 78, 108, 0.85);
	font-family: "D-DIN Condensed", Icons;
	font-style: normal;
	line-height: 1.3;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
    
}

.thumbnails .tags {
    margin-top: .8rem;
    position:absolute;
    margin-bottom: 1.5rem;
    font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Monument Grotesk Mono", Icons;
	font-style: normal;
	line-height: 1.2;
}

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

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

/**
 * Site Menu Button
 */

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

body.mobile #site_menu_button {
	margin: 5px;
    scale:1.5;
}

#site_menu_button.custom_icon {
	width:10%;
    height: auto;
    margin-top:-1%;
}

#site_menu_button.active {
	display: none;
}


/**
 * Site Menu
 */

#site_menu {
	font-family: "D-DIN Condensed", Icons;
	background: rgba(255, 255, 255, 0.83);
    border-radius: 10% 60% 60% 40% / 20% 30% 70% 30%;
    filter: drop-shadow(0 8mm 8mm rgb(233, 229, 229));
	font-size: 30px;
    line-height:45px;
	font-style: normal;
	font-weight: 800;
	padding: 150px 40px 100px 30px;
	max-width: 800px;
	min-width: 300px;
	text-align: center;
    animation: morph 6s linear infinite alternate;
}

body.mobile #site_menu {
    top:7%;
    height: 50%;;
    font-size: 30px;
    align-items: center;
    border-radius: 10% 50% 60% 40% / 10% 60% 70% 30%;
    text-align: center;
}

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

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

#site_menu a:active {
    color:white
}

#site_menu a.active {
	color:#ff7c41;
}

#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;
    animation: conditionalOpen 6s normal forwards ease-in-out;
}

#site_menu .break {
	height: 28px;
}

#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: 1rem /*!shop_button*/;
	left: 1.5rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.75);
	font-family: Diatype, Icons;
    padding: 0;
    line-height: 1.3;
	font-style: normal;
}

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

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

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

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

.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.2rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(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: .7rem 2.5rem .8rem 1rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
}

.shop_product .button {
	font-family: Diatype, Icons;
	font-size: 1.2rem;
    background: rgba(0, 0, 0, 0.75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 700;
}

/*
 * Image Zoom
 */

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

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 0rem /*!quick_view_padding*/;
    padding-bottom: 0rem /*!quick_view_padding*/;
    padding-left: 0rem /*!quick_view_padding*/;
    padding-right: 0rem /*!quick_view_padding*/;
    height: 68% /*!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(255, 255, 255, 1) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
	font-family: "Monument Grotesk Mono", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.2;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    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: 36rem;
    height: 3.4rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
	font-family: Diatype, 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(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    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;
}

.navbar{
	position:relative;
    top:0;
    left:35%;
    width:60%;
    text-align:center;
}
.navbar2{
	position:relative;
    top:45%;
    left:5%;
    width:60%;
    text-align:center;
}
.navbar_bottom{
    position:relative;
    text-align:right;
    padding:10px;
    top: 1px;
    
}
.nav{
	font-size: 1.1rem;
    display:inline-block;
    margin-right:3rem;
	line-height: 1;
	font-family: "Monument Grotesk Mono Variable", Icons;
    font-weight: 600;
	font-variation-settings: 'slnt' 0, 'MONO' 1;
	color:#666666;
    opacity:0.8;
    text-align:left;
    transition: 0.3s ease-in-out;
    }
@media (max-width: 767px) {
        .nav {
          display: none;
        }
      }

.nav1{
  	font-size: 1.4rem;
    display:inline-block;
	line-height: 1;
	font-family: "Monument Grotesk Mono Variable", Icons;
    font-weight: 600;
	font-variation-settings: 'slnt' 0, 'MONO' 1;
	color:#666666;
    opacity:0.8;
    text-align:left;
    transition: 0.3s ease-in-out;
    }
.nav1:hover{
	font-weight: 800;
    animation:delay 1s;
    color:black;
    transform: translateY(-5px);
}

.nav:hover{
	font-weight: 800;
    animation:delay 1s;
    color:black;
    transform: translateY(-5px);
}
.bar{
    position:fixed;
    width:100%;
    left:0px;
    background-color:white;
    height:11%;
    top:0rem;
}
.bar1{
    position:fixed;
    width:100%;
    left:0px;
    height:11%;
    top:0rem;
}
.logo1 {
  position:fixed;
  top:20px;
  left:5%;
}
.space{
	position:relative;
    height:3rem;
    display:block;
    background-color:transparent;
}
.space1{
	position:relative;
    height:10rem;
    display:block;
    background-color:transparent;
}

.tagbar{
    position:relative;
    display:inline-block;
    width:15%;
    height:auto;
    text-align:center;
    padding:6px;
    margin-right:1%;
    left:14%;
    right:10%;
}
.tagbar:hover{
	transform: translateY(-2px);
    transition: 0.2s;
   filter:drop-shadow(3px 3px 2px grey )
}
.tagbar1{
    position:fixed;
    bottom:0;
    background-color:white;
    height:7%;
    width:100%;
    left:0;
}
.tag{
 font-family: "D-DIN Condensed", Icons;
    text-transform: uppercase;
	font-style: normal;
	font-weight: 800;
	font-size: 1.5rem;
    text-align:center;
    top:20%;
}
.bottombar{
    background-color:white;
    position:relative;
    width:100%;
    
    padding:30px 30px 18px;
    bottom:0;
    align-items: flex-end;

}
.social{
margin-left:12px;
display:inline-block;
max-height:35px;
transition: 0.3s ease-in-out;
}
.social:hover{
opacity:0.5;
  transform: translateY(-5px);
}
.rectangle {
  position:fixed;
    width:10rem;
    object-fit: contain;
  top:20px;
  left:5%;
  -webkit-animation:colorchange 30s infinite;
}
.rectangle:hover{
	background-color:black;
}
@-webkit-keyframes colorchange {
      0% {
      background-color:#f2a17c;}
      33% {
        background-color: #98d3ab;}
      66% {
       background-color: #66aad7;}
      100% {
       background-color:#fdd989;}  
}
.top_txt{
	width:50rem;
    font-family: "D-DIN Condensed", Icons;
    text-transform: uppercase;
	font-style: normal;
	font-weight: 800;
	font-size: 3rem;
	line-height: 1.2;
    text-align:left;
    padding-bottom:20px;
    -webkit-animation:colorchange1 16s infinite;
    transition: 0.3s ease-in-out;
}

.top_txt1{
	width:50rem;
    font-family: "D-DIN Condensed", Icons;
    text-transform: uppercase;
	font-style: normal;
	font-weight: 800;
	font-size: 3rem;
	line-height: 1.2;
    text-align:left;
    padding-bottom:20px;
    -webkit-animation:colorchange1 25s infinite;
    transition: 1s ease-in-out;
}

.top_txt:hover{
    animation-play-state: paused;
    opacity:0.3;
    transform: translateY(-5px);
}

@-webkit-keyframes colorchange1 {
      0% {
      color:#f2a17c;}
      33% {
      color: #98d3ab;}
      66% {
      color: #66aad7;}
      100% {
      color:#fdd989;} 
}
@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}
@keyframes morph1 {
  50% { 
border-radius: 62% 47% 0% 0% / 60% 71% 74% 46%;
  }
  100% {
border-radius: 16% 21% 0% 16% / 47% 64% 53% 0%;
  }
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#f2a17c;;
  color: white;
  cursor: pointer;
  padding: 12px 15px 8px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #ea6224;
}
.product{
    background-color:#54b573;
}
.experience{
    background-color:#ea6224;
}
.activism{
    background-color:#fbbf3b;
}
.material{
    background-color:#0071bc;
}
.product1{
   color:#54b573;
}
.experience1{
   color:#ea6224;
}
.activism1{
    color:#fbbf3b;
}
.material1{
    color:#0071bc;
}

.sidebar{
    height:45%;
   bottom:10%;
    width:90%;
    position:fixed;
    margin-top:13rem;
    opacity:0.1;
    left:5%;
}
.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  align-content: flex-start;
    align-items: center;
    
  
}
.feature {
	position:relative;
	margin-top:-10%;
    padding:12% 2%;
	background: rgba(243,243,255,0);
 	 backdrop-filter: blur(50.5px);
  	-webkit-backdrop-filter: blur(20.5px);
    flex-wrap: wrap;
 
}
.feature1 {
	position:absolute;
	margin-top:15rem;
    padding:50% 12%;
  
    margin-left:-5%;
    flex-wrap: wrap;
 
}
.pofo{
  position: relative;
  margin-top:5rem;
  
}


.info{
  transition: 1s ease;
  opacity: 0;
  position: absolute;
  width:180px;
  top: 45%;
  left:20%;
  text-align: left;
}



.title {
  color: black;
  font-size: 2 rem;
  font-family: "D-DIN Condensed", Icons;
  text-transform: uppercase;
	font-style: normal;
	font-weight: 800;
}

.clip-img{
  opacity: 1;
  display: block;
  height: auto;
  backface-visibility: hidden;
  transition: 2s ease;
  
  
}
.pofo:hover .clip-img {
  opacity: 0.2;
  transition-delay: 0.2s;

}

.pofo:hover .info {
  opacity: 1;
  transition-delay: 0.2s;
   transform: translate(-1vw, -1vw);
}
.wrap
{
  left:35%;
  align-items:space-around;
  position:relative;
  
}
body.mobile #wrap {
    width:100%;
}
.tile
{
  width:70%;
  padding:10px;
    margin-bottom:15px;
  height:18rem;
  display:block;
  background-size:cover;
  position:relative;
  cursor:pointer;
  transition: all 0.6s ease-out;
  overflow:hidden;
  color:white;
  border-radius:5px;
}
.tile img
{
  object-fit:cover;
    scale:160%;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  transition: all 0.4s ease-out;
}
.tile .text
{
/*   z-index:99; */
  position:relative;
    padding:4%;
 
 
}
.tile h1
{
  font-family: "D-DIN Condensed", Icons;
    text-transform: uppercase;
	font-style: normal;
	font-weight: 800;
	font-size: 3rem;
	line-height: 1.2;
    
}
.tile p
{
  line-height: 1.2;
  transform: translateX(-200px);
  transition-delay: 0.2s;
  font-size: 1.1rem;
  color:white;
	font-family: "Monument Grotesk Mono Variable", Icons;
	font-style: normal;
	font-weight: 400;
    width:80%;
    position:relative;
}
.animate-text
{
  opacity:0;
  transition: all 0.6s ease-in-out;
}
.tile:hover h1
{
 color:white;
 opacity:0.7;
  filter: none;
}
.warp:hover{
filter: drop-shadow(2px 2px 15px black);
}
.tile:hover img
{
filter: grayscale(80%);
opacity:0.1;
}
.tile:hover .animate-text
{
  transform:translateX(0);
  opacity:1;
}

.tile:hover span
{
  opacity:1;
  transform:translateY(0px);
}


.sidetitle {
  color: #333;
font-family: "D-DIN Condensed", Icons;
text-transform: uppercase;
	font-style: normal;
	font-weight: 800;
	font-size:8rem;
	line-height: 1.2;
  white-space: nowrap;
  bottom:5%;
    left:8%;
  overflow: hidden;
  position: fixed;
  display:block;
 
}

.message {
  display:block;
  color: white;
  font-size:8.5rem;
  display: block;
  font-weight: 900;
  overflow: hidden;
  position: relative;
  padding-left: 0.5rem;
  top: 0.2rem;
  animation: openclose 5s ease-in-out;
}


@keyframes openclose {
  0% {
    top: 0rem;
    width: 6px;
  }

  40% {
    width: 900px;
  }
  100% {
    width: 430px;
    text-indent: 2;
  }
}

