section.numbers{background:url(/assets/images/amp/backgrounds/benefits-background.svg);background-size:cover;background-position:50%;color:#fff;margin-top:-40px;text-align:center;z-index:1;position:relative;padding:90px 0 180px}@media only screen and (max-width:991px){section.numbers{padding:90px 0}}section.numbers .n-it{margin-top:60px}section.numbers .n-it amp-img{margin-top:10px}section.numbers .n-it p{color:#fff}section.numbers .n-it p.n-it-t{font-size:30px;font-weight:700}section.c-sp{padding:90px 0;background:url(/assets/images/amp/backgrounds/customer-support.svg);background-size:cover;background-position:50%;text-align:center}section.c-sp .sub-t{font-size:20px;line-height:26px;color:#0a7ae0;font-weight:700;margin-top:-10px}section.c-sp a{cursor:pointer;font-weight:700}section.c-sp .sup-l{margin-top:60px}@media only screen and (max-width:767px){section.c-sp .sup-l{margin-top:50px}}section.c-sp .sup-l p{line-height:16px}section.c-sp .sp-im-c{position:relative;margin:40px auto}section.c-sp .sp-i{margin-bottom:25px}.modal{visibility:hidden;opacity:0;width:0;height:0}.modal.open{visibility:visible;opacity:1;display:block;width:100%;height:100%;border-radius:8px;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483648;outline:none;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);overflow-y:auto!important;overflow-x:hidden!important}.modal .modal-content{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;max-width:800px;margin:30px;position:relative;background:#fff;border-radius:8px;padding:30px 40px;box-shadow:0 5px 50px rgba(0,0,0,.3);transform:translateY(-100%);transition:transform .15s linear 0s;will-change:transform!important}@media only screen and (min-width:768px){.modal .modal-content{margin:30px auto}}.modal.open .modal-content{will-change:transform!important;transform:translate(0);transition:transform .15s linear 0s}.modal .modal-header{text-align:center}.modal .modal-header p{font-size:18px}@media only screen and (max-width:767px){.modal .modal-header p{font-size:16px}}.modal .modal-close{cursor:pointer;position:absolute;top:-20px;right:-20px;width:40px;height:40px;background:url(/assets/images/amp/icons/close.svg)}.modal .industry-selector{padding:60px 0}.modal .industry-selector .industry-list{display:flex;align-items:center;justify-content:center;gap:30px}@media only screen and (max-width:767px){.modal .industry-selector .industry-list{flex-wrap:wrap}}.modal .industry-selector .industry-list .industry-item{width:100%;min-width:200px;background-color:#fff;box-shadow:0 7px 15px rgba(0,0,0,.1);padding:20px;border-radius:10px 10px 10px 0;cursor:pointer;color:#0a7ae0;font-weight:600;display:flex;align-items:center;justify-content:flex-start;gap:15px}.modal .industry-selector .industry-list .industry-item:hover{border-radius:10px 0 10px 10px}.modal .industry-selector .industry-list .industry-item a{display:block;width:100%}.modal .step-progress .step-0.edit~.p-step{display:none}.modal .step-progress .p-step{text-align:center;position:relative}.modal .step-progress .p-step .s-icon{width:35px;height:35px;background-color:#cdd5dc;margin:20px auto;border-radius:100%;z-index:2;position:relative}.modal .step-progress .p-step .s-text{color:#8498aa}@media only screen and (max-width:767px){.modal .step-progress .p-step .s-text{font-size:12px}}.modal .step-progress .p-step:not(:last-child):after{content:"";position:absolute;top:38px;height:1px;width:100%;background-color:#cdd5dc}.modal .step-progress .p-step.done:after{background-color:#29d380}.modal .step-progress .p-step.edit .s-icon{background:#0a7ae0 url(/assets/images/amp/icons/ic-edit.svg) no-repeat 50%}.modal .step-progress .p-step.edit .s-text{color:#0a7ae0}.modal .step-progress .p-step.done .s-icon{background:#29d380 url(/assets/images/amp/icons/OK_icon.svg) no-repeat 50%}.modal .step-progress .p-step.done .s-text{color:#29d380}.modal .step-1 .styled-select{margin:100px 0 130px}@media only screen and (max-width:767px){.modal .step-1 .styled-select{margin:20px 0 60px}}.modal .styled-textarea{margin:40px 0}.modal .sub-err p{color:#e00a0a}.modal .sub-suc p{color:#29d380}.modal label.error{color:#e00a0a;font-size:12px;display:block}.modal .styled-input{margin:40px 0 10px}@media only screen and (max-width:767px){.modal .styled-input{margin:20px 0}}.modal .step{transition:opacity 1s ease-out;opacity:0;height:0;visibility:hidden;overflow:hidden}.modal .step.selected,.modal .step[selected]{padding-top:45px;opacity:1;height:auto;visibility:visible;overflow:visible}.modal .step .s-des{font-size:14px}.modal .cn-ac{margin:40px 0;display:flex;flex-direction:column}.modal .cn-ac div{margin:0 20px 20px 0}.modal .l-buttons{display:flex;align-items:center;justify-content:space-between;font-size:14px;flex-wrap:wrap}@media only screen and (max-width:400px){.modal .l-buttons{justify-content:center;flex-direction:column}}.modal .l-buttons .step-back{cursor:pointer}.modal .success-wrapper{opacity:0;visibility:hidden;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;transition:all .2s ease}.modal .success-wrapper.active{opacity:1;visibility:visible}.modal .success-wrapper .success-message{color:#8498aa;font-size:18px;text-align:center}.modal .success-container{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:40px;padding:20px 0}.sidebar{--story-page-vh:1vh;transform:translateX(100%);top:0;right:0;outline:none;max-width:80vw;will-change:transform;z-index:2147483647;overflow-x:hidden;overflow-y:auto;height:100vh;position:fixed}.sidebar.open{-webkit-animation-name:sidebar-slide-in-right;animation-name:sidebar-slide-in-right;-webkit-animation-duration:233ms;animation-duration:233ms;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes sidebar-slide-out-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes sidebar-slide-out-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}@-webkit-keyframes sidebar-slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes sidebar-slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}nav.disclaimer{position:fixed;width:100%;z-index:3;top:0;padding:14px 0;border-bottom:1px solid #ebebeb;height:auto;font-size:12px;line-height:15px;background:#01ff94}nav.disclaimer .disclaimer_text_wrapper{display:flex;align-items:center;justify-content:flex-start;gap:15px}nav.disclaimer .disclaimer_text_wrapper a{color:#042d52}nav.disclaimer .disclaimer_text_wrapper #disclaimer_close{margin-left:auto}nav.disclaimer.scrolled-top{transform:translate(0)!important}nav.disclaimer.scrolled-bottom,nav.disclaimer.scrolled-top{will-change:transform!important;transition:transform .3s ease 0s!important}nav.disclaimer.scrolled-bottom{transform:translateY(-190px)!important}nav.disclaimer+nav.fixed{top:41px}@media only screen and (max-width:767px){nav.disclaimer+nav.fixed{top:50px}}nav.nav.scrolled-top{transform:translate(0)!important}nav.nav.scrolled-bottom,nav.nav.scrolled-top{will-change:transform!important;transition:transform .3s ease 0s!important}nav.nav.scrolled-bottom{transform:translateY(-190px)!important}section.ab-hero.us{padding:120px 0 90px}section.ab-hero .ab-how-it{padding:40px;text-align:center;border-radius:10px 10px 10px 0;min-height:400px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}section.ab-hero .ag-con{position:relative;min-height:500px;width:120%;margin:50px 0 50px -10%}@media only screen and (max-width:991px){section.ab-hero .ag-con{display:none}}section.ab-hero .ag-con .logo{left:50%;top:50%;margin-left:-64px;margin-top:-64px}section.ab-hero .ag-con .con-it{position:absolute;border-radius:50%}section.ab-hero .ag-con .con-it img{width:100%;height:100%}section.ab-hero .ag-con .con-it-1{width:138px;height:138px}section.ab-hero .ag-con .con-it-1.blue{right:0;top:5%}section.ab-hero .ag-con .con-it-1.green{left:0;top:60%}section.ab-hero .ag-con .con-it-2{width:98px;height:98px}section.ab-hero .ag-con .con-it-2.blue{right:16%;top:40%}section.ab-hero .ag-con .con-it-2.green{left:5%;top:18%}section.ab-hero .ag-con .con-it-3{width:96px;height:96px}section.ab-hero .ag-con .con-it-3.blue{right:5%;top:58%}section.ab-hero .ag-con .con-it-3.green{top:40%;left:20%}section.ab-hero .ag-con .con-it-4{width:70px;height:70px}section.ab-hero .ag-con .con-it-4.blue{right:15%;top:0}section.ab-hero .ag-con .con-it-4.green{left:20%;top:0}section.ab-hero .ag-con .con-it-5{width:104px;height:104px}section.ab-hero .ag-con .con-it-5.blue{right:25%;top:62%}section.ab-hero .ag-con .con-it-5.green{left:35%;top:10%}section.ab-hero .ag-con .con-it-6{width:66px;height:66px}section.ab-hero .ag-con .con-it-6.blue{right:14%;top:78%}section.ab-hero .ag-con .con-it-6.green{top:80%;left:16%}section.ab-hero .ag-con .con-it-7{width:80px;height:80px}section.ab-hero .ag-con .con-it-7.blue{right:30%;top:10%}section.ab-hero .ag-con .con-it-7.green{top:66%;left:28%}section.ab-hero .ag-con .con-it-8{width:56px;height:56px}section.ab-hero .ag-con .con-it-8.blue{right:35%;top:45%}section.ab-hero .ag-con .con-it-8.green{left:35%;top:45%}section.ab-hero .ag-con-m{display:none}section.ab-hero .ag-con-m .con-it img{width:100%;height:100%}@media only screen and (max-width:991px){section.ab-hero .ag-con-m{display:block;position:relative;margin-top:40px;min-height:450px;width:100%}section.ab-hero .ag-con-m .con-it-1{width:138px;height:138px}section.ab-hero .ag-con-m .con-it-1.blue{top:0;right:2%}section.ab-hero .ag-con-m .con-it-1.green{top:2%;right:0}section.ab-hero .ag-con-m .con-it-2{width:98px;height:98px}section.ab-hero .ag-con-m .con-it-2.blue,section.ab-hero .ag-con-m .con-it-2.green{top:33%;right:25%}section.ab-hero .ag-con-m .con-it-3{width:96px;height:96px}section.ab-hero .ag-con-m .con-it-3.blue,section.ab-hero .ag-con-m .con-it-3.green{right:5%;bottom:15%}section.ab-hero .ag-con-m .con-it-4{width:70px;height:70px}section.ab-hero .ag-con-m .con-it-4.blue,section.ab-hero .ag-con-m .con-it-4.green{left:30%;top:15%}section.ab-hero .ag-con-m .con-it-5{width:104px;height:104px}section.ab-hero .ag-con-m .con-it-5.blue,section.ab-hero .ag-con-m .con-it-5.green{left:2%;top:30%}section.ab-hero .ag-con-m .con-it-6{width:66px;height:66px}section.ab-hero .ag-con-m .con-it-6.blue,section.ab-hero .ag-con-m .con-it-6.green{left:4%;top:5%}section.ab-hero .ag-con-m .con-it-7{width:80px;height:80px}section.ab-hero .ag-con-m .con-it-7.blue,section.ab-hero .ag-con-m .con-it-7.green{left:2%;bottom:10%}section.ab-hero .ag-con-m .con-it-8{width:56px;height:56px}section.ab-hero .ag-con-m .con-it-8.blue,section.ab-hero .ag-con-m .con-it-8.green{left:36%;bottom:20%}section.ab-hero .ag-con-m .con-it{position:absolute;border-radius:50%}}section.ab-hero .blue{background:#eff9ff}section.ab-hero .green{background:#e7f8f0}section.ab-img{overflow:hidden}section.ab-img img{width:100%;height:100%}@media only screen and (max-width:991px){section.ab-img{padding:0}section.ab-img img{width:120%;margin-left:-10%}}section.ab-stf{overflow:hidden}section.ab-stf .sct-hdr{margin-bottom:60px}section.ab-stf .ab-stf-it{text-align:center;padding:40px;border-radius:10px 10px 10px 0;height:100%}@media only screen and (max-width:991px){section.ab-stf .ab-stf-it{height:auto}}section.ab-stf .dk{background:url(/assets/images/amp/backgrounds/rev-dk.svg) bottom no-repeat}section.ab-stf .no{background:url(/assets/images/amp/backgrounds/rev-no.svg) bottom no-repeat}section.ab-stf .de{background:url(/assets/images/amp/backgrounds/rev-de.svg) bottom no-repeat}section.ab-stf .nl{background:url(/assets/images/amp/backgrounds/rev-nl.svg) bottom no-repeat}section.ab-stf .se{background:url(/assets/images/amp/backgrounds/rev-se.svg) bottom no-repeat}section.ab-stf .us{background:url(/assets/images/amp/backgrounds/rev-us.svg) bottom no-repeat}section.ab-stf .green{background-size:cover;min-height:724px}section.ab-stf .blue{background:url(/assets/images/amp/backgrounds/guy.svg) no-repeat 50%;background-size:cover;padding-bottom:0;display:flex;align-items:center;justify-content:center;flex-direction:column}@media only screen and (max-width:991px){section.ab-stf .blue{margin-top:40px}}section.ab-rev{background:url(/assets/images/amp/backgrounds/also_seen.svg) no-repeat;background-size:cover;margin-top:-90px;padding:120px 0 90px}section.ab-rev .sct-hdr{margin-bottom:30px}section.ab-rev .rev-i{background-color:#fff;border-radius:10px 10px 10px 0;box-shadow:0 9px 40px rgba(0,0,0,.1);padding:40px;text-align:center;height:100%}@media only screen and (max-width:991px){section.ab-rev .rev-i:not(:first-of-type){margin-top:30px}}section.ab-rev .rev-i .fix-img-con{width:100px;height:40px;margin:0 auto 20px}section.ab-rev .rev-i .fix-img-con img{width:100%}section.ab-rev .rev-i p{color:#042d52;font-weight:700}section.ab-rev .logos-list{display:flex;align-items:center;justify-content:center;margin-top:50px}section.ab-rev .logos-list .fix-img-con{width:154px;height:20px;margin-right:15px;margin-bottom:15px}section.transparency{padding:120px 0 90px;overflow:hidden}@media only screen and (max-width:991px){section.transparency{padding:45px 0}}section.transparency h2{text-align:center;margin-bottom:60px}@media only screen and (max-width:991px){section.transparency .first{order:1}section.transparency .second{order:2}}section.transparency .team .t-i-list{display:flex}section.transparency .team .t-i-list .t-i-i{border-radius:100%}section.transparency .team .t-i-list .t-i-i:not(:first-child){margin-left:-20px}section.transparency .team .t-i-list .t-i-i.i-blue{width:96px;height:96px;padding:30px;background-color:#0a7ae0;color:#fff;font-size:25px;z-index:1}section.transparency .team .btn{margin-top:40px}@media only screen and (max-width:767px){section.transparency .team .btn{width:100%}}section.transparency .image-block{margin:30px 0;background:url(/assets/images/amp/mask/photo_shape_222.svg) no-repeat;background-position:50%;background-size:contain}section.transparency .image-block img{-webkit-mask-image:url(/assets/images/amp/mask/mask-group.png);mask-image:url(/assets/images/amp/mask/mask-group.png);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;max-width:567px;max-height:520px;width:100%;height:100%}@media only screen and (max-width:376px){section.transparency .image-block img{min-width:130%}}section.awards .sct-hdr{margin-bottom:30px}section.awards .col-lg-3{padding:15px}section.awards .award-it{border-radius:10px 10px 10px 0;background:#eff9ff;min-height:270px;padding:20px 40px;text-align:center;margin-bottom:30px;height:100%}section.awards .award-it .fix-img-con{width:190px;height:80px;margin:40px auto}section.awards .award-it p{color:#042d52;font-size:18px}section.ab-imgs{padding:120px 0;overflow:hidden}section.ab-imgs .l{width:120%;margin-left:-10%}section.ab-imgs .r{width:120%;margin-left:10%}@media only screen and (max-width:991px){section.ab-imgs{padding:0}section.ab-imgs .l{margin-left:-10%;margin-bottom:30px}section.ab-imgs .r{margin-left:-10%}}section.facts{padding:45px 0}section.facts .fact-list{justify-content:center;margin-top:100px}section.facts .fact-it{text-align:center;margin-bottom:50px;padding:0 40px}@media only screen and (min-width:992px){section.facts .fact-it.moved{margin-top:100px}}section.facts .fact-it .f-t{font-weight:700;font-size:20px;color:#042d52}section.facts .fact-it .f-d{font-size:14px;line-height:24px}section.facts .fact-it .f-i{background:url(/assets/images/amp/mask/photo_shape_222.svg) 50% no-repeat;background-size:contain}section.facts .fact-it .f-i img{-webkit-mask-image:url(/assets/images/amp/mask/mask-group.png);mask-image:url(/assets/images/amp/mask/mask-group.png);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center}section.mission{padding:90px 0;min-height:470px;background:url(/assets/images/amp/backgrounds/map_background.svg) 50% no-repeat}@media only screen and (max-width:991px){section.mission{background:url(/assets/images/amp/backgrounds/map_background_mobile.svg) 50% no-repeat;background-size:cover}}section.mission .c-li{display:none}@media only screen and (max-width:991px){section.mission .c-li{display:flex;align-items:center;justify-content:space-between;text-align:center}section.mission .c-li p{line-height:0;font-size:14px;font-weight:700}}section.mission h2{color:#fff}section.mission p{font-size:14px;color:#daebfa}section.ww{padding:90px 0 45px}section.ww .ww-list{margin-top:60px}section.ww .ww-i{margin-bottom:50px}section.ww .ww-i .ww-l{display:flex;align-items:center;justify-content:flex-start;color:#042d52;font-weight:700;font-size:20px}section.ww .ww-i .ww-l amp-img{margin-right:10px}section.ww .ww-i .ww-img{border-radius:10px 10px 10px 0}section.ww .ww-i .ww-info div{display:flex;align-items:center;justify-content:flex-start;margin:0 0 20px 4px}section.ww .ww-i .ww-info span{color:#0a7ae0;font-size:14px;line-height:17px;font-weight:700;display:block;margin-left:15px}section.fun{padding:45px 0}section.fun .fun-t{display:flex;align-items:flex-start;justify-content:center;flex-direction:column}@media only screen and (max-width:991px){section.fun .fun-t{order:2}}section.fun .fun-t .btn{margin-top:20px}@media only screen and (max-width:767px){section.fun .fun-t .btn{width:100%}}section.fun .fun-imgs-con{position:relative;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:767px){section.fun .fun-imgs-con .col-6:first-child{padding-left:0;padding-right:0}section.fun .fun-imgs-con .col-6:nth-child(2){padding-right:0}}section.fun .fun-imgs-con .insta-img{margin-bottom:30px;max-width:289px;max-height:289px;width:100%;height:auto}@media only screen and (max-width:767px){section.fun .fun-imgs-con .insta-img{margin-bottom:10px}}section.fun .fun-imgs-con:before{top:0;z-index:1}section.fun .fun-imgs-con:after,section.fun .fun-imgs-con:before{content:"";height:200px;width:100%;position:absolute;background:linear-gradient(180deg,#fff,hsla(0,0%,100%,0))}section.fun .fun-imgs-con:after{bottom:0;transform:rotate(-180deg)}@media only screen and (max-width:991px){section.fun .fun-imgs{order:1;margin-bottom:50px}}section.fun .fun-img-t-con{position:relative}section.fun .fun-img-t-con .fun-img-txt{position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;flex-direction:column;background-image:linear-gradient(0deg,rgba(4,45,82,.7),rgba(4,45,82,.7));z-index:1;width:100%;height:100%;max-width:289px;max-height:289px}section.fun .fun-img-t-con .fun-img-txt p{color:#fff}@media only screen and (max-width:767px){section.fun .fun-img-t-con .fun-img-txt p{font-size:10px;line-height:18px}}@media only screen and (max-width:767px){section.fun .fun-img-t-con .fun-img-txt a{font-size:10px}}@media only screen and (max-width:767px){section.fun .fun-img-t-con .fun-img-txt{padding:10px}}