{"version":3,"file":"component---src-pages-us-reduce-risk-integrated-construction-management-tsx-39868693e47b4df7a37d.js","mappings":"8TACWA,EAAU,iCACVC,EAAW,kCACXC,EAAW,kCACXC,EAAU,iCCuBrB,EAhBwC,SAAC,GAKlC,IAJLC,EAII,EAJJA,UACAC,EAGI,EAHJA,GACAC,EAEI,EAFJA,QACAC,EACI,EADJA,SAEA,OACE,mCACEH,UAAWI,GAAAA,CAAGC,EAAWH,GAAWG,EAAE,MAAMH,GAAYF,GACxDC,GAAIA,GAEHE,K,0FCEP,EAd0D,SAAC,GAGpD,IAFLG,EAEI,EAFJA,KACAH,EACI,EADJA,SAEA,OACE,wBAACI,EAAA,EAAD,CAASP,UCdQ,2CDef,wBAACQ,EAAA,EAAD,KACGF,GAAQ,+BAAKN,UCfJ,wCDewBM,GACjCH,M,+FE0IT,UApJ6D,WAC3D,OACE,gDACE,wBAAC,IAAD,CACEM,MAAM,yDACNC,YAAY,iJAEd,wBAAC,IAAD,KACE,wBAAC,IAAD,CAAYC,QAAQ,KAAKC,MAAM,QAA/B,mEAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,2cASA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,wOAMA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,kbASA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,qHAIA,wBAAC,IAAD,CAAYA,QAAQ,KAAKC,MAAM,QAA/B,8BAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,mXAQA,+BAAKX,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,IAAI,uFACJC,IAAI,6BACJN,MAAM,6BACNO,YAAY,UAJd,wBAOF,wBAAC,IAAD,CAAYL,QAAQ,SAApB,+IAKA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,gJAKA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,2QAMA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,6YAQA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,mQAMA,wBAAC,IAAD,CAAYA,QAAQ,KAAKC,MAAM,QAA/B,gCAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,mQAMA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,uSAOA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,mXAQA,+BAAKX,UAAWK,EAAAA,IACd,wBAAC,EAAAQ,EAAD,CACEC,IAAI,uFACJC,IAAI,+BACJN,MAAM,+BACNO,YAAY,UAJd,wBAOF,wBAAC,IAAD,CAAYL,QAAQ,KAAKC,MAAM,QAA/B,4BAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,oFAIA,wBAAC,IAAD,CAAYA,QAAQ,SAApB,4KAKA,wBAAC,IAAD,CAAYA,QAAQ,KAAKC,MAAM,QAA/B,cAGA,wBAAC,IAAD,CAAYD,QAAQ,SAApB,+Y,qYC9ID,IAIIM,EAAY,gCAGZC,EAAU,8BACVC,EAAa,iCACbC,EAAa,iCAIbC,EAAiB,qCAGjBC,EAAO,2BAGPC,EAAgB,oCAGhBC,EAAgB,oCAEhBC,EAAe,mCACfC,EAAY,gCACZC,EAAW,+BACXC,EAAmB,uCACnBC,EAAgB,oCAChBC,EAAc,kCACdC,EAAsB,2C","sources":["webpack://sgnl-site/./src/components/Common/Section/Section.module.scss","webpack://sgnl-site/./src/components/Common/Section/index.tsx","webpack://sgnl-site/./src/components/NewsSectionBlock/index.tsx","webpack://sgnl-site/./src/components/NewsSectionBlock/NewsSectionBlock.module.scss","webpack://sgnl-site/./src/pages-us/reduce-risk-integrated-construction-management.tsx","webpack://sgnl-site/./src/pages/news.module.scss"],"sourcesContent":["// extracted by mini-css-extract-plugin\nexport var section = \"Section-module--section--t2Kke\";\nexport var bg_white = \"Section-module--bg_white--K-nBF\";\nexport var bg_light = \"Section-module--bg_light--kwwQL\";\nexport var bg_dark = \"Section-module--bg_dark--vZSrp\";","import React from 'react'\nimport cn from 'classnames'\n\nimport * as s from './Section.module.scss'\n\ninterface SectionProps {\n className?: string\n bgColor?: 'white' | 'light' | 'dark'\n id?: string\n}\n\nconst Section: React.FC = ({\n className,\n id,\n bgColor,\n children,\n}) => {\n return (\n \n {children}\n \n )\n}\n\nexport default Section\n","import React from 'react'\nimport Section from '../Common/Section'\nimport Container from '../Common/Container'\n\nimport * as s from './NewsSectionBlock.module.scss'\n\ninterface NewsSectionBlockProps {\n date?: string\n}\n\nconst NewsSectionBlock: React.FC = ({\n date,\n children,\n}) => {\n return (\n
\n \n {date &&
{date}
}\n {children}\n
\n
\n )\n}\n\nexport default NewsSectionBlock\n","// extracted by mini-css-extract-plugin\nexport var section = \"NewsSectionBlock-module--section--TD9zu\";\nexport var date = \"NewsSectionBlock-module--date--P8Mos\";","import React from 'react'\nimport { StaticImage } from 'gatsby-plugin-image'\nimport NewsSectionBlock from '../components/NewsSectionBlock'\nimport SEO from '../components/seo'\nimport Typography from '../components/Common/Typography'\n\nimport * as s from '../pages/news.module.scss'\n\nconst ReduceRiskIntegratedConstructionManagement: React.FC = () => {\n return (\n <>\n \n \n \n How to reduce risks through integrated construction management?\n \n \n Changes in construction are a fairly common procedure. But each change\n of drawing, project, contractor, material, or volume makes adjustments\n to the budget and schedules. And these changes are not always\n positive. In addition, unexpected changes in construction can increase\n the risks for the project and the achievement of the final result. And\n such nuances have changes known to you, let alone force majeure\n situations that increase risks several times.\n \n \n Large projects are especially exposed to risks and more difficult to\n overcome their consequences. This is why, given the asset class,\n projects are more likely to be 80% over budget and take 20% more time\n than originally planned.\n \n \n So contractors reduce risk by using an integrated cost management\n solution. What is meant by this decision? This is a specific\n technology that should be used to manage the project and money. By\n using an integrated construction management solution, you will improve\n work efficiency and team coherence. Also, you can regularly control\n costs and, in the end, get the result as close as possible to that\n which was at the design stage.\n \n \n Here are 3 ways to use integrated construction management software to\n help you mitigate risk as much as possible.\n \n \n Improving team performance\n \n \n The lack of communication and data exchange between the construction\n and accounting teams does not improve productivity but acts in the\n opposite direction. Such a large gap can be like a time bomb, because\n as a result of the planned budget, which is indicated in the\n accounting data, it may not be enough to carry out construction work\n and purchase quality materials.\n \n
\n \n
\n \n Our goal, as professionals, is to improve team performance work so\n that they can complete the task efficiently, within budget, and on\n time.\n \n \n Any changes to the project can be made available to team members and\n available for discussion. It is improving teamwork and project\n results.\n \n \n If the accounting and design staff can communicate quickly and\n efficiently on the project, with access to up-to-date information,\n then cost overruns will be eliminated. Improving team performance at\n work helps to predict, monitor, and minimize any upcoming risks.\n \n \n But how to combine all the information for comfortable access? An\n integrated construction management platform helps the team improve\n performance at work because all team members can work on the same\n page. Project managers will also have access to information\n contributed by employees from different departments and thus have a\n real-time visual overview of the current situation of the project.\n \n \n In essence, improving team performance strategies that work to focus\n the productivity of the field and accounting teams on their functions\n in the project. Each group has access to accurate and up-to-date data\n and promptly makes changes to the current day.\n \n \n Cost control in construction\n \n \n To reduce project risks, it is very important to carry out\n construction cost control. So you can control the costs at each stage\n of the project. The best way to do this is to display costs for\n real-time analysis and use construction cost control software.\n \n \n Cost control in construction can be divided into 4 segments: they are\n estimations, proposals, value schedules, and payments. By connecting 4\n elements, you can achieve the effect when all interested parties move\n in the same direction. You will see the real risks of the project at\n the moment.\n \n \n This is necessary so that, for example, the budgeting department can\n see the cost limits and compare these 2 indicators. The technology\n under consideration works to automate this cycle. Investing in cost\n control software in construction allows you to focus on the job,\n rather than constantly manually sending your share of the information\n to another interested party.\n \n
\n \n
\n \n Make effective decisions\n \n \n Effective forecasting allows stakeholders to communicate throughout\n the project.\n \n \n A significant benefit of a well-integrated construction management\n technology is that it helps standardize forecasts and can create\n repeatable and verifiable processes.\n \n \n Conclusion\n \n \n If your construction management software and ERP systems are out of\n sync, then your company's projects are very risky. By integrating\n systems, you create convenience and comfortable conditions for project\n participants, getting the result that you planned at the initial\n stage. After all, this is how you do not overspend and can be sure\n that the project will not become unprofitable for you.\n \n
\n \n )\n}\n\nexport default ReduceRiskIntegratedConstructionManagement\n","// extracted by mini-css-extract-plugin\nexport var section = \"news-module--section--g5uoe\";\nexport var maxContent = \"news-module--maxContent--mpYRW\";\nexport var content = \"news-module--content--v60SD\";\nexport var textTitle = \"news-module--textTitle--nitTa\";\nexport var textLists = \"news-module--textLists--IMoga\";\nexport var disc = \"news-module--disc--AqJ0s\";\nexport var auto = \"news-module--auto--u9wuf\";\nexport var decimal = \"news-module--decimal--+OTUr\";\nexport var check_mark = \"news-module--check_mark--P6DHG\";\nexport var imageBlock = \"news-module--imageBlock--TmnyQ\";\nexport var imageText = \"news-module--imageText--DgNcO\";\nexport var imageFullWidth = \"news-module--imageFullWidth--Rg4vs\";\nexport var imageEvent = \"news-module--imageEvent--y9m8O\";\nexport var imageClickable = \"news-module--imageClickable--wN1YK\";\nexport var imageClickable_bottom = \"news-module--imageClickable_bottom--6ol01\";\nexport var brandButtons = \"news-module--brandButtons--Alw1o\";\nexport var text = \"news-module--text--5E1Q6\";\nexport var video = \"news-module--video--6ohKO\";\nexport var videoSize = \"news-module--videoSize--WLsUN\";\nexport var authorWrapper = \"news-module--authorWrapper--pKcye\";\nexport var author = \"news-module--author--F1DUO\";\nexport var special_offer_image = \"news-module--special_offer_image--2F8hV\";\nexport var columnWrapper = \"news-module--columnWrapper--805HQ\";\nexport var boxShadow = \"news-module--boxShadow--zn30v\";\nexport var youtubeVideo = \"news-module--youtubeVideo---NENF\";\nexport var imageWrap = \"news-module--imageWrap--wN+Es\";\nexport var textWrap = \"news-module--textWrap--sagCF\";\nexport var textWrapCentered = \"news-module--textWrapCentered--Gc1WE\";\nexport var margin_top_48 = \"news-module--margin_top_48--icjNV\";\nexport var contentWrap = \"news-module--contentWrap--+JWDB\";\nexport var productLinksWrapper = \"news-module--productLinksWrapper--s8uye\";"],"names":["section","bg_white","bg_light","bg_dark","className","id","bgColor","children","cn","s","date","Section","Container","title","description","variant","color","S","src","alt","placeholder","textLists","decimal","check_mark","imageBlock","imageClickable","text","authorWrapper","columnWrapper","youtubeVideo","imageWrap","textWrap","textWrapCentered","margin_top_48","contentWrap","productLinksWrapper"],"sourceRoot":""}