"use strict";var e=require("@emotion/react"),t=require("react");const s=(t,s)=>e.css` max-width: var(--max-content-width, ${s}); width: ${t}; `;const r=t.forwardRef((function({containerSize:t="90%",maxContentWidth:r="1800px",className:n,children:a,element:i="section",secondContainer:c,wrapperClassName:o,wrapperCss:d,isContainerCenter:l=!0},m){const p=e.jsx("div",{css:[s(t,r)],className:n},a);var x;return e.jsx(i,{className:o,css:[(x=l,e.css` width: 100%; display: flex; ${x?"justify-content: center;":""} ${x?"align-items: center;":""} `),d],ref:m},p,c)}));exports.FullWidthWrapper=r;