@-webkit-keyframes flash{0%{opacity:.23}to{opacity:1}}.cancelation-creator{display:flex;flex-direction:column;margin-right:350px}.cancelation-creator .top{display:flex;align-items:center}.cancelation-creator .top .link{margin-right:60px;padding-bottom:10px}.cancelation-creator .header{margin-top:54px;margin-bottom:70px;font-weight:700;font-size:32px;color:#434a51}.cancelation-creator .buttons{display:flex;flex-direction:row-reverse}.cancelation-creator .buttons .wrapper{width:170px;margin-left:50px}.details{display:flex;flex-direction:column}.details .separator{height:2px;background-color:#f6e6e6}.details .properties{display:flex;margin-top:29px;margin-bottom:54px}.details .properties .property{display:flex;flex-direction:column;flex:1 1}.details .properties .key{font-weight:600;font-size:18px;color:#a5a5a5}.details .properties .link,.details .properties .value{margin-top:20px;font-size:20px;color:#707070}.details .properties .link{color:#2680eb}.details .top{display:flex;justify-content:space-between;height:149px;margin-top:31px}.details .top .description{width:80%}.details .top .price-tag{width:120px;height:120px;display:flex;flex-direction:column;align-items:center;background-color:#f6e6e6;border-radius:50%}.details .top .price-tag .cost{margin-top:14px;font-weight:600;font-size:18px;color:#a5a5a5}.details .top .price-tag .price{margin-top:12px;font-weight:700;font-size:30px;color:#707070;line-height:24px}.details .top .price-tag .per-month{font-weight:600;font-size:18px;color:#707070}.display{display:flex;flex-direction:column}.cancelation-sign{display:flex;align-items:center}.cancelation-sign .circle,.cancelation-sign .leading-circle,.cancelation-sign .middle-circle{display:flex;align-items:center;justify-content:center;z-index:2;background-color:#fff}.cancelation-sign .leading-circle{width:102px;height:102px;border-radius:50%;box-sizing:border-box;border:10px solid #52ba65;color:#52ba65}.cancelation-sign .leading-circle .now{font-size:30px;font-weight:600}.cancelation-sign .leading-circle .booked{font-size:21px}.cancelation-sign .middle-circle{width:139px;height:139px;border-radius:50%;box-sizing:border-box;border:13px solid #c66;color:#c66}.cancelation-sign .middle-circle .countdown{font-weight:700;font-size:57px}.cancelation-sign .middle-circle .point{display:flex;flex-direction:column;align-items:center}.cancelation-sign .middle-circle .point .date{font-weight:600;font-size:19px}.cancelation-sign .middle-circle .point .time{font-weight:600;font-size:26px}.cancelation-sign .fee-path,.cancelation-sign .no-fee-path,.cancelation-sign .path{display:flex;flex:1 1;height:58px;justify-content:center;margin-left:-20px;margin-right:-20px;z-index:1;font-size:38px;color:#fff}.cancelation-sign .no-fee-path{background-color:#52ba65}.cancelation-sign .fee-path{background-color:#c66}.cancelation-sign .arrow-right{width:0;height:0;border-top:60px solid transparent;border-bottom:60px solid transparent;border-left:60px solid #c66}.cancelation-policy-section{margin-left:50px}.customer-journey .journey-wrapper .dragging .scalable:after,.draggable-card--dropping:after,.has-shadow:after{content:"";position:absolute;left:0;right:0;top:13px;bottom:0;border-radius:6px;box-shadow:0 5px 30px rgba(0,0,0,.6);opacity:0}.customer-journey{margin-right:350px}.customer-journey .preview-panel{top:57px}.customer-journey .page-title{display:flex;padding-top:58px;margin-bottom:31px;color:#434a51;font-weight:600;font-size:29px}.customer-journey .journey-wrapper{display:flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.customer-journey .journey-wrapper--dragging{cursor:-webkit-grabbing;cursor:grabbing}.customer-journey .journey-wrapper--can-drag{cursor:-webkit-grab;cursor:grab}@-webkit-keyframes static-dropping{0%{opacity:.61}to{opacity:1}}@keyframes static-dropping{0%{opacity:.61}to{opacity:1}}.customer-journey .journey-wrapper .dragging{position:fixed;left:100px;z-index:3;display:flex;pointer-events:none}.customer-journey .journey-wrapper .dragging .scalable--holding{-webkit-transition:-webkit-transform .15s;transition:-webkit-transform .15s;transition:transform .15s;transition:transform .15s,-webkit-transform .15s;-webkit-transition-timing-function:cubic-bezier(.39,.575,.565,1);transition-timing-function:cubic-bezier(.39,.575,.565,1);-webkit-transform:scale(1.1);transform:scale(1.1)}.customer-journey .journey-wrapper .dragging .scalable--holding:after{-webkit-transition:opacity .15s;transition:opacity .15s;opacity:1}.customer-journey .journey-wrapper .dragging--holding{-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-property:opacity;transition-property:opacity;opacity:.61}.customer-journey .journey-wrapper .instruciton{margin-top:17px;margin-bottom:27px;margin-left:24px;font-size:16px;color:#929292}.customer-journey .journey-wrapper .steps{display:flex;position:relative;flex-direction:column;margin-left:23px;margin-right:23px;background-color:#f6e6e6}.customer-journey .journey-wrapper .steps:before{flex:3 1;content:"";position:absolute;top:22px;bottom:58px;left:77px;width:2px;background-color:#707070}.customer-journey .journey-wrapper .steps .booking{display:flex;position:relative;margin:22px 24px 16px;border-radius:4px;height:160px;align-items:center;background-color:#fff}.customer-journey .journey-wrapper .steps .booking:before{flex:3 1;content:"";position:absolute;top:92px;bottom:0;left:53px;width:2px;background-color:#707070}.customer-journey .journey-wrapper .steps .booking .dot{width:24px;height:24px;border-radius:50%;margin-left:42px;background-color:#9c3435}.customer-journey .journey-wrapper .steps .booking .title{margin-left:30px;font-weight:700;font-size:30px;color:#434a51}.customer-journey .journey-wrapper .steps .booking .button,.customer-journey .journey-wrapper .steps .booking .top-bar .button__dropdown,.customer-journey .journey-wrapper .steps .booking .top-bar .button__icon,.top-bar .customer-journey .journey-wrapper .steps .booking .button__dropdown,.top-bar .customer-journey .journey-wrapper .steps .booking .button__icon{width:29.7%;margin-left:19%}.customer-journey .journey-wrapper .steps .drop-socket{display:flex;overflow:hidden;-webkit-transition:height .23s;transition:height .23s}.customer-journey .journey-wrapper .steps .drop-socket--not-animated{-webkit-transition:none;transition:none}.customer-journey .journey-wrapper .steps .drop-socket .card-sketch{margin:29px 25px 16px 104px;flex:1 1;display:flex;align-items:center;justify-content:center;border:10px dotted #fff;border-radius:6px;box-sizing:border-box;font-size:40px;color:#fff;opacity:0;-webkit-transition:opacity .23s;transition:opacity .23s}.customer-journey .journey-wrapper .steps .drop-socket .card-sketch--visible{opacity:1}.customer-journey .journey-wrapper .steps .card{display:flex;align-items:center;position:relative;padding-bottom:16px;padding-top:16px;margin-left:71px;margin-right:24px}.customer-journey .journey-wrapper .steps .card:before{flex:3 1;content:"";position:absolute;top:0;bottom:0;left:6px;width:2px;height:100%;background-color:#707070}.customer-journey .journey-wrapper .steps .card .mouse-over-detector{display:flex;flex-direction:column;height:100%;width:100%;position:absolute}.customer-journey .journey-wrapper .steps .card .mouse-over-detector--hidden{visibility:hidden}.customer-journey .journey-wrapper .steps .card .mouse-over-detector .pad{width:100%;flex:1 1}.customer-journey .journey-wrapper .steps .card .connector{width:30px;height:1px;background-color:#707070;margin-left:8px}.customer-journey .journey-wrapper .steps .card>.spinner{position:absolute;left:50%}.customer-journey .journey-wrapper .steps .stage{display:flex;height:50px;align-items:center;margin-left:71px}.customer-journey .journey-wrapper .steps .stage:before{content:"";position:relative;top:0;bottom:0;left:6px;width:2px;height:100%;background-color:#707070}.cancelation-sign .customer-journey .journey-wrapper .steps .stage .fee-path,.cancelation-sign .customer-journey .journey-wrapper .steps .stage .no-fee-path,.customer-journey .journey-wrapper .steps .stage .cancelation-sign .fee-path,.customer-journey .journey-wrapper .steps .stage .cancelation-sign .no-fee-path,.customer-journey .journey-wrapper .steps .stage .path{display:flex;justify-content:center;align-items:center}.cancelation-sign .customer-journey .journey-wrapper .steps .stage .fee-path .dot,.cancelation-sign .customer-journey .journey-wrapper .steps .stage .no-fee-path .dot,.customer-journey .journey-wrapper .steps .stage .cancelation-sign .fee-path .dot,.customer-journey .journey-wrapper .steps .stage .cancelation-sign .no-fee-path .dot,.customer-journey .journey-wrapper .steps .stage .path .dot{width:10px;height:10px;border-radius:50%;background-color:#707070}.customer-journey .journey-wrapper .steps .stage .title{margin-left:13px;margin-bottom:2px;font-weight:600;font-size:18px;color:#707070}.customer-journey .journey-wrapper .steps .path-end{width:16px;height:16px;border-radius:50%;margin-top:55px;margin-bottom:55px;margin-left:70px;background-color:#707070}.draggable-card{display:flex;flex-direction:column;align-items:center;-webkit-transition:opacity .15s;transition:opacity .15s}.draggable-card--dropping{-webkit-animation-name:dropping,static-dropping;animation-name:dropping,static-dropping;-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-timing-function:cubic-bezier(.165,.84,.44,1)}.draggable-card--dropping:after{-webkit-animation:disappear .15s;animation:disappear .15s}@-webkit-keyframes disappear{0%{opacity:1}to{opacity:0}}@keyframes disappear{0%{opacity:1}to{opacity:0}}.draggable-card[data-is-busy=true]{opacity:.61;pointer-events:none}.draggable-card .handle{display:flex;margin-bottom:5px}.draggable-card .handle .dot{width:8px;height:8px;border-radius:50%;background-color:#cbc6c6;margin-left:1px;margin-right:1px}.draggable-card .handle .dot--focusing{background-color:#9c3435}.slide{margin-top:50px;font-size:16px;font-weight:600;color:#434a51}.timeline-socket{-webkit-transform:translateY(-13px) scale(.4);transform:translateY(-13px) scale(.4)}.dashboard-select{height:32px;padding-left:10px;padding-right:35px;box-shadow:0 2px 3px 0 rgba(0,0,0,.05);font-size:12px;color:#434a51;border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-color:#d7dae2;background:url(/assets/images/PickerChevron.png) no-repeat right 10px center;background-color:#fff}.dashboard .page-header{margin-top:55px;display:flex;justify-content:space-between}.dashboard .page-header .title{font-size:32px;color:#434a51;font-weight:700}.dashboard .page-header .info{display:flex;flex-direction:column;color:#444a51}.dashboard .page-header .info .subscription{margin-top:11px;font-size:16px;text-align:right}.dashboard .page-header .info .refresh{margin-top:20px;font-size:12px}.dashboard .page-header .info .refresh .dashboard-select{margin-left:20px}.dashboard .section{margin-top:28px}.dashboard .section .modules-grid{margin-top:29px;padding-bottom:58px;display:grid;grid-template-columns:repeat(3,30.3%);grid-auto-rows:168px;grid-row-gap:15px;justify-content:space-between}.dashboard .section .modules-grid .module-cell{position:relative;padding-left:35px;padding-right:34px;display:flex;flex-direction:column;border-radius:3px;border:1px solid #e9e9e9}.dashboard .section .modules-grid .module-cell .identity{margin-top:19px;display:flex;justify-content:space-between}.dashboard .section .modules-grid .module-cell .identity .name{letter-spacing:2.4px;font-size:24px;font-weight:600;color:#a5a5a5}.dashboard .section .modules-grid .module-cell .total-text{margin-top:3px;font-size:28px;font-weight:700;color:#5a5a5a}.dashboard .section .modules-grid .module-cell .trend{margin-top:19px;display:flex;align-items:center}.dashboard .section .modules-grid .module-cell .trend img{margin-top:1px}.dashboard .section .modules-grid .module-cell .trend .percent{margin-left:5px;color:red;font-size:14px}.dashboard .section .modules-grid .module-cell .trend .percent--positive{color:#0f9400}.dashboard .section .modules-grid .module-cell .trend .description{margin-left:15px;color:#707070;font-size:14px}.dashboard .section .modules-grid .module-cell .explore{position:absolute;bottom:0;left:0;right:0;height:40px;display:flex;align-items:center;justify-content:flex-end;padding-right:17px;border-top:1px solid #e9e9e9;color:#2680eb;font-size:12px;font-weight:600}.dashboard .section .chart{margin-top:56px}.dashboard .section .linear-legend{margin-top:53px;padding-bottom:51px;display:flex;align-items:center}.dashboard .section .linear-legend .color{width:18px;height:8px;border-radius:4px;background-color:#a3a0fb}.dashboard .section .linear-legend .tag{margin-left:9px;font-size:12px;color:#707070}.dashboard .section .header{height:109px;align-items:center;font-size:32px;font-weight:600;color:#434a51}.dashboard .section .header,.dashboard .section .overview{display:flex;justify-content:space-between}.dashboard .section .overview .chart-pad{padding-left:35px;margin-top:29px;margin-bottom:50px;display:flex;flex-direction:column;border:1px solid #e9e9e9;border-radius:3px;width:45%}.dashboard .section .overview .chart-pad .graph-container{height:376px;display:flex;justify-content:space-between;align-items:center}.dashboard .section .overview .chart-pad .graph-container .pie-chart-container{width:255px;height:255px;top:50%;min-width:255px}.dashboard .section .overview .chart-pad .graph-container .legend{margin-right:12.5%}.dashboard .section .overview .chart-pad .graph-container .legend .entry{margin-top:50px;margin-bottom:50px}.dashboard .section .overview .chart-pad .graph-container .legend .entry .key{display:flex;flex-direction:row;align-items:center}.dashboard .section .overview .chart-pad .graph-container .legend .entry .key .name{margin-left:9px;font-size:17px;font-weight:400;color:#707070}.dashboard .section .overview .chart-pad .graph-container .legend .entry .key .color-indicator{width:10px;height:10px}.dashboard .section .overview .chart-pad .graph-container .legend .entry .details .properties .link,.dashboard .section .overview .chart-pad .graph-container .legend .entry .value,.details .properties .dashboard .section .overview .chart-pad .graph-container .legend .entry .link{margin-left:20px;font-size:28px;font-weight:700;color:#5a5a5a}.dashboard .section .overview .chart-title{margin-top:19px;font-size:24px;font-weight:600;color:#a5a5a5}.dashboard .section .overview .chart-tip{margin-bottom:31px;font-size:12px;font-weight:400;color:#707070}.chart-markers{height:100%;display:flex;flex-direction:column-reverse;justify-content:space-between;position:relative}.chart-markers:before{left:52px}.chart-markers:after,.chart-markers:before{content:"";background-color:#eaf0f4;position:absolute;top:0;bottom:25px;width:1px}.chart-markers:after{right:0}.chart-markers .slice{height:50px;display:flex;align-items:center}.chart-markers .slice .tag{color:#707070;font-size:12px;width:52px}.chart-markers .slice .marker{flex:1 1;height:1px;background-color:#eaf0f4}.bar-chart{height:255px;width:254px;position:relative}.bar-chart .bars{position:absolute;top:25px;left:52px;bottom:25px;right:0;display:flex;justify-content:space-around;align-items:flex-end}.bar-chart .bars .bar{width:40px;display:flex;flex-direction:column-reverse;align-items:center}.bar-chart .bars .bar .tag{text-align:center;position:absolute;bottom:-37px;width:100px;color:#707070;font-size:12px}.chart{position:relative}.chart .markers-container{position:absolute;height:100%;width:100%}.chart .chart-container{-webkit-transform:scaleY(-1);transform:scaleY(-1);margin-left:52px;padding-bottom:25px;padding-top:25px}.chart .values{position:absolute;top:25px;left:52px;right:-1px;bottom:25px;display:flex;justify-content:space-between}.chart .values :first-child>.value-display>.tag{-webkit-transform:translateX(30px);transform:translateX(30px)}.chart .values :last-child>.value-display>.tag{-webkit-transform:translateX(-30px);transform:translateX(-30px)}.chart .values .vertical-marker{background-color:#eaf0f4;width:1px;height:100%;display:flex;align-items:flex-end}.chart .values .vertical-marker .value-display{position:relative;height:40%;width:0;display:flex;justify-content:center}.chart .values .vertical-marker .value-display .dot{position:absolute;width:10px;height:10px;border-radius:50%;box-sizing:border-box;min-width:10px;top:-4px;left:-4px;border:2px solid #a4a1fb;background-color:#fff}.chart .values .vertical-marker .value-display .tag{width:200px;position:absolute;bottom:-38px;text-align:center;color:#707070;font-size:12px}.placeholder{padding-top:100px;height:150px;text-align:center;font-size:27px;font-weight:600;color:#707070}.inbox .header{margin-top:55px;margin-bottom:67px;font-size:32px;font-weight:700;color:#434a51}.inbox .messages{margin-bottom:100px}.inbox .messages .message{position:relative;height:76px;display:grid;grid-template-columns:8.4% 61% 28% auto;align-items:center;font-size:20px;color:#707070}.inbox .messages .message:after{position:absolute;content:"";background-color:#f6e6e6;left:0;right:0;bottom:0;height:1px}.inbox .messages .message .message-title,.inbox .messages .message img{cursor:pointer}.inbox .messages .message img[data-is-busy=true]{-webkit-transition:opacity .3s;transition:opacity .3s;opacity:.39;pointer-events:none}.inbox .messages .message .dot{width:25px;height:25px;border-radius:50%}.inbox .messages .message .dot--unread{background-color:#9c3435}.login{display:flex;flex-direction:column;vertical-align:middle}.login img{align-self:center;margin-bottom:60px}.login .action-button,.login .action-button__accent,.login .action-button__add,.login .action-button__negative,.login .action-button__preview,.login .action-button__remove,.login .action-button__settings{margin-top:10px;margin-bottom:30px}.login .login-link{font-size:20px;font-weight:600;color:#707070;margin-bottom:15px}.login .login-link:hover{cursor:pointer;text-decoration:underline}.message .top{display:flex;height:171px;align-items:center}.message .top .back{flex:1 1;font-size:16px}.message .top .title{flex:4 1;font-size:32px;font-weight:700;color:#434a51}.message .top .buttons{flex:1 1;display:flex;flex-direction:row-reverse}.message .top .buttons .delete-button{padding-right:30px;width:25px;height:25px;content:url(/assets/images/Delete.png)}.message .message-content{background-color:#fff;color:#434a51;padding:35px}.modules .title{margin-top:58px;margin-bottom:50px;color:#434a51;font-weight:600;font-size:29px}.modules .instruction{margin-top:67px;margin-bottom:17px;margin-left:24px;color:#929292}.modules .cards-list{display:flex;flex-direction:column}.modules .cards-list .wrapper{margin-top:33px}.invoices .download{content:url(/assets/images/pdfDownload.png)}.invoices .download:hover{cursor:pointer}.invoices .status{width:81px;height:27px;display:flex;align-items:center;justify-content:center;border-radius:3px;font-size:16px;font-weight:600;color:#fff}.invoices .status--paid{background-color:#0f9400}.invoices .status--unpaid{background-color:red}.invoices .bottom{display:flex;margin:54px 31px 30px;justify-content:space-between;align-items:center}.invoices .bottom .navigation{height:22px;display:flex;border:1px solid #707070;border-radius:3px}.invoices .bottom .navigation .page-button{width:29px;text-align:center;border-left:1px solid #707070;font-size:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.invoices .bottom .navigation .page-button:hover{cursor:pointer}.invoices .bottom .navigation .page-button--selected{color:#9c3435;background-color:#f6e6e6;font-weight:600}.invoices .bottom .navigation .page-button--selected:hover{cursor:auto}.invoices .bottom .navigation .button,.invoices .bottom .navigation .top-bar .button__dropdown,.invoices .bottom .navigation .top-bar .button__icon,.top-bar .invoices .bottom .navigation .button__dropdown,.top-bar .invoices .bottom .navigation .button__icon{background-color:grey;opacity:.5;width:40px;background:url(/assets/images/PageControlButton.png) no-repeat 50%;pointer-events:none}.invoices .bottom .navigation .button--active{opacity:1;pointer-events:unset}.invoices .bottom .navigation .button--active:hover{cursor:pointer}.invoices .bottom .navigation .button--next{-webkit-transform:scaleX(-1);transform:scaleX(-1);border-right:1px solid #707070}.invoices .bottom .page-size{color:#707070;font-size:16px}.invoices .bottom .page-size select{height:32px;margin-left:12px;margin-right:10px;padding-left:10px;padding-right:23px;font-size:16px;color:#434a51;border-radius:3px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-color:#434a51;background:url(/assets/images/PaymentSelectChevron.png) no-repeat right 9px center;background-color:#fff}.payment-section{display:flex;flex-direction:column;padding-bottom:22px;background-color:#fff;border-radius:6px}.payment-section .separator{height:2px;margin-top:44px;margin-bottom:59px;background-color:#d4d4d4}.payment-section .note{display:flex;margin-left:30px;margin-bottom:29px}.payment-section .note .text,.payment-section .note .top-bar .logo .text__do,.payment-section .note .top-bar .logo .text__event,.top-bar .logo .payment-section .note .text__do,.top-bar .logo .payment-section .note .text__event{width:485px;color:#707070;font-size:18px}.payment-section .note .button,.payment-section .note .top-bar .button__dropdown,.payment-section .note .top-bar .button__icon,.top-bar .payment-section .note .button__dropdown,.top-bar .payment-section .note .button__icon{width:160px;height:27px;justify-content:center;align-items:center;display:flex;border-radius:3px;background-color:#9c3435;color:#fff;font-size:16px;font-weight:600}.payment-section .page-header{margin-left:30px;height:100px;display:flex;align-items:center;font-size:32px;font-weight:600;color:#434a51}.payment .header{margin-top:55px;margin-bottom:84px;color:#434a51;font-weight:700;font-size:32px}.payment .payment-content{margin-top:59px}.row{position:relative;height:75px;display:grid;grid-template-columns:45% 19% 26% auto;align-items:center;padding-right:30px;padding-left:30px}.row--invoices{grid-template-columns:24.5% 21.4% 17.9% 17% 15.4% auto}.row--labels{font-size:24px;font-weight:600;color:#707070;background-color:#f4f4f4}.row--labels:after{bottom:0}.row--labels:after,.row--labels:before{position:absolute;content:"";background-color:#d4d4d4;left:0;right:0;height:2px}.row--labels:before{top:0}.row--data{font-size:20px;color:#707070}.row--data:after{position:absolute;content:"";background-color:#d4d4d4;left:0;right:0;bottom:0;height:2px}.row--summary{height:48px}.row--sum,.row--summary{font-size:20px;color:#707070}.row--sum{font-weight:700}.row--padded{margin-top:37px}.row .centered-content{display:flex;justify-content:center}.row .summary-value{text-align:right}.row .summary-key{text-align:right;margin-left:-200px}.upgrades{margin-bottom:200px}.upgrades .pay-button{display:flex;flex-direction:row-reverse}.upgrades .pay-button>.action-button,.upgrades .pay-button>.action-button__accent,.upgrades .pay-button>.action-button__add,.upgrades .pay-button>.action-button__negative,.upgrades .pay-button>.action-button__preview,.upgrades .pay-button>.action-button__remove,.upgrades .pay-button>.action-button__settings{width:150px}.upgrades .payment-section{margin-bottom:30px}.upgrades .separator{margin-top:8px;margin-bottom:29px}.reset-password{display:flex;flex-direction:column;vertical-align:middle;color:#707070}.reset-password img{align-self:center;margin-bottom:35px}.reset-password .title{font-size:32px;font-weight:700;text-align:center}.reset-password .tip{margin-top:54px;margin-bottom:33px;font-size:20px;font-weight:600}.reset-password .contact{display:flex;font-size:20px;font-weight:600}.reset-password .contact--address{color:#2680eb;padding-left:8px}.reset-password .contact--address:hover{cursor:pointer;text-decoration:underline}.reset-password .action-button,.reset-password .action-button__accent,.reset-password .action-button__add,.reset-password .action-button__negative,.reset-password .action-button__preview,.reset-password .action-button__remove,.reset-password .action-button__settings{margin-top:10px;margin-bottom:32px}.account{display:flex;flex-direction:column}.account-details .file-input{visibility:hidden;position:absolute}.account-details .change-password{position:fixed;top:0;left:271px;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:200;display:flex;align-items:center;justify-content:center;-webkit-animation:background-appear .35s;animation:background-appear .35s}@-webkit-keyframes background-appear{0%{background-color:transparent}to{background-color:rgba(0,0,0,.5)}}@keyframes background-appear{0%{background-color:transparent}to{background-color:rgba(0,0,0,.5)}}.account-details .change-password .form-dialog{padding:50px;background-color:#fff;width:50%;display:grid;grid-template-rows:repeat(5,auto);grid-row-gap:40px;box-shadow:2px 4px 16px 0 rgba(0,0,0,.16);-webkit-animation:pop-in .45s cubic-bezier(.175,.885,.32,1.275);animation:pop-in .45s cubic-bezier(.175,.885,.32,1.275)}@-webkit-keyframes pop-in{0%{opacity:0;-webkit-transform:translateY(90px);transform:translateY(90px)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes pop-in{0%{opacity:0;-webkit-transform:translateY(90px);transform:translateY(90px)}to{opacity:1;-webkit-transform:none;transform:none}}.account-details .properties{display:flex;margin-top:29px}.account-details .properties .logotype{display:flex;flex-direction:column;align-items:center;color:#707070;font-size:24px;font-weight:600}.account-details .properties .logotype .preview{width:439px;height:439px;border-radius:50%;box-sizing:border-box;margin-top:25px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #707070}.account-details .properties .logotype .preview img{max-width:100%;max-height:100%}.account-details .properties .logotype .preview .spinner{position:absolute}.account-details .properties .logotype .buttons{margin-top:38px;display:flex;width:120px;justify-content:space-between}.account-details .properties .user-details{padding-right:40px;flex:1 1;display:grid;grid-template-rows:repeat(4,147px);font-weight:600}.account-details .properties .user-details .action-button,.account-details .properties .user-details .action-button__accent,.account-details .properties .user-details .action-button__add,.account-details .properties .user-details .action-button__negative,.account-details .properties .user-details .action-button__preview,.account-details .properties .user-details .action-button__remove,.account-details .properties .user-details .action-button__settings{margin-top:63px}.account-details .properties .logotype{flex:1 1}.account-subscription .cards{display:flex;margin-top:29px;margin-bottom:51px}.account-subscription .cards .subscription-card{position:relative;flex:351 1;margin-top:60px;padding-bottom:51px;margin-bottom:56px;display:flex;flex-direction:column;border-radius:4px;border:1px solid #707070}.account-subscription .cards .subscription-card--active{flex:440 1;margin-top:0;margin-bottom:0;border:2px solid #9c3435}.account-subscription .cards .subscription-card .details-button{position:absolute;height:50px;bottom:-25px;align-self:center;display:flex;align-items:center;padding-left:35px;padding-right:35px;background-color:#cbc6c6;border:1px solid #a7a7a7;color:#fff;font-size:20px;border-radius:6px}.account-subscription .cards .subscription-card .details-button:hover{cursor:pointer}.account-subscription .cards .subscription-card .details-button--active{background-color:#9c3435;border:none}.account-subscription .cards .subscription-card .details-button img{margin-right:10px}.account-subscription .cards .subscription-card .feature{position:relative;font-size:20px;font-weight:600;color:#707070;margin:0 25px 26px 60px}.account-subscription .cards .subscription-card .feature:before{content:url(/assets/images/FeatureTick.png);position:absolute;left:-36px}.account-subscription .cards .subscription-card .features-details{font-size:20px;color:#707070;margin:30px 25px}.account-subscription .cards .subscription-card .card-header{height:162px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f4f4f4;color:#707070}.account-subscription .cards .subscription-card .card-header--active{height:221px;background-color:#9c3435;color:#fff}.account-subscription .cards .subscription-card .card-header .name{font-size:24px;font-weight:600}.account-subscription .cards .subscription-card .card-header .details .properties .link,.account-subscription .cards .subscription-card .card-header .value,.details .properties .account-subscription .cards .subscription-card .card-header .link{font-size:40px;font-weight:600}.account-subscription .cards .subscription-card .card-header .value--active{font-size:50px}.account-subscription .cards .subscription-card .card-header .unit{font-size:18px}.upgrades .separator{height:1px;background-color:#f6e6e6;right:0;left:0}.upgrades .product{height:161px;display:grid;grid-template-columns:8.2% 18.4% auto 14.9%;align-items:center;text-align:center}.upgrades .product .name{font-size:30px;font-weight:700;color:#434a51}.upgrades .product .product-details{font-size:16px;color:#707070;padding-right:140px}.api{font-size:24px;font-weight:600;color:#707070}.api .documentation{margin-top:29px;margin-bottom:28px;display:flex}.api .documentation .link{margin-left:10px}.api .vendor{display:flex;align-items:baseline;margin-top:55px;margin-bottom:41px}.api .vendor .vendor-id{font-size:32px;font-weight:700;color:#9c3435;margin-left:35px}.company-details{font-weight:600}.company-details .company-form{margin-top:29px;margin-bottom:28px;display:grid;grid-template-rows:repeat(4,auto);grid-row-gap:30px}.contact-details{font-weight:600}.contact-details .contact-form{margin-top:29px;margin-bottom:28px;display:grid;grid-template-rows:repeat(4,auto);grid-row-gap:30px}.settings .save-button{margin-top:31px;margin-bottom:50px;display:flex;flex-direction:row-reverse}.settings .save-button .action-button,.settings .save-button .action-button__accent,.settings .save-button .action-button__add,.settings .save-button .action-button__negative,.settings .save-button .action-button__preview,.settings .save-button .action-button__remove,.settings .save-button .action-button__settings{width:170px}.settings .header{margin-top:55px;margin-bottom:84px;font-size:32px;font-weight:700;color:#434a51}.settings .tab-bar{margin-bottom:59px}.support .header{margin-top:55px;margin-bottom:67px;font-size:32px;font-weight:700;color:#434a51}.support .tip{margin-bottom:56px;font-size:22px;color:#707070;line-height:37px}.support .support-form{margin-top:22px;display:grid;grid-template-rows:repeat(5,auto);grid-row-gap:30px;font-weight:600}.support .permission{margin-top:50px;margin-bottom:33px;display:flex;align-items:center;justify-content:flex-end;font-size:24px;color:#707070}.support .permission input{margin-right:20px}.support>.send-button{display:flex;justify-content:flex-end}.support>.send-button .action-button,.support>.send-button .action-button__accent,.support>.send-button .action-button__add,.support>.send-button .action-button__negative,.support>.send-button .action-button__preview,.support>.send-button .action-button__remove,.support>.send-button .action-button__settings{width:130px}.action-button,.action-button__accent,.action-button__add,.action-button__negative,.action-button__preview,.action-button__remove,.action-button__settings{color:#fff;height:47px;border-radius:4px;font-size:20px;display:flex;align-items:center;justify-content:center;border-width:1px;border-style:solid}.action-button--loading{opacity:.61;pointer-events:none}.action-button--disabled{opacity:.38;pointer-events:none}.action-button .text-container,.action-button__accent .text-container,.action-button__add .text-container,.action-button__negative .text-container,.action-button__preview .text-container,.action-button__remove .text-container,.action-button__settings .text-container{margin-bottom:2px;margin-left:-10px}.action-button__add{background-color:#c54e50;border-color:#9c3435}.action-button__settings{background-color:#6fd483;border-color:#44e264}.action-button__preview{background-color:#ffbfc1;border-color:#ffafb1}.action-button__remove{background-color:#cbc6c6;border-color:#a7a7a7}.action-button__accent{background-color:#9c3435;border-color:#9c3435}.action-button__negative{background-color:#fff;border-color:#9c3435;color:#9c3435}.action-button .loading-spinner,.action-button__accent .loading-spinner,.action-button__add .loading-spinner,.action-button__negative .loading-spinner,.action-button__preview .loading-spinner,.action-button__remove .loading-spinner,.action-button__settings .loading-spinner{padding-right:10px;-webkit-transition:max-width .5s cubic-bezier(0,1,0,1);transition:max-width .5s cubic-bezier(0,1,0,1);max-width:0}.action-button .loading-spinner--loading,.action-button__accent .loading-spinner--loading,.action-button__add .loading-spinner--loading,.action-button__negative .loading-spinner--loading,.action-button__preview .loading-spinner--loading,.action-button__remove .loading-spinner--loading,.action-button__settings .loading-spinner--loading{max-width:1000px;-webkit-transition:max-width 1s ease-in-out;transition:max-width 1s ease-in-out}.async-data{position:relative;min-height:150px;max-height:150px;-webkit-transition:max-height .5s cubic-bezier(0,1,0,1);transition:max-height .5s cubic-bezier(0,1,0,1)}.async-data--loaded{max-height:10000px!important;-webkit-transition:max-height .5s ease-in-out;transition:max-height .5s ease-in-out}.async-data .loading{position:absolute;top:0;left:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center;opacity:1;-webkit-transition:opacity .2s;transition:opacity .2s}.async-data .loading--hidden{opacity:0;pointer-events:none}.async-data .visible{opacity:1;-webkit-transition:opacity .2s;transition:opacity .2s}.async-data .visible--loading{opacity:0}.async-data .visible .failure{height:150px;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:27px;font-weight:600;color:#9c3435}.async-data .visible .failure>.action-button,.async-data .visible .failure>.action-button__accent,.async-data .visible .failure>.action-button__add,.async-data .visible .failure>.action-button__negative,.async-data .visible .failure>.action-button__preview,.async-data .visible .failure>.action-button__remove,.async-data .visible .failure>.action-button__settings{margin-top:15px;width:100px}.details .switchable-header,.expandable-section .switchable-header{height:107px;display:flex;align-items:center}.details .expanded-content--expanded,.expandable-section .expanded-content--expanded{display:flex;flex-direction:column;padding-bottom:42px}.item-picker-select{width:100%;padding-left:36px;height:61px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.multiline-text-input{display:flex;flex-direction:column}.multiline-text-input--invalid textarea{border:2px solid #c7000a!important}.multiline-text-input textarea{height:174px;margin-top:28px;padding-left:36px;padding-top:16px;resize:none}.picker{display:flex;margin-bottom:60px;color:#707070}.picker .alert{display:flex;font-size:24px;align-items:center}.picker .products{flex:1 1;display:grid;grid-template-columns:repeat(4,22.4%);grid-column-gap:2.5%;grid-row-gap:10px}.picker .products .product-tile{height:120px;border:1px solid #707070;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center}.picker .products .product-tile--selected{background-color:#f6e6e6;border:4px solid #9c3435}.picker .products .product-tile .property-first{font-size:18px;font-weight:600;text-align:center}.picker .products .product-tile .property-second{font-size:16x;text-align:center}.picker .products .product-tile .property-value{font-size:30px;font-weight:600}.picker .identity{width:185px;margin-left:30px;display:flex;align-items:center;font-size:24px;font-weight:600}.picker .identity .icon{width:55px}.picker .identity .icon img{vertical-align:middle}.radio-buttons{display:flex}.radio-buttons .button,.radio-buttons .top-bar .button__dropdown,.radio-buttons .top-bar .button__icon,.top-bar .radio-buttons .button__dropdown,.top-bar .radio-buttons .button__icon{display:flex;align-items:center;margin-right:94px}.radio-buttons .button:hover,.radio-buttons .top-bar .button__dropdown:hover,.radio-buttons .top-bar .button__icon:hover,.top-bar .radio-buttons .button__dropdown:hover,.top-bar .radio-buttons .button__icon:hover{cursor:pointer}.radio-buttons .button .title,.radio-buttons .top-bar .button__dropdown .title,.radio-buttons .top-bar .button__icon .title,.top-bar .radio-buttons .button__dropdown .title,.top-bar .radio-buttons .button__icon .title{margin-bottom:3px;margin-left:14px}.cancelation-sign .radio-buttons .button .leading-circle,.cancelation-sign .radio-buttons .button .middle-circle,.cancelation-sign .radio-buttons .top-bar .button__dropdown .leading-circle,.cancelation-sign .radio-buttons .top-bar .button__dropdown .middle-circle,.cancelation-sign .radio-buttons .top-bar .button__icon .leading-circle,.cancelation-sign .radio-buttons .top-bar .button__icon .middle-circle,.cancelation-sign .top-bar .radio-buttons .button__dropdown .leading-circle,.cancelation-sign .top-bar .radio-buttons .button__dropdown .middle-circle,.cancelation-sign .top-bar .radio-buttons .button__icon .leading-circle,.cancelation-sign .top-bar .radio-buttons .button__icon .middle-circle,.radio-buttons .button .cancelation-sign .leading-circle,.radio-buttons .button .cancelation-sign .middle-circle,.radio-buttons .button .circle,.radio-buttons .top-bar .button__dropdown .cancelation-sign .leading-circle,.radio-buttons .top-bar .button__dropdown .cancelation-sign .middle-circle,.radio-buttons .top-bar .button__dropdown .circle,.radio-buttons .top-bar .button__icon .cancelation-sign .leading-circle,.radio-buttons .top-bar .button__icon .cancelation-sign .middle-circle,.radio-buttons .top-bar .button__icon .circle,.top-bar .radio-buttons .button__dropdown .cancelation-sign .leading-circle,.top-bar .radio-buttons .button__dropdown .cancelation-sign .middle-circle,.top-bar .radio-buttons .button__dropdown .circle,.top-bar .radio-buttons .button__icon .cancelation-sign .leading-circle,.top-bar .radio-buttons .button__icon .cancelation-sign .middle-circle,.top-bar .radio-buttons .button__icon .circle{width:28px;height:28px;border-radius:50%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;border:5px solid #707070}.cancelation-sign .radio-buttons .button .leading-circle .dot,.cancelation-sign .radio-buttons .button .middle-circle .dot,.cancelation-sign .radio-buttons .top-bar .button__dropdown .leading-circle .dot,.cancelation-sign .radio-buttons .top-bar .button__dropdown .middle-circle .dot,.cancelation-sign .radio-buttons .top-bar .button__icon .leading-circle .dot,.cancelation-sign .radio-buttons .top-bar .button__icon .middle-circle .dot,.cancelation-sign .top-bar .radio-buttons .button__dropdown .leading-circle .dot,.cancelation-sign .top-bar .radio-buttons .button__dropdown .middle-circle .dot,.cancelation-sign .top-bar .radio-buttons .button__icon .leading-circle .dot,.cancelation-sign .top-bar .radio-buttons .button__icon .middle-circle .dot,.radio-buttons .button .cancelation-sign .leading-circle .dot,.radio-buttons .button .cancelation-sign .middle-circle .dot,.radio-buttons .button .circle .dot,.radio-buttons .top-bar .button__dropdown .cancelation-sign .leading-circle .dot,.radio-buttons .top-bar .button__dropdown .cancelation-sign .middle-circle .dot,.radio-buttons .top-bar .button__dropdown .circle .dot,.radio-buttons .top-bar .button__icon .cancelation-sign .leading-circle .dot,.radio-buttons .top-bar .button__icon .cancelation-sign .middle-circle .dot,.radio-buttons .top-bar .button__icon .circle .dot,.top-bar .radio-buttons .button__dropdown .cancelation-sign .leading-circle .dot,.top-bar .radio-buttons .button__dropdown .cancelation-sign .middle-circle .dot,.top-bar .radio-buttons .button__dropdown .circle .dot,.top-bar .radio-buttons .button__icon .cancelation-sign .leading-circle .dot,.top-bar .radio-buttons .button__icon .cancelation-sign .middle-circle .dot,.top-bar .radio-buttons .button__icon .circle .dot{width:6px;height:6px;border-radius:50%;opacity:0;background-color:#707070;-webkit-transition:none .15s ease-out;transition:none .15s ease-out;-webkit-transition-property:width,height,opacity;transition-property:width,height,opacity}.cancelation-sign .radio-buttons .button .leading-circle .dot--selected,.cancelation-sign .radio-buttons .button .middle-circle .dot--selected,.cancelation-sign .radio-buttons .top-bar .button__dropdown .leading-circle .dot--selected,.cancelation-sign .radio-buttons .top-bar .button__dropdown .middle-circle .dot--selected,.cancelation-sign .radio-buttons .top-bar .button__icon .leading-circle .dot--selected,.cancelation-sign .radio-buttons .top-bar .button__icon .middle-circle .dot--selected,.cancelation-sign .top-bar .radio-buttons .button__dropdown .leading-circle .dot--selected,.cancelation-sign .top-bar .radio-buttons .button__dropdown .middle-circle .dot--selected,.cancelation-sign .top-bar .radio-buttons .button__icon .leading-circle .dot--selected,.cancelation-sign .top-bar .radio-buttons .button__icon .middle-circle .dot--selected,.radio-buttons .button .cancelation-sign .leading-circle .dot--selected,.radio-buttons .button .cancelation-sign .middle-circle .dot--selected,.radio-buttons .button .circle .dot--selected,.radio-buttons .top-bar .button__dropdown .cancelation-sign .leading-circle .dot--selected,.radio-buttons .top-bar .button__dropdown .cancelation-sign .middle-circle .dot--selected,.radio-buttons .top-bar .button__dropdown .circle .dot--selected,.radio-buttons .top-bar .button__icon .cancelation-sign .leading-circle .dot--selected,.radio-buttons .top-bar .button__icon .cancelation-sign .middle-circle .dot--selected,.radio-buttons .top-bar .button__icon .circle .dot--selected,.top-bar .radio-buttons .button__dropdown .cancelation-sign .leading-circle .dot--selected,.top-bar .radio-buttons .button__dropdown .cancelation-sign .middle-circle .dot--selected,.top-bar .radio-buttons .button__dropdown .circle .dot--selected,.top-bar .radio-buttons .button__icon .cancelation-sign .leading-circle .dot--selected,.top-bar .radio-buttons .button__icon .cancelation-sign .middle-circle .dot--selected,.top-bar .radio-buttons .button__icon .circle .dot--selected{width:14px;height:14px;border-radius:50%;opacity:1}.switch{display:flex;justify-content:space-between;flex:1 1;align-content:center}.switch .socket{position:relative;width:62px;height:38px;display:flex;align-items:center;justify-content:center;background-color:#9c3435;border-radius:19px;cursor:pointer}.switch .socket .bottom-pad{width:56px;height:32px;border-radius:36.5px;background-color:#fff;-webkit-transition-timing-function:cubic-bezier(.39,.575,.565,1);transition-timing-function:cubic-bezier(.39,.575,.565,1);-webkit-transition-duration:.22s;transition-duration:.22s;-webkit-transition-property:width height;transition-property:width height}.switch .socket .bottom-pad--on{width:0;height:0}.switch .socket .handle{width:32px;height:32px;border-radius:50%;position:absolute;left:3px;box-shadow:1px 3px 5px 0 rgba(84,60,60,.4);background-color:#fff;-webkit-transition:left .55s cubic-bezier(.165,.84,.44,1);transition:left .55s cubic-bezier(.165,.84,.44,1)}.switch .socket .handle--on{left:27px}.input-label{height:33px;position:relative;-webkit-transition:padding-left .15s cubic-bezier(.39,.575,.565,1);transition:padding-left .15s cubic-bezier(.39,.575,.565,1)}.input-label:before{width:30px;height:30px;top:3px;left:0;content:"";position:absolute;background-image:url(/assets/images/warning.svg);background-size:30px 30px;-webkit-transform:scale(.2);transform:scale(.2);opacity:0;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-property:-webkit-transform opacity;transition-property:-webkit-transform opacity;transition-property:transform opacity;transition-property:transform opacity,-webkit-transform opacity}.input-label--invalid{color:#c7000a;padding-left:40px}.input-label--invalid:before{-webkit-transition-timing-function:cubic-bezier(.2,2,1,1);transition-timing-function:cubic-bezier(.2,2,1,1);-webkit-transform:none;transform:none;opacity:1}.input-label:hover{cursor:help}.input-label:hover :first-child{opacity:1;-webkit-transform:none;transform:none}.input-label .error-message{opacity:0;position:absolute;top:-50px;left:0;padding:10px;background-color:#f6e6e6;font-size:18px;font-weight:400;color:#434a51;border:1px solid #c7000a;box-shadow:2px 4px 6px 0 rgba(0,0,0,.16);border-radius:6px;-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform;-webkit-transition-duration:.25s;transition-duration:.25s}.text-input{display:flex;position:relative}.text-input--inline{justify-content:space-between;align-items:center}.text-input--inline input{height:61px}.text-input--short input{width:169px;font-weight:700;font-size:30px;text-align:center}.text-input--regular input{flex:1 1;margin-left:121px;padding-left:36px}.text-input--breaking{flex-direction:column;height:unset}.text-input--breaking input{height:61px;margin-top:28px;padding-left:36px}.text-input--invalid input{border:2px solid #c7000a!important}.timeline{display:flex;align-items:flex-start;justify-content:center}.timeline .path-active,.timeline .stage-section .dot-spacing .dot--active,.timeline .stage-section .dot-spacing .dot--end-active,.timeline .stage-section .dot-spacing .dot--hovering,.timeline .stage-section .time-path--active{background-color:#e2a4a5}.timeline .path-inactive,.timeline .stage-section .dot-spacing .dot--end-inactive,.timeline .stage-section .dot-spacing .dot--inactive,.timeline .stage-section .time-path--inactive{background-color:#707070}.timeline .stage-section{display:flex;flex-direction:column;align-items:center;width:119px;margin-top:52px;position:relative}.timeline .stage-section .time-path,.timeline .stage-section .time-path-lhs,.timeline .stage-section .time-path-rhs{position:absolute;height:6px;content:"";z-index:1}.timeline .stage-section .time-path-lhs,.timeline .stage-section .time-path-rhs{left:0;right:50%;top:17px}.timeline .stage-section .time-path-rhs{left:50%;right:0}.timeline .stage-section--inverse{flex-direction:column-reverse;margin-top:0}.timeline .stage-section--inverse .time-path-inverse,.timeline .stage-section--inverse .time-path-lhs,.timeline .stage-section--inverse .time-path-rhs{top:unset;bottom:17px}.timeline .stage-section--clickable{background-color:#fff}.timeline .stage-section--clickable:hover{cursor:pointer}.timeline .stage-section .connector{width:1px;height:22px;background-color:#d8d8d8}.timeline .stage-section .label-spacing{display:flex;flex-direction:column;height:30px;justify-content:center}.timeline .stage-section .label-spacing .label{font-weight:600;font-size:18px;color:#434a51}.timeline .stage-section .dot-spacing{z-index:2;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.timeline .stage-section .dot-spacing .dot--active,.timeline .stage-section .dot-spacing .dot--inactive,.timeline .stage-section .dot-spacing .dot-small{width:20px;height:20px;border-radius:50%}.timeline .stage-section .dot-spacing .dot--end-active,.timeline .stage-section .dot-spacing .dot--end-inactive,.timeline .stage-section .dot-spacing .dot--hovering,.timeline .stage-section .dot-spacing .dot--selected,.timeline .stage-section .dot-spacing .dot-big{width:32px;height:32px;border-radius:50%}.timeline .stage-section .dot-spacing .dot{-webkit-transition:none .15s ease-out;transition:none .15s ease-out;-webkit-transition-property:width,height;transition-property:width,height}.timeline .stage-section .dot-spacing .dot--selected{background-color:#9c3435;box-shadow:-1px 2px 2px 0 rgba(84,60,60,.4)}.tip{align-items:center;display:flex}.titled-section{padding-left:30px;padding-right:30px;display:flex;flex-direction:column;padding-bottom:22px;margin-bottom:30px;background-color:#fff;border-radius:6px}.titled-section .title{position:relative;height:109px;display:flex;align-items:center;font-size:32px;font-weight:600;color:#434a51}.titled-section .title:after{content:"";bottom:0;left:-30px;right:-30px;height:1px;position:absolute;background-color:#d4d4d4}.form-entity-cell{margin-top:31px}.dashboard .section,.details,.expandable-section,.form-section{padding-left:32px;padding-right:32px;background-color:#fff;border-radius:6px;position:relative}.dashboard .section:before,.details:before,.expandable-section:before,.form-section:before{content:"";position:absolute;background-color:#f6e6e6;left:0;right:0;top:107px;height:2px}.form-button{width:170px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:6px;background-color:#9c3435;color:#fff;font-size:20px}.form{display:flex;flex-direction:column}.form .double-text-input{display:grid;grid-template-columns:auto auto;grid-column-gap:40px}.form .section-title{display:flex;align-items:center;height:106px}.form .section-cell{margin-bottom:30px}.form .item-picker-select,.form .multiline-text-input textarea,.form .text-box,.form .text-input input,.multiline-text-input .form textarea,.text-input .form input{font-size:24px;color:#434a51;border:1px solid #707070;border-radius:4px;outline-style:none;box-sizing:border-box}.form .item-picker-select:focus,.form .multiline-text-input textarea:focus,.form .text-box:focus,.form .text-input input:focus,.multiline-text-input .form textarea:focus,.text-input .form input:focus{background-color:#f6e6e6;border:2px solid #9c3435}.details .form .switchable-header,.details .switchable-header .switch .form .title,.expandable-section .form .switchable-header,.expandable-section .switchable-header .switch .form .title,.form .details .switchable-header,.form .details .switchable-header .switch .title,.form .expandable-section .switchable-header,.form .expandable-section .switchable-header .switch .title,.form .header-text,.form .section-header,.form .section-title{color:#434a51;font-weight:700;font-size:30px}.details .top .form .description,.form .content-text,.form .details .top .description,.form .multiline-text-input,.form .radio-buttons .button .title,.form .radio-buttons .top-bar .button__dropdown .title,.form .radio-buttons .top-bar .button__icon .title,.form .switch .title,.form .text-input,.form .tip,.form .top-bar .radio-buttons .button__dropdown .title,.form .top-bar .radio-buttons .button__icon .title,.radio-buttons .button .form .title,.radio-buttons .top-bar .button__dropdown .form .title,.radio-buttons .top-bar .button__icon .form .title,.switch .form .title,.top-bar .radio-buttons .button__dropdown .form .title,.top-bar .radio-buttons .button__icon .form .title{color:#707070;font-size:24px}.uploading-form{-webkit-transition:opacity .15s;transition:opacity .15s}.uploading-form[data-busy=true]{opacity:.61;pointer-events:none}.payment-method .paypal{display:flex;justify-content:center}.payment-method .paypal .inner{width:700px}.payment-method .method-item{display:flex;flex-direction:column;align-items:center;color:#707070;font-size:18px;font-weight:600}.payment-method .method-item img{margin-bottom:15px}.payment-method .card-input{position:relative;margin:0 30px;display:grid;grid-template-rows:repeat(4,152px);font-weight:600;font-size:24px}.payment-method .card-input .confirmation{position:absolute;left:0;right:0;bottom:-186px;display:flex;flex-direction:column;align-items:flex-end}.payment-method .card-input .confirmation .terms{display:flex;align-items:center;font-size:24px;font-weight:400;color:#707070}.payment-method .card-input .confirmation .terms input{margin-right:10px}.payment-method .card-input .confirmation .terms .link{margin-left:6px}.payment-method .card-input .confirmation .action-button,.payment-method .card-input .confirmation .action-button__accent,.payment-method .card-input .confirmation .action-button__add,.payment-method .card-input .confirmation .action-button__negative,.payment-method .card-input .confirmation .action-button__preview,.payment-method .card-input .confirmation .action-button__remove,.payment-method .card-input .confirmation .action-button__settings{margin-top:32px;width:291px}.payment-method .card-input .card{display:grid;grid-template-columns:48.3% 16.4% repeat(2,14.65%);grid-column-gap:2%;overflow:hidden}.payment-method .card-input .address{display:grid;grid-template-columns:66% auto;grid-column-gap:2%}.link{color:#2680eb}.module-card{display:flex;background-color:#fff;color:#434a51;border-radius:6px}.module-card .identity{display:flex;align-items:center;margin-left:33px;flex:418 1;font-weight:700;font-size:30px}.module-card .identity img{vertical-align:middle}.module-card .identity .type-text{margin-left:39px}.module-card .actions{flex:578 1}.module-card .actions .description{margin-top:14px;font-size:16px;color:#434a51;line-height:25px}.module-card .actions .buttons{display:flex;justify-content:space-between;margin-top:32px;margin-bottom:16px}.module-card .actions .buttons .primary{width:61.7%}.module-card .actions .buttons .secondary{width:30.9%}.module-card .price{flex:204 1;display:flex;flex-direction:row-reverse;margin-left:49px;margin-top:15px;justify-content:center}.module-card .price .free{color:#00b424;font-weight:700;font-size:20px}.module-card .price .monthly{color:#707070}.details .properties .module-card .price .monthly .link,.module-card .price .monthly .details .properties .link,.module-card .price .monthly .value{font-weight:700;font-size:20px}.module-card .price .monthly .subtitle{font-weight:600;font-size:16px}.iphone-button{height:32px;width:169px;display:flex;align-items:center;justify-content:center;font-size:12px;border-radius:2px;background-color:#9c3435;color:#fff;align-self:center}.cancellation-mark{margin-top:6px;margin-bottom:38px;width:908px;height:60px;-webkit-transform:translateX(-335px) scale(.268);transform:translateX(-335px) scale(.268)}.module-section{position:relative}.module-section .module-header{display:flex;height:48px;align-items:center}.module-section .module-header .module-icon{width:19px;margin-left:13px}.module-section .module-header .module-icon img{width:100%}.module-section .module-header .module-header{flex:1 1;font-size:10px;margin-left:13px}.module-section .module-header .expand-icon{margin-right:7px}.module-section .module-header .expand-icon--collapsed{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.module-section .content{display:flex;flex-direction:column;margin-left:46px;margin-right:18px}.module-section .separator{background-color:#dedede;margin-left:40px;height:1px}.module-section .separator--expanded{margin-top:15px}.module-section .vertical-path{position:absolute;left:21px;width:2px;background-color:#dedede}.module-section .vertical-path--leading{top:0;bottom:40px}.module-section .vertical-path--trailing{top:40px;bottom:0}.navigation-bar{position:relative;display:flex;height:47px;align-items:center;font-size:15px}.navigation-bar .navbar-title{position:absolute;left:0;right:0;text-align:center}.navigation-bar .bar-button{position:absolute}.navigation-bar .bar-button--left{left:12px}.navigation-bar .bar-button--right{right:4px}.preview-panel{position:fixed;height:100vh;width:350px;right:0;display:flex;flex-direction:column;align-items:center;background-color:#fff}.preview-panel .title{margin-top:52px;margin-bottom:58px;font-size:26px;font-weight:600;color:#434a51}.paragraph{font-size:10px}.paragraph--bold{font-weight:700;margin-bottom:7px;margin-top:1px}.picture{position:relative;height:83px;overflow:hidden}.picture img{position:relative;height:auto;width:100%;top:-50%}.picture .labels{position:absolute;top:0;left:62px;display:flex;flex-direction:column;justify-content:space-around;height:100%}.picture .labels .wrapper{display:flex}.picture .labels .wrapper .darkened{padding:2px 5px;max-width:110px;color:#fff;background-color:rgba(0,0,0,.61);font-size:10px;font-weight:700}.iphone{width:298px;min-height:528px;padding-bottom:20px;display:flex;flex-direction:column;background-color:#fff;box-shadow:4px 8px 10px 0 rgba(0,0,0,.16);border:1px solid #e5e5e5;border-radius:5px}@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.spinner{display:flex;-webkit-animation:rotating 1.21s linear infinite;animation:rotating 1.21s linear infinite}.tab-bar{position:relative;display:flex}.tab-bar:after{position:absolute;content:"";bottom:0;left:0;right:0;height:1px;background-color:#c8c8c8;z-index:100}.tab-bar .item{display:flex;flex-direction:column;margin-right:49px;height:43px;font-weight:600;font-size:18px;color:#707070}.tab-bar .item:after{content:"";position:relative;left:0;right:0;height:0;top:16px;background-color:#9c3435;-webkit-transition:height .15s;transition:height .15s;z-index:110}.tab-bar .item--selected{color:#9c3435}.tab-bar .item--selected:after{height:3px}.session-frame{height:100vh;background-color:#f6e6e6}.session-frame input{height:50px;margin-bottom:20px;border:none;font-size:24px;color:#434a51;border-radius:4px;outline-color:#9c3435;box-sizing:border-box;padding-left:20px}.session-frame .vendor-portal{position:absolute;width:100%;text-align:center;font-size:20px}.session-frame .centering{height:100%;display:flex;justify-content:center;align-items:center}.session-frame .centering .content{width:620px;display:flex;flex-direction:column;vertical-align:middle;padding-bottom:200px}.sidemenu__item{-webkit-transition-property:background-color font-weight;transition-property:background-color font-weight;-webkit-transition-duration:.15s;transition-duration:.15s;height:55px;display:flex;justify-content:center;align-items:center;padding-left:31px;position:relative;font-size:20px;color:#929292}.sidemenu__item:hover{background-color:#f3f3f3;cursor:pointer;font-weight:700}.sidemenu__item:before{content:"";position:absolute;top:0;left:0;bottom:0;background-color:#9c3435;width:0;-webkit-transition:width .15s;transition:width .15s}.sidemenu__item--selected{background-color:#f3f3f3}.sidemenu__item--selected:before{width:5px}.sidemenu__item__icon-container img{vertical-align:middle}.sidemenu__item__title{flex:1 1;padding-left:21px}.toast{position:fixed;left:300px;right:29px;top:85px;z-index:201;opacity:0;-webkit-animation:blink 7s linear,appear 7s linear;animation:blink 7s linear,appear 7s linear}@-webkit-keyframes blink{0%{opacity:0}4%{opacity:1}96%{opacity:1}to{opacity:0}}@keyframes blink{0%{opacity:0}4%{opacity:1}96%{opacity:1}to{opacity:0}}@-webkit-keyframes appear{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}2%{-webkit-transform:none;transform:none}}@keyframes appear{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}2%{-webkit-transform:none;transform:none}}.toast .visible-content{display:flex;padding:19px;border-radius:7px;background-color:#960008;-webkit-transition:opacity .2s;transition:opacity .2s}.toast .visible-content--positive{background-color:#009600}.toast .visible-content:hover{opacity:.38}.toast .visible-content--dismissed,.toast .visible-content--dismissed:hover{opacity:0}.toast .visible-content img{width:50px;height:50px}.toast .visible-content .message{color:#fff;font-size:22px;margin-left:29px;align-self:center}.top-bar{background-color:#9c3435;height:56px;color:#fff}.top-bar,.top-bar .logo{display:flex;align-items:center}.top-bar .logo{padding-left:33px}.top-bar .logo:hover{cursor:pointer}.top-bar .logo__icon-container{padding-bottom:1px}.top-bar .logo__icon-container img{vertical-align:middle}.top-bar .logo .text,.top-bar .logo .text__do,.top-bar .logo .text__event{font-size:20px;padding-top:3px;font-family:Calibri}.top-bar .logo .text__event{padding-left:9px}.top-bar .logo .text__do{font-weight:700}.top-bar .button,.top-bar .button__dropdown,.top-bar .button__icon{display:flex;height:100%;justify-content:center;align-items:center;position:relative;-webkit-transition:background-color .15s;transition:background-color .15s}.top-bar .button:before,.top-bar .button__dropdown:before,.top-bar .button__icon:before{content:"";position:absolute;top:0;left:0;bottom:0;background-color:#b74d4d;width:1px}.top-bar .button:hover,.top-bar .button__dropdown:hover,.top-bar .button__icon:hover{background-color:#b74d4d;cursor:pointer}.top-bar .button__icon{width:81px}.top-bar .button__dropdown{width:164px}.top-bar .buttons-container{display:flex;align-items:center;margin-left:auto;margin-right:118px;flex:0 1;height:100%;width:100%}.top-bar .dropdown__text{font-size:13px;margin-left:14px}.top-bar .dropdown__arrow{margin-left:10px}.top-bar .avatar-initials{display:flex;justify-content:center;align-items:center;width:30px;height:30px;border-radius:50%;background-color:#fff;color:#9c3435;font-weight:700;font-size:10px}@font-face{font-family:OpenSans;src:url(/assets/fonts/OpenSans-Regular.ttf);font-weight:400}@font-face{font-family:OpenSans;src:url(/assets/fonts/OpenSans-SemiBold.ttf);font-weight:600}@font-face{font-family:OpenSans;src:url(/assets/fonts/OpenSans-Bold.ttf);font-weight:700}@font-face{font-family:Calibri;src:url(/assets/fonts/Calibri.ttf);font-weight:400}@font-face{font-family:Calibri;src:url(/assets/fonts/CalibriBold.ttf);font-weight:700}.account-details .properties .logotype .buttons img:hover,.action-button:hover,.action-button__accent:hover,.action-button__add:hover,.action-button__negative:hover,.action-button__preview:hover,.action-button__remove:hover,.action-button__settings:hover,.form-button:hover,.hover-default,.hovers:hover,.link:hover,.payment-section .note .button:hover,.payment-section .note .top-bar .button__dropdown:hover,.payment-section .note .top-bar .button__icon:hover,.picker .products .product-tile:hover,.tab-bar .item:hover,.top-bar .payment-section .note .button__dropdown:hover,.top-bar .payment-section .note .button__icon:hover{cursor:pointer;opacity:.61}.account-details .properties .logotype .buttons img,.action-button,.action-button__accent,.action-button__add,.action-button__negative,.action-button__preview,.action-button__remove,.action-button__settings,.form-button,.hovers,.link,.payment-section .note .button,.payment-section .note .top-bar .button__dropdown,.payment-section .note .top-bar .button__icon,.picker .products .product-tile,.tab-bar .item,.top-bar .payment-section .note .button__dropdown,.top-bar .payment-section .note .button__icon{-webkit-transition:opacity .15s;transition:opacity .15s}.action-button:active,.action-button__accent:active,.action-button__add:active,.action-button__negative:active,.action-button__preview:active,.action-button__remove:active,.action-button__settings:active,.clicks:active,.payment-section .note .button:active,.payment-section .note .top-bar .button__dropdown:active,.payment-section .note .top-bar .button__icon:active,.top-bar .payment-section .note .button__dropdown:active,.top-bar .payment-section .note .button__icon:active{-webkit-animation:flash .5s linear;animation:flash .5s linear}@keyframes flash{0%{opacity:.23}to{opacity:1}}.expandable{overflow:hidden}.expandable--collapsed{-webkit-transition:max-height .5s cubic-bezier(0,1,0,1);transition:max-height .5s cubic-bezier(0,1,0,1);max-height:0}.expandable--expanded{max-height:1000px;-webkit-transition:max-height 1s ease-in-out;transition:max-height 1s ease-in-out}body{margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:OpenSans}.app{display:flex;flex-direction:column;min-height:100vh}.app .top-bar{position:fixed;width:100vw;z-index:120}.app .sidemenu{position:fixed;top:0;left:0;width:271px;padding-top:105px;height:100vh;z-index:110;background-color:#fff}.app .page{display:flex;flex:1 1;justify-content:center;margin-left:271px;margin-top:56px;z-index:100;background-color:#f6e6e6}.app .page .column{width:1200px;padding-bottom:50px}@media (max-width:1500px){.app .page .column{width:900px}}
/*# sourceMappingURL=main.11af47fb.chunk.css.map */