/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}:root{--primary-brand-color-300:#33c9ff;--primary-brand-color-400:#00baff;--primary-brand-color-600:#00a2ff;--primary-brand-color-800:#00a2ff;--primary-brand-color-alternate-400:#fff;--primary-brand-color-alternate-600:#fff;--primary-brand-color-alternate-800:#fff;--primary-brand-color-alternate-400-light:#cff;--secondary-brand-color-400:#ffea00;--secondary-brand-color-600:#ffd200;--secondary-brand-color-800:#ffd200;--secondary-brand-color-alternate-400:#0b212a;--secondary-brand-color-alternate-600:#0b212a;--secondary-brand-color-alternate-800:#0b212a;--primary-background-color:#fff;--primary-text-color-800:#202730;--primary-text-color-200:#7990a1;--primary-opposite-background-color-300:#10303d;--primary-opposite-background-color-400:#0b212a;--primary-opposite-text-color-800:#202730;--primary-opposite-text-color-200:#7990a1;--primary-opposite-link-color:var(--primary-brand-color-400);--primary-opposite-link-hover-color:var(--primary-brand-color-800);--global-color-orange-500:#ff773b}body.high-contrast,body[data-contrast=high]{--primary-brand-color-300:#38f;--primary-brand-color-400:#006aff;--primary-brand-color-600:#056dff;--primary-brand-color-800:#0e3998;--primary-brand-color-alternate-400:#fff;--primary-brand-color-alternate-600:#fff;--primary-brand-color-alternate-800:#fff;--primary-brand-color-alternate-400-light:#ebffff;--secondary-brand-color-400:#ffea00;--secondary-brand-color-600:#ffd200;--secondary-brand-color-800:#ffd200;--secondary-brand-color-alternate-400:#0b212a;--secondary-brand-color-alternate-600:#0b212a;--secondary-brand-color-alternate-800:#0b212a;--primary-background-color:#fff;--primary-text-color-800:#202730;--primary-text-color-200:#677689;--primary-opposite-background-color-300:#10303d;--primary-opposite-background-color-400:#0b212a;--primary-opposite-text-color-800:#202730;--primary-opposite-text-color-200:#f8fafc;--primary-opposite-link-color:#00baff;--primary-opposite-link-hover-color:#fff;--global-color-orange-500:#d43900}body{--primary-icon-color:var(--primary-brand-color-400);--primary-btn-bg-color:var(--primary-brand-color-400);--primary-btn-hover-bg-color:var(--primary-brand-color-800);--primary-btn-focus-bg-color:var(--primary-brand-color-800);--primary-btn-active-bg-color:var(--primary-brand-color-600);--primary-btn-text-color:var(--primary-brand-color-alternate-400);--primary-btn-hover-text-color:var(--primary-brand-color-alternate-600);--primary-btn-focus-text-color:var(--primary-brand-color-alternate-600);--primary-btn-active-text-color:var(--primary-brand-color-alternate-800);--primary-link-color:var(--primary-brand-color-400);--primary-link-hover-color:var(--primary-brand-color-800);--primary-link-focus-color:var(--primary-brand-color-800);--primary-link-active-color:var(--primary-brand-color-600);--light-text-primary-color:var(--primary-text-color-200);--light-text-alternate-primary-color:var(--primary-opposite-text-color-200);--placeholder-text-color:var(--primary-text-color-200)}:root{--local-red-color:#ff2819}body.high-contrast{--local-red-color:#e62417}body{--bg-red-color:var(--local-red-color)}@media screen and (min-width:980px){.js .in-view:not(.visible),.js .in-view:not(.visible) .animated{-webkit-animation:none!important;animation:none!important;opacity:0}}@media screen and (max-width:979px){.animated{-webkit-animation:none!important;animation:none!important}}@-webkit-keyframes slideInUp{0%{transform:translate3d(0,200px,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0,200px,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(30%,0,0)}60%{opacity:1}to{transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(30%,0,0)}60%{opacity:1}to{transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-30%,0,0)}60%{opacity:1}to{transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-30%,0,0)}60%{opacity:1}to{transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,30%,0)}60%{opacity:1}to{transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,30%,0)}60%{opacity:1}to{transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@media only screen and (min-width:768px){.js .delay-02s{-webkit-animation-delay:.2s;animation-delay:.2s}.js .delay-03s{-webkit-animation-delay:.3s;animation-delay:.3s}.js .delay-04s{-webkit-animation-delay:.4s;animation-delay:.4s}.js .delay-05s{-webkit-animation-delay:.5s;animation-delay:.5s}.js .delay-06s{-webkit-animation-delay:.6s;animation-delay:.6s}.js .delay-07s{-webkit-animation-delay:.7s;animation-delay:.7s}.js .delay-08s{-webkit-animation-delay:.8s;animation-delay:.8s}.js .delay-09s{-webkit-animation-delay:.9s;animation-delay:.9s}.js .delay-1s{-webkit-animation-delay:1s;animation-delay:1s}}html{-webkit-text-size-adjust:none;font-size:62.5%}body{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;color:#373737;font:normal normal normal 100%/1 helvetica,arial,sans-serif}h1,h2,h3,h4,h5,h6,p{font-family:inherit;font-size:100%;margin:0;padding:0}a{text-decoration:none}a:focus:not(:focus-visible){outline:none}a{color:inherit}a:focus{background-color:transparent}ul{list-style:none;margin:0;padding:0}figure{margin:0}img{max-width:100%;vertical-align:bottom}.visually-hidden{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}@supports (--css:variables){.visually-hidden{color:var(--primary-link-color)}}h1{font-family:Roboto,helvetica,arial,sans-serif;font-size:35px;font-weight:700;line-height:1.29}h2{font-family:Roboto,helvetica,arial,sans-serif;font-size:22px;font-weight:700;line-height:1.24}p{font-family:Roboto,helvetica,arial,sans-serif;font-size:16px;font-weight:400;line-height:1.75}p a{color:#00baff}@supports (--css:variables){p a{color:var(--primary-link-color)}}p a:hover{color:#4177ff}@supports (--css:variables){p a:hover{color:var(--primary-link-hover-color)}}strong{font-weight:700}#content_wrapper{background:#fff;color:#384043;overflow:hidden}section .container{margin:0 auto;max-width:1178px;padding-left:15px;padding-right:15px}.btn-wrap .btn:not(.download-pdf){background:#ff2819;border-radius:30px;box-sizing:border-box;color:#fff;display:inline-block;font-family:Roboto,helvetica,arial,sans-serif;font-size:18px;font-weight:500;height:60px;letter-spacing:.2em;line-height:1;padding:21px 50px 0;text-transform:uppercase}@supports (--css:variables){.btn-wrap .btn:not(.download-pdf){background-color:var(--local-red-color)}}.btn-wrap .btn:not(.download-pdf):hover{background:#4177ff;transition:background-color .3s ease-out,color .3s ease-out}@supports (--css:variables){.btn-wrap .btn:not(.download-pdf):hover{color:var(--primary-btn-hover-bg-color)}}.top-main{background:#f6f6f6;padding:70px 0 55px}.top-main h1{color:#0b2e3a;margin-bottom:41px}.top-main article{margin:0 0 70px auto;max-width:432px;padding-top:58px}.top-main .screens .screen1{transform:translate(-73px)}@media screen and (max-width:979px){.top-main h1{font-size:30px}.top-main .screens .screen1{transform:translate(-37px)}}@media only screen and (max-width:767px){.top-main{text-align:center}.top-main article{margin-right:auto;padding-top:0}.top-main .screens .screen1{transform:none}}.inside{padding:63px 0 53px}.inside .container{max-width:1072px}.inside h2{color:#ff2819;margin-bottom:31px}@supports (--css:variables){.inside h2{color:var(--local-red-color)}}.inside p{margin-bottom:28px;max-width:450px}.inside ul{color:#000;font:400 34px/1.75 Roboto Condensed,helvetica,arial,sans-serif;margin-left:-3px;padding-top:4px}.inside li{font-family:Roboto,helvetica,arial,sans-serif;font-size:16px;font-weight:400;line-height:1.2;margin-bottom:19px;padding-left:26px;position:relative}.inside li:before{background:#ff2819;border-radius:3px;content:"";height:6px;left:0;position:absolute;top:6px;width:6px}@supports (--css:variables){.inside li:before{background-color:var(--local-red-color)}}.inside li strong{font-weight:700}.experts{background:#f6f6f6;padding:87px 0 50px}.experts h2{color:#0b2e3a;margin-bottom:64px;text-align:center}.experts .list{box-sizing:border-box;margin:0 auto 80px;max-width:1013px;padding-right:16px}.experts .list li{box-sizing:border-box;margin:0 0 52px 27px;max-width:710px}.experts .list li:nth-child(2n){margin-left:auto}.experts .list li:nth-child(2n):before{background-color:#ff2819}@supports (--css:variables){.experts .list li:nth-child(2n):before{background-color:var(--local-red-color)}}.experts .list li:nth-child(2n) footer span{color:#ff2819}@supports (--css:variables){.experts .list li:nth-child(2n) footer span{color:var(--local-red-color)}}.experts .list li:before{background:#00baff url(/images/pages/resources-new/single-page/custom/5925/quote.svg) 50% no-repeat;background-size:15px 12px;border-radius:18px;content:"";display:block;height:35px;margin-left:-18px;width:35px}@supports (--css:variables){.experts .list li:before{background-color:var(--primary-icon-color)}}.experts .list li blockquote{margin:0}.experts .list li blockquote>p{letter-spacing:.024em;line-height:1.63;margin-bottom:10px;padding:0 0 13px 30px;position:relative}.experts .list li blockquote>p:before{background:#e8e8e8;bottom:0;content:"";left:0;position:absolute;top:10px;width:2px}.experts .list li footer{align-items:center;display:flex;flex-flow:row nowrap}.experts .list li footer span{color:#00baff;display:block;font-weight:700}@supports (--css:variables){.experts .list li footer span{color:var(--primary-brand-color-400)}}.experts .list li footer p{font-size:14px;letter-spacing:.02em;line-height:1.45;margin-right:30px}.experts .list li footer img{margin:0 14px 0 -27px}.experts .list li .twitter{display:block}.experts .list li .twitter .ico{display:block;height:17px;width:20px}@media screen and (max-width:979px){.experts .list{padding-right:0}}@media only screen and (max-width:767px){.experts .list li:nth-child(2n){margin-left:27px}}.bottom{padding:100px 0 125px;text-align:center}.bottom p{margin:0 auto 75px;max-width:790px}.bottom .btn-wrap{margin-bottom:0}