.fullWidth{position:relative;left:50%;margin-left:-50vw;width:100vw}.relative{position:relative}.absolute{position:absolute}.flexRow{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:wrap}.flexColumn{display:flex;flex-direction:column;align-items:flex-start;flex-wrap:nowrap}.flexCenter{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:center}.flexStretch{display:flex;flex-direction:column;align-items:stretch}.stretch{align-items:stretch}.center,.alignCenter{align-items:center}.flexStart{align-items:flex-start}.flexEnd{align-items:flex-end}.spaceBetween,.justifyBetween{justify-content:space-between}.spaceAround{justify-content:space-around}.justifyStart{justify-content:flex-start}.justifyEnd{justify-content:flex-end}.justifyCenter{justify-content:center}.stretchSelf{align-self:stretch}.flexStartSelf{align-self:flex-start}.flexEndSelf{align-self:flex-end}.centerSelf{align-self:center}.flex0,.flex1{flex:1}.wrap{flex-wrap:wrap}.nowrap{flex-wrap:nowrap!important}.shrink0{flex-shrink:0}.shrink1{flex-shrink:1}.width100{width:100%}.height100{height:100%!important}.textNoWrap{white-space:"nowrap"}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:Inter,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.mdxeditor-popup-container{z-index:1250!important}
