@charset "UTF-8";
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */


@font-face {
	font-family: Galano Grotesque Alt;
	src: url("../fonts/384EE6_0_0.eot");
	src: url("../fonts/384EE6_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/384EE6_0_0.woff2") format("woff2"), url("../fonts/384EE6_0_0.woff") format("woff");
	font-style: normal;
	font-weight: 700
}

@font-face {
	font-family: Galano Grotesque Alt;
	src: url("../fonts/384EE6_1_0.eot");
	src: url("../fonts/384EE6_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/384EE6_1_0.woff2") format("woff2"), url("../fonts/384EE6_1_0.woff") format("woff");
	font-weight: 500
}

@font-face {
	font-family: Galano Grotesque Alt;
	src: url("../fonts/384EE6_2_0.eot");
	src: url("../fonts/384EE6_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/384EE6_2_0.woff2") format("woff2"), url("../fonts/384EE6_2_0.woff") format("woff");
	font-weight: 400
}



.g {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -11px;
    margin-right: -11px;
}

.container--slim {
    max-width: 1119px;
}

.features__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.g50 {
    width: 50%;
}

.features__col {
    height: 400vh;
    padding-top: 50vh;
    padding-bottom: 0;
}

.g__col {
    padding-left: 11px;
    padding-right: 11px;
}

.features__block {
    margin-bottom: 50px;
    position: relative;
    display: block;
}

.features__block--active .features__title {
    color: #000;
    font-weight: 700;
}

.features__title {
    margin-bottom: 0;
    color: #ccd3dd;
    font-weight: 500;
    -webkit-transition: font-weight .4s cubic-bezier(.165, .84, .44, 1), color .4s cubic-bezier(.165, .84, .44, 1), font-size .4s cubic-bezier(.165, .84, .44, 1);
    transition: font-weight .4s cubic-bezier(.165, .84, .44, 1), color .4s cubic-bezier(.165, .84, .44, 1), font-size .4s cubic-bezier(.165, .84, .44, 1);
    will-change: font-weight, color, font-size;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}




.features__text {
    margin-bottom: 0;
}


