@font-face {
	font-family: 'Poppins';
	src: url("./Poppins-Medium.ttf");
	font-weight: 500;
}
@font-face {
	font-family: 'Poppins';
	src: url("./Poppins-Regular.ttf");
	font-weight: 400;
}
@font-face {
	font-family: 'Poppins';
	src: url("./Poppins-Light.ttf");
	font-weight: 300;
}
@font-face {
	font-family: 'Poppins';
	src: url("./Poppins-ExtraLight.ttf");
	font-weight: 200;
}
.over-container-width {
    margin-left: calc(-50vw + 50%) !important;
    width: 100vw;
    max-width: unset;
}
body {
	color: #323337;
	font-family: Poppins, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
    min-height: 100vh;
}
img {
	width: 100%;
}
header {
	height: 75px;
    background: #fff;
}
#logo-link {
    height: 100%;
    display: flex;
    align-items: center;
}
#logo {
    height: 45px;
	width: unset;
}
@media (max-width: 991px) {
    #logo {
        width: 100%;
        max-width: 80%;
    }
    #logo-link {
        flex: 150px 0 0;
    }
}
header a {
	font-size: 14px;
	line-height: 21px;
	/* identical to box height */
	letter-spacing: 0.03em;
	text-decoration: unset;
	color: #323337;
}
.landing h1 {
	font-weight: 500;
	font-size: 66px;
	line-height: 1;
	letter-spacing: -0.01em;
	margin-bottom: 35px;
	word-spacing: 9999px;
    color: #393E4A;
}
#home h1 {
    word-spacing: unset;
}
.landing h2 {
	font-weight: 500;
	font-size: 16px;
	line-height: 54px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #543DBC;
	margin-bottom: unset;
}
span.purple {
	color: #543DBC;
}
span.light-blue {
	color: #4EB3C8;
}
#main-background {
	/*background: 75% 50% / cover no-repeat url(./group-711.png);*/
	/*background: 75% 50% / cover no-repeat url(./main-screen-min.png);*/
	border-radius: 20px;
	height: 805px;
    width: calc(100% - 80px);
    position: relative;
}
#main-background video {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #f9f9f9;
    border-radius: 15px;
}
#mobile-video {
    display: none;
}
#motion-mobile-video {
    display: none;
}
#main-background .container {
    margin: 100px 90px;
}
#main-screen p {
	line-height: 28px;
	/* or 156% */
	letter-spacing: 0.01em;
}
a {
	transition: .5s 0s all;
}
a:hover {
	color: #543DBC;
}
.button {
	height: 45px;
	border-radius: 6px;
	border: 1px solid #393E4A;
	font-size: 14px;
	font-weight: 300;
	line-height: 45px;
	/* identical to box height */
	letter-spacing: 0.03em;
	padding: 0 30px;
	background: unset;
	text-align: center;
	text-decoration: unset;
	transition: .5s 0s all;
}
.button:hover {
	color: #543DBC;
	border-color: #543DBC;
}
.tall-button {
	height: 54px;
	font-weight: 400;
	line-height: 54px;
}
.purple-bg {
	background: #543DBC;
	color: #fff;
	border: unset;
}
.purple-border {
    border: 1px solid #543DBC;
    color: #543DBC;
}
.button.purple-bg:hover {
	background: #4EB3C8;
	color: #fff;
}
.btn-200 {
	width: 200px;
}
footer {
	height: 51px;
	background: #323337;
    order: 9999;
}
footer p {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	line-height: 51px;
}
#video {
    margin: 50px auto;
    padding: 100px 0;
}
#video h2 {
    margin-bottom: 50px;
}
#video video {
    border-radius: 20px;
}
.ms-auto {
    margin: 0 auto !important;
}
@media (max-width: 991px) {
    #video {
        padding: 50px 0;
    }
    #video .video-wrap {
        padding: unset;
    }
    #video video {
        border-radius: unset;
    }
}
.carousel {
	max-width: 100%;
}
.carousel > div {
    margin: 0 20px;
}
.carousel img {
    /*width: 100%;*/
    max-width: 215px;
    max-height: 80px;
}
#strategy {
	margin-top: 91px;
}
.landing .subtitle {
	font-weight: 300;
	font-size: 34px;
	line-height: 54px;
	margin-bottom: 35px;
}
p.list {
    display: flex;
    align-items: center;
}
p.list:before {
    content: '';
    background: center / contain no-repeat url(./mark-min.png);
    width: 24px;
    height: 24px;
    display: flex;
    margin-right: 10px;
}
.light-bullets {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	padding: 30px 20px;
	width: 100%;
    background: #543DBC;
    color: #fff;
}
.light-bullets img {
	width: 80px;
}
.light-bullets p {
	text-align: center;
    padding-top: 12px;
    line-height: 24px;
}
#outcome, #analytics, .publishers-page #activation, #home #activation {
	background: #F8F8F8;
}
#home #outcome {
    background: #f3f3f3;
}
.py-block {
	padding-top: 65px;
	padding-bottom: 65px;
}
#partners {
	text-align: center;
}
.giant-number {
	font-size: 100px;
	line-height: 100px;
	letter-spacing: 0.02em;
	color: #543DBC;
	font-weight: 200;
	margin-bottom: unset;
}
.giant-x {
    font-size: 250px;
    line-height: 200px;
}

