@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');
body{
    color: #000;
    font-family: Avenir Next Cyr,Helvetica,sans-serif;
    font-size: 14px;
}
p{
	font-weight: 400;
}
h1 {
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
}
h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}
a:hover {
    color: #000;
    text-decoration: none;
}
.not-mobile-wrap{
    height: 100vh;
    display: flex;
    align-items: center;
	background-image: linear-gradient(to right bottom, #833ab4,#fd1d1d,#fcb045);
	    color: #fff;
}
.content-wrap{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.btn-black{
    text-decoration: none;
    height: 44px;
    color: #fff;
    font-weight: 600;
    line-height: 16px;
    border-radius: 8px;
    z-index: 1;
    display: flex;
    align-items: center;
	justify-content: center;
    font-family: Graphik,Helvetica,sans-serif;
    font-style: normal;
    font-size: 14px;
    flex: none;
	background-color: rgb(24, 119, 242);
    border: none;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus {
    background: rgb(24, 119, 242);
    color: #000;
}
.bottom-wrap{
    text-align: center;
    overflow: hidden;
    width: calc(100% + 30px);
    margin: 0 -15px;
    position: fixed;
    bottom: 0;
    left: 0;
}
.MobileNavigation_whiteBg__664IV *, .MobileNavigation_whiteBg__664IV a:hover {
    background-color: #fff;
    display: flex;
    justify-content: center;
}
.MobileNav_linkList__4u0g6 {
    padding: 0;
    margin: 0;
}
.MobileNav_item__gPtlT {
    list-style: none;
    margin: 0 3px;
    height: 100%;
}
.MobileNavItem_link__5f2Hf {
    margin: 0;
    font-family: "Avenir Next",-apple-system,BlinkMacSystemFont,Roboto,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #121314;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    padding-top: 2px;
    text-decoration: none;
    height: 100%;
    min-height: 72px;
    width: 72px;
    position: relative;
}
.MobileNavItem_link__5f2Hf:before {
    transition: background-color .1s ease;
    content: "";
    top: 4px;
    left: 0;
    right: 0;
    bottom: 4px;
    position: absolute;
    border-radius: 8px;
    background-color: #fff!important;
}
.MobileNavItem_content__HS9Yt {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.MobileNavItem_icon__vaChc {
    margin-bottom: 4px;
}
.MobileNavItem_text__TGO5j {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    text-align: center;
}
.ConsumerNavIcon_v2Icon__jr9wg {
    fill: #b9c0c7;
    color: #b9c0c7;
    pointer-events: none;
}
.MobileHomepage_videoSlidesContainer__bNnnu {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.VideoSlides_videoSlide__oq_1X {
    width: 100%;
    padding: 0;
    color: #fff;
    position: relative;
    border-radius: 20px;
    animation: VideoSlides_fadeIn__hpJgN .25ms ease-in-out;
}
.VideoSlides_videoSlide__oq_1X {
    scroll-snap-align: start;
    scroll-margin: 80px;
    margin: 0 auto;
}
.VideoSlides_videoSlideOverlay__r3bVs {
    background: linear-gradient(rgba(0,0,0,.6),transparent 30%);
    border-radius: inherit;
    position: absolute;
}
.VideoSlides_videoSlideOverlay__r3bVs {
    left: 0;
}
.Heading_h100__fMb2Z, .Heading_h200__iauzb {
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    margin: 0;
}
.Heading_h200__iauzb {
    font-size: 28px;
    line-height: 36px;
}
.VideoSlides_videoSlideOverlay__r3bVs h2 {
    padding: 35px;
}
.VideoSlides_videoWrapper__vf33e {
    border-radius: inherit;
}
.VideoSlides_videoSlideVideo__mLv2p {
    width: 100%;
    object-fit: cover;
    background-size: cover;
    max-height: calc(100dvh - 210px);
    border-radius: inherit;
    background: #000;
    margin-bottom: 90px;
}

#slidingWindow {
      position: fixed;
      top: 28%;
      width: 100%;
      height: 72%;
      background-color: #FAF8FD;
      transition: top 0.5s ease;
      overflow: auto;
      z-index: 999;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      padding: 30px 10px;
}
#slidingWindow::before{
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    top: 10px;
    left: calc(50% - 25px);
    background: #E1DFE4;
    border-radius: 3px;
}

#slidingWindow.active{
    top: 0;
    height: 100%;
}

.logo-snapchat-wrap{
    height: 30%;
    background-size: cover;
    background-image: url(../images/6af06134.avatars.cache.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.h-100vh{
    height: 100vh;
    overflow: hidden;
}
.gradient-bg{
    background-image: linear-gradient(180deg, #198CC1, #10384B);
}

.tools{
    position: relative;
    z-index: 2;
}
.tools li{
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .05);
    position: relative;
}
.tools li .title{
    font-size: 13px;
    color: #000;
    font-weight: 600;
}
.tools li .subtitle{
    font-size: 10px;
    color: #ccc;
    font-weight: 500;
}
.tools li span.lnr{
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 21px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right bottom, #833ab4, #fd1d1d, #fcb045);
    border: 0;
    color: #fff;
}
.tools li img.arrow{
    width: 15px;
    position: absolute;
    right: 10px;
}

.next-page{
    padding: 50px 15px;
    background-image: linear-gradient(to right bottom, #833ab4,#fd1d1d,#fcb045);
    color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 50px;
    transition: top ease-in-out .3s;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.next-page.active{
    top: 0;
}
.btn-yellow{
    background: #FFFE07;
    border-radius: 30px;
    font-weight: 600;
    padding: 15px;
}

#slidingWindow .MobileHomepage_videoSlidesContainer__bNnnu{
    position: absolute;
    bottom: 0;
    width: auto;
}
#info-icon{
    font-size: 50px;
    color: #fff;
    
}
.ghost{
    animation: pulse 2s infinite;
}
.ghost-loader{
    animation: pulse 2s infinite;
}

.loader-wrap-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
}
.text-yellow{
    color: #fffc00;
}


.fs-20px{
	font-size: 20px;
}
.color-ff3040{
	color: #ff3040;
}

    @keyframes flyAndDisappear {
      0% {
        opacity: 0;
        transform: translateX(-100%);
      }
      50% {
        opacity: 1;
      }
      100% {
        opacity: 0;
        transform: translateX(100%);
      }
    }


@keyframes floating{
  50%{
    transform: translateY(-30px);
  }
}


@keyframes pulse {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(0.95);
	}
}

@media (max-width: 510px){

    
}
