html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}*,*:before,*:after{box-sizing:border-box}section{position:relative;padding:60px 0}a{color:#2d3039;outline:none;transition:.3s}svg{flex-shrink:0;height:auto}button{padding:0;color:#fff;background:transparent;border:none;outline:none;cursor:pointer;transition:.3s}picture{border-radius:inherit}img{display:block;max-width:100%;height:auto}:root{--radius-control: 4px;--linear: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .95) 24%, rgb(255, 255, 255) 31%, rgb(255, 255, 255) 100%);--shadow: 0px 0px 4px 0px rgba(133, 133, 133, .15)}html{-webkit-text-size-adjust:100%}body{position:relative;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);color:#2d3039;background:#f8f9fa;font-size:16px;line-height:normal;letter-spacing:-.024em;font-family:InterDisplay-Medium,sans-serif;overflow-x:hidden}h1,h2,h3,h5,strong{font-family:InterDisplay-Bold,sans-serif}h1,h2{margin:0 auto;width:100%;text-align:center;line-height:1.1}h1{font-size:60px}h2{font-size:52px}h3{font-size:36px}h5{font-size:24px;line-height:1.25}@media screen and (max-width: 1024px){h1,h2{font-size:40px}h3{font-size:28px}h5{font-size:20px}}@media screen and (max-width: 480px){h1,h2{font-size:28px}h3{font-size:24px}h5{font-size:18px}}.wrapper{display:flex;flex-direction:column;width:100%;overflow:hidden}.wrap{position:relative;z-index:10;margin:0 auto;width:100%;padding:0 80px}@media screen and (max-width: 1170px){.wrap{padding:0 40px}}@media screen and (max-width: 360px){.wrap{padding:0 24px}}.bg{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit;object-fit:cover}.img{border-radius:20px;border:1px solid rgba(93,72,236,.2)}.video{position:relative;width:100%;font-size:0;cursor:pointer;aspect-ratio:16/9}.video-play{position:absolute;z-index:2;display:flex;justify-content:center;align-items:center;border-radius:50%;background:#fffc}.video-play svg{filter:drop-shadow(0 0 3px rgba(91,91,91,.15));transition:opacity .2s ease-in-out}.video:hover .video-play svg{opacity:.8}.video iframe,.video img{width:100%;border-radius:inherit}.video iframe{aspect-ratio:16/9}@media screen and (max-width: 480px){.img,.video{border-radius:10px}.video-play{top:calc(50% - 15px);left:calc(50% - 15px);width:30px}}.section-head{display:flex;flex-direction:column;align-items:center;gap:32px;margin-bottom:60px;text-align:center}@media screen and (max-width: 480px){.section-head{gap:20px;margin-bottom:36px}}.label{display:inline-flex;align-items:center;gap:8px;border-radius:20px;height:32px;padding:0 12px;background:#fff;box-shadow:0 0 4px #5b5b5b26;font-size:12px;font-family:InterDisplay-Bold,sans-serif}.link{transition:color .2s ease-in-out}.link:hover{color:#6c6e74}.btn,.btn2,.btn3{position:relative;display:inline-flex;justify-content:center;align-items:center;gap:10px;border-radius:var(--radius-control);padding:0 20px;text-align:center;letter-spacing:-.01em}.btn:before,.btn2:before,.btn3:before{opacity:0;content:"";position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity .2s ease-in-out}.btn:hover:before,.btn2:hover:before,.btn3:hover:before{opacity:1}.btn,.btn2{height:48px;box-shadow:0 0 4px #85858526}.btn3{height:40px}.btn,.btn3{color:#fff;background:#2d3039}.btn:before,.btn3:before{background:#ffffff1f}.btn2{background:#fff}.btn2:before{background:#ffffff52}.header{position:sticky;top:0;z-index:1003;background:#f8f9fa}.header .wrap{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px;height:76px;border-bottom:1px solid #F1F2F4}.header-logo{flex-shrink:0;width:auto;height:28px}.header-logo svg{width:auto;height:100%}.header-nav{display:flex;gap:40px}.header-link{display:flex;align-items:center;height:37px;padding:0 8px}.header-lang{display:flex;align-items:center;padding:0 6px}.header-login{display:flex;align-items:center;padding:0 24px}.header-action{display:flex;justify-content:flex-end;gap:16px;letter-spacing:-1%}.header-menu{display:none;flex-shrink:0;position:relative;width:64px;height:48px}.header-menu span{position:relative;width:24px;height:12px}.header-menu span:after,.header-menu span:before{content:"";position:absolute;left:0;width:100%;height:3px;border-radius:2px;background-color:#2d3039;transition:all .2s ease-in-out 0s}.header-menu span:before{top:0}.header-menu span:after{bottom:0}.header-menu.open span:before,.header-menu.open span:after{top:calc(50% - 1px);left:calc(50% - 12px)}.header-menu.open span:before{transform:rotate(-45deg)}.header-menu.open span:after{transform:rotate(45deg)}@media screen and (max-width: 1280px){.header .wrap{display:flex;justify-content:space-between}.header-nav{flex-grow:1;gap:32px}}@media screen and (max-width: 1024px){.header .wrap{height:60px;padding:0 16px 0 32px}.header-logo{height:24px}.header-nav,.header-action{display:none}.header-menu{display:flex;justify-content:center;align-items:center}}#page:after{content:"";position:fixed;z-index:9001;top:0;left:0;height:0;width:0;opacity:0;background:#f8f9fa;transition:opacity .4s ease-out 0s}#page.menu-open{overflow:hidden}#page.menu-open:after{height:100%;width:100%;opacity:1}.sideMenu{position:fixed;z-index:9002;top:-100%;left:0;height:calc(100vh - 60px);height:calc(var(--vh, 1vh) * 100 - 60px);width:100vw;transition:.2s;background:#f8f9fa}.sideMenu.open{top:76px}.sideMenu-inner{display:flex;flex-direction:column;justify-content:space-between;gap:40px;height:100%;padding:40px;overflow-y:scroll;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.sideMenu-row{display:flex;flex-direction:column;gap:60px}.sideMenu-nav{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.sideMenu-link{display:flex;font-size:24px!important;line-height:1.1;font-family:InterDisplay-Bold,sans-serif!important}.sideMenu-action{display:flex;flex-direction:column;gap:12px;width:100%}@media screen and (max-width: 1024px){.sideMenu.open{top:60px}}.hero{padding-top:64px}.hero-content{position:relative;z-index:4;display:flex;flex-direction:column;align-items:center;gap:32px}.hero-update{display:flex;align-items:center;gap:8px;border-radius:20px;height:32px;padding:4px 12px 4px 4px;background:#fff;box-shadow:0 0 4px #5b5b5b26;font-size:12px}.hero-update-label{display:flex;align-items:center;gap:4px;border-radius:50px;height:100%;padding:0 9px 0 7px;color:#fff;background:#2d3039}.hero-title{max-width:930px}.hero-text{max-width:590px;color:#5b5b5b;text-align:center;font-size:20px}.hero-action{display:flex;gap:12px;margin-top:17px}.hero-video{position:relative;margin:67px auto 0;max-width:1110px}.hero-video-blur{position:absolute;z-index:2;top:31px;left:50%;transform:translate(-50%);width:904px;height:124px;border-radius:45%;animation:blurAnimation 2s infinite ease-in-out;backface-visibility:hidden}.hero-video-blur:before{content:"";position:absolute;width:100%;height:100%;border-radius:inherit;filter:blur(80px);background:linear-gradient(90deg,#f75253,#430af2 26.442%,#5240e2 64.423%,#56fec6);opacity:.3}.hero .video{z-index:3;border-radius:40px;border:2px dashed #DFDFE9;padding:38px}.hero .video div{aspect-ratio:16/9}.hero .video iframe,.hero .video img{border-radius:12px}.hero .video-play{top:calc(50% - 40px);left:calc(50% - 40px);width:80px;height:80px}.hero .video-play svg{filter:drop-shadow(0 0 4px rgba(91,91,91,.15))}.hero .img{border-radius:20px 20px 0 0;border-bottom:none}.hero-bg-t,.hero-bg-b,.hero-bg-tl,.hero-bg-tr,.hero-bg-br,.hero-bg-bl,.hero-bg-m{position:absolute}.hero-bg-t{top:-257px;left:calc(50% - 700px);max-width:none}.hero-bg-b{bottom:0;left:calc(50% - 700px)}.hero-bg-tl{top:14px;left:31px}.hero-bg-tr{top:31px;right:31px}.hero-bg-br{bottom:31px;right:31px}.hero-bg-bl{bottom:31px;left:31px}.hero-bg-m{display:none;top:-154px;left:calc(50% - 449px);max-width:none}@media screen and (max-width: 1024px){.hero{padding-top:52px}.hero-content{gap:28px}.hero-title{max-width:680px}.hero-action{margin-top:8px}.hero-video{margin-top:60px}.hero-video-blur{top:-4px;width:calc(100% - 10px);height:68px}.hero-video-blur:before{opacity:.5}.hero .video{border-radius:12px;border:none;padding:0}.hero-bg-t,.hero-bg-b,.hero-bg-tl,.hero-bg-tr,.hero-bg-br,.hero-bg-bl{display:none}.hero-bg-m{display:block}}@media screen and (max-width: 750px){.hero-text{font-size:15px}.hero-action{flex-direction:column}}@media screen and (max-width: 480px){.hero .video-play{top:calc(50% - 24px);left:calc(50% - 24px);width:48px;height:48px}.hero .video-play svg{width:30px}}@keyframes blurAnimation{0%{opacity:1}30%{opacity:.3}to{opacity:1}}.alerts-landing{padding:72px 0;text-align:center}.alerts-landing .wrap{display:flex;flex-direction:column;align-items:center}.alerts-landing .section-head{margin-bottom:0;width:100%;gap:20px}.alerts-landing-title{width:100%;max-width:960px;margin:0 auto;text-align:center}.alerts-landing-desc{max-width:720px;margin:20px auto 32px;color:#5b5b5b;font-size:18px;line-height:1.65;text-align:center}.alerts-landing-type{display:inline;font-family:InterDisplay-Bold,sans-serif;color:#2d3039;background:#eef3ff;border-radius:6px;padding:2px 7px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.alerts-landing-channels{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;width:100%}.alerts-landing-channel{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid #ececec;border-radius:999px;padding:10px 18px 10px 14px;background:#fff;box-shadow:var(--shadow)}.alerts-landing-channel-icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#f4f6f8;line-height:0}.alerts-landing-channel-label{color:#2d3039;font-size:15px;line-height:1;font-family:InterDisplay-Bold,sans-serif}.alerts-landing-note{margin:20px auto 0;max-width:720px;color:#888;font-size:13px;line-height:1.45;text-align:center}@media screen and (max-width: 480px){.alerts-landing{padding:48px 0}.alerts-landing-desc{font-size:16px}.alerts-landing-channel-label{font-size:14px}.alerts-landing-note{font-size:12px}}.tariffs-title{max-width:1070px;margin-right:auto;margin-left:auto;text-align:center}.tariffs-grid{display:grid;grid-template-columns:repeat(2,minmax(1px,1fr));max-width:820px;margin-right:auto;margin-left:auto;gap:20px}@media screen and (max-width: 1024px){.tariffs-grid{grid-template-columns:minmax(1px,1fr);gap:20px}}@media screen and (max-width: 480px){.tariffs-grid{gap:16px}}.tariff{position:relative;border-radius:12px;background:#fff;box-shadow:var(--shadow);overflow:hidden}.tariff-inner{position:relative;z-index:3;border-radius:inherit;padding:32px}.tariff-head{display:flex;align-items:center;gap:18px;margin-bottom:26px;font-size:12px;font-family:InterDisplay-Bold,sans-serif}.tariff-name{display:flex;align-items:center;height:27px;border-radius:27px;border:2px solid #2D3039;padding:0 14px}.tariff-accounts{color:#5b5b5b}.tariff-price{display:flex;align-items:center;gap:12px;margin-bottom:28px}.tariff-price span{font-size:36px;text-shadow:.64px 0 0 currentColor,-.64px 0 0 currentColor}.tariff-month{color:#5b5b5b;font-size:18px}.tariff-list{display:flex;flex-direction:column;gap:14px;margin-bottom:32px;font-size:15px}.tariff-list li{display:flex;align-items:center;gap:14px}.tariff-list li.unavailable{opacity:.4}.tariff-list img{flex-shrink:0}.tariff-bg1,.tariff-bg2{position:absolute;opacity:.1;filter:blur(120px)}.tariff-bg1{transform:rotate(22deg)}.tariff-bg2{transform:rotate(-161deg)}@media screen and (max-width: 480px){.tariff-inner{padding:20px}.tariff-head{gap:14px;margin-bottom:20px}.tariff-price{gap:8px}.tariff-list{gap:8px;margin-bottom:20px}.tariff-list li{gap:18px}}.tariff.business:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;padding:2px;background:linear-gradient(140deg,#f7525366,#430af266 37%,#5240e266 65%,#56fec666);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.tariff.business .tariff-name{color:#fff;background:#2d3039}.tariff.business .tariff-bg1{top:-158px;left:90px}.tariff.business .tariff-bg2{top:265px;left:-213px}.tariff.free{margin-top:60px;text-align:center}.tariff.free .tariff-inner{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:40px;min-height:340px}.tariff.free .tariff-bg1{top:-58px;right:-48px}.tariff.free .tariff-bg2{top:-16px;left:-95px}.tariff.free .tariff-bg3{position:absolute;top:-96px;left:calc(50% - 580px);max-width:none}@media screen and (max-width: 1024px){.tariff.free{margin-top:23px}}@media screen and (max-width: 480px){.tariff.free .tariff-inner{min-height:300px}.tariff.free .tariff-bg1{top:-228px;right:-168px}.tariff.free .tariff-bg2{top:105px;left:-175px}}.benefits-title{max-width:650px}.benefits-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;width:100%}.benefits-card{display:flex;flex-direction:column;overflow:hidden;min-width:0;border-radius:20px;background:#fff;box-shadow:var(--shadow)}.benefits-card-picture{display:block;padding:16px 16px 0;width:100%}.benefits-card-picture img{display:block;width:70%;margin:0 auto;border-radius:16px;object-fit:cover}.benefits-card-content{display:flex;flex:1;flex-direction:column;padding:24px}.benefits-card-title{margin-bottom:12px;color:#2d3039;font-size:24px;line-height:1.15;font-family:InterDisplay-Bold,sans-serif}.benefits-card-desc{margin-bottom:22px;color:#5b5b5b;font-size:16px;line-height:1.45}.benefits-card-list{display:flex;flex-direction:column;gap:12px;margin:0 0 24px;padding:0;list-style:none}.benefits-card-list-item{display:flex;align-items:center;gap:12px;color:#2d3039;font-size:15px;line-height:1.3}.benefits-card-icon{display:inline-flex;flex:0 0 32px;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:#2d3039}.benefits-card-icon svg{width:18px;height:18px}.benefits-card-final{margin-top:auto;border-radius:14px;padding:16px;color:#2d3039;font-size:15px;text-align:center}@media screen and (max-width: 1024px){.benefits-title{max-width:560px}.benefits-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}}@media screen and (max-width: 900px){.benefits-cards{grid-template-columns:1fr}.benefits-card-picture{padding:14px 14px 0}.benefits-card-picture img{height:auto;aspect-ratio:16/10}}@media screen and (max-width: 480px){.benefits-cards{gap:16px}.benefits-card{border-radius:16px}.benefits-card-picture{padding:12px 12px 0}.benefits-card-picture img{border-radius:12px}.benefits-card-content{padding:20px}.benefits-card-title{font-size:20px}.benefits-card-desc,.benefits-card-list-item,.benefits-card-final{font-size:15px}.benefits-card-icon{flex-basis:30px;width:30px;height:30px}.benefits-card-final{padding:14px}}.demo .section-head{margin-bottom:0}.demo .wrap{display:flex;flex-direction:column;align-items:center}.demo-text{width:100%;max-width:655px;font-size:36px}.demo-text span{color:#5b5b5b}.demo-manager{display:flex;flex-direction:column;align-items:center;margin-top:10px}.demo-manager-photo{width:52px;border-radius:12px}.demo-manager-name{margin-top:8px;font-size:18px;font-family:InterDisplay-Bold,sans-serif}.demo-manager-about{margin-top:4px;color:#5b5b5b;font-size:15px}.demo-img img{border-radius:8px;box-shadow:var(--shadow)}@media screen and (max-width: 1024px){.demo-text{max-width:540px;font-size:28px}}@media screen and (max-width: 480px){.demo .section-head{margin-bottom:0}.demo-text{font-size:20px}.demo-manager{margin-top:20px}.demo-img img{border-radius:4px}}.footer{position:relative;background:#2d3039;color:#fff;overflow:hidden}.footer-blur{position:absolute;z-index:2;top:-66px;left:50%;transform:translate(-50%);width:1000px;height:124px;border-radius:45%;animation:blurAnimation 2s infinite ease-in-out;backface-visibility:hidden}.footer-blur:before{content:"";position:absolute;width:100%;height:100%;border-radius:inherit;filter:blur(60px);background:linear-gradient(90deg,#f75253,#430af2 26.442%,#5240e2 64.423%,#56fec6);opacity:.4}.footer a{color:#fff;transition:opacity .2s ease-in-out}.footer a:hover{opacity:.8}.footer-contacts{display:flex;flex-direction:column;align-items:center;gap:20px;padding:120px 0;text-align:center}.footer-contacts-links{display:flex;flex-direction:column;align-items:center;gap:16px}.footer-contacts-links a{font-size:52px;line-height:1.1}.footer-privacy{display:flex;justify-content:space-between;align-items:center;border-top:2px dashed #454545;padding:26px 0}.footer-col{display:flex;align-items:center;gap:44px}.footer-logo{flex-shrink:0;font-size:0}.footer-links{display:flex;align-items:center;gap:40px}.footer-links button{border:none;background:none;padding:0;color:#fff;font:inherit;cursor:pointer;transition:opacity .2s ease-in-out}.footer-links button:hover{opacity:.8}@media screen and (max-width: 1024px){.footer-privacy{flex-direction:column;gap:16px;border:none;padding:0 0 28px}.footer-col{flex-direction:column;width:100%;gap:20px}.footer-row{display:flex;justify-content:center;width:100%;border-bottom:2px dashed #454545;padding-bottom:20px}.footer-links{flex-direction:column;gap:12px}.footer-blur{width:calc(100% - 48px)}}@media screen and (max-width: 750px){.footer-text{width:100%;max-width:240px}.footer-contacts{gap:24px;padding:72px 0 88px}.footer-contacts-links{gap:12px}.footer-contacts-links a{font-size:28px}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}.animated{animation-duration:.8s;animation-fill-mode:both}.page{padding:64px 0 140px}.page .wrap{max-width:860px;padding:0 20px}.page .hero-update{margin-bottom:32px;display:inline-flex;padding:4px 12px;font-family:InterDisplay-Bold,sans-serif}@media screen and (max-width: 750px){.page{padding:52px 0 48px}.page .hero-update{margin-bottom:28px}}.description{line-height:1.3;color:#5b5b5b;text-align:left;font-size:15px}.description h1,.description h2,.description h3,.description h4,.description h5{color:#2d3039}.description strong{color:#3d424e}.description h1{margin-bottom:48px;text-align:left;font-size:52px}.description h3{margin:68px 0 28px;font-size:28px}.description h4{font-family:InterDisplay-Bold,sans-serif;margin:20px 0 18px;font-size:20px}.description p,.description ul{margin-bottom:18px}.description p:last-child,.description ul:last-child{margin:0}.description li{position:relative;padding-left:23px}.description li:before{content:"";position:absolute;top:8px;left:9px;width:5px;height:5px;border-radius:50%;background:#5b5b5b}.description a{color:inherit;text-decoration:underline}.description-info{max-width:800px;font-size:20px}.description-info p{margin:0}@media screen and (max-width: 750px){.description h1{margin-bottom:28px;font-size:28px}.description h4{font-size:24px}.description-info{font-size:15px}}@font-face{font-family:InterDisplay-Medium;src:url(/fonts/InterDisplay-Medium.woff2) format("woff2"),url(/fonts/InterDisplay-Medium.ttf) format("truetype");font-display:swap}@font-face{font-family:InterDisplay-SemiBold;src:url(/fonts/InterDisplay-SemiBold.woff2) format("woff2"),url(/fonts/InterDisplay-SemiBold.ttf) format("truetype");font-display:swap}@font-face{font-family:InterDisplay-Bold;src:url(/fonts/InterDisplay-Bold.woff2) format("woff2"),url(/fonts/InterDisplay-Bold.ttf) format("truetype");font-display:swap}*{margin:0}.main header{padding-bottom:20px}.main .header-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.main h1,.main h2,.main h3,.main h4{color:#1c1c1c;font-weight:700}.main h2{letter-spacing:-1px;font-size:35px}.main h3{letter-spacing:-1px}.main h4{letter-spacing:-1px;font-size:30px}.main h1{margin:0;padding:20px 0;font-size:60px;letter-spacing:-2px}.main h6{color:#1c1c1c;letter-spacing:-1px;font-weight:700}.main .secondary{font-size:20px;color:#374048}.main .logo{width:40px}.main section.standard{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 0}.main section.solution{background:#f1f1f359}.main .secondary-color{color:#777c80}.privacy-policy p,.privacy-policy ul li{color:#5a6472;font-weight:300;line-height:1.5}.privacy-policy p,.privacy-policy ul{margin:15px 0}.gsi-material-button{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-appearance:none;background-color:#f2f2f2;background-image:none;border:none;-webkit-border-radius:20px;border-radius:20px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#1f1f1f;cursor:pointer;font-family:inherit;font-size:14px;height:40px;letter-spacing:.25px;outline:none;overflow:hidden;padding:0 12px;position:relative;text-align:center;-webkit-transition:background-color .218s,border-color .218s,box-shadow .218s;transition:background-color .218s,border-color .218s,box-shadow .218s;vertical-align:middle;white-space:nowrap;width:auto;max-width:400px;min-width:min-content}.gsi-material-button .gsi-material-button-icon{height:20px;margin-right:12px;min-width:20px;width:20px}.gsi-material-button .gsi-material-button-content-wrapper{-webkit-align-items:center;align-items:center;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;justify-content:space-between;position:relative;width:100%}.gsi-material-button .gsi-material-button-contents{-webkit-flex-grow:1;flex-grow:1;font-family:inherit;font-weight:500;overflow:hidden;text-overflow:ellipsis;vertical-align:top}.gsi-material-button .gsi-material-button-state{-webkit-transition:opacity .218s;transition:opacity .218s;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.gsi-material-button:disabled{cursor:default;background-color:#ffffff61}.gsi-material-button:disabled .gsi-material-button-state{background-color:#1f1f1f1f}.gsi-material-button:disabled .gsi-material-button-contents{opacity:38%}.gsi-material-button:disabled .gsi-material-button-icon{opacity:38%}.gsi-material-button:not(:disabled):active .gsi-material-button-state,.gsi-material-button:not(:disabled):focus .gsi-material-button-state{background-color:#001d35;opacity:12%}.gsi-material-button:not(:disabled):hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.gsi-material-button:not(:disabled):hover .gsi-material-button-state{background-color:#001d35;opacity:8%}.disabled{pointer-events:none;opacity:.4}.promo-label{display:inline-flex;align-items:center;gap:4px;padding:3px 10px 3px 7px;border-radius:12px;background:#2d3039;color:#fff;font-size:13px;line-height:1;white-space:nowrap;flex:0 0 auto;height:auto}@media (max-width: 600px){.promo-label{font-size:12px;padding:3px 8px}}
