.xds-Flex-1{width:calc(100% + var(--column-gap));height:calc(100% + var(--row-gap));margin:calc(var(--row-gap)/-2) calc(var(--column-gap)/-2);display:flex;flex-wrap:var(--wrap);align-items:var(--align);flex-direction:var(--direction);justify-content:var(--justify)}.xds-Flex-1>:not(:empty){margin:calc(var(--row-gap)/2) calc(var(--column-gap)/2)}@media screen and (max-width:767.98px){.xds-Flex-1{--wrap:var(--xds-flex-wrap-mobile,nowrap);--align:var(--xds-flex-align-mobile,normal);--justify:var(--xds-flex-justify-mobile,normal);--row-gap:var(--xds-flex-row-gap-mobile,0px);--direction:var(--xds-flex-direction-mobile,row);--column-gap:var(--xds-flex-column-gap-mobile,0px)}}@media screen and (min-width:768px) and (max-width:969.98px){.xds-Flex-1{--wrap:var(--xds-flex-wrap-tablet,nowrap);--align:var(--xds-flex-align-tablet,normal);--justify:var(--xds-flex-justify-tablet,normal);--row-gap:var(--xds-flex-row-gap-tablet,0px);--direction:var(--xds-flex-direction-tablet,row);--column-gap:var(--xds-flex-column-gap-tablet,0px)}}@media screen and (min-width:970px){.xds-Flex-1{--wrap:var(--xds-flex-wrap-desktop,nowrap);--align:var(--xds-flex-align-desktop,normal);--justify:var(--xds-flex-justify-desktop,normal);--row-gap:var(--xds-flex-row-gap-desktop,0px);--direction:var(--xds-flex-direction-desktop,row);--column-gap:var(--xds-flex-column-gap-desktop,0px)}}@media not all and (-webkit-min-device-pixel-ratio:0),not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.xds-Flex-1{width:calc(100% + var(--column-gap) + .99px)}}}.xds-Flex-2>*{position:relative}.xds-Flex-2.xds-Flex-6.xds-Flex-8>:after{left:calc(var(--row-gap)/-2);right:auto}.xds-Flex-2.xds-Flex-6>:after{top:0;right:calc(var(--row-gap)/-2);width:1px;height:100%}.xds-Flex-2.xds-Flex-5.xds-Flex-7>:after{top:calc(var(--column-gap)/-2);bottom:auto}.xds-Flex-2.xds-Flex-5>:after{left:0;width:100%;bottom:calc(var(--column-gap)/-2);height:1px}.xds-Flex-2>:after{content:"";position:absolute;background-color:var(--colour-seperator-base)}.xds-Flex-2>:last-child:after{content:none}.xds-Flex-3{max-width:100%;--xds-flex-wrap-mobile:nowrap;--xds-flex-wrap-tablet:nowrap;--xds-flex-align-mobile:normal;--xds-flex-align-tablet:normal;--xds-flex-wrap-desktop:nowrap;--xds-flex-align-desktop:normal;--xds-flex-justify-mobile:normal;--xds-flex-justify-tablet:normal;--xds-flex-row-gap-mobile:0px;--xds-flex-row-gap-tablet:0px;--xds-flex-justify-desktop:normal;--xds-flex-row-gap-desktop:0px;--xds-flex-direction-mobile:row;--xds-flex-direction-tablet:row;--xds-flex-column-gap-mobile:0px;--xds-flex-column-gap-tablet:0px;--xds-flex-direction-desktop:row;--xds-flex-column-gap-desktop:0px}.xds-Flex-4{order:var(--order);flex-grow:var(--grow);align-self:var(--align-self);flex-basis:var(--basis);flex-shrink:var(--shrink);--xds-flex-child-grow-mobile:0;--xds-flex-child-grow-tablet:0;--xds-flex-child-basis-mobile:auto;--xds-flex-child-basis-tablet:auto;--xds-flex-child-grow-desktop:0;--xds-flex-child-order-mobile:0;--xds-flex-child-order-tablet:0;--xds-flex-child-basis-desktop:auto;--xds-flex-child-order-desktop:0;--xds-flex-child-shrink-mobile:1;--xds-flex-child-shrink-tablet:1;--xds-flex-child-shrink-desktop:1;--xds-flex-child-align-self-mobile:auto;--xds-flex-child-align-self-tablet:auto;--xds-flex-child-align-self-desktop:auto}@media screen and (max-width:767.98px){.xds-Flex-4{--grow:var(--xds-flex-child-grow-mobile,0);--basis:var(--xds-flex-child-basis-mobile,auto);--order:var(--xds-flex-child-order-mobile,0);--shrink:var(--xds-flex-child-shrink-mobile,1);--align-self:var(--xds-flex-child-align-self-mobile,auto)}}@media screen and (min-width:768px) and (max-width:969.98px){.xds-Flex-4{--grow:var(--xds-flex-child-grow-tablet,0);--basis:var(--xds-flex-child-basis-tablet,auto);--order:var(--xds-flex-child-order-tablet,0);--shrink:var(--xds-flex-child-shrink-tablet,1);--align-self:var(--xds-flex-child-align-self-tablet,auto)}}@media screen and (min-width:970px){.xds-Flex-4{--grow:var(--xds-flex-child-grow-desktop,0);--basis:var(--xds-flex-child-basis-desktop,auto);--order:var(--xds-flex-child-order-desktop,0);--shrink:var(--xds-flex-child-shrink-desktop,1);--align-self:var(--xds-flex-child-align-self-desktop,auto)}}main[dir=rtl] .xds-Flex-2.xds-Flex-6.xds-Flex-8>:after{left:auto;right:calc(var(--row-gap)/-2)}main[dir=rtl] .xds-Flex-2.xds-Flex-6>:after{left:calc(var(--row-gap)/-2);right:auto}