:root{--yellow:#DFA81C;--blue:#0C94FF;--darker-blue:#008ee0;--grey:#687C87;--light-grey:#B2BABF;--faint-grey:rgba(104,124,135,0.15);--red:#FF3B0C;--green:#0CCF3B;--background-color:linear-gradient(180deg,rgba(245,249,250,1) 0,rgba(239,242,243,1) 100%);--font-color:var(--grey);--header-background:#FFF;--font-family:"Ubuntu";--footer-background:var(--light-grey);--footer-links-background:linear-gradient(180deg,rgba(255,255,255,1) 0,rgba(242,250,255,1) 100%);--button-background:linear-gradient(180deg,rgba(79,175,255,1) 0,rgba(33,154,255,1) 100%);--hover-button-background:linear-gradient(180deg,#3ca7ff 0,#0084f0 100%);--header-height:61px}*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:inherit}p{margin-top:1em;margin-bottom:1em}a:hover{color:var(--blue)}img{max-width:100%;-webkit-user-drag:none;user-drag:none;user-select:none}body{font-family:var(--font-family),sans-serif;line-height:1.5;background:var(--background-color);color:var(--font-color)}ul,ol{list-style:none}.wrapper{margin:0 auto;max-width:1200px}@media screen and (max-width:1200px){.wrapper{margin:0 1rem}}.down-menu{display:flex;flex-direction:column;position:absolute;top:1.5rem;left:50%;transform:translateX(-50%);z-index:1;background:var(--header-background);white-space:nowrap;padding-top:1rem;color:#737373;box-shadow:0 20px 20px 0 rgba(0,81,126,0.2)}.down-menu a{height:2rem;padding:0 1rem;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #D4D4D4}.down-menu a:not(:last-child) span{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.down-menu a:hover{background-color:var(--blue);color:white}.hidden{display:none!important}.quick-link{display:block;padding:1rem;display:flex;flex-direction:row;align-items:center;cursor:pointer}.quick-link svg{margin-right:1rem;width:20px;height:20px}.quick-link.fill:hover svg *{fill:var(--blue)}.quick-link.stroke:hover svg *{stroke:var(--blue)}.quick-link.active{color:var(--blue)}.quick-link.fill.active svg *{fill:var(--blue)}.quick-link.stroke.active svg *{stroke:var(--blue)}@media screen and (max-width:700px){#content{padding-top:var(--header-height)}.down-menu a{padding:1.5rem 1rem}}.messages{position:fixed;top:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:10px}.message{padding:15px 20px;border-radius:8px;font-size:14px;color:#fff;position:relative;box-shadow:0 4px 6px rgba(0,0,0,0.1);animation:slide-in .3s ease-out;max-width:300px;word-wrap:break-word}.message .close{position:absolute;top:10px;right:10px;font-size:16px;color:#fff;cursor:pointer;background:transparent;border:none}.message.success{background-color:#28a745}.message.error{background-color:#dc3545}.message.info{background-color:#17a2b8}.message.warning{background-color:#ffc107;color:#212529}@keyframes slide-in{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@media screen and (max-width:550px){.down-menu{color:inherit}}#content{overflow-x:hidden;padding-top:0;background-color:var(--background-color);min-height:calc(85vh - var(--header-height))}#content>.wrapper{position:relative}@media screen and (max-width:1200px){.wrapper{margin:0 1rem}}.arrow{border:solid var(--font-color);border-width:0 2px 2px 0;display:inline-block;padding:3px;transition:.5s transform}.right{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.left{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.up{transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}.down{transform:rotate(45deg);-webkit-transform:rotate(45deg);vertical-align:.1rem}.down.r{transform:rotate(-135deg);-webkit-transform:rotate(-135deg);vertical-align:.1rem}.arrow-down{margin-left:5px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid black}.padlock{position:relative;align-self:baseline;padding:4px}.padlock:before,.padlock:after{content:"";position:absolute;display:block}.padlock:before{top:6px;left:1px;width:3px;height:4px;border-radius:12px 12px 0 0;border:2px solid var(--font-color)}.padlock:after{top:7px;left:-1px;width:11px;height:7px;border-radius:1px 1px 0 0;margin-top:5px;background-color:var(--font-color)}.reset-formatting{color:var(--font-color);all:revert;box-sizing:border-box}.reset-formatting *{margin:revert;all:revert;box-sizing:border-box}.reset-formatting a{color:darkcyan}.reset-formatting a:hover{text-decoration:underline}@media screen and (max-width:700px){#content{padding-top:var(--header-height)}}.ad{margin-top:1rem;margin-bottom:1rem;display:flex;justify-content:center}.ad-centered{text-align:center}.ad-banner{min-width:320px;min-height:100px}.ad-sticky{position:-webkit-sticky;position:sticky;top:calc(var(--header-height) - -1rem)}.ad-banner>img{width:728px;height:90px}@media screen and (max-width:550px){.ad{margin:1rem -1rem;max-width:100vw}.ad.ad-banner{margin-top:.25rem}}.spinner-container{width:17px;height:17px;border-radius:50%;background-color:#FFF;position:absolute;right:10px;display:flex;align-items:center;justify-content:center}.spinner{width:15px;height:15px;border:3px solid rgba(0,0,0,0.1);border-top:3px solid var(--blue);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.primary-button{box-shadow:4px 5px 8px rgba(0,103,161,0.3),-4px -5px 8px rgba(255,255,255,0.8),0px 3px 4px rgba(0,44,81,0.2);color:#FFF;font-size:20px;font-weight:700;letter-spacing:1.5px;text-align:center;border-radius:35px;background:var(--button-background);height:60px;margin:1rem 0;border:5px solid rgba(239,242,243,1);cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0 1rem;position:relative;min-width:max-content}.primary-button:hover{color:#FFF;background:var(--yellow);background:var(--hover-button-background)}.secondary-button{box-shadow:4px 5px 8px rgba(0,103,161,0.3),-4px -5px 8px rgba(255,255,255,0.8),0px 3px 4px rgba(0,44,81,0.2);box-shadow:0 16px 20px -19px rgba(0,81,126,0.45);color:var(--font-color);font-size:20px;font-weight:700;letter-spacing:1.5px;text-align:center;border-radius:35px;background-color:#FFF;height:60px;margin:1rem;border:none;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0 calc(1rem - -5px);position:relative}.secondary-button:hover{background:rgba(239,242,243,1)}.primary-button img,.secondary-button img{height:20px;width:auto;margin-right:.5rem}header{height:var(--header-height);width:100vw;max-width:100%;background-color:var(--header-background);font-weight:bold;box-shadow:0 0 3px 0 #EFF2F3;z-index:5}header .wrapper{padding:0 1rem;padding-bottom:0;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;height:100%;width:100%}#logo-container{height:100%;padding-bottom:5px;display:flex;align-items:center;justify-content:space-between;margin-right:1rem}#logo-container a{height:100%}#logo-container img{height:100%;width:auto;max-width:none}#hamburger-menu{height:100%;width:100%;display:flex;align-items:center;justify-content:space-between}#hamburger-menu ul{list-style-type:none;height:100%;display:flex;align-items:center;justify-content:space-between}.header-selector:hover .down-menu.hidden{display:block!important}.header-selector:hover{cursor:pointer}#use-cases .down-menu{width:80vw;left:10vw;top:2.5rem;transform:none;border-radius:20px;padding:2rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem}#use-cases .down-menu img{height:50px;width:auto;margin-right:.5rem}#use-cases.header-selector:hover .down-menu.hidden{display:grid!important}#use-cases .down-menu a{border-bottom:none;min-height:100px;border-radius:20px;text-wrap:auto;justify-content:flex-start;padding:1rem;height:auto}#use-cases .down-menu a:hover{background-color:var(--faint-grey);color:var(--font-color)}#use-cases .down-menu .description{font-weight:normal;margin-top:.5rem}.header-selector{position:relative}.header-selector .selector-title{display:flex;flex-direction:row;align-items:center}.header-selector img{margin-right:5px}#right-header{padding-top:5px}#right-header>li{z-index:1}#hamburger-menu #right-header-vertical{display:none}#header-cta{display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:30px 30px 0 0;background-image:linear-gradient(180deg,rgba(245,249,250,1) 0,rgba(239,242,243,1) 100%);padding:0 1rem;position:relative;margin:0;margin-left:1rem;height:100%;z-index:0!important}.separator{height:10px;width:2px;background:var(--light-grey);margin:0 1rem}#header-cta::before,#header-cta::after{content:'';width:var(--header-height);height:100%;position:absolute;left:0;top:0;transform:translateX(-100%);z-index:1;background-image:linear-gradient(180deg,rgba(245,249,250,1) 0,rgba(239,242,243,1) 100%)}#header-cta::before{border-bottom-right-radius:30px;background:white;z-index:2}header .primary-button{height:auto;font-size:19px;margin:0}header .active{color:var(--darker-blue)}header .padlock:before{left:3px}header .padlock:after{left:1px}header .padlock{position:relative;margin:0 2px}header span.drop-button:hover .arrow{border-color:var(--lightcyan)}header span.drop-button:hover .padlock:before{border:2px solid var(--lightcyan)}header span.drop-button:hover .padlock:after{background-color:var(--lightcyan)}#transcription-time,#username,#initial{display:flex;flex-direction:row;align-items:center;justify-content:center}#username{margin:0 1rem}#timeleft,#initial{margin-right:4px}#initial{background:var(--yellow);color:#FFF;width:1.5rem;height:1.5rem;font-size:1rem;border-radius:50%}#use-cases.header-selector{position:initial}header .down-menu{z-index:2}@media screen and (max-width:550px){.header-selector{text-align:center}}@media screen and (max-width:700px){header{position:fixed;top:0;left:0}#hamburger{display:inline-block;width:calc(var(--header-height) - 20px - 2px);height:calc(var(--header-height) - 20px - 2px);position:absolute;right:1rem;top:10px;-webkit-user-select:none;user-select:none;cursor:pointer;padding:5px}#hamburger div{display:block;width:30px;height:5px;margin-bottom:5px;position:relative;background:var(--blue);border-radius:3px;z-index:1;transition:transform .5s cubic-bezier(0.77,0.2,0.05,1),background .5s cubic-bezier(0.77,0.2,0.05,1),opacity .55s ease}#hamburger div:nth-child(1){transform-origin:0 0}#hamburger div:nth-child(3){transform-origin:0 100%}#hamburger.open div{background:var(--blue)}#hamburger.open div:nth-child(1){transform:rotate(45deg)}#hamburger.open div:nth-child(2){opacity:0;transform:rotate(0deg) scale(0.2,0.2)}#hamburger.open div:nth-child(3){transform:rotate(-45deg)}#hamburger-menu{position:absolute;z-index:1;overflow-y:scroll;height:calc(100vh - var(--header-height));width:100vw;top:var(--header-height);left:100vw;background:url(/static/website/images/pattern-squares.png),var(--background-color);background-blend-mode:multiply;background-position:bottom center;background-repeat:repeat-x;padding:1rem;flex-direction:column;transition:left .5s cubic-bezier(0.77,0.2,0.05,1)}#hamburger-menu ul{flex-direction:column;align-items:center;justify-content:center;font-size:large;height:auto}#hamburger-menu li{margin:1rem 0}header .separator{display:none}header #hamburger-menu.open{left:0}header .header-selector{display:flex;flex-direction:column;align-items:center}header .down-menu{position:initial;top:0;left:0;transform:none;background:inherit}.header-selector:hover .down-menu.hidden{display:none!important}header #hamburger-menu{justify-content:initial}#hamburger-menu #right-header-vertical{display:flex}#right-header{display:none!important}#use-cases .down-menu{width:auto;padding:0;grid-template-columns:1fr;box-shadow:none;min-height:none;border-bottom:1px solid #D4D4D4;border-radius:0}}@media screen and (min-width:701px){.header-selector:hover .arrow{transform:rotate(-135deg);-webkit-transform:rotate(-135deg);vertical-align:0rem}}@media screen and (max-width:1200px){header .wrapper{margin:0}}footer{min-height:15vh;width:100vw;max-width:100%}footer .wrapper{min-height:15vh;width:100%;margin:0;display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto;max-width:100vw;background:var(--footer-links-background);box-shadow:0 -20px 20px -27px rgba(0,81,126,0.45)}footer .wrapper .footer-options{width:100%;margin:0 auto;max-width:1200px;padding-inline:16px}footer .footer-bg-pattern{background:url(/static/website/images/svgBottom_Pattern.svg);background-position:bottom center;background-repeat:repeat-x;background-blend-mode:color-burn;background-blend-mode:soft-light;height:100%;width:100%}footer .info{display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;color:#576C78;background-color:var(--footer-background)}footer .links{display:flex;flex-direction:row;align-items:start;justify-content:space-between}footer .footer-option-box{display:flex;flex-direction:column;align-items:start;justify-content:start;text-align:center;padding:1rem 0;gap:10px}footer .footer-option-box a{font-size:1rem;font-weight:500}footer .footer-option-box span{font-size:1.25rem;font-weight:bold}footer .links a{border-bottom:1px solid var(--light-grey)}footer .links a:hover{border-bottom:1px solid var(--blue)}footer .footer-bottom{display:flex;flex-direction:row;align-items:center;justify-content:start;text-align:center;color:#576C78;gap:1.5rem;padding-bottom:16px}footer .footer-bottom>a{color:#0C94FF}footer .footer-hr{width:100%;height:1px;background-color:rgba(239,242,243,1);margin:0 auto;margin-block:15px}footer .down-menu{top:auto;bottom:1.5rem;left:3rem;padding-top:0;padding-bottom:1rem;box-shadow:0 -20px 20px 0 rgba(0,81,126,0.2);z-index:2}footer .down-menu a{border-top:1px solid var(--faint-grey);border-bottom:none!important}footer .padlock{position:relative;margin:0 2px}footer .padlock:before{border-color:white;left:3px}footer .padlock:after{background-color:white;left:1px}footer span.drop-button:hover .padlock:before{border:2px solid var(--lightcyan)}footer span.drop-button:hover .padlock:after{background-color:var(--lightcyan)}@media screen and (max-width:550px){footer .footer-bottom{flex-direction:column}}@media screen and (max-width:700px){footer .down-menu{position:initial;top:0;left:0;transform:none;background:inherit}footer .wrapper{grid-template-rows:1fr auto}footer .links{flex-direction:column;padding:1rem 0}footer .header-selector .down-menu{box-shadow:none;padding:1rem 0}footer .header-selector{flex-direction:column}}