html {
  -webkit-font-smoothing: antialiased;
  background: black;
}

body {
  font-family: 'Greycliff';
  color: white;
  font-smoothing: antialiased !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-smooth: auto;
  padding: 0;
  margin: 0;
  background: #000000;
  /* //background: black; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  
  width: 100%;
  
}


.bg {
  position: absolute;
  width: 100%;
  height: 2087px;
  background-image: radial-gradient(circle at 50% 77%, #3B374E 0%, #242C49 20%, #000000 72%);
  top: 0;
  left: 0;
  z-index: -1;
  display: 0;
}

#company {
  width: 100%;
  background: #101217;
  /* background-image: linear-gradient(-12deg, #17181b, #41444e); */
  padding-bottom: 100px;
  padding-top: 86px;
  overflow: visible;
}

#company .faces{

display: flex;

flex-wrap: wrap;

justify-content: center;

align-items: center;

padding-top: 79px;
}

#company .faces .face{

padding: 21px 81px;

display: flex;

flex-direction: column;

text-align: center;

border-radius: 0;

justify-content: center;

align-items: center;

margin: 12px 5px;

/* cursor: pointer; */

position: relative;

z-index: 3;

width: 235px;
}

#company .container p{

max-width: 523px;

color: #ffffff6b;

margin-top: 43px;

line-height: 1.6;

font-weight: 200;

letter-spacing: 0.3px;

padding: 0 20px;

text-align: center;
}

#company .faces .face:hover{
    transform: scale(1.1);
    z-index: 4;
}


#company .faces .face .details{position: absolute;width: 100%;height: 118px;background: #ffffff08;border-radius: 14px;transition: 0.2s ease;box-shadow: 0px 1px 4px rgb(0 0 0 / 13%);}


#company .faces .face:hover .details{
    height: 264px;
    box-sizing: border-box;
    width: 325px;
    background: white;
    border-radius: 30px;
    box-shadow: 0px 10px 41px rgb(0 0 0 / 29%);
}

#company .faces .face:hover h3{color: #f84536;}

#company .faces .face:hover p{

color: black;
}

#company .faces .face:hover .details .linkedin{
    transform: scale(1);
    transition-delay: 0.0s;
    opacity: 1;
}


#company .faces .face .pic{
}



#company .faces .face h3{

color: #ffffff;

margin: 0;

z-index: 3;

font-size: 19px;
}

#company .faces .details .linkedin{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 47px;
    width: 40px;
    height: 40px;
    background: #0077B5;
    border-radius: 10px;
    transition: 0.2s;
    transition-delay: 0s;
    transform: scale(1);
    opacity: 0;
    /* display: none; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff00;
    text-decoration: none;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 12px;
    background-image: url("../../files/linkedin.png");
}

#company .faces .face p{font-weight: 700;z-index: 3;color: #f84536;max-width: 100%;}

#topdown{

height: 600px;

z-index: 0;
}

#email .visual{

background-image: url('../../files/5 team desk.jpg');

width: 100vw;

height: 100vh;

background-size: cover;

position: absolute;

bottom: 0;
}

#email #mc_embed_signup_scroll{

display: flex;

flex-direction: column;

justify-content: center;

align-items: center;
}

#email{
    background: #f84536;
    padding-top: 133px;
    padding-bottom: 134px;
    padding: 20px;
    box-sizing: border-box;
    height: 621px;
}

#email h1{

}

#email .promise{

font-size: 10px;

opacity: 0;
}

#email h2{

font-size: 44px;

margin-bottom: 12px;

padding: 0 20px;
}

#email #mce-EMAIL{border: none;font-size: 16px;max-width: 403px;min-width: 342px;padding: 10 25px;background: #00000033;color: #ffffff;font-family: 'Greycliff';/* border-bottom: 1px solid white; */height: 55px;margin-top: 0;font-weight: 700;border-radius: 12px;z-index: 2;outline-width: 0;transition: 0.2s ease;backdrop-filter: blur(60px);}

#email .mc-field-group{

margin-top: 17px;

margin-bottom: 45px;

position: relative;
}

#email #mc_embed_signup div.mce_inline_error{
    margin-top: 20px;
    background: none;
    overflow: hidden;
    transition: 0.2s ease;
    height: 0px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#email #mc_embed_signup div.mce_inline_error{
    margin-top: 20px;
    background: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    font-size: 13px;
    background: #1d1d1d;
    color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 27px;
    display: flex;
    z-index: 0;
}

#email #mc_embed_signup input.mce_inline_error{

border-bottom-left-radius: 0;

border-bottom-right-radius: 0;

margin-bottom: 21px;
}

#email input::placeholder {
  color: #ffffff;
  opacity: 0.5;
}

#email input:focus {
  border: none;
}

#email #mc-embedded-subscribe{/* width: 154px; */height: 50px;border-radius: 10px;border: none;background: #ffffff;color: #000000;display: flex;justify-content: center;align-items: center;padding: 0 27px;}

#email #mce-error-response{display: none !important;}

#email #mce-success-response{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 58px;
}

#footer .social{

color: white;

margin-bottom: 25px;
}

#footer .social a{color: #ffffff78;padding: 0 20px;text-decoration: none;font-size: 14px;}


#testimonials{

/* height: 726px; */

background: #e1e4e7;

margn-top: 10;

padding-top: 95px;
}

#testimonials img{width: 178px;}

#testimonials .container{justify-content: center;/* background: #ffffff1c; */padding: 48px;border-radius: 35px;}

#testimonials .testimonial{

display: flex;

flex-direction: column;

padding: 0 20px;

/* border-radius: 64px; */

padding-top: 12px;

max-width: 466px;

padding-left: 51px;

border-left: 1px solid #00000017;

margin-left: 53px;
}

#testimonials .testimonial .quote{

color: black;

/* font-style: italic; */

font-size: 19px;

max-width: 315px;

font-weight: 500;

padding-top: 36px;
}

#testimonials .testimonial .author{color: #46bd00;font-weight: 700;font-size: 18px;margin-top: 40;}

#testimonials .testimonial .descr{color: #00000038;font-weight: 600;margin-top: 8px;}

#footer{
    width: 100%;
    height: 182px;
    background: #101217;
    align-items: flex-end;
    flex-direction: row;
    padding-bottom: 86px;
}

#loadView{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #13131312;
    z-index: 100;
    top: 0;
    left: 0;
    /* //backdrop-filter: blur(60px); */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease;
    pointer-events: all;
    display: none;
}

#loadView.gone{
    /* //backdrop-filter: blur(0px); */
    color: transparent;
    pointer-events: none;
}

#press{

background: #e1e4e7;

padding-bottom: 112px;

overflow: visible;

padding-top: 50px;
}

#press .container{

align-items: flex-start;

/* width: 1100px; */
}

#press .article{

align-items: center;

/* text-align: center; */

text-decoration: none;

box-sizing: border-box;

background: #ffffff12;

background: white;

color: black;

margin-bottom: 17px;

padding: 34px 29px;

border-radius: 35px;

display: flex;

flex-direction: column;

justify-content: space-around;

text-decoration: none;
}

#press .article .headline{

text-decoration: none;

margin-bottom: 31px;

color: black;
}

#press .tweet{
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-radius: 35px;
    background: #0000000a;
}

#press .tweet .handle{color: #1616165c;/* padding-left: 12px; */}

#press .tweet .row{
    display: flex;
    padding-left: 9px;
    align-items: center;
    text-decoration: none;
}

.fink{
    background-image: url("https://pbs.twimg.com/profile_images/1379853544782589953/TLC7tu2U_x96.jpg")
}

.brian{
    background-image: url("https://pbs.twimg.com/profile_images/954608792322195456/CgfbOsGl_400x400.jpg")
}

#press .userpic{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 12px;
    background-size: contain;
}

#press .column{
    padding-left: 20px;
    /* padding-right: 20px; */
    /* margin-top: 20px; */
    /* width: 323px; */
}

#press .tweetText{

padding-left: 10px;

padding-right: 15px;

padding-top: 21px;

padding-bottom: 21px;

display: block;

width: 277px;

text-decoration: none;

color: #464444;
}

.tweet .col{display: flex;flex-direction: column;text-decoration: none;}

#press .author{
    color: #f84536;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

#press .article img{

width: 154px;

max-height: 68px;

margin-bottom: 39px;
}



#footer .container{

   align-self: flex-end;

   padding-bottom: 20px;
}

#footer .copyright{
    opacity: 0.4;
    width: 349px;
    font-size: 12px;
}

#topdownVisual{
    background-image: url('../../files/5 team desk.jpg');
    width: 100vw;
    height: 100vh;
    background-size: cover;
    position: absolute;
    bottom: 0;
    z-index: -9;
}


.global-wrapper{display: flex;flex-direction: column;justify-content: center;align-items: center;position: relative;/* margin-top: 50px; *//* overflow-x: hidden; */width: 100vw;}

.visualSwitch{
display: flex;margin-top: 66px;border-bottom: 1px solid #ffffff1f;position: relative;}

.visualSwitch a{
    padding: 0 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    opacity: 0.5;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
    text-shadow: 0px 4px 25px black;
    color: #ffffff;
cursor: pointer;}

.visualSwitch a.active{
    opacity: 1;
}

#tabHandle{
    position: absolute;
    width: 123px;
    height: 2px;
    background: #f44336;
    bottom: -1px;
    left: 4px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 0;
    transition: 0.2s ease;
}

.slides{
    /* overflow-x: auto; */
    /* scroll-snap-type: x mandatory; */
    /* scroll-behavior: smooth; */
    -webkit-overflow-scrolling: touch;
    display: flex;
}

.slides > div {
    scroll-snap-align: start;
    /*flex-shrink: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*margin-right: 50px;*/
    /*border-radius: 10px;*/
    /*background: #eee;*/
    /*transform-origin: center center;*/
    /*transform: scale(1);*/
    /*transition: transform 0.5s;*/
    /*position: relative;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*font-size: 100px;*/
/* overflow: visible; */}

