cbody{
    background-color: #fffc00;
    color: #121314;
    font-family: Avenir Next Cyr,Helvetica,sans-serif;
    font-size: 14px;
}
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;
}
.content-wrap{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.btn-black{
    flex-direction: row;
    padding: 12px 36px;
    border: 0;
    text-decoration: none;
    height: 40px;
    color: #fff;
    font-weight: 600;
    line-height: 16px;
    background: #000;
    border-radius: 128px;
    z-index: 1;
    display: flex;
    align-items: center;
    font-family: Graphik,Helvetica,sans-serif;
    font-style: normal;
    font-size: 16px;
    flex: none;
}
.btn-black:hover {
    background: #ece900;
    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: contain;
    background-image: url(../img/background.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;
    border: 1px solid #D2C47D;
    display: flex;
    align-items: center;
    background: #fff;
    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: 25px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fffc00;
    border: 2px solid #000;
}
.tools li img.arrow{
    width: 15px;
    position: absolute;
    right: 10px;
}

.next-page{
    padding: 50px 15px;
    background-image: linear-gradient(to right bottom, #16120A, #201C14);
    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: floating 2s infinite ease-in-out;
}
.ghost-loader{
    animation: flyAndDisappear 3s infinite ease-in-out;
}

.loader-wrap-bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
}
.text-yellow{
    color: #fffc00;
}

    @keyframes flyAndDisappear {
      0% {
        opacity: 0;
        transform: translateX(-100%);
      }
      50% {
        opacity: 1;
      }
      100% {
        opacity: 0;
        transform: translateX(100%);
      }
    }


@keyframes floating{
  50%{
    transform: translateY(-30px);
  }
}

@media (max-width: 510px){

    
}

.second-row {
    flex-grow: 1;
    border: none;
    margin: 0;
    padding: 0;
}

.row-container {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    /* background-color: blue; */
    overflow: hidden;
}
