/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img, video{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
p strong{
  font-weight: 700;
}
*:focus{
  outline:none;
}

@font-face {
  font-family: 'Neuzeit Grotesk';
  src: local('Neuzeit Grotesk Regular'), local('Neuzeit-Grotesk-Regular'),
    url('../fonts/NeuzeitGro-Reg.woff2') format('woff2'),
    url('../fonts/NeuzeitGro-Reg.woff') format('woff'),
    url('../fonts/NeuzeitGro-Reg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuzeit Grotesk';
  src: local('Neuzeit Grotesk Bold'), local('Neuzeit-Grotesk-Bold'),
    url('../fonts/NeuzeitGro-Bol.woff2') format('woff2'),
    url('../fonts/NeuzeitGro-Bol.woff') format('woff'),
    url('../fonts/NeuzeitGro-Bol.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* GLOBAL */
html *{
  box-sizing: border-box;
  font-family: 'Neuzeit Grotesk', sans-serif;
  font-weight: 400;
}
html, body{
  width: 100%;
}
body{
  overflow-x: hidden;
}
/* Grid row */
.grid-row--small, .grid-row, .grid-row--medium{
  padding: 0 2rem;
  width: 100%;
}
.grid-row--without-padding-mobile, .grid-row--without-right-margin{
  padding:0;
  width: 100%;
}
@media all and (min-width: 750px) {
  .grid-row--medium{
    padding: 0;
    width: 70%;
    max-width: 970px;
    margin: 0 auto;
  }
  .grid-row--small{
  	padding: 0;
    width: 70%;
    max-width: 905px;
    margin: 0 auto;
  }
  .grid-row, .grid-row--without-padding-mobile{
  	padding: 0;
    width: 83%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .grid-row--without-right-margin{
  	padding: 0;
    width: 91.5%;
    max-width: 1650px;
    margin: 0 0 0 auto;
  }
}



/* COVER VIDEO */
.cover-block{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
  min-height: 100vh;
  position: relative;
}
.cover-block__video{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index:-1;
}
.cover-block__video video{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 750px) {
  .cover-block--hero__logo img{
    width:433px;
    height:133.65px;
  }
}
/* COVER SPEC */
.cover-block--hero{
  z-index:10;
}

/* CHANGE ANIMATIONS */
.animate__animated.animate__fadeInDown{
  --animate-duration: 2s;
}

/* COVER BLOCK TITLE */
.main-title{
  font-weight: 700;
  font-size:3.125em;
  color:#fff;
  position: fixed;
  top:50%;
  text-shadow: 3px 4px 20px rgba(0,0,0,0.25);
  left:50%;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  z-index:2;
  display: none;
  max-width: 650px;
  padding:0 30px;
}
.main-title.is-visible{
  display: flex;
}
.cover-block--simple__title{
  display: none;
}
@media only screen and (min-width: 750px) {
  .main-title{
    font-size:5.625em;
    padding: 0 70px;
    max-width: 650px;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1000px) {
  .main-title{
    font-size:6.875em;
    max-width: 850px;
  }
}
@media only screen and (min-width: 1250px) {
  .main-title{
    font-size:8.75em;
    max-width: 1045px;
    padding: 0px;
  }
}
/* PAGER */
.pager{
  display: none;
}
@media only screen and (min-width: 750px) {
  .pager{
    position: fixed;
    top:50%;
    transform:translateY(-50%);
    left:0.15rem;
    z-index:15;
    left:2rem;
    color:#fff;
    display: block;
  }
  .pager li{
    position: relative;
    margin:5px 0;
  }
  .pager .pager-dot{
    display: block;
    width:4px;
    height:4px;
    background-color:#fff;
    border-radius: 50%;
    margin:0;
    position: absolute;
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
  }
  .pager .pager-title{
    display: inline-block;
    position: absolute;
    top:50%;
    left:0%;
    transform:translateY(-50%);
    width:max-content;
    color:#fff;
    text-transform: uppercase;
    font-size: 0.75em;
    padding-left:5px;
    opacity: 0;
    transition:all 0.5s;
    pointer-events: none;
  }
  .pager li:hover .pager-title{
    left:100%;
    opacity: 1;
  }
  .pager a{
    display: block;
    width:25px;
    height:25px;
    position: relative;
    z-index:15;
  }
  .progressbar{
    position: absolute;
    top:0;
    left:0;
    width:25px;
    height:25px;
    display: none;
  }
  .pager-item.is-active .progressbar{
    display: block;
  }
  body:not(.menu-open) .pager.light-background svg path{
    stroke: #000;
  }
  body:not(.menu-open) .pager.light-background .pager-title{
    color:#000;
  }
  body:not(.menu-open) .pager.light-background .pager-dot{
    background-color:#000;
  }
}
@media only screen and (min-width: 1400px) {
  .pager{
    left:3rem;
  }
}

/* MENU */
.menu{
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
  transform: translate3d(0,-100%,0);
  transition: transform .51s cubic-bezier(.23,1,.32,1);
  box-sizing: border-box;
  padding: 1rem;
  z-index:14;
  background-color:#000;
  text-align:center;
  color:#fff;
}
.menu-open .menu{
  transform: translateZ(0);
  transition: transform .71s cubic-bezier(.23,1,.32,1);
}
.menu a{
  color:#fff;
  text-decoration: none;
}
.menu__container{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height:100%;
}
.menu__header{
  opacity: 0;
  transition: transform .61s cubic-bezier(.165,.84,.44,1),opacity .61s ease;
}
.menu-open .menu__header{
  opacity: 1;
  transform: translateZ(0);
  transition: transform 1.31s cubic-bezier(.165,.84,.44,1),opacity 1.31s ease;
  transition-delay: .23s;
}
.menu__nav-item{
  opacity: 0;
  transform: translate3d(0,-10vh,0);
  transition-delay: 1s;
  transition: transform .31s cubic-bezier(.165,.84,.44,1),opacity .21s ease;
  font-size:3.125em;
  line-height: 1.4;
}
.menu-open .menu__nav-item{
  opacity: 1;
  transform: translateZ(0);
  transition: transform .91s cubic-bezier(.165,.84,.44,1),opacity .91s ease;
}
.menu__nav-item:nth-child(4n+1) {
  transition-delay: .15s;
}
.menu-open .menu__nav-item:nth-child(4n+1) {
  transition-delay: .6s;
}
.menu__nav-item:nth-child(4n+2) {
  transition-delay: .1s;
}
.menu-open .menu__nav-item:nth-child(4n+2) {
  transition-delay: .5s;
}
.menu__nav-item:nth-child(4n+3) {
  transition-delay: .05s;
}
.menu-open .menu__nav-item:nth-child(4n+3) {
  transition-delay: .4s;
}
.menu__nav-item:nth-child(4n) {
  transition-delay: 0s;
}
.menu-open .menu__nav-item:nth-child(4n) {
  transition-delay: .3s;
}
.menu__nav-item a {
  position: relative;
  display: inline-block;
}
.menu__nav-item a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scaleX(0) translateZ(0);
  margin-top: -4px;
  transition: transform .31s cubic-bezier(.165,.84,.44,1);
}
.menu__nav-item a:hover:after {
  transform: scaleX(1) translateZ(0);
  transition: transform .51s cubic-bezier(.165,.84,.44,1);
}
.menu__footer{
  padding-bottom:4rem;
}
.menu__footer a{
  position: relative;
}
.menu__footer a:after{
  content:'';
  width:0%;
  height:1px;
  background-color:#fff;
  bottom:0;
  left:0;
  position: absolute;
  transition:all 0.25s;
}
.menu__footer a:hover:after{
  width:100%;
}
.menu__footer span{
  display: block;
  width: 100%;
  text-align: center;
  margin:1.5rem 0;
}
@media only screen and (min-width: 750px) {
  .menu{
    padding: 2rem;
  }
  .menu__nav-item{
    font-size:3.5em;
  }
  .menu__footer span{
    display: inline-block;
    vertical-align: middle;
    margin:0 1.5rem;
    width: inherit;
  }
}
@media only screen and (min-width: 1400px) {
  .menu{
    padding: 3rem;
  }
}

/* BURGER MENU */
.toggle-menu-btn {
  position: fixed;
  right: 0.5rem;
  top: 0.5rem;
  border: none;
  width: 21px;
  height: 21px;
  text-indent: 100px;
  background-color: transparent;
  white-space: nowrap;
  overflow: hidden;
  z-index:15;
  cursor: pointer;
}
.toggle-menu-btn:focus {
  outline: none;
}
.toggle-menu-btn span {
  position: absolute;
  right:0;
  display: block;
  width: 21px;
  height: 2px;
  background-color: #FFF;
  border-radius: 5px;
  transition: all ease .25s;
  border-radius: 999px;
}
body:not(.menu-open) .toggle-menu-btn.light-background span{
  background-color:#000;
}
.toggle-menu-btn span:nth-child(1) {
  top: 0px;
  width:18px;
}
.toggle-menu-btn span:nth-child(2) {
  top: 9px;
}
.toggle-menu-btn span:nth-child(3) {
  top: 18px;
  width:11px;
}
.toggle-menu-btn.is-open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-menu-btn.is-open span:nth-child(2) {
  width: 0;
  left: 22px;
}
.toggle-menu-btn.is-open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.toggle-menu-btn:hover span:nth-child(1),
.toggle-menu-btn:hover span:nth-child(3),
.toggle-menu-btn.is-open span:nth-child(1),
.toggle-menu-btn.is-open span:nth-child(3){
  width:21px;
}
@media only screen and (min-width: 750px) {
  .toggle-menu-btn {
    right: 2rem;
    top: 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .toggle-menu-btn {
    right: 3rem;
    top: 3rem;
  }
}

/* SOCIALS */
.legals{
  position: fixed;
  left: 0;
  overflow:hidden;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
  transform: translate3d(0,100%,0);
  transition: transform .51s cubic-bezier(.23,1,.32,1);
  box-sizing: border-box;
  z-index:50;
  background-color:#000;
  text-align:center;
  color:#fff;
  -webkit-transform: translate3d(0,100%,0);
  -moz-transform: translate3d(0,100%,0);
  -ms-transform: translate3d(0,100%,0);
  -o-transform: translate3d(0,100%,0);
}
.legals-open{
  overflow-y:hidden;
}
.legals-open .legals{
  transform: translateZ(0);
  transition: transform .71s cubic-bezier(.23,1,.32,1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}
.legals-open .legals__container{
  overflow-y: scroll;
}
.legals__container{
  padding: 1rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.legals__content{
  font-size:1.125rem;
  text-align: left;
}
.legals__close{
  position: fixed;
  right: 0.5rem;
  top: 0.5rem;
  cursor: pointer;
  width:21px;
  height:21px;
}
.legals-open .legals__close span {
  position: absolute;
  right:0;
  display: block;
  width: 21px;
  height: 2px;
  background-color: #FFF;
  border-radius: 5px;
  transition: all ease .25s;
  border-radius: 999px;
  top: 10px;
}
.legals-open .legals__close span:first-child{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.legals-open .legals__close span:last-child{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.legals__content h2{
  font-size:1.5rem;
  font-weight: 700;
  margin:1.5rem 0 0.5rem;
}
.legals__content p{
  margin:0.5rem 0;
}
.legals__content a{
  color:#fff;
  text-decoration: underline;
}

@media only screen and (min-width: 750px) {
  .legals__container{
    padding: 2rem;
  }
  .legals__close{
    right: 2rem;
    top: 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .legals__container{
    padding: 3rem;
  }
  .legals__close{
    right: 3rem;
    top: 3rem;
  }
}

/* SOCIALS */
.socials{
  color:#fff;
  position: fixed;
  right:1rem;
  bottom:2.5rem;
  z-index:-10;
  opacity: 0;
  transform: translate3d(0,-10vh,0);
  transition-delay: .15s;
  transition:z-index 0s, transform .31s cubic-bezier(.165,.84,.44,1),opacity .21s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.menu-open .socials{
  opacity: 1;
  z-index:15;
  transform: translateZ(0);
  transition:z-index 0s, transform .91s cubic-bezier(.165,.84,.44,1),opacity .91s ease;
  transition-delay: .3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}
.socials__item{
  position: relative;
  margin:0 0.5rem;
  display: inline-block;
  vertical-align: bottom;
}
.socials__item a{
 text-decoration:none;
 cursor: pointer;
 display: block;
 position: relative;
 z-index:2;
}
.socials__item span{
  font-size: 0.625em;
  text-transform: uppercase;
  position: absolute;
  width: max-content;
  left:50%;
  top:-5px;
  transform:translateX(-50%);
  opacity: 0;
  transition:all 0.25s;
  z-index:1;
}
.socials__item a:hover + span{
  top:-25px;
  opacity: 1;
}
.dark-icon{
  display: none;
}
body:not(.menu-open) .socials.light-background .dark-icon{
  display: block;
}
body:not(.menu-open) .socials.light-background {
  color:#000;
}
body:not(.menu-open) .socials.light-background .light-icon{
  display: none;
}

@media only screen and (min-width: 750px) {
  .socials {
    right: 2rem;
    bottom: 2rem;
    opacity: 1;
    z-index:15;
    transform:translateZ(0);
  }
}
@media only screen and (min-width: 1400px) {
  .socials {
    right: 3rem;
    bottom: 3rem;
  }
}

.main-section--univers{
  position: relative;
  z-index:1;
}

/* MAIN CONTENT */
.main-section--about{
  background-color:#fff;
  position: relative;
  z-index:10;
}
.paragraph-simple-text{
  text-align: center;
  padding:6rem 0;
  line-height: 25px;
  font-size: 1.4em;
}
.illustrated-text__text{
  padding:4rem 2rem 0;
}
.illustrated-text__text-title, .simple-video__title{
  font-size:1.375em;
  font-weight: 700;
  margin-bottom:1rem;
}
.illustrated-text__text-title--desktop{
  display: none;
}
.illustrated-text__text-content p{
  margin:1rem 0;
  line-height: 25px;
}
.illustrated-text__text-content{
  font-size: 1rem;
}
.illustrated-text__video{
  text-align:center;
}
.simple-video__video{
  position: relative;
}
.simple-video__video-text{
  color:#000;
  padding: 4rem 2rem 0;
  line-height: 25px;
}
.simple-video__title{
  padding:0 2rem;
}
.paragraph-logos{
  padding:4rem 0;
}
.logo__wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.logo__item {
  padding: 0 0.25rem;
  margin: 0.25rem 0;
}
.illustrated-text__text-title--mobile{
  padding: 0 2rem;
  text-align: left;
}
@media only screen and (min-width: 750px) {
  .paragraph-simple-text{
    line-height:80px;
    font-size: 2.35em;
  }
  .illustrated-text__text-title--desktop{
    display: block;
  }
  .illustrated-text__text-title--mobile{
    display: none;
  }
  .illustrated-text__container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .illustrated-text__video{
    width:49.5%;
  }
  .illustrated-text__text{
    padding:0rem;
    width:39.5%;
  }
  .paragraph-illustrated-text--right-align-content .illustrated-text__video{
    width:32.5%;
  }
  .paragraph-illustrated-text--right-align-content .illustrated-text__text{
    width:45%;
  }
  .paragraph-illustrated-text--video-left .illustrated-text__video,
  .paragraph-illustrated-text--video-right .illustrated-text__text{
    order:1;
  }
  .paragraph-illustrated-text--video-left .illustrated-text__text,
  .paragraph-illustrated-text--video-right .illustrated-text__video{
    order:2;
  }
  .illustrated-text__video, .simple-video__title{
    padding:0;
  }
  .simple-video__video-text{
    font-size: 1.125rem;
    max-width: 100%;
    letter-spacing: 1px;
    text-align: left;
    padding: 4rem 0rem 0;
  }
  .paragraph-logos{
    padding:8rem 0;
  }
  .logo__item {
    padding: 0 1.125rem;
    margin: 1.125rem 0;
  }
  .illustrated-text__text-content{
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1000px) {
  .illustrated-text__text-title, .simple-video__title{
    font-size:1.875em;
    margin-bottom:2rem;
  }
}
@media only screen and (min-width: 1250px) {
  .paragraph-simple-text{
    padding:17rem 0;
  }
}
/* FOOTER */
.main-section--footer{
  height:100vh;
  background-color: #000;
  position: relative;
  z-index:0;
}
.footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height:100%;
  padding-top:20vh;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 0;
  bottom: 0;
}
.footer p{
  margin:0;
}
.footer__contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.footer__contact:before{
  content:'';
  width:150px;
  height:168.41px;
  background-image:url('../images/icon-and.svg');
  background-position:center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top:50%;
  left:50%;
  transform:translateX(-50%) translateY(-50%);
  -webkit-transform:translateX(-50%) translateY(-50%);
  -moz-transform:translateX(-50%) translateY(-50%);
  -ms-transform:translateX(-50%) translateY(-50%);
  -o-transform:translateX(-50%) translateY(-50%);
}
.footer__contact-item-title{
  font-size:2.1875em;
  font-weight: 700;
}
.footer__contact-item-phone{
  font-size:2.1875em;
}
.footer__contact-item:first-child{
  padding-right:2rem;
}
.footer__contact-item:last-child{
  padding-left:2rem;
  padding-top:4rem;
}
.footer__contact{
  color:#fff;
}
.footer__contact a{
  color:#fff;
  text-decoration:none;
}
.footer__more{
  text-align: center;
  color:#fff;
}
.footer a, .footer .legals-btn{
  color:#fff;
  text-decoration:none;
  position: relative;
  cursor: pointer;
}
.footer a:after, .footer .legals-btn:after{
  content:'';
  width:0%;
  height:1px;
  background-color:#fff;
  bottom:0;
  left:0;
  position: absolute;
  transition:all 0.25s;
}
.footer a:hover:after,
.footer .legals-btn:hover:after{
  width:100%;
}
.footer__more-mail{
  font-size: 0.875em;
  padding:1rem 0;
}
.footer__more-bottom-line{
  font-size:0.625em;
  padding-bottom:0.5rem;
}
@media only screen and (min-width: 750px){
  .footer__contact-item-title{
    font-size:2.8125em;
  }
  .footer__contact-item-phone{
    font-size:1.25em;
  }
}
@media only screen and (min-width: 1000px){
  .footer__contact{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .footer__contact-item:first-child{
    padding-top:0rem;
    padding-right:5rem;
  }
  .footer__contact-item:last-child{
    padding-left:0;
    padding-top:0;
    margin-bottom:4rem;
  }
  .footer__contact:before{
    width:312.83px;
    height:351.23px;
  }
  .footer{
    padding-top:36vh;
  }
  .footer__contact:before{
    top:70%;
  }
}
@media only screen and (min-width: 1250px){
  .footer__contact-item-title{
    font-size:4.0625em;
  }
  .footer__contact-item:last-child{
    padding-right:3rem;
  }
}

/* IN VIEW SPEC */
.inview{
  transform: translateY(50px);
  opacity: 0;
  transition: opacity .5s ease-in,transform 1.7s cubic-bezier(0,.14,.19,1);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}
.inview.inview-visible{
  transform: translateY(0px);
  opacity: 1;
}

.dark.cc_dialog button.cc_b_ok,
.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button{
  background-color:#fff !important;
}
.cc_dialog.simple{
  max-width: 100% !important;
}

/* transition */
.transition{
  position: fixed;
  top:0;
  background-color:#000;
  width: 100%;
  height:100%;
  left:0;
  z-index:100;
  animation-name: slideOutRight;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 3.5s;
}
.transition-logo{
  position: absolute;
  top:50%;
  left:50%;
  transform:translateX(-50%) translateY(-50%) scale(0.65);
  -webkit-transform:translateX(-50%) translateY(-50%) scale(0.65);
  -moz-transform:translateX(-50%) translateY(-50%) scale(0.65);
  -ms-transform:translateX(-50%) translateY(-50%) scale(0.65);
  -o-transform:translateX(-50%) translateY(-50%) scale(0.65);
  opacity: 0;
  animation-name: fadeInUp;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.logo-bg:after{
  content: '';
  width: 98%;
  height: 0px;
  left:1%;
  background-color: #fff;
  position: absolute;
  bottom: 5px;
  z-index: -1;
  animation-name: fill;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(.2, .6, .8, .4);
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.logo-border, .logo-bg{
  position: absolute;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
.transition-logo, .logo-border svg, .logo-bg svg{
  width:229px;
  height:77px;
}
.transition-logo svg{
  display: inline-block;
  vertical-align: middle;
}
@keyframes fill {
  0% {
    height:0px;
  }
  100% {
    height:calc(100% - 10px);
  }
}
@keyframes fadeInUp {
  from{
    opacity:0;
    transform:translateX(-50%) translateY(-50%) scale(0.65);
    -webkit-transform:translateX(-50%) translateY(-50%) scale(0.65);
    -moz-transform:translateX(-50%) translateY(-50%) scale(0.65);
    -ms-transform:translateX(-50%) translateY(-50%) scale(0.65);
    -o-transform:translateX(-50%) translateY(-50%) scale(0.65);
  }
  to{
    opacity:1;
    transform:translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform:translateX(-50%) translateY(-50%) scale(1);
    -moz-transform:translateX(-50%) translateY(-50%) scale(1);
    -ms-transform:translateX(-50%) translateY(-50%) scale(1);
    -o-transform:translateX(-50%) translateY(-50%) scale(1);
  }
}
@keyframes slideOutRight {
  from{
    left:0%;
  }
  to{
    left:100%;
  }
}
@media only screen and (min-width: 750px){
  .transition-logo, .logo-border svg, .logo-bg svg{
    width:458px;
    height:154px;
  }
}
.logo-small{
  display: none;
}
@media only screen and (min-width: 750px){
  .logo-small .logo-small--black{
    display: none;
  }
  .logo-small.light-background .logo-small--black{
    display: block;
  }
  .logo-small.light-background .logo-small--white{
    display: none;
  }
  .logo-small{
    display: block;
    position: fixed;
    top:2rem;
    left:2rem;
    z-index: 11;
    opacity: 0;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
  }
  .logo-small--visible{
    opacity: 1;
  }
}