h1 {
    font-weight: 300;
    font-size: 34px;
    line-height: 50px;
    color: #543DBC;
    margin-bottom: 25px;
}
label, form a {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 10px;
}
input.form-control {
    height: 45px;
    border: 1px solid #F0F0F0;
}
input.form-control::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 10px;
    color: #90939B;
}
input.form-control:-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 10px;
    color: #90939B;
}
.form-group {
    margin-bottom: 27px;
}
.light-grey {
    color: #90939B;
}
.black {
    color: #323337;
}

/* Customize the label (the container) */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 33px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    /*background-color: #eee;*/
    border: 1px solid #ddd;
    border-radius: 25px;
    transition: .3s 0s all;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .custom-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .custom-checkmark {
    /*background-color: #543DBC;*/
    border: 1px solid #543DBC;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .custom-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .custom-checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 13px;
    /*border: solid white;*/
    border: solid #543DBC;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.content {
    min-height: calc(100vh - 75px - 51px);
}

#burger {
    height: 33px;
    position: relative;
    width: 70px;
}

#burger img {
    transition: .3s all;
    position: absolute;
    width: calc(100% - 16px);
    height: 100%;
}

#burger.collapsed .burger-arrow-img, #burger .burger-img {
    opacity: 0;
}

#burger .burger-arrow-img, #burger.collapsed .burger-img {
    opacity: 1;
}

#navbar-toggle-burger {
    position: absolute;
    height: 0px;
    width: 100%;
    top: 75px;
    left: 0;
    background: #543DBC;
    padding: 0px 20px;
    transition: .5s;
}

#navbar-toggle-burger.collapsing, #navbar-toggle-burger.show {
    display: flex;
    height: 0px;
}

#navbar-toggle-burger.show {
    padding: 30px 20px;
    height: calc(100vh - 75px);
}

#navbar-toggle-burger a {
    color: #fff;
    font-size: 55px;
    line-height: 80px;
}

#navbar-toggle-burger .button {
    background: #fff;
    height: 55px;
    font-size: 18px;
    color: #000;
    line-height: 55px;
    border: unset;
}

.w-80 {
    width: 80%;
}

