@charset "UTF-8";@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500&display=swap");a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;vertical-align:baseline;border:0;font:inherit;font-size:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}button{margin:0;padding:0;background:none}.button{display:block;padding:20px 50px;color:#fff;border-radius:10px;background-color:#8989e9;font-size:24px;font-weight:700}@media only screen and (max-width:574px){.button{font-size:20px;font-weight:500}}body{position:relative;color:#323434;font-size:16px;line-height:1.5;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}button:focus{outline:none}button:focus>a{-webkit-box-shadow:0 0 15px #0462ff;box-shadow:0 0 15px #0462ff}a:focus{outline:none}.container{position:relative;width:auto;max-width:1170px;margin:0 auto;padding:0 15px}@media (max-width:1200px){.container{max-width:1140px}}@media (max-width:992px){.container{max-width:960px}}@media (max-width:768px){.container{max-width:720px}}@media (max-width:576px){.container{max-width:540px}}.title{position:relative;width:100%;margin-bottom:100px;text-align:center;color:#636464;font-size:23px;font-weight:500}.title:before{position:absolute;bottom:-10px;left:50%;width:100px;height:5px;content:"";-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#8989e9}@media only screen and (max-width:1023px){.main{overflow:hidden}}@media only screen and (max-width:768px){.main{padding-top:50px}.main>section{overflow:hidden}}.header{position:-webkit-sticky;position:sticky;z-index:99999;top:0;-webkit-transition:all .2s ease;transition:all .2s ease;background-color:#fff}.header__burger{display:none}.header__logo{width:141px;height:27px}.header__container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:33px 0}.header__container,.header__nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.header__nav-list{margin:0;padding-right:0;padding-left:0}.header__nav-item{margin:0 70px 0 0;padding-left:0;list-style:none;line-height:1.5}.header__nav-item:last-child{margin-right:0}.header__nav-item>a{position:relative;text-decoration:none;color:#323434;border-radius:10px;font-size:20px}.header__nav-item>a:before{position:absolute;bottom:-5px;width:0;height:5px;content:"";-webkit-transition:all .1s linear;transition:all .1s linear;background-color:#8989e9}.header__nav-item>a:hover{text-decoration:none}.header__nav-item>a:hover:before{width:100%}.header__nav-item>a:hover:last-child{margin-right:0}.header__nav-item>a:focus-within:before{width:100%}.blog .header__nav-item:nth-last-child(3)>a:before,.cases .header__nav-item:first-child>a:before,.contact .header__nav-item:last-child>a:before{width:100%}.cases .header--noFill{background-color:transparent}.cases .header--fill{background-color:#fff}.cases .header__nav-bg{background-color:transparent}@media only screen and (max-width:1280px){.header__container{padding:33px 15px}}@media only screen and (max-width:768px){.header{position:fixed;z-index:999;width:100vw}.header__burger,.header__logo{position:relative;z-index:10}.header__burger{display:-webkit-box;display:-ms-flexbox;display:flex;width:25px;cursor:pointer}.header__burger-box{position:absolute;right:25px}.header__container{position:relative;z-index:10;padding:33px 15px}.header__nav{position:absolute;left:0;width:100%}.header__nav-bg{z-index:5;top:-33px;width:120%;height:100px;background:#fff}.header__nav-bg,.header__nav-list{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.header__nav-list{z-index:-1;top:-500px;overflow:hidden;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100vw;padding:20px;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;color:#fff;background-color:#8989e9}.header__nav-list--active{z-index:9;top:-33px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:60px 0 30px}.header__nav-item{margin:0 auto 20px}.header__nav-item:last-child{margin:0 auto}.header__nav-item>a{color:#fff}.default .header__nav-list{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@media only screen and (max-width:575px){.header__nav-list{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.burger-menu{position:relative;z-index:10;display:none;width:30px;height:30px;cursor:pointer;border-radius:50%}.burger-menu span,.burger-menu span:after,.burger-menu span:before{position:absolute;display:block;width:20px;height:3px;content:"";-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;border-radius:20px;background-color:#8989e9}.burger-menu span{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.burger-menu span:before{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.burger-menu span:after{-webkit-transform:translateY(5px);transform:translateY(5px)}.burger-menu--active span{height:0}.burger-menu--active span:before{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.burger-menu--active span:after{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.burger-menu--active span:after,.burger-menu--active span:before{background-color:#fff}@media only screen and (max-width:768px){.burger-menu{position:absolute;right:25px;display:block}}.lead-generation{padding-top:50px;padding-bottom:100px}.lead-generation__title{margin-bottom:15px;color:#8989e9;font-size:55px;font-weight:600}.lead-generation__description{width:100%;max-width:565px;margin-bottom:70px;font-size:23.5px;font-weight:300;line-height:42px}.lead-generation__button{margin-bottom:150px}.lead-generation__picture{position:absolute;right:0;bottom:0;width:70%;height:auto}.lead-generation__picture>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:1280px){.lead-generation{overflow:hidden}}@media only screen and (max-width:1023px){.lead-generation__title{text-align:center}.lead-generation__description{text-align:center;margin:0 auto 70px}.lead-generation__picture{width:100%;position:relative}.lead-generation__picture>svg{max-width:800px;margin:0 auto 20px;display:block}.lead-generation__button{margin:0 auto;display:block}}@media only screen and (max-width:575px){.lead-generation{padding-bottom:50px}.lead-generation__container{text-align:center}.lead-generation__title{font-size:30px;line-height:29px}.lead-generation__description{margin-bottom:35px;font-size:16px;line-height:24px}.lead-generation__picture{position:relative;width:100%;margin-bottom:20px}.lead-generation__button{margin-bottom:40px}.lead-generation__button-link{padding:10px 31px}}.sales-boost__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:160px}.sales-boost__source{position:relative;-webkit-box-flex:1;-ms-flex:1 1 25%;flex:1 1 25%}.sales-boost__source:first-child:before,.sales-boost__source:nth-child(3):before{position:absolute;top:55px;right:0;width:35px;height:35px;content:"";-webkit-transform:rotate(60deg);transform:rotate(60deg);background-image:url(https://datarob.com/footprint.c24b275e.svg)}.sales-boost__source:first-child:after,.sales-boost__source:nth-child(3):after{right:-40px;-webkit-transform:rotate(125deg);transform:rotate(125deg)}.sales-boost__source:first-child:after,.sales-boost__source:nth-child(2):before,.sales-boost__source:nth-child(3):after{position:absolute;top:100px;width:35px;height:35px;content:"";background-image:url(https://datarob.com/footprint.c24b275e.svg)}.sales-boost__source:nth-child(2):before{right:0;-webkit-transform:rotate(60deg);transform:rotate(60deg)}.sales-boost__source:nth-child(2):after{position:absolute;top:55px;right:-40px;width:35px;height:35px;content:"";-webkit-transform:rotate(125deg);transform:rotate(125deg);background-image:url(https://datarob.com/footprint.c24b275e.svg)}.sales-boost__source:nth-child(2) .sales-boost__source-picture>img{position:relative;left:20px}.sales-boost__source:nth-child(4) .sales-boost__source-picture>img{position:relative;left:30px}.sales-boost__source-image{display:block;height:170px;margin:0 auto 15px}.sales-boost__source-title{width:100%;text-align:center;letter-spacing:4.5px;font-size:22.5px;font-weight:700}.sales-boost__cold-calling{height:193px}@media only screen and (max-width:1022px){.sales-boost__source{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;margin-bottom:40px}.sales-boost__source:after,.sales-boost__source:before{content:none!important}.sales-boost__source-image{height:120px}}@media only screen and (max-width:574px){.sales-boost__box{margin-bottom:50px}.sales-boost__source{display:-webkit-box;display:-ms-flexbox;display:flex}.sales-boost__source-image{height:120px}}.local-lead__title{margin-bottom:60px}.local-lead__list{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:1000px;margin:0 auto 70px}.local-lead__item-wrapper{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%}.local-lead__item-wrapper:first-child{margin-bottom:170px}.local-lead__item-wrapper:nth-child(2n+2){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.local-lead__item-box{width:100%;max-width:265px}.local-lead__img-block{display:block;width:90px;height:90px;margin:0 auto}.local-lead__title-block{margin-bottom:20px;text-align:center;letter-spacing:2.25px;text-transform:uppercase;color:#636464;font-weight:700;font-size:22.5px}.local-lead__description-block{text-align:center;color:#323434;font-weight:300;font-size:19.5px}.local-lead__background{position:absolute;top:50%;left:50%;width:510px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width:1022px){.local-lead__background{width:280px}}@media only screen and (max-width:574px){.local-lead__background{display:none}.local-lead__item-box{margin:0 auto}.local-lead__item-wrapper{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.local-lead__item-wrapper:first-child{margin-bottom:40px}.local-lead__item-wrapper:first-child,.local-lead__item-wrapper:nth-child(2n+2){-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.how-it__box{margin-bottom:90px}.how-it__img{width:365px}.how-it__img-box{width:50%}.how-it__step{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.how-it__step:nth-child(2n){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.how-it__step-item{position:absolute;top:50%;left:-75px;min-width:195px;min-height:200px;-webkit-transform:rotate(180deg) translateY(50%);transform:rotate(180deg) translateY(50%);text-align:center;opacity:.42;color:#8989e9;font-size:45px;font-weight:500;-webkit-writing-mode:tb-rl;-ms-writing-mode:tb-rl;writing-mode:tb-rl}.how-it__step-box{position:relative}.how-it__title-step{margin-bottom:29px;text-transform:uppercase;color:#636464;font-size:22px;font-weight:500}.how-it__description{color:#323434;font-size:18px;font-weight:300;line-height:1.89}.how-it__content-box{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:calc(50% - 90px);padding-right:90px}@media only screen and (max-width:1350px){.how-it__step-item{left:0}.how-it__content-box{width:50%;padding-right:0}.how-it__text-box{padding-left:100px}}@media only screen and (max-width:1023px){.how-it__step-item{left:0}.how-it__text-box{margin-bottom:70px}}@media only screen and (max-width:575px){.how-it__step{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:40px}.how-it__step-box{margin-bottom:10px}.how-it__step-item{position:static;min-width:auto;min-height:auto;-webkit-transform:rotate(0);transform:rotate(0);font-size:16px;line-height:20px;-webkit-writing-mode:inherit;-ms-writing-mode:inherit;writing-mode:inherit}.how-it__text-box{padding-left:0}.how-it__content-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;padding-left:0;text-align:center}.how-it__title-step{margin-bottom:15px;font-size:16px;line-height:20px}.how-it__description{font-size:16px;line-height:24px}.how-it__img{width:auto}.how-it__img-box{width:100%}}.premium-lead{margin-bottom:50px}.premium-lead__title{margin-bottom:35px}.premium-lead__description{max-width:715px;margin:0 auto 30px;text-align:center;color:#323434;font-size:19.5px;font-weight:300}.premium-lead__steps{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.premium-lead__step-item,.premium-lead__steps{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.premium-lead__step-item{position:relative;-webkit-box-flex:1;-ms-flex:1 1 33%;flex:1 1 33%;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.premium-lead__step-item:first-child{top:-30px}.premium-lead__step-item:nth-child(2){top:-130px;left:10px}.premium-lead__step-item:nth-child(3){top:-230px}.premium-lead__step-title{text-align:center;color:#8989e9;font-size:90px;font-weight:500}.premium-lead__step-description{max-width:280px;margin:0 auto;text-align:center;color:#636464;font-size:18px;font-weight:300}.premium-lead__step-img{display:none}@media only screen and (max-width:1023px){.premium-lead__description{margin:0 auto 100px}.premium-lead__background{display:none}.premium-lead__steps{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.premium-lead__step-item:nth-child(2),.premium-lead__step-item:nth-child(3){top:0}}@media only screen and (max-width:575px){.premium-lead__steps{position:relative}.premium-lead__steps:after{position:absolute;top:130px;left:-45px;display:block;width:100%;height:215px;content:"";background:url(https://datarob.com/premium-lead-cat.922dde9f.svg) no-repeat 50%}.premium-lead__step-item:not(:last-child){margin-bottom:140px}.premium-lead__step-item:first-child,.premium-lead__step-item:nth-child(3){-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.premium-lead__step-item:first-child .premium-lead__step-description,.premium-lead__step-item:first-child .premium-lead__step-title,.premium-lead__step-item:nth-child(3) .premium-lead__step-description,.premium-lead__step-item:nth-child(3) .premium-lead__step-title{text-align:left}.premium-lead__step-item:nth-child(2){left:0;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.premium-lead__step-item:nth-child(2) .premium-lead__step-description,.premium-lead__step-item:nth-child(2) .premium-lead__step-title{text-align:right}.premium-lead__step-title{margin-bottom:20px;font-size:48px;line-height:24px}.premium-lead__step-description{max-width:230px;margin:0}.premium-lead__step-img{position:absolute;display:block}.premium-lead__step-img:first-of-type{top:10px;right:5%}.premium-lead__step-img:nth-of-type(2){top:90px;right:20%}.premium-lead__step-img:nth-of-type(3){top:380px;left:15%;-webkit-transform:rotate(20deg);transform:rotate(20deg)}.premium-lead__step-img:nth-of-type(4){top:480px;left:5%;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.premium-lead__step-img:nth-of-type(5){top:560px;left:30%;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.premium-lead__step-img:nth-of-type(6){top:610px;right:30%;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.premium-lead__step-img:nth-of-type(7){top:750px;right:5%;-webkit-transform:rotate(20deg);transform:rotate(20deg)}}.next{margin-bottom:150px}.next__title{margin-bottom:35px}.next__description{max-width:490px;margin:0 auto 35px;text-align:center;font-size:20px;line-height:34px}.next__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.next__cube{position:absolute;width:230px;height:230px}.next__animals{position:relative;width:100%;max-width:426px;padding:60px 45px 85px;border:6px solid #8989e9;border-radius:10px}.next__animals-title{position:relative;margin-bottom:40px;color:#636464;font-size:23.5px;font-weight:700}.next__animals-title:before{position:absolute;bottom:-20px;left:0;width:100px;height:3px;content:"";background-color:#8989e9}.next__animals.next__free-box>.next__animals-svg{position:absolute;z-index:5;bottom:-125px;left:-65px;width:250px}.next__animals.next__free-box>.next__cube{top:-50px;left:-50px;border:dotted #faca00;border-width:8px 0 0 8px}.next__animals.next__free-box:before{position:absolute;bottom:0;left:-7px;width:8px;height:90px;content:"";background-color:#fff}.next__animals.next__free-box:after{position:absolute;z-index:2;bottom:-7px;left:-6px;width:170px;height:8px;content:"";background-color:#fff}.next__animals.next__start-width>.next__animals-svg{position:absolute;z-index:5;right:-65px;bottom:-125px;width:250px}.next__animals.next__start-width>.next__cube{top:-50px;right:-50px;border:dotted #faca00;border-width:8px 8px 0 0}.next__animals.next__start-width:before{position:absolute;right:-7px;bottom:0;width:8px;height:90px;content:"";background-color:#fff}.next__animals.next__start-width:after{position:absolute;z-index:2;right:-6px;bottom:-7px;width:170px;height:8px;content:"";background-color:#fff}.next__animals-description{color:#636464;font-size:16px;font-weight:300;line-height:30px}@media only screen and (max-width:1280px){.next__box{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.next__cube{display:none}.next__animals{max-width:340px;margin:0 10px;padding:30px 25px 65px}}@media only screen and (max-width:768px){.next__box{margin-bottom:90px}}@media only screen and (max-width:575px){.next__box{-ms-flex-wrap:wrap;flex-wrap:wrap}.next__animals{margin-bottom:110px}.next__animals:last-child{margin-bottom:0}}.form{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:600px}.form__input{margin-bottom:30px;padding:15px 25px;color:#323434;border:3px solid rgba(137,137,233,.5);border-radius:10px;font-size:18px;font-weight:400}.form__input:focus{outline:none;-webkit-box-shadow:0 0 15px #0462ff;box-shadow:0 0 15px #0462ff}.form__input::-webkit-input-placeholder{color:rgba(45,45,45,.5);font-size:16px;font-family:Quicksand,sans-serif;font-weight:400}.form__input::-moz-placeholder{color:rgba(45,45,45,.5);font-size:16px;font-family:Quicksand,sans-serif;font-weight:400}.form__input:-ms-input-placeholder{color:rgba(45,45,45,.5);font-size:16px;font-family:Quicksand,sans-serif;font-weight:400}.form__input::-ms-input-placeholder{color:rgba(45,45,45,.5);font-size:16px;font-family:Quicksand,sans-serif;font-weight:400}.form__input::placeholder{color:rgba(45,45,45,.5);font-size:16px;font-family:Quicksand,sans-serif;font-weight:400}.form__number{-moz-appearance:textfield}.form__number::-webkit-inner-spin-button,.form__number::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.form__country,.form__email,.form__name,.form__number{width:calc(40% - 15px)}.form__company,.form__message{width:100%}.form__attach{position:absolute;z-index:0;top:-3px;left:-50px;height:40px;padding-top:15px;cursor:pointer;color:#636464;border-radius:90% 65% 76% 97%;font-size:16px;font-weight:400}.form__attach::-webkit-file-upload-button{visibility:hidden}.form__attach:focus{outline:none}.form__attach-wrapper{position:relative;overflow:hidden;margin-bottom:30px;padding:10px 230px 0 0}.form__new-btn{position:relative;z-index:2;top:-10px;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:45px;height:45px;cursor:pointer;border-radius:50%;background-color:#8989e9}.form__new-btn:focus{outline:none;-webkit-box-shadow:0 0 15px #0462ff;box-shadow:0 0 15px #0462ff}.form__new-btn>img{height:22px}.form__submit{width:100%;border:none;-webkit-appearance:none}.form>label{position:absolute;opacity:0}.production .form__country,.production .form__email,.production .form__name,.production .form__number{width:calc(50% - 15px)}@media only screen and (max-width:575px){.form__country,.form__email,.form__name,.form__number{width:100%}}.tns-outer{padding:0!important}.tns-outer [hidden]{display:none!important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:"";display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-gallery,.tns-no-calc{position:relative;left:0}.tns-gallery{min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s,opacity 0s;-webkit-transition:opacity 0s,-webkit-transform 0s;transition:opacity 0s,-webkit-transform 0s;transition:transform 0s,opacity 0s;transition:transform 0s,opacity 0s,-webkit-transform 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto!important}.tns-gallery>.tns-moving{-webkit-transition:all .25s;transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity .6s;transition:opacity .6s;opacity:.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-fadeOut,.tns-normal{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333333%;width:2333.33333%;position:absolute;right:0}.tns-t-ct:after{content:"";display:table;clear:both}.tns-t-ct>div{width:1.4285714286%;width:1.42857%;height:10px;float:left}.contact-slider{display:block}.contact-slider__slide{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contact-slider__slide-image{position:relative;display:block;width:120px;height:120px;margin:0 auto 40px;padding-top:20px}.contact-slider__slide-image>img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover}.contact-slider__slide-image:before{position:absolute;z-index:-1;bottom:0;left:0;width:121px;height:121px;content:"";border:3px solid #faca00;border-radius:50%}.contact-slider__slide-name{max-width:440px;margin:0 auto 50px;text-align:center;text-transform:uppercase;color:#636464;font-size:19px;font-weight:700}.contact-slider__slide-description{position:relative;max-width:440px;margin:0 auto 65px;text-align:center;color:#636464;font-size:16px;font-weight:300}.contact-slider__slide-description:before{top:-60px;left:0}.contact-slider__slide-description:after,.contact-slider__slide-description:before{position:absolute;content:"“";color:rgba(137,137,233,.38);font-size:67px;font-weight:700}.contact-slider__slide-description:after{right:0;bottom:-90px}.tns-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tns-nav>button,.tns-nav>button.tns-nav-active{width:11px;height:11px;margin:0 15px;border:2px solid #8989e9;border-radius:50%}.tns-nav>button.tns-nav-active{background-color:#8989e9}.tns-slider{-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-ms-touch-action:pan-y;touch-action:pan-y}.contact{margin-bottom:100px}.contact__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.contact__wrapper>div{position:relative;max-width:50%;padding-bottom:50px}body.contact{margin-bottom:0}@media only screen and (max-width:1023px){.contact__wrapper>div{max-width:100%;margin:0 auto}}.leadGenerationBlog{padding:100px 0 0}.leadGenerationBlog__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.leadGenerationBlog__box{width:100%}.leadGenerationBlog__box-image{height:400px}.leadGenerationBlog__title{position:relative;margin-bottom:60px;color:#8989e9;font-family:Quicksand,sans-serif;font-size:28px;font-weight:600;line-height:1}.leadGenerationBlog__title:after{position:absolute;bottom:-30px;left:0;width:100px;height:5px;content:"";background-color:#8989e9}.leadGenerationBlog__description{width:100%;max-width:510px;margin-bottom:20px;color:#141414;font-size:22px;font-weight:300;font-family:Quicksand,sans-serif}.blog .leadGenerationBlog__container{margin:0;padding:0}@media only screen and (min-width:1023px){.leadGenerationBlog__box{width:100%}}@media only screen and (min-width:768px){.leadGenerationBlog__title{font-size:55px}.leadGenerationBlog__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50%;margin-bottom:20px}.leadGenerationBlog__img{width:100%}}@media only screen and (min-width:1023px){.leadGenerationBlog__description{width:100%}.leadGenerationBlog__box{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (min-width:1280px){.leadGenerationBlog{padding:50px 0 0}.leadGenerationBlog__box-description{width:50%}.leadGenerationBlog__box-image{position:absolute;top:30px;right:-252px;width:70%;height:100%}}@media only screen and (max-width:768px){.leadGenerationBlog__box{width:100%}.leadGenerationBlog__box-description{text-align:center}.leadGenerationBlog__title{font-size:30px}.leadGenerationBlog__title:after{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.leadGenerationBlog__description{margin:0 auto 20px}}.subscribe{padding:50px 15px}.subscribe__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:70px 20px;border-radius:10px;background-color:#f6f6fd}.subscribe__description{margin-bottom:30px;color:#141414;font-family:Quicksand,sans-serif;font-size:22px;font-weight:400;line-height:1.64}.subscribe__title{margin-bottom:5px;text-align:center;text-transform:uppercase;color:#8989e9;font-family:Quicksand,sans-serif;font-size:40px;font-weight:700}.subscribe__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.subscribe__input{position:relative;width:100%;padding:15px 25px;color:#8989e9;border:3px solid #8989e9;border-radius:10px 10px 0 0;background-color:#f6f6fd;font-family:Quicksand,sans-serif;font-weight:600;font-size:16px}.subscribe__input::-webkit-input-placeholder{padding:0;color:#b9b9b9;font-family:Quicksand,sans-serif;font-weight:500;font-size:16px}.subscribe__input::-moz-placeholder{padding:0;color:#b9b9b9;font-family:Quicksand,sans-serif;font-weight:500;font-size:16px}.subscribe__input:-ms-input-placeholder{padding:0;color:#b9b9b9;font-family:Quicksand,sans-serif;font-weight:500;font-size:16px}.subscribe__input::-ms-input-placeholder{padding:0;color:#b9b9b9;font-family:Quicksand,sans-serif;font-weight:500;font-size:16px}.subscribe__input::placeholder{padding:0;color:#b9b9b9;font-family:Quicksand,sans-serif;font-weight:500;font-size:16px}.subscribe__input:focus{border:3px dashed #00f;outline:none}.subscribe__submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:46px;letter-spacing:.8px;color:#fff;border:3px solid #8989e9;border-radius:0 0 10px 10px;background-color:#8989e9;font-family:Quicksand,sans-serif;font-size:16px;font-weight:600}.subscribe__submit:focus{border:3px dashed #00f;border-radius:0 10px 10px 0;outline:none}@media only screen and (min-width:768px){.subscribe__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:34px 0}.subscribe__title{width:100%;margin-right:0;margin-bottom:10px;text-align:center;font-size:35px}.subscribe__description{width:100%;max-width:455px;margin:0 30px}.subscribe__form{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.subscribe__box,.subscribe__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-direction:normal;width:100%}.subscribe__box{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;max-width:430px}.subscribe__input{max-width:240px;margin-bottom:15px;border-radius:5px}.subscribe__submit{max-width:130px;height:56px;border-radius:5px}}@media only screen and (min-width:1023px){.subscribe__description{margin-bottom:0}.subscribe__form{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.subscribe__box{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.subscribe__title{width:auto;margin-right:0;margin-bottom:0}.subscribe__input{margin-bottom:0;border-radius:10px 0 0 10px}.subscribe__submit{border-radius:0 10px 10px 0}}@media only screen and (min-width:1280px){.subscribe__title{margin-right:100px}.subscribe__form{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width:768px){.subscribe__title{font-size:20px}.subscribe__box{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.subscribe__input{max-width:220px;margin-bottom:15px;padding:8px 11px;border-radius:5px}.subscribe__submit{max-width:115px;height:28px;border-radius:5px;font-size:14px}}.blog__box{max-width:1200px;margin:0 auto}.default .leadGenerationBlog__container{padding:15px}.post-feed{padding:40px 15px 0!important}.post-card-excerpt p{font-size:16px;line-height:26px}.post-card__reading-time{text-transform:lowercase!important;color:#8989e9!important;font-family:Quicksand,sans-serif;font-weight:500!important;font-size:20px!important}.post-card-title{font-size:18pt!important}.post-title{font-size:18pt}.footer{position:relative;padding:60px 0;color:#fff;background-color:#323434}.footer:before{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;content:"";background-color:#8989e9}.footer__container{position:relative;z-index:5;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer__container,.footer__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__wrapper{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:280px}.footer__wrapper:last-child{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.footer__logo{width:148px;height:28px;margin-bottom:40px}.footer__phone-icon{width:23px}.footer__phone-link{display:block;width:100%;letter-spacing:.9px;color:#fff}.footer__phone-wrapper{margin-bottom:25px}.footer__map-icon{width:19px}.footer__map-link{display:block;width:100%;margin-bottom:5px;color:#fff}.footer__map-link:last-child{margin-bottom:0}.footer__item{margin-bottom:20px;list-style:none}.footer__item-link{text-transform:capitalize;color:#fff;font-size:18px;font-weight:700}.footer__item:last-child{margin-bottom:0}.footer__icon-box .footer__noindex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:150px}.footer__icon-link{margin-right:30px;margin-bottom:30px}.footer__icon-circle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;border:2px solid #fff;border-radius:50%}.footer__icon-svg{height:18px}.footer__lead-generation>a,.footer__lead-generation>p{display:block;text-align:right;color:#fff}.footer__regulations-link{text-decoration:underline;color:#fff}.footer__regulations-link:first-child{margin-right:25px}.footer__mail{font-size:24px}@media only screen and (max-width:1280px){.footer__wrapper{max-width:calc(33% - 22px);margin-bottom:40px;padding-right:30px}.footer__wrapper,.footer__wrapper:last-child{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer__wrapper:last-child{padding-right:0}.footer__icon-box{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.footer__icon-box .footer__noindex{max-width:118px}.footer__icon-link:nth-child(2n){margin-right:0}}@media only screen and (max-width:575px){.footer{overflow:hidden;padding:60px 0 0}.footer__wrapper{max-width:100%}.footer__wrapper,.footer__wrapper:last-child{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__map-icon,.footer__phone-icon{margin-right:10px}.footer__map-wrapper,.footer__phone-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer__item{text-align:center}.footer__map-icon{position:relative;top:-6px}.footer__map-link{margin-bottom:20px}.footer__lead-generation>p{text-align:center}.footer__icon-box{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer__icon-link:nth-child(2n){margin-right:0}}a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}img{max-width:100%}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Quicksand,sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}a{background-color:transparent}a:active,a:hover{outline:0}b,strong{font-weight:700}dfn,em,i{font-style:italic}h1{margin:.67em 0;font-size:2em}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}mark{background-color:#fdffb6}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;color:inherit;font:inherit}button{overflow:visible;border:none}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input:focus{outline:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}legend{padding:0;border:0}textarea{overflow:auto}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}html{overflow-y:scroll;font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body,html{overflow-x:hidden}body{color:#3c484e;font-family:Quicksand,sans-serif;font-size:1.5rem;line-height:1.6em;font-weight:400;font-style:normal;letter-spacing:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-font-feature-settings:"liga" on}::-moz-selection{text-shadow:none;background:#cbeafb}::selection{text-shadow:none;background:#cbeafb}hr{position:relative;display:block;width:100%;margin:2.5em 0 3.5em;padding:0;height:1px;border:0;border-top:1px solid #e3e9ed}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{margin:0;padding:0;border:0}textarea{resize:vertical}blockquote,dl,ol,p,ul{margin:0 0 1.5em}ol,ul{padding-left:1.3em;padding-right:1.5em}ol ol,ol ul,ul ol,ul ul{margin:.5em 0 1em}ul{list-style:disc}ol{list-style:decimal}ol,ul{max-width:100%}li{margin:.5em 0;padding-left:.3em;line-height:1.6em}dt{float:left;margin:0 20px 0 0;width:120px;color:#15171a;font-weight:500;text-align:right}dd{margin:0 0 5px;text-align:left}blockquote{margin:1.5em 0;padding:0 1.6em;border-left:.5em solid #e5eff5}blockquote p{margin:.8em 0;font-size:1.2em;font-weight:300}blockquote small{display:inline-block;margin:.8em 0 .8em 1.5em;font-size:.9em;opacity:.8}blockquote small:before{content:"\2014 \00A0"}blockquote cite{font-weight:700}blockquote cite a{font-weight:400}a{color:#26a8ed;text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{margin-top:0;line-height:1.15;font-weight:700;text-rendering:optimizeLegibility}h1{margin:0 0 .5em;font-size:5rem;font-weight:700}@media (max-width:500px){h1{font-size:2.2rem}}h2{margin:1.5em 0 .5em;font-size:3rem}@media (max-width:500px){h2{font-size:3rem}}h3{margin:1.5em 0 .5em;font-size:1.8rem;font-weight:600}@media (max-width:500px){h3{font-size:1.7rem}}h4{margin:1.5em 0 .5em;font-size:1.6rem;font-weight:500}h5,h6{margin:1.5em 0 .5em;font-size:1.4rem;font-weight:500}body{background:#fff}.img{display:block;width:100%;height:100%;background-position:50%;background-size:cover;border-radius:100%}.hidden{visibility:hidden;position:absolute;text-indent:-9999px}.site-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.site-main{z-index:100;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.outer{position:relative;padding:0 4vw}.inner{margin:0 auto;max-width:1040px;width:100%}@media (min-width:900px){.author-template .post-feed,.home-template .post-feed,.tag-template .post-feed{margin-top:-70px;padding-top:0}.home-template .site-nav{position:relative;top:0}}.site-header{position:relative;padding-top:5px;padding-bottom:175px;color:#fff;background:#090a0b no-repeat 50%;background-size:cover}.site-header:before{bottom:0;background:rgba(0,0,0,.18)}.site-header:after,.site-header:before{content:"";position:absolute;top:0;right:0;left:0;z-index:10;display:block}.site-header:after{bottom:auto;height:80px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(transparent));background:linear-gradient(rgba(0,0,0,.1),transparent)}.site-header.no-image:after,.site-header.no-image:before{display:none}.site-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-box-align:left;-ms-flex-align:left;align-items:left;padding:10vw 4vw;min-height:100px;max-height:450px;text-align:left}.site-title{z-index:10;margin:0;padding:0;font-size:4.8rem;font-weight:700}.site-logo{max-height:45px}.site-description{z-index:10;margin:0;padding:5px 0;font-size:2.2rem;font-weight:300;letter-spacing:.5px;opacity:.8}@media (max-width:500px){.site-title{font-size:3rem}.site-description{font-size:1.8rem}}.site-nav{position:relative;z-index:300;-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:40px;font-size:1.6rem;color:#817f7d}.site-nav,.site-nav-left{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-y:hidden}.site-nav-left{-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-right:10px;padding-bottom:80px;letter-spacing:.4px;white-space:nowrap;-ms-overflow-scrolling:touch}.site-nav-logo{-ms-flex-negative:0;flex-shrink:0;display:block;margin-right:24px;padding:11px 0;color:#fff;font-size:1.7rem;line-height:1em;font-weight:700;letter-spacing:-.5px}.site-nav-logo:hover{text-decoration:none}.site-nav-logo img{display:block;width:auto;height:3rem}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 0 -12px;padding:0;list-style:none}.nav li{padding:0;text-transform:uppercase}.nav li,.nav li a{display:block;margin:0}.nav li a{padding:10px 12px;color:#fff;opacity:.8}.nav li a:hover{text-decoration:none;opacity:1}.site-nav-right{height:40px}.site-nav-right,.social-links{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.social-links a:last-of-type{padding-right:20px}.social-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:10px;color:#fff;opacity:.8}.social-link:hover{opacity:1}.social-link svg{height:1.8rem;fill:#fff}.social-link-fb svg{height:1.5rem}.social-link-wb svg{height:1.6rem}.social-link-wb svg path{stroke:#fff}.social-link-rss svg{height:1.9rem}.subscribe-button{display:block;padding:4px 10px;border:1px solid #fff;color:#fff;font-size:1.2rem;line-height:1em;border-radius:10px;opacity:.8}.subscribe-button:hover{text-decoration:none;opacity:1}.rss-button{opacity:.8}.rss-button:hover{opacity:1}.rss-button svg{margin-bottom:1px;height:2.1rem;fill:#fff}@media (max-width:700px){.site-header{padding-right:0;padding-left:0}.site-nav-left{margin-right:0;padding-left:4vw}.site-nav-right{display:none}}.post-feed{position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -20px;padding:40px 0 0}.post-card,.post-feed{display:-webkit-box;display:-ms-flexbox;display:flex}.post-card{-webkit-box-flex:1;-ms-flex:1 1 300px;flex:1 1 300px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;margin:0 20px 40px;min-height:300px;background:#fff 50%;background-size:cover;border-radius:5px;-webkit-box-shadow:rgba(39,44,49,.06) 8px 14px 38px,rgba(39,44,49,.03) 1px 3px 8px;box-shadow:8px 14px 38px rgba(39,44,49,.06),1px 3px 8px rgba(39,44,49,.03);-webkit-transition:all .5s ease;transition:all .5s ease}.post-card:hover{-webkit-box-shadow:rgba(39,44,49,.07) 8px 28px 50px,rgba(39,44,49,.04) 1px 6px 12px;box-shadow:8px 28px 50px rgba(39,44,49,.07),1px 6px 12px rgba(39,44,49,.04);-webkit-transition:all .4s ease;transition:all .4s ease;-webkit-transform:translate3D(0,-1px,0) scale(1.02);transform:translate3D(0,-1px,0) scale(1.02)}.post-card-image-link{position:relative;display:block;overflow:hidden;border-radius:5px 5px 0 0}.post-card-image{width:100%;height:200px;background:#c5d2d9 no-repeat 50%;-o-object-fit:cover;object-fit:cover}.post-card-content-link{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:block;padding:25px 25px 0;color:#15171a}.post-card-content-link:hover{text-decoration:none}.post-card-tags{display:block;margin-bottom:4px;color:#738a94;font-size:1.2rem;line-height:1.15em;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.post-card-title{margin-top:0}.post-card-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.post-card-excerpt{font-family:Quicksand,sans-serif}.post-card-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:0 25px 25px}.author-profile-image,.avatar-wrapper{display:block;width:100%;height:100%;background:#e3e9ed;border-radius:100%;-o-object-fit:cover;object-fit:cover}.post-card-meta .avatar-wrapper,.post-card-meta .profile-image-wrapper{position:relative}.author-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;margin:0;padding:0;list-style:none}.author-list-item{position:relative;-ms-flex-negative:0;flex-shrink:0;margin:0;padding:0}.author-list-item:first-child{z-index:10}.author-list-item:nth-child(2){z-index:9}.author-list-item:nth-child(3){z-index:8}.author-list-item:nth-child(4){z-index:7}.author-list-item:nth-child(5){z-index:6}.author-list-item:nth-child(6){z-index:5}.author-list-item:nth-child(7){z-index:4}.author-list-item:nth-child(8){z-index:3}.author-list-item:nth-child(9){z-index:2}.author-list-item:nth-child(10){z-index:1}.static-avatar{margin:0 -5px;width:34px;height:34px}.moving-avatar,.static-avatar{display:block;overflow:hidden;border:2px solid #fff;border-radius:100%}.moving-avatar{margin:0 -6px;width:56px;height:56px;-webkit-transition:all .5s cubic-bezier(.4,.01,.165,.99) .7s;transition:all .5s cubic-bezier(.4,.01,.165,.99) .7s}@media (min-width:800px){.author-list:hover .moving-avatar{margin:0;-webkit-transition:all .3s cubic-bezier(.4,.01,.165,.99);transition:all .3s cubic-bezier(.4,.01,.165,.99)}}.author-name-tooltip{position:absolute;bottom:105%;z-index:999;display:block;padding:2px 8px;color:#fff;font-size:1.2rem;letter-spacing:.2px;white-space:nowrap;background:#15171a;border-radius:3px;-webkit-box-shadow:rgba(39,44,49,.08) 0 12px 26px,rgba(39,44,49,.03) 1px 3px 8px;box-shadow:0 12px 26px rgba(39,44,49,.08),1px 3px 8px rgba(39,44,49,.03);opacity:0;-webkit-transition:all .3s cubic-bezier(.4,.01,.165,.99);transition:all .3s cubic-bezier(.4,.01,.165,.99);-webkit-transform:translateY(6px);transform:translateY(6px);pointer-events:none}.author-list-item:hover .author-name-tooltip{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media (max-width:650px){.author-name-tooltip{display:none}}.reading-time{-ms-flex-negative:0;flex-shrink:0;margin-left:20px;color:#738a94;font-size:1.2rem;line-height:33px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}@media (min-width:795px){.post-card-large{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.post-card-large .post-card-image-link{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;border-radius:5px 0 0 5px}.post-card-large .post-card-image{position:absolute;width:100%;height:100%}.post-card-large .post-card-content{-webkit-box-flex:0;-ms-flex:0 1 357px;flex:0 1 357px}.post-card-large h2{font-size:2.6rem}.post-card-large p{font-size:1.8rem;line-height:1.55em}.post-card-large .post-card-content-link{padding:30px 40px 0}.post-card-large .post-card-meta{padding:0 40px 30px}}.home-template .site-header:after{display:none}@media (max-width:650px){.post-feed{padding-top:5vw}.post-card{margin:0 20px 5vw}}.page-template .site-main,.post-template .site-main{padding-bottom:4vw;background:#fff}.post-full{position:relative;z-index:50}.post-full-header{margin:0 auto;padding:6vw 3vw 3vw;max-width:1040px;text-align:left}@media (max-width:500px){.post-full-header{padding:14vw 3vw 10vw}}.post-full-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#738a94;font-size:1.4rem;font-weight:600;text-transform:uppercase}.post-full-meta-date{color:#3eb0ef}.post-full-title{font-size:64px;font-weight:600;line-height:1.5;margin:0;color:#090a0b}.date-divider{display:inline-block;margin:0 6px 1px}.post-full-image{margin:0 -10vw -165px;background:#c5d2d9 50%;border-radius:5px;overflow:hidden}.post-full-image img{width:100%;height:800px;-o-object-fit:cover;object-fit:cover}@media (max-width:1170px){.post-full-image{margin:0 -4vw -100px;border-radius:0}.post-full-image img{height:600px}}@media (max-width:800px){.post-full-image img{height:400px}}.post-full-content{position:relative;margin:0 auto;padding:70px 100px 0;min-height:230px;font-family:Quicksand,sans-serif;font-size:2.2rem;line-height:1.6em;background:#fff}@media (max-width:1170px){.post-full-content{padding:5vw 7vw 0}}@media (max-width:800px){.post-full-content{font-size:1.9rem}}.post-full-content:before{left:-5px;-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}.post-full-content:after,.post-full-content:before{content:"";position:absolute;top:15px;z-index:-1;display:block;width:20px;height:200px;background:rgba(39,44,49,.15);-webkit-filter:blur(5px);filter:blur(5px)}.post-full-content:after{right:-5px;-webkit-transform:rotate(5deg);transform:rotate(5deg)}.no-image .post-full-content{padding-top:0}.no-image .post-full-content:after,.no-image .post-full-content:before{display:none}.footnotes,.post-full-comments,.post-full-content blockquote,.post-full-content dl,.post-full-content h1,.post-full-content h2,.post-full-content h3,.post-full-content h4,.post-full-content h5,.post-full-content h6,.post-full-content ol,.post-full-content p,.post-full-content pre,.post-full-content ul{font-size:24px;line-height:1.5;min-width:100%}.post-full-content ol,.post-full-content p,.post-full-content ul{font-family:Roboto Slab,serif;font-weight:400;font-size:20px;line-height:30px}@media only screnn and (max-width:500px){.post-full-content ol,.post-full-content p,.post-full-content ul{font-size:22px}}.post-full-content li{word-break:break-word}.post-full-content li,.post-full-content li p{font-family:Roboto Slab,serif;font-weight:700;font-size:20px;line-height:36px}.post-full-content li p{margin:0}.post-full-content a{font-family:Roboto Slab,serif;font-weight:400;font-size:20pt;line-height:36pt;color:#000;word-break:break-word;-webkit-box-shadow:#3eb0ef 0 -1px 0 inset;box-shadow:inset 0 -1px 0 #3eb0ef}.post-full-content a:hover{color:#3eb0ef;text-decoration:none}.post-full-content em,.post-full-content strong{font-family:Roboto Slab,serif;font-weight:500;font-size:20pt;line-height:36pt;color:#090a0b}.post-full-content small{display:inline-block;line-height:36pt}.post-full-content li:first-child{margin-top:0}.post-full-content img,.post-full-content video{display:block;margin:1.5em auto;max-width:1040px;height:auto}@media (max-width:1040px){.post-full-content img,.post-full-content video{width:100%}}.post-full-content img[src$="#full"]{max-width:none;width:100vw}.post-full-content img+br+small{display:block;margin-top:-3em;margin-bottom:1.5em;text-align:center}.post-full-content iframe{margin:0 auto!important}.post-full-content blockquote{margin:0 0 1.5em;padding:0 1.5em;border-left:3px solid #3eb0ef}.post-full-content blockquote p{margin:0 0 1em;color:inherit;font-size:inherit;line-height:inherit;font-style:italic}.post-full-content blockquote p:last-child{margin-bottom:0}.post-full-content code{padding:0 5px 2px;font-size:.8em;line-height:1em;font-weight:400!important;background:#e5eff5;border-radius:3px}.post-full-content p code{word-break:break-all}.post-full-content pre{overflow-x:auto;margin:1.5em 0 3em;padding:20px;max-width:100%;border:1px solid #000;color:#e5eff5;font-size:1.4rem;line-height:1.5em;background:#0e0f11;border-radius:5px}.post-full-content pre code{padding:0;font-size:inherit;line-height:inherit;background:transparent}.post-full-content pre code :not(span){color:inherit}.post-full-content .fluid-width-video-wrapper{margin:1.5em 0 3em}.post-full-content hr{margin:4vw 0}.post-full-content hr:after{content:"";position:absolute;top:-15px;left:50%;display:block;margin-left:-10px;width:1px;height:30px;background:#e3e9ed;-webkit-box-shadow:#fff 0 0 0 5px;box-shadow:0 0 0 5px #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.post-full-content h1,.post-full-content h2,.post-full-content h3,.post-full-content h4,.post-full-content h5,.post-full-content h6{color:#090a0b;font-family:Quicksand,sans-serif;line-height:1.3}.post-full-content h1{margin:.5em 0 75px;font-size:45px;font-weight:700;line-height:55px;position:relative}.post-full-content h1:after{content:"";width:100px;height:5px;background-color:#8989e9;position:absolute;left:0;bottom:-40px}@media (max-width:500px){.post-full-content h1{font-size:30px;line-height:45px}}.post-full-content h2{margin:.5em 0 .2em;font-size:35px;line-height:45px;font-weight:700}@media (max-width:500px){.post-full-content h2{font-size:26px;line-height:38px}}.post-full-content h3{margin:.5em 0 .2em;font-size:35px;line-height:45px;font-weight:700}@media (max-width:500px){.post-full-content h3{font-size:26px;line-height:38px}}.post-full-content h4{margin:.5em 0 .2em;font-size:30px;line-height:38px;font-weight:700}@media (max-width:500px){.post-full-content h4{font-size:26px}}.post-full-content h5{display:block;margin:.5em 0;padding:1em 0 1.5em;border:0;color:#3eb0ef;font-family:Quicksand,sans-serif;font-size:28px;line-height:1.35em;text-align:center}@media (min-width:1180px){.post-full-content h5{max-width:1060px;width:100vw;font-size:26px}}@media (max-width:500px){.post-full-content h5{padding:0 0 .5em;font-size:2.2rem}}.post-full-content h6{margin:.5em 0 .2em;font-size:25px;font-weight:700}@media (max-width:500px){.post-full-content h6{font-size:26px}}.footnotes-sep{margin-bottom:30px}.footnotes{font-size:1.5rem}.footnotes p{margin:0}.footnote-backref{color:#3eb0ef!important;font-size:1.2rem;font-weight:700;text-decoration:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}@media (max-width:500px){.post-full-meta{font-size:1.2rem;line-height:1.3em}.post-full-title{font-size:2.9rem}.post-full-image{margin-bottom:4vw;height:350px}.post-full-content{padding:0}.post-full-content:after,.post-full-content:before{display:none}}.post-full-content table{display:inline-block;overflow-x:auto;margin:.5em 0 2.5em;max-width:100%;width:auto;border-spacing:0;border-collapse:collapse;font-family:Quicksand,sans-serif;font-size:1.6rem;white-space:nowrap;vertical-align:top;-webkit-overflow-scrolling:touch;background:radial-gradient(ellipse at left,rgba(0,0,0,.2) 0,transparent 75%) 0,radial-gradient(ellipse at right,rgba(0,0,0,.2) 0,transparent 75%) 100%;background-attachment:scroll,scroll;background-size:10px 100%,10px 100%;background-repeat:no-repeat}.post-full-content table td:first-child{background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),to(hsla(0,0%,100%,0)));background-image:linear-gradient(90deg,#fff 50%,hsla(0,0%,100%,0));background-size:20px 100%;background-repeat:no-repeat}.post-full-content table td:last-child{background-image:-webkit-gradient(linear,right top,left top,color-stop(50%,#fff),to(hsla(0,0%,100%,0)));background-image:linear-gradient(270deg,#fff 50%,hsla(0,0%,100%,0));background-position:100% 0;background-size:20px 100%;background-repeat:no-repeat}.post-full-content table th{color:#15171a;font-size:1.2rem;font-weight:700;letter-spacing:.2px;text-align:left;text-transform:uppercase;background-color:#f4f8fb}.post-full-content table td,.post-full-content table th{padding:6px 12px;border:1px solid #e3ecf3}.subscribe-form{margin:1.5em 0;padding:6.5vw 7vw 7vw;border:1px solid #edf4f8;text-align:center;background:#f4f8fb;border-radius:7px}.subscribe-form-title{margin:0 0 3px;padding:0;color:#15171a;font-size:3.5rem;line-height:1;font-weight:700}.subscribe-form p{margin-bottom:1em;color:#738a94;font-size:2.2rem;line-height:1.55em;letter-spacing:.2px}.subscribe-form form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;max-width:420px}.subscribe-form .form-group{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.subscribe-email{display:block;padding:10px;width:100%;border:1px solid #dae2e7;color:#738a94;font-size:1.8rem;line-height:1em;font-weight:400;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;border-radius:5px;-webkit-transition:border-color .15s linear;transition:border-color .15s linear;-webkit-appearance:none}.subscribe-form button{display:inline-block;margin:0 0 0 10px;padding:0 20px;height:41px;outline:none;color:#fff;font-size:1.5rem;line-height:37px;font-weight:400;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,.1);background:-webkit-gradient(linear,left top,left bottom,from(#4fb7f0),color-stop(60%,#29a0e0),color-stop(90%,#29a0e0),to(#36a6e2));background:linear-gradient(#4fb7f0,#29a0e0 60%,#29a0e0 90%,#36a6e2);border-radius:5px;-webkit-box-shadow:0 0 0 1px inset rgba(0,0,0,.14);box-shadow:inset 0 0 0 1px rgba(0,0,0,.14);-webkit-font-smoothing:subpixel-antialiased}.subscribe-form button:active,.subscribe-form button:focus{background:#209cdf}@media (max-width:650px){.subscribe-form-title{font-size:2.4rem}.subscribe-form p{font-size:1.6rem}}@media (max-width:500px){.subscribe-form form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.subscribe-form .form-group{width:100%}.subscribe-form button{margin:10px 0 0;width:100%}}.post-full-footer{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;padding:3vw 0 6vw;max-width:840px}.author-card,.post-full-footer{display:-webkit-box;display:-ms-flexbox;display:flex}.author-card .author-profile-image,.author-card .avatar-wrapper{width:60px;height:60px}.author-card-name{margin:8px 0 2px;padding:0;font-size:2rem}.author-card-name a{color:#15171a;font-weight:700}.author-card-name a:hover{text-decoration:none}.author-card-content p{margin:0;color:#738a94;line-height:1.3em}.post-full-footer-right{-ms-flex-negative:0;flex-shrink:0;margin-left:20px}.author-card-button{display:block;padding:9px 16px;border:1px solid #aebbc1;color:#738a94;font-size:1.2rem;line-height:1;font-weight:500;border-radius:20px;-webkit-transition:all .2s ease;transition:all .2s ease}.author-card-button:hover{border-color:#3eb0ef;color:#3eb0ef;text-decoration:none}.post-full-authors{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;padding-top:40px;border-top:1px solid #e3e9ed}.post-full-authors-content{margin-bottom:20px}.post-full-authors-content p{margin-bottom:0;color:#738a94;font-size:1.4rem;letter-spacing:.2px;text-align:center;text-transform:uppercase}.post-full-authors-content a{display:inline-block;color:#424852;font-size:1.4rem;font-weight:600;text-transform:uppercase}.post-full-footer .author-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px 20px}.author-card .author-profile-image,.author-card .avatar-wrapper{position:relative;margin-right:15px}.author-list-item .author-card{position:absolute;bottom:130%;left:50%;z-index:300;display:block;margin-left:-160px;width:320px;font-size:1.4rem;letter-spacing:.2px;background:#fff;border-radius:6px;-webkit-box-shadow:rgba(39,44,49,.08) 0 12px 26px,rgba(39,44,49,.03) 1px 3px 8px;box-shadow:0 12px 26px rgba(39,44,49,.08),1px 3px 8px rgba(39,44,49,.03);opacity:0;-webkit-transition:all .3s cubic-bezier(.4,.01,.165,.99);transition:all .3s cubic-bezier(.4,.01,.165,.99);-webkit-transform:scale(.98) translateY(15px);transform:scale(.98) translateY(15px);pointer-events:none}.author-list-item .author-card:before{content:"";position:absolute;top:100%;left:50%;display:block;margin-left:-12px;width:0;height:0;border-top:12px solid #fff;border-right:12px solid transparent;border-left:12px solid transparent}.author-list-item .author-card.hovered{opacity:1;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0);pointer-events:auto}.author-card .basic-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px 20px 20px;color:#fff;background:#15171a;border-radius:6px 6px 0 0}.author-card .basic-info h2{margin:1em 0 .5em}.author-card .bio{padding:20px 20px 0}@media (max-width:650px){.author-list-item .author-card{display:none}}.basic-info .author-profile-image,.basic-info .avatar-wrapper{margin:0;width:88px;height:88px;border:none}.basic-info .avatar-wrapper{position:relative;background:rgba(229,239,245,.1)}.basic-info .avatar-wrapper svg{margin:0;width:88px;height:88px;opacity:.15}.post-full-comments{margin:0 auto;max-width:840px}.read-next-feed{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -20px;padding:40px 0 0}.read-next-card,.read-next-feed{display:-webkit-box;display:-ms-flexbox;display:flex}.read-next-card{position:relative;-webkit-box-flex:1;-ms-flex:1 1 300px;flex:1 1 300px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;margin:0 20px 40px;padding:25px;color:#fff;background:#15171a 50%;background-size:cover;border-radius:5px;-webkit-box-shadow:rgba(39,44,49,.06) 8px 14px 38px,rgba(39,44,49,.03) 1px 3px 8px;box-shadow:8px 14px 38px rgba(39,44,49,.06),1px 3px 8px rgba(39,44,49,.03)}.read-next-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;display:block;background:linear-gradient(135deg,rgba(0,40,60,.8),rgba(0,20,40,.7));border-radius:5px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.read-next-card-header{position:relative;z-index:50;padding-top:20px;text-align:center}.read-next-card-header-sitetitle{display:block;font-size:1.3rem;line-height:1.3em;opacity:.8}.read-next-card-header-title{margin:0;padding:0 20px;color:#fff;font-size:3rem;line-height:1.2em;letter-spacing:1px}.read-next-card-header-title a{color:#fff;font-weight:300;text-decoration:none}.read-next-card-header-title a:hover{text-decoration:none}.read-next-divider{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:80px}.read-next-divider svg{width:40px;fill:transparent;stroke:#fff;stroke-width:.5px;stroke-opacity:.65}.read-next-card-content{position:relative;z-index:50;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:1.7rem}.read-next-card-content,.read-next-card-content ul{display:-webkit-box;display:-ms-flexbox;display:flex}.read-next-card-content ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto;padding:0;text-align:center;list-style:none}.read-next-card-content li{margin:0;padding:0;font-size:1.6rem;line-height:1.25em;font-weight:200;letter-spacing:-.5px}.read-next-card-content li a{display:block;padding:20px 0;border-bottom:1px solid hsla(0,0%,100%,.3);color:#fff;font-weight:500;vertical-align:top;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.read-next-card-content li:first-of-type a{padding-top:10px}.read-next-card-content li a:hover{opacity:1}.read-next-card-footer{position:relative;margin:15px 0 3px;text-align:center}.read-next-card-footer a{color:#fff}.floating-header{visibility:hidden;position:fixed;top:0;right:0;left:0;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:60px;border-bottom:1px solid rgba(0,0,0,.06);background:hsla(0,0%,100%,.95);-webkit-transition:all .5s cubic-bezier(.19,1,.22,1);transition:all .5s cubic-bezier(.19,1,.22,1);-webkit-transform:translate3d(0,-120%,0);transform:translate3d(0,-120%,0)}.floating-active{visibility:visible;-webkit-transition:all .5s cubic-bezier(.22,1,.27,1);transition:all .5s cubic-bezier(.22,1,.27,1);-webkit-transform:translateZ(0);transform:translateZ(0)}.floating-header-logo{overflow:hidden;margin:0 0 0 20px;font-size:1.6rem;line-height:1em;letter-spacing:-1px;text-overflow:ellipsis;white-space:nowrap}.floating-header-logo a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#15171a;line-height:1.1em;font-weight:700}.floating-header-logo a:hover{text-decoration:none}.floating-header-logo img{margin:0 10px 0 0;max-height:20px}.floating-header-divider{margin:0 5px;line-height:1em}.floating-header-title{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;margin:0;color:#2e2e2e;font-size:1.6rem;line-height:1.3em;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.floating-header-share{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-left:2%;font-size:1.3rem;line-height:1}.floating-header-share,.floating-header-share a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.floating-header-share a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.floating-header-share svg{width:auto;height:16px;fill:#fff}.floating-header-share-label{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px;color:rgba(0,0,0,.7);font-weight:500}.floating-header-share-label svg{margin:0 5px 0 10px;width:18px;height:18px;stroke:rgba(0,0,0,.7);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.floating-header-share-fb,.floating-header-share-tw{display:block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:60px;height:60px;color:#fff;line-height:48px;text-align:center;-webkit-transition:all .5s cubic-bezier(.19,1,.22,1);transition:all .5s cubic-bezier(.19,1,.22,1)}.floating-header-share-tw{background:#33b1ff}.floating-header-share-fb{background:#005e99}.progress{position:absolute;right:0;bottom:-1px;left:0;width:100%;height:2px;border:none;color:#3eb0ef;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.progress::-webkit-progress-bar{background-color:transparent}.progress::-webkit-progress-value{background-color:#3eb0ef}.progress::-moz-progress-bar{background-color:#3eb0ef}.progress-container{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background-color:transparent}.progress-bar{display:block;width:50%;height:inherit;background-color:#3eb0ef}@media (max-width:900px){.floating-header{height:40px}.floating-header-logo,.floating-header-title{font-size:1.5rem}.floating-header-share-fb,.floating-header-share-tw{width:40px;height:40px;line-height:38px}}@media (max-width:800px){.floating-header-logo{margin-left:10px}.floating-header-logo a{color:#2e2e2e}.floating-header-divider,.floating-header-title{visibility:hidden}}@media (max-width:450px){.floating-header-share-label{display:none}}.post-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:920px}.post-template .post-content>p:first-child{font-size:1.25em;line-height:1.5em}.post-full-content .kg-image{max-width:100%}.post-full-image+.post-full-content .kg-content :first-child .kg-image{width:100%}.post-full-content .kg-width-wide .kg-image{max-width:1040px}.post-full-content .kg-width-full .kg-image{max-width:100vw}.post-full-content figure{margin:1.5em 0 3em}.post-full-content figure img{margin:0}.post-full-content figcaption{margin:1em 0 0;font-size:80%;line-height:1.6em;text-align:center}.kg-width-full figcaption{padding:0 1.5em}.kg-embed-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.kg-embed-card .fluid-width-video-wrapper{margin:0}@media (max-width:1040px){.post-full-content .kg-width-full .kg-image{width:100vw}}.kg-gallery-container{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;max-width:1040px;width:100vw}.kg-gallery-container,.kg-gallery-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.kg-gallery-row{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.kg-gallery-image img{display:block;margin:0;width:100%;height:100%}.kg-gallery-row:not(:first-of-type){margin:.75em 0 0}.kg-gallery-image:not(:first-of-type){margin:0 0 0 .75em}.kg-gallery-card+.kg-gallery-card,.kg-gallery-card+.kg-image-card.kg-width-wide,.kg-image-card.kg-width-wide+.kg-gallery-card,.kg-image-card.kg-width-wide+.kg-image-card.kg-width-wide{margin:-2.25em 0 3em}.kg-code-card{min-width:100%}.kg-code-card pre{margin:0}.site-header-content .author-profile-image{z-index:10;-ms-flex-negative:0;flex-shrink:0;margin:0 0 20px;width:100px;height:100px;-webkit-box-shadow:hsla(0,0%,100%,.1) 0 0 0 6px;box-shadow:0 0 0 6px hsla(0,0%,100%,.1)}.site-header-content .author-bio{z-index:10;-ms-flex-negative:0;flex-shrink:0;margin:5px 0 10px;max-width:600px;font-size:2rem;line-height:1.3em;font-weight:300;letter-spacing:.5px;opacity:.8}.site-header-content .author-meta{z-index:10;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 10px;font-family:Quicksand,sans-serif;font-style:italic}.site-header-content .author-location svg{height:1.9rem;stroke:#fff}.site-header-content .bull{display:inline-block;margin:0 12px;opacity:.5}.site-header-content .social-link:first-of-type{padding-left:4px}@media (max-width:500px){.site-header-content .author-bio{font-size:1.8rem;line-height:1.15em;letter-spacing:0}.author-location,.author-stats{display:none}}.error-template .site-main{padding:7vw 4vw}.site-nav-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.site-nav-center .site-nav-logo{margin-right:0}.error-message{text-align:center}.error-code{margin:0;font-size:12vw;line-height:1em;letter-spacing:-5px;opacity:.3}.error-description{margin:0;color:#738a94;font-size:3rem;line-height:1.3em;font-weight:400}@media (max-width:800px){.error-description{margin:5px 0 0;font-size:1.8rem}}.error-link{display:inline-block;margin-top:5px}.error-template .post-feed{padding-top:0}.subscribe-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,25,40,.97);opacity:0;-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;pointer-events:none;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.subscribe-overlay:target{opacity:1;pointer-events:auto}.subscribe-overlay-content{position:relative;z-index:9999;margin:0 0 5vw;padding:4vw;color:#fff;text-align:center}.subscribe-overlay-logo{position:fixed;top:23px;left:30px;height:30px}.subscribe-overlay-title{display:inline-block;margin:0 0 10px;font-size:6rem;line-height:1.15em}.subscribe-overlay-description{margin:0 auto 50px;max-width:650px;font-family:Quicksand,sans-serif;font-size:3rem;line-height:1.3em;font-weight:300;opacity:.8}.subscribe-overlay form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto;max-width:500px}.subscribe-overlay .form-group{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.subscribe-overlay .subscribe-email{display:block;padding:14px 20px;width:100%;border:none;color:#738a94;font-size:2rem;line-height:1em;font-weight:400;letter-spacing:.5px;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;border-radius:8px;-webkit-transition:border-color .15s linear;transition:border-color .15s linear;-webkit-appearance:none}.subscribe-email:focus{outline:0;border-color:#becdd5}.subscribe-overlay button{display:inline-block;margin:0 0 0 15px;padding:0 25px;height:52px;outline:none;color:#fff;font-size:1.7rem;line-height:37px;font-weight:400;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,.1);background:-webkit-gradient(linear,left top,left bottom,from(#4fb7f0),color-stop(60%,#29a0e0),color-stop(90%,#29a0e0),to(#36a6e2));background:linear-gradient(#4fb7f0,#29a0e0 60%,#29a0e0 90%,#36a6e2);border-radius:8px;-webkit-box-shadow:0 0 0 1px inset rgba(0,0,0,.14);box-shadow:inset 0 0 0 1px rgba(0,0,0,.14);-webkit-font-smoothing:subpixel-antialiased}.subscribe-overlay button:active,.subscribe-overlay button:focus{background:#209cdf}.subscribe-overlay-close{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.subscribe-overlay-close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.subscribe-overlay-close:after,.subscribe-overlay-close:before{content:"";position:absolute;top:40px;right:25px;display:block;width:30px;height:2px;background:#fff;opacity:.8}.subscribe-overlay-close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.subscribe-overlay-close:hover{cursor:default}.site-footer{position:relative;padding-top:20px;padding-bottom:60px;color:#fff;background-color:#2c3581}.site-footer-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.3rem}.site-footer-content,.site-footer-content a{color:hsla(0,0%,100%,.7)}.site-footer-content a:hover{color:#fff;text-decoration:none}.site-footer-nav{display:-webkit-box;display:-ms-flexbox;display:flex}.site-footer-nav a{position:relative;margin-left:20px}.site-footer-nav a:before{content:"";position:absolute;top:11px;left:-11px;display:block;width:2px;height:2px;background:#fff;border-radius:100%}.site-footer-nav a:first-of-type:before{display:none}.post-feed h2.post-card-title{margin-top:0;font-size:20px;font-weight:600;margin-bottom:10px}@media (max-width:650px){.site-footer-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.site-footer-nav a:first-child{margin-left:0}}
/*# sourceMappingURL=screen.css.map */