.clr-picker{background-color:#fff;border-radius:10px;box-shadow:0 0 5px rgba(0,0,0,.05),0 5px 20px rgba(0,0,0,.1);display:none;flex-wrap:wrap;justify-content:space-between;position:absolute;-webkit-user-select:none;user-select:none;width:200px;z-index:1000}.clr-picker.clr-open{display:flex}.clr-gradient{background-image:linear-gradient(transparent,#000),linear-gradient(90deg,#fff,currentColor);border-radius:3px 3px 0 0;cursor:pointer;height:100px;margin-bottom:15px;position:relative;width:100%}.clr-marker{background-color:currentColor;border:1px solid #fff;border-radius:50%;cursor:pointer;height:12px;margin:-6px 0 0 -6px;position:absolute;width:12px}.clr-picker input[type=range]::-webkit-slider-runnable-track{height:8px;width:100%}.clr-picker input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:8px;width:8px}.clr-picker input[type=range]::-moz-range-track{border:0;height:8px;width:100%}.clr-picker input[type=range]::-moz-range-thumb{border:0;height:8px;width:8px}.clr-hue{background-image:linear-gradient(90deg,red 0,#ff0 16.66%,#0f0 33.33%,#0ff 50%,#00f 66.66%,#f0f 83.33%,red)}.clr-alpha,.clr-hue{border-radius:4px;height:8px;margin:5px 20px;position:relative;width:calc(100% - 40px)}.clr-alpha span{background-image:linear-gradient(90deg,transparent,currentColor);border-radius:inherit;display:block;height:100%;width:100%}.clr-alpha input,.clr-hue input{appearance:none;-webkit-appearance:none;background-color:transparent;cursor:pointer;height:16px;left:-8px;margin:0;opacity:0;position:absolute;top:-4px;width:calc(100% + 16px)}.clr-alpha div,.clr-hue div{border:2px solid #fff;box-shadow:0 0 1px #888;height:16px;margin-left:-8px;pointer-events:none;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:16px}.clr-alpha div,.clr-alpha div:before,.clr-hue div{background-color:currentColor;border-radius:50%;left:0;position:absolute}.clr-alpha div:before{content:"";height:100%;top:0;width:100%}.clr-format{display:none;margin:0 20px 20px;order:1;width:calc(100% - 40px)}.clr-segmented{border:1px solid #ddd;border-radius:15px;box-sizing:border-box;color:#999;display:flex;font-size:12px;margin:0;padding:0;position:relative;width:100%}.clr-segmented input,.clr-segmented legend{border:0;height:100%;left:0;margin:0;opacity:0;padding:0;pointer-events:none;position:absolute;top:0;width:100%}.clr-segmented label{cursor:pointer;flex-grow:1;padding:4px 0;text-align:center}.clr-segmented label:first-of-type{border-radius:10px 0 0 10px}.clr-segmented label:last-of-type{border-radius:0 10px 10px 0}.clr-segmented input:checked+label{background-color:#666;color:#fff}.clr-swatches{margin:0 16px;order:2;width:calc(100% - 32px)}.clr-swatches div{display:flex;flex-wrap:wrap;justify-content:center;padding-bottom:12px}.clr-swatches button{border:0;border-radius:50%;color:inherit;cursor:pointer;height:20px;margin:0 4px 6px;overflow:hidden;position:relative;text-indent:-1000px;white-space:nowrap;width:20px}.clr-swatches button:after{background-color:currentColor;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}input.clr-color{background-color:#fff;border:1px solid #ddd;border-radius:16px;box-shadow:none;color:#444;font-family:sans-serif;font-size:14px;height:32px;margin:15px 20px 20px 0;order:1;padding:0 10px;text-align:center;width:calc(100% - 80px)}input.clr-color:focus{border:1px solid #1e90ff;outline:none}.clr-clear{background-color:#666;border:0;border-radius:12px;color:#fff;cursor:pointer;display:none;font-family:inherit;font-size:12px;font-weight:400;height:24px;margin:0 20px 20px auto;order:2;padding:0 20px}.clr-preview{border:0;border-radius:50%;cursor:pointer;height:32px;margin:15px 0 20px 20px;overflow:hidden;position:relative;width:32px}.clr-preview:after,.clr-preview:before{border:1px solid #fff;border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.clr-preview:after{background-color:currentColor;border:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.clr-alpha div,.clr-color,.clr-hue div,.clr-marker{box-sizing:border-box}.clr-field{color:transparent;display:inline-block;position:relative}.clr-field button{border:0;color:inherit;height:100%;overflow:hidden;pointer-events:none;position:absolute;right:0;text-indent:-1000px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);white-space:nowrap;width:30px}.clr-field button:after{background-color:currentColor;border-radius:inherit;box-shadow:inset 0 0 1px rgba(0,0,0,.5);content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.clr-alpha,.clr-alpha div,.clr-field button,.clr-preview:before,.clr-swatches button{background-image:repeating-linear-gradient(45deg,#aaa 25%,transparent 0,transparent 75%,#aaa 0,#aaa),repeating-linear-gradient(45deg,#aaa 25%,#fff 0,#fff 75%,#aaa 0,#aaa);background-position:0 0,4px 4px;background-size:8px 8px}.clr-marker:focus{outline:none}.clr-keyboard-nav .clr-alpha input:focus+div,.clr-keyboard-nav .clr-hue input:focus+div,.clr-keyboard-nav .clr-marker:focus,.clr-keyboard-nav .clr-segmented input:focus+label{box-shadow:0 0 0 2px #1e90ff,0 0 2px 2px #fff;outline:none}.clr-dark{background-color:#444}.clr-dark .clr-segmented{border-color:#777}.clr-dark .clr-swatches button:after{box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.3)}.clr-dark input.clr-color{background-color:#555;border-color:#777;color:#fff}.clr-dark input.clr-color:focus{border-color:#1e90ff}.clr-dark .clr-preview:after{box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.5)}.clr-dark .clr-alpha,.clr-dark .clr-alpha div,.clr-dark .clr-preview:before,.clr-dark .clr-swatches button{background-image:repeating-linear-gradient(45deg,#666 25%,transparent 0,transparent 75%,#888 0,#888),repeating-linear-gradient(45deg,#888 25%,#444 0,#444 75%,#888 0,#888)}.clr-picker.clr-polaroid{border-radius:6px;box-shadow:0 0 5px rgba(0,0,0,.1),0 5px 30px rgba(0,0,0,.2)}.clr-picker.clr-polaroid:before{border:solid transparent;border-bottom:solid;border-width:0 8px 10px;box-sizing:border-box;color:#fff;content:"";display:block;-webkit-filter:drop-shadow(0 -4px 3px rgba(0,0,0,.1));filter:drop-shadow(0 -4px 3px rgba(0,0,0,.1));height:10px;left:20px;pointer-events:none;position:absolute;top:-10px;width:16px}.clr-picker.clr-polaroid.clr-dark:before{color:#444}.clr-picker.clr-polaroid.clr-left:before{left:auto;right:20px}.clr-picker.clr-polaroid.clr-top:before{bottom:-10px;top:auto;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.clr-polaroid .clr-gradient{border-radius:3px;height:120px;margin:10px;width:calc(100% - 20px)}.clr-polaroid .clr-alpha,.clr-polaroid .clr-hue{border-radius:5px;height:10px;margin:6px 15px;width:calc(100% - 30px)}.clr-polaroid .clr-alpha div,.clr-polaroid .clr-hue div{box-shadow:0 0 5px rgba(0,0,0,.2)}.clr-polaroid .clr-format{margin:0 10px 15px;width:calc(100% - 20px)}.clr-polaroid .clr-swatches{margin:0 6px;width:calc(100% - 12px)}.clr-polaroid .clr-swatches div{padding-bottom:10px}.clr-polaroid .clr-swatches button{height:22px;width:22px}.clr-polaroid input.clr-color{margin:10px 10px 15px 0;width:calc(100% - 60px)}.clr-polaroid .clr-clear{margin:0 10px 15px auto}.clr-polaroid .clr-preview{margin:10px 0 15px 10px}.clr-picker.clr-large{width:275px}.clr-large .clr-gradient{height:150px}.clr-large .clr-swatches button{height:22px;width:22px}
@charset "UTF-8";.trans{transition:all .25s}.trans-slow,.trans-slower{transition-duration:.5s}.trans-fast{transition-duration:.15s}@font-face{font-display:auto;font-family:averta_stdblack;font-style:normal;font-weight:400;src:url(../fonts/avertastd-black-webfont.woff2) format("woff2"),url(../fonts/avertastd-black-webfont.woff) format("woff")}@font-face{font-display:auto;font-family:averta_stdbold;font-style:normal;font-weight:400;src:url(../fonts/avertastd-bold-webfont.woff2) format("woff2"),url(../fonts/avertastd-bold-webfont.woff) format("woff")}@font-face{font-display:auto;font-family:averta_stdextrabold;font-style:normal;font-weight:400;src:url(../fonts/avertastd-extrabold-webfont.woff2) format("woff2"),url(../fonts/avertastd-extrabold-webfont.woff) format("woff")}@font-face{font-display:auto;font-family:averta_stdextrathin;font-style:normal;font-weight:400;src:url(../fonts/avertastd-extrathin-webfont.woff2) format("woff2"),url(../fonts/avertastd-extrathin-webfont.woff) format("woff")}@font-face{font-display:auto;font-family:averta_stdlight;font-style:normal;font-weight:400;src:url(../fonts/avertastd-light-webfont.woff2) format("woff2"),url(../fonts/avertastd-light-webfont.woff) format("woff")}@font-face{font-display:auto;font-family:averta_stdregular;font-style:normal;font-weight:400;src:url(../fonts/avertastd-regular-webfont.woff2) format("woff2"),url(../fonts/avertastd-regular-webfont.woff) format("woff")}@font-face{font-display:auto;font-family:averta_stdsemibold;font-style:normal;font-weight:400;src:url(../fonts/avertastd-semibold-webfont.woff2) format("woff2"),url(../fonts/avertastd-semibold-webfont.woff) format("woff")}@font-face{font-display:auto;font-family:averta_stdthin;font-style:normal;font-weight:400;src:url(../fonts/avertastd-thin-webfont.woff2) format("woff2"),url(../fonts/avertastd-thin-webfont.woff) format("woff")}@font-face{font-display:auto;font-family:averta_stdbold_italic;font-style:normal;font-weight:400;src:url(../fonts/avertastd-bolditalic-webfont.woff2) format("woff2"),url(../fonts/avertastd-bolditalic-webfont.woff) format("woff")}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}b,strong{font-weight:bolder}code{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub{bottom:-.25em;font-size:75%;line-height:0;position:relative;vertical-align:baseline}img{border-style:none}button,input,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}details{display:block}summary{display:list-item}[hidden],template{display:none}html{box-sizing:border-box;font-family:sans-serif}*,:after,:before{box-sizing:inherit}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,p,pre{margin:0}button{background:transparent;padding:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset{margin:0;padding:0}ol,ul{margin:0}*,:after,:before{border:0 solid #dae1e7}img{border-style:solid}textarea{resize:vertical}img{height:auto;max-width:100%}input::-moz-placeholder,textarea::-moz-placeholder{color:inherit;opacity:.5}input::placeholder,textarea::placeholder{color:inherit;opacity:.5}[role=button],button{cursor:pointer}table{border-collapse:collapse}.container{width:100%}@media (min-width:576px){.container{max-width:576px}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:992px){.container{max-width:992px}}@media (min-width:1200px){.container{max-width:1200px}}.list-reset{list-style:none;padding:0}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.bg-transparent{background-color:transparent}.bg-black{background-color:#22292f}.bg-black-lighter{background-color:#2b343b}.bg-grey-darkest{background-color:#3d4852}.bg-grey-darker{background-color:#606f7b}.bg-grey-dark{background-color:#8795a1}.bg-grey{background-color:#b8c2cc}.bg-grey-light{background-color:#dae1e7}.bg-grey-lighter{background-color:#f1f5f8}.bg-grey-lightest{background-color:#f8fafc}.bg-grey-50{background-color:#f5f8fa}.bg-lf-grey-50{background-color:#f3f6f8}.bg-white{background-color:#fff}.bg-black\/75{background-color:rgba(0,0,0,.75)}.bg-red{background-color:#e3342f}.bg-red-lightest{background-color:#fcebea}.bg-orange{background-color:#f6993f}.bg-green{background-color:#38c172}.bg-green-lightest{background-color:#e3fcec}.bg-green-tint{background-color:#e4f7f7}.bg-teal-light{background-color:#64d5ca}.bg-blue{background-color:#3490dc}.bg-purple{background-color:#9561e2}.bg-purple-light{background-color:#a779e9}.bg-lf-teal-lightest{background-color:#d7fafb}.bg-lf-teal-light,.bg-lf-teal-lighter{background-color:#d0f9fa}.bg-lf-teal-light-0{background-color:#9fefef}.bg-lf-teal{background-color:#00ddb3}.bg-lf-teal-new{background-color:#1fa4ab}.bg-lf-teal-300,.bg-lf-teal-dark{background-color:#00c1a2}.bg-lf-teal-400\/60{background-color:rgba(1,157,145,.6)}.bg-lf-bg{background-color:#fafafa}.bg-lf-orange-lightest{background-color:#ffe8db}.bg-lf-red{background-color:#f73e3d}.bg-lf-red-lightest{background-color:#ffe6e5}.bg-lf-ocean-10{background-color:#e9f3fb}.hover\:bg-black:hover{background-color:#22292f}.hover\:bg-grey-darkest:hover{background-color:#3d4852}.hover\:bg-grey-dark:hover{background-color:#8795a1}.hover\:bg-grey:hover{background-color:#b8c2cc}.hover\:bg-grey-light:hover{background-color:#dae1e7}.hover\:bg-grey-lighter:hover{background-color:#f1f5f8}.hover\:bg-grey-lightest:hover{background-color:#f8fafc}.hover\:bg-white:hover{background-color:#fff}.hover\:bg-red:hover{background-color:#e3342f}.hover\:bg-orange:hover{background-color:#f6993f}.hover\:bg-green-tint:hover{background-color:#e4f7f7}.hover\:bg-teal:hover{background-color:#4dc0b5}.hover\:bg-blue-dark:hover{background-color:#2779bd}.hover\:bg-blue-lightest:hover{background-color:#eff8ff}.hover\:bg-purple:hover{background-color:#9561e2}.hover\:bg-lf-teal-lightest:hover{background-color:#d7fafb}.hover\:bg-lf-teal-light-0:hover{background-color:#9fefef}.hover\:bg-lf-teal:hover{background-color:#00ddb3}.hover\:bg-lf-teal-dark-3:hover{background-color:#08b9bb}.hover\:bg-lf-teal-darker:hover{background-color:#018889}.hover\:bg-lf-teal-300:hover,.hover\:bg-lf-teal-dark:hover{background-color:#00c1a2}.hover\:bg-lf-teal-400:hover{background-color:#019d91}.hover\:bg-lf-orange-lightest:hover{background-color:#ffe8db}.hover\:bg-lf-green-lightest:hover{background-color:#cffcda}.hover\:bg-lf-red-lightest:hover{background-color:#ffe6e5}.focus\:bg-grey:focus{background-color:#b8c2cc}.focus\:bg-grey-light:focus{background-color:#dae1e7}.focus\:bg-grey-lighter:focus{background-color:#f1f5f8}.focus\:bg-white:focus{background-color:#fff}.focus\:bg-lf-teal:focus{background-color:#00ddb3}.focus\:bg-lf-teal-dark:focus{background-color:#00c1a2}.bg-center{background-position:50%}.bg-repeat{background-repeat:repeat}.bg-no-repeat{background-repeat:no-repeat}.bg-cover{background-size:cover}.bg-contain{background-size:contain}.border-collapse{border-collapse:collapse}.border-black{border-color:#22292f}.border-black-lighter{border-color:#2b343b}.border-grey-darkest{border-color:#3d4852}.border-grey-darker{border-color:#606f7b}.border-grey-dark{border-color:#8795a1}.border-grey{border-color:#b8c2cc}.border-grey-light{border-color:#dae1e7}.border-grey-lighter{border-color:#f1f5f8}.border-grey-lightest{border-color:#f8fafc}.border-white{border-color:#fff}.border-red{border-color:#e3342f}.border-red-light{border-color:#ef5753}.border-orange{border-color:#f6993f}.border-orange-lightest{border-color:#fff5eb}.border-purple{border-color:#9561e2}.border-lf-teal{border-color:#00ddb3}.border-lf-teal-new{border-color:#1fa4ab}.border-lf-teal-300{border-color:#00c1a2}.border-lf-orange{border-color:#f6610c}.border-lf-red{border-color:#f73e3d}.hover\:border-black:hover{border-color:#22292f}.hover\:border-grey-dark:hover{border-color:#8795a1}.hover\:border-grey:hover{border-color:#b8c2cc}.hover\:border-grey-light:hover{border-color:#dae1e7}.hover\:border-lf-teal-lightest:hover{border-color:#d7fafb}.hover\:border-lf-teal-light-0:hover{border-color:#9fefef}.hover\:border-lf-teal:hover{border-color:#00ddb3}.hover\:border-lf-teal-dark-3:hover{border-color:#08b9bb}.hover\:border-lf-teal-dark:hover{border-color:#00c1a2}.hover\:border-lf-teal-400:hover{border-color:#019d91}.hover\:border-lf-orange-lightest:hover{border-color:#ffe8db}.hover\:border-lf-green-lightest:hover{border-color:#cffcda}.focus\:border-grey:focus{border-color:#b8c2cc}.focus\:border-lf-teal:focus{border-color:#00ddb3}.focus\:border-lf-teal-new:focus{border-color:#1fa4ab}.focus\:border-lf-teal-300:focus{border-color:#00c1a2}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-r-none{border-bottom-right-radius:0;border-top-right-radius:0}.rounded-b-none{border-bottom-left-radius:0;border-bottom-right-radius:0}.rounded-l-none{border-bottom-left-radius:0;border-top-left-radius:0}.rounded-t{border-top-left-radius:.25rem}.rounded-r,.rounded-t{border-top-right-radius:.25rem}.rounded-b,.rounded-r{border-bottom-right-radius:.25rem}.rounded-b,.rounded-l{border-bottom-left-radius:.25rem}.rounded-l{border-top-left-radius:.25rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-b-lg{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border{border-width:1px}.border-t-0{border-top-width:0}.border-r-0{border-right-width:0}.border-b-0{border-bottom-width:0}.border-l-0{border-left-width:0}.border-t-2{border-top-width:2px}.border-b-2{border-bottom-width:2px}.border-l-6{border-left-width:6px}.border-t{border-top-width:1px}.border-r{border-right-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.hover\:border-2:hover{border-width:2px}.focus\:border:focus,.hover\:border:hover{border-width:1px}.cursor-auto{cursor:auto}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.table{display:table}.hidden{display:none}.flex{display:flex}.inline-flex{display:inline-flex}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-no-wrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.content-center{align-content:center}.content-end{align-content:flex-end}.flex-1{flex:1 1 0%}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-grow{flex-grow:1}.flex-shrink{flex-shrink:1}.flex-no-grow{flex-grow:0}.flex-no-shrink{flex-shrink:0}.float-right{float:right}.float-left{float:left}.font-sans{font-family:system-ui,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.font-lf-bold{font-family:averta_stdbold}.font-lf-semi-bold{font-family:averta_stdsemibold}.font-lf-extra-bold{font-family:averta_stdextrabold}.font-lf-light{font-family:averta_stdlight}.font-lf-regular{font-family:averta_stdregular}.hover\:font-lf-bold:hover{font-family:averta_stdbold}.font-hairline{font-weight:100}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-black{font-weight:900}.focus\:font-bold:focus,.hover\:font-bold:hover{font-weight:700}.h-1{height:.25rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-32{height:8rem}.h-40{height:10rem}.h-48{height:12rem}.h-64{height:16rem}.h-72{height:20rem}.h-96{height:24rem}.h-110{height:28rem}.h-auto{height:auto}.h-px{height:1px}.h-full{height:100%}.h-screen{height:100vh}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-lf{line-height:1.2}.leading-normal{line-height:1.5}.leading-reading{line-height:1.7}.leading-loose{line-height:2}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-6{margin:1.5rem}.m-8{margin:2rem}.m-10{margin:2.5rem}.m-auto{margin:auto}.my-0{margin-bottom:0;margin-top:0}.mx-0{margin-left:0;margin-right:0}.my-1{margin-bottom:.25rem;margin-top:.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-3{margin-bottom:.75rem;margin-top:.75rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.my-4{margin-bottom:1rem;margin-top:1rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-5{margin-bottom:1.25rem;margin-top:1.25rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.my-8{margin-bottom:2rem;margin-top:2rem}.mx-8{margin-left:2rem;margin-right:2rem}.my-10{margin-bottom:2.5rem;margin-top:2.5rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.my-12{margin-bottom:3rem;margin-top:3rem}.mx-16{margin-left:4rem;margin-right:4rem}.my-20{margin-bottom:5rem;margin-top:5rem}.mx-20{margin-left:5rem;margin-right:5rem}.mx-auto{margin-left:auto;margin-right:auto}.mt-0{margin-top:0}.mr-0{margin-right:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mt-1{margin-top:.25rem}.mr-1{margin-right:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mt-3{margin-top:.75rem}.mr-3{margin-right:.75rem}.mb-3{margin-bottom:.75rem}.ml-3{margin-left:.75rem}.mt-4{margin-top:1rem}.mr-4{margin-right:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mt-5{margin-top:1.25rem}.mr-5{margin-right:1.25rem}.mb-5{margin-bottom:1.25rem}.ml-5{margin-left:1.25rem}.mt-6{margin-top:1.5rem}.mr-6{margin-right:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mr-7{margin-right:1.75rem}.mb-7{margin-bottom:1.75rem}.mt-8{margin-top:2rem}.mr-8{margin-right:2rem}.mb-8{margin-bottom:2rem}.ml-8{margin-left:2rem}.mt-10{margin-top:2.5rem}.mr-10{margin-right:2.5rem}.mb-10{margin-bottom:2.5rem}.ml-10{margin-left:2.5rem}.mt-11{margin-top:2.75rem}.mt-12{margin-top:3rem}.mb-12{margin-bottom:3rem}.ml-12{margin-left:3rem}.mt-16{margin-top:4rem}.mb-16{margin-bottom:4rem}.mb-18{margin-bottom:4.5rem}.mt-20{margin-top:5rem}.mr-20{margin-right:5rem}.mb-20{margin-bottom:5rem}.mt-24{margin-top:6rem}.mb-24{margin-bottom:6rem}.mt-auto{margin-top:auto}.mr-auto{margin-right:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.mb-5px{margin-bottom:.3125rem}.max-h-72{max-height:20rem}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.max-w-xs{max-width:20rem}.max-w-sm{max-width:30rem}.max-w-md{max-width:40rem}.max-w-lg{max-width:50rem}.max-w-xl{max-width:60rem}.max-w-2xl{max-width:70rem}.max-w-3xl{max-width:80rem}.max-w-full{max-width:100%}.min-h-screen{min-height:100vh}.min-w-6{min-width:1.5rem}.min-w-8{min-width:2rem}.min-w-full{min-width:100%}.-m-1{margin:-.25rem}.-m-2{margin:-.5rem}.-my-1{margin-bottom:-.25rem;margin-top:-.25rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-3{margin-left:-.75rem;margin-right:-.75rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.-mx-8{margin-left:-2rem;margin-right:-2rem}.-mt-1{margin-top:-.25rem}.-mr-1{margin-right:-.25rem}.-mt-2{margin-top:-.5rem}.-mr-2{margin-right:-.5rem}.-mb-2{margin-bottom:-.5rem}.-ml-2{margin-left:-.5rem}.-mt-3{margin-top:-.75rem}.-mr-3{margin-right:-.75rem}.-ml-3{margin-left:-.75rem}.-mt-4{margin-top:-1rem}.-ml-4{margin-left:-1rem}.-mr-5{margin-right:-1.25rem}.-mb-5{margin-bottom:-1.25rem}.-mr-6{margin-right:-1.5rem}.-ml-6{margin-left:-1.5rem}.-mt-8{margin-top:-2rem}.-ml-8{margin-left:-2rem}.-mt-10{margin-top:-2.5rem}.-mr-10{margin-right:-2.5rem}.-mt-12{margin-top:-3rem}.-mr-12{margin-right:-3rem}.-mb-12{margin-bottom:-3rem}.-ml-12{margin-left:-3rem}.-mt-16{margin-top:-4rem}.-mt-20{margin-top:-5rem}.-ml-20{margin-left:-5rem}.-mr-32{margin-right:-8rem}.-mb-32{margin-bottom:-8rem}.-ml-32{margin-left:-8rem}.-mb-px{margin-bottom:-1px}.-mr-280px{margin-right:-17.5rem}.opacity-0{opacity:0}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-100{opacity:1}.hover\:opacity-25:hover{opacity:.25}.hover\:opacity-50:hover{opacity:.5}.hover\:opacity-75:hover{opacity:.75}.focus\:outline-none:focus,.outline-none{outline:0}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-16{padding:4rem}.p-5px{padding:.3125rem}.p-15px{padding:.9375rem}.py-0{padding-bottom:0;padding-top:0}.px-0{padding-left:0;padding-right:0}.py-1{padding-bottom:.25rem;padding-top:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.px-8{padding-left:2rem;padding-right:2rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-12{padding-bottom:3rem;padding-top:3rem}.px-12{padding-left:3rem;padding-right:3rem}.py-16{padding-bottom:4rem;padding-top:4rem}.px-16{padding-left:4rem;padding-right:4rem}.py-20{padding-bottom:5rem;padding-top:5rem}.px-20{padding-left:5rem;padding-right:5rem}.py-24{padding-bottom:6rem;padding-top:6rem}.py-32{padding-bottom:8rem;padding-top:8rem}.px-32{padding-left:8rem;padding-right:8rem}.py-2px{padding-bottom:.125rem;padding-top:.125rem}.py-15px{padding-bottom:.9375rem;padding-top:.9375rem}.py-30px{padding-bottom:1.875rem;padding-top:1.875rem}.pt-0{padding-top:0}.pr-0{padding-right:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.pt-1{padding-top:.25rem}.pr-1{padding-right:.25rem}.pb-1{padding-bottom:.25rem}.pl-1{padding-left:.25rem}.pt-2{padding-top:.5rem}.pr-2{padding-right:.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pt-3{padding-top:.75rem}.pr-3{padding-right:.75rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pt-4{padding-top:1rem}.pr-4{padding-right:1rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.pt-5{padding-top:1.25rem}.pr-5{padding-right:1.25rem}.pb-5{padding-bottom:1.25rem}.pl-5{padding-left:1.25rem}.pt-6{padding-top:1.5rem}.pr-6{padding-right:1.5rem}.pb-6{padding-bottom:1.5rem}.pl-6{padding-left:1.5rem}.pt-8{padding-top:2rem}.pr-8{padding-right:2rem}.pb-8{padding-bottom:2rem}.pl-8{padding-left:2rem}.pt-10{padding-top:2.5rem}.pr-10{padding-right:2.5rem}.pb-10{padding-bottom:2.5rem}.pl-10{padding-left:2.5rem}.pt-12{padding-top:3rem}.pb-12{padding-bottom:3rem}.pl-12{padding-left:3rem}.pt-16{padding-top:4rem}.pb-16{padding-bottom:4rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pt-32{padding-top:8rem}.pb-32{padding-bottom:8rem}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.pin{left:0;right:0}.pin,.pin-y{bottom:0;top:0}.pin-t{top:0}.pin-r{right:0}.pin-b{bottom:0}.pin-l{left:0}.resize-none{resize:none}.resize{resize:both}.shadow{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.shadow-md{box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)}.shadow-lg{box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08)}.shadow-inner{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.shadow-none{box-shadow:none}.shadow-lf{box-shadow:0 3px 8px 0 rgba(0,0,0,.06)}.shadow-sm{box-shadow:0 5px 20px -5px rgba(0,0,0,.07)}.shadow-lg-grey{box-shadow:0 16px 60px -20px rgba(0,0,0,.16)}.hover\:shadow:hover{box-shadow:0 2px 4px 0 rgba(0,0,0,.1)}.hover\:shadow-md:hover{box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)}.hover\:shadow-lg:hover{box-shadow:0 15px 30px 0 rgba(0,0,0,.11),0 5px 15px 0 rgba(0,0,0,.08)}.hover\:shadow-lg-teal:hover{box-shadow:0 5px 20px -5px rgba(15,204,206,.4)}.hover\:shadow-lg-grey:hover{box-shadow:0 16px 60px -20px rgba(0,0,0,.16)}.hover\:shadow-sm-grey:hover{box-shadow:0 13.6003px 51.0013px -17.0004px rgba(0,0,0,.16)}.focus\:shadow-outline:focus{box-shadow:0 0 0 3px rgba(52,144,220,.5)}.fill-current{fill:currentColor}.table-auto{table-layout:auto}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-black{color:#22292f}.text-black-lighter{color:#2b343b}.text-grey-darkest{color:#3d4852}.text-grey-darker{color:#606f7b}.text-grey-dark{color:#8795a1}.text-grey{color:#b8c2cc}.text-grey-light{color:#dae1e7}.text-grey-lighter{color:#f1f5f8}.text-grey-lightest{color:#f8fafc}.text-white{color:#fff}.text-red-dark{color:#cc1f1a}.text-red{color:#e3342f}.text-red-light{color:#ef5753}.text-orange-dark{color:#de751f}.text-orange{color:#f6993f}.text-green-darkest{color:#0f2f21}.text-green{color:#38c172}.text-teal-dark{color:#38a89d}.text-teal{color:#4dc0b5}.text-teal-lighter{color:#a0f0ed}.text-purple{color:#9561e2}.text-lf-teal{color:#00ddb3}.text-lf-teal-dark-0{color:#157879}.text-lf-teal-dark-3{color:#08b9bb}.text-lf-teal-300,.text-lf-teal-dark{color:#00c1a2}.text-lf-teal-400{color:#019d91}.text-lf-bg{color:#fafafa}.text-lf-orange-dark{color:#b84300}.text-lf-red-dark{color:#cc0100}.text-lf-red{color:#f73e3d}.hover\:text-black:hover{color:#22292f}.hover\:text-grey-darkest:hover{color:#3d4852}.hover\:text-grey-dark:hover{color:#8795a1}.hover\:text-grey-lightest:hover{color:#f8fafc}.hover\:text-white:hover{color:#fff}.hover\:text-teal-dark:hover{color:#38a89d}.hover\:text-teal:hover{color:#4dc0b5}.hover\:text-lf-teal-dark-0:hover{color:#157879}.hover\:text-lf-teal-300:hover{color:#00c1a2}.hover\:text-lf-teal-400:hover{color:#019d91}.hover\:text-lf-red-dark:hover{color:#cc0100}.hover\:text-lf-red:hover{color:#f73e3d}.focus\:text-grey-darkest:focus{color:#3d4852}.focus\:text-white:focus{color:#fff}.text-xxs{font-size:.625rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:4rem}.text-4-2xl{font-size:2.875rem}.text-5-2xl{font-size:3.375rem}.italic{font-style:italic}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.underline{text-decoration:underline}.line-through{text-decoration:line-through}.no-underline{text-decoration:none}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hover\:underline:hover{text-decoration:underline}.tracking-wide{letter-spacing:.05em}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.align-text-top{vertical-align:text-top}.align-text-bottom{vertical-align:text-bottom}.visible{visibility:visible}.invisible{visibility:hidden}.whitespace-normal{white-space:normal}.whitespace-no-wrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{word-wrap:break-word}.break-normal{word-wrap:normal}.w-1{width:.25rem}.w-2{width:.5rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-32{width:8rem}.w-40{width:9.5rem}.w-48{width:12rem}.w-56{width:14rem}.w-64{width:16rem}.w-80{width:20rem}.w-86{width:22rem}.w-96{width:24rem}.w-128{width:32rem}.w-auto{width:auto}.w-1\/2{width:50%}.w-1\/3{width:33.33333%}.w-2\/3{width:66.66667%}.w-1\/4{width:25%}.w-3\/4{width:75%}.w-1\/5{width:20%}.w-2\/5{width:40%}.w-3\/5{width:60%}.w-4\/5{width:80%}.w-1\/6{width:16.66667%}.w-5\/6{width:83.33333%}.w-full{width:100%}.w-screen{width:100vw}.w-30px{width:1.875rem}.w-100px{width:6.25rem}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-60{z-index:60}.z-100{z-index:100}.modal-container{-webkit-overflow-scrolling:touch;align-items:center;background:rgba(0,0,0,.8);box-sizing:border-box;display:flex;height:100%;justify-content:center;left:0;overflow-y:auto;position:fixed;top:0;transition:all .07s ease-in;width:100%;z-index:9997}.modal-transparent{background:transparent!important}.modal-view{width:800px}.modal-view,.modal-view-medium{background:#fff;border-radius:15px;display:flex;flex-direction:column;margin:2rem auto}.modal-view-medium{width:700px}.modal-view-small{background:#fff;border-radius:15px;display:flex;flex-direction:column;margin:2rem auto;width:600px}.modal-view-fullscreen{background:#fff;border-radius:0!important;margin-bottom:0;margin-top:0;width:100%}.drop-upload-full{min-height:75vh}.drop-upload{min-height:40vh}@media (max-width:768px){.modal-view,.modal-view-medium{border-radius:0!important;margin-bottom:0;margin-top:0;width:100%}}#range{background:transparent;border:.5em solid transparent;border-radius:3px;cursor:pointer;font:1em/1 arial,sans-serif;height:.85em;margin:1em auto;padding:0;width:100%}#range,#range::-webkit-slider-thumb{-webkit-appearance:none}#range::-webkit-slider-runnable-track{background:#ebebeb;border:none;box-sizing:border-box;height:.2em;width:100%}#range::-moz-range-track{background:#ebebeb;border:none;box-sizing:border-box;height:.2em;width:100%}#range::-ms-track{background:#ebebeb;border:none;box-sizing:border-box;height:.2em;width:100%}#range::-webkit-slider-thumb{background:#009688;border:none;border-radius:50%;box-sizing:border-box;height:.85em;margin-top:-.325em;width:.85em}#range::-moz-range-thumb{background:#009688;border:none;border-radius:50%;box-sizing:border-box;height:.85em;width:.85em}#range::-ms-thumb{background:#009688;border:none;border-radius:50%;box-sizing:border-box;height:.85em;margin-top:0;width:.85em}#range::-ms-tooltip{display:none}#range:focus{box-shadow:0 0 2px var(--impact);outline:none}.lf-slider{position:relative}.lf-slider-frames{background:#ebebeb;border-radius:.25rem;bottom:-5px;display:inline-block;font-size:10px;height:17px;left:7px;padding:2px 5px;position:absolute;text-align:center;z-index:0}.cart-container{position:fixed;right:20px;top:65px;width:90%}@media (min-width:768px){.cart-container{display:flex;height:355px;position:relative;right:0;top:10px;width:680px;z-index:40}}.ripple{-webkit-animation:pop-ripple .25s ease-out forwards;animation:pop-ripple .25s ease-out forwards}@-webkit-keyframes pop-ripple{0%{background-image:radial-gradient(circle at center,#0fccce 0,#fff 0)}1%{background-image:radial-gradient(circle at center,#0fccce 1%,#fff 0)}2%{background-image:radial-gradient(circle at center,#0fccce 2%,#fff 0)}3%{background-image:radial-gradient(circle at center,#0fccce 3%,#fff 0)}4%{background-image:radial-gradient(circle at center,#0fccce 4%,#fff 0)}5%{background-image:radial-gradient(circle at center,#0fccce 5%,#fff 0)}6%{background-image:radial-gradient(circle at center,#0fccce 6%,#fff 0)}7%{background-image:radial-gradient(circle at center,#0fccce 7%,#fff 0)}8%{background-image:radial-gradient(circle at center,#0fccce 8%,#fff 0)}9%{background-image:radial-gradient(circle at center,#0fccce 9%,#fff 0)}10%{background-image:radial-gradient(circle at center,#0fccce 10%,#fff 0)}11%{background-image:radial-gradient(circle at center,#0fccce 11%,#fff 0)}12%{background-image:radial-gradient(circle at center,#0fccce 12%,#fff 0)}13%{background-image:radial-gradient(circle at center,#0fccce 13%,#fff 0)}14%{background-image:radial-gradient(circle at center,#0fccce 14%,#fff 0)}15%{background-image:radial-gradient(circle at center,#0fccce 15%,#fff 0)}16%{background-image:radial-gradient(circle at center,#0fccce 16%,#fff 0)}17%{background-image:radial-gradient(circle at center,#0fccce 17%,#fff 0)}18%{background-image:radial-gradient(circle at center,#0fccce 18%,#fff 0)}19%{background-image:radial-gradient(circle at center,#0fccce 19%,#fff 0)}20%{background-image:radial-gradient(circle at center,#0fccce 20%,#fff 0)}21%{background-image:radial-gradient(circle at center,#0fccce 21%,#fff 0)}22%{background-image:radial-gradient(circle at center,#0fccce 22%,#fff 0)}23%{background-image:radial-gradient(circle at center,#0fccce 23%,#fff 0)}24%{background-image:radial-gradient(circle at center,#0fccce 24%,#fff 0)}25%{background-image:radial-gradient(circle at center,#0fccce 25%,#fff 0)}26%{background-image:radial-gradient(circle at center,#0fccce 26%,#fff 0)}27%{background-image:radial-gradient(circle at center,#0fccce 27%,#fff 0)}28%{background-image:radial-gradient(circle at center,#0fccce 28%,#fff 0)}29%{background-image:radial-gradient(circle at center,#0fccce 29%,#fff 0)}30%{background-image:radial-gradient(circle at center,#0fccce 30%,#fff 0)}31%{background-image:radial-gradient(circle at center,#0fccce 31%,#fff 0)}32%{background-image:radial-gradient(circle at center,#0fccce 32%,#fff 0)}33%{background-image:radial-gradient(circle at center,#0fccce 33%,#fff 0)}34%{background-image:radial-gradient(circle at center,#0fccce 34%,#fff 0)}35%{background-image:radial-gradient(circle at center,#0fccce 35%,#fff 0)}36%{background-image:radial-gradient(circle at center,#0fccce 36%,#fff 0)}37%{background-image:radial-gradient(circle at center,#0fccce 37%,#fff 0)}38%{background-image:radial-gradient(circle at center,#0fccce 38%,#fff 0)}39%{background-image:radial-gradient(circle at center,#0fccce 39%,#fff 0)}40%{background-image:radial-gradient(circle at center,#0fccce 40%,#fff 0)}41%{background-image:radial-gradient(circle at center,#0fccce 41%,#fff 0)}42%{background-image:radial-gradient(circle at center,#0fccce 42%,#fff 0)}43%{background-image:radial-gradient(circle at center,#0fccce 43%,#fff 0)}44%{background-image:radial-gradient(circle at center,#0fccce 44%,#fff 0)}45%{background-image:radial-gradient(circle at center,#0fccce 45%,#fff 0)}46%{background-image:radial-gradient(circle at center,#0fccce 46%,#fff 0)}47%{background-image:radial-gradient(circle at center,#0fccce 47%,#fff 0)}48%{background-image:radial-gradient(circle at center,#0fccce 48%,#fff 0)}49%{background-image:radial-gradient(circle at center,#0fccce 49%,#fff 0)}50%{background-image:radial-gradient(circle at center,#0fccce 50%,#fff 0)}51%{background-image:radial-gradient(circle at center,#0fccce 51%,#fff 0)}52%{background-image:radial-gradient(circle at center,#0fccce 52%,#fff 0)}53%{background-image:radial-gradient(circle at center,#0fccce 53%,#fff 0)}54%{background-image:radial-gradient(circle at center,#0fccce 54%,#fff 0)}55%{background-image:radial-gradient(circle at center,#0fccce 55%,#fff 0)}56%{background-image:radial-gradient(circle at center,#0fccce 56%,#fff 0)}57%{background-image:radial-gradient(circle at center,#0fccce 57%,#fff 0)}58%{background-image:radial-gradient(circle at center,#0fccce 58%,#fff 0)}59%{background-image:radial-gradient(circle at center,#0fccce 59%,#fff 0)}60%{background-image:radial-gradient(circle at center,#0fccce 60%,#fff 0)}61%{background-image:radial-gradient(circle at center,#0fccce 61%,#fff 0)}62%{background-image:radial-gradient(circle at center,#0fccce 62%,#fff 0)}63%{background-image:radial-gradient(circle at center,#0fccce 63%,#fff 0)}64%{background-image:radial-gradient(circle at center,#0fccce 64%,#fff 0)}65%{background-image:radial-gradient(circle at center,#0fccce 65%,#fff 0)}66%{background-image:radial-gradient(circle at center,#0fccce 66%,#fff 0)}67%{background-image:radial-gradient(circle at center,#0fccce 67%,#fff 0)}68%{background-image:radial-gradient(circle at center,#0fccce 68%,#fff 0)}69%{background-image:radial-gradient(circle at center,#0fccce 69%,#fff 0)}70%{background-image:radial-gradient(circle at center,#0fccce 70%,#fff 0)}71%{background-image:radial-gradient(circle at center,#0fccce 71%,#fff 0)}72%{background-image:radial-gradient(circle at center,#0fccce 72%,#fff 0)}73%{background-image:radial-gradient(circle at center,#0fccce 73%,#fff 0)}74%{background-image:radial-gradient(circle at center,#0fccce 74%,#fff 0)}75%{background-image:radial-gradient(circle at center,#0fccce 75%,#fff 0)}76%{background-image:radial-gradient(circle at center,#0fccce 76%,#fff 0)}77%{background-image:radial-gradient(circle at center,#0fccce 77%,#fff 0)}78%{background-image:radial-gradient(circle at center,#0fccce 78%,#fff 0)}79%{background-image:radial-gradient(circle at center,#0fccce 79%,#fff 0)}80%{background-image:radial-gradient(circle at center,#0fccce 80%,#fff 0)}81%{background-image:radial-gradient(circle at center,#0fccce 81%,#fff 0)}82%{background-image:radial-gradient(circle at center,#0fccce 82%,#fff 0)}83%{background-image:radial-gradient(circle at center,#0fccce 83%,#fff 0)}84%{background-image:radial-gradient(circle at center,#0fccce 84%,#fff 0)}85%{background-image:radial-gradient(circle at center,#0fccce 85%,#fff 0)}86%{background-image:radial-gradient(circle at center,#0fccce 86%,#fff 0)}87%{background-image:radial-gradient(circle at center,#0fccce 87%,#fff 0)}88%{background-image:radial-gradient(circle at center,#0fccce 88%,#fff 0)}89%{background-image:radial-gradient(circle at center,#0fccce 89%,#fff 0)}90%{background-image:radial-gradient(circle at center,#0fccce 90%,#fff 0)}91%{background-image:radial-gradient(circle at center,#0fccce 91%,#fff 0)}92%{background-image:radial-gradient(circle at center,#0fccce 92%,#fff 0)}93%{background-image:radial-gradient(circle at center,#0fccce 93%,#fff 0)}94%{background-image:radial-gradient(circle at center,#0fccce 94%,#fff 0)}95%{background-image:radial-gradient(circle at center,#0fccce 95%,#fff 0)}96%{background-image:radial-gradient(circle at center,#0fccce 96%,#fff 0)}97%{background-image:radial-gradient(circle at center,#0fccce 97%,#fff 0)}98%{background-image:radial-gradient(circle at center,#0fccce 98%,#fff 0)}99%{background-image:radial-gradient(circle at center,#0fccce 99%,#fff 0)}to{background-image:radial-gradient(circle at center,#0fccce 100%,#fff 0)}}@keyframes pop-ripple{0%{background-image:radial-gradient(circle at center,#0fccce 0,#fff 0)}1%{background-image:radial-gradient(circle at center,#0fccce 1%,#fff 0)}2%{background-image:radial-gradient(circle at center,#0fccce 2%,#fff 0)}3%{background-image:radial-gradient(circle at center,#0fccce 3%,#fff 0)}4%{background-image:radial-gradient(circle at center,#0fccce 4%,#fff 0)}5%{background-image:radial-gradient(circle at center,#0fccce 5%,#fff 0)}6%{background-image:radial-gradient(circle at center,#0fccce 6%,#fff 0)}7%{background-image:radial-gradient(circle at center,#0fccce 7%,#fff 0)}8%{background-image:radial-gradient(circle at center,#0fccce 8%,#fff 0)}9%{background-image:radial-gradient(circle at center,#0fccce 9%,#fff 0)}10%{background-image:radial-gradient(circle at center,#0fccce 10%,#fff 0)}11%{background-image:radial-gradient(circle at center,#0fccce 11%,#fff 0)}12%{background-image:radial-gradient(circle at center,#0fccce 12%,#fff 0)}13%{background-image:radial-gradient(circle at center,#0fccce 13%,#fff 0)}14%{background-image:radial-gradient(circle at center,#0fccce 14%,#fff 0)}15%{background-image:radial-gradient(circle at center,#0fccce 15%,#fff 0)}16%{background-image:radial-gradient(circle at center,#0fccce 16%,#fff 0)}17%{background-image:radial-gradient(circle at center,#0fccce 17%,#fff 0)}18%{background-image:radial-gradient(circle at center,#0fccce 18%,#fff 0)}19%{background-image:radial-gradient(circle at center,#0fccce 19%,#fff 0)}20%{background-image:radial-gradient(circle at center,#0fccce 20%,#fff 0)}21%{background-image:radial-gradient(circle at center,#0fccce 21%,#fff 0)}22%{background-image:radial-gradient(circle at center,#0fccce 22%,#fff 0)}23%{background-image:radial-gradient(circle at center,#0fccce 23%,#fff 0)}24%{background-image:radial-gradient(circle at center,#0fccce 24%,#fff 0)}25%{background-image:radial-gradient(circle at center,#0fccce 25%,#fff 0)}26%{background-image:radial-gradient(circle at center,#0fccce 26%,#fff 0)}27%{background-image:radial-gradient(circle at center,#0fccce 27%,#fff 0)}28%{background-image:radial-gradient(circle at center,#0fccce 28%,#fff 0)}29%{background-image:radial-gradient(circle at center,#0fccce 29%,#fff 0)}30%{background-image:radial-gradient(circle at center,#0fccce 30%,#fff 0)}31%{background-image:radial-gradient(circle at center,#0fccce 31%,#fff 0)}32%{background-image:radial-gradient(circle at center,#0fccce 32%,#fff 0)}33%{background-image:radial-gradient(circle at center,#0fccce 33%,#fff 0)}34%{background-image:radial-gradient(circle at center,#0fccce 34%,#fff 0)}35%{background-image:radial-gradient(circle at center,#0fccce 35%,#fff 0)}36%{background-image:radial-gradient(circle at center,#0fccce 36%,#fff 0)}37%{background-image:radial-gradient(circle at center,#0fccce 37%,#fff 0)}38%{background-image:radial-gradient(circle at center,#0fccce 38%,#fff 0)}39%{background-image:radial-gradient(circle at center,#0fccce 39%,#fff 0)}40%{background-image:radial-gradient(circle at center,#0fccce 40%,#fff 0)}41%{background-image:radial-gradient(circle at center,#0fccce 41%,#fff 0)}42%{background-image:radial-gradient(circle at center,#0fccce 42%,#fff 0)}43%{background-image:radial-gradient(circle at center,#0fccce 43%,#fff 0)}44%{background-image:radial-gradient(circle at center,#0fccce 44%,#fff 0)}45%{background-image:radial-gradient(circle at center,#0fccce 45%,#fff 0)}46%{background-image:radial-gradient(circle at center,#0fccce 46%,#fff 0)}47%{background-image:radial-gradient(circle at center,#0fccce 47%,#fff 0)}48%{background-image:radial-gradient(circle at center,#0fccce 48%,#fff 0)}49%{background-image:radial-gradient(circle at center,#0fccce 49%,#fff 0)}50%{background-image:radial-gradient(circle at center,#0fccce 50%,#fff 0)}51%{background-image:radial-gradient(circle at center,#0fccce 51%,#fff 0)}52%{background-image:radial-gradient(circle at center,#0fccce 52%,#fff 0)}53%{background-image:radial-gradient(circle at center,#0fccce 53%,#fff 0)}54%{background-image:radial-gradient(circle at center,#0fccce 54%,#fff 0)}55%{background-image:radial-gradient(circle at center,#0fccce 55%,#fff 0)}56%{background-image:radial-gradient(circle at center,#0fccce 56%,#fff 0)}57%{background-image:radial-gradient(circle at center,#0fccce 57%,#fff 0)}58%{background-image:radial-gradient(circle at center,#0fccce 58%,#fff 0)}59%{background-image:radial-gradient(circle at center,#0fccce 59%,#fff 0)}60%{background-image:radial-gradient(circle at center,#0fccce 60%,#fff 0)}61%{background-image:radial-gradient(circle at center,#0fccce 61%,#fff 0)}62%{background-image:radial-gradient(circle at center,#0fccce 62%,#fff 0)}63%{background-image:radial-gradient(circle at center,#0fccce 63%,#fff 0)}64%{background-image:radial-gradient(circle at center,#0fccce 64%,#fff 0)}65%{background-image:radial-gradient(circle at center,#0fccce 65%,#fff 0)}66%{background-image:radial-gradient(circle at center,#0fccce 66%,#fff 0)}67%{background-image:radial-gradient(circle at center,#0fccce 67%,#fff 0)}68%{background-image:radial-gradient(circle at center,#0fccce 68%,#fff 0)}69%{background-image:radial-gradient(circle at center,#0fccce 69%,#fff 0)}70%{background-image:radial-gradient(circle at center,#0fccce 70%,#fff 0)}71%{background-image:radial-gradient(circle at center,#0fccce 71%,#fff 0)}72%{background-image:radial-gradient(circle at center,#0fccce 72%,#fff 0)}73%{background-image:radial-gradient(circle at center,#0fccce 73%,#fff 0)}74%{background-image:radial-gradient(circle at center,#0fccce 74%,#fff 0)}75%{background-image:radial-gradient(circle at center,#0fccce 75%,#fff 0)}76%{background-image:radial-gradient(circle at center,#0fccce 76%,#fff 0)}77%{background-image:radial-gradient(circle at center,#0fccce 77%,#fff 0)}78%{background-image:radial-gradient(circle at center,#0fccce 78%,#fff 0)}79%{background-image:radial-gradient(circle at center,#0fccce 79%,#fff 0)}80%{background-image:radial-gradient(circle at center,#0fccce 80%,#fff 0)}81%{background-image:radial-gradient(circle at center,#0fccce 81%,#fff 0)}82%{background-image:radial-gradient(circle at center,#0fccce 82%,#fff 0)}83%{background-image:radial-gradient(circle at center,#0fccce 83%,#fff 0)}84%{background-image:radial-gradient(circle at center,#0fccce 84%,#fff 0)}85%{background-image:radial-gradient(circle at center,#0fccce 85%,#fff 0)}86%{background-image:radial-gradient(circle at center,#0fccce 86%,#fff 0)}87%{background-image:radial-gradient(circle at center,#0fccce 87%,#fff 0)}88%{background-image:radial-gradient(circle at center,#0fccce 88%,#fff 0)}89%{background-image:radial-gradient(circle at center,#0fccce 89%,#fff 0)}90%{background-image:radial-gradient(circle at center,#0fccce 90%,#fff 0)}91%{background-image:radial-gradient(circle at center,#0fccce 91%,#fff 0)}92%{background-image:radial-gradient(circle at center,#0fccce 92%,#fff 0)}93%{background-image:radial-gradient(circle at center,#0fccce 93%,#fff 0)}94%{background-image:radial-gradient(circle at center,#0fccce 94%,#fff 0)}95%{background-image:radial-gradient(circle at center,#0fccce 95%,#fff 0)}96%{background-image:radial-gradient(circle at center,#0fccce 96%,#fff 0)}97%{background-image:radial-gradient(circle at center,#0fccce 97%,#fff 0)}98%{background-image:radial-gradient(circle at center,#0fccce 98%,#fff 0)}99%{background-image:radial-gradient(circle at center,#0fccce 99%,#fff 0)}to{background-image:radial-gradient(circle at center,#0fccce 100%,#fff 0)}}@-webkit-keyframes pop-fade{0%{background-image:radial-gradient(circle at center,#0fccce 0 100%),radial-gradient(circle at center,#fff 0 100%)}1%{background-image:radial-gradient(circle at center,rgba(15,204,206,.99) 0 100%),radial-gradient(circle at center,#fff 0 100%)}2%{background-image:radial-gradient(circle at center,rgba(15,204,206,.98) 0 100%),radial-gradient(circle at center,#fff 0 100%)}3%{background-image:radial-gradient(circle at center,rgba(15,204,206,.97) 0 100%),radial-gradient(circle at center,#fff 0 100%)}4%{background-image:radial-gradient(circle at center,rgba(15,204,206,.96) 0 100%),radial-gradient(circle at center,#fff 0 100%)}5%{background-image:radial-gradient(circle at center,rgba(15,204,206,.95) 0 100%),radial-gradient(circle at center,#fff 0 100%)}6%{background-image:radial-gradient(circle at center,rgba(15,204,206,.94) 0 100%),radial-gradient(circle at center,#fff 0 100%)}7%{background-image:radial-gradient(circle at center,rgba(15,204,206,.93) 0 100%),radial-gradient(circle at center,#fff 0 100%)}8%{background-image:radial-gradient(circle at center,rgba(15,204,206,.92) 0 100%),radial-gradient(circle at center,#fff 0 100%)}9%{background-image:radial-gradient(circle at center,rgba(15,204,206,.91) 0 100%),radial-gradient(circle at center,#fff 0 100%)}10%{background-image:radial-gradient(circle at center,rgba(15,204,206,.9) 0 100%),radial-gradient(circle at center,#fff 0 100%)}11%{background-image:radial-gradient(circle at center,rgba(15,204,206,.89) 0 100%),radial-gradient(circle at center,#fff 0 100%)}12%{background-image:radial-gradient(circle at center,rgba(15,204,206,.88) 0 100%),radial-gradient(circle at center,#fff 0 100%)}13%{background-image:radial-gradient(circle at center,rgba(15,204,206,.87) 0 100%),radial-gradient(circle at center,#fff 0 100%)}14%{background-image:radial-gradient(circle at center,rgba(15,204,206,.86) 0 100%),radial-gradient(circle at center,#fff 0 100%)}15%{background-image:radial-gradient(circle at center,rgba(15,204,206,.85) 0 100%),radial-gradient(circle at center,#fff 0 100%)}16%{background-image:radial-gradient(circle at center,rgba(15,204,206,.84) 0 100%),radial-gradient(circle at center,#fff 0 100%)}17%{background-image:radial-gradient(circle at center,rgba(15,204,206,.83) 0 100%),radial-gradient(circle at center,#fff 0 100%)}18%{background-image:radial-gradient(circle at center,rgba(15,204,206,.82) 0 100%),radial-gradient(circle at center,#fff 0 100%)}19%{background-image:radial-gradient(circle at center,rgba(15,204,206,.81) 0 100%),radial-gradient(circle at center,#fff 0 100%)}20%{background-image:radial-gradient(circle at center,rgba(15,204,206,.8) 0 100%),radial-gradient(circle at center,#fff 0 100%)}21%{background-image:radial-gradient(circle at center,rgba(15,204,206,.79) 0 100%),radial-gradient(circle at center,#fff 0 100%)}22%{background-image:radial-gradient(circle at center,rgba(15,204,206,.78) 0 100%),radial-gradient(circle at center,#fff 0 100%)}23%{background-image:radial-gradient(circle at center,rgba(15,204,206,.77) 0 100%),radial-gradient(circle at center,#fff 0 100%)}24%{background-image:radial-gradient(circle at center,rgba(15,204,206,.76) 0 100%),radial-gradient(circle at center,#fff 0 100%)}25%{background-image:radial-gradient(circle at center,rgba(15,204,206,.75) 0 100%),radial-gradient(circle at center,#fff 0 100%)}26%{background-image:radial-gradient(circle at center,rgba(15,204,206,.74) 0 100%),radial-gradient(circle at center,#fff 0 100%)}27%{background-image:radial-gradient(circle at center,rgba(15,204,206,.73) 0 100%),radial-gradient(circle at center,#fff 0 100%)}28%{background-image:radial-gradient(circle at center,rgba(15,204,206,.72) 0 100%),radial-gradient(circle at center,#fff 0 100%)}29%{background-image:radial-gradient(circle at center,rgba(15,204,206,.71) 0 100%),radial-gradient(circle at center,#fff 0 100%)}30%{background-image:radial-gradient(circle at center,rgba(15,204,206,.7) 0 100%),radial-gradient(circle at center,#fff 0 100%)}31%{background-image:radial-gradient(circle at center,rgba(15,204,206,.69) 0 100%),radial-gradient(circle at center,#fff 0 100%)}32%{background-image:radial-gradient(circle at center,rgba(15,204,206,.68) 0 100%),radial-gradient(circle at center,#fff 0 100%)}33%{background-image:radial-gradient(circle at center,rgba(15,204,206,.67) 0 100%),radial-gradient(circle at center,#fff 0 100%)}34%{background-image:radial-gradient(circle at center,rgba(15,204,206,.66) 0 100%),radial-gradient(circle at center,#fff 0 100%)}35%{background-image:radial-gradient(circle at center,rgba(15,204,206,.65) 0 100%),radial-gradient(circle at center,#fff 0 100%)}36%{background-image:radial-gradient(circle at center,rgba(15,204,206,.64) 0 100%),radial-gradient(circle at center,#fff 0 100%)}37%{background-image:radial-gradient(circle at center,rgba(15,204,206,.63) 0 100%),radial-gradient(circle at center,#fff 0 100%)}38%{background-image:radial-gradient(circle at center,rgba(15,204,206,.62) 0 100%),radial-gradient(circle at center,#fff 0 100%)}39%{background-image:radial-gradient(circle at center,rgba(15,204,206,.61) 0 100%),radial-gradient(circle at center,#fff 0 100%)}40%{background-image:radial-gradient(circle at center,rgba(15,204,206,.6) 0 100%),radial-gradient(circle at center,#fff 0 100%)}41%{background-image:radial-gradient(circle at center,rgba(15,204,206,.59) 0 100%),radial-gradient(circle at center,#fff 0 100%)}42%{background-image:radial-gradient(circle at center,rgba(15,204,206,.58) 0 100%),radial-gradient(circle at center,#fff 0 100%)}43%{background-image:radial-gradient(circle at center,rgba(15,204,206,.57) 0 100%),radial-gradient(circle at center,#fff 0 100%)}44%{background-image:radial-gradient(circle at center,rgba(15,204,206,.56) 0 100%),radial-gradient(circle at center,#fff 0 100%)}45%{background-image:radial-gradient(circle at center,rgba(15,204,206,.55) 0 100%),radial-gradient(circle at center,#fff 0 100%)}46%{background-image:radial-gradient(circle at center,rgba(15,204,206,.54) 0 100%),radial-gradient(circle at center,#fff 0 100%)}47%{background-image:radial-gradient(circle at center,rgba(15,204,206,.53) 0 100%),radial-gradient(circle at center,#fff 0 100%)}48%{background-image:radial-gradient(circle at center,rgba(15,204,206,.52) 0 100%),radial-gradient(circle at center,#fff 0 100%)}49%{background-image:radial-gradient(circle at center,rgba(15,204,206,.51) 0 100%),radial-gradient(circle at center,#fff 0 100%)}50%{background-image:radial-gradient(circle at center,rgba(15,204,206,.5) 0 100%),radial-gradient(circle at center,#fff 0 100%)}51%{background-image:radial-gradient(circle at center,rgba(15,204,206,.49) 0 100%),radial-gradient(circle at center,#fff 0 100%)}52%{background-image:radial-gradient(circle at center,rgba(15,204,206,.48) 0 100%),radial-gradient(circle at center,#fff 0 100%)}53%{background-image:radial-gradient(circle at center,rgba(15,204,206,.47) 0 100%),radial-gradient(circle at center,#fff 0 100%)}54%{background-image:radial-gradient(circle at center,rgba(15,204,206,.46) 0 100%),radial-gradient(circle at center,#fff 0 100%)}55%{background-image:radial-gradient(circle at center,rgba(15,204,206,.45) 0 100%),radial-gradient(circle at center,#fff 0 100%)}56%{background-image:radial-gradient(circle at center,rgba(15,204,206,.44) 0 100%),radial-gradient(circle at center,#fff 0 100%)}57%{background-image:radial-gradient(circle at center,rgba(15,204,206,.43) 0 100%),radial-gradient(circle at center,#fff 0 100%)}58%{background-image:radial-gradient(circle at center,rgba(15,204,206,.42) 0 100%),radial-gradient(circle at center,#fff 0 100%)}59%{background-image:radial-gradient(circle at center,rgba(15,204,206,.41) 0 100%),radial-gradient(circle at center,#fff 0 100%)}60%{background-image:radial-gradient(circle at center,rgba(15,204,206,.4) 0 100%),radial-gradient(circle at center,#fff 0 100%)}61%{background-image:radial-gradient(circle at center,rgba(15,204,206,.39) 0 100%),radial-gradient(circle at center,#fff 0 100%)}62%{background-image:radial-gradient(circle at center,rgba(15,204,206,.38) 0 100%),radial-gradient(circle at center,#fff 0 100%)}63%{background-image:radial-gradient(circle at center,rgba(15,204,206,.37) 0 100%),radial-gradient(circle at center,#fff 0 100%)}64%{background-image:radial-gradient(circle at center,rgba(15,204,206,.36) 0 100%),radial-gradient(circle at center,#fff 0 100%)}65%{background-image:radial-gradient(circle at center,rgba(15,204,206,.35) 0 100%),radial-gradient(circle at center,#fff 0 100%)}66%{background-image:radial-gradient(circle at center,rgba(15,204,206,.34) 0 100%),radial-gradient(circle at center,#fff 0 100%)}67%{background-image:radial-gradient(circle at center,rgba(15,204,206,.33) 0 100%),radial-gradient(circle at center,#fff 0 100%)}68%{background-image:radial-gradient(circle at center,rgba(15,204,206,.32) 0 100%),radial-gradient(circle at center,#fff 0 100%)}69%{background-image:radial-gradient(circle at center,rgba(15,204,206,.31) 0 100%),radial-gradient(circle at center,#fff 0 100%)}70%{background-image:radial-gradient(circle at center,rgba(15,204,206,.3) 0 100%),radial-gradient(circle at center,#fff 0 100%)}71%{background-image:radial-gradient(circle at center,rgba(15,204,206,.29) 0 100%),radial-gradient(circle at center,#fff 0 100%)}72%{background-image:radial-gradient(circle at center,rgba(15,204,206,.28) 0 100%),radial-gradient(circle at center,#fff 0 100%)}73%{background-image:radial-gradient(circle at center,rgba(15,204,206,.27) 0 100%),radial-gradient(circle at center,#fff 0 100%)}74%{background-image:radial-gradient(circle at center,rgba(15,204,206,.26) 0 100%),radial-gradient(circle at center,#fff 0 100%)}75%{background-image:radial-gradient(circle at center,rgba(15,204,206,.25) 0 100%),radial-gradient(circle at center,#fff 0 100%)}76%{background-image:radial-gradient(circle at center,rgba(15,204,206,.24) 0 100%),radial-gradient(circle at center,#fff 0 100%)}77%{background-image:radial-gradient(circle at center,rgba(15,204,206,.23) 0 100%),radial-gradient(circle at center,#fff 0 100%)}78%{background-image:radial-gradient(circle at center,rgba(15,204,206,.22) 0 100%),radial-gradient(circle at center,#fff 0 100%)}79%{background-image:radial-gradient(circle at center,rgba(15,204,206,.21) 0 100%),radial-gradient(circle at center,#fff 0 100%)}80%{background-image:radial-gradient(circle at center,rgba(15,204,206,.2) 0 100%),radial-gradient(circle at center,#fff 0 100%)}81%{background-image:radial-gradient(circle at center,rgba(15,204,206,.19) 0 100%),radial-gradient(circle at center,#fff 0 100%)}82%{background-image:radial-gradient(circle at center,rgba(15,204,206,.18) 0 100%),radial-gradient(circle at center,#fff 0 100%)}83%{background-image:radial-gradient(circle at center,rgba(15,204,206,.17) 0 100%),radial-gradient(circle at center,#fff 0 100%)}84%{background-image:radial-gradient(circle at center,rgba(15,204,206,.16) 0 100%),radial-gradient(circle at center,#fff 0 100%)}85%{background-image:radial-gradient(circle at center,rgba(15,204,206,.15) 0 100%),radial-gradient(circle at center,#fff 0 100%)}86%{background-image:radial-gradient(circle at center,rgba(15,204,206,.14) 0 100%),radial-gradient(circle at center,#fff 0 100%)}87%{background-image:radial-gradient(circle at center,rgba(15,204,206,.13) 0 100%),radial-gradient(circle at center,#fff 0 100%)}88%{background-image:radial-gradient(circle at center,rgba(15,204,206,.12) 0 100%),radial-gradient(circle at center,#fff 0 100%)}89%{background-image:radial-gradient(circle at center,rgba(15,204,206,.11) 0 100%),radial-gradient(circle at center,#fff 0 100%)}90%{background-image:radial-gradient(circle at center,rgba(15,204,206,.1) 0 100%),radial-gradient(circle at center,#fff 0 100%)}91%{background-image:radial-gradient(circle at center,rgba(15,204,206,.09) 0 100%),radial-gradient(circle at center,#fff 0 100%)}92%{background-image:radial-gradient(circle at center,rgba(15,204,206,.08) 0 100%),radial-gradient(circle at center,#fff 0 100%)}93%{background-image:radial-gradient(circle at center,rgba(15,204,206,.07) 0 100%),radial-gradient(circle at center,#fff 0 100%)}94%{background-image:radial-gradient(circle at center,rgba(15,204,206,.06) 0 100%),radial-gradient(circle at center,#fff 0 100%)}95%{background-image:radial-gradient(circle at center,rgba(15,204,206,.05) 0 100%),radial-gradient(circle at center,#fff 0 100%)}96%{background-image:radial-gradient(circle at center,rgba(15,204,206,.04) 0 100%),radial-gradient(circle at center,#fff 0 100%)}97%{background-image:radial-gradient(circle at center,rgba(15,204,206,.03) 0 100%),radial-gradient(circle at center,#fff 0 100%)}98%{background-image:radial-gradient(circle at center,rgba(15,204,206,.02) 0 100%),radial-gradient(circle at center,#fff 0 100%)}99%{background-image:radial-gradient(circle at center,rgba(15,204,206,.01) 0 100%),radial-gradient(circle at center,#fff 0 100%)}to{background-image:radial-gradient(circle at center,rgba(15,204,206,0) 0 100%),radial-gradient(circle at center,#fff 0 100%)}}@keyframes pop-fade{0%{background-image:radial-gradient(circle at center,#0fccce 0 100%),radial-gradient(circle at center,#fff 0 100%)}1%{background-image:radial-gradient(circle at center,rgba(15,204,206,.99) 0 100%),radial-gradient(circle at center,#fff 0 100%)}2%{background-image:radial-gradient(circle at center,rgba(15,204,206,.98) 0 100%),radial-gradient(circle at center,#fff 0 100%)}3%{background-image:radial-gradient(circle at center,rgba(15,204,206,.97) 0 100%),radial-gradient(circle at center,#fff 0 100%)}4%{background-image:radial-gradient(circle at center,rgba(15,204,206,.96) 0 100%),radial-gradient(circle at center,#fff 0 100%)}5%{background-image:radial-gradient(circle at center,rgba(15,204,206,.95) 0 100%),radial-gradient(circle at center,#fff 0 100%)}6%{background-image:radial-gradient(circle at center,rgba(15,204,206,.94) 0 100%),radial-gradient(circle at center,#fff 0 100%)}7%{background-image:radial-gradient(circle at center,rgba(15,204,206,.93) 0 100%),radial-gradient(circle at center,#fff 0 100%)}8%{background-image:radial-gradient(circle at center,rgba(15,204,206,.92) 0 100%),radial-gradient(circle at center,#fff 0 100%)}9%{background-image:radial-gradient(circle at center,rgba(15,204,206,.91) 0 100%),radial-gradient(circle at center,#fff 0 100%)}10%{background-image:radial-gradient(circle at center,rgba(15,204,206,.9) 0 100%),radial-gradient(circle at center,#fff 0 100%)}11%{background-image:radial-gradient(circle at center,rgba(15,204,206,.89) 0 100%),radial-gradient(circle at center,#fff 0 100%)}12%{background-image:radial-gradient(circle at center,rgba(15,204,206,.88) 0 100%),radial-gradient(circle at center,#fff 0 100%)}13%{background-image:radial-gradient(circle at center,rgba(15,204,206,.87) 0 100%),radial-gradient(circle at center,#fff 0 100%)}14%{background-image:radial-gradient(circle at center,rgba(15,204,206,.86) 0 100%),radial-gradient(circle at center,#fff 0 100%)}15%{background-image:radial-gradient(circle at center,rgba(15,204,206,.85) 0 100%),radial-gradient(circle at center,#fff 0 100%)}16%{background-image:radial-gradient(circle at center,rgba(15,204,206,.84) 0 100%),radial-gradient(circle at center,#fff 0 100%)}17%{background-image:radial-gradient(circle at center,rgba(15,204,206,.83) 0 100%),radial-gradient(circle at center,#fff 0 100%)}18%{background-image:radial-gradient(circle at center,rgba(15,204,206,.82) 0 100%),radial-gradient(circle at center,#fff 0 100%)}19%{background-image:radial-gradient(circle at center,rgba(15,204,206,.81) 0 100%),radial-gradient(circle at center,#fff 0 100%)}20%{background-image:radial-gradient(circle at center,rgba(15,204,206,.8) 0 100%),radial-gradient(circle at center,#fff 0 100%)}21%{background-image:radial-gradient(circle at center,rgba(15,204,206,.79) 0 100%),radial-gradient(circle at center,#fff 0 100%)}22%{background-image:radial-gradient(circle at center,rgba(15,204,206,.78) 0 100%),radial-gradient(circle at center,#fff 0 100%)}23%{background-image:radial-gradient(circle at center,rgba(15,204,206,.77) 0 100%),radial-gradient(circle at center,#fff 0 100%)}24%{background-image:radial-gradient(circle at center,rgba(15,204,206,.76) 0 100%),radial-gradient(circle at center,#fff 0 100%)}25%{background-image:radial-gradient(circle at center,rgba(15,204,206,.75) 0 100%),radial-gradient(circle at center,#fff 0 100%)}26%{background-image:radial-gradient(circle at center,rgba(15,204,206,.74) 0 100%),radial-gradient(circle at center,#fff 0 100%)}27%{background-image:radial-gradient(circle at center,rgba(15,204,206,.73) 0 100%),radial-gradient(circle at center,#fff 0 100%)}28%{background-image:radial-gradient(circle at center,rgba(15,204,206,.72) 0 100%),radial-gradient(circle at center,#fff 0 100%)}29%{background-image:radial-gradient(circle at center,rgba(15,204,206,.71) 0 100%),radial-gradient(circle at center,#fff 0 100%)}30%{background-image:radial-gradient(circle at center,rgba(15,204,206,.7) 0 100%),radial-gradient(circle at center,#fff 0 100%)}31%{background-image:radial-gradient(circle at center,rgba(15,204,206,.69) 0 100%),radial-gradient(circle at center,#fff 0 100%)}32%{background-image:radial-gradient(circle at center,rgba(15,204,206,.68) 0 100%),radial-gradient(circle at center,#fff 0 100%)}33%{background-image:radial-gradient(circle at center,rgba(15,204,206,.67) 0 100%),radial-gradient(circle at center,#fff 0 100%)}34%{background-image:radial-gradient(circle at center,rgba(15,204,206,.66) 0 100%),radial-gradient(circle at center,#fff 0 100%)}35%{background-image:radial-gradient(circle at center,rgba(15,204,206,.65) 0 100%),radial-gradient(circle at center,#fff 0 100%)}36%{background-image:radial-gradient(circle at center,rgba(15,204,206,.64) 0 100%),radial-gradient(circle at center,#fff 0 100%)}37%{background-image:radial-gradient(circle at center,rgba(15,204,206,.63) 0 100%),radial-gradient(circle at center,#fff 0 100%)}38%{background-image:radial-gradient(circle at center,rgba(15,204,206,.62) 0 100%),radial-gradient(circle at center,#fff 0 100%)}39%{background-image:radial-gradient(circle at center,rgba(15,204,206,.61) 0 100%),radial-gradient(circle at center,#fff 0 100%)}40%{background-image:radial-gradient(circle at center,rgba(15,204,206,.6) 0 100%),radial-gradient(circle at center,#fff 0 100%)}41%{background-image:radial-gradient(circle at center,rgba(15,204,206,.59) 0 100%),radial-gradient(circle at center,#fff 0 100%)}42%{background-image:radial-gradient(circle at center,rgba(15,204,206,.58) 0 100%),radial-gradient(circle at center,#fff 0 100%)}43%{background-image:radial-gradient(circle at center,rgba(15,204,206,.57) 0 100%),radial-gradient(circle at center,#fff 0 100%)}44%{background-image:radial-gradient(circle at center,rgba(15,204,206,.56) 0 100%),radial-gradient(circle at center,#fff 0 100%)}45%{background-image:radial-gradient(circle at center,rgba(15,204,206,.55) 0 100%),radial-gradient(circle at center,#fff 0 100%)}46%{background-image:radial-gradient(circle at center,rgba(15,204,206,.54) 0 100%),radial-gradient(circle at center,#fff 0 100%)}47%{background-image:radial-gradient(circle at center,rgba(15,204,206,.53) 0 100%),radial-gradient(circle at center,#fff 0 100%)}48%{background-image:radial-gradient(circle at center,rgba(15,204,206,.52) 0 100%),radial-gradient(circle at center,#fff 0 100%)}49%{background-image:radial-gradient(circle at center,rgba(15,204,206,.51) 0 100%),radial-gradient(circle at center,#fff 0 100%)}50%{background-image:radial-gradient(circle at center,rgba(15,204,206,.5) 0 100%),radial-gradient(circle at center,#fff 0 100%)}51%{background-image:radial-gradient(circle at center,rgba(15,204,206,.49) 0 100%),radial-gradient(circle at center,#fff 0 100%)}52%{background-image:radial-gradient(circle at center,rgba(15,204,206,.48) 0 100%),radial-gradient(circle at center,#fff 0 100%)}53%{background-image:radial-gradient(circle at center,rgba(15,204,206,.47) 0 100%),radial-gradient(circle at center,#fff 0 100%)}54%{background-image:radial-gradient(circle at center,rgba(15,204,206,.46) 0 100%),radial-gradient(circle at center,#fff 0 100%)}55%{background-image:radial-gradient(circle at center,rgba(15,204,206,.45) 0 100%),radial-gradient(circle at center,#fff 0 100%)}56%{background-image:radial-gradient(circle at center,rgba(15,204,206,.44) 0 100%),radial-gradient(circle at center,#fff 0 100%)}57%{background-image:radial-gradient(circle at center,rgba(15,204,206,.43) 0 100%),radial-gradient(circle at center,#fff 0 100%)}58%{background-image:radial-gradient(circle at center,rgba(15,204,206,.42) 0 100%),radial-gradient(circle at center,#fff 0 100%)}59%{background-image:radial-gradient(circle at center,rgba(15,204,206,.41) 0 100%),radial-gradient(circle at center,#fff 0 100%)}60%{background-image:radial-gradient(circle at center,rgba(15,204,206,.4) 0 100%),radial-gradient(circle at center,#fff 0 100%)}61%{background-image:radial-gradient(circle at center,rgba(15,204,206,.39) 0 100%),radial-gradient(circle at center,#fff 0 100%)}62%{background-image:radial-gradient(circle at center,rgba(15,204,206,.38) 0 100%),radial-gradient(circle at center,#fff 0 100%)}63%{background-image:radial-gradient(circle at center,rgba(15,204,206,.37) 0 100%),radial-gradient(circle at center,#fff 0 100%)}64%{background-image:radial-gradient(circle at center,rgba(15,204,206,.36) 0 100%),radial-gradient(circle at center,#fff 0 100%)}65%{background-image:radial-gradient(circle at center,rgba(15,204,206,.35) 0 100%),radial-gradient(circle at center,#fff 0 100%)}66%{background-image:radial-gradient(circle at center,rgba(15,204,206,.34) 0 100%),radial-gradient(circle at center,#fff 0 100%)}67%{background-image:radial-gradient(circle at center,rgba(15,204,206,.33) 0 100%),radial-gradient(circle at center,#fff 0 100%)}68%{background-image:radial-gradient(circle at center,rgba(15,204,206,.32) 0 100%),radial-gradient(circle at center,#fff 0 100%)}69%{background-image:radial-gradient(circle at center,rgba(15,204,206,.31) 0 100%),radial-gradient(circle at center,#fff 0 100%)}70%{background-image:radial-gradient(circle at center,rgba(15,204,206,.3) 0 100%),radial-gradient(circle at center,#fff 0 100%)}71%{background-image:radial-gradient(circle at center,rgba(15,204,206,.29) 0 100%),radial-gradient(circle at center,#fff 0 100%)}72%{background-image:radial-gradient(circle at center,rgba(15,204,206,.28) 0 100%),radial-gradient(circle at center,#fff 0 100%)}73%{background-image:radial-gradient(circle at center,rgba(15,204,206,.27) 0 100%),radial-gradient(circle at center,#fff 0 100%)}74%{background-image:radial-gradient(circle at center,rgba(15,204,206,.26) 0 100%),radial-gradient(circle at center,#fff 0 100%)}75%{background-image:radial-gradient(circle at center,rgba(15,204,206,.25) 0 100%),radial-gradient(circle at center,#fff 0 100%)}76%{background-image:radial-gradient(circle at center,rgba(15,204,206,.24) 0 100%),radial-gradient(circle at center,#fff 0 100%)}77%{background-image:radial-gradient(circle at center,rgba(15,204,206,.23) 0 100%),radial-gradient(circle at center,#fff 0 100%)}78%{background-image:radial-gradient(circle at center,rgba(15,204,206,.22) 0 100%),radial-gradient(circle at center,#fff 0 100%)}79%{background-image:radial-gradient(circle at center,rgba(15,204,206,.21) 0 100%),radial-gradient(circle at center,#fff 0 100%)}80%{background-image:radial-gradient(circle at center,rgba(15,204,206,.2) 0 100%),radial-gradient(circle at center,#fff 0 100%)}81%{background-image:radial-gradient(circle at center,rgba(15,204,206,.19) 0 100%),radial-gradient(circle at center,#fff 0 100%)}82%{background-image:radial-gradient(circle at center,rgba(15,204,206,.18) 0 100%),radial-gradient(circle at center,#fff 0 100%)}83%{background-image:radial-gradient(circle at center,rgba(15,204,206,.17) 0 100%),radial-gradient(circle at center,#fff 0 100%)}84%{background-image:radial-gradient(circle at center,rgba(15,204,206,.16) 0 100%),radial-gradient(circle at center,#fff 0 100%)}85%{background-image:radial-gradient(circle at center,rgba(15,204,206,.15) 0 100%),radial-gradient(circle at center,#fff 0 100%)}86%{background-image:radial-gradient(circle at center,rgba(15,204,206,.14) 0 100%),radial-gradient(circle at center,#fff 0 100%)}87%{background-image:radial-gradient(circle at center,rgba(15,204,206,.13) 0 100%),radial-gradient(circle at center,#fff 0 100%)}88%{background-image:radial-gradient(circle at center,rgba(15,204,206,.12) 0 100%),radial-gradient(circle at center,#fff 0 100%)}89%{background-image:radial-gradient(circle at center,rgba(15,204,206,.11) 0 100%),radial-gradient(circle at center,#fff 0 100%)}90%{background-image:radial-gradient(circle at center,rgba(15,204,206,.1) 0 100%),radial-gradient(circle at center,#fff 0 100%)}91%{background-image:radial-gradient(circle at center,rgba(15,204,206,.09) 0 100%),radial-gradient(circle at center,#fff 0 100%)}92%{background-image:radial-gradient(circle at center,rgba(15,204,206,.08) 0 100%),radial-gradient(circle at center,#fff 0 100%)}93%{background-image:radial-gradient(circle at center,rgba(15,204,206,.07) 0 100%),radial-gradient(circle at center,#fff 0 100%)}94%{background-image:radial-gradient(circle at center,rgba(15,204,206,.06) 0 100%),radial-gradient(circle at center,#fff 0 100%)}95%{background-image:radial-gradient(circle at center,rgba(15,204,206,.05) 0 100%),radial-gradient(circle at center,#fff 0 100%)}96%{background-image:radial-gradient(circle at center,rgba(15,204,206,.04) 0 100%),radial-gradient(circle at center,#fff 0 100%)}97%{background-image:radial-gradient(circle at center,rgba(15,204,206,.03) 0 100%),radial-gradient(circle at center,#fff 0 100%)}98%{background-image:radial-gradient(circle at center,rgba(15,204,206,.02) 0 100%),radial-gradient(circle at center,#fff 0 100%)}99%{background-image:radial-gradient(circle at center,rgba(15,204,206,.01) 0 100%),radial-gradient(circle at center,#fff 0 100%)}to{background-image:radial-gradient(circle at center,rgba(15,204,206,0) 0 100%),radial-gradient(circle at center,#fff 0 100%)}}.desktop-player{margin-top:50px;width:350px}@media (min-width:576px){.desktop-player{width:auto}}@media (min-width:768px){.desktop-player{margin-top:100px}}@media (min-width:992px){.desktop-player{margin-top:100px}}@media (min-width:1200px){.desktop-player{margin-top:50px}}.desktop-player .d-animation{height:112px;left:81px;top:50px;width:154px}@media (min-width:576px){.desktop-player .d-animation{height:205px;left:119px;top:59px;width:275px}}@media (min-width:768px){.desktop-player .d-animation{height:125px;left:96px;top:53px;width:160px}}@media (min-width:992px){.desktop-player .d-animation{height:172px;left:121px;top:57px;width:210px}}@media (min-width:1200px){.desktop-player .d-animation{height:211px;left:121px;top:60px;width:283px}}.desktop-player .d-seeker{height:auto;left:114px;top:169px;width:74px}@media (min-width:576px){.desktop-player .d-seeker{height:auto;left:173px;top:277px;width:142px}}@media (min-width:768px){.desktop-player .d-seeker{height:auto;left:122px;top:186px;width:87px}}@media (min-width:992px){.desktop-player .d-seeker{height:auto;left:154px;top:239px;width:117px}}@media (min-width:1200px){.desktop-player .d-seeker{height:auto;left:180px;top:284px;width:140px}}.desktop-player .confetti{right:0;top:-25px}@media (min-width:576px){.desktop-player .confetti{right:0;top:-60px}}@media (min-width:768px){.desktop-player .confetti{left:-20px;right:20px;top:-25px}}@media (min-width:992px){.desktop-player .confetti{left:-20px;right:20px;top:-25px}}@media (min-width:1200px){.desktop-player .confetti{left:-20px;right:20px;top:-100px}}.lf-header{height:64px}@media (min-width:640px){.lf-header{height:80px;max-width:1199px}}@media (min-width:1200px){.lf-header{height:88px}}.lf-header .lf-logo{height:24px}@media (min-width:640px){.lf-header .lf-logo{height:32px}}@media (min-width:1200px){.lf-header .lf-logo{height:35px}}.lf-header .lf-logo-white,.lf-header nav{display:none}@media (min-width:1200px){.lf-header nav{display:flex;height:88px}}.lf-header nav .nav-list-item{border-bottom:1px solid #d9e0e6;border-top:2px solid #fafafa}@media (min-width:1200px){.lf-header nav .nav-list-item{border-bottom:2px solid #fafafa;border-top:none}}.lf-header nav .nav-list-item svg{fill:#b8c2cc}.lf-header nav .nav-list-item .sub-nav{display:none;margin-top:0;opacity:0;transition:1s}@media (min-width:1200px){.lf-header nav .nav-list-item .sub-nav{background:#fdfdfd;margin-top:88px}}.lf-header nav .nav-list-item .sub-nav .navbar-container{max-width:1216px}.lf-header nav .nav-list-item .sub-nav .animations,.lf-header nav .nav-list-item .sub-nav .integrations-and-plugins,.lf-header nav .nav-list-item .sub-nav .learn{margin-top:-8px!important}@media (min-width:1200px){.lf-header nav .nav-list-item .sub-nav .animations,.lf-header nav .nav-list-item .sub-nav .integrations-and-plugins,.lf-header nav .nav-list-item .sub-nav .learn{margin-top:0!important}}.lf-header nav .nav-list-item .sub-nav .case_studies .nav-cards-new-item,.lf-header nav .nav-list-item .sub-nav .inspiration .nav-cards-new-item,.lf-header nav .nav-list-item .sub-nav .integrations-and-plugins .nav-cards-new-item,.lf-header nav .nav-list-item .sub-nav .learn .nav-cards-new-item,.lf-header nav .nav-list-item .sub-nav .more-products .nav-cards-new-item,.lf-header nav .nav-list-item .sub-nav .tools .nav-cards-new-item{flex:1 1 calc(50% - 12px);max-width:calc(50% - 12px)}@media (min-width:640px){.lf-header nav .nav-list-item .sub-nav .case_studies .nav-cards-new-item,.lf-header nav .nav-list-item .sub-nav .inspiration .nav-cards-new-item,.lf-header nav .nav-list-item .sub-nav .integrations-and-plugins .nav-cards-new-item,.lf-header nav .nav-list-item .sub-nav .learn .nav-cards-new-item,.lf-header nav .nav-list-item .sub-nav .more-products .nav-cards-new-item,.lf-header nav .nav-list-item .sub-nav .tools .nav-cards-new-item{max-width:236px}}@media (min-width:1200px){.lf-header nav .nav-list-item .sub-nav .case_studies .nav-cards-new-item,.lf-header nav .nav-list-item .sub-nav .inspiration .nav-cards-new-item,.lf-header nav .nav-list-item .sub-nav .integrations-and-plugins .nav-cards-new-item,.lf-header nav .nav-list-item .sub-nav .learn .nav-cards-new-item,.lf-header nav .nav-list-item .sub-nav .more-products .nav-cards-new-item,.lf-header nav .nav-list-item .sub-nav .tools .nav-cards-new-item{flex:1 1 calc(50% - 4px);max-width:calc(50% - 4px)}}.lf-header nav .nav-list-item .sub-nav .animations{border-bottom:1px solid #d9e0e6;width:100%}.lf-header nav .nav-list-item .sub-nav .animations .nav-cards-new-item{flex:1 1 calc(50% - 12px);max-width:calc(50% - 12px)}@media (min-width:640px){.lf-header nav .nav-list-item .sub-nav .animations .nav-cards-new-item{max-width:236px}}@media (min-width:1200px){.lf-header nav .nav-list-item .sub-nav .animations{border-bottom:none;width:23.5%}.lf-header nav .nav-list-item .sub-nav .animations .nav-cards-new-item{flex:0 0 100%;max-width:100%}}.lf-header nav .nav-list-item .sub-nav .platform{border-bottom:1px solid #d9e0e6;width:100%}.lf-header nav .nav-list-item .sub-nav .platform .nav-cards-new-item{flex:1 1 100%;max-width:512px}.lf-header nav .nav-list-item .sub-nav .platform .nav-cards-new-item .subitem-container{max-width:100%}@media (min-width:1200px){.lf-header nav .nav-list-item .sub-nav .platform{border-bottom:none;border-left:1px solid #d9e0e6;margin-left:16px;padding-left:16px;width:23.5%}}.lf-header nav .nav-list-item .sub-nav .more-products{width:100%}@media (min-width:1200px){.lf-header nav .nav-list-item .sub-nav .more-products{border-left:1px solid #d9e0e6;margin-left:16px;padding-left:16px;padding-right:40px;width:53%}}.lf-header nav .nav-list-item .sub-nav .integrations-and-plugins{border-bottom:1px solid #d9e0e6;width:100%}.lf-header nav .nav-list-item .sub-nav .integrations-and-plugins .nav-cards-new{-moz-column-gap:24px;column-gap:24px;row-gap:8px}@media (min-width:640px){.lf-header nav .nav-list-item .sub-nav .integrations-and-plugins .nav-cards-new{-moz-column-gap:40px;column-gap:40px;row-gap:8px}}@media (min-width:1200px){.lf-header nav .nav-list-item .sub-nav .integrations-and-plugins{border-bottom:none;width:32%}.lf-header nav .nav-list-item .sub-nav .integrations-and-plugins .nav-cards-new{-moz-column-gap:0;column-gap:0;row-gap:0}.lf-header nav .nav-list-item .sub-nav .integrations-and-plugins .nav-cards-new-item{margin-top:0}}.lf-header nav .nav-list-item .sub-nav .tools{border-bottom:1px solid #d9e0e6;width:100%}@media (min-width:1200px){.lf-header nav .nav-list-item .sub-nav .tools{border-bottom:none;border-left:1px solid #d9e0e6;margin-left:16px;padding-left:16px;width:42.5%}}.lf-header nav .nav-list-item .sub-nav .libraries{width:100%}.lf-header nav .nav-list-item .sub-nav .libraries .nav-cards-new-item{flex:1 1 calc(50% - 12px);max-width:calc(50% - 12px)}@media (min-width:640px){.lf-header nav .nav-list-item .sub-nav .libraries .nav-cards-new-item{max-width:236px}}@media (min-width:1200px){.lf-header nav .nav-list-item .sub-nav .libraries{border-left:1px solid #d9e0e6;margin-left:16px;padding-left:16px;width:25.5%}.lf-header nav .nav-list-item .sub-nav .libraries .nav-cards-new-item{flex:0 0 100%;max-width:100%}.lf-header nav .nav-list-item .sub-nav .libraries{padding-right:40px}.lf-header nav .nav-list-item .sub-nav .libraries .nav-cards-new-item{flex:0 0 100%;max-width:100%}}.lf-header nav .nav-list-item .sub-nav .customers{border-bottom:1px solid #d9e0e6;width:100%}.lf-header nav .nav-list-item .sub-nav .customers .nav-cards-new-item{flex:1 1 calc(50% - 12px);max-width:calc(50% - 12px)}@media (min-width:640px){.lf-header nav .nav-list-item .sub-nav .customers .nav-cards-new-item{max-width:236px}}@media (min-width:1200px){.lf-header nav .nav-list-item .sub-nav .customers{border-bottom:none;width:23.5%}.lf-header nav .nav-list-item .sub-nav .customers .nav-cards-new-item{flex:0 0 100%;max-width:100%}}.lf-header nav .nav-list-item .sub-nav .inspiration{border-bottom:1px solid #d9e0e6;width:100%}@media (min-width:1200px){.lf-header nav .nav-list-item .sub-nav .inspiration{border-bottom:none;border-left:1px solid #d9e0e6;margin-left:16px;padding-left:16px;width:23.5%}.lf-header nav .nav-list-item .sub-nav .inspiration .nav-cards-new-item{flex:1 1 100%;max-width:512px}.lf-header nav .nav-list-item .sub-nav .inspiration .nav-cards-new-item .subitem-container{max-width:100%}}.lf-header nav .nav-list-item .sub-nav .case_studies{width:100%}@media (min-width:1200px){.lf-header nav .nav-list-item .sub-nav .case_studies{border-left:1px solid #d9e0e6;margin-left:16px;padding-left:16px;padding-right:40px;width:53%}.lf-header nav .nav-list-item .sub-nav .case_studies .nav-cards-new{-moz-column-gap:8px;column-gap:8px;flex-wrap:nowrap}}.lf-header nav .nav-list-item .sub-nav .case_studies .nav-cards-new-item img{height:120px;width:100%}@media (min-width:1200px){.lf-header nav .nav-list-item .sub-nav .case_studies .nav-cards-new-item img{height:135px;width:100%}.lf-header nav .nav-list-item .sub-nav .case_studies .nav-cards-new-item .subitem-container{width:180px}}.lf-header nav .nav-list-item .sub-nav .learn{border-bottom:1px solid #d9e0e6;width:100%}@media (min-width:1200px){.lf-header nav .nav-list-item .sub-nav .learn{border-bottom:none;width:49%}}.lf-header nav .nav-list-item .sub-nav .for-developers{border-bottom:1px solid #d9e0e6;width:100%}.lf-header nav .nav-list-item .sub-nav .for-developers .nav-cards-new-item{flex:1 1 calc(50% - 12px);max-width:calc(50% - 12px)}@media (min-width:640px){.lf-header nav .nav-list-item .sub-nav .for-developers .nav-cards-new-item{flex:none;max-width:236px}}@media (min-width:1200px){.lf-header nav .nav-list-item .sub-nav .for-developers{border-bottom:none;border-left:1px solid #d9e0e6;margin-left:16px;padding-left:16px;width:25.5%}.lf-header nav .nav-list-item .sub-nav .for-developers .nav-cards-new-item{flex:0 0 100%;max-width:100%}}.lf-header nav .nav-list-item .sub-nav .community{width:100%}.lf-header nav .nav-list-item .sub-nav .community .nav-cards-new-item{flex:1 1 calc(50% - 12px);max-width:calc(50% - 12px)}@media (min-width:640px){.lf-header nav .nav-list-item .sub-nav .community .nav-cards-new-item{flex:none;max-width:236px}}@media (min-width:1200px){.lf-header nav .nav-list-item .sub-nav .community{border-left:1px solid #d9e0e6;margin-left:16px;padding-left:16px;width:25.5%}.lf-header nav .nav-list-item .sub-nav .community .nav-cards-new-item{flex:0 0 100%;max-width:100%}.lf-header nav .nav-list-item .sub-nav .community{padding-right:40px}}.lf-header nav .nav-list-item.active{background-color:#fff}.lf-header nav .nav-list-item.active .arrow{transform:rotate(180deg)}.lf-header nav .nav-list-item.active .sub-nav{display:flex;opacity:1}@media (min-width:1200px){.lf-header nav .nav-list-item:hover .sub-nav{display:flex;opacity:1}}.lf-header nav .nav-list-item.nav-orange.active .nav-title{color:#00c1a2}.lf-header nav .nav-list-item.nav-orange.active svg{fill:#00c1a2;opacity:.5}@media (min-width:1200px){.lf-header nav .nav-list-item.nav-orange:hover{border-bottom-color:#00c1a2;border-top:none}.lf-header nav .nav-list-item.nav-orange:hover .nav-title{color:#00c1a2}.lf-header nav .nav-list-item.nav-orange:hover svg{fill:#00c1a2;opacity:.5}}.lf-header nav .nav-list-item .nav-cards-new{-moz-column-gap:24px;column-gap:24px;row-gap:8px}@media (min-width:640px){.lf-header nav .nav-list-item .nav-cards-new{-moz-column-gap:40px;column-gap:40px;row-gap:8px}}@media (min-width:1200px){.lf-header nav .nav-list-item .nav-cards-new{-moz-column-gap:0;column-gap:0;row-gap:8px}}@media (min-width:1280px){.lf-header nav .nav-list-item .nav-cards-new .nav-image:hover{background:#f5f8fa}}.lf-header nav .nav-list-item .nav-cards-new-item img{height:20px;width:20px}@media (min-width:1200px){.lf-header nav .nav-list-item .nav-cards-new-item img{height:24px;width:24px}}.lf-header nav .nav-list-item .nav-cards-new-item .subitem-container{max-width:220px}.lf-header nav .nav-list-item .nav-cards-new-item .hover-effect-name{color:#20272c!important}.lf-header nav .nav-list-item .nav-cards-new-item .hover-effect-description{color:#63727e}.lf-header nav .nav-list-item .nav-cards-new-item:hover{background:#fff}.lf-header nav .nav-list-item .nav-cards-new-item:hover .hover-effect-name{color:#20272c!important}.lf-header nav .nav-list-item .nav-cards-new-item:hover .hover-effect-description{color:#63727e}@media (min-width:1200px){.lf-header nav .nav-list-item .nav-cards-new-item:hover{background:#f5f8fa}.lf-header nav .nav-list-item .nav-cards-new-item:hover .hover-effect-name{color:#019d91}.lf-header nav .nav-list-item .nav-cards-new-item:hover .hover-effect-description{color:#4c5863}}.lf-header .subnav-container{gap:0}@media (min-width:1200px){.lf-header .subnav-container{gap:16px}}.lf-header .search-input{display:none}@media (min-width:1200px){.lf-header .search-input{display:block;max-width:260px;min-width:200px}}.lf-header .user-menu{display:none}@media (min-width:1200px){.lf-header .user-menu{display:flex}}.lf-header .user-menu-list{border-bottom:1px solid #d9e0e6;border-top:1px solid #d9e0e6;display:block}@media (min-width:1200px){.lf-header .user-menu-list{border:none;display:none}}.lf-header .user-menu-list svg{fill:#b8c2cc}.lf-header .user-menu-list.active{background-color:#fff}.lf-header .user-menu-list.active .arrow{transform:rotate(180deg)}.lf-header .user-menu-list.active svg{fill:#606f7b}.lf-header .user-menu-list.active .user-menu-list-items{display:block}.lf-header .user-menu-list-items{display:none}@media (min-width:1200px){.lf-header .user-menu-list-items{display:flex}}.lf-header .user-menu:hover .user-menu-list{display:block}@media (min-width:1200px){.lf-header .user-menu:hover .user-menu-list{padding-top:70px}}.lf-header .guest-menu{bottom:0;display:none}@media (min-width:640px){.lf-header .guest-menu{bottom:auto;display:flex;height:80px;right:20px}.lf-header .logged-out-container{height:80px;justify-content:space-between;width:270px}}@media (min-width:1200px){.lf-header .logged-out-container{justify-content:space-between;width:auto}}.lf-header .m-nav-close{display:none}.lf-header.mobile-nav-active .nav-container{display:flex;padding-top:64px!important;padding-top:5rem;position:fixed}@media (min-width:640px){.lf-header.mobile-nav-active .nav-container{padding-top:80px!important}}@media (min-width:1200px){.lf-header.mobile-nav-active .nav-container{padding-top:0;position:relative}}.lf-header.mobile-nav-active .nav-container nav{display:flex}.lf-header.mobile-nav-active .nav-container nav ul{width:100%}.lf-header.mobile-nav-active .nav-container .user-menu{display:flex}.lf-header.mobile-nav-active .nav-container .guest-menu{border-top:1px solid #d9e0e6;display:flex}.lf-header.mobile-nav-active .nav-container .hover-effect-name{color:#20272c!important}.lf-header.mobile-nav-active .nav-container .hover-effect-description{color:#63727e}.lf-header.mobile-nav-active .nav-container .nav-cards-new-item:hover{background:#fff}.lf-header.mobile-nav-active .nav-container .nav-cards-new-item:hover .hover-effect-name{color:#20272c!important}.lf-header.mobile-nav-active .nav-container .nav-cards-new-item:hover .hover-effect-description{color:#63727e}.lf-header.mobile-nav-active .m-nav-hamburger{display:none}.lf-header.mobile-nav-active .m-nav-close{display:block}.lf-header.mobile-nav-active .search-input{display:none}.lf-header.mobile-nav-active .m-nav-container{padding-right:1.25rem;right:0}@media only screen and (max-width:1199px) and (min-width:640px){.lf-header.mobile-nav-active .m-nav-container{height:80px}}.lf-header.mobile-search-active .nav-container{display:flex;padding-top:6rem;position:fixed}@media (min-width:1200px){.lf-header.mobile-search-active .nav-container{padding-top:0;position:relative}}.lf-header.mobile-search-active .nav-container .user-menu,.lf-header.mobile-search-active .nav-container .user-menu-container,.lf-header.mobile-search-active .nav-container nav{display:none}.lf-header.mobile-search-active .search-input{display:block;max-width:100%;width:100%}.lf-header.mobile-search-active .m-nav-close{display:block}.lf-header.mobile-search-active .feedback-link,.lf-header.mobile-search-active .m-nav-hamburger,.lf-header.mobile-search-active .m-nav-search,.lf-header.mobile-search-active .user-menu,.lf-header.mobile-search-active .user-menu-container{display:none}.lf-header.mobile-search-active .m-nav-container{padding-right:1.25rem;right:0}@media only screen and (max-width:1199px) and (min-width:640px){.lf-header.mobile-search-active .m-nav-container{height:80px;width:auto}}.lf-header-dark{background-color:#22292f}.lf-header-dark .lf-logo-white{display:block}.lf-header-dark .lf-logo-dark{display:none}.lf-header-dark .nav-container{background-color:#22292f}.lf-header-dark .nav-container .nav-list .nav-list-item{border-top:2px solid #22292f}@media (min-width:1200px){.lf-header-dark .nav-container .nav-list .nav-list-item{border-bottom:2px solid #22292f;border-top:none}}.lf-header-dark .nav-container .nav-list .nav-list-item svg{fill:#606f7b}.lf-header-dark .nav-container .nav-list .nav-list-item .nav-title{color:#dae1e7}.lf-header-dark .nav-container .nav-list .nav-list-item .sub-nav,.lf-header-dark .nav-container .nav-list .nav-list-item.active{background-color:#2b343b}.lf-header-dark .nav-container .user-menu-list{border-top:2px solid #22292f}.lf-header-dark .nav-container .user-menu-list p{color:#fafafa}.lf-header-dark .nav-container .user-menu-list div{background-color:#2b343b}@media (min-width:1200px){.lf-header-dark .nav-container .user-menu-list{border:none}}.lf-header-dark .nav-container .user-menu-list-items a{color:#b8c2cc}.lf-header-dark .nav-container .user-menu-list-items a:hover{color:#00ddb3}.lf-header-dark .nav-container .user-menu-list-items .text-grey{color:#8795a1}.lf-header-dark .nav-container .user-menu-list.active{border-color:#fff}@media (min-width:1200px){.lf-header-dark .nav-container .user-menu-list.active{background-color:#2b343b}}.lf-header-dark .nav-container .search-input input{background-color:#2b343b}.lf-header-dark .nav-container .search-input input::-moz-placeholder{color:#8795a1}.lf-header-dark .nav-container .search-input input::placeholder{color:#8795a1}.noscroll{overflow:hidden}.lf-home-features-slider{padding:20px 0}@media (min-width:992px){.lf-home-features-slider{padding:10px 0}}.lf-home-features-slider .slide{padding:0 10px;width:330px}@media (min-width:768px){.lf-home-features-slider .slide{padding:0 10px;width:350px}}@media (min-width:992px){.lf-home-features-slider .slide{padding:0 20px;width:33.33333%}}.lf-home-features-slider .slide:first-of-type{padding-left:20px}.lf-home-features-slider .slide:last-of-type{padding-right:20px}.integrations-list{height:700px}@media (min-width:768px){.integrations-list{height:1000px}}.integrations-list .logo{height:93px;width:93px}@media (min-width:768px){.integrations-list .logo{height:181px;width:181px}}.integrations-list .integrations-icon{height:72px;width:72px}@media (min-width:768px){.integrations-list .integrations-icon{height:112px;width:112px}}.integrations-list .integrations-icon img{max-height:35px;max-width:35px}@media (min-width:768px){.integrations-list .integrations-icon img{max-height:55px;max-width:55px}}.integrations-list .integrations-icon-1{transform:translateY(-129px)}@media (min-width:768px){.integrations-list .integrations-icon-1{transform:translateY(-244px)}}.integrations-list .integrations-icon-2{transform:translate(-94px,-94px)}@media (min-width:768px){.integrations-list .integrations-icon-2{transform:translate(-174px,-174px)}}.integrations-list .integrations-icon-3{transform:translate(94px,-94px)}@media (min-width:768px){.integrations-list .integrations-icon-3{transform:translate(174px,-174px)}}.integrations-list .integrations-icon-4{display:none}@media (min-width:768px){.integrations-list .integrations-icon-4{display:flex;transform:translateX(-445px)}}.integrations-list .integrations-icon-5{transform:translateX(-129px)}@media (min-width:768px){.integrations-list .integrations-icon-5{transform:translateX(-244px)}}.integrations-list .integrations-icon-6{transform:translateX(129px)}@media (min-width:768px){.integrations-list .integrations-icon-6{transform:translateX(244px)}}.integrations-list .integrations-icon-7{display:none}@media (min-width:768px){.integrations-list .integrations-icon-7{display:flex;transform:translateX(445px)}}.integrations-list .integrations-icon-8{transform:translateY(129px)}@media (min-width:768px){.integrations-list .integrations-icon-8{transform:translateY(240px)}}.integrations-list .integrations-icon-9{transform:translate(-94px,94px)}@media (min-width:768px){.integrations-list .integrations-icon-9{transform:translate(-174px,174px)}}.integrations-list .integrations-icon-10{transform:translate(94px,94px)}@media (min-width:768px){.integrations-list .integrations-icon-10{transform:translate(174px,174px)}}.integrations-list .integrations-icon-protopie{height:72px;width:72px}@media (min-width:768px){.integrations-list .integrations-icon-protopie{height:112px;width:112px}}.integrations-list .integrations-icon-protopie img{max-height:45px;max-width:45px}@media (min-width:768px){.integrations-list .integrations-icon-protopie img{max-height:65px;max-width:65px}}.integrations-list .integrations-icon-protopie-1{transform:translateY(-129px)}@media (min-width:768px){.integrations-list .integrations-icon-protopie-1{transform:translateY(-244px)}}.integrations-list .integrations-icon-protopie-2{transform:translate(-94px,-94px)}@media (min-width:768px){.integrations-list .integrations-icon-protopie-2{transform:translate(-174px,-174px)}}.integrations-list .integrations-icon-protopie-3{transform:translate(94px,-94px)}@media (min-width:768px){.integrations-list .integrations-icon-protopie-3{transform:translate(174px,-174px)}}.integrations-list .integrations-icon-protopie-4{display:none}@media (min-width:768px){.integrations-list .integrations-icon-protopie-4{display:flex;transform:translateX(-445px)}}.integrations-list .integrations-icon-protopie-5{transform:translateX(-129px)}@media (min-width:768px){.integrations-list .integrations-icon-protopie-5{transform:translateX(-244px)}}.integrations-list .integrations-icon-protopie-6{transform:translateX(129px)}@media (min-width:768px){.integrations-list .integrations-icon-protopie-6{transform:translateX(244px)}}.integrations-list .integrations-icon-protopie-7{display:none}@media (min-width:768px){.integrations-list .integrations-icon-protopie-7{display:flex;transform:translateX(445px)}}.integrations-list .integrations-icon-protopie-8{transform:translateY(129px)}@media (min-width:768px){.integrations-list .integrations-icon-protopie-8{transform:translateY(240px)}}.integrations-list .integrations-icon-protopie-9{transform:translate(-94px,94px)}@media (min-width:768px){.integrations-list .integrations-icon-protopie-9{transform:translate(-174px,174px)}}.integrations-list .integrations-icon-protopie-10{transform:translate(94px,94px)}@media (min-width:768px){.integrations-list .integrations-icon-protopie-10{transform:translate(174px,174px)}}.pick-of-the-day{height:220px;width:220px}@media (min-width:768px){.pick-of-the-day{height:390px;width:390px}}.pick-of-the-day-container{height:230px}@media (min-width:768px){.pick-of-the-day-container{height:488px}}.license-container{padding-top:20px}@media (min-width:768px){.license-container{padding-top:50px}}.lf-showcase-hero{height:800px}.lf-showcase-hero-bg-gradient-top{background:linear-gradient(0deg,hsla(0,0%,98%,0),#fafafa)}.lf-showcase-hero-bg-gradient-bottom{background:linear-gradient(180deg,hsla(0,0%,98%,0),#fafafa)}@-webkit-keyframes card1{0%{margin-left:-400px;margin-top:400px}40%,60%{margin-left:-180px;margin-top:0;transform:rotate(-10deg)}to{margin-left:-750px;margin-top:-100px;transform:rotate(-10deg)}}@keyframes card1{0%{right:-240px;top:280px;transform:rotate(0deg)}40%,60%{right:-275px;top:0;transform:rotate(-10deg)}to{right:0;top:0;transform:rotate(-10deg)}}@-webkit-keyframes card2{0%{right:-280px;top:380px;transform:rotate(0deg)}40%,60%{right:-230px;top:80px;transform:rotate(10deg)}to{right:0;top:50px;transform:rotate(-10deg)}}@keyframes card2{0%{right:-280px;top:380px;transform:rotate(0deg)}40%,60%{right:-230px;top:80px;transform:rotate(10deg)}to{right:0;top:50px;transform:rotate(-10deg)}}@-webkit-keyframes card1-shadow{0%{right:-240px;top:280px}40%,60%{right:-275px;top:0}to{right:0;top:0}}@keyframes card1-shadow{0%{right:-240px;top:280px}40%,60%{right:-275px;top:0}to{right:0;top:0}}@-webkit-keyframes card2-shadow{0%{right:-280px;top:380px}40%,60%{right:-230px;top:80px}to{right:0;top:50px}}@keyframes card2-shadow{0%{right:-280px;top:380px}40%,60%{right:-230px;top:80px}to{right:0;top:50px}}@-webkit-keyframes card3{0%{opacity:0}40%,60%{opacity:0;right:-300px}to{opacity:1;right:-60px}}@keyframes card3{0%{opacity:0}40%,60%{opacity:0;right:-300px}to{opacity:1;right:-60px}}.lf-showcase-featured .animation.active{-webkit-animation-play-state:running;animation-play-state:running}.lf-showcase-featured .card-image{margin:5px;padding:.25rem;transform:rotate(-10deg);width:8rem}@media (min-width:992px){.lf-showcase-featured .card-image{margin:10px;width:12rem}}.lf-showcase-featured .card-1-shadow{margin-top:30px;width:8rem}@media (min-width:992px){.lf-showcase-featured .card-1-shadow{-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:card1-shadow;animation-name:card1-shadow;-webkit-animation-play-state:paused;animation-play-state:paused;width:12rem}.lf-showcase-featured .card-1-image{-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:card1;animation-name:card1;-webkit-animation-play-state:paused;animation-play-state:paused}.lf-showcase-featured .card-2-image{-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:card2;animation-name:card2;-webkit-animation-play-state:paused;animation-play-state:paused}}.lf-showcase-featured .card-2-shadow{margin-top:40px;width:7rem}@media (min-width:992px){.lf-showcase-featured .card-2-shadow{-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:card2-shadow;animation-name:card2-shadow;-webkit-animation-play-state:paused;animation-play-state:paused;width:11rem}}@media (min-width:768px){.lf-showcase-featured .card-3{margin-left:100px;margin-right:-60px;margin-top:-70px}}@media (min-width:992px){.lf-showcase-featured .card-3{-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:card3;animation-name:card3;-webkit-animation-play-state:paused;animation-play-state:paused;margin-left:100px;margin-top:-70px}}.lf-showcase-testimonials .testimonials-container{transition:1s}.lf-showcase-testimonials .testimonials-container.step-1{left:0}@media (min-width:768px){.lf-showcase-testimonials .testimonials-container.step-1{left:25%}}.lf-showcase-testimonials .testimonials-container.step-2{left:-100%}@media (min-width:768px){.lf-showcase-testimonials .testimonials-container.step-2{left:-25%}}.lf-showcase-testimonials .testimonials-container.step-3{left:-200%}@media (min-width:768px){.lf-showcase-testimonials .testimonials-container.step-3{left:-75%}}.lf-showcase-testimonials .testimonials-container .testimonial{opacity:.2;transition:.5s}.lf-showcase-testimonials .testimonials-container .testimonial-active{opacity:1}.lf-showcase-testimonials .mobile-container{transition:1s}.lf-showcase-testimonials .mobile-container.step-1{left:0}.lf-showcase-testimonials .mobile-container.step-2{left:-100%}.lf-showcase-testimonials .mobile-container.step-3{left:-200%}.lf-showcase-testimonials .mobile-container.step-4{left:-300%}.lf-showcase-testimonials .mobile-container.step-5{left:-400%}.lf-showcase-testimonials .mobile-container.step-6{left:-500%}.lf-showcase-testimonials .mobile-container.step-7{left:-600%}.lf-showcase-testimonials .mobile-container.step-8{left:-700%}.lf-showcase-testimonials .mobile-container .mobile{transition:.5s}.lf-showcase-testimonials .mobile-container .mobile-active{opacity:1}.lf-showcase-testimonials .desktop-container{transition:1s}.lf-showcase-testimonials .desktop-container.step-1{left:0}.lf-showcase-testimonials .desktop-container.step-2{left:-100%}.lf-showcase-testimonials .desktop-container.step-3{left:-200%}.lf-showcase-testimonials .desktop-container.step-4{left:-300%}.lf-showcase-testimonials .desktop-container.step-5{left:-400%}.lf-showcase-testimonials .desktop-container.step-6{left:-500%}.lf-showcase-testimonials .desktop-container.step-7{left:-600%}.lf-showcase-testimonials .desktop-container.step-8{left:-700%}.lf-showcase-testimonials .desktop-container .desktop{transition:.5s}.lf-showcase-testimonials .desktop-container .desktop-active{opacity:1}@-webkit-keyframes anim-testimonials-page{0%{width:0}to{width:100%}}@keyframes anim-testimonials-page{0%{width:0}to{width:100%}}.lf-showcase-testimonials .testimonials-pages .page{background-color:rgba(61,72,82,.2);border-radius:3px;height:3px;margin:0 5px;width:50px}@media (min-width:768px){.lf-showcase-testimonials .testimonials-pages .page{margin:0 10px;width:70px}}.lf-showcase-testimonials .testimonials-pages .page-progress{background-color:rgba(61,72,82,.5);border-radius:3px;height:3px;width:0}.lf-showcase-testimonials .testimonials-pages .page-active .page-progress{-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:anim-testimonials-page;animation-name:anim-testimonials-page;-webkit-animation-timing-function:linear;animation-timing-function:linear}.grid{width:100%}.grid-item{padding:0 10px;width:100%}@media (min-width:768px){.grid-item{width:50%;width:33.3333%}}.lf-homepage-features input[type=radio]{display:none}.lf-homepage-features .tabs{display:flex;font-size:0;justify-content:center;padding-bottom:0;position:relative;white-space:nowrap;z-index:1}@media (max-width:768px){.lf-homepage-features .tabs{font-size:0;justify-content:flex-start;margin-right:-16px!important;overflow-x:scroll;padding-bottom:0;position:relative;white-space:nowrap;z-index:1}}.lf-homepage-features .tabs label{color:#666;cursor:pointer;margin-bottom:0;vertical-align:bottom}.lf-homepage-features .tabs .label{left:0;top:35px;width:100%}@media (max-width:768px){.lf-homepage-features .tabs .label{left:0;top:27px;width:100%}}.lf-homepage-features .sections{padding-left:0!important}.lf-homepage-features .sections li{display:none}.lf-homepage-features input:first-child:checked~.sections li:first-child,.lf-homepage-features input:nth-child(2):checked~.sections li:nth-child(2),.lf-homepage-features input:nth-child(3):checked~.sections li:nth-child(3),.lf-homepage-features input:nth-child(4):checked~.sections li:nth-child(4){display:block}.lf-homepage-features .fade{background:linear-gradient(90deg,transparent,#f6f8f9);height:50%;position:absolute;right:0;top:0;width:20%;z-index:100}@-webkit-keyframes home-features-page{0%{height:0}to{height:100%}}@keyframes home-features-page{0%{height:0}to{height:100%}}.lf-homepage-features .page{background-color:#c4c4c4;height:auto;width:2px}.lf-homepage-features .page-progress{background-color:#000;width:2px}.lf-homepage-features .page-active .page-progress{-webkit-animation-duration:8s;animation-duration:8s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:home-features-page;animation-name:home-features-page;-webkit-animation-timing-function:linear;animation-timing-function:linear}.lf-home-hero-illus-lottie{width:300px}@media (min-width:768px){.lf-home-hero-illus-lottie{width:600px}}.lf-integrations .create-card-large{height:368px;position:relative;width:100%}@media (min-width:992px){.lf-integrations .create-card-large{position:absolute;width:318px}}@media (min-width:1200px){.lf-integrations .create-card-large{position:absolute;width:400px}}.lf-lottie-examples .example-card img{filter:grayscale(1);opacity:.7}.lf-lottie-examples .example-card:hover img{filter:grayscale(0);opacity:1}.lf-home-comparisons .lottie{background-color:#fff;height:167px;width:167px}@media (min-width:992px){.lf-home-comparisons .lottie{height:167px;width:167px}}@media (min-width:1200px){.lf-home-comparisons .lottie{height:180px;width:180px}}.lf-home-comparisons .others{background-color:#fff;height:167px;width:167px}@media (min-width:992px){.lf-home-comparisons .others{height:167px;width:167px}}@media (min-width:1200px){.lf-home-comparisons .others{height:180px;width:180px}}@-webkit-keyframes png-sequence-2{0%{background:url(https://static2.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10000.png);background-position:50%;background-repeat:no-repeat;background-size:contain}2.1%{background:url(https://static3.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10001.png);background-position:50%;background-repeat:no-repeat;background-size:contain}4.2%{background:url(https://static4.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10002.png);background-position:50%;background-repeat:no-repeat;background-size:contain}6.3%{background:url(https://static5.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10003.png);background-position:50%;background-repeat:no-repeat;background-size:contain}8.4%{background:url(https://static6.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10004.png);background-position:50%;background-repeat:no-repeat;background-size:contain}10.5%{background:url(https://static7.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10005.png);background-position:50%;background-repeat:no-repeat;background-size:contain}12.6%{background:url(https://static8.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10006.png);background-position:50%;background-repeat:no-repeat;background-size:contain}14.7%{background:url(https://static9.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10007.png);background-position:50%;background-repeat:no-repeat;background-size:contain}16.8%{background:url(https://static1.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10008.png);background-position:50%;background-repeat:no-repeat;background-size:contain}18.9%{background:url(https://static2.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10009.png);background-position:50%;background-repeat:no-repeat;background-size:contain}21%{background:url(https://static3.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10010.png);background-position:50%;background-repeat:no-repeat;background-size:contain}23.1%{background:url(https://static4.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10011.png);background-position:50%;background-repeat:no-repeat;background-size:contain}25.2%{background:url(https://static5.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10012.png);background-position:50%;background-repeat:no-repeat;background-size:contain}27.3%{background:url(https://static6.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10013.png);background-position:50%;background-repeat:no-repeat;background-size:contain}29.4%{background:url(https://static7.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10014.png);background-position:50%;background-repeat:no-repeat;background-size:contain}31.5%{background:url(https://static8.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10015.png);background-position:50%;background-repeat:no-repeat;background-size:contain}33.6%{background:url(https://static9.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10016.png);background-position:50%;background-repeat:no-repeat;background-size:contain}35.7%{background:url(https://static1.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10017.png);background-position:50%;background-repeat:no-repeat;background-size:contain}37.8%{background:url(https://static2.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10018.png);background-position:50%;background-repeat:no-repeat;background-size:contain}39.9%{background:url(https://static3.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10019.png);background-position:50%;background-repeat:no-repeat;background-size:contain}42%{background:url(https://static4.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10020.png);background-position:50%;background-repeat:no-repeat;background-size:contain}44.1%{background:url(https://static5.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10021.png);background-position:50%;background-repeat:no-repeat;background-size:contain}46.2%{background:url(https://static6.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10022.png);background-position:50%;background-repeat:no-repeat;background-size:contain}48.3%{background:url(https://static7.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10023.png);background-position:50%;background-repeat:no-repeat;background-size:contain}50.4%{background:url(https://static8.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10024.png);background-position:50%;background-repeat:no-repeat;background-size:contain}52.5%{background:url(https://static9.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10025.png);background-position:50%;background-repeat:no-repeat;background-size:contain}54.6%{background:url(https://static1.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10026.png);background-position:50%;background-repeat:no-repeat;background-size:contain}56.7%{background:url(https://static2.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10027.png);background-position:50%;background-repeat:no-repeat;background-size:contain}58.8%{background:url(https://static3.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10028.png);background-position:50%;background-repeat:no-repeat;background-size:contain}60.9%{background:url(https://static4.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10029.png);background-position:50%;background-repeat:no-repeat;background-size:contain}63%{background:url(https://static5.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10030.png);background-position:50%;background-repeat:no-repeat;background-size:contain}65.1%{background:url(https://static6.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10031.png);background-position:50%;background-repeat:no-repeat;background-size:contain}67.2%{background:url(https://static7.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10032.png);background-position:50%;background-repeat:no-repeat;background-size:contain}69.3%{background:url(https://static8.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10033.png);background-position:50%;background-repeat:no-repeat;background-size:contain}71.4%{background:url(https://static9.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10034.png);background-position:50%;background-repeat:no-repeat;background-size:contain}73.5%{background:url(https://static1.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10035.png);background-position:50%;background-repeat:no-repeat;background-size:contain}75.6%{background:url(https://static2.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10036.png);background-position:50%;background-repeat:no-repeat;background-size:contain}77.7%{background:url(https://static3.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10037.png);background-position:50%;background-repeat:no-repeat;background-size:contain}79.8%{background:url(https://static4.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10038.png);background-position:50%;background-repeat:no-repeat;background-size:contain}81.9%{background:url(https://static5.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10039.png);background-position:50%;background-repeat:no-repeat;background-size:contain}84%{background:url(https://static6.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10040.png);background-position:50%;background-repeat:no-repeat;background-size:contain}86.1%{background:url(https://static7.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10041.png);background-position:50%;background-repeat:no-repeat;background-size:contain}88.2%{background:url(https://static8.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10042.png);background-position:50%;background-repeat:no-repeat;background-size:contain}90.3%{background:url(https://static9.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10043.png);background-position:50%;background-repeat:no-repeat;background-size:contain}92.4%{background:url(https://static1.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10044.png);background-position:50%;background-repeat:no-repeat;background-size:contain}94.5%{background:url(https://static2.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10045.png);background-position:50%;background-repeat:no-repeat;background-size:contain}96.6%{background:url(https://static3.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10046.png);background-position:50%;background-repeat:no-repeat;background-size:contain}to{background:url(https://static4.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10046.png);background-position:50%;background-repeat:no-repeat;background-size:contain}}@keyframes png-sequence-2{0%{background:url(https://static2.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10000.png);background-position:50%;background-repeat:no-repeat;background-size:contain}2.1%{background:url(https://static3.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10001.png);background-position:50%;background-repeat:no-repeat;background-size:contain}4.2%{background:url(https://static4.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10002.png);background-position:50%;background-repeat:no-repeat;background-size:contain}6.3%{background:url(https://static5.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10003.png);background-position:50%;background-repeat:no-repeat;background-size:contain}8.4%{background:url(https://static6.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10004.png);background-position:50%;background-repeat:no-repeat;background-size:contain}10.5%{background:url(https://static7.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10005.png);background-position:50%;background-repeat:no-repeat;background-size:contain}12.6%{background:url(https://static8.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10006.png);background-position:50%;background-repeat:no-repeat;background-size:contain}14.7%{background:url(https://static9.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10007.png);background-position:50%;background-repeat:no-repeat;background-size:contain}16.8%{background:url(https://static1.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10008.png);background-position:50%;background-repeat:no-repeat;background-size:contain}18.9%{background:url(https://static2.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10009.png);background-position:50%;background-repeat:no-repeat;background-size:contain}21%{background:url(https://static3.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10010.png);background-position:50%;background-repeat:no-repeat;background-size:contain}23.1%{background:url(https://static4.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10011.png);background-position:50%;background-repeat:no-repeat;background-size:contain}25.2%{background:url(https://static5.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10012.png);background-position:50%;background-repeat:no-repeat;background-size:contain}27.3%{background:url(https://static6.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10013.png);background-position:50%;background-repeat:no-repeat;background-size:contain}29.4%{background:url(https://static7.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10014.png);background-position:50%;background-repeat:no-repeat;background-size:contain}31.5%{background:url(https://static8.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10015.png);background-position:50%;background-repeat:no-repeat;background-size:contain}33.6%{background:url(https://static9.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10016.png);background-position:50%;background-repeat:no-repeat;background-size:contain}35.7%{background:url(https://static1.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10017.png);background-position:50%;background-repeat:no-repeat;background-size:contain}37.8%{background:url(https://static2.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10018.png);background-position:50%;background-repeat:no-repeat;background-size:contain}39.9%{background:url(https://static3.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10019.png);background-position:50%;background-repeat:no-repeat;background-size:contain}42%{background:url(https://static4.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10020.png);background-position:50%;background-repeat:no-repeat;background-size:contain}44.1%{background:url(https://static5.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10021.png);background-position:50%;background-repeat:no-repeat;background-size:contain}46.2%{background:url(https://static6.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10022.png);background-position:50%;background-repeat:no-repeat;background-size:contain}48.3%{background:url(https://static7.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10023.png);background-position:50%;background-repeat:no-repeat;background-size:contain}50.4%{background:url(https://static8.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10024.png);background-position:50%;background-repeat:no-repeat;background-size:contain}52.5%{background:url(https://static9.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10025.png);background-position:50%;background-repeat:no-repeat;background-size:contain}54.6%{background:url(https://static1.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10026.png);background-position:50%;background-repeat:no-repeat;background-size:contain}56.7%{background:url(https://static2.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10027.png);background-position:50%;background-repeat:no-repeat;background-size:contain}58.8%{background:url(https://static3.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10028.png);background-position:50%;background-repeat:no-repeat;background-size:contain}60.9%{background:url(https://static4.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10029.png);background-position:50%;background-repeat:no-repeat;background-size:contain}63%{background:url(https://static5.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10030.png);background-position:50%;background-repeat:no-repeat;background-size:contain}65.1%{background:url(https://static6.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10031.png);background-position:50%;background-repeat:no-repeat;background-size:contain}67.2%{background:url(https://static7.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10032.png);background-position:50%;background-repeat:no-repeat;background-size:contain}69.3%{background:url(https://static8.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10033.png);background-position:50%;background-repeat:no-repeat;background-size:contain}71.4%{background:url(https://static9.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10034.png);background-position:50%;background-repeat:no-repeat;background-size:contain}73.5%{background:url(https://static1.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10035.png);background-position:50%;background-repeat:no-repeat;background-size:contain}75.6%{background:url(https://static2.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10036.png);background-position:50%;background-repeat:no-repeat;background-size:contain}77.7%{background:url(https://static3.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10037.png);background-position:50%;background-repeat:no-repeat;background-size:contain}79.8%{background:url(https://static4.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10038.png);background-position:50%;background-repeat:no-repeat;background-size:contain}81.9%{background:url(https://static5.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10039.png);background-position:50%;background-repeat:no-repeat;background-size:contain}84%{background:url(https://static6.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10040.png);background-position:50%;background-repeat:no-repeat;background-size:contain}86.1%{background:url(https://static7.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10041.png);background-position:50%;background-repeat:no-repeat;background-size:contain}88.2%{background:url(https://static8.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10042.png);background-position:50%;background-repeat:no-repeat;background-size:contain}90.3%{background:url(https://static9.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10043.png);background-position:50%;background-repeat:no-repeat;background-size:contain}92.4%{background:url(https://static1.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10044.png);background-position:50%;background-repeat:no-repeat;background-size:contain}94.5%{background:url(https://static2.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10045.png);background-position:50%;background-repeat:no-repeat;background-size:contain}96.6%{background:url(https://static3.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10046.png);background-position:50%;background-repeat:no-repeat;background-size:contain}to{background:url(https://static4.lottiefiles.com/images/v3/industry-standard/png_sequence/png-seq-10046.png);background-position:50%;background-repeat:no-repeat;background-size:contain}}.text-inherit{color:inherit}.hover-fill-lf-teal path{transition:all .25s}.hover-fill-lf-teal:hover path{fill:#00ddb3}.hover-fill-lf-teal-400 path{transition:all .25s}.hover-fill-lf-teal-400:hover path{fill:#019d91}.hover-stroke-lf-teal path{transition:all .25s}.hover-stroke-lf-teal:hover path{stroke:#00c1a2}.main-title-anim-container{margin:0 auto;max-width:280px}@media (min-width:576px){.main-title-anim-container{max-width:380px}}@media (min-width:768px){.main-title-anim-container{margin-left:0}}@media (min-width:1200px){.main-title-anim-container{max-width:100%;position:absolute}.main-title{margin-bottom:100px}}.marketers-hero{height:240px;left:0}.marketers-hero .frame-1{max-width:100%}.marketers-hero .frame-1-animation{right:10%;width:50%}.marketers-hero .frame-2{max-width:30%;right:-10px;top:40px;transform:rotate(10deg)}.marketers-hero .frame-2-animation{top:48px;width:50%}@media (min-width:540px){.marketers-hero{height:330px}}@media (min-width:768px){.marketers-hero{height:440px;left:4%}.marketers-hero .frame-1{max-width:80%}.marketers-hero .frame-1-animation{right:10%;width:50%}.marketers-hero .frame-2{max-width:22%;right:80px;top:90px;transform:rotate(10deg)}.marketers-hero .frame-2-animation{top:125px;width:50%}}@media (min-width:992px){.marketers-hero{height:560px}}@media (min-width:1200px){.marketers-hero{height:670px}}.marketers-lottie-examples .example-1{width:30%}.marketers-lottie-examples .example-1 .animation{top:80px;width:60%}.marketers-lottie-examples .example-2{width:90%}.marketers-lottie-examples .example-2 .animation{right:30px;top:40px;width:50%}.marketers-lottie-examples .example-3{width:30%}.marketers-lottie-examples .example-3 .animation{top:45px;width:50%}@media (min-width:768px){.marketers-lottie-examples .example-1{width:20%}.marketers-lottie-examples .example-1 .animation{top:110px;width:60%}.marketers-lottie-examples .example-2{width:60%}.marketers-lottie-examples .example-2 .animation{right:45px;top:85px}.marketers-lottie-examples .example-2 img{height:366px}.marketers-lottie-examples .example-3{width:20%}.marketers-lottie-examples .example-3 .animation{top:60px;width:50%}}@media (min-width:992px){.marketers-lottie-examples .example-1{width:20%}.marketers-lottie-examples .example-1 .animation{top:140px;width:60%}.marketers-lottie-examples .example-2{width:60%}.marketers-lottie-examples .example-2 .animation{right:65px;top:65px}.marketers-lottie-examples .example-2 img{height:366px}.marketers-lottie-examples .example-3{width:20%}.marketers-lottie-examples .example-3 .animation{top:80px;width:50%}}@media (min-width:1200px){.marketers-lottie-examples .example-1{width:20%}.marketers-lottie-examples .example-1 .animation{top:170px;width:60%}.marketers-lottie-examples .example-2 .animation{right:80px;top:80px}.marketers-lottie-examples .example-2 img{height:442px}.marketers-lottie-examples .example-3{width:20%}.marketers-lottie-examples .example-3 .animation{top:95px;width:50%}}.cp-button{background:#ebf1f5}.cp-button:hover{background:#d9e0e6}.custom-palette-box.active{border:1px solid #00c1ae}.clr-picker-container{background:#fff;border:1px solid #dae1e7;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.06);display:flex;height:285px!important;left:10px!important;margin-left:-15px;margin-top:-5px;padding:12px;position:absolute;top:30px!important;width:250px!important;z-index:11000}.cp-list>div{flex:50%}.delete-custom-color:hover{background:#ffdce3}.container-modal-box{left:10%;top:10%}.outline-palette:hover,.palette-box.active{border:1.5px solid #fff;outline:1px solid #00c1a2}.cp-spinner{-webkit-animation:rotate .8s linear infinite;animation:rotate .8s linear infinite;border:2px solid #fff;border-radius:50%;border-right-color:transparent;height:15px;margin-left:10px;position:relative;width:15px}@media (max-width:768px){.container-modal-box{left:0;top:35%}.modal-box{width:80%}}@media (min-width:2000px){.container-modal-box{left:50%;margin-left:-700px;top:10%}}.clr-gradient{border-radius:4px;height:120px}.clr-hue{border-radius:100px;height:8px;margin:0;position:relative;top:-5px;width:100%}.clr-alpha{display:none}#clr-picker{height:260px;width:100%}.clr-picker{background:none;border-radius:0;box-shadow:none;display:flex;height:260px;margin-top:-16px}#clr-swatches>div:first-child{flex-wrap:nowrap;position:absolute;top:130px}#clr-swatches>div:first-child,.clr-swatches{display:flex;height:22px;justify-content:space-between;width:100%}.clr-swatches{align-items:flex-start;margin:0;order:0;padding:0}#clr-color-value{background-color:#f5f8fa;border:1px solid #ebf1f5;box-shadow:none;color:#000;font-size:12px;left:0;line-height:18px;text-align:center;text-transform:uppercase;width:83%}#clr-color-value,.clr-preview{border-radius:4px;height:28px;position:absolute;top:170px}.clr-preview{right:0;width:28px}.clr-preview:after,.clr-preview:before{border-radius:5px}.clr-update-button{background:#111417;border-radius:6px;bottom:0;color:#fff;font-size:13px;font-weight:600;height:32px;margin:0;position:absolute;width:100%;z-index:12000}.bwl-cta{opacity:0}.bwl-project-card{border:1px solid #f3f6f8}.bwl-project-card:hover{border:1px solid #d9e0e6;filter:drop-shadow(0 2px 6px rgba(61,72,83,.06)) drop-shadow(0 8px 48px rgba(243,246,248,.15))}.bwl-project-card:hover .bwl-cta{opacity:1}.bwl-project-showcase{margin-right:1.25rem}.bwl-project-showcase .video-container,.bwl-project-showcase img{height:300px}@media (min-width:768px){.bwl-project-showcase .video-container,.bwl-project-showcase img{height:512px}}.bwl-project-showcase:first-of-type{margin-left:1.25rem}.bwl-project-showcase .video-container .loading{-webkit-animation:video-loading 2s infinite;animation:video-loading 2s infinite;background:linear-gradient(90deg,hsla(0,0%,100%,0) 20%,hsla(0,0%,100%,.5) 50%,rgba(255,0,0,0) 80%);background-position:-320px;background-repeat:no-repeat}.bwl-project-showcase .video-container div{width:230px}@-webkit-keyframes video-loading{to{background-position:320px}}@keyframes video-loading{to{background-position:320px}}@media (min-width:640px){.framer-pages{margin-top:80px}}@media (min-width:1280px){.framer-pages{margin-top:88px}}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;background:#fff;font-family:averta_stdregular,Helvetica Neue,Helvetica;margin-top:64px}body.modal-active{bottom:0;left:0;position:fixed;right:0;top:0}@media (min-width:640px){body{margin-top:80px}}@media (min-width:1280px){body{margin-top:88px}}::-moz-selection{background:#9bf0f0}::selection{background:#9bf0f0}.dropdown:hover>.dropdown-content{display:block}button:focus{outline:none}svg{fill:currentColor}a{text-decoration:none}.png-sequence{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:png-sequence;animation-name:png-sequence;background:url(/images/landing/lego_png_sequence/l00.min.png);background-position:50%;background-size:cover}@-webkit-keyframes png-sequence{0%{background:url(/images/landing/lego_png_sequence/l00.min.png);background-position:50%;background-size:cover}10%{background:url(/images/landing/lego_png_sequence/l05.min.png);background-position:50%;background-size:cover}20%{background:url(/images/landing/lego_png_sequence/l10.min.png);background-position:50%;background-size:cover}30%{background:url(/images/landing/lego_png_sequence/l15.min.png);background-position:50%;background-size:cover}40%{background:url(/images/landing/lego_png_sequence/l20.min.png);background-position:50%;background-size:cover}50%{background:url(/images/landing/lego_png_sequence/l25.min.png);background-position:50%;background-size:cover}60%{background:url(/images/landing/lego_png_sequence/l27.min.png);background-position:50%;background-size:cover}70%{background:url(/images/landing/lego_png_sequence/l30.min.png);background-position:50%;background-size:cover}80%{background:url(/images/landing/lego_png_sequence/l32.min.png);background-position:50%;background-size:cover}to{background:url(/images/landing/lego_png_sequence/l35.min.png);background-position:50%;background-size:cover}}@keyframes png-sequence{0%{background:url(/images/landing/lego_png_sequence/l00.min.png);background-position:50%;background-size:cover}10%{background:url(/images/landing/lego_png_sequence/l05.min.png);background-position:50%;background-size:cover}20%{background:url(/images/landing/lego_png_sequence/l10.min.png);background-position:50%;background-size:cover}30%{background:url(/images/landing/lego_png_sequence/l15.min.png);background-position:50%;background-size:cover}40%{background:url(/images/landing/lego_png_sequence/l20.min.png);background-position:50%;background-size:cover}50%{background:url(/images/landing/lego_png_sequence/l25.min.png);background-position:50%;background-size:cover}60%{background:url(/images/landing/lego_png_sequence/l27.min.png);background-position:50%;background-size:cover}70%{background:url(/images/landing/lego_png_sequence/l30.min.png);background-position:50%;background-size:cover}80%{background:url(/images/landing/lego_png_sequence/l32.min.png);background-position:50%;background-size:cover}to{background:url(/images/landing/lego_png_sequence/l35.min.png);background-position:50%;background-size:cover}}.spinner{border:5px solid #14ccce;border-radius:50%;border-right-color:transparent;height:64px;width:64px}.btn-spinner,.spinner{-webkit-animation:rotate .8s linear infinite;animation:rotate .8s linear infinite;margin:0 auto;position:absolute;z-index:1}.btn-spinner{border:5px solid #fff;border-radius:50%;border-right-color:transparent;height:25px;width:25px}@-webkit-keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.lf-box{background-color:#fff;border-radius:.5rem;box-shadow:0 3px 8px 0 rgba(0,0,0,.06)}.lf-padding{padding-left:1rem;padding-right:1rem}.lf-subheading{letter-spacing:-.01em}.markdown-body h1,.markdown-body h2,.markdown-body h3{font-family:averta_stdbold}.lf-heading-3{font-size:1.5rem}.lf-heading-3,.lf-heading-5{color:#3d4852;font-family:averta_stdbold}.lf-heading-5{font-size:1rem}.markdown-body p{font-family:averta_stdregular}.dropdown-toggle{background:none!important;border:0!important}.lf-button{background-color:#00ddb3;border-radius:.5rem;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:#fff;cursor:pointer;display:inline-block;font-family:averta_stdbold;font-size:1.125rem;margin-left:auto;margin-right:auto;padding:1rem 4rem;transition:all .25s}.lf-button:hover{background-color:#00c1a2}.lf-button-small{background-color:#00ddb3;border-radius:.25rem;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:#fff;cursor:pointer;display:inline-block;font-family:averta_stdbold;font-size:1.125rem;margin-left:auto;margin-right:auto;padding:.75rem 4rem;transition:all .25s}.lf-button-small:hover{background-color:#00c1a2;color:#fff}.lf-button-tiny{background-color:#00ddb3;border-radius:.25rem;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:#fff;cursor:pointer;display:inline-block;font-family:averta_stdbold;font-size:1rem;margin-left:auto;margin-right:auto;padding:.5rem 1.5rem;transition:all .25s}.lf-button-tiny:hover{background-color:#00c1a2;color:#fff}.lf-button-dark{background-color:#00ddb3;border-radius:.5rem;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:#22292f;cursor:pointer;display:inline-block;font-family:averta_stdbold;font-size:1.125rem;margin-left:auto;margin-right:auto;padding:1rem 4rem;transition:all .25s}.lf-button-md{background-color:#00ddb3;color:#fff}.lf-button-md,.lf-button-white{border-color:#f1f5f8;border-radius:.5rem;border-width:1px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);cursor:pointer;display:inline-block;font-family:averta_stdbold;font-size:1.125rem;margin-left:auto;margin-right:auto;padding:.75rem 2.5rem;transition:all .25s}.lf-button-white{background-color:#fff;color:#22292f}.lf-button-white:hover{background-color:#00ddb3;color:#fff}.lf-button-white-2{align-items:center;background-color:#fff;border-color:#f1f5f8;border-radius:.5rem;border-width:1px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:#22292f;cursor:pointer;display:flex;font-family:averta_stdbold;font-size:1.125rem;height:3rem;justify-content:center;padding-bottom:.25rem;padding-top:.25rem;transition:all .25s;width:12rem}.lf-button-white-2:hover{background-color:#00ddb3;color:#fff}.lf-button-bordered{background-color:#fff;border-color:#00ddb3;border-radius:.5rem;border-width:2px;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);color:#00c1a2;cursor:pointer;display:inline-block;font-family:averta_stdbold;font-size:1.125rem;margin-left:auto;margin-right:auto;padding:.75rem 2.5rem;transition:all .25s}.lf-button-bordered:hover{background-color:#00ddb3;box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08);color:#fff}.lf-button-outline{border-color:#b8c2cc;border-radius:.5rem;border-width:2px;color:#606f7b;cursor:pointer;display:inline-block;font-family:averta_stdbold;font-size:.75rem;margin-left:auto;margin-right:auto;padding:.75rem 1.5rem;transition:all .25s}.lf-button-outline:hover{border-color:#606f7b}.lf-button-disabled{background-color:#b8c2cc;color:#fff;cursor:pointer;cursor:not-allowed;display:inline-block;font-size:1.125rem;margin-left:auto;margin-right:auto;padding:1rem 4rem}.lf-button-disabled,.lf-button-simple{border-radius:.5rem;box-shadow:0 2px 4px 0 rgba(0,0,0,.1);font-family:averta_stdbold;transition:all .25s}.lf-button-simple{background-color:#fff;border-width:1px;color:#606f7b;font-size:1rem;line-height:1.5;padding:.5rem 2rem}.lf-button-simple:hover{background-color:#00ddb3;color:#fff}.blink button{background-color:#5cf1f3}.lf-link-teal,.lf-link:active,.lf-link:hover,.lf-link:visited{color:#00c1a2}.lf-link-teal:hover{color:#019d91}.lf-pill{border-radius:.5rem;border-width:2px;color:#606f7b;padding:.5rem;transition:all .25s}.lf-pill:hover{background-color:#00ddb3;border-color:#00ddb3;color:#fff}@media (min-width:768px){.lf-padding{padding-left:0;padding-right:0}.lf-heading-3{font-size:2.25rem}.lf-heading-5{font-size:1.5rem}}div.ad{font-size:13px;line-height:1.5;position:relative;text-align:center}div.ad>div:not(:first-of-type){display:none}div.ad a{color:#777;display:block;text-align:center}div.ad a:hover{color:#444}.bg-purple{background:#9000ff}.form-switch{line-height:1.5;margin-right:.5rem;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:3rem}.form-switch-checkbox{display:none}.form-switch-label{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06);cursor:pointer;height:1.5rem;overflow:hidden;transition:background-color .2s ease-in}.form-switch-label,.form-switch-label:before{background-color:#fff;border-radius:9999px;border-width:1px;display:block}.form-switch-label:before{bottom:0;content:"";margin-left:-.25rem;position:absolute;right:50%;top:0;transition:all .2s ease-in;width:1.5rem}.form-switch-checkbox:checked+.form-switch-label{background-color:#00ddb3;box-shadow:none}.form-switch-checkbox:checked+.form-switch-label:before{right:0}.styledCheckbox+label{cursor:pointer;display:block}.styledCheckbox{display:none}.styledCheckbox+label:before{border:.1em solid #8795a1;border-radius:.2em}.styledCheckbox+label:before,.styledCheckboxError+label:before{color:transparent;content:"✔";display:inline-block;font-size:.8em;height:1.4em;margin-right:.2em;padding-bottom:.3em;padding-left:.2em;transition:.2s;vertical-align:bottom;width:1.4em}.styledCheckboxError+label:before{background:#ffe6e5;border:.1em solid #e3342f;border-radius:.2em}.styledCheckbox+label:active:before{transform:scale(0)}.styledCheckbox:checked+label:before{background-color:#3cb371;border-color:#3cb371;color:#fff}.styledCheckbox:disabled+label:before{border-color:#aaa;transform:scale(1.5)}.styledCheckbox:checked:disabled+label:before{background-color:#bfb;border-color:#bfb;transform:scale(1.5)}.styledRadio:checked,.styledRadio:not(:checked){left:-9999px;position:absolute}.styledRadio:checked+label,.styledRadio:not(:checked)+label{color:#666;cursor:pointer;display:inline-block;line-height:20px;padding-left:28px;position:relative}.styledRadio:checked+label:before,.styledRadio:not(:checked)+label:before{background:#fff;border:1px solid #ddd;border-radius:100%;content:"";height:20px;left:0;position:absolute;top:0;width:20px}.styledRadio:checked+label:after,.styledRadio:not(:checked)+label:after{background-color:#00ddb3;border-radius:100%;content:"";height:14px;left:3px;position:absolute;top:3px;transition:all .2s ease;width:14px}.styledRadio:not(:checked)+label:after{opacity:0;transform:scale(0)}.styledRadio:checked+label:after{opacity:1;transform:scale(1)}.radio-item{display:inline-block;margin:10px 0 0;padding:0 6px;position:relative}.radio-item input[type=radio]{display:none}.radio-item label{color:#666;font-weight:400}.radio-item label:before{background-color:transparent;border:2px solid #dae1e7;border-radius:11px;content:" ";display:inline-block;height:18px;margin:0 5px 0 0;position:relative;top:5px;width:18px}.radio-item input[type=radio]:checked+label:after{background:#0fccce;border-radius:11px;content:" ";display:block;height:10px;left:10px;position:absolute;top:9px;width:10px}.tab-content{max-height:0;transition:max-height .35s}.tab input:checked~.tab-content{border-bottom:1px solid #0fccce;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;border-left:1px solid #0fccce;border-right:1px solid #0fccce;box-sizing:border-box;max-height:100vh}.tab input:checked+label{border-left:1px solid #0fccce;border-right:1px solid #0fccce;border-top:1px solid #0fccce;border-top-left-radius:.5rem;border-top-right-radius:.5rem;box-sizing:border-box;color:#007786!important}.tab:hover label{color:#007786!important}.tab:hover label:after{background-image:url(/images/hireme/cross_teal.svg);background-size:18px 18px;content:" ";display:block;height:18px;width:18px}.tab label:after{display:block;float:right;font-size:1.25rem;height:1.5em;line-height:1.5;right:0;text-align:center;top:0;transition:all .35s;width:1.5em}.tab input[type=checkbox]+label:after{border-color:#b8c2cc;border-radius:9999px;border-width:1px;content:"+"}.tab input[type=radio]+label:after{background-image:url(/images/hireme/cross.svg);background-size:18px 18px;content:" ";display:block;height:18px;width:18px}.tab input[type=radio]:checked+label:after,.tab:hover input[type=radio]:checked+label:after{background-image:url(/images/hireme/minus.svg);background-size:18px 18px;content:" ";display:block;height:18px;width:18px}.tab:hover input[type=radio]+label:after{background-image:url(/images/hireme/cross_teal.svg);background-size:18px 18px;content:" ";display:block;height:18px;width:18px}.cookie-consent__message{font-family:averta_stdregular}#lf-range{background:transparent;border-radius:5px;font:1em/1 arial,sans-serif;height:.25rem;margin:0;outline:0;padding:0;width:100%}#lf-range,#lf-range::-webkit-slider-thumb{-webkit-appearance:none}#lf-range::-webkit-slider-runnable-track{background:none;border:none;border-radius:10px;box-sizing:border-box;height:.25rem;width:100%}#lf-range::-moz-range-track{background:none;border:none;border-radius:10px;box-sizing:border-box;height:.25rem;width:100%}#lf-range::-ms-track{background:none;border:none;border-radius:10px;box-sizing:border-box;height:.25rem;width:100%}#lf-range::-webkit-slider-thumb{background:#006b78;border:none;border-radius:50%;box-sizing:border-box;height:14px;margin-top:-5px;width:14px}#lf-range::-moz-range-thumb{background:#006b78;border:none;border-radius:50%;box-sizing:border-box;height:14px;margin-top:-5px;width:14px}#lf-range::-ms-thumb{background:#006b78;border:none;border-radius:50%;box-sizing:border-box;height:14px;margin-top:-5px;width:14px}#lf-range::-ms-tooltip{display:none}.private-preview-zoom-range{background:transparent;font:1em/1 arial,sans-serif;height:10px;margin:0;outline:0;padding:0;width:100%}@media (min-width:768px){.private-preview-zoom-range{height:100px;transform:rotate(-90deg);width:100px}}.private-preview-zoom-range,.private-preview-zoom-range::-webkit-slider-thumb{-webkit-appearance:none}.private-preview-zoom-range::-webkit-slider-runnable-track{background:#3d4852;border:none;border-radius:10px;box-sizing:border-box;height:2px;width:100%}.private-preview-zoom-range::-moz-range-track{background:#3d4852;border:none;border-radius:10px;box-sizing:border-box;height:2px;width:100%}.private-preview-zoom-range::-ms-track{background:#3d4852;border:none;border-radius:10px;box-sizing:border-box;height:2px;width:100%}.private-preview-zoom-range::-webkit-slider-thumb{background:#3d4852;border:none;border-radius:50%;box-sizing:border-box;height:10px;margin-top:-4px;width:10px}.private-preview-zoom-range::-moz-range-thumb{background:#3d4852;border:none;border-radius:50%;box-sizing:border-box;height:10px;margin-top:-4px;width:10px}.private-preview-zoom-range::-ms-thumb{background:#3d4852;border:none;border-radius:50%;box-sizing:border-box;height:10px;margin-top:-4px;width:10px}.private-preview-zoom-range::-ms-tooltip{display:none}.private-preview-zoom-range.dark::-webkit-slider-runnable-track{background:#fff}.private-preview-zoom-range.dark::-moz-range-track{background:#fff}.private-preview-zoom-range.dark::-ms-track{background:#fff}.private-preview-zoom-range.dark::-webkit-slider-thumb{background:#fff}.private-preview-zoom-range.dark::-moz-range-thumb{background:#fff}.private-preview-zoom-range.dark::-ms-thumb{background:#fff}.bg-grey-darkest-opacity-10{background-color:rgba(61,72,82,.1)}.border-grey-darkest-opacity-10{border-color:rgba(61,72,82,.1)}.private-preview .tools{align-items:center;border-radius:.25rem;cursor:pointer;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;transition-duration:.15s;width:2.5rem}.private-preview .tools:hover{background-color:rgba(61,72,82,.1)}.private-preview .fill-hover-lf-teal path{transition:.1s}.private-preview .fill-hover-lf-teal:hover path{fill:#0fccce}.private-preview .fill-hover-grey-lightest path{transition:.1s}.private-preview .fill-hover-grey-lightest:hover path{fill:#f8fafc}.private-preview .stroke-hover-grey-lightest path{transition:.1s}.private-preview .stroke-hover-grey-lightest:hover path{stroke:#f8fafc}.private-preview .stroke-hover-lf-red path{transition:.1s}.private-preview .stroke-hover-lf-red:hover path{stroke:#f73e3d}.flex-shrink-0{flex-shrink:0}.flex-grow-0{flex-grow:0}.break-words{overflow-wrap:break-word}.team-card{width:50%}.team-card .team-card-img{width:110px}.team-card .team-card-socials img{margin-left:.25rem;margin-right:.25rem;width:22px}@media (min-width:576px){.team-card{width:240px}.team-card .team-card-img{width:150px}}@media (min-width:1200px){.team-card-container:hover .team-card{opacity:.7}.team-card-container:hover .team-card:hover{border-radius:10px;box-shadow:0 15px 30px rgba(0,0,0,.1);opacity:1}.team-card .team-card-socials{opacity:0}.team-card .team-card-socials img{margin-left:.5rem;margin-right:.5rem;width:26px}.team-card:hover .team-card-socials{opacity:1}}.scrollbar-hidden{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hidden::-webkit-scrollbar{display:none}.lf-switch{display:inline-block;height:20px;position:relative;width:40px}.lf-switch input{height:0;opacity:0;width:0}.lf-switch-slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.lf-switch-slider:before{background-color:#fff;bottom:2px;content:"";height:16px;left:2px;position:absolute;transition:.4s;width:16px}.lf-switch .round{border-radius:34px}.lf-switch .round:before{border-radius:50%}input:checked+.lf-switch-slider{background-color:#00ddb3}input:focus+.lf-switch-slider{box-shadow:0 0 1px #2196f3}input:checked+.lf-switch-slider:before{transform:translateX(20px)}.learn-more-section{transition:.25s}.learn-more-section:hover{box-shadow:0 8px 42px -10px rgba(8,185,187,.15)}.learn-more-section:hover .learn-more-section-title{color:#08b9bb}.learn-more-section:hover .learn-more-section-desc{color:#3d4852}#recaptcha{display:none;position:relative;z-index:9999}.lf-select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:url(/images/lf-select-arrow.svg);background-position:95%;background-repeat:no-repeat}.lf-select-set-country{background-image:url(/images/lf-select-grey-darker-arrow.svg);background-position:97%}.height-trans{max-height:0;overflow:hidden}.height-trans.active{max-height:1000px;padding-top:5px}.rotate-trans{transform:rotate(0deg);transition:.3s}.rotate-trans-active{transform:rotate(180deg)}.lf-card{background-color:#fff;border-radius:.75rem;box-shadow:0 5px 20px -5px rgba(0,0,0,.07);height:100%;padding:2rem;transition:all .25s}.lf-card h4{color:#22292f;font-size:1.25rem;margin-bottom:1rem;transition:all .25s}.lf-card p{color:#606f7b;line-height:1.5;transition:all .25s}.lf-card:hover{cursor:pointer}.lf-card:hover p{color:#3d4852}.lf-card-violet:hover{box-shadow:0 5px 20px -5px rgba(118,108,240,.16)}.lf-card-violet:hover h4{color:#766cf0}.lf-card-violet:hover .fill-hover path{fill:#766cf0;transition:all .25s}.community-pagination,.community-pagination .pagination{align-items:center;display:flex;justify-content:center}.community-pagination .pagination{list-style:none;padding:0}.community-pagination .pagination li{margin:.25rem .75rem}.community-pagination .pagination li a{color:#8795a1}.community-pagination .pagination li.active{background-color:#dae1e7;border-radius:.375rem;color:#22292f;padding:.25rem .75rem}.community-pagination .pagination li:first-of-type,.community-pagination .pagination li:last-of-type{display:none}.community-event a{color:#00c1a2}.community-event-details{height:0;max-height:1000px;overflow:hidden}.community-event.active .toggle{transform:rotate(180deg)}.community-event.active .community-event-details{height:auto}.community-countries .label{border-color:transparent}.community-countries .label.active{border-color:#00c1a2}.community-countries .label.active p{color:#00c1a2}.community-countries .label-old{border-color:transparent}.community-countries .label-old.active{border-color:#22292f}.community-countries .label-old.active p{color:#22292f}.community-countries .list{display:none}.community-countries .list.active{display:flex}.public-animations-navbar{z-index:40}@media (min-width:768px){.public-animations-navbar{margin-top:88px;position:fixed}}.trend-container svg{height:100%}#loader{height:80px;position:relative;width:80px}#circle{-webkit-animation:pulse 1.2s 3;animation:pulse 1.2s 3;background:#ff1251;border-radius:50%;height:20px;left:50%;margin-left:-10px;margin-top:-10px;position:absolute;top:50%;transform:scale(.8);transform-origin:50% 50%;width:20px}@-webkit-keyframes pulse{0%{transform:scale(.8)}20%{transform:scale(1)}40%{transform:scale(.8)}to{transform:scale(.8)}}@keyframes pulse{0%{transform:scale(.8)}20%{transform:scale(1)}40%{transform:scale(.8)}to{transform:scale(.8)}}@-webkit-keyframes load{80%{stroke-dashoffset:0}to{stroke-dashoffset:0}}@keyframes load{80%{stroke-dashoffset:0}to{stroke-dashoffset:0}}.remove-downloads .remove-downloads-icon{display:none}.remove-downloads:hover .remove-downloads-icon{display:inline}@media (max-width:768px){.dashboard-sidebar{left:-80rem;transition:.3s}.dashboard-sidebar.active{left:0}}.dashboard-sidebar .user-menu{display:flex}.dashboard-sidebar .user-menu .user-menu-list{display:none}.dashboard-sidebar .user-menu:hover .user-menu-list-items{display:block}.wf-survey-banner .icon-s{left:0;margin-left:0;margin-top:-7rem}.wf-survey-banner .icon-m{left:0;margin-left:6rem;margin-top:-4rem}.wf-survey-banner .icon-c{bottom:-5rem;margin-right:0}@media (min-width:992px){.wf-survey-banner .icon-s{left:0;margin-left:5rem;margin-top:-3rem}.wf-survey-banner .icon-m{left:0;margin-left:8rem;margin-top:2rem}.wf-survey-banner .icon-c{bottom:auto;margin-right:4rem;margin-top:-3rem;right:0}}@media (min-width:1200px){.wf-survey-banner .icon-s{left:0;margin-left:11rem;margin-top:-5rem}.wf-survey-banner .icon-m{left:0;margin-left:15rem;margin-top:-1rem}.wf-survey-banner .icon-c{bottom:auto;margin-right:12rem;margin-top:-5rem;right:0}}.premium_pack:hover .lf-box{box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)}.footer-mobile-app-icon{margin-bottom:.25rem}@media (min-width:768px){.footer-mobile-app-icon a{transition:all .25s}.footer-mobile-app-icon a:hover{opacity:.7}}.large-card{height:400px}@media (max-width:768px){.large-card{height:350px}}.small-card{height:100%}@media (max-width:768px){.small-card{height:250px}}.mobile-background{background-position:100% 0;background-repeat:no-repeat;background-size:50%}@media (max-width:992px){.mobile-background{background-size:90%}}.outline-lf-teal:focus{outline:2px solid #00ddb3}.collections-list-item .action-buttons{opacity:0;transition:.25s}.collections-list-item:hover .action-buttons{opacity:1}.collections-list-skeleton-loading{-webkit-animation:skeleton-loading 2s infinite;animation:skeleton-loading 2s infinite;background:linear-gradient(90deg,hsla(0,0%,100%,0) 20%,#fff 50%,rgba(255,0,0,0) 80%);background-position:-320px;background-repeat:no-repeat}@-webkit-keyframes skeleton-loading{to{background-position:320px}}@keyframes skeleton-loading{to{background-position:320px}}.translate-x-0{transform:translate(0)}.-translate-x-full{transform:translate(-100%)}.translate-x-full{transform:translate(100%)}.h-115{height:100%}@media (min-width:768px){.h-115{height:475px}}.codegena{height:0;padding-bottom:56.27198%;position:relative;width:100%}.codegena iframe{height:100%;left:0;position:absolute;top:0;width:100%}.edu-card:hover img{box-shadow:0 4px 8px 0 rgba(0,0,0,.12),0 2px 4px 0 rgba(0,0,0,.08)}.edu-card:hover .title{color:#00c1a2}.twolines{-webkit-line-clamp:2}.oneline,.twolines{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.oneline{-webkit-line-clamp:1}.play-btn .thumbnail{align-items:center;display:flex;justify-content:center}.play-btn .thumbnail:before{background-image:url(/images/svg/edu-play-btn.svg);background-size:56px 56px;content:" ";display:block;height:56px;opacity:0;position:absolute;transition:all .25s;width:56px}.play-btn .thumbnail-lesson:before{background-size:32px 32px;height:32px;width:32px}.play-btn:hover .thumbnail:before{opacity:1}.lf-font-normal-bold{font-family:averta_stdbold;font-weight:400}@media (max-width:768px){.scrollable-tabs{overflow-x:scroll;padding-left:24px;padding-right:24px;white-space:nowrap}}@media (min-width:576px){.sm\:rounded-xl{border-radius:.75rem}.sm\:rounded-2xl{border-radius:1rem}.sm\:border-none{border-style:none}.sm\:border-2{border-width:2px}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:inline{display:inline}.sm\:hidden{display:none}.sm\:flex{display:flex}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:flex-col{flex-direction:column}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:font-lf-regular{font-family:averta_stdregular}.sm\:h-8{height:2rem}.sm\:h-12{height:3rem}.sm\:h-16{height:4rem}.sm\:h-20{height:5rem}.sm\:h-32{height:8rem}.sm\:h-auto{height:auto}.sm\:m-5{margin:1.25rem}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:my-1{margin-bottom:.25rem;margin-top:.25rem}.sm\:mx-1{margin-left:.25rem;margin-right:.25rem}.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}.sm\:mx-3{margin-left:.75rem;margin-right:.75rem}.sm\:mx-4{margin-left:1rem;margin-right:1rem}.sm\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.sm\:mt-0{margin-top:0}.sm\:mr-0{margin-right:0}.sm\:mb-0{margin-bottom:0}.sm\:mt-1{margin-top:.25rem}.sm\:mb-2{margin-bottom:.5rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-5{margin-bottom:1.25rem}.sm\:ml-5{margin-left:1.25rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:ml-6{margin-left:1.5rem}.sm\:ml-8{margin-left:2rem}.sm\:mr-10{margin-right:2.5rem}.sm\:mb-10{margin-bottom:2.5rem}.sm\:mt-12{margin-top:3rem}.sm\:mb-16{margin-bottom:4rem}.sm\:mr-20{margin-right:5rem}.sm\:mr-5px{margin-right:.3125rem}.sm\:max-w-sm{max-width:30rem}.sm\:-mx-0{margin-left:0;margin-right:0}.sm\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.sm\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.sm\:overflow-hidden{overflow:hidden}.sm\:overflow-x-hidden{overflow-x:hidden}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-8{padding:2rem}.sm\:p-10{padding:2.5rem}.sm\:p-12{padding:3rem}.sm\:p-20{padding:5rem}.sm\:py-0{padding-bottom:0;padding-top:0}.sm\:px-0{padding-left:0;padding-right:0}.sm\:py-2{padding-bottom:.5rem;padding-top:.5rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:py-3{padding-bottom:.75rem;padding-top:.75rem}.sm\:py-4{padding-bottom:1rem;padding-top:1rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:py-5{padding-bottom:1.25rem;padding-top:1.25rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:py-16{padding-bottom:4rem;padding-top:4rem}.sm\:px-16{padding-left:4rem;padding-right:4rem}.sm\:py-20{padding-bottom:5rem;padding-top:5rem}.sm\:py-24{padding-bottom:6rem;padding-top:6rem}.sm\:px-32{padding-left:8rem;padding-right:8rem}.sm\:px-15px{padding-left:.9375rem;padding-right:.9375rem}.sm\:pt-0{padding-top:0}.sm\:pr-12{padding-right:3rem}.sm\:pt-20{padding-top:5rem}.sm\:pt-24{padding-top:6rem}.sm\:fixed{position:fixed}.sm\:absolute{position:absolute}.sm\:pin-r{right:0}.sm\:pin-l{left:0}.sm\:text-left{text-align:left}.sm\:text-center{text-align:center}.sm\:text-xs{font-size:.75rem}.sm\:text-sm{font-size:.875rem}.sm\:text-base{font-size:1rem}.sm\:text-lg{font-size:1.125rem}.sm\:text-xl{font-size:1.25rem}.sm\:text-2xl{font-size:1.5rem}.sm\:text-3xl{font-size:1.875rem}.sm\:text-4xl{font-size:2.25rem}.sm\:text-5xl{font-size:3rem}.sm\:text-6xl{font-size:4rem}.sm\:text-4-2xl{font-size:2.875rem}.sm\:text-5-2xl{font-size:3.375rem}.sm\:text-6-1\/2xl{font-size:5rem}.sm\:w-10{width:2.5rem}.sm\:w-16{width:4rem}.sm\:w-20{width:5rem}.sm\:w-48{width:12rem}.sm\:w-56{width:14rem}.sm\:w-64{width:16rem}.sm\:w-80{width:20rem}.sm\:w-96{width:24rem}.sm\:w-auto{width:auto}.sm\:w-1\/2{width:50%}.sm\:w-1\/3{width:33.33333%}.sm\:w-2\/3{width:66.66667%}.sm\:w-1\/4{width:25%}.sm\:w-4\/5{width:80%}.sm\:w-1\/6{width:16.66667%}.sm\:w-full{width:100%}}@media (min-width:640px){.new_md\:justify-start{justify-content:flex-start}.new_md\:mr-4{margin-right:1rem}.new_md\:pr-5{padding-right:1.25rem}.new_md\:pin-t{top:0}.new_md\:w-auto{width:auto}}@media (min-width:768px){.md\:bg-white{background-color:#fff}.md\:bg-left{background-position:0}.md\:rounded-md{border-radius:.375rem}.md\:rounded-lg{border-radius:.5rem}.md\:rounded-2xl{border-radius:1rem}.md\:border-none{border-style:none}.md\:border-t-0{border-top-width:0}.md\:border-b-0{border-bottom-width:0}.md\:border-r{border-right-width:1px}.md\:border-b{border-bottom-width:1px}.md\:border-l{border-left-width:1px}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:inline{display:inline}.md\:table-cell{display:table-cell}.md\:hidden{display:none}.md\:flex{display:flex}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:flex-col{flex-direction:column}.md\:flex-wrap{flex-wrap:wrap}.md\:flex-no-wrap{flex-wrap:nowrap}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:font-lf-bold{font-family:averta_stdbold}.md\:font-lf-semi-bold{font-family:averta_stdsemibold}.md\:h-6{height:1.5rem}.md\:h-8{height:2rem}.md\:h-10{height:2.5rem}.md\:h-12{height:3rem}.md\:h-16{height:4rem}.md\:h-20{height:5rem}.md\:h-24{height:6rem}.md\:h-32{height:8rem}.md\:h-40{height:10rem}.md\:h-64{height:16rem}.md\:h-72{height:20rem}.md\:h-96{height:24rem}.md\:h-110{height:28rem}.md\:h-120{height:40rem}.md\:h-auto{height:auto}.md\:h-full{height:100%}.md\:leading-normal{line-height:1.5}.md\:m-0{margin:0}.md\:m-6{margin:1.5rem}.md\:m-10{margin:2.5rem}.md\:my-0{margin-bottom:0;margin-top:0}.md\:mx-0{margin-left:0;margin-right:0}.md\:mx-2{margin-left:.5rem;margin-right:.5rem}.md\:my-3{margin-bottom:.75rem;margin-top:.75rem}.md\:mx-3{margin-left:.75rem;margin-right:.75rem}.md\:mx-4{margin-left:1rem;margin-right:1rem}.md\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.md\:my-6{margin-bottom:1.5rem;margin-top:1.5rem}.md\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.md\:mx-8{margin-left:2rem;margin-right:2rem}.md\:mx-20{margin-left:5rem;margin-right:5rem}.md\:mt-0{margin-top:0}.md\:mr-0{margin-right:0}.md\:mb-0{margin-bottom:0}.md\:ml-0{margin-left:0}.md\:mt-1{margin-top:.25rem}.md\:mt-2{margin-top:.5rem}.md\:mr-2{margin-right:.5rem}.md\:mb-2{margin-bottom:.5rem}.md\:ml-2{margin-left:.5rem}.md\:mt-3{margin-top:.75rem}.md\:mr-3{margin-right:.75rem}.md\:mb-3{margin-bottom:.75rem}.md\:ml-3{margin-left:.75rem}.md\:mt-4{margin-top:1rem}.md\:mr-4{margin-right:1rem}.md\:mb-4{margin-bottom:1rem}.md\:ml-4{margin-left:1rem}.md\:mb-5{margin-bottom:1.25rem}.md\:ml-5{margin-left:1.25rem}.md\:mt-6{margin-top:1.5rem}.md\:mr-6{margin-right:1.5rem}.md\:mb-6{margin-bottom:1.5rem}.md\:ml-6{margin-left:1.5rem}.md\:mt-8{margin-top:2rem}.md\:mb-8{margin-bottom:2rem}.md\:mt-10{margin-top:2.5rem}.md\:mr-10{margin-right:2.5rem}.md\:mb-10{margin-bottom:2.5rem}.md\:ml-10{margin-left:2.5rem}.md\:mb-12{margin-bottom:3rem}.md\:ml-12{margin-left:3rem}.md\:mb-16{margin-bottom:4rem}.md\:mt-20{margin-top:5rem}.md\:mb-20{margin-bottom:5rem}.md\:mt-24{margin-top:6rem}.md\:ml-auto{margin-left:auto}.md\:min-h-screen{min-height:100vh}.md\:-m-6{margin:-1.5rem}.md\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.md\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.md\:-mx-4{margin-left:-1rem;margin-right:-1rem}.md\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.md\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.md\:-mx-8{margin-left:-2rem;margin-right:-2rem}.md\:-mx-32{margin-left:-8rem;margin-right:-8rem}.md\:-mt-1{margin-top:-.25rem}.md\:-mt-3{margin-top:-.75rem}.md\:-mt-4{margin-top:-1rem}.md\:-ml-4{margin-left:-1rem}.md\:-mt-8{margin-top:-2rem}.md\:-mt-10{margin-top:-2.5rem}.md\:-mr-10{margin-right:-2.5rem}.md\:-mt-12{margin-top:-3rem}.md\:-mt-20{margin-top:-5rem}.md\:overflow-scroll{overflow:scroll}.md\:p-0{padding:0}.md\:p-3{padding:.75rem}.md\:p-4{padding:1rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:p-10{padding:2.5rem}.md\:p-12{padding:3rem}.md\:p-16{padding:4rem}.md\:p-20{padding:5rem}.md\:p-24{padding:6rem}.md\:py-0{padding-bottom:0;padding-top:0}.md\:px-0{padding-left:0;padding-right:0}.md\:py-2{padding-bottom:.5rem;padding-top:.5rem}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:py-3{padding-bottom:.75rem;padding-top:.75rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:py-4{padding-bottom:1rem;padding-top:1rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:py-5{padding-bottom:1.25rem;padding-top:1.25rem}.md\:py-6{padding-bottom:1.5rem;padding-top:1.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-8{padding-bottom:2rem;padding-top:2rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-10{padding-bottom:2.5rem;padding-top:2.5rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:py-12{padding-bottom:3rem;padding-top:3rem}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:py-16{padding-bottom:4rem;padding-top:4rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:py-20{padding-bottom:5rem;padding-top:5rem}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:py-24{padding-bottom:6rem;padding-top:6rem}.md\:py-32{padding-bottom:8rem;padding-top:8rem}.md\:px-32{padding-left:8rem;padding-right:8rem}.md\:pt-0{padding-top:0}.md\:pr-0{padding-right:0}.md\:pb-0{padding-bottom:0}.md\:pl-0{padding-left:0}.md\:pb-1{padding-bottom:.25rem}.md\:pr-2{padding-right:.5rem}.md\:pl-2{padding-left:.5rem}.md\:pl-3{padding-left:.75rem}.md\:pr-4{padding-right:1rem}.md\:pb-4{padding-bottom:1rem}.md\:pl-4{padding-left:1rem}.md\:pl-5{padding-left:1.25rem}.md\:pt-6{padding-top:1.5rem}.md\:pr-6{padding-right:1.5rem}.md\:pl-6{padding-left:1.5rem}.md\:pt-8{padding-top:2rem}.md\:pr-8{padding-right:2rem}.md\:pb-8{padding-bottom:2rem}.md\:pr-10{padding-right:2.5rem}.md\:pb-10{padding-bottom:2.5rem}.md\:pl-10{padding-left:2.5rem}.md\:pt-12{padding-top:3rem}.md\:pb-12{padding-bottom:3rem}.md\:pl-12{padding-left:3rem}.md\:pt-16{padding-top:4rem}.md\:pr-16{padding-right:4rem}.md\:pb-16{padding-bottom:4rem}.md\:pt-20{padding-top:5rem}.md\:pr-20{padding-right:5rem}.md\:pt-24{padding-top:6rem}.md\:pb-24{padding-bottom:6rem}.md\:pl-24{padding-left:6rem}.md\:pb-32{padding-bottom:8rem}.md\:fixed{position:fixed}.md\:absolute{position:absolute}.md\:relative{position:relative}.md\:sticky{position:-webkit-sticky;position:sticky}.md\:text-left{text-align:left}.md\:text-center{text-align:center}.md\:text-right{text-align:right}.md\:hover\:text-lf-teal:hover{color:#00ddb3}.md\:text-xs{font-size:.75rem}.md\:text-sm{font-size:.875rem}.md\:text-base{font-size:1rem}.md\:text-lg{font-size:1.125rem}.md\:text-xl{font-size:1.25rem}.md\:text-2xl{font-size:1.5rem}.md\:text-3xl{font-size:1.875rem}.md\:text-4xl{font-size:2.25rem}.md\:text-5xl{font-size:3rem}.md\:text-6xl{font-size:4rem}.md\:text-7xl{font-size:6rem}.md\:text-5-3xl{font-size:3.5rem}.md\:text-6-1\/2xl,.md\:text-6-2xl{font-size:5rem}.md\:w-4{width:1rem}.md\:w-6{width:1.5rem}.md\:w-8{width:2rem}.md\:w-16{width:4rem}.md\:w-20{width:5rem}.md\:w-24{width:6rem}.md\:w-28{width:7rem}.md\:w-32{width:8rem}.md\:w-48{width:12rem}.md\:w-56{width:14rem}.md\:w-64{width:16rem}.md\:w-80{width:20rem}.md\:w-86{width:22rem}.md\:w-106{width:26rem}.md\:w-auto{width:auto}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.33333%}.md\:w-2\/3{width:66.66667%}.md\:w-1\/4{width:25%}.md\:w-3\/4{width:75%}.md\:w-1\/5{width:20%}.md\:w-2\/5{width:40%}.md\:w-3\/5{width:60%}.md\:w-4\/5{width:80%}.md\:w-1\/6{width:16.66667%}.md\:w-2\/6{width:33.333333%;}.md\:w-5\/6{width:83.33333%}.md\:w-full{width:100%}}@media (min-width:992px){.lg\:hover\:bg-grey-light:hover{background-color:#dae1e7}.lg\:bg-center{background-position:50%}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:flex{display:flex}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-col{flex-direction:column}.lg\:flex-wrap{flex-wrap:wrap}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:h-64{height:16rem}.lg\:mx-2{margin-left:.5rem;margin-right:.5rem}.lg\:my-20{margin-bottom:5rem;margin-top:5rem}.lg\:mt-0{margin-top:0}.lg\:mb-0{margin-bottom:0}.lg\:ml-5{margin-left:1.25rem}.lg\:mr-7{margin-right:1.75rem}.lg\:ml-7{margin-left:1.75rem}.lg\:mt-10{margin-top:2.5rem}.lg\:mb-10{margin-bottom:2.5rem}.lg\:mb-16{margin-bottom:4rem}.lg\:mb-24{margin-bottom:6rem}.lg\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.lg\:-mt-5{margin-top:-1.25rem}.lg\:p-8{padding:2rem}.lg\:p-10{padding:2.5rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:py-12{padding-bottom:3rem;padding-top:3rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:pt-0{padding-top:0}.lg\:pl-0{padding-left:0}.lg\:pl-2{padding-left:.5rem}.lg\:pl-6{padding-left:1.5rem}.lg\:pl-16{padding-left:4rem}.lg\:pl-24{padding-left:6rem}.lg\:absolute{position:absolute}.lg\:text-left{text-align:left}.lg\:text-center{text-align:center}.lg\:text-xl{font-size:1.25rem}.lg\:text-4xl{font-size:2.25rem}.lg\:text-5xl{font-size:3rem}.lg\:text-6xl{font-size:4rem}.lg\:text-7xl{font-size:6rem}.lg\:text-5-2xl{font-size:3.375rem}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.33333%}.lg\:w-2\/3{width:66.66667%}.lg\:w-1\/4{width:25%}.lg\:w-3\/4{width:75%}.lg\:w-1\/5{width:20%}.lg\:w-2\/5{width:40%}.lg\:w-3\/5{width:60%}.lg\:w-full{width:100%}}@media (min-width:1200px){.xl\:bg-white{background-color:#fff}.xl\:rounded-xl{border-radius:.75rem}.xl\:border-none{border-style:none}.xl\:block{display:block}.xl\:inline-block{display:inline-block}.xl\:hidden{display:none}.xl\:flex{display:flex}.xl\:flex-row{flex-direction:row}.xl\:items-center{align-items:center}.xl\:justify-end{justify-content:flex-end}.xl\:justify-between{justify-content:space-between}.xl\:h-16{height:4rem}.xl\:h-72{height:20rem}.xl\:h-full{height:100%}.xl\:leading-normal{line-height:1.5}.xl\:m-0{margin:0}.xl\:my-0{margin-bottom:0;margin-top:0}.xl\:my-6{margin-bottom:1.5rem;margin-top:1.5rem}.xl\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.xl\:mt-0{margin-top:0}.xl\:mr-0{margin-right:0}.xl\:mb-0{margin-bottom:0}.xl\:ml-0{margin-left:0}.xl\:mt-1{margin-top:.25rem}.xl\:mr-6{margin-right:1.5rem}.xl\:ml-8{margin-left:2rem}.xl\:overflow-y-hidden{overflow-y:hidden}.xl\:p-0{padding:0}.xl\:p-2{padding:.5rem}.xl\:p-3{padding:.75rem}.xl\:py-0{padding-bottom:0;padding-top:0}.xl\:px-0{padding-left:0;padding-right:0}.xl\:px-2{padding-left:.5rem;padding-right:.5rem}.xl\:py-3{padding-bottom:.75rem;padding-top:.75rem}.xl\:px-3{padding-left:.75rem;padding-right:.75rem}.xl\:px-4{padding-left:1rem;padding-right:1rem}.xl\:py-5{padding-bottom:1.25rem;padding-top:1.25rem}.xl\:py-8{padding-bottom:2rem;padding-top:2rem}.xl\:px-8{padding-left:2rem;padding-right:2rem}.xl\:py-10{padding-bottom:2.5rem;padding-top:2.5rem}.xl\:pr-0{padding-right:0}.xl\:pl-24{padding-left:6rem}.xl\:absolute{position:absolute}.xl\:relative{position:relative}.xl\:shadow-sm{box-shadow:0 5px 20px -5px rgba(0,0,0,.07)}.xl\:text-left{text-align:left}.xl\:text-right{text-align:right}.xl\:text-sm{font-size:.875rem}.xl\:text-6xl{font-size:4rem}.xl\:text-7xl{font-size:6rem}.xl\:w-64{width:16rem}.xl\:w-auto{width:auto}.xl\:w-full{width:100%}}