@media (min-width: 1920px) {
    .landing h1 {
        font-size: 90px;
    }
}
@media (min-width: 1680px) {
    #main-background {
        height: 805px;
    }
    .landing h1 {
        font-size: 72px;
    }
    body {
        font-size: 18px;
    }
    .container {
        max-width: 1320px;
    }
}
@media (min-width: 1440px) {
    .landing h1 {
        font-size: 62px;
    }
    body {
        font-size: 16px;
    }
    .landing .subtitle {
        font-size: 30px;
        line-height: 44px;
    }
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 992px) {
    .landing h1 {
        font-size: 52px;
    }
    body {
        font-size: 16px;
    }
    .landing .subtitle {
        font-size: 26px;
        line-height: 38px;
    }
    #main-background {
        height: 685px;
    }
	.ratio-container-lg-1-1 {
		padding-top: 100%;
		position: relative;
	}
    .ratio-container-lg-1-08 {
        padding-top: 80%;
        position: relative;
    }
	.ratio-container-lg-1-1 > div, .ratio-container-lg-1-08 > div {
	    position: absolute;
	    top: 0;
	    height: 100%;
	}
	#library .col-lg-3 {
	    width: calc(25% - 12px);
	}
	#login {
        background: top / cover no-repeat url('./login-background-min.png');
	}
	#login header a, #log-in header button {
		color: #fff;
		border-color: #fff;
        height: 100%;
        display: flex;
        align-items: center;
        margin-left: 40px;
	}
    input.form-control {
        background: #F8F8F8;
    }
    header {
        margin: 0 40px !important;
        width: calc(100% - 80px);
        z-index: 5;
    }
    .w-lg-50 {
        width: 50%;
    }
}
@media (max-width: 991px) {
    header {
        padding: 0 20px;
        width: 100%;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 50;
    }
	.landing h1 {
		font-size: 34px;
		line-height: 40px;
		word-spacing: 0px;
		text-align: center;
		margin-bottom: 22px;
	}
	#main-background {
		/*background: 50% 100% / cover no-repeat url(./main-screen-mobile-min.png);*/
		/*padding: 40px 0 0;*/
		height: 727px;
        height: calc(90vh - 75px);
        /*height: calc(200vh - 75px);*/
        width: 100%;
        /*overflow: hidden;*/
        background-color: #f9f9f9;
        border-radius: unset;
        /*z-index: -2;*/
        background: #f5f5f5;
	}
    #main-background .container {
        /*margin: unset;*/
        /*margin-top: 40px;*/
        /*top: calc(50vh - 75px);*/
        /*position: sticky;*/
        /*position: -webkit-sticky;*/
        /*margin-bottom: 80vh;*/
        margin-top: calc(50vh - 160px);
        margin-bottom: unset;
    }
    #desktop-video {
        display: none;
    }
    #mobile-video {
        display: block;
        object-fit: cover;
        width: 125%;
        height: 125%;
        top: 13%;
    }
    /*#main-background #motion-mobile-video {*/
    #motion-mobile-video {
        display: block;
        /*position: fixed;*/
        position: initial;
        object-fit: cover;
        border-radius: 0;
        transition: .3s linear all;
        top: 0;
        /*opacity: 0;*/
        height: 100vh;
        width: 100%;
    }
    #main-background #motion-mobile-bg {
        position: fixed;
        height: 100vh;
        width: 100%;
        background: url("./bg_motion_mobile_cools-min.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        z-index: -2;
        top: 53px;
        display: none;
    }
    #mobile-motion-window {
        height: 100vh;
        background: #f5f5f5;
    }
	.carousel {
		overflow-x: scroll;
	    width: 100vw;
	    max-width: unset;
	}
	.carousel img {
		width: unset;
	    max-width: 155px;
    	max-height: 50px;
	}
	#strategy {
		/*margin-top: 51px;*/
        margin-top: 0px;
        padding-top: 121px;
        background: #fff;
        z-index: 5;
        position: relative;
	}
	.landing .subtitle {
		font-size: 26px;
		line-height: 38px;
	}
	p.list {
		flex-direction: column;
		align-items: flex-start;
		font-size: 16px;
	}
	p.list:before {
		margin-bottom: 12px;
	}
	.py-block {
		padding-top: 70px;
		padding-bottom: 70px;
		overflow-x: hidden;
	}
	.mob-w-100 {
		width: 100%;
	}
	#analytics img {
		/*height: 50vh;*/
		/*width: auto;*/
        width: 100vw;
	}
	.container {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	#strategy img, .publishers-page #activation img {
		width: 130%;
		margin-left: -15%;
	}
	.giant-number {
	    font-size: 70px;
    	line-height: 70px;
	}
    .giant-x {
        font-size: 200px;
        line-height: 150px;
    }
    .content {
        background: #F8F8F8;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    h1 {
        text-align: center;
    }
    .carousel-gif {
        width: 100vw;
    }
    #partners {
        background: #F4F4F4;
        color: #323337;
    }
    .w-only-sm-100 {
        width: 100%;
    }
}

/*arrows scroll down*/

/*size 76px*/
/*speed 3s*/
/*peakopacity 0.7*/
#scroll-down {
    position: fixed;
    bottom: 10px;
}
.arrows {
    /*position: relative;*/
    /*position: absolute;*/
    left: 50%;
    /**/
    width: 15px;
    height: 15px;
    transform: translate(0%, -50%);
}
.arrows:before {
    content: '';
    position: absolute;
    width:100%;
    height:100%;
    border-left: 2px solid rgba(0,0,0,0.7);
    border-bottom: 2px solid rgba(0,0,0,0.7);
    transform:translate(0px, 0px)rotate(-45deg);
    animation: arrows 3s ease-in-out infinite;
}
/*.arrows:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width:100%;*/
/*    height:100%;*/
/*    border-left: 2px solid rgba(0,0,0,0.7);*/
/*    border-bottom: 2px solid rgba(0,0,0,0.7);*/
/*    transform:translate(0px,0px)rotate(-45deg) ;*/
/*    animation: arrows 3s linear infinite -1.5s;*/
/*}*/

@keyframes arrows {
    0% {
        /*border-left:26.66px solid rgba(0,0,0,0);*/
        /*border-bottom:26.66px solid rgba(0,0,0,0);*/
        border-color: rgba(0,0,0,0);
        transform:translate(0px, -20px)rotate(-45deg) ;
    }
    20%, 80% {
        /*border-left:26.66px solid rgba(0,0,0,0);*/
        /*border-bottom:26.66px solid rgba(0,0,0,0);*/
        /*border-color: rgba(0,0,0,0);*/
    }
    18%, 85% {
        /*border-left:26.66px solid rgba(0,0,0,0.7);*/
        /*border-bottom:26.66px solid rgba(0,0,0,0.7);*/
        border-color: rgba(0,0,0,0.7);
        transform:translate(0px,0px)rotate(-45deg) ;
    }
    100% {
        /*border-left:26.66px solid rgba(0,0,0,0);*/
        /*border-bottom:26.66px solid rgba(0,0,0,0);*/
        border-color: rgba(0,0,0,0);
        transform:translate(0px, 20px)rotate(-45deg) ;
    }
}
