.CCW--button{background:#fff;color:#11171a;border:none;padding:0;min-width:120px;padding:12px;border-radius:4px;font-size:14px;font-family:Inter UI Bold,Helvetica,Arial,sans-serif;text-transform:uppercase;letter-spacing:-.13px}.CCW--button:disabled{opacity:.5;cursor:not-allowed}.CCW--button:hover:not(:disabled){cursor:pointer}.CCW--button--primary{border:1px solid #e0e0e0;background:#fafafa;color:#757575}.CCW--button--secondary{background:#0288d1;color:#fff}.CCW--button--download{background:#388e3c;color:#fff}.CCW--button--flat,.CCW--button--link{background:transparent;border:none;-webkit-box-shadow:none;box-shadow:none;padding:0;margin:0;min-width:auto}.CCW--button--link{color:#64b5f6}.CCW--buttonIcon{position:relative;display:inline-block;background:transparent;border:none;border-radius:50%;-webkit-transition:background .4s ease,border-color .4s ease;-o-transition:background .4s ease,border-color .4s ease;transition:background .4s ease,border-color .4s ease;outline:none;cursor:pointer}.CCW--buttonIcon.CCW--buttonIcon--arrowDown{background:#00c853}.CCW--buttonIcon.CCW--buttonIcon--arrowDown rect{fill:#fff}.CCW--buttonIcon.CCW--buttonIcon--arrowDown path{stroke:#fff}.CCW--buttonIcon svg{-webkit-transition:fill .4s ease;-o-transition:fill .4s ease;transition:fill .4s ease}.CCW--buttonIcon:hover{background:#f8f9fb;border-color:#f8f9fb}.CCW--buttonIcon:hover svg{fill:#1653c9}.CCW--buttonIcon:hover.CCW--buttonIcon--arrowDown{background:#fff}.CCW--buttonIcon:hover.CCW--buttonIcon--arrowDown rect{fill:#00c853}.CCW--buttonIcon:hover.CCW--buttonIcon--arrowDown path{stroke:#00c853}.CCW--buttonIcon:active.CCW--buttonIcon--arrowDown svg rect,.CCW--buttonIcon:active svg{fill:#054199}.CCW--buttonIcon:active.CCW--buttonIcon--arrowDown svg path{stroke:#054199}.CCW--buttonIcon .isvg{display:block;width:100%;height:100%;font-size:0}.CCW--buttonIcon--help{width:24px;height:24px;border:1px solid #9e9e9e;cursor:default}.CCW--buttonIcon--help svg{display:block;position:absolute;top:0;bottom:0;left:0;right:0;width:8px;height:12px;margin:auto;fill:#9e9e9e}.CCW--buttonIcon--help svg:hover{fill:#757575}.CCW--buttonIcon--arrowDown{width:24px;height:24px}.CCW--buttonIcon--arrowDown svg{display:block;position:absolute;top:0;bottom:0;left:0;right:0;width:14px;height:14px;margin:auto;-webkit-transition:none;-o-transition:none;transition:none}.CCW--buttonIcon--arrowDown svg rect{fill:#19a2ff;-webkit-transition:fill .4s ease;-o-transition:fill .4s ease;transition:fill .4s ease}.CCW--buttonIcon--arrowDown svg path{stroke:#19a2ff;-webkit-transition:stroke .4s ease;-o-transition:stroke .4s ease;transition:stroke .4s ease}.CCW--buttonIcon--close{border:none;width:32px;height:32px;cursor:default}.CCW--buttonIcon--close svg{display:block;position:absolute;top:0;bottom:0;left:0;right:0;width:8px;height:12px;margin:auto;fill:#19a2ff}header.CCW--header{font-size:18px;font-weight:700;font-style:normal;font-stretch:normal;line-height:1.4;text-transform:uppercase;color:#fff;width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:0 16px;height:auto;background:#424242!important}@media (min-width:768px) and (max-width:1023px){header.CCW--header{font-size:18px}}@media (max-width:767px){header.CCW--header{font-size:18px;font-weight:700;font-style:normal;font-stretch:normal;line-height:2.33;letter-spacing:-1px;text-align:left;-ms-flex-pack:start;justify-content:flex-start}}.CCW--popup{position:fixed;top:0;bottom:0;left:0;right:0;z-index:99999}.CCW--popup-overlay{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;background-color:#000;opacity:.2;-webkit-transition:opacity .5s ease;-o-transition:opacity .5s ease;transition:opacity .5s ease;cursor:pointer;z-index:1}@media (max-width:767px){.CCW--popup-overlay{opacity:.4}}.CCW--popup-inner{position:relative;height:100vh;padding:64px 0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}@media (max-width:767px){.CCW--popup-inner{padding:8px}}.CCW--popup-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;position:relative;border-radius:8px;background-color:#fff;-webkit-box-shadow:0 10px 30px 0 rgba(104,115,142,.3);box-shadow:0 10px 30px 0 rgba(104,115,142,.3);z-index:2;width:960px}.CCW--popup--myProofs .CCW--popup-content{max-height:100%;height:auto}@media (max-width:767px){.CCW--popup-content{max-width:100%}}.CCW--popup-header{background:#424242!important;color:#fff;-ms-flex-align:center;align-items:center;height:64px!important;width:100%;display:-ms-flexbox;display:flex}.CCW--popup-body{-ms-flex:1 1;flex:1 1;height:0}.CCW--popup-back{margin-right:16px}.CCW--popup-back,.CCW--popup-close{background:none;border:none;cursor:pointer;outline:none}.CCW--popup-close{margin:0;padding:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;margin-left:auto;z-index:5}.CCW--popup-close .isvg{display:block;font-size:0}.CCW--popup-close:focus,.CCW--popup-close:hover{opacity:.5}.CCW--spinner{position:relative;width:18px;height:18px}.CCW--spinner img{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;-webkit-animation:Spinner-animation 2.5s infinite linear;animation:Spinner-animation 2.5s infinite linear}@-webkit-keyframes Spinner-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Spinner-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.CCW--myProofs{height:100%;overflow-y:auto}@media (max-width:767px){.CCW--myProofs{padding-top:0}}.CCW--myProofs-header{width:100%;height:100%;padding:0 32px 0 16px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.CCW--myProofs-items-header{position:relative;height:40px;background:#e0e0e0}.CCW--myProofs-list{list-style:none;margin:0;padding:0;padding-bottom:80px}.CCW--myProofs-item{height:56px}@media (max-width:767px),(min-width:768px) and (max-width:1023px){.CCW--myProofs-item{height:80px}}.CCW--myProofs-itemButton{position:relative;width:100%;height:100%;padding:0 32px 0 16px;padding-bottom:0;padding-top:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:inherit;font-size:14px;font-weight:400;font-style:normal;font-stretch:normal;line-height:2.29;letter-spacing:normal;text-align:left;white-space:nowrap;border:none;background:none;-webkit-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;cursor:pointer;outline:none}@media (max-width:767px),(min-width:768px) and (max-width:1023px){.CCW--myProofs-itemButton{padding-top:17px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;line-height:1}}@media (min-width:768px) and (max-width:1023px){.CCW--myProofs-itemButton{padding-left:64px;padding-right:64px}}@media (max-width:767px){.CCW--myProofs-itemButton{padding-left:24px;padding-right:24px}}.CCW--myProofs-itemButton:focus,.CCW--myProofs-itemButton:hover{background-color:#fafafa}.CCW--myProofs-itemButton:focus:before,.CCW--myProofs-itemButton:hover:before{opacity:1}.CCW--myProofs-itemButton:focus:after,.CCW--myProofs-itemButton:hover:after{left:0;right:0}.CCW--myProofs-itemButton:active{background-color:#f1f3f7}.CCW--myProofs-itemButton:active:before{opacity:1}.CCW--myProofs-itemButton:active:after{left:0;right:0}.CCW--myProofs-itemButton:before{content:"";position:absolute;top:-1px;left:0;right:0;opacity:0}.CCW--myProofs-itemButton:after{content:"";position:absolute;width:100%;bottom:0;left:0;border-bottom:1px solid #dee7ef}@media (max-width:767px){.CCW--myProofs-itemButton:after{left:24px;right:0}}.CCW--myProofs-headerTitle,.CCW--myProofs-itemTitle{-ms-flex:1 1;flex:1 1;font-size:16px;line-height:1.25;text-align:left;color:#424242;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Inter UI,Helvetica,Arial,sans-serif}@media (max-width:767px),(min-width:768px) and (max-width:1023px){.CCW--myProofs-headerTitle,.CCW--myProofs-itemTitle{-ms-flex:initial;flex:initial;width:calc(100% - 50px);font-size:14px;line-height:2.29;-ms-flex-order:1;order:1}}.CCW--myProofs-itemId{font-size:14px}.CCW--myProofs-itemName{font-size:10px;color:#1976d2}.CCW--myProofs-itemCalendarStatus{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;white-space:nowrap}.CCW--myProofs-itemCalendarStatus .isvg{display:block;width:18px;height:18px;margin-right:9px;margin-top:1px;font-size:0}.CCW--myProofs-itemCalendarStatus .CCW--spinner{margin-right:8px;margin-top:1px}@media (max-width:767px),(min-width:768px) and (max-width:1023px){.CCW--myProofs-itemCalendarStatus{display:none}}.CCW--myProofs-itemBtcStatus{margin-top:-3px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;white-space:nowrap}.CCW--myProofs-itemBtcStatus .isvg{display:block;width:18px;height:18px;margin-right:8px;margin-top:1px;font-size:0}.CCW--myProofs-itemBtcStatus .CCW--spinner{margin-right:8px;margin-top:1px}@media (max-width:767px),(min-width:768px) and (max-width:1023px){.CCW--myProofs-itemBtcStatus{display:none}}.CCW--myProofs-headerDate,.CCW--myProofs-itemDate{width:173px;margin-top:-3px;font-size:12px;line-height:2.29;color:#9e9e9e;white-space:nowrap}@media (max-width:767px),(min-width:768px) and (max-width:1023px){.CCW--myProofs-headerDate,.CCW--myProofs-itemDate{margin-top:-7px;width:calc(100% - 50px);font-size:12px;line-height:2.67;-ms-flex-order:2;order:2}}.CCW--myProofs-headerStatus,.CCW--myProofs-itemStatus{width:145px;font-size:12px;text-align:right;color:#9e9e9e;white-space:nowrap;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:767px),(min-width:768px) and (max-width:1023px){.CCW--myProofs-headerStatus,.CCW--myProofs-itemStatus{-ms-flex-order:3;order:3;width:50px;margin-top:2px;font-size:12px;font-weight:500;line-height:2.67}.CCW--myProofs-headerStatus .CCW--buttonIcon,.CCW--myProofs-itemStatus .CCW--buttonIcon{margin-top:6px}}.CCW--myProofs-headerDate,.CCW--myProofs-headerStatus,.CCW--myProofs-headerTitle{color:#757575;font-size:13px;font-family:Lato,Helvetica,Arial,sans-serif;font-weight:700}@media (max-width:767px){.CCW--myProofs-headerDate,.CCW--myProofs-headerStatus,.CCW--myProofs-headerTitle{padding-top:0}}.CCW--myProofs-statusTime{margin-top:-2px;font-weight:500}@media (max-width:767px),(min-width:768px) and (max-width:1023px){.CCW--myProofs-statusTime{display:block}}@media (max-width:767px),(min-width:768px) and (max-width:1023px){.CCW--myProofs-statusText{display:none}}.CCW--myProofs-statusSpinner{position:relative;margin-left:32px;display:none}@media (max-width:767px),(min-width:768px) and (max-width:1023px){.CCW--myProofs-statusSpinner{display:block}}.CCW--proofText{position:relative;font-size:14px;line-height:1;font-family:Inter UI,Helvetica,Arial,sans-serif}.CCW--proofText:after{display:none;content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#eaecf2}@media (max-width:767px){.CCW--proofText{padding-bottom:12px;font-size:12px;line-height:2}.CCW--proofText:after{display:block}}.CCW--proofText-row{display:-ms-flexbox;display:flex}.CCW--proofText-row:not(:first-of-type){margin-top:16px}@media (max-width:767px){.CCW--proofText-row{display:block}.CCW--proofText-row+.CCW--proofText-row{margin-top:12px}}.CCW--proofText-name{width:90px;-ms-flex-negative:0;flex-shrink:0;color:#424242;font-family:Inter UI Bold,Helvetica,Arial,sans-serif}.CCW--proofText-value{word-wrap:break-word;-ms-flex:1 1;flex:1 1;width:0;color:#757575}@media (max-width:767px){.CCW--proofText-value{margin-top:4px;width:auto;-ms-flex:initial;flex:initial;line-height:1.34}}.CCW--proofText-dropdown{padding-top:12px;padding-bottom:8px}.CCW--proofText-id{font-size:18px;font-family:Inter UI Bold,Helvetica,Arial,sans-serif}.CCW--proofInfo{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:0;height:100%}@media (max-width:767px){.CCW--proofInfo{padding:0 24px}}.CCW--proofInfo-backButton{position:absolute;top:19px;left:57px}@media (max-width:767px){.CCW--proofInfo-backButton{display:none}}.CCW--proofInfo-content{-ms-flex:1 1;flex:1 1;max-height:100%;padding:32px;overflow-y:auto}@media (max-width:767px){.CCW--proofInfo-content{padding:17px 0 0;margin-bottom:16px}}.CCW--proofInfo-info{display:-ms-flexbox;display:flex;margin-bottom:10px}@media (max-width:767px),(min-width:768px) and (max-width:1023px){.CCW--proofInfo-info{-ms-flex-direction:column;flex-direction:column}}.CCW--proofInfo-infoText{-ms-flex:1 1;flex:1 1}@media (max-width:767px){.CCW--proofInfo-infoText{-ms-flex:initial;flex:initial}}.CCW--proofInfo-infoStatusList{width:31.3%;color:#757575}.CCW--proofInfo-infoStatusList h3{margin:0 0 12px;font-size:18px;font-family:Inter UI Bold,Helvetica,Arial,sans-serif;line-height:1}@media (max-width:767px),(min-width:768px) and (max-width:1023px){.CCW--proofInfo-infoStatusList{width:100%;padding-top:24px}}.CCW--proofInfo-infoStatus{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:14px;margin-top:8px}.CCW--proofInfo-infoStatus .isvg{display:inline-block;font-size:0;width:18px;margin-right:7px;margin-top:2px}@media (max-width:767px){.CCW--proofInfo-infoStatus .isvg{margin-top:2px}}.CCW--proofInfo-infoStatus .CCW--spinner{margin-right:7px;margin-top:2px}@media (max-width:767px){.CCW--proofInfo-infoStatus{font-size:12px;line-height:2}}.CCW--proofInfo-infoStatusLink{margin-left:6px}.CCW--proofInfo-hr{margin-top:33px;margin-bottom:28px;width:100%;height:1px;background-color:#eaecf2;border:none}@media (max-width:767px){.CCW--proofInfo-hr{margin-top:23px;margin-bottom:21px}}.CCW--proofInfo-code{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}.CCW--proofInfo-codeHeader{margin-bottom:28px;font-size:14px;font-weight:500;line-height:2.07;text-align:left;text-transform:uppercase;color:#424242}@media (max-width:767px){.CCW--proofInfo-codeHeader{font-size:12px;font-weight:500;line-height:2.42}}.CCW--proofInfo-codeControls{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:767px){.CCW--proofInfo-codeControls{top:auto;bottom:64px;left:16px;right:16px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:16px}}.CCW--proofInfo-copyButton{margin-right:16px}.CCW--proofInfo-codeBody{font-family:League Mono,monospace;background:#f5f5f5;padding:42px 32px;margin-top:16px;font-size:12px;line-height:18px;border-radius:8px;color:#2c3240;white-space:pre-wrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.CCW--proofInfo-backButtonIcon{position:absolute;bottom:24px;left:23px;padding:0;margin:0;background:none;border:none}.CCW--proofInfo-backButtonIcon .isvg{display:block;font-size:0}.CCW--proofPopup--myProofs,.CCW--proofPopup--myProofs .CCW--proofPopup-list,.CCW--proofPopup--proofInfo,.CCW--proofPopup--proofInfo .CCW--proofPopup-item{height:100%}.CCW--help{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;padding-top:30px;padding-right:120px;padding-left:56px;visibility:hidden;opacity:0;-webkit-transition:visibility 0s cubic-bezier(.19,1,.22,1) .83s,opacity .83s cubic-bezier(.19,1,.22,1);-o-transition:visibility 0s cubic-bezier(.19,1,.22,1) .83s,opacity .83s cubic-bezier(.19,1,.22,1);transition:visibility 0s cubic-bezier(.19,1,.22,1) .83s,opacity .83s cubic-bezier(.19,1,.22,1);border-radius:8px}@media (max-width:767px){.CCW--help{padding-left:24px;padding-right:34px;padding-top:3px}}.CCW--help--visible{opacity:1;visibility:visible;-webkit-transition:visibility 0s cubic-bezier(.19,1,.22,1) 0s,opacity .83s cubic-bezier(.19,1,.22,1);-o-transition:visibility 0s cubic-bezier(.19,1,.22,1) 0s,opacity .83s cubic-bezier(.19,1,.22,1);transition:visibility 0s cubic-bezier(.19,1,.22,1) 0s,opacity .83s cubic-bezier(.19,1,.22,1)}.CCW--help-list{margin-bottom:0;list-style-type:none;list-style-position:outside}@media (max-width:767px){.CCW--help-list{padding-left:32px}}.CCW--help .CCW--help-heading{margin-bottom:0;font-size:14px;color:#1976d2;font-family:Lato,Helvetica,Arial,sans-serif}.CCW--help .CCW--help-heading:last-of-type{margin-top:32px}.CCW--help-item{font-size:14px;font-weight:400;line-height:1.34;letter-spacing:-.83px;text-align:left;color:#323840;counter-increment:listcounter;-webkit-transition:-webkit-transform .83s cubic-bezier(.19,1,.22,1);transition:-webkit-transform .83s cubic-bezier(.19,1,.22,1);-o-transition:transform .83s cubic-bezier(.19,1,.22,1);transition:transform .83s cubic-bezier(.19,1,.22,1);transition:transform .83s cubic-bezier(.19,1,.22,1),-webkit-transform .83s cubic-bezier(.19,1,.22,1)}@media (max-width:767px){.CCW--help-item{font-size:14px;font-weight:400;line-height:1.43;letter-spacing:-.7px}}.CCW--help-item:before{content:counter(listcounter) ".";float:left;margin-left:-31px;color:#8f98ad}.CCW--help-item+.CCW--help-item{margin-top:4px}@media (min-width:768px) and (max-width:1023px){.CCW--help-item+.CCW--help-item{margin-top:14px}}@media (max-width:767px){.CCW--help-item+.CCW--help-item{margin-top:20px}}.CCW--help-item:first-child,.CCW--help-item:nth-child(2){-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.CCW--help-item:nth-child(2){-webkit-transition-delay:25ms;-o-transition-delay:25ms;transition-delay:25ms}.CCW--help-item:nth-child(3){-webkit-transition-delay:.05s;-o-transition-delay:.05s;transition-delay:.05s}.CCW--help-item:nth-child(3),.CCW--help-item:nth-child(4){-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.CCW--help-item:nth-child(4){-webkit-transition-delay:75ms;-o-transition-delay:75ms;transition-delay:75ms}.CCW--help--visible .CCW--help-item{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.CCW--dropMessage{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%;padding-top:18px;border-radius:8px;font-family:Lato,Helvetica,Arial,sans-serif;z-index:99999}.CCW--dropMessage-icon circle{border-radius:50%;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scaleX(0) scaleY(0);-ms-transform:scaleX(0) scaleY(0);transform:scaleX(0) scaleY(0);-webkit-transition:-webkit-transform .67s cubic-bezier(.19,1,.22,1);transition:-webkit-transform .67s cubic-bezier(.19,1,.22,1);-o-transition:transform .67s cubic-bezier(.19,1,.22,1);transition:transform .67s cubic-bezier(.19,1,.22,1);transition:transform .67s cubic-bezier(.19,1,.22,1),-webkit-transform .67s cubic-bezier(.19,1,.22,1)}.CCW--dropMessage-icon .CCW--arrow{opacity:0;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:opacity .83s cubic-bezier(.19,1,.22,1) .1s,-webkit-transform .83s cubic-bezier(.19,1,.22,1) .1s;transition:opacity .83s cubic-bezier(.19,1,.22,1) .1s,-webkit-transform .83s cubic-bezier(.19,1,.22,1) .1s;-o-transition:transform .83s cubic-bezier(.19,1,.22,1) .1s,opacity .83s cubic-bezier(.19,1,.22,1) .1s;transition:transform .83s cubic-bezier(.19,1,.22,1) .1s,opacity .83s cubic-bezier(.19,1,.22,1) .1s;transition:transform .83s cubic-bezier(.19,1,.22,1) .1s,opacity .83s cubic-bezier(.19,1,.22,1) .1s,-webkit-transform .83s cubic-bezier(.19,1,.22,1) .1s}.CCW--dropMessage-icon span{display:block;font-size:0}.CCW--dropMessage-icon svg{border-radius:50%}.CCW--dropMessage-title{margin-top:17px;font-size:18px;font-weight:600;line-height:1.82;letter-spacing:-.3px;color:#0288d1;-webkit-transition:opacity .83s cubic-bezier(.19,1,.22,1),-webkit-transform .83s cubic-bezier(.19,1,.22,1);transition:opacity .83s cubic-bezier(.19,1,.22,1),-webkit-transform .83s cubic-bezier(.19,1,.22,1);-o-transition:transform .83s cubic-bezier(.19,1,.22,1),opacity .83s cubic-bezier(.19,1,.22,1);transition:transform .83s cubic-bezier(.19,1,.22,1),opacity .83s cubic-bezier(.19,1,.22,1);transition:transform .83s cubic-bezier(.19,1,.22,1),opacity .83s cubic-bezier(.19,1,.22,1),-webkit-transform .83s cubic-bezier(.19,1,.22,1)}.CCW--dropMessage-text,.CCW--dropMessage-title{font-style:normal;font-stretch:normal;text-align:center;opacity:0;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}.CCW--dropMessage-text{margin-top:3px;font-size:12px;font-weight:400;line-height:1;letter-spacing:-.13px;color:#8f98ad;-webkit-transition:opacity .83s cubic-bezier(.19,1,.22,1) .05s,-webkit-transform .83s cubic-bezier(.19,1,.22,1) .05s;transition:opacity .83s cubic-bezier(.19,1,.22,1) .05s,-webkit-transform .83s cubic-bezier(.19,1,.22,1) .05s;-o-transition:transform .83s cubic-bezier(.19,1,.22,1) .05s,opacity .83s cubic-bezier(.19,1,.22,1) .05s;transition:transform .83s cubic-bezier(.19,1,.22,1) .05s,opacity .83s cubic-bezier(.19,1,.22,1) .05s;transition:transform .83s cubic-bezier(.19,1,.22,1) .05s,opacity .83s cubic-bezier(.19,1,.22,1) .05s,-webkit-transform .83s cubic-bezier(.19,1,.22,1) .05s}.CCW--dropMessage--visible .CCW--dropMessage-text,.CCW--dropMessage--visible .CCW--dropMessage-title{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.CCW--dropMessage--visible circle{-webkit-transform:scaleX(1) scaleY(1);-ms-transform:scaleX(1) scaleY(1);transform:scaleX(1) scaleY(1)}.CCW--dropMessage--visible .CCW--arrow{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.CCW--dropMessage--analysing .CCW--dropMessage-title{-webkit-transition:opacity .5s cubic-bezier(.95,.05,.795,.035),-webkit-transform .5s cubic-bezier(.95,.05,.795,.035);transition:opacity .5s cubic-bezier(.95,.05,.795,.035),-webkit-transform .5s cubic-bezier(.95,.05,.795,.035);-o-transition:transform .5s cubic-bezier(.95,.05,.795,.035),opacity .5s cubic-bezier(.95,.05,.795,.035);transition:transform .5s cubic-bezier(.95,.05,.795,.035),opacity .5s cubic-bezier(.95,.05,.795,.035);transition:transform .5s cubic-bezier(.95,.05,.795,.035),opacity .5s cubic-bezier(.95,.05,.795,.035),-webkit-transform .5s cubic-bezier(.95,.05,.795,.035)}.CCW--dropMessage--analysing .CCW--dropMessage-text,.CCW--dropMessage--analysing .CCW--dropMessage-title{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);opacity:0}.CCW--dropMessage--analysing .CCW--dropMessage-text{-webkit-transition:opacity .5s cubic-bezier(.95,.05,.795,.035) .05s,-webkit-transform .5s cubic-bezier(.95,.05,.795,.035) .05s;transition:opacity .5s cubic-bezier(.95,.05,.795,.035) .05s,-webkit-transform .5s cubic-bezier(.95,.05,.795,.035) .05s;-o-transition:transform .5s cubic-bezier(.95,.05,.795,.035) .05s,opacity .5s cubic-bezier(.95,.05,.795,.035) .05s;transition:transform .5s cubic-bezier(.95,.05,.795,.035) .05s,opacity .5s cubic-bezier(.95,.05,.795,.035) .05s;transition:transform .5s cubic-bezier(.95,.05,.795,.035) .05s,opacity .5s cubic-bezier(.95,.05,.795,.035) .05s,-webkit-transform .5s cubic-bezier(.95,.05,.795,.035) .05s}.CCW--dropMessage--analysing circle{stroke-width:0;r:46px;-webkit-transition:stroke-width .83s cubic-bezier(.19,1,.22,1) .5s,r .83s cubic-bezier(.19,1,.22,1) .5s;-o-transition:stroke-width .83s cubic-bezier(.19,1,.22,1) .5s,r .83s cubic-bezier(.19,1,.22,1) .5s;transition:stroke-width .83s cubic-bezier(.19,1,.22,1) .5s,r .83s cubic-bezier(.19,1,.22,1) .5s}.CCW--dropMessage--analysing .CCW--arrow{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);opacity:0;-webkit-transition:opacity .5s cubic-bezier(.95,.05,.795,.035) .1s,-webkit-transform .5s cubic-bezier(.95,.05,.795,.035) .1s;transition:opacity .5s cubic-bezier(.95,.05,.795,.035) .1s,-webkit-transform .5s cubic-bezier(.95,.05,.795,.035) .1s;-o-transition:transform .5s cubic-bezier(.95,.05,.795,.035) .1s,opacity .5s cubic-bezier(.95,.05,.795,.035) .1s;transition:transform .5s cubic-bezier(.95,.05,.795,.035) .1s,opacity .5s cubic-bezier(.95,.05,.795,.035) .1s;transition:transform .5s cubic-bezier(.95,.05,.795,.035) .1s,opacity .5s cubic-bezier(.95,.05,.795,.035) .1s,-webkit-transform .5s cubic-bezier(.95,.05,.795,.035) .1s}.CCW--proofAnalysis{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-bottom:8px;height:100%;border-radius:8px}@media (max-width:767px){.CCW--proofAnalysis{padding-bottom:14px}}.CCW--proofAnalysis:not(.CCW--proofAnalysis--dropzoneActive){background:#fff}.CCW--proofAnalysis-icon{position:relative;width:96px;height:96px;-webkit-transition:opacity .83s cubic-bezier(.19,1,.22,1) .167s;-o-transition:opacity .83s cubic-bezier(.19,1,.22,1) .167s;transition:opacity .83s cubic-bezier(.19,1,.22,1) .167s}.CCW--proofAnalysis.CCW--proofAnalysis--dropzoneActive .CCW--proofAnalysis-icon{-webkit-transition-delay:.667s;-o-transition-delay:.667s;transition-delay:.667s}.CCW--proofAnalysis-icon img{position:absolute;top:0;bottom:0;left:0;right:0;font-size:0;width:100%;-webkit-animation:ProofAnalysis-animation 2.5s infinite linear;animation:ProofAnalysis-animation 2.5s infinite linear}.CCW--proofAnalysis.CCW--proofAnalysis--failed .CCW--proofAnalysis-icon img{-webkit-animation:none;animation:none}.CCW--proofAnalysis-text{margin-top:17px;font-size:18px;font-weight:500;font-style:normal;font-stretch:normal;line-height:1.82;letter-spacing:-1.2px;text-align:center;color:#424242;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;opacity:0;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:opacity .83s cubic-bezier(.19,1,.22,1),-webkit-transform .83s cubic-bezier(.19,1,.22,1);transition:opacity .83s cubic-bezier(.19,1,.22,1),-webkit-transform .83s cubic-bezier(.19,1,.22,1);-o-transition:opacity .83s cubic-bezier(.19,1,.22,1),transform .83s cubic-bezier(.19,1,.22,1);transition:opacity .83s cubic-bezier(.19,1,.22,1),transform .83s cubic-bezier(.19,1,.22,1);transition:opacity .83s cubic-bezier(.19,1,.22,1),transform .83s cubic-bezier(.19,1,.22,1),-webkit-transform .83s cubic-bezier(.19,1,.22,1)}@media (max-width:767px){.CCW--proofAnalysis-text{margin-top:28px;font-size:18px;font-weight:500;line-height:1.33;letter-spacing:-1px}}.CCW--proofAnalysis.CCW--proofAnalysis--dropzoneActive .CCW--proofAnalysis-text{-webkit-transition-delay:.5s,.5s;-o-transition-delay:.5s,.5s;transition-delay:.5s,.5s}.CCW--proofAnalysis-text .CCW--proofAnalysis-retry{font-size:12px;text-decoration:underline}.CCW--proofAnalysis--visible .CCW--proofAnalysis-icon{opacity:1}.CCW--proofAnalysis--visible .CCW--proofAnalysis-text{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.CCW--proofAnalysis--creating .CCW--proofAnalysis-icon{-webkit-transform:scaleX(0) scaleY(0);-ms-transform:scaleX(0) scaleY(0);transform:scaleX(0) scaleY(0)}.CCW--proofAnalysis--creating .CCW--proofAnalysis-icon,.CCW--proofAnalysis--creating .CCW--proofAnalysis-text{opacity:0;-webkit-transition:opacity .5s cubic-bezier(.95,.05,.795,.035),-webkit-transform .5s cubic-bezier(.95,.05,.795,.035);transition:opacity .5s cubic-bezier(.95,.05,.795,.035),-webkit-transform .5s cubic-bezier(.95,.05,.795,.035);-o-transition:opacity .5s cubic-bezier(.95,.05,.795,.035),transform .5s cubic-bezier(.95,.05,.795,.035);transition:opacity .5s cubic-bezier(.95,.05,.795,.035),transform .5s cubic-bezier(.95,.05,.795,.035);transition:opacity .5s cubic-bezier(.95,.05,.795,.035),transform .5s cubic-bezier(.95,.05,.795,.035),-webkit-transform .5s cubic-bezier(.95,.05,.795,.035)}.CCW--proofAnalysis--creating .CCW--proofAnalysis-text{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}@-webkit-keyframes ProofAnalysis-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes ProofAnalysis-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.CCW--proofCreation{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100%;width:100%;background:#fff;padding:0 80px;border-radius:8px}@media (max-width:767px){.CCW--proofCreation{padding:0 32px}}.CCW--proofCreation-icon{width:80px}@media (max-width:767px){.CCW--proofCreation-icon{margin:0 0 24px}}.CCW--proofCreation-hint{display:-ms-flexbox;display:flex;margin-bottom:24px}.CCW--proofCreation-hint .CCW--proofCreation-details{margin-left:24px}.CCW--proofCreation-hint .CCW--proofCreation-details h3{color:#424242;font-size:18px;margin-bottom:12px}.CCW--proofCreation-hint .CCW--proofCreation-details p{font-size:12px}@media (max-width:767px){.CCW--proofCreation-hint{-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.CCW--proofCreation-hint .CCW--proofCreation-details{margin-left:0;text-align:center}}.CCW--proofCreation-stats{width:100%;font-size:14px;margin-bottom:32px;line-height:2;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.CCW--proofCreation-stats .CCW--proofCreation-stat{font-weight:700;margin-right:6px}.CCW--proofCreation-spinner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;display:none}.CCW--verifyStatus{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;border-radius:8px;overflow:hidden;font-family:Lato,Helvetica,Arial,sans-serif}.CCW--verifyStatus-icon{height:80px;width:80px;margin-right:48px}@media (max-width:767px){.CCW--verifyStatus-icon{margin-right:0;margin-bottom:16px}}.CCW--verifyStatus-close{position:absolute;top:16px;right:16px;z-index:1}.CCW--verifyStatus-close button{background:none;border:none}.CCW--verifyStatus-close button g{stroke:#43a047}.CCW--verifyStatus .CCW--verifyStatus-details,.CCW--verifyStatus .CCW--verifyStatus-details h3{color:#43a047}.CCW--verifyStatus .CCW--verifyStatus-details p{color:#757575}.CCW--verifyStatus .CCW--verifyStatus-details{font-size:12px}.CCW--verifyStatus .CCW--verifyStatus-details h3{font-family:Lato,Helvetica,Arial,sans-serif;font-size:18px;margin-bottom:6px}.CCW--verifyStatus .CCW--verifyStatus-details a{text-decoration:underline}.CCW--verifyStatus-details{font-size:18px}.CCW--verifyStatus--fail .CCW--verifyStatus-icon{background:#e53935;padding:16px;border-radius:50%}.CCW--verifyStatus--fail .CCW--verifyStatus-details,.CCW--verifyStatus--fail .CCW--verifyStatus-details h3{color:#e53935}.CCW--verifyStatus--fail .CCW--verifyStatus-close g{stroke:#e53935}.CCW--verifyStatus--fail .CCW--verifyStatus-header{background:rgba(211,72,62,.1)}.CCW--verifyStatus-header{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;padding:40px 0 40px 64px;border-top-left-radius:8px;border-top-right-radius:8px;background:#e0f2f1;-ms-flex:1 1;flex:1 1}@media (max-width:767px){.CCW--verifyStatus-header{-ms-flex-direction:column;flex-direction:column;padding:32px;-ms-flex-pack:center;justify-content:center;text-align:center}}.CCW--verifyStatus-footer{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-align:center;align-items:center;padding:40px 0 40px 64px;background:#fff}@media (max-width:767px){.CCW--verifyStatus-footer{padding:32px;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;text-align:center}}.CCW--verifyStatus-footer .CCW--verifyStatus-icon{width:80px;height:80px}.CCW--verifyStatus-footer .CCW--verifyStatus-icon svg{width:100%;height:auto;padding:10px}.CCW--verifyStatus-footer.CCW--verifyStatus-original--success .CCW--verifyStatus-icon svg{padding:0}.CCW--verifyStatus-footer.CCW--verifyStatus-original--success .CCW--verifyStatus-icon svg path{fill:#43a047}.CCW--verifyStatus-footer.CCW--verifyStatus-original--success h4{color:#43a047}.CCW--verifyStatus-footer.CCW--verifyStatus-original--success .CCW--verifyStatus-filename{color:#43a047;margin-bottom:4px}.CCW--verifyStatus-footer.CCW--verifyStatus-original--fail .CCW--verifyStatus-icon svg{background:#e53935;padding:16px;border-radius:50%}.CCW--verifyStatus-footer.CCW--verifyStatus-original--fail h4{color:#e53935}.CCW--verifyStatus-footer.CCW--verifyStatus-original--fail .CCW--verifyStatus-filename{color:#e53935;margin-bottom:4px}.CCW--verifyStatus-footer .CCW--verifyStatus-details{color:#9e9e9e}.CCW--verifyStatus-footer .CCW--verifyStatus-details h4{font-size:18px;margin-top:0;margin-bottom:9px}.CCW--verifyStatus-footer .CCW--verifyStatus-details h4 span{color:#424242}.CCW--verifyStatus-footer .CCW--verifyStatus-details p{margin-bottom:0}.CCW--verifyStatus--visible{background:#fff}.CCW--verifyStatus--visible .CCW--verifyStatus-button,.CCW--verifyStatus--visible .CCW--verifyStatus-filename,.CCW--verifyStatus--visible .CCW--verifyStatus-text,.CCW--verifyStatus--visible .CCW--verifyStatus-title{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.CCW--verifyStatus--visible .CCW--verifyStatus-header:after{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.CCW--proofList{border-radius:8px;background-color:#fff;display:-ms-flexbox;display:flex;-webkit-transition:height .5s ease;-o-transition:height .5s ease;transition:height .5s ease;overflow:hidden;border:1px solid #e0e0e0}@media (max-width:767px){.CCW--proofList{padding-top:0;padding-bottom:0;overflow:hidden}}.CCW--proofList-inner{width:100%}.CCW--proofList-list{list-style:none;margin:0;padding:0}.CCW--proofList-header{width:100%;height:100%;padding:0 16px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.CCW--proofList-items-header{position:relative;height:40px;background:#e0e0e0}.CCW--proofList-item{position:relative;height:72px}@media (max-width:767px){.CCW--proofList-item{height:80px}}.CCW--proofList-item:after{content:"";display:none;position:absolute;bottom:0;left:24px;right:0;height:1px;background-color:#eaecf2}@media (max-width:767px){.CCW--proofList-item:after{display:block}}.CCW--proofList-item:only-child:after{display:none}.CCW--proofList-itemButton{width:100%;height:100%;padding:0 16px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-family:inherit;border:none;background:none;background-color:#fff;-webkit-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;cursor:pointer;outline:none}.CCW--proofList-itemButton:active,.CCW--proofList-itemButton:focus,.CCW--proofList-itemButton:hover{background-color:#fafafa}@media (max-width:767px){.CCW--proofList-itemButton{padding-top:9px;padding-left:24px;padding-right:24px;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch}}.CCW--proofList-headerTitle,.CCW--proofList-itemTitle{padding-right:10px;margin-top:-5px;-ms-flex:1 1;flex:1 1;font-size:18px;line-height:1.5;letter-spacing:normal;text-align:left;color:#424242;white-space:nowrap;padding-right:20px}.CCW--proofList-headerTitle,.CCW--proofList-headerTitle .CCW--proofList-itemId,.CCW--proofList-headerTitle .CCW--proofList-itemName,.CCW--proofList-itemTitle,.CCW--proofList-itemTitle .CCW--proofList-itemId,.CCW--proofList-itemTitle .CCW--proofList-itemName{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.CCW--proofList-headerTitle .CCW--proofList-itemId,.CCW--proofList-itemTitle .CCW--proofList-itemId{font-size:14px}.CCW--proofList-headerTitle .CCW--proofList-itemName,.CCW--proofList-itemTitle .CCW--proofList-itemName{font-size:10px;color:#1976d2}@media (max-width:767px){.CCW--proofList-headerTitle,.CCW--proofList-itemTitle{-ms-flex:initial;flex:initial;width:calc(100% - 50px);margin-top:0;padding-right:0;padding-right:10px;font-size:14px;line-height:2.29}}.CCW--proofList-headerDate,.CCW--proofList-itemDate{width:160px;margin-top:-3px;font-size:12px;line-height:2.29;letter-spacing:normal;text-align:left;color:#757575;white-space:nowrap}@media (max-width:767px){.CCW--proofList-headerDate,.CCW--proofList-itemDate{width:calc(100% - 50px);margin-top:-7px;font-size:12px;line-height:2.67;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding-right:10px}}.CCW--proofList-headerStatus,.CCW--proofList-itemStatus{margin-top:-3px;font-size:14px;line-height:2.29;letter-spacing:normal;text-align:center;color:#757575;white-space:nowrap;width:146px}.CCW--proofList-headerStatus .CCW--button,.CCW--proofList-itemStatus .CCW--button{margin-top:1px;margin-right:-16px}@media (max-width:767px){.CCW--proofList-headerStatus,.CCW--proofList-itemStatus{width:50px;height:40px;padding-top:13px;font-size:12px;line-height:2.67}.CCW--proofList-headerStatus .CCW--buttonIcon,.CCW--proofList-itemStatus .CCW--buttonIcon{margin-top:3px}}.CCW--proofList-headerDate,.CCW--proofList-headerStatus,.CCW--proofList-headerTitle{color:#757575;font-size:13px;font-family:Lato,Helvetica,Arial,sans-serif;font-weight:700}@media (max-width:767px){.CCW--proofList-headerDate,.CCW--proofList-headerStatus,.CCW--proofList-headerTitle{padding-top:0}}.CCW--proofList-statusSpinner{position:relative;margin-left:32px;display:none}@media (max-width:767px){.CCW--proofList-statusSpinner{display:block}}@media (max-width:767px){.CCW--proofList-statusText{display:none}}.CCW--proofList-statusTime{font-weight:500;white-space:nowrap}@media (max-width:767px){.CCW--proofList-statusTime{margin-top:-2px;display:block;font-size:12px;font-weight:500;line-height:2.67}}.CCW--proofList-showPopup{height:72px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-top:1px solid #e0e0e0;cursor:pointer}@media (max-width:767px){.CCW--proofList-showPopup{padding-left:24px;margin-top:5px;margin-left:-17px;margin-bottom:2px}}.CCW--proofList-showPopup span{margin-left:12px}.CCW--createAndVerify{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding:42px 24px;border-radius:8px;height:320px;color:#757575;border:1px dashed #1976d2;overflow:hidden;background:#fff}.CCW--createAndVerify--advanced,.CCW--createAndVerify--stateCreated{border:1px solid #e0e0e0}.CCW--createAndVerify a{color:#64b5f6}.CCW--createAndVerify a:hover{cursor:pointer}.CCW--createAndVerify h3.CCW--createAndVerify-heading{margin:0;font-family:Lato,Helvetica,Arial,sans-serif;color:#0277bd;letter-spacing:-.5px;font-size:18px}.CCW--createAndVerify h5{margin-bottom:4px;margin-top:16px;font-size:14px;font-family:Lato,Helvetica,Arial,sans-serif}.CCW--createAndVerify h5 span{color:#e64a19}.CCW--createAndVerify p{margin-top:0;font-size:12px}.CCW--createAndVerify .CCW--instructions{width:100%;display:-ms-flexbox;display:flex;margin-top:24px;cursor:pointer}@media (max-width:767px){.CCW--createAndVerify .CCW--instructions{-ms-flex-direction:column;flex-direction:column}}.CCW--createAndVerify .CCW--instruction{-ms-flex:1 1;flex:1 1;text-align:center;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.CCW--createAndVerify .CCW--instruction .CCW--icon{height:100px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-top:12px}.CCW--createAndVerify .CCW--instruction img{height:80px}.CCW--createAndVerify .CCW--instruction a{text-decoration:underline}@media (max-width:767px){.CCW--createAndVerify .CCW--verifyProof{margin-top:32px}}.CCW--createAndVerify .CCW--notice{display:-ms-flexbox;display:flex;font-size:10px;width:100%;-ms-flex-pack:end;justify-content:flex-end;margin-top:auto;color:#424242;position:absolute;bottom:16px;padding-right:16px}.CCW--createAndVerify .CCW--notice .CCW--notice-text{width:100%;-ms-flex:1 1;flex:1 1;text-align:center;position:absolute;left:0;opacity:.5}@media (max-width:767px){.CCW--createAndVerify .CCW--notice{bottom:24px}}.CCW--createAndVerify .CCW--notice .CCW--advanced-text{z-index:1}.CCW--createAndVerify .CCW--notice .CCW--advanced-text a{color:#64b5f6;text-decoration:underline}@media (max-width:767px){.CCW--createAndVerify .CCW--notice .CCW--advanced-text{display:none}}.CCW--createAndVerify-input{padding:32px;position:absolute;background:#fff;width:100%;height:100%;top:0;z-index:9;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;font-size:13px;font-family:Inter UI,Helvetica,Arial,sans-serif}.CCW--createAndVerify-input h3{font-size:24px;color:#424242;font-family:Lato,Helvetica,Arial,sans-serif;letter-spacing:-.5px}.CCW--createAndVerify-inputInner{width:80%}.CCW--createAndVerify-inputInner input[type=text]{border:none;border-radius:8px;width:100%;height:42px;font-size:14px;background:#eceff1;color:#424242;padding:0 16px}.CCW--createAndVerify-dropMessage{visibility:hidden;background:#fff;position:absolute;top:0;width:100%;height:100%;z-index:11}.CCW--createAndVerify--dropzoneActive .CCW--createAndVerify-dropMessage{visibility:visible}.CCW--createAndVerify-analysis{position:absolute;top:0;bottom:0;left:0;right:0;z-index:8;visibility:hidden}.CCW--createAndVerify--stateAnalysis .CCW--createAndVerify-analysis{visibility:visible}.CCW--createAndVerify-creation{position:absolute;top:0;bottom:0;left:0;right:0;z-index:10;visibility:hidden}.CCW--createAndVerify--stateCreation .CCW--createAndVerify-creation{visibility:visible}.CCW--createAndVerify-verifyStatus{position:absolute;top:0;bottom:0;left:0;right:0;z-index:10;visibility:hidden}.CCW--createAndVerify--stateCreated .CCW--createAndVerify-verifyStatus{visibility:visible}.CCW--createAndVerify-close-icon,.CCW--createAndVerify-help-icon{text-align:right;position:absolute;z-index:10;top:16px;right:16px}.CCW--createAndVerify-help{position:absolute;top:0;left:0;height:100%;width:100%;background:#fff;z-index:9;visibility:hidden}.CCW--createAndVerify--helpVisible .CCW--createAndVerify-help{visibility:visible}.CCW--createAndVerify-sectionList{margin-top:24px}@media (max-width:767px){.CCW--createAndVerify{height:auto}}@media (max-width:767px){.CCW--proofApp{max-width:90%;margin-left:5%}}.CCW--proofApp-verify{margin-top:64px}@media (max-width:767px){.CCW--proofApp-verify{margin-top:16px}}#proof-popup-root,.CCW--proofApp{font-family:Inter UI,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-ms-font-feature-settings:"liga","kern";-o-font-feature-settings:"liga","kern";-webkit-font-feature-settings:"liga","kern";font-feature-settings:"liga","kern"}#proof-popup-root *,#proof-popup-root :after,#proof-popup-root :before,.CCW--proofApp *,.CCW--proofApp :after,.CCW--proofApp :before{-webkit-box-sizing:border-box;box-sizing:border-box}