@plone/volto 15.11.2 → 15.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/assets.json +1 -1
  3. package/dist/chunks.json +44 -44
  4. package/dist/loadable-stats.json +90 -90
  5. package/dist/public/static/css/{client.4276094c.chunk.css → client.9942f128.chunk.css} +1 -1
  6. package/dist/public/static/css/{plone-volto-components-manage-Widgets-DatetimeWidget.b91b7bf1.chunk.css → plone-volto-components-manage-Widgets-DatetimeWidget.b8ddbbab.chunk.css} +1 -1
  7. package/dist/public/static/js/21.04729ca9.chunk.js +2 -0
  8. package/dist/public/static/js/22.a6848d06.chunk.js +2 -0
  9. package/dist/public/static/js/23.04473925.chunk.js +2 -0
  10. package/dist/public/static/js/24.c137b820.chunk.js +2 -0
  11. package/dist/public/static/js/25.81267da9.chunk.js +2 -0
  12. package/dist/public/static/js/26.7570fb21.chunk.js +2 -0
  13. package/dist/public/static/js/27.3d3e804c.chunk.js +2 -0
  14. package/dist/public/static/js/28.43bd3576.chunk.js +2 -0
  15. package/dist/public/static/js/29.a5bf09d3.chunk.js +2 -0
  16. package/dist/public/static/js/30.d1fb3bf5.chunk.js +2 -0
  17. package/dist/public/static/js/31.bd5283de.chunk.js +2 -0
  18. package/dist/public/static/js/32.6ff7dbdc.chunk.js +2 -0
  19. package/dist/public/static/js/client.9942f128.chunk.js +2 -0
  20. package/dist/public/static/js/plone-volto-components-manage-Widgets-DatetimeWidget.b8ddbbab.chunk.js +2 -0
  21. package/dist/public/static/js/react-select.32a96e2d.chunk.js +2 -0
  22. package/dist/public/static/js/runtime~client.084b02ee.js +2 -0
  23. package/dist/server.js +1 -1
  24. package/locales/ca/LC_MESSAGES/volto.po +17 -0
  25. package/locales/ca.json +1 -1
  26. package/locales/de/LC_MESSAGES/volto.po +17 -0
  27. package/locales/de.json +1 -1
  28. package/locales/en/LC_MESSAGES/volto.po +17 -0
  29. package/locales/en.json +1 -1
  30. package/locales/es/LC_MESSAGES/volto.po +17 -0
  31. package/locales/es.json +1 -1
  32. package/locales/eu/LC_MESSAGES/volto.po +17 -0
  33. package/locales/eu.json +1 -1
  34. package/locales/fr/LC_MESSAGES/volto.po +17 -0
  35. package/locales/fr.json +1 -1
  36. package/locales/it/LC_MESSAGES/volto.po +18 -1
  37. package/locales/it.json +1 -1
  38. package/locales/ja/LC_MESSAGES/volto.po +17 -0
  39. package/locales/ja.json +1 -1
  40. package/locales/nl/LC_MESSAGES/volto.po +17 -0
  41. package/locales/nl.json +1 -1
  42. package/locales/pt/LC_MESSAGES/volto.po +17 -0
  43. package/locales/pt.json +1 -1
  44. package/locales/pt_BR/LC_MESSAGES/volto.po +17 -0
  45. package/locales/pt_BR.json +1 -1
  46. package/locales/ro/LC_MESSAGES/volto.po +17 -0
  47. package/locales/ro.json +1 -1
  48. package/locales/volto.pot +18 -1
  49. package/package.json +1 -1
  50. package/src/components/manage/Blocks/Search/SearchBlockEdit.jsx +12 -0
  51. package/src/components/manage/Blocks/Search/components/DateRangeFacet.jsx +6 -2
  52. package/src/components/manage/Toolbar/More.jsx +77 -1
  53. package/src/components/manage/UniversalLink/UniversalLink.jsx +7 -0
  54. package/src/components/manage/Widgets/ArrayWidget.jsx +5 -3
  55. package/src/components/manage/Widgets/DatetimeWidget.jsx +17 -6
  56. package/src/components/manage/Widgets/QueryWidget.jsx +13 -4
  57. package/src/components/manage/Widgets/RecurrenceWidget/ByDayField.jsx +3 -3
  58. package/src/components/manage/Widgets/RecurrenceWidget/MonthOfTheYearField.jsx +3 -3
  59. package/src/components/manage/Widgets/RecurrenceWidget/Occurences.jsx +3 -1
  60. package/src/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.jsx +6 -2
  61. package/src/components/manage/Widgets/RecurrenceWidget/Utils.js +2 -2
  62. package/src/components/manage/Widgets/RecurrenceWidget/WeekdayOfTheMonthField.jsx +3 -3
  63. package/src/components/manage/Widgets/SelectAutoComplete.jsx +7 -6
  64. package/src/components/manage/Widgets/SelectStyling.jsx +2 -0
  65. package/src/components/manage/Widgets/SelectWidget.jsx +6 -3
  66. package/src/components/manage/Widgets/TokenWidget.jsx +22 -3
  67. package/src/components/theme/View/EventDatesInfo.jsx +3 -3
  68. package/src/config/index.js +1 -0
  69. package/test-setup-config.js +2 -1
  70. package/dist/public/static/js/21.01b5f37b.chunk.js +0 -2
  71. package/dist/public/static/js/22.a94b1e88.chunk.js +0 -2
  72. package/dist/public/static/js/23.174cb9eb.chunk.js +0 -2
  73. package/dist/public/static/js/24.59b8b6f3.chunk.js +0 -2
  74. package/dist/public/static/js/25.dde0dc57.chunk.js +0 -2
  75. package/dist/public/static/js/26.efdc324c.chunk.js +0 -2
  76. package/dist/public/static/js/27.4e1e4efe.chunk.js +0 -2
  77. package/dist/public/static/js/28.f75211b4.chunk.js +0 -2
  78. package/dist/public/static/js/29.166cae59.chunk.js +0 -2
  79. package/dist/public/static/js/30.50c41d5c.chunk.js +0 -2
  80. package/dist/public/static/js/31.451a371f.chunk.js +0 -2
  81. package/dist/public/static/js/32.36023657.chunk.js +0 -2
  82. package/dist/public/static/js/client.4276094c.chunk.js +0 -2
  83. package/dist/public/static/js/plone-volto-components-manage-Widgets-DatetimeWidget.b91b7bf1.chunk.js +0 -2
  84. package/dist/public/static/js/react-select.43b5407c.chunk.js +0 -2
  85. package/dist/public/static/js/runtime~client.f90e8aab.js +0 -2
  86. package/src/components/manage/Widgets/AttachImage.jsx +0 -186
@@ -5,4 +5,4 @@
5
5
  * @site https://jonsuh.com/hamburgers
6
6
  * @link https://github.com/jonsuh/hamburgers
7
7
  */.hamburger{padding:15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{width:40px;height:4px;background-color:#000;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg) rotate(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transform:rotate(-90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.hamburger--elastic .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(135deg);transition-delay:75ms}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-270deg);transition-delay:75ms}.hamburger--elastic-r .hamburger-inner{top:2px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-135deg);transition-delay:75ms}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(270deg);transition-delay:75ms}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic.is-active .hamburger-inner:before{left:-80px;top:-80px;transform:translate3d(80px,80px,0) rotate(45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic.is-active .hamburger-inner:after{right:-80px;top:-80px;transform:translate3d(-80px,80px,0) rotate(-45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic-r.is-active .hamburger-inner:before{left:-80px;top:80px;transform:translate3d(80px,-80px,0) rotate(-45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r.is-active .hamburger-inner:after{right:-80px;top:80px;transform:translate3d(-80px,-80px,0) rotate(45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{opacity:0;transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spin-r .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent!important}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transform:rotate(90deg);background-color:transparent!important;transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transform:rotate(-90deg);background-color:transparent!important;transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;opacity:0;transition:top 75ms ease,opacity 75ms ease .12s}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s}.hamburger--vortex .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;margin-left:-160px}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;margin-left:-160px}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;flex:1 1}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;font-weight:700;font-size:14px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:hsla(0,0%,100%,.7);transform-origin:left}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@-webkit-keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@-webkit-keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@-webkit-keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}body{display:flex}@media only screen and (max-width:767px){body{flex-direction:column}}@media only screen and (max-width:767px){body.has-mobile-menu-open,body.has-toolbar-menu-open{overflow:hidden}}#main{display:flex;flex:1 1;flex-direction:column}.overlay-container{position:fixed;z-index:110;top:0;left:0;width:100vw;height:100vw;background-color:#000;opacity:0;transition:opacity .25s ease-in-out}.overlay-container.overlay-container-enter-active,.overlay-container.overlay-container-enter-done{opacity:.4}.overlay-container.overlay-container-exit-active{opacity:0}.documentFirstHeading{position:relative;border-bottom:2px solid #b8c6c8}.documentFirstHeading:before{position:absolute;bottom:-3px;left:0;width:30px;height:0;border-bottom:3px solid #e40166;content:""}.documentDescription{color:#5d7a8e;font-size:1.125rem}::-moz-selection{border-width:20px;border-style:solid;background-color:rgba(31,189,238,.5);border-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+PHBhdGggZD0iTTEwIDYwQzQuNDc3IDYwIDAgNTUuNTI0IDAgNTBjMC01LjUyMyA0LjQ3Ni0xMCAxMC0xMGgxMHYxMGMwIDUuNTIzLTQuNDc2IDEwLTEwIDEwem0zMC0xMGMwIDUuNTIzIDQuNDc2IDEwIDEwIDEwIDUuNTIzIDAgMTAtNC40NzYgMTAtMTAgMC01LjUyMy00LjQ3Ni0xMC0xMC0xMEg0MHYxMHoiIGZpbGw9IiMxRkJFRUYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjk1Ii8+PC9zdmc+") 20 fill repeat}::selection{border-width:20px;border-style:solid;background-color:rgba(31,189,238,.5);-o-border-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+PHBhdGggZD0iTTEwIDYwQzQuNDc3IDYwIDAgNTUuNTI0IDAgNTBjMC01LjUyMyA0LjQ3Ni0xMCAxMC0xMGgxMHYxMGMwIDUuNTIzLTQuNDc2IDEwLTEwIDEwem0zMC0xMGMwIDUuNTIzIDQuNDc2IDEwIDEwIDEwIDUuNTIzIDAgMTAtNC40NzYgMTAtMTAgMC01LjUyMy00LjQ3Ni0xMC0xMC0xMEg0MHYxMHoiIGZpbGw9IiMxRkJFRUYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjk1Ii8+PC9zdmc+") 20 repeat;border-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+PHBhdGggZD0iTTEwIDYwQzQuNDc3IDYwIDAgNTUuNTI0IDAgNTBjMC01LjUyMyA0LjQ3Ni0xMCAxMC0xMGgxMHYxMGMwIDUuNTIzLTQuNDc2IDEwLTEwIDEwem0zMC0xMGMwIDUuNTIzIDQuNDc2IDEwIDEwIDEwIDUuNTIzIDAgMTAtNC40NzYgMTAtMTAgMC01LjUyMy00LjQ3Ni0xMC0xMC0xMEg0MHYxMHoiIGZpbGw9IiMxRkJFRUYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjk1Ii8+PC9zdmc+") 20 fill repeat}svg.circled{padding:4px;border:2px solid;border-radius:50px}svg.circled,svg.icon{box-sizing:content-box}button .close{color:#e40166}.ui.form,.ui.segment,.ui.segments{position:static!important}button.contents,button.save{color:#007eb1}button.cancel{color:#e40166}button.edit{color:#007eb1}.button-reset{padding:0;border:0;background:transparent;cursor:pointer;text-align:initial}.button-reset:focus{outline:none}.ui.checkbox label:before{border:1px solid #826a6a;border-radius:unset;box-shadow:0 2px 2px 0 rgba(0,0,0,.1)}.ui.checkbox input:focus~label:before,.ui.checkbox label:focus:before,.ui.checkbox label:hover:before{border:1px solid #826a6a}.ui.checkbox input:checked .box:after,.ui.checkbox input:checked~label:after{color:#007eb1;content:"\e800"}.ui.checkbox input:checked~label:before{border:1px solid #007eb1;box-shadow:none}.ui.checkbox input:checked:focus~label:before{border:1px solid #007eb1}.ui.checkbox input:checked:focus .box:after,.ui.checkbox input:checked:focus~label:after{color:#007eb1;content:"\e800"}.drag.layer{position:relative;padding:1rem 2rem;margin:-1rem -2rem 0}.drag.layer:hover .drag.edit,.drag.layer:hover .drag.toolbar{display:block}.drag.layer .drag.handle{margin-bottom:.5rem}.drag.toolbar{left:0}.drag.edit,.drag.toolbar{position:absolute;top:12px;display:none}.drag.edit{right:0}.editbar{position:fixed;z-index:10;top:60px;left:400px}.deletion{background-color:#f8cbcb}.addition{background-color:#a6f3a6}.SocialMediaShareButton,.SocialMediaShareCount{display:inline-block}.comments{margin-top:20px}#page-addons .secondary{text-transform:uppercase}#page-addons .secondary .circular.label{margin-left:.5em}#page-addons .title{color:#252525;font-size:1rem;text-transform:uppercase}#page-addons .title.updateAvailable{color:#517776}#page-addons .title .accordionToggle{float:right}#page-addons .title .updateText{margin-left:5px;font-size:.85714286rem;text-transform:none}#page-addons .title .updateText :before{display:inline-block;width:10px;height:10px;margin-right:5px;background-color:#517776;border-radius:50%;content:""}#page-addons .title .icon.accordionToggle{color:#252525}#page-addons .description{margin-bottom:1em;color:#68778d}#page-addons .installAction,#page-addons .uninstallAction{float:right}#page-addons .version{color:#517776;font-size:.85714286rem}.Toastify__toast-container{width:480px;color:inherit}@media only screen and (max-width:767px){.Toastify__toast-container{width:100vw}}.Toastify__toast-container--bottom-center{bottom:0;padding:0;margin-left:-240px}@media only screen and (max-width:767px){.Toastify__toast-container--bottom-center{margin-left:0}}.Toastify__toast-container--bottom-center .Toastify__toast{min-height:60px;align-items:center;padding:18px;margin-bottom:0}.Toastify__toast-container--bottom-center .Toastify__toast-body{display:flex}.Toastify__toast-container--bottom-center .toast-inner-content{margin-left:8px}.Toastify__toast-container--bottom-center .toast-inner-content h4{margin-bottom:0;font-weight:700}.Toastify__toast-container--bottom-center .toast-inner-content p{font-weight:300}.Toastify__toast-container--bottom-center .Toastify__toast--info{background:#aee2f2}.Toastify__toast-container--bottom-center .Toastify__toast--error{background:#f5c1c1}.Toastify__toast-container--bottom-center .Toastify__toast--success{background:#c9eab1}.Toastify__toast-container--bottom-center .Toastify__toast--warning{background:#f3e2ab}.users-control-panel .table{overflow-x:scroll}.users-control-panel .table::-webkit-scrollbar{width:3px;height:3px;background:transparent}.controlpanel .ui .grid h3{flex-direction:column}#page-add-translation .new-translation{margin-left:2em}#page-add-translation .source-object{padding-right:3em}#page-add-translation .ui.menu.formtabs{flex-wrap:wrap}#page-add-translation .full-width,#page-compare-translation .full-width{position:unset;right:unset;left:unset;width:100%!important;margin-right:unset!important;margin-left:unset!important}fieldset.invisible{padding:0;border:none;margin:0}.vertical-form .ui.grid.stackable .stretched.nine.wide.column{align-self:start}.ui.small.image.image-preview{margin-top:20px}.label-file-widget-input{display:inline-block;padding:7px 10px;border:2px solid #007eb1;margin-top:20px;border-radius:10px;color:#007eb1;cursor:pointer;opacity:.8}.dropzone-placeholder{width:100%;padding:20px;border:2px dashed #c7d5d8;margin-top:20px}.dropzone-text{height:100%;text-align:center}.file-widget-dropzone{outline:none}#page-manage-translations .manage-multilingual-tools .ui.button{padding:4px;margin-left:4px;border-radius:1px;color:#826a6a!important}.hamburger-wrapper{position:relative;z-index:5}.mobile-menu{position:fixed;z-index:3;top:0;right:0;left:0;width:100vw;height:100vh}body.has-toolbar .mobile-menu{padding-top:60px}body.has-toolbar-collapsed .mobile-menu{padding-top:20px}.mobile-menu-nav{display:flex;overflow:auto;height:100%;align-items:center;justify-content:center;text-align:center}.mobile-menu-nav::-webkit-scrollbar{width:4px;-webkit-appearance:none;background:transparent}.mobile-menu-nav .ui.pointing.secondary.stackable.menu{align-items:center;font-size:1.71428571rem}.mobile-menu-nav .ui.pointing.secondary.stackable.menu .item{display:flex;justify-content:center;line-height:1.25}.mobile-menu{background-color:#fff}.mobile-menu-enter{transform:translateY(-100%)}.mobile-menu-enter.mobile-menu-enter-active,.mobile-menu-exit{transform:translate(0);transition:transform .5s cubic-bezier(.09,.11,.24,.91)}.mobile-menu-exit.mobile-menu-exit-active{transform:translateY(-100%);transition:transform .5s cubic-bezier(.09,.11,.24,.91)}.has-toolbar .pusher{height:100px}.has-toolbar-collapsed .pusher,.has-toolbar .pusher{transition:height .3s cubic-bezier(.6,-.28,.735,.045)}.has-toolbar-collapsed .pusher{height:20px}@media only screen and (max-width:767px){body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="computer only"]:not(.mobile),body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="large screen only"]:not(.mobile),body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="mobile hidden"],body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="or lower hidden"],body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="tablet only"]:not(.mobile),body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="widescreen only"]:not(.mobile){display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="computer only"]:not(.tablet),body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="large screen only"]:not(.tablet),body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="mobile only"]:not(.tablet),body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="or lower hidden"]:not(.mobile),body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="tablet hidden"],body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="widescreen only"]:not(.tablet){display:none!important}}@media only screen and (min-width:992px) and (max-width:1199px){body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="computer hidden"],body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="large screen only"]:not(.computer),body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="mobile only"]:not(.computer),body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="or lower hidden"]:not(.tablet):not(.mobile),body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="tablet only"]:not(.computer),body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="widescreen only"]:not(.computer){display:none!important}}@media only screen and (min-width:1200px) and (max-width:1919px){body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="computer only"]:not([class*="large screen"]),body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="large screen hidden"],body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="mobile only"]:not([class*="large screen"]),body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="or lower hidden"]:not(.computer):not(.tablet):not(.mobile),body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="tablet only"]:not([class*="large screen"]),body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="widescreen only"]:not([class*="large screen"]){display:none!important}}@media only screen and (min-width:1920px){body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="computer only"]:not([class*=widescreen]),body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="large screen only"]:not([class*=widescreen]),body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="mobile only"]:not([class*=widescreen]),body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="tablet only"]:not([class*=widescreen]),body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="widescreen hidden"],body:not(.has-sidebar):not(.has-sidebar-collapsed) #toolbar [class*="widescreen or lower hidden"]{display:none!important}}#toolbar .toolbar{position:fixed;z-index:100;display:flex;width:100%;height:20px;flex-direction:column;background-color:#fff;box-shadow:0 1px 2px 0 #c7d5d8;transition:height .3s cubic-bezier(.6,-.28,.735,.045)}#toolbar .toolbar.expanded{height:100px}#toolbar .toolbar.expanded .toolbar-actions{opacity:1;transition:opacity .1s .2s}#toolbar .toolbar.expanded .toolbar-actions.hidden{opacity:0;transition:opacity .1s .2s}#toolbar .toolbar.expanded .toolbar-body{height:100px}#toolbar .toolbar.expanded .toolbar-bottom a{opacity:1}#toolbar .toolbar.expanded .toolbar-button-spacer{margin-left:auto}#toolbar .toolbar .toolbar-handler button{opacity:.3}#toolbar .toolbar .toolbar-handler .published:before{background:#007eb1}#toolbar .toolbar .toolbar-handler .private:before{background:#e40166}#toolbar .toolbar-content{overflow:hidden;max-height:0;background-color:#fff;opacity:0}#toolbar .toolbar-content,#toolbar .toolbar-content.show{transition:max-height .3s cubic-bezier(.6,-.28,.735,.045),opacity .3s .3s}#toolbar .toolbar-content.show{max-height:900px;opacity:1}#toolbar .toolbar-body{display:flex;height:0;flex-direction:row-reverse;transition:height .3s cubic-bezier(.6,-.28,.735,.045)}#toolbar .toolbar-body a,#toolbar .toolbar-body button{margin-left:20px;color:#826a6a;cursor:pointer}#toolbar .toolbar-body button{padding:0;border:0;background:transparent;text-align:initial}#toolbar .toolbar-body button:focus{outline:none}#toolbar .toolbar-body button.ui{margin-right:0}#toolbar .toolbar-body button.ui svg.icon{margin:0}#toolbar .toolbar-actions{display:flex;height:100%;flex:1 1;flex-direction:row-reverse;align-items:center;padding:0 20px;opacity:0;transition:opacity .1s .2s}#toolbar .toolbar-actions .contents{color:#007eb1}#toolbar .toolbar-actions .contents.circled{border-color:transparent;background-color:rgba(0,0,0,.05);color:#826a6a}#toolbar .toolbar-actions .save{color:#007eb1}#toolbar .toolbar-actions .cancel{color:#e40166}#toolbar .toolbar-actions .edit{color:#007eb1}#toolbar .toolbar-actions a,#toolbar .toolbar-actions button{display:block}#toolbar .toolbar-handler{position:absolute;bottom:0;display:flex;width:100%;justify-content:center}#toolbar .toolbar-handler button{width:80px;height:20px;padding:0;border:0;background-color:transparent;cursor:pointer;transition:opacity .3s}#toolbar .toolbar-handler button:before{position:relative;display:block;width:100%;height:4px;background-color:red;content:""}#toolbar .toolbar-bottom{display:flex;flex-direction:row-reverse;align-items:center}#toolbar .toolbar-bottom a{opacity:0}#toolbar .toolbar-bottom .divider,#toolbar .toolbar-bottom .user{display:none}#toolbar .toolbar-content button,#toolbar .toolbar button{padding:0;border:0;background:transparent;cursor:pointer;text-align:initial}#toolbar .toolbar-content button:focus,#toolbar .toolbar button:focus{outline:none}#toolbar .toolbar-content{z-index:3;box-shadow:0 1px 2px 0 #c7d5d8;overflow-y:auto}#toolbar .pusher-puller{position:relative;z-index:2;display:flex;transition:transform .3s linear;will-change:transform}@media only screen and (min-width:767px){#toolbar .toolbar{width:20px;height:100%;flex-direction:row;justify-content:flex-end;transition:width .3s cubic-bezier(.6,-.28,.735,.045)}#toolbar .toolbar+.pusher{margin-right:20px;transition:margin-right .3s cubic-bezier(.6,-.28,.735,.045)}#toolbar .toolbar.expanded{width:80px;height:100%}#toolbar .toolbar.expanded+.pusher{margin-right:80px;transition:margin-right .3s cubic-bezier(.6,-.28,.735,.045)}#toolbar .toolbar.expanded .toolbar-body{height:100%}#toolbar .toolbar.expanded .toolbar-actions{flex-direction:column}#toolbar .toolbar.expanded .toolbar-actions .ui.dropdown.left{width:100%;text-align:center}#toolbar .toolbar.expanded .toolbar-bottom .user{opacity:1;transition:opacity .1s .2s}#toolbar .toolbar.expanded .toolbar-bottom .divider{width:40px;height:20px;border-top:1px solid #c7d5d8;opacity:1;transition:opacity .1s .2s}#toolbar .toolbar-content{position:fixed;left:80px;width:320px}#toolbar .toolbar-body{display:flex;width:100%;height:100%;flex-direction:column;transition:width .3s cubic-bezier(.6,-.28,.735,.045)}#toolbar .toolbar-body a,#toolbar .toolbar-body button{margin-bottom:20px;margin-left:0}#toolbar .toolbar-actions{flex:1 1;flex-direction:column;padding:20px 0}#toolbar .toolbar-actions .more{flex:0 1}#toolbar .toolbar-bottom{flex:1 1;flex-direction:column-reverse;justify-content:flex-start}#toolbar .toolbar-bottom .divider,#toolbar .toolbar-bottom .user{display:block;opacity:0}#toolbar .toolbar-handler{display:flex;width:20px;height:100%;flex-direction:column;justify-content:center}#toolbar .toolbar-handler button{width:20px;height:80px}#toolbar .toolbar-handler button:before{left:8px;width:4px;height:100%}#toolbar .pusher-puller>*{width:320px}}#toolbar .pastanaga-menu{width:100vw;height:calc(100vh - 100px)}#toolbar .pastanaga-menu.has-inner-actions{height:100vh}@media only screen and (min-width:767px){#toolbar .pastanaga-menu.has-inner-actions{height:auto}}#toolbar .pastanaga-menu .ui.container{margin-right:0!important;margin-left:0!important}#toolbar .pastanaga-menu header{display:flex;height:60px;align-items:center;justify-content:space-between;padding:8px 20px;border-bottom:4px solid #b8c6c8}#toolbar .pastanaga-menu header h2{overflow:hidden;max-width:100%;flex:1 0 auto;margin:0;font-size:16px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}#toolbar .pastanaga-menu header a{display:flex}#toolbar .pastanaga-menu header.pulled{justify-content:flex-start;padding-right:10px;padding-left:10px}#toolbar .pastanaga-menu header.pulled button{margin-right:10px}#toolbar .pastanaga-menu .ui.form{height:100%}#toolbar .pastanaga-menu .ui.raised.segments{display:flex;height:calc(100vh - 60px)}@media only screen and (min-width:767px){#toolbar .pastanaga-menu .ui.raised.segments{max-height:460px}}#toolbar .pastanaga-menu .ui.raised.segments .ui.segment:not(.actions){flex:1 1 auto;overflow-y:auto}#toolbar .pastanaga-menu .ui.raised.segments .ui.clearing.segment.actions:after{content:normal}@media only screen and (min-width:767px){#toolbar .pastanaga-menu{width:320px;height:auto}}#toolbar .pastanaga-menu-list ul{display:flex;flex-direction:column;justify-content:center;padding:10px 20px;margin-top:0;list-style:none}#toolbar .pastanaga-menu-list li a,#toolbar .pastanaga-menu-list li button{display:flex;width:100%;height:45px;align-items:center;justify-content:space-between;padding:0;border:none;background-color:transparent;color:#252525;cursor:pointer;font-family:Poppins;font-size:14px;font-weight:500;text-align:left;text-transform:uppercase}#toolbar .pastanaga-menu-list li a svg,#toolbar .pastanaga-menu-list li button svg{color:#007eb1}#toolbar .pastanaga-menu-list li:not(.state-select):not(.display-select){border-bottom:1px solid #b8c6c8}#toolbar .pastanaga-menu-list .pastanaga-menu-label{margin-right:12px}#toolbar .pastanaga-menu-list .pastanaga-menu-value{font-weight:300;text-transform:none}#toolbar .personal-tools header .back,#toolbar .personal-tools header .vertical.divider{margin-right:10px}@media only screen and (min-width:767px){#toolbar .personal-tools header .back,#toolbar .personal-tools header .vertical.divider{display:none}}#toolbar .personal-tools header .icon.logout{color:#e40166}#toolbar .personal-tools .avatar{height:220px;background-color:#f2f5f6}#toolbar .personal-tools .avatar img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:top;object-position:top}#toolbar .personal-tools .avatar.default{display:flex;align-items:center;justify-content:center;color:#826a6a}#toolbar .personal-tools .stats ul{display:flex;justify-content:center;padding:15px 0;margin:0;background-color:#f2f5f6;color:#878f93;list-style:none}#toolbar .personal-tools .stats li{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 10px}#toolbar .personal-tools .stats li span:first-child{font-size:30px;font-weight:200}#toolbar .personal-tools .stats li span:last-child{font-size:12px;font-weight:500;text-transform:uppercase}#toolbar .vertical.divider{height:30px;border-left:1px solid #c7d5d8;margin-right:20px}#toolbar .personal-tools header button,#toolbar .profile header button{color:#007eb1}#toolbar .menu-more header svg{color:#d12c67}@media only screen and (min-width:767px){#toolbar .menu-more .more-user{display:none}}#toolbar .menu-more .display-select,#toolbar .menu-more .state-select{display:flex;width:100%}#toolbar .menu-more .display-select .react-select-container,#toolbar .menu-more .state-select .react-select-container{flex:1 0 75%}#toolbar .menu-more .display-select label,#toolbar .menu-more .state-select label{flex:1 0 25%;padding-top:18px;border-bottom:1px solid #edf1f2;margin-right:5px;font-size:14px;font-weight:500;text-transform:uppercase}#toolbar .toolbar-compare-translations-wrapper{position:relative}#toolbar .toolbar-compare-translations-wrapper .toolbar-button-compare-translations .icon{padding:4px}@media (max-width:766px){#toolbar .toolbar-compare-translations-wrapper .compare-languages{position:fixed;top:101px;left:0}}@media (min-width:767px){#toolbar .toolbar-compare-translations-wrapper .compare-languages{position:absolute;top:50%;left:56px;transform:translateY(-50%)}}#toolbar .toolbar-compare-translations-wrapper .compare-languages .pastanaga-menu button{margin:0}.ui.dropdown .menu.left{right:0;left:auto}.ui.segment.dashed{border:3px dashed #ccc;box-shadow:none}@media only screen and (max-width:767px){.ui.menu.stackable>.menu,.ui.menu.stackable>.menu.right{display:block}}.draftJsToolbar__separator__3U7qt{display:inline-block;height:24px;border-right:1px solid #ddd;margin:0 .5em}.draftJsToolbar__toolbar__dNtBH{z-index:2;box-sizing:border-box;border:1px solid #ddd;background:#fff;box-shadow:0 1px 3px 0 #dcdcdc;transform:translate(-50%) scale(0)}.draftJsToolbar__toolbar__dNtBH:after,.draftJsToolbar__toolbar__dNtBH:before{position:absolute;top:100%;left:50%;width:0;height:0;border:solid transparent;content:" ";pointer-events:none}.draftJsToolbar__toolbar__dNtBH:after{border-width:4px;border-color:#fff hsla(0,0%,100%,0) hsla(0,0%,100%,0);margin-left:-4px}.draftJsToolbar__toolbar__dNtBH:before{border-width:6px;border-color:#ddd hsla(0,0%,86.7%,0) hsla(0,0%,86.7%,0);margin-left:-6px}.draftJsToolbar__blockType__27Jwn{width:36px;height:36px;box-sizing:border-box;padding:5px;border:1px solid #ddd;margin:0;background:#fff;border-radius:18px;cursor:pointer;line-height:36px;text-align:center}.draftJsToolbar__blockType__27Jwn svg{fill:#888}.draftJsToolbar__spacer__2Os2z{height:8px}.draftJsToolbar__popup__GHzbY,.draftJsToolbar__spacer__2Os2z{position:absolute;left:50%;width:74px;transform:translate(-50%)}.draftJsToolbar__popup__GHzbY{z-index:3;box-sizing:border-box;border:1px solid #ddd;margin-top:8px;background:#efefef;background:#fff;border-radius:2px;box-shadow:0 1px 3px 0 #dcdcdc}.draftJsToolbar__popup__GHzbY:after,.draftJsToolbar__popup__GHzbY:before{position:absolute;bottom:100%;left:50%;width:0;height:0;border:solid transparent;content:" ";pointer-events:none}.draftJsToolbar__popup__GHzbY:after{border-width:4px;border-color:hsla(0,0%,98.4%,0) hsla(0,0%,98.4%,0) #fbfbfb;margin-left:-4px}.draftJsToolbar__popup__GHzbY:before{border-width:6px;border-color:hsla(0,0%,86.7%,0) hsla(0,0%,86.7%,0) #ddd;margin-left:-6px}.draftJsToolbar__buttonWrapper__1Dmqh{display:inline-block}.draftJsToolbar__button__qi1gf{width:36px;height:34px;padding-top:5px;border:0;background:#fbfbfb;color:#888;font-size:18px;vertical-align:bottom}.draftJsToolbar__button__qi1gf svg{fill:#888}.draftJsToolbar__button__qi1gf:focus,.draftJsToolbar__button__qi1gf:hover{background:#f3f3f3;outline:0}.draftJsToolbar__active__3qcpF{background:#efefef;color:#444}.draftJsToolbar__active__3qcpF svg{fill:#444}.draftJsToolbar__separator__3M3L7{display:inline-block;height:24px;border-right:1px solid #ddd;margin:0 .5em}.draftJsToolbar__wrapper__9NZgg{position:absolute;z-index:1}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only;caret-color:#e40166}.public-DraftEditor-content{min-height:19px}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{position:relative;z-index:1}.public-DraftEditor-block{position:relative}.public-DraftEditorPlaceholder-root{position:absolute;z-index:1;color:#b8c6c8}.DraftEditorPlaceholder-hidden{display:none}.draftJsToolbar__toolbar__dNtBH{position:absolute;z-index:10;top:-32px;left:50%;display:flex;background-color:hsla(0,0%,100%,.975);border-radius:2px;box-shadow:0 0 8px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.05);transform:translate(-50%);z-index:102;padding:3px;border:none}.draftJsToolbar__toolbar__dNtBH form{display:flex}.draftJsToolbar__toolbar__dNtBH>svg{display:inline-block!important;box-sizing:content-box;padding:4px;margin-right:4px;color:#826a6a!important}.draftJsToolbar__toolbar__dNtBH .ui.input>input{padding:0;border:none}.draftJsToolbar__toolbar__dNtBH .ui.icon.button{padding:4px;margin-left:4px;border-radius:1px;color:#826a6a!important}.draftJsToolbar__toolbar__dNtBH .ui.icon.button:hover{background-color:#edf1f2!important}.draftJsToolbar__toolbar__dNtBH .ui.buttons:first-child .ui.icon.button{margin-left:0}.draftJsToolbar__toolbar__dNtBH:before{border:none}.draftJsToolbar__button__qi1gf{width:32px;height:32px;padding:0;padding:4px!important;background:hsla(0,0%,100%,.975);border-radius:1px;color:#826a6a}.draftJsToolbar__buttonWrapper__1Dmqh+.draftJsToolbar__buttonWrapper__1Dmqh{margin-left:3px}.draftJsToolbar__button__qi1gf.draftJsToolbar__active__3qcpF{border-radius:3px;box-shadow:inset 0 0 0 1px #007eb1;color:#007eb1}.draftJsToolbar__separator__3U7qt{height:32px}.block .ui.grid{margin-top:0;margin-bottom:0}[data-rbd-draggable-context-id]{margin-bottom:2rem}.block-editor-title .drag.handle.wrapper{top:5px}.block:focus{outline:none}.block .block:not(.inner):before{position:absolute;z-index:-1;top:-9px;left:-9px;width:calc(100% + 18px);height:calc(100% + 18px);border:1px solid rgba(120,192,215,0);border-radius:3px;content:""}.block .block-add-button{display:inline-block}.block .block.selected:before,.block .block.selected:hover:before{border-width:1px;border-color:rgba(120,192,215,.75)}.block .block:hover:before{border-color:rgba(120,192,215,.375)}.block .block.multiSelected:before{z-index:1;background-color:rgba(120,192,215,.375)}#toolbar .toolbar-actions .blockCount{position:absolute;margin-top:18px;margin-left:15px;font-size:x-small}.block.image,.block.video{clear:both}.ui.drag.block:not(:last-child){margin-bottom:2rem}.ui.drag.block.image,.ui.drag.block.video{z-index:2;display:block;clear:both}.block .ui.image{width:100%}.block .ui.message{display:flex;flex-direction:column;align-items:center;justify-content:center}.block .ui.message .message-text{margin-top:20px;color:#767676}.block .ui.message span{margin-top:20px}.block.maps{position:relative}.block.maps iframe{width:100%;height:45vh}.map-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.block.video .ui.embed>.placeholder{top:50%;width:unset;min-width:100%;height:unset;min-height:100%;-o-object-fit:cover;object-fit:cover;transform:translateY(-50%)}.block.video video{width:100%}.block.align.left{z-index:2}.block.align.left.maps iframe,.block.align.left.video .video-inner,.block.align.left img{margin-right:1em!important;margin-bottom:1em;float:left}.block.align.left.video .video-inner{width:50%}.block.align.left.video .video-inner .ui.embed{background:#fff}.block.align.left.video .video-inner img{max-width:100%}.block.align.left.maps iframe{width:50%;height:45vh}.block.align.left .ui.image,.block.align.left img{max-width:50%}.block.align.right{z-index:2}.block.align.right.maps iframe,.block.align.right.video .video-inner,.block.align.right img{margin-bottom:1em;margin-left:1em!important;float:right}.block.align.right.video .video-inner{width:50%}.block.align.right.video .video-inner .ui.embed{background:#fff}.block.align.right.video .video-inner img{max-width:100%}.block.align.right.maps iframe{width:50%;height:45vh}.block.align.right .ui.image,.block.align.right img{max-width:50%}.block.align.center{text-align:center}.block.align.center iframe,.block.align.center img{max-width:100%;margin-right:auto;margin-left:auto}.block.align.center iframe.medium,.block.align.center img.medium{max-width:50%}.block.align.center iframe.small,.block.align.center img.small{max-width:25%}.block.align.center iframe{width:100%}.draggable{position:absolute;top:20px;left:-32px}body.has-toolbar-collapsed.has-sidebar-collapsed .ui.wrapper>.ui.inner .block.align.full,body.has-toolbar-collapsed.has-sidebar .ui.wrapper>.ui.inner .block.align.full,body.has-toolbar.has-sidebar-collapsed .ui.wrapper>.ui.inner .block.align.full,body.has-toolbar.has-sidebar .ui.wrapper>.ui.inner .block.align.full,body .ui.wrapper>.block.align.full{width:100%!important}body.has-toolbar-collapsed.has-sidebar-collapsed .ui.wrapper>.ui.inner .block.align.full iframe,body.has-toolbar-collapsed.has-sidebar-collapsed .ui.wrapper>.ui.inner .block.align.full img,body.has-toolbar-collapsed.has-sidebar .ui.wrapper>.ui.inner .block.align.full iframe,body.has-toolbar-collapsed.has-sidebar .ui.wrapper>.ui.inner .block.align.full img,body.has-toolbar.has-sidebar-collapsed .ui.wrapper>.ui.inner .block.align.full iframe,body.has-toolbar.has-sidebar-collapsed .ui.wrapper>.ui.inner .block.align.full img,body.has-toolbar.has-sidebar .ui.wrapper>.ui.inner .block.align.full iframe,body.has-toolbar.has-sidebar .ui.wrapper>.ui.inner .block.align.full img,body .ui.wrapper>.block.align.full iframe,body .ui.wrapper>.block.align.full img{width:100%}body.has-toolbar-collapsed.has-sidebar-collapsed .ui.wrapper>.ui.inner.block.full,body.has-toolbar-collapsed.has-sidebar .ui.wrapper>.ui.inner.block.full,body.has-toolbar.has-sidebar-collapsed .ui.wrapper>.ui.inner.block.full,body.has-toolbar.has-sidebar .ui.wrapper>.ui.inner.block.full{width:100%!important}body.has-toolbar-collapsed.has-sidebar-collapsed .ui.wrapper>.ui.inner.block.full iframe,body.has-toolbar-collapsed.has-sidebar-collapsed .ui.wrapper>.ui.inner.block.full img,body.has-toolbar-collapsed.has-sidebar .ui.wrapper>.ui.inner.block.full iframe,body.has-toolbar-collapsed.has-sidebar .ui.wrapper>.ui.inner.block.full img,body.has-toolbar.has-sidebar-collapsed .ui.wrapper>.ui.inner.block.full iframe,body.has-toolbar.has-sidebar-collapsed .ui.wrapper>.ui.inner.block.full img,body.has-toolbar.has-sidebar .ui.wrapper>.ui.inner.block.full iframe,body.has-toolbar.has-sidebar .ui.wrapper>.ui.inner.block.full img{width:100%}.block.align:not(.right):not(.left){clear:both}.title.block .public-DraftEditorPlaceholder-inner{font-size:2rem;font-weight:500;line-height:1.28571429em}.ui.block.table{border:0}.block{position:relative;margin-bottom:1em}.block h1:last-child,.block h2:last-child,.block h3:last-child,.block h4:last-child,.block h5:last-child{margin:calc(2rem - .14286em) 0 1rem}.block p{margin:0 0 1em}.block .toolbar{position:absolute;z-index:10;top:-32px;left:50%;display:flex;padding:4px;background-color:hsla(0,0%,100%,.975);border-radius:2px;box-shadow:0 0 8px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.05);transform:translate(-50%)}.block .toolbar form{display:flex}.block .toolbar>svg{display:inline-block!important;box-sizing:content-box;padding:4px;margin-right:4px;color:#826a6a!important}.block .toolbar .ui.input>input{padding:0;border:none}.block .toolbar .ui.icon.button{padding:4px;margin-left:4px;border-radius:1px;color:#826a6a!important}.block .toolbar .ui.icon.button:hover{background-color:#edf1f2!important}.block .toolbar .ui.buttons:first-child .ui.icon.button{margin-left:0}.block .toolbar-inner{display:flex;width:min(100%,450px);height:40px;padding:4px;background-color:hsla(0,0%,100%,.975);border-radius:2px;box-shadow:0 0 8px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.05)}.block .toolbar-inner form{display:flex}.block .toolbar-inner>svg{display:inline-block!important;box-sizing:content-box;padding:4px;margin-right:4px;color:#826a6a!important}.block .toolbar-inner .ui.input{width:100%;margin-left:8px}.block .toolbar-inner .ui.input>input{padding:0;border:none}.block .toolbar-inner .ui.icon.button{padding:4px;margin-left:4px;border-radius:1px;color:#826a6a!important}.block .toolbar-inner .ui.icon.button:hover{background-color:#edf1f2!important}.block .toolbar-inner .ui.buttons:first-child .ui.icon.button{margin-left:0}.block .ui.active.basic.icon.button{border:1px solid #2996da;background:transparent!important}.block.hero{clear:both}.block.hero .toolbar{left:25%}.block.hero .hero-body{display:flex;max-height:400px;flex:1 1;flex-direction:column;justify-content:space-between;padding:30px;background-color:#edf1f2;overflow-y:hidden}.block.hero .hero-body h1{margin-top:0}.block.hero .hero-body p{max-height:287px;margin:0;overflow-y:hidden;word-break:break-word}.block.hero .hero-body .link-more{text-align:right}.block.hero .hero-image{display:block;width:auto;max-width:50%;height:auto;max-height:400px}.block.hero .image-add{min-width:50%}.block.hero .image-message{min-height:400px!important}.block.hero .block-inner-wrapper{position:relative;z-index:1;display:flex}.block.hero .description-editor,.block.hero .title-editor{max-height:287px;overflow-y:hidden;word-break:break-word}.ui.basic.button.block-add-button{position:absolute;z-index:2;top:-2px;padding:0;border:none;margin-bottom:0;box-shadow:none;color:#b8c6c8!important;transform:translateX(-40px)}.ui.basic.button.block-add-button:focus,.ui.basic.button.block-add-button:hover{box-shadow:none;color:#826a6a!important}.block .ui.basic.button.delete-button{position:absolute;top:0;right:0;padding:0;border:none;box-shadow:none}.block .ui.basic.button.delete-button:focus,.block .ui.basic.button.delete-button:hover{box-shadow:none;color:#e40166!important}.drag.block.wrapper{position:relative}.drag.handle.wrapper{position:absolute;z-index:10;left:0;color:#b8c6c8}.drag.handle.wrapper .icon{background:hsla(0,0%,100%,.2);border-radius:2px}.drag.handle.wrapper:hover{background-color:#edf1f2;color:#826a6a}.drag.block.title .drag.handle.wrapper{top:5px}.drag.handle.wrapper.hidden{display:none!important}.description.block .public-DraftEditorPlaceholder-inner{font-size:1.125rem;line-height:1.4285em}.callout{padding:1em;border:1px solid rgba(34,36,38,.15);margin:1rem 0;border-radius:.28571429rem;box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.ui.blocker{position:absolute;z-index:1;width:100%;height:100%}.separator{position:relative;top:5px;display:inline-block;height:24px;border-right:1px solid #ddd;margin:0 0 4px 4px;vertical-align:bottom}.html-editor{z-index:1;background-color:#f3f6f7;border-radius:4px;font-family:monospace;font-size:1.14285714rem;word-break:break-all!important}.html-editor:focus-within textarea{caret-color:#e40166;outline:0}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#90a4ae}.token.punctuation{color:#9e9e9e}.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#e91e63}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#4caf50}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#795548}.token.atrule,.token.attr-value,.token.keyword{color:#3f51b5}.token.function{color:#f44336}.token.important,.token.regex,.token.variable{color:#ff9800}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.link-form-container .inline.field .wrapper{min-height:0;border-bottom:none}.link-form-container button{padding:0;border:0;background:transparent;color:#007eb1;cursor:pointer;text-align:initial;text-decoration:underline}.link-form-container button:focus{outline:none}.link-form-container .ui.input{min-width:250px}.blocks-chooser{position:absolute;z-index:10;top:-12px;left:-9px;width:310px;padding:4px;background-color:hsla(0,0%,100%,.975);border-radius:2px;box-shadow:0 0 8px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.05)}.blocks-chooser .ui.basic.button{display:flex;width:100px;flex-direction:column;align-items:center;justify-content:center;padding:20px 0;margin-top:5px;margin-bottom:5px;border-radius:3px;color:#826a6a!important;-webkit-hyphens:auto;hyphens:auto;text-align:center}.blocks-chooser .ui.basic.button:hover{background:#edf2f3!important}.blocks-chooser .ui.basic.button .icon{margin-bottom:10px!important}.blocks-chooser .ui.basic.button.table{border:none}.blocks-chooser .ui.accordion .active{display:flex}.blocks-chooser .ui.accordion .title{display:flex;justify-content:space-between}.blocks-chooser .ui.accordion .content{padding:0}.blocks-chooser .ui.accordion .accordion .title~.content,.blocks-chooser .ui.accordion .title~.content{display:initial}.accordion-tools{display:flex;align-items:center}.accordion-tools .ui.basic.button{margin-right:10px}.accordion-tools .ui.basic.button:hover{background-color:transparent!important}.listing .items-preview{color:#517776;text-align:center}.listing.message{padding:1.5em;background:#f9edbe;color:#613a00;text-align:center}.listing-item,.listing-item a{display:flex;width:100%}@media only screen and (max-width:767px){.listing-item,.listing-item a{flex-direction:column}}.listing-item{margin-bottom:20px}.listing-item img{width:15%;margin-right:20px}@media only screen and (max-width:767px){.listing-item img{width:100%;margin:0}}.listing-item .image-placeholder{display:flex;width:15%;justify-content:center;margin-right:20px}.listing-item .image-placeholder img{width:100%;max-width:100%}.listing-item a p{color:rgba(0,0,0,.87)}@media only screen and (max-width:767px){.listing-item h3{margin-top:1em}}.sidebar-listing-data.listing-style,.sidebar-listing-data.ui.form.segment{padding-bottom:20px}.sidebar-listing-data .simple-field-name{padding-top:20px;padding-bottom:10px;font-weight:500}.sidebar-listing-data .fields{flex-wrap:wrap;padding-bottom:20px;border-bottom:1px dotted #c7d5d8}.sidebar-listing-data .fields:last-child{padding-bottom:0;border-bottom:none}.sidebar-listing-data .main-fields-wrapper{display:flex;width:100%;flex:1 0 auto;padding-right:.5em;padding-left:.5em}.sidebar-listing-data .button .icon{margin:0!important}.link-form-container .input-anchorlink-theme{width:240px;height:34px;padding:0 12px;border:none;background-color:transparent;color:#444;font-family:inherit;font-size:15px}.link-form-container .input-anchorlink-theme:focus{outline:none}.link-form-container .input-anchorlink-theme::-moz-placeholder{color:#888}.link-form-container .input-anchorlink-theme::placeholder{color:#888}.link-form-container .input-anchorlink-theme-Invalid{color:#e65757}.link-form-container .link-anchorlink-theme{color:#007eb1;text-decoration:underline}.block.image.align.left img.large,.block.image.align.right img.large{max-width:50%}.block.image.align.left img.medium,.block.image.align.right img.medium{max-width:25%}.block.image.align.left img.small,.block.image.align.right img.small{max-width:15%}.block.image .no-image-wrapper{width:min(100%,450px)}.block.search .search-wrapper{display:flex;flex-direction:row;align-items:center}.block.search .search-wrapper .search-input{position:relative;width:100%}.block.search .search-wrapper .search-input+.button{margin-left:1.5em}.block.search .search-wrapper .ui.input>input{padding-left:10px}.block.search .search-block-prompt{display:block;margin-bottom:.5rem}.block.search .facets>.facet:first-child{padding-top:0!important}.block.search .facets .segment.facet{padding-right:0;padding-left:0}.block.search .items{padding:1.5em 0}.block.search .ui.accordion.filter-listing{flex:1 0 auto;margin:1em 0}.block.search .ui.accordion.filter-listing .filter-list-header{display:flex;justify-content:space-between;padding:.5rem;background-color:#faf8f8;border-radius:.3rem}.block.search .ui.accordion.filter-listing .active.title .filter-list-title svg{transform:rotate(90deg)}.block.search .ui.accordion.filter-listing .ui.basic.button:hover{background:transparent!important}.block.search .ui.accordion.filter-listing .filter-list-title{display:flex;align-items:center}.block.search .ui.accordion.filter-listing .filter-list-content{padding-top:0!important}.block.search .ui.accordion.filter-listing .filter-list-group{display:flex;align-items:center;margin:.5rem 0}.block.search .ui.accordion.filter-listing .filter-list-group .ui.labels{display:flex;flex-direction:row;align-items:baseline;margin-right:1.2em}.block.search .ui.accordion.filter-listing .filter-list-group .ui.label{border:1px solid #f3f3f3;margin-left:.8em;background-color:transparent;font-weight:700}.block.search .ui.accordion.filter-listing .filter-list-group .label-title{font-size:small}.block.search .search-sort-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;margin:1em 0 1em 1em}.block.search .search-sort-wrapper .ui.basic.button{padding:3px!important}.block.search .search-sort-on{display:flex;flex-direction:row;align-items:center;margin-right:.5em}.block.search .sort-label{margin-right:.7em}.block.search .search-details{color:rgba(0,0,0,.4)}.block.search .search-filters-sort{display:flex;align-items:flex-start}.block.search .search-filters-sort .search-sort-wrapper{padding-top:4px}.block.search .search-results-count-sort{display:flex;align-items:center;justify-content:space-between}.block.search .search-results-count-sort .search-details{margin:1em 0}.block.search .search-input-live-icon-button{position:absolute;top:4px;right:4px}.block.search .search-input-live-icon-button svg{width:28px!important;height:28px!important}.block.search .daterange-facet .ui.date-input input{height:auto}.block.search .daterange-facet .ui-button{margin:0}.block.search .daterange-facet .DateInput{width:40%;min-width:75px}.block.search .daterange-facet .DateRangePickerInput_arrow_svg{margin:0 6px}.block.search .daterange-facet .DateRangePicker_picker{z-index:10}.block.search .daterange-facet .radio{display:flex;min-height:37px;align-items:center}@-webkit-keyframes sidebar-toggle-button-before-highlight{0%{background:#68778d}25%{background:#68778d}50%{background:#68778d}75%{background:#007eb1}to{background:#007eb1}}@keyframes sidebar-toggle-button-before-highlight{0%{background:#68778d}25%{background:#68778d}50%{background:#68778d}75%{background:#007eb1}to{background:#007eb1}}@-webkit-keyframes sidebar-toggle-button-highlight{0%{opacity:.05}25%{opacity:1}50%{opacity:.05}to{opacity:.05}}@keyframes sidebar-toggle-button-highlight{0%{opacity:.05}25%{opacity:1}50%{opacity:.05}to{opacity:.05}}@media only screen and (max-width:767px){.has-toolbar .sidebar-container{top:100px;bottom:0;height:calc(100vh - 100px)}.has-toolbar-collapsed .sidebar-container{top:20px;bottom:0;height:calc(100vh - 20px)}}.ui.button.full-size-sidenav-btn{position:absolute;top:0;padding:12px 6px;background:transparent}.full-size-icon{height:36px!important;color:#bac5c7}.sidebar-container{position:fixed;z-index:150;top:0;right:0;width:375px;height:100vh;background-color:#fff;box-shadow:0 1px 2px 0 #c7d5d8;transition:right .3s cubic-bezier(.6,-.28,.735,.045),height .3s cubic-bezier(.6,-.28,.735,.045),width .3s cubic-bezier(.6,-.28,.735,.045),top .3s cubic-bezier(.6,-.28,.735,.045)}.sidebar-container.collapsed{right:-355px}.sidebar-container.collapsed .tabs-wrapper{opacity:0;transition:opacity .3s cubic-bezier(.6,-.28,.735,.045)}.sidebar-container.full-size{width:calc(100% - 80px)}.sidebar-container.full-size.no-toolbar{width:calc(100% - 20px)}@media (max-width:400px){.sidebar-container{width:100vw;max-width:375px}.sidebar-container.collapsed{right:calc(-100vw + 20px)}}.sidebar-container .ui.raised.segments{display:flex;height:100%;flex-direction:column}.sidebar-container button{padding:0;border:0;background:transparent;text-align:initial}.sidebar-container button:focus{outline:none}.sidebar-container .trigger,.sidebar-container .trigger:focus,.sidebar-container .trigger:hover{position:absolute;z-index:1;top:50%;left:0;width:20px;height:80px;padding:0;margin-top:-40px;-webkit-animation:sidebar-toggle-button-highlight .5s;animation:sidebar-toggle-button-highlight .5s;-webkit-animation-iteration-count:4;animation-iteration-count:4;background:transparent;border-radius:0;opacity:.05;transition:opacity .3s}.sidebar-container .trigger:hover{opacity:.3;transition:opacity .3s}.sidebar-container .trigger:before{position:relative;left:8px;display:block;width:4px;height:100%;-webkit-animation:sidebar-toggle-button-before-highlight .5s;animation:sidebar-toggle-button-before-highlight .5s;-webkit-animation-iteration-count:3;animation-iteration-count:3;background:#007eb1;content:""}.sidebar-container .tab-wrapper{height:calc(100% - 61px);padding:0;border-bottom:none;overflow-x:hidden;overflow-y:auto}.sidebar-container .tab-wrapper>*{display:none}.sidebar-container .tab-wrapper>:last-child{display:block}.sidebar-container .tabs-wrapper{height:100%}.sidebar-container .tabs-wrapper .formtabs.menu a:first-child{margin-left:36px}.sidebar-container .tab-forbidden{margin:calc(50% - 24px) auto;color:#bac5c7}.sidebar-container header{display:flex;height:60px;align-items:center;justify-content:space-between;padding:8px 20px;border-bottom:4px solid #b8c6c8}.sidebar-container header .icon{padding-right:10px}.sidebar-container header h2{flex:1 0 auto;margin:0!important;color:#517776;font-size:16px}.sidebar-container header form{flex:1 0 auto}.sidebar-container header .search{width:100%}.sidebar-container header .search input{border:none}.sidebar-container header a{display:flex}.sidebar-container header.pulled{justify-content:flex-start;padding-right:10px;padding-left:10px}.sidebar-container header.pulled button{margin-right:10px;cursor:pointer}.sidebar-container .ui.segment:not(.tab){border-bottom:1px solid #b8c6c8}.sidebar-container .ui.segment.tabbed-actions{display:flex;justify-content:space-around;padding:0;border-top:1px solid #b8c6c8;border-bottom:1px solid #b8c6c8}.sidebar-container .ui.segment.tabbed-actions .ui.buttons{width:100%}.sidebar-container .ui.segment.tabbed-actions .ui.buttons .button:last-child{border-radius:0}.sidebar-container .ui.segment.tabbed-actions .ui.basic.active.button{background-color:#edf1f2!important}.sidebar-container .ui.segment.object-listing{flex:1 1 auto;overflow-x:hidden;overflow-y:scroll}.sidebar-container .ui.icon.button:hover{background-color:#edf1f2!important}.sidebar-container ul{flex:1 0 auto;margin:0}.sidebar-container ul li{display:flex;align-items:center;justify-content:space-between;padding:10px 0 10px 5px;cursor:pointer}.sidebar-container ul li .ui.basic.icon.button{margin-right:5px}.sidebar-container ul li.selected-item{background-color:#edf1f2}.sidebar-container ul li.selected-item .right-arrow-icon:hover{background:#fff}.sidebar-container ul li.disabled{opacity:.5}.sidebar-container ul li .right-arrow-icon{border-radius:4px}.sidebar-container ul li .right-arrow-icon:hover{background:#edf1f2}.sidebar-container ul li .right-arrow-link-mode{display:flex;width:50px;justify-content:flex-end}.sidebar-container ul li span{display:flex;align-items:center}.sidebar-container ul li span .icon{padding-right:10px}.sidebar-container .ui.segment.form.actions,.sidebar-container .ui.segment.form.sidebar-image-data{padding-bottom:1em}.sidebar-container .ui.accordion .title{display:flex;justify-content:space-between}.sidebar-container .ui.accordion .content{padding:0}.sidebar-container .infos{color:#68778d;font-size:.8rem!important}#sidebar .pusher.expanded{margin-left:375px}#sidebar .pusher{margin-left:20px;transition:margin-left .3s cubic-bezier(.6,-.28,.735,.045)}#sidebar-properties header{border-bottom:2px solid #b8c6c8}.sidebar-container-enter{position:fixed;z-index:150;top:0;right:0;width:375px;height:100vh;background-color:#fff;box-shadow:0 1px 2px 0 #c7d5d8;transition:right .3s cubic-bezier(.6,-.28,.735,.045),height .3s cubic-bezier(.6,-.28,.735,.045),width .3s cubic-bezier(.6,-.28,.735,.045),top .3s cubic-bezier(.6,-.28,.735,.045);transform:translate(100%)}.sidebar-container-enter.collapsed{right:-355px}.sidebar-container-enter.collapsed .tabs-wrapper{opacity:0;transition:opacity .3s cubic-bezier(.6,-.28,.735,.045)}.sidebar-container-enter.full-size{width:calc(100% - 80px)}.sidebar-container-enter.full-size.no-toolbar{width:calc(100% - 20px)}@media (max-width:400px){.sidebar-container-enter{width:100vw;max-width:375px}.sidebar-container-enter.collapsed{right:calc(-100vw + 20px)}}.sidebar-container-enter .ui.raised.segments{display:flex;height:100%;flex-direction:column}.sidebar-container-enter button{padding:0;border:0;background:transparent;text-align:initial}.sidebar-container-enter button:focus{outline:none}.sidebar-container-enter .trigger,.sidebar-container-enter .trigger:focus,.sidebar-container-enter .trigger:hover{position:absolute;z-index:1;top:50%;left:0;width:20px;height:80px;padding:0;margin-top:-40px;-webkit-animation:sidebar-toggle-button-highlight .5s;animation:sidebar-toggle-button-highlight .5s;-webkit-animation-iteration-count:4;animation-iteration-count:4;background:transparent;border-radius:0;opacity:.05;transition:opacity .3s}.sidebar-container-enter .trigger:hover{opacity:.3;transition:opacity .3s}.sidebar-container-enter .trigger:before{position:relative;left:8px;display:block;width:4px;height:100%;-webkit-animation:sidebar-toggle-button-before-highlight .5s;animation:sidebar-toggle-button-before-highlight .5s;-webkit-animation-iteration-count:3;animation-iteration-count:3;background:#007eb1;content:""}.sidebar-container-enter .tab-wrapper{height:calc(100% - 61px);padding:0;border-bottom:none;overflow-x:hidden;overflow-y:auto}.sidebar-container-enter .tab-wrapper>*{display:none}.sidebar-container-enter .tab-wrapper>:last-child{display:block}.sidebar-container-enter .tabs-wrapper{height:100%}.sidebar-container-enter .tabs-wrapper .formtabs.menu a:first-child{margin-left:36px}.sidebar-container-enter .tab-forbidden{margin:calc(50% - 24px) auto;color:#bac5c7}.sidebar-container-enter header{display:flex;height:60px;align-items:center;justify-content:space-between;padding:8px 20px;border-bottom:4px solid #b8c6c8}.sidebar-container-enter header .icon{padding-right:10px}.sidebar-container-enter header h2{flex:1 0 auto;margin:0!important;color:#517776;font-size:16px}.sidebar-container-enter header form{flex:1 0 auto}.sidebar-container-enter header .search{width:100%}.sidebar-container-enter header .search input{border:none}.sidebar-container-enter header a{display:flex}.sidebar-container-enter header.pulled{justify-content:flex-start;padding-right:10px;padding-left:10px}.sidebar-container-enter header.pulled button{margin-right:10px;cursor:pointer}.sidebar-container-enter .ui.segment:not(.tab){border-bottom:1px solid #b8c6c8}.sidebar-container-enter .ui.segment.tabbed-actions{display:flex;justify-content:space-around;padding:0;border-top:1px solid #b8c6c8;border-bottom:1px solid #b8c6c8}.sidebar-container-enter .ui.segment.tabbed-actions .ui.buttons{width:100%}.sidebar-container-enter .ui.segment.tabbed-actions .ui.buttons .button:last-child{border-radius:0}.sidebar-container-enter .ui.segment.tabbed-actions .ui.basic.active.button{background-color:#edf1f2!important}.sidebar-container-enter .ui.segment.object-listing{flex:1 1 auto;overflow-x:hidden;overflow-y:scroll}.sidebar-container-enter .ui.icon.button:hover{background-color:#edf1f2!important}.sidebar-container-enter ul{flex:1 0 auto;margin:0}.sidebar-container-enter ul li{display:flex;align-items:center;justify-content:space-between;padding:10px 0 10px 5px;cursor:pointer}.sidebar-container-enter ul li .ui.basic.icon.button{margin-right:5px}.sidebar-container-enter ul li.selected-item{background-color:#edf1f2}.sidebar-container-enter ul li.selected-item .right-arrow-icon:hover{background:#fff}.sidebar-container-enter ul li.disabled{opacity:.5}.sidebar-container-enter ul li .right-arrow-icon{border-radius:4px}.sidebar-container-enter ul li .right-arrow-icon:hover{background:#edf1f2}.sidebar-container-enter ul li .right-arrow-link-mode{display:flex;width:50px;justify-content:flex-end}.sidebar-container-enter ul li span{display:flex;align-items:center}.sidebar-container-enter ul li span .icon{padding-right:10px}.sidebar-container-enter .ui.segment.form.actions,.sidebar-container-enter .ui.segment.form.sidebar-image-data{padding-bottom:1em}.sidebar-container-enter .ui.accordion .title{display:flex;justify-content:space-between}.sidebar-container-enter .ui.accordion .content{padding:0}.sidebar-container-enter .infos{color:#68778d;font-size:.8rem!important}.sidebar-container-enter .home-icon{padding-left:5px}.sidebar-container-enter .ui.breadcrumb .divider{margin-right:5px;margin-left:5px}.sidebar-container-enter.sidebar-container-enter-active{position:fixed;z-index:150;top:0;right:0;width:375px;height:100vh;background-color:#fff;box-shadow:0 1px 2px 0 #c7d5d8;transition:right .3s cubic-bezier(.6,-.28,.735,.045),height .3s cubic-bezier(.6,-.28,.735,.045),width .3s cubic-bezier(.6,-.28,.735,.045),top .3s cubic-bezier(.6,-.28,.735,.045);transform:translate(0);transition:transform .5s cubic-bezier(.09,.11,.24,.91)}.sidebar-container-enter.sidebar-container-enter-active.collapsed{right:-355px}.sidebar-container-enter.sidebar-container-enter-active.collapsed .tabs-wrapper{opacity:0;transition:opacity .3s cubic-bezier(.6,-.28,.735,.045)}.sidebar-container-enter.sidebar-container-enter-active.full-size{width:calc(100% - 80px)}.sidebar-container-enter.sidebar-container-enter-active.full-size.no-toolbar{width:calc(100% - 20px)}@media (max-width:400px){.sidebar-container-enter.sidebar-container-enter-active{width:100vw;max-width:375px}.sidebar-container-enter.sidebar-container-enter-active.collapsed{right:calc(-100vw + 20px)}}.sidebar-container-enter.sidebar-container-enter-active .ui.raised.segments{display:flex;height:100%;flex-direction:column}.sidebar-container-enter.sidebar-container-enter-active button{padding:0;border:0;background:transparent;text-align:initial}.sidebar-container-enter.sidebar-container-enter-active button:focus{outline:none}.sidebar-container-enter.sidebar-container-enter-active .trigger,.sidebar-container-enter.sidebar-container-enter-active .trigger:focus,.sidebar-container-enter.sidebar-container-enter-active .trigger:hover{position:absolute;z-index:1;top:50%;left:0;width:20px;height:80px;padding:0;margin-top:-40px;-webkit-animation:sidebar-toggle-button-highlight .5s;animation:sidebar-toggle-button-highlight .5s;-webkit-animation-iteration-count:4;animation-iteration-count:4;background:transparent;border-radius:0;opacity:.05;transition:opacity .3s}.sidebar-container-enter.sidebar-container-enter-active .trigger:hover{opacity:.3;transition:opacity .3s}.sidebar-container-enter.sidebar-container-enter-active .trigger:before{position:relative;left:8px;display:block;width:4px;height:100%;-webkit-animation:sidebar-toggle-button-before-highlight .5s;animation:sidebar-toggle-button-before-highlight .5s;-webkit-animation-iteration-count:3;animation-iteration-count:3;background:#007eb1;content:""}.sidebar-container-enter.sidebar-container-enter-active .tab-wrapper{height:calc(100% - 61px);padding:0;border-bottom:none;overflow-x:hidden;overflow-y:auto}.sidebar-container-enter.sidebar-container-enter-active .tab-wrapper>*{display:none}.sidebar-container-enter.sidebar-container-enter-active .tab-wrapper>:last-child{display:block}.sidebar-container-enter.sidebar-container-enter-active .tabs-wrapper{height:100%}.sidebar-container-enter.sidebar-container-enter-active .tabs-wrapper .formtabs.menu a:first-child{margin-left:36px}.sidebar-container-enter.sidebar-container-enter-active .tab-forbidden{margin:calc(50% - 24px) auto;color:#bac5c7}.sidebar-container-enter.sidebar-container-enter-active header{display:flex;height:60px;align-items:center;justify-content:space-between;padding:8px 20px;border-bottom:4px solid #b8c6c8}.sidebar-container-enter.sidebar-container-enter-active header .icon{padding-right:10px}.sidebar-container-enter.sidebar-container-enter-active header h2{flex:1 0 auto;margin:0!important;color:#517776;font-size:16px}.sidebar-container-enter.sidebar-container-enter-active header form{flex:1 0 auto}.sidebar-container-enter.sidebar-container-enter-active header .search{width:100%}.sidebar-container-enter.sidebar-container-enter-active header .search input{border:none}.sidebar-container-enter.sidebar-container-enter-active header a{display:flex}.sidebar-container-enter.sidebar-container-enter-active header.pulled{justify-content:flex-start;padding-right:10px;padding-left:10px}.sidebar-container-enter.sidebar-container-enter-active header.pulled button{margin-right:10px;cursor:pointer}.sidebar-container-enter.sidebar-container-enter-active .ui.segment:not(.tab){border-bottom:1px solid #b8c6c8}.sidebar-container-enter.sidebar-container-enter-active .ui.segment.tabbed-actions{display:flex;justify-content:space-around;padding:0;border-top:1px solid #b8c6c8;border-bottom:1px solid #b8c6c8}.sidebar-container-enter.sidebar-container-enter-active .ui.segment.tabbed-actions .ui.buttons{width:100%}.sidebar-container-enter.sidebar-container-enter-active .ui.segment.tabbed-actions .ui.buttons .button:last-child{border-radius:0}.sidebar-container-enter.sidebar-container-enter-active .ui.segment.tabbed-actions .ui.basic.active.button{background-color:#edf1f2!important}.sidebar-container-enter.sidebar-container-enter-active .ui.segment.object-listing{flex:1 1 auto;overflow-x:hidden;overflow-y:scroll}.sidebar-container-enter.sidebar-container-enter-active .ui.icon.button:hover{background-color:#edf1f2!important}.sidebar-container-enter.sidebar-container-enter-active ul{flex:1 0 auto;margin:0}.sidebar-container-enter.sidebar-container-enter-active ul li{display:flex;align-items:center;justify-content:space-between;padding:10px 0 10px 5px;cursor:pointer}.sidebar-container-enter.sidebar-container-enter-active ul li .ui.basic.icon.button{margin-right:5px}.sidebar-container-enter.sidebar-container-enter-active ul li.selected-item{background-color:#edf1f2}.sidebar-container-enter.sidebar-container-enter-active ul li.selected-item .right-arrow-icon:hover{background:#fff}.sidebar-container-enter.sidebar-container-enter-active ul li.disabled{opacity:.5}.sidebar-container-enter.sidebar-container-enter-active ul li .right-arrow-icon{border-radius:4px}.sidebar-container-enter.sidebar-container-enter-active ul li .right-arrow-icon:hover{background:#edf1f2}.sidebar-container-enter.sidebar-container-enter-active ul li .right-arrow-link-mode{display:flex;width:50px;justify-content:flex-end}.sidebar-container-enter.sidebar-container-enter-active ul li span{display:flex;align-items:center}.sidebar-container-enter.sidebar-container-enter-active ul li span .icon{padding-right:10px}.sidebar-container-enter.sidebar-container-enter-active .ui.segment.form.actions,.sidebar-container-enter.sidebar-container-enter-active .ui.segment.form.sidebar-image-data{padding-bottom:1em}.sidebar-container-enter.sidebar-container-enter-active .ui.accordion .title{display:flex;justify-content:space-between}.sidebar-container-enter.sidebar-container-enter-active .ui.accordion .content{padding:0}.sidebar-container-enter.sidebar-container-enter-active .infos{color:#68778d;font-size:.8rem!important}.sidebar-container-enter.sidebar-container-enter-active .home-icon{padding-left:5px}.sidebar-container-enter.sidebar-container-enter-active .ui.breadcrumb .divider{margin-right:5px;margin-left:5px}.sidebar-container-enter-done{position:fixed;z-index:150;top:0;right:0;width:375px;height:100vh;background-color:#fff;box-shadow:0 1px 2px 0 #c7d5d8;transition:right .3s cubic-bezier(.6,-.28,.735,.045),height .3s cubic-bezier(.6,-.28,.735,.045),width .3s cubic-bezier(.6,-.28,.735,.045),top .3s cubic-bezier(.6,-.28,.735,.045)}.sidebar-container-enter-done.collapsed{right:-355px}.sidebar-container-enter-done.collapsed .tabs-wrapper{opacity:0;transition:opacity .3s cubic-bezier(.6,-.28,.735,.045)}.sidebar-container-enter-done.full-size{width:calc(100% - 80px)}.sidebar-container-enter-done.full-size.no-toolbar{width:calc(100% - 20px)}@media (max-width:400px){.sidebar-container-enter-done{width:100vw;max-width:375px}.sidebar-container-enter-done.collapsed{right:calc(-100vw + 20px)}}.sidebar-container-enter-done .ui.raised.segments{display:flex;height:100%;flex-direction:column}.sidebar-container-enter-done button{padding:0;border:0;background:transparent;text-align:initial}.sidebar-container-enter-done button:focus{outline:none}.sidebar-container-enter-done .trigger,.sidebar-container-enter-done .trigger:focus,.sidebar-container-enter-done .trigger:hover{position:absolute;z-index:1;top:50%;left:0;width:20px;height:80px;padding:0;margin-top:-40px;-webkit-animation:sidebar-toggle-button-highlight .5s;animation:sidebar-toggle-button-highlight .5s;-webkit-animation-iteration-count:4;animation-iteration-count:4;background:transparent;border-radius:0;opacity:.05;transition:opacity .3s}.sidebar-container-enter-done .trigger:hover{opacity:.3;transition:opacity .3s}.sidebar-container-enter-done .trigger:before{position:relative;left:8px;display:block;width:4px;height:100%;-webkit-animation:sidebar-toggle-button-before-highlight .5s;animation:sidebar-toggle-button-before-highlight .5s;-webkit-animation-iteration-count:3;animation-iteration-count:3;background:#007eb1;content:""}.sidebar-container-enter-done .tab-wrapper{height:calc(100% - 61px);padding:0;border-bottom:none;overflow-x:hidden;overflow-y:auto}.sidebar-container-enter-done .tab-wrapper>*{display:none}.sidebar-container-enter-done .tab-wrapper>:last-child{display:block}.sidebar-container-enter-done .tabs-wrapper{height:100%}.sidebar-container-enter-done .tabs-wrapper .formtabs.menu a:first-child{margin-left:36px}.sidebar-container-enter-done .tab-forbidden{margin:calc(50% - 24px) auto;color:#bac5c7}.sidebar-container-enter-done header{display:flex;height:60px;align-items:center;justify-content:space-between;padding:8px 20px;border-bottom:4px solid #b8c6c8}.sidebar-container-enter-done header .icon{padding-right:10px}.sidebar-container-enter-done header h2{flex:1 0 auto;margin:0!important;color:#517776;font-size:16px}.sidebar-container-enter-done header form{flex:1 0 auto}.sidebar-container-enter-done header .search{width:100%}.sidebar-container-enter-done header .search input{border:none}.sidebar-container-enter-done header a{display:flex}.sidebar-container-enter-done header.pulled{justify-content:flex-start;padding-right:10px;padding-left:10px}.sidebar-container-enter-done header.pulled button{margin-right:10px;cursor:pointer}.sidebar-container-enter-done .ui.segment:not(.tab){border-bottom:1px solid #b8c6c8}.sidebar-container-enter-done .ui.segment.tabbed-actions{display:flex;justify-content:space-around;padding:0;border-top:1px solid #b8c6c8;border-bottom:1px solid #b8c6c8}.sidebar-container-enter-done .ui.segment.tabbed-actions .ui.buttons{width:100%}.sidebar-container-enter-done .ui.segment.tabbed-actions .ui.buttons .button:last-child{border-radius:0}.sidebar-container-enter-done .ui.segment.tabbed-actions .ui.basic.active.button{background-color:#edf1f2!important}.sidebar-container-enter-done .ui.segment.object-listing{flex:1 1 auto;overflow-x:hidden;overflow-y:scroll}.sidebar-container-enter-done .ui.icon.button:hover{background-color:#edf1f2!important}.sidebar-container-enter-done ul{flex:1 0 auto;margin:0}.sidebar-container-enter-done ul li{display:flex;align-items:center;justify-content:space-between;padding:10px 0 10px 5px;cursor:pointer}.sidebar-container-enter-done ul li .ui.basic.icon.button{margin-right:5px}.sidebar-container-enter-done ul li.selected-item{background-color:#edf1f2}.sidebar-container-enter-done ul li.selected-item .right-arrow-icon:hover{background:#fff}.sidebar-container-enter-done ul li.disabled{opacity:.5}.sidebar-container-enter-done ul li .right-arrow-icon{border-radius:4px}.sidebar-container-enter-done ul li .right-arrow-icon:hover{background:#edf1f2}.sidebar-container-enter-done ul li .right-arrow-link-mode{display:flex;width:50px;justify-content:flex-end}.sidebar-container-enter-done ul li span{display:flex;align-items:center}.sidebar-container-enter-done ul li span .icon{padding-right:10px}.sidebar-container-enter-done .ui.segment.form.actions,.sidebar-container-enter-done .ui.segment.form.sidebar-image-data{padding-bottom:1em}.sidebar-container-enter-done .ui.accordion .title{display:flex;justify-content:space-between}.sidebar-container-enter-done .ui.accordion .content{padding:0}.sidebar-container-enter-done .infos{color:#68778d;font-size:.8rem!important}.sidebar-container-enter-done .home-icon{padding-left:5px}.sidebar-container-enter-done .ui.breadcrumb .divider{margin-right:5px;margin-left:5px}.sidebar-container-exit{position:fixed;z-index:150;top:0;right:0;width:375px;height:100vh;background-color:#fff;box-shadow:0 1px 2px 0 #c7d5d8;transition:right .3s cubic-bezier(.6,-.28,.735,.045),height .3s cubic-bezier(.6,-.28,.735,.045),width .3s cubic-bezier(.6,-.28,.735,.045),top .3s cubic-bezier(.6,-.28,.735,.045);transform:translate(0);transition:transform .5s cubic-bezier(.09,.11,.24,.91)}.sidebar-container-exit.collapsed{right:-355px}.sidebar-container-exit.collapsed .tabs-wrapper{opacity:0;transition:opacity .3s cubic-bezier(.6,-.28,.735,.045)}.sidebar-container-exit.full-size{width:calc(100% - 80px)}.sidebar-container-exit.full-size.no-toolbar{width:calc(100% - 20px)}@media (max-width:400px){.sidebar-container-exit{width:100vw;max-width:375px}.sidebar-container-exit.collapsed{right:calc(-100vw + 20px)}}.sidebar-container-exit .ui.raised.segments{display:flex;height:100%;flex-direction:column}.sidebar-container-exit button{padding:0;border:0;background:transparent;text-align:initial}.sidebar-container-exit button:focus{outline:none}.sidebar-container-exit .trigger,.sidebar-container-exit .trigger:focus,.sidebar-container-exit .trigger:hover{position:absolute;z-index:1;top:50%;left:0;width:20px;height:80px;padding:0;margin-top:-40px;-webkit-animation:sidebar-toggle-button-highlight .5s;animation:sidebar-toggle-button-highlight .5s;-webkit-animation-iteration-count:4;animation-iteration-count:4;background:transparent;border-radius:0;opacity:.05;transition:opacity .3s}.sidebar-container-exit .trigger:hover{opacity:.3;transition:opacity .3s}.sidebar-container-exit .trigger:before{position:relative;left:8px;display:block;width:4px;height:100%;-webkit-animation:sidebar-toggle-button-before-highlight .5s;animation:sidebar-toggle-button-before-highlight .5s;-webkit-animation-iteration-count:3;animation-iteration-count:3;background:#007eb1;content:""}.sidebar-container-exit .tab-wrapper{height:calc(100% - 61px);padding:0;border-bottom:none;overflow-x:hidden;overflow-y:auto}.sidebar-container-exit .tab-wrapper>*{display:none}.sidebar-container-exit .tab-wrapper>:last-child{display:block}.sidebar-container-exit .tabs-wrapper{height:100%}.sidebar-container-exit .tabs-wrapper .formtabs.menu a:first-child{margin-left:36px}.sidebar-container-exit .tab-forbidden{margin:calc(50% - 24px) auto;color:#bac5c7}.sidebar-container-exit header{display:flex;height:60px;align-items:center;justify-content:space-between;padding:8px 20px;border-bottom:4px solid #b8c6c8}.sidebar-container-exit header .icon{padding-right:10px}.sidebar-container-exit header h2{flex:1 0 auto;margin:0!important;color:#517776;font-size:16px}.sidebar-container-exit header form{flex:1 0 auto}.sidebar-container-exit header .search{width:100%}.sidebar-container-exit header .search input{border:none}.sidebar-container-exit header a{display:flex}.sidebar-container-exit header.pulled{justify-content:flex-start;padding-right:10px;padding-left:10px}.sidebar-container-exit header.pulled button{margin-right:10px;cursor:pointer}.sidebar-container-exit .ui.segment:not(.tab){border-bottom:1px solid #b8c6c8}.sidebar-container-exit .ui.segment.tabbed-actions{display:flex;justify-content:space-around;padding:0;border-top:1px solid #b8c6c8;border-bottom:1px solid #b8c6c8}.sidebar-container-exit .ui.segment.tabbed-actions .ui.buttons{width:100%}.sidebar-container-exit .ui.segment.tabbed-actions .ui.buttons .button:last-child{border-radius:0}.sidebar-container-exit .ui.segment.tabbed-actions .ui.basic.active.button{background-color:#edf1f2!important}.sidebar-container-exit .ui.segment.object-listing{flex:1 1 auto;overflow-x:hidden;overflow-y:scroll}.sidebar-container-exit .ui.icon.button:hover{background-color:#edf1f2!important}.sidebar-container-exit ul{flex:1 0 auto;margin:0}.sidebar-container-exit ul li{display:flex;align-items:center;justify-content:space-between;padding:10px 0 10px 5px;cursor:pointer}.sidebar-container-exit ul li .ui.basic.icon.button{margin-right:5px}.sidebar-container-exit ul li.selected-item{background-color:#edf1f2}.sidebar-container-exit ul li.selected-item .right-arrow-icon:hover{background:#fff}.sidebar-container-exit ul li.disabled{opacity:.5}.sidebar-container-exit ul li .right-arrow-icon{border-radius:4px}.sidebar-container-exit ul li .right-arrow-icon:hover{background:#edf1f2}.sidebar-container-exit ul li .right-arrow-link-mode{display:flex;width:50px;justify-content:flex-end}.sidebar-container-exit ul li span{display:flex;align-items:center}.sidebar-container-exit ul li span .icon{padding-right:10px}.sidebar-container-exit .ui.segment.form.actions,.sidebar-container-exit .ui.segment.form.sidebar-image-data{padding-bottom:1em}.sidebar-container-exit .ui.accordion .title{display:flex;justify-content:space-between}.sidebar-container-exit .ui.accordion .content{padding:0}.sidebar-container-exit .infos{color:#68778d;font-size:.8rem!important}.sidebar-container-exit .home-icon{padding-left:5px}.sidebar-container-exit .ui.breadcrumb .divider{margin-right:5px;margin-left:5px}.sidebar-container-exit.sidebar-container-exit-active{position:fixed;z-index:150;top:0;right:0;width:375px;height:100vh;background-color:#fff;box-shadow:0 1px 2px 0 #c7d5d8;transition:right .3s cubic-bezier(.6,-.28,.735,.045),height .3s cubic-bezier(.6,-.28,.735,.045),width .3s cubic-bezier(.6,-.28,.735,.045),top .3s cubic-bezier(.6,-.28,.735,.045);transform:translate(100%);transition:transform .5s cubic-bezier(.09,.11,.24,.91)}.sidebar-container-exit.sidebar-container-exit-active.collapsed{right:-355px}.sidebar-container-exit.sidebar-container-exit-active.collapsed .tabs-wrapper{opacity:0;transition:opacity .3s cubic-bezier(.6,-.28,.735,.045)}.sidebar-container-exit.sidebar-container-exit-active.full-size{width:calc(100% - 80px)}.sidebar-container-exit.sidebar-container-exit-active.full-size.no-toolbar{width:calc(100% - 20px)}@media (max-width:400px){.sidebar-container-exit.sidebar-container-exit-active{width:100vw;max-width:375px}.sidebar-container-exit.sidebar-container-exit-active.collapsed{right:calc(-100vw + 20px)}}.sidebar-container-exit.sidebar-container-exit-active .ui.raised.segments{display:flex;height:100%;flex-direction:column}.sidebar-container-exit.sidebar-container-exit-active button{padding:0;border:0;background:transparent;text-align:initial}.sidebar-container-exit.sidebar-container-exit-active button:focus{outline:none}.sidebar-container-exit.sidebar-container-exit-active .trigger,.sidebar-container-exit.sidebar-container-exit-active .trigger:focus,.sidebar-container-exit.sidebar-container-exit-active .trigger:hover{position:absolute;z-index:1;top:50%;left:0;width:20px;height:80px;padding:0;margin-top:-40px;-webkit-animation:sidebar-toggle-button-highlight .5s;animation:sidebar-toggle-button-highlight .5s;-webkit-animation-iteration-count:4;animation-iteration-count:4;background:transparent;border-radius:0;opacity:.05;transition:opacity .3s}.sidebar-container-exit.sidebar-container-exit-active .trigger:hover{opacity:.3;transition:opacity .3s}.sidebar-container-exit.sidebar-container-exit-active .trigger:before{position:relative;left:8px;display:block;width:4px;height:100%;-webkit-animation:sidebar-toggle-button-before-highlight .5s;animation:sidebar-toggle-button-before-highlight .5s;-webkit-animation-iteration-count:3;animation-iteration-count:3;background:#007eb1;content:""}.sidebar-container-exit.sidebar-container-exit-active .tab-wrapper{height:calc(100% - 61px);padding:0;border-bottom:none;overflow-x:hidden;overflow-y:auto}.sidebar-container-exit.sidebar-container-exit-active .tab-wrapper>*{display:none}.sidebar-container-exit.sidebar-container-exit-active .tab-wrapper>:last-child{display:block}.sidebar-container-exit.sidebar-container-exit-active .tabs-wrapper{height:100%}.sidebar-container-exit.sidebar-container-exit-active .tabs-wrapper .formtabs.menu a:first-child{margin-left:36px}.sidebar-container-exit.sidebar-container-exit-active .tab-forbidden{margin:calc(50% - 24px) auto;color:#bac5c7}.sidebar-container-exit.sidebar-container-exit-active header{display:flex;height:60px;align-items:center;justify-content:space-between;padding:8px 20px;border-bottom:4px solid #b8c6c8}.sidebar-container-exit.sidebar-container-exit-active header .icon{padding-right:10px}.sidebar-container-exit.sidebar-container-exit-active header h2{flex:1 0 auto;margin:0!important;color:#517776;font-size:16px}.sidebar-container-exit.sidebar-container-exit-active header form{flex:1 0 auto}.sidebar-container-exit.sidebar-container-exit-active header .search{width:100%}.sidebar-container-exit.sidebar-container-exit-active header .search input{border:none}.sidebar-container-exit.sidebar-container-exit-active header a{display:flex}.sidebar-container-exit.sidebar-container-exit-active header.pulled{justify-content:flex-start;padding-right:10px;padding-left:10px}.sidebar-container-exit.sidebar-container-exit-active header.pulled button{margin-right:10px;cursor:pointer}.sidebar-container-exit.sidebar-container-exit-active .ui.segment:not(.tab){border-bottom:1px solid #b8c6c8}.sidebar-container-exit.sidebar-container-exit-active .ui.segment.tabbed-actions{display:flex;justify-content:space-around;padding:0;border-top:1px solid #b8c6c8;border-bottom:1px solid #b8c6c8}.sidebar-container-exit.sidebar-container-exit-active .ui.segment.tabbed-actions .ui.buttons{width:100%}.sidebar-container-exit.sidebar-container-exit-active .ui.segment.tabbed-actions .ui.buttons .button:last-child{border-radius:0}.sidebar-container-exit.sidebar-container-exit-active .ui.segment.tabbed-actions .ui.basic.active.button{background-color:#edf1f2!important}.sidebar-container-exit.sidebar-container-exit-active .ui.segment.object-listing{flex:1 1 auto;overflow-x:hidden;overflow-y:scroll}.sidebar-container-exit.sidebar-container-exit-active .ui.icon.button:hover{background-color:#edf1f2!important}.sidebar-container-exit.sidebar-container-exit-active ul{flex:1 0 auto;margin:0}.sidebar-container-exit.sidebar-container-exit-active ul li{display:flex;align-items:center;justify-content:space-between;padding:10px 0 10px 5px;cursor:pointer}.sidebar-container-exit.sidebar-container-exit-active ul li .ui.basic.icon.button{margin-right:5px}.sidebar-container-exit.sidebar-container-exit-active ul li.selected-item{background-color:#edf1f2}.sidebar-container-exit.sidebar-container-exit-active ul li.selected-item .right-arrow-icon:hover{background:#fff}.sidebar-container-exit.sidebar-container-exit-active ul li.disabled{opacity:.5}.sidebar-container-exit.sidebar-container-exit-active ul li .right-arrow-icon{border-radius:4px}.sidebar-container-exit.sidebar-container-exit-active ul li .right-arrow-icon:hover{background:#edf1f2}.sidebar-container-exit.sidebar-container-exit-active ul li .right-arrow-link-mode{display:flex;width:50px;justify-content:flex-end}.sidebar-container-exit.sidebar-container-exit-active ul li span{display:flex;align-items:center}.sidebar-container-exit.sidebar-container-exit-active ul li span .icon{padding-right:10px}.sidebar-container-exit.sidebar-container-exit-active .ui.segment.form.actions,.sidebar-container-exit.sidebar-container-exit-active .ui.segment.form.sidebar-image-data{padding-bottom:1em}.sidebar-container-exit.sidebar-container-exit-active .ui.accordion .title{display:flex;justify-content:space-between}.sidebar-container-exit.sidebar-container-exit-active .ui.accordion .content{padding:0}.sidebar-container-exit.sidebar-container-exit-active .infos{color:#68778d;font-size:.8rem!important}.sidebar-container-exit.sidebar-container-exit-active .home-icon{padding-left:5px}.sidebar-container-exit.sidebar-container-exit-active .ui.breadcrumb .divider{margin-right:5px;margin-left:5px}.sidebar-metadata-container{display:flex;justify-content:space-between}.field-file-name{display:flex;align-items:flex-end;padding:20px 0;overflow-wrap:anywhere}.align-tools,.field-image_size{display:flex!important;align-items:center}.align-tools .ui.icon.button,.field-image_size .ui.icon.button{padding:4px;margin-left:4px;border-radius:1px;color:#826a6a!important}.align-tools .ui.icon.button:hover,.field-image_size .ui.icon.button:hover{background-color:#edf1f2!important}.align-tools .ui.buttons:first-child .ui.icon.button,.field-image_size .ui.buttons:first-child .ui.icon.button{margin-left:0}.align-tools .ui.active.basic.icon.button,.field-image_size .ui.active.basic.icon.button{border:1px solid #2996da;background:transparent!important}.image-sizes-text{width:24px;font-size:1.42857143rem;line-height:24px;text-align:center}.ui.icon.input+button{position:absolute;top:0;right:10px;width:2.67142857em;height:100%;padding:4px;margin:0;border-radius:1px;color:#826a6a!important;line-height:1;text-align:center}.ui.icon.input+button:hover{background-color:#edf1f2!important}.sidebar-container .home-icon{padding-left:5px}.sidebar-container .ui.breadcrumb .divider{margin-right:5px;margin-left:5px}.recurrence-widget{padding-top:1em}.recurrence-form .ui.basic.button.edit-recurrence,.recurrence-form .ui.basic.button.exclude-button,.recurrence-form .ui.basic.button.include-button,.recurrence-form .ui.basic.button.remove-recurrence,.recurrence-form .ui.basic.button.save,.recurrence-widget .ui.basic.button.edit-recurrence,.recurrence-widget .ui.basic.button.exclude-button,.recurrence-widget .ui.basic.button.include-button,.recurrence-widget .ui.basic.button.remove-recurrence,.recurrence-widget .ui.basic.button.save{border:none;box-shadow:none!important}.recurrence-form .ui.basic.button.edit-recurrence:focus,.recurrence-form .ui.basic.button.edit-recurrence:hover,.recurrence-form .ui.basic.button.exclude-button:focus,.recurrence-form .ui.basic.button.exclude-button:hover,.recurrence-form .ui.basic.button.include-button:focus,.recurrence-form .ui.basic.button.include-button:hover,.recurrence-form .ui.basic.button.remove-recurrence:focus,.recurrence-form .ui.basic.button.remove-recurrence:hover,.recurrence-form .ui.basic.button.save:focus,.recurrence-form .ui.basic.button.save:hover,.recurrence-widget .ui.basic.button.edit-recurrence:focus,.recurrence-widget .ui.basic.button.edit-recurrence:hover,.recurrence-widget .ui.basic.button.exclude-button:focus,.recurrence-widget .ui.basic.button.exclude-button:hover,.recurrence-widget .ui.basic.button.include-button:focus,.recurrence-widget .ui.basic.button.include-button:hover,.recurrence-widget .ui.basic.button.remove-recurrence:focus,.recurrence-widget .ui.basic.button.remove-recurrence:hover,.recurrence-widget .ui.basic.button.save:focus,.recurrence-widget .ui.basic.button.save:hover{box-shadow:none!important}.recurrence-form .ui.basic.button.exclude-button:focus,.recurrence-form .ui.basic.button.exclude-button:hover,.recurrence-widget .ui.basic.button.exclude-button:focus,.recurrence-widget .ui.basic.button.exclude-button:hover{color:#e40166!important}.recurrence-form .ui.basic.button.include-button:focus,.recurrence-form .ui.basic.button.include-button:hover,.recurrence-widget .ui.basic.button.include-button:focus,.recurrence-widget .ui.basic.button.include-button:hover{color:#826a6a!important}.recurrence-form .ui.basic.button.save,.recurrence-widget .ui.basic.button.save{color:#007eb1!important}.recurrence-form .excluded,.recurrence-widget .excluded{color:#68778d;text-decoration:line-through}.DateInput_input,.SingleDatePicker,.SingleDatePickerInput,.ui.input.date-input{width:100%;max-width:100%}.DayPickerNavigation_button,td.CalendarDay{border:0}td.CalendarDay__selected,td.CalendarDay__selected:active,td.CalendarDay__selected:hover{position:relative;border:0;background:transparent;color:inherit;color:#007eb1;font-weight:700}td.CalendarDay__selected:before{position:absolute;top:5%;left:5%;width:90%;height:90%;border:2px solid #007eb1;border-radius:100%;content:""}td.CalendarDay__today{font-weight:700}.DayPickerKeyboardShortcuts_show__bottomRight{width:2.5rem;height:2.5rem}.DayPickerKeyboardShortcuts_show__bottomRight:before{border-top-width:2.5rem;border-right-width:2.5rem;border-right-color:#007eb1}.DayPickerKeyboardShortcuts_show__bottomRight:focus:before,.DayPickerKeyboardShortcuts_show__bottomRight:hover:before{border-right:2.5rem solid #0090cb}.DayPicker.DayPicker__withBorder{background-color:#fff;border-radius:2px;box-shadow:0 0 8px 0 rgba(0,0,0,.1),0 2px 4px 0 rgba(0,0,0,.05),0 2px 20px 0 rgba(0,0,0,.2)}.DateInput_fang{display:none}.default-date .DateInput input.DateInput_input[type=text]{color:#878f93}.CalendarMonth .CalendarMonth_caption{padding-bottom:22px;border-bottom:1px solid #edf1f2;margin-bottom:45px}.CalendarMonth_caption strong{color:#252525;font-family:Poppins;font-size:14px;font-stretch:normal;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.07}ul.DayPicker_weekHeader_ul{display:flex;padding-top:.5rem}.date-time-widget-wrapper{display:flex;align-items:center}.sidebar-container:not(.full-size) #sidebar-metadata .DateInput{width:110px!important;max-width:100%}.sidebar-container:not(.full-size) #sidebar-metadata .SingleDatePicker_picker{left:-115px!important}.ui.input.time-input{max-width:100%}.rc-time-picker{width:100%}.rc-time-picker input.rc-time-picker-input{width:80px!important;max-width:100%}.default-date .rc-time-picker input.rc-time-picker-input[type=text]{color:#878f93}.rc-time-picker-panel{width:300px}.rc-time-picker-panel .rc-time-picker-panel-inner{width:300px;background-color:#fff;border-radius:2px;box-shadow:0 0 8px 0 rgba(0,0,0,.1),0 2px 4px 0 rgba(0,0,0,.05),0 2px 20px 0 rgba(0,0,0,.2)}.rc-time-picker-panel-narrow{width:240px;max-width:none}.rc-time-picker-panel-narrow .rc-time-picker-panel-inner{right:84px;width:240px}.rc-time-picker-panel .rc-time-picker-panel-input-wrap{border-bottom:1px solid #edf1f2}.rc-time-picker-panel .rc-time-picker-panel-combobox{position:relative;display:flex;overflow:hidden}.rc-time-picker-panel .rc-time-picker-panel-combobox:before{position:absolute;top:-5px;left:0;display:block;height:5px;box-shadow:0 0 1.5rem rgba(0,0,0,.4);content:""}.rc-time-picker-panel input.rc-time-picker-panel-input{padding:.5rem .25rem;font-size:1.25rem;text-align:center}.rc-time-picker-panel .rc-time-picker-panel-select{width:100%}.rc-time-picker-panel .rc-time-picker-panel-select ul li{height:auto;padding:.25rem;text-align:center}.rc-time-picker-panel .rc-time-picker-panel-select ul li.rc-time-picker-panel-select-option-selected{width:calc(100% - 1rem);padding:0;border:2px solid #007eb1;margin:.5rem;background:none;border-radius:1rem;color:#007eb1}.rc-time-picker-panel-inner{top:70px;right:24px;width:200px!important}.objectbrowser-field{display:flex;align-items:stretch;border-bottom:1px solid #c7d5d8}.objectbrowser-field .selected-values{display:flex;overflow:hidden;flex:1 1 auto;flex-wrap:wrap;align-items:center;padding:.5em 0;margin-right:1.5em}.objectbrowser-field .selected-values .ui.label{display:flex;overflow:hidden;margin:.3em}.objectbrowser-field .selected-values .ui.label .item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.objectbrowser-field .action.button{padding:0;background:none;color:rgba(0,0,0,.87)}.objectbrowser-field .placeholder{color:#878f93}.objectbrowser-field input{border:none!important}.section-sitemap #page-sitemap ul{line-height:2.5em;list-style-type:none}.section-sitemap #page-sitemap ul li{font-weight:700}.section-sitemap #page-sitemap ul li ul li{font-weight:400}.section-sitemap #page-sitemap li.with-children{font-weight:700}.section-search .items_total{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1em;color:#68778d}.section-search .items_total .header-content{position:relative;display:flex;align-items:center}.section-search .items_total .button-sort{position:relative;padding:4px 2px 4px 4px;margin-left:2px;background:none;border-radius:0;color:#68778d;font-size:14px;font-weight:400}.section-search .items_total .button-sort:before{position:absolute;z-index:-1;width:100%;height:80%;border-right:1px solid #b8c6c8;margin:-2px auto auto;content:""}.section-search .items_total .button-sort:last-of-type:before{position:absolute;z-index:-1;width:100%;height:80%;border-right:0 solid #b8c6c8;margin:-2px auto auto;content:""}.section-search .items_total .button-active{border:none;color:#68778d;font-weight:700}.section-search .items_total .sort-by{padding-right:.3em;color:#68778d;font-size:14px;font-weight:400;line-height:1.4}.section-search #content-core .tileItem{margin-bottom:1.5em}.section-search #content-core .tileItem h2{margin-bottom:.5rem}.section-search .search-footer{text-align:center}.folder-contents .ui.icon.button,.folder-contents .ui.icon.button:hover{background:transparent!important;box-shadow:none}.folder-contents .ui.compact.table td{padding:8px}.folder-contents .ui.compact.table td .row-actions{height:24px;padding-top:4px}.folder-contents .ui.dropdown:hover>.menu>.item:hover>.menu,.folder-contents .ui.dropdown>.menu>.item:active>.menu{top:0!important;left:100%!important;display:block;overflow:visible;width:auto;height:auto;opacity:1}.folder-contents .ui.dropdown .menu>.item{display:flex;align-items:center}.folder-contents .ui.dropdown>.left.menu .menu{margin:0!important}.folder-contents .ui.menu.top-menu{padding:10px 0;border-bottom:4px solid #c7d5d8}.folder-contents .ui.menu .menu.top-menu-menu{border-right:1px solid #b8c6c8}.folder-contents .ui.menu .menu.top-menu-menu .ui.icon.button{padding:10px;margin-left:4px;border-radius:1px;color:#826a6a!important}.folder-contents .ui.menu .menu.top-menu-menu .ui.icon.button:hover{background-color:#edf1f2!important}.folder-contents .ui.menu .menu.top-menu-searchbox{border-left:1px solid #b8c6c8}.folder-contents .ui.secondary.attached.segment.contents-breadcrumbs{display:flex;justify-content:space-between}.folder-contents .ui.secondary.attached.segment.contents-breadcrumbs .ui.dropdown{height:28px}.folder-contents .ui.menu .item.paste:hover,.folder-contents .ui.menu .item.upload:hover{background:none}.folder-contents .ui.dropdown .menu>.item.left-dropdown>svg{position:relative;top:3px}.folder-contents .ui.upward.dropdown>.menu{top:100%;bottom:inherit}.folder-contents .contents-table-wrapper{width:100%;min-height:14rem;overflow-x:auto}.folder-contents .contents-table-wrapper .ui.attached.table{width:100%;max-width:100%;border:none}.folder-contents .ui.dropdown .menu>.item.icon-align,.folder-contents .ui.table .icon-align,.folder-contents .ui.table .icon-align-name{display:flex;align-items:center;padding-top:4px}.folder-contents .ui.table .icon-align-name{overflow:hidden;max-width:330px;justify-content:space-between}.folder-contents .ui.table .icon-align-name svg{flex-shrink:0;color:#878f93}.folder-contents .ui.table .icon-align-name span{display:block;overflow:hidden;max-width:100%;text-overflow:ellipsis}.folder-contents .ui.table .expire-align{display:flex;align-items:center}.folder-contents .ui.table .icon-margin{margin-right:.3em}.folder-contents .ui.table .button-margin{padding:4px;margin-right:1em;background-color:#e40166;color:#fff}@media only screen and (min-width:1200px){.folder-contents .ui.table.single.line tbody{white-space:normal;word-break:break-word}}.contents-pagination .ui.secondary.menu .item{color:#878f93}.contents-pagination .ui.secondary.menu a.item,.contents-pagination .ui.secondary.menu a.item.active{color:#007eb1}.contents-pagination .ui.secondary.menu a.item.active,.contents-pagination .ui.secondary.menu a.item:hover{background-color:#edf1f2!important}#content-core .dragging-cell{opacity:0}#content-core .dragging-row{background:rgba(0,0,0,.05)}.ui.page.modals .content .upload-row{white-space:normal;word-break:break-all}.contenttype-event h1.documentFirstHeading{display:flex}.event-view .download-event{display:flex;align-items:center;margin-top:2rem}@media print{#toolbar,.hamburger,.ui.basic.segment .header .tools-search-wrapper,.ui.inverted.grey.segment,.ui.pointing.secondary.stackable.computer.large.screen.widescreen.only.menu,.ui.secondary.vertical.segment.breadcrumbs{display:none}.logo{margin-left:-1.2em}}.show-all-users{width:500px;align-items:center;margin:auto;background:#faf8f8;color:#878f93;text-transform:none}.show-all-users p{padding-left:65px}.ui.button.show-all-users{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto;color:#878f93}.skiplinks-wrapper{position:absolute;top:-100%}.skiplinks-wrapper a.skiplink{display:inline-block;color:#007eb1}.skiplinks-wrapper a.skiplink:focus{position:fixed;z-index:9999;top:10px;left:10px;padding:10px;border:2px solid #007eb1;background:#fff;outline:3px solid #007eb1}.skiplinks-wrapper a.skiplink:hover{border-color:#006b96;color:#006b96}.skiplinks-wrapper+.ui.segment{margin-top:0}@-webkit-keyframes field-just-changed-anim{0%{background-color:#ff0}to{background-color:transparent}}@keyframes field-just-changed-anim{0%{background-color:#ff0}to{background-color:transparent}}.field-just-changed{-webkit-animation:field-just-changed-anim .5s;animation:field-just-changed-anim .5s}.ui.segment.form.attached .field:last-child{margin-bottom:1em}.field.inline .add-item-button-wrapper{padding:1rem 0 0 1rem}.field.inline .add-item-button-wrapper .ui.button{display:inline-block;padding:7px 10px;border:2px solid #007eb1;margin-bottom:10px;background-color:transparent;border-radius:10px;color:#007eb1;cursor:pointer;font-size:16px;opacity:.8}.objectlist-widget{margin-bottom:20px}.objectlist-widget [data-rbd-draggable-context-id]{margin-bottom:0}.objectlist-widget button{padding:0;border:0;background:transparent;text-align:initial}.objectlist-widget .ui.accordion{border:1px solid #ddd}.objectlist-widget .ui.accordion .ui.segment{padding-right:0;padding-left:0;border-bottom:none;box-shadow:none}.objectlist-widget .ui.accordion .title{display:flex;justify-content:space-between}.objectlist-widget .accordion-tools button{cursor:pointer}[id^=blockform-fieldset-] .objectlist-widget [data-rbd-droppable-id]{margin-right:10px;margin-left:10px}.ui.accordion .ui.segment{border:none}.ui.accordion.form .objectlist-widget .accordion{margin-top:0}.accordion-title-wrapper{display:flex;align-content:center}.querystring-widget{padding-bottom:20px}.query-widget .simple-field-name,.querystring-widget .simple-field-name{padding-top:20px;padding-bottom:10px;font-weight:500}.query-widget .fields,.querystring-widget .fields{flex-wrap:wrap;padding-bottom:20px;border-bottom:1px dotted #c7d5d8}.query-widget .fields:last-child,.querystring-widget .fields:last-child{padding-bottom:0;border-bottom:none}.query-widget .main-fields-wrapper,.querystring-widget .main-fields-wrapper{display:flex;width:100%;flex:1 0 auto;padding-right:.5em;padding-left:.5em}.query-widget .button .icon,.querystring-widget .button .icon{margin:0!important}.field.inline.dictwidget .ui.grid.entries-list{margin:0}body.babel-view #page-add-translation #page-add .language-independent-field,body.babel-view .field.language-independent-field{pointer-events:none}body.babel-view #page-add-translation #page-add .language-independent-field .ui.checkbox label:after,body.babel-view #page-add-translation #page-add .language-independent-field input,body.babel-view #page-add-translation #page-add .language-independent-field svg,body.babel-view .field.language-independent-field .ui.checkbox label:after,body.babel-view .field.language-independent-field input,body.babel-view .field.language-independent-field svg{opacity:.3!important}#page-login .help a:focus,#page-login .help a:hover{text-decoration:underline}#page-login .ui.secondary.segment{color:rgba(0,0,0,.87)}#page-login a#login-form-cancel.ui.basic.button.secondary:focus svg,#page-login a#login-form-cancel.ui.basic.button.secondary:hover svg,#page-login button#login-form-submit.ui.basic.button.primary:focus svg,#page-login button#login-form-submit.ui.basic.button.primary:hover svg{box-shadow:0 0 .5em rgba(86,87,89,.5)}#page-login .row .column{width:100%!important}#page-login .row .column label{margin-top:1rem;margin-bottom:0}#page-login .row .column .wrapper{min-height:0}#page-login .ui.segment.form{padding-top:1rem}.language-selector{margin-right:20px}.language-selector a:not(:last-child):after{margin-right:5px;margin-left:5px;content:"|";font-weight:400}.language-selector .selected{font-weight:700}.summary-view article{margin:2.5rem 0}
8
- /*# sourceMappingURL=client.4276094c.chunk.css.map */
8
+ /*# sourceMappingURL=client.9942f128.chunk.css.map */
@@ -1,2 +1,2 @@
1
1
  .rc-time-picker{display:inline-block;position:relative}.rc-time-picker,.rc-time-picker *{box-sizing:border-box}.rc-time-picker-clear{position:absolute;right:6px;cursor:pointer;overflow:hidden;width:20px;height:20px;text-align:center;line-height:20px;top:3px;margin:0}.rc-time-picker-clear-icon:after{content:"x";font-size:12px;font-style:normal;color:#aaa;display:inline-block;line-height:1;height:20px;width:20px;transition:color .3s ease}.rc-time-picker-clear-icon:hover:after{color:#666}.rc-time-picker-input{width:100%;position:relative;display:inline-block;padding:4px 7px;height:28px;cursor:text;font-size:12px;line-height:1.5;color:#666;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:4px;transition:border .2s cubic-bezier(.645,.045,.355,1),background .2s cubic-bezier(.645,.045,.355,1),box-shadow .2s cubic-bezier(.645,.045,.355,1)}.rc-time-picker-input[disabled]{color:#ccc;background:#f7f7f7;cursor:not-allowed}.rc-time-picker-panel{z-index:1070;width:170px;position:absolute;box-sizing:border-box}.rc-time-picker-panel *{box-sizing:border-box}.rc-time-picker-panel-inner{display:inline-block;position:relative;outline:none;list-style:none;font-size:12px;text-align:left;background-color:#fff;border-radius:4px;box-shadow:0 1px 5px #ccc;background-clip:padding-box;border:1px solid #ccc;line-height:1.5}.rc-time-picker-panel-narrow{max-width:113px}.rc-time-picker-panel-input{margin:0;padding:0;width:100%;cursor:auto;line-height:1.5;outline:0;border:1px solid transparent}.rc-time-picker-panel-input-wrap{box-sizing:border-box;position:relative;padding:6px;border-bottom:1px solid #e9e9e9}.rc-time-picker-panel-input-invalid{border-color:red}.rc-time-picker-panel-select{float:left;font-size:12px;border:1px solid #e9e9e9;border-width:0 1px;margin-left:-1px;box-sizing:border-box;width:56px;max-height:144px;overflow-y:auto;position:relative}.rc-time-picker-panel-select-active{overflow-y:auto}.rc-time-picker-panel-select:first-child{border-left:0;margin-left:0}.rc-time-picker-panel-select:last-child{border-right:0}.rc-time-picker-panel-select ul{list-style:none;box-sizing:border-box;margin:0;padding:0;width:100%}.rc-time-picker-panel-select li{list-style:none;margin:0;padding:0 0 0 16px;width:100%;height:24px;line-height:24px;text-align:left;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rc-time-picker-panel-select li:hover{background:#edfaff}li.rc-time-picker-panel-select-option-selected{background:#f7f7f7;font-weight:700}li.rc-time-picker-panel-select-option-disabled{color:#ccc}li.rc-time-picker-panel-select-option-disabled:hover{background:transparent;cursor:not-allowed}
2
- /*# sourceMappingURL=plone-volto-components-manage-Widgets-DatetimeWidget.b91b7bf1.chunk.css.map */
2
+ /*# sourceMappingURL=plone-volto-components-manage-Widgets-DatetimeWidget.b8ddbbab.chunk.css.map */
@@ -0,0 +1,2 @@
1
+ (window.__LOADABLE_LOADED_CHUNKS__=window.__LOADABLE_LOADED_CHUNKS__||[]).push([[21],{rwei:function(e){e.exports=JSON.parse('{"<p>Add some HTML here</p>":"<p>Afegeix codi HTML aqu\xed</p>","Accessibility":"Accessibilitat","Account Registration Completed":"Registre del compte completat","Account activation completed":"Activaci\xf3 del compte completat","Action":"Acci\xf3","Actions":"Accions","Activate and deactivate":"Activar i desactivar","Add":"Afegeix","Add (object list)":"","Add Addons":"Afegeix complements","Add Content":"Afegeix contingut","Add Translation\u2026":"Afegeix traducci\xf3\u2026","Add User":"Afegeix usuari","Add a description\u2026":"Afegeix una descripci\xf3","Add block":"Afegeix bloc","Add block\u2026":"Afegeix bloc\u2026","Add criteria":"Afegeix criteri","Add date":"Afegeix data","Add field":"Afegeix camp","Add fieldset":"Afegeix grup de camps (fieldset)","Add group":"Afegeix grup","Add new content type":"Afegeix un nou tipus de contingut","Add new group":"Afegeix un nou grup","Add new user":"Afegeix un nou usuari","Add to Groups":"Afegeix a grups","Add vocabulary term":"Afegeix un nou terme del vocabulari","Add {type}":"Afegeix {type}","Add-ons Settings":"Configuraci\xf3 de complements","Additional date":"Data addicional","Alignment":"Posicionament","All":"Tots","Alphabetically":"Alfab\xe8ticament","Alt text":"Text alternatiu (alt)","Alt text hint":"Deixeu el camp buit si la imatge \xe9s purament decorativa","Alt text hint link text":"Descriu el prop\xf2sit de la imatge","Apply working copy":"Aplicar la c\xf2pia de treball","Are you sure you want to delete this field?":"Esteu segurs que voleu eliminar aquest camp?","Are you sure you want to delete this fieldset including all fields?":"Esteu segurs que voleu eliminar aquest grup de camps i tots els camps que inclou?","Ascending":"Ascendent","Available":"Disponible","Back":"Enrere","Base":"Base","Base search query":"Base de cerca","Block":"Bloc","Both email address and password are case sensitive, check that caps lock is not enabled.":"Tant l\'adre\xe7a de correu electr\xf2nic com la contrasenya s\xf3n sensibles a les maj\xfascules i min\xfascules, comproveu que no teniu activada la tecla de bloqueig de les maj\xfascules.","Breadcrumbs":"Barra de ruta","Browse":"Navegui","Browse the site, drop an image, or type an URL":"Navegueu pel lloc, deixeu anar una imatge o escriviu un URL","By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.":"Per defecte, els permisos del contenidor d\'aquest element s\xf3n heretats. Si es desactiva, nom\xe9s seran v\xe0lids els permisos de compartici\xf3 definits expl\xedcitament. A la vista general, el s\xedmbol ${inherited} indica un valor heretat. De la mateixa manera, el s\xedmbol ${global} indica un rol global, que \xe9s gestionat per l\'administrador del lloc.","Cache Name":"Nom de la mem\xf2ria cau","Can not edit Layout for <strong>{type}</strong> content-type as it doesn\'t have support for <strong>Volto Blocks</strong> enabled":"No es pot editar el disseny per al tipus de contingut <strong>{type}</strong> ja que no \xe9s compatible amb <strong>el blocs de Volto</strong> activats","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"No es pot editar el disseny per al tipus de contingut <strong>{type}</strong> ja que el comportament de <strong>blocs</strong> est\xe0 habilitat i <strong>nom\xe9s de lectura</strong>","Cancel":"Cancel\xb7lar","Cell":"C\xe8l\xb7lula","Center":"Centre","Change Note":"Canvia nota","Change Password":"Canvia la contrasenya","Change State":"Canvia d\'estat","Change workflow state recursively":"Canvieu l\'estat del flux de treball de manera recursiva","Changes applied.":"Canvis aplicats","Changes saved":"S\'han guardat els canvis","Changes saved.":"S\'han guardat els canvis.","Checkbox":"Casella de selecci\xf3","Choices":"Opcions","Choose Image":"Trieu Imatge","Choose Target":"Trieu Dest\xed","Choose a file":"Trieu un fitxer","Clear":"Clar","Clear filters":"Esborra filtres","Click to download full sized image":"Feu clic per descarregar la imatge a mida completa","Close":"Tanca","Close menu":"Tanca el men\xfa","Code":"Codi","Collapse item":"Replega l\'element","Collection":"Col\xb7lecci\xf3","Comment":"Comentar","Commenter":"Comentarista","Comments":"Comentaris","Compare":"Compara","Confirm password":"Confirma la contrassenya","Connection refused":"Connexi\xf3 rebutjada","Contact":"Contacte","Contact form":"Formulari de contacte","Contained items":"Elements continguts","Content type created":"Tipus de contingut creat","Content type deleted":"S\'ha suprimit el tipus de contingut","Contents":"Continguts","Controls":"Controls","Copy":"Copia","Copy blocks":"Copiar blocks","Copyright":"Copyright","Copyright statement or other rights information on this item.":"Declaraci\xf3 de drets d\'autor o informaci\xf3 sobre altres drets sobre aquest article.","Create working copy":"Crea una c\xf2pia de treball","Created by {creator} on {date}":"Creat per {creator} el {date}","Created on":"Creat el","Creator":"Creador","Creators":"Creadors","Criteria":"Criteris","Current filters applied":"S\'han aplicat els filtres actuals","Current password":"Contrasenya actual","Cut":"Talla","Cut blocks":"Talla bloc","Daily":"Di\xe0riament","Database Information":"Informaci\xf3 de la base de dades","Database Location":"Ubicaci\xf3 de la base de dades","Database Size":"Mida de la base de dades","Database main":"Base de dades principal","Date":"Data","Date (newest first)":"Data (el m\xe9s nou primer)","Default":"Per defecte","Delete":"Suprimeix","Delete Group":"Suprimeix el grup","Delete Type":"Suprimeix el tipus","Delete User":"Suprimeix l\'usuari","Delete blocks":"Esborra blocs","Delete col":"Esborra la columna","Delete row":"Suprimeix la fila","Depth":"Profunditat","Descending":"Descendent","Description":"Descripci\xf3","Diff":"Difer\xe8ncia","Difference between revision {one} and {two} of {title}":"Difer\xe8ncia entre la revisi\xf3 {one} i {two} de {title}","Distributed under the {license}.":"Distribu\xeft sota la {license}.","Divide each row into separate cells":"Afegeix una vora a les columnes interiors","Do you really want to delete the following items?":"Realment voleu suprimir els elements seg\xfcents?","Do you really want to delete the group {groupname}?":"Realment voleu suprimir el grup {groupname}?","Do you really want to delete the type {typename}?":"Realment voleu suprimir el tipus {typename}?","Do you really want to delete the user {username}?":"Realment voleu suprimir l\'usuari {username}?","Do you really want to delete this item?":"Realment voleu suprimir aquest element?","Document":"Document","Download Event":"","Drag and drop files from your computer onto this area or click the \u201cBrowse\u201d button.":"Arrossegueu i deixeu anar fitxers des del vostre ordinador a aquesta \xe0rea o feu clic al bot\xf3 \'Examinar\'.","Drop file here to replace the existing file":"Deixeu anar el fitxer aqu\xed per substituir el fitxer existent","Drop file here to upload a new file":"Deixeu anar el fitxer aqu\xed per pujar un fitxer nou","Drop files here ...":"Deixeu fitxers aqu\xed...","E-mail":"correu electr\xf2nic","E-mail addresses do not match.":"Les adreces de correu electr\xf2nic no coincideixen.","Edit":"Edita","Edit comment":"Edita el comentari","Edit field":"Edita el camp","Edit fieldset":"Edita el conjunt de camps","Edit recurrence":"Edita la recurr\xe8ncia","Edit values":"Edita valors","Edit {title}":"Edita {title}","Email":"Correu electr\xf2nic","Email sent":"Email enviat","Embed code error, please follow the instructions and try again.":"Error d\'inserci\xf3 del codi, seguiu les instruccions i torneu-ho a provar.","Embeded Google Maps":"Google Maps incrustat","Empty object list":"Llista d\'objectes buida","Enable editable Blocks":"Activa els blocs editables","End Date":"Data de finalitzaci\xf3","Enter URL or select an item":"Introdu\xefu l\'URL o seleccioneu un element","Enter a username above to search or click \'Show All\'":"Introdu\xefu un nom d\'usuari a dalt per cercar o feu clic a \'Mostra-ho tot\'","Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.":"Introdu\xefu una adre\xe7a de correu electr\xf2nic. Aquest ser\xe0 el vostre nom d\'inici de sessi\xf3. Respectem la vostra privadesa i no donarem l\'adre\xe7a a tercers ni l\'exposarem enlloc.","Enter full name, e.g. John Smith.":"Introdu\xefu el nom complet, per exemple John Smith.","Enter map Embed Code":"Introdu\xefu el codi d\'inserci\xf3 del mapa","Enter your current password.":"Introdu\xefu la vostra contrasenya actual.","Enter your email for verification.":"","Enter your new password. Minimum 5 characters.":"Introdu\xefu la vostra nova contrasenya. M\xednim 5 car\xe0cters.","Enter your username for verification.":"","Error":"Error","Exclude from navigation":"Exclou de la navegaci\xf3","Exclude this occurence":"Exclou aquesta ocurr\xe8ncia","Excluded from navigation":"Excl\xf2s de la navegaci\xf3","Expand sidebar":"Amplieu la barra lateral","Expiration Date":"Data de caducitat","Expiration date":"Data de caducitat","Expired":"Caducat","External URL":"URL externa","Facet":"Faceta","Facet widget":"Giny de faceta","Facets":"Facetes","Facets on left side":"Facetes al costat esquerre","Facets on right side":"Facetes al costat dret","Facets on top":"Facetes a la part superior","Field":"Camp","File":"Dossier","File size":"Mida de l\'arxiu","Filename":"Nom de l\'arxiu","Filter\u2026":"Filtra...","First":"Primer","Fixed width table cells":"Columnes d\'amplada fixa","Fold":"Plegar","Folder":"Carpeta","Forbidden":"Prohibit","Fourth":"Quart","From":"Des de","Full":"Complet","Full Name":"Nom complet","Fullname":"Nom complet","GNU GPL license":"Llic\xe8ncia GNU GPL","Global role":"Paper global","Google Maps Embedded Block":"Bloc incrustat de Google Maps","Group":"Grup","Group created":"Grup creat","Group roles updated":"S\'han actualitzat els rols del grup","Groupname":"Nom del grup","Groups":"Grups","Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.":"Els grups s\xf3n col\xb7leccions l\xf2giques d\'usuaris, com ara departaments i unitats de negoci. Els grups no estan directament relacionats amb els permisos a nivell global, normalment feu servir Rols per a aix\xf2, i deixeu que determinats Grups tinguin un paper determinat. El s\xedmbol{plone_svg}indica un rol heretat de la pertinen\xe7a a un altre grup.","Header cell":"Cel\xb7la de cap\xe7alera","Headline":"Titular","Hidden facets will still filter the results if proper parameters are passed in URLs":"Les facetes ocultes encara filtraran els resultats si es passen els par\xe0metres adequats als URL","Hide Replies":"Amaga les respostes","Hide facet?":"Amagar la faceta?","History":"Hist\xf2ria","History Version Number":"#","History of {title}":"Historial de {title}","Home":"Inici","Home page":"P\xe0gina inicial","ID":"Id","If selected, this item will not appear in the navigation tree":"Si se selecciona, aquest element no apareixer\xe0 a l\'arbre de navegaci\xf3","If this date is in the future, the content will not show up in listings and searches until this date.":"Si aquesta data \xe9s en el futur, el contingut no apareixer\xe0 a les llistes i cerques fins a aquesta data.","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"Si esteu segur que aquest usuari ha abandonat l\'objecte, podeu desbloquejar-lo. Aleshores podreu editar-lo.","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"Si esteu segur que teniu l\'adre\xe7a web correcta per\xf2 trobeu un error, poseu-vos en contacte amb el {site_admin}.","Image":"imatge","Image gallery":"Galeria d\'imatges","Include this occurence":"Incloeu aquesta ocurr\xe8ncia","Info":"Informaci\xf3","Inherit permissions from higher levels":"Hereta els permisos dels nivells superiors","Inherited value":"Valor heretat","Insert col after":"Inseriu col despr\xe9s","Insert col before":"Inseriu el coll abans","Insert row after":"Insereix fila despr\xe9s","Insert row before":"Insereix fila abans","Install":"Instal\xb7lar","Installed":"Instal\xb7lat","Installed version":"Versi\xf3 instal\xb7lada","Interval Daily":"Interval diari","Interval Monthly":"Mes/Messos","Interval Weekly":"Setmana(es)","Interval Yearly":"Any(s)","Item batch size":"Mida del lot d\'articles","Item succesfully moved.":"L\'element s\'ha mogut correctament.","Item(s) copied.":"Elements copiats.","Item(s) cut.":"Element(s) tallat.","Item(s) has been updated.":"Els elements s\'han actualitzat.","Item(s) pasted.":"Elements enganxats.","Item(s) state has been updated.":"L\'estat dels elements s\'ha actualitzat.","Items":"Articles","Items must be unique.":"Els articles han de ser \xfanics.","Label":"Etiqueta","Language":"Llenguatge","Language independent field.":"","Last":"\xdaltim","Last comment date":"Data de l\'\xfaltim comentari","Last modified":"\xdaltima modificaci\xf3","Latest version":"\xdaltima versi\xf3","Layout":"Disseny","Lead Image":"Imatge Principal","Left":"A l\'esquerra","Link":"Enlla\xe7","Link more":"Enlla\xe7a m\xe9s","Link title":"T\xedtol de l\'enlla\xe7","Link to":"Enlla\xe7 a","Link translation for":"Traducci\xf3 d\'enlla\xe7os per","Listing":"llistat","Load more":"Carrega m\xe9s...","Loading":"Carregant.","Location":"Ubicaci\xf3","Log In":"Iniciar Sessi\xf3","Log in":"Iniciar Sessi\xf3","Login":"Iniciar Sessi\xf3","Login Failed":"Error a l\'iniciar sessi\xf3","Login Name":"Nom d\'usuari","Logout":"Tancar sessi\xf3","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"Fet per {creator} el {date}. Aquesta ja no \xe9s una c\xf2pia de treball, sin\xf3 el contingut principal.","Make the table compact":"Redueix el farciment cel\xb7lular","Manage Translations":"Gestionar les traduccions","Manage content\u2026":"","Manage translations for {title}":"Gestiona les traduccions per a {title}","Map":"Mapa","Maps URL":"URL del mapa","Maximum length is {len}.":"La longitud m\xe0xima \xe9s {len}.","Maximum value is {len}.":"El valor m\xe0xim \xe9s {len}.","Message":"Missatge","Minimum length is {len}.":"La longitud m\xednima \xe9s {len}.","Minimum value is {len}.":"El valor m\xednim \xe9s {len}.","Moderate Comments":"Comentaris moderats","Moderate comments":"Modera els comentaris","Monday and Friday":"dilluns i divendres","Month day":"Dia","Monthly":"Mensual","More":"M\xe9s","Move to bottom of folder":"Mou a la part inferior de la carpeta","Move to top of folder":"Mou a la part superior de la carpeta","Multiple choices?":"M\xfaltiples opcions?","My email is":"","My username is":"El meu nom d\'usuari \xe9s","Name":"Nom","Navigate back":"Navega enrere","Navigation":"Navegaci\xf3","New password":"Nova contrasenya","News Item":"Noticia","No":"No","No addons found":"","No image selected":"No s\'ha seleccionat cap imatge","No image set in Lead Image content field":"No s\'ha establert cap imatge al camp de contingut de la imatge principal","No image set in image content field":"No s\'ha establert cap imatge al camp de contingut de la imatge","No items found in this container.":"No s\'han trobat articles en aquest contenidor.","No items selected":"No s\'ha seleccionat cap element","No map selected":"No s\'ha seleccionat cap mapa","No occurences set":"No s\'ha establert cap ocurr\xe8ncia","No options":"Sense opcions","No results found":"Sense resultats","No results found.":"Sense resultats.","No selection":"Sense selecci\xf3","No uninstall profile":"Aquest complement no proporciona un perfil de desinstal\xb7laci\xf3.","No value":"Sense valor","No video selected":"No s\'ha seleccionat cap v\xeddeo","No workflow":"Sense flux de treball","None":"Cap","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"Tingueu en compte que els rols establerts aqu\xed s\'apliquen directament a un usuari. El s\xedmbol{plone_svg}indica un rol heretat de la pertinen\xe7a a un grup.","Number of active objects":"Nombre d\'objectes actius","Object Size":"Mida de l\'objecte","Occurences":"esdeveniment(s)","Ok":"D\'acord","Only lowercase letters (a-z) without accents, numbers (0-9), and the two characters \\"-\\" and \\"_\\" are allowed.":"","Open in a new tab":"Obre en una pestanya nova","Open menu":"Obre el men\xfa","Open object browser":"Obre el navegador d\'objectes","Origin":"Origen","Page":"P\xe0gina","Parent fieldset":"Conjunt de camps pare","Password":"Contrasenya","Password reset":"Restableix la contrasenya","Passwords do not match.":"Les contrasenyes no coincideixen.","Paste":"Enganxar","Paste blocks":"Enganxa blocs","Permissions have been updated successfully":"Els permisos s\'han actualitzat correctament","Permissions updated":"Permisos actualitzats","Personal Information":"Informaci\xf3 personal","Personal Preferences":"Prefer\xe8ncies personals","Personal tools":"Eines personals","Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.":"Responsables de la creaci\xf3 del contingut d\'aquest article. Introdu\xefu una llista de noms d\'usuari, un per l\xednia. El creador principal hauria de ser primer.","Please enter a valid URL by deleting the block and adding a new video block.":"Introdu\xefu un URL v\xe0lid suprimint el bloc i afegint un bloc de v\xeddeo nou.","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"Introdu\xefu el codi d\'inserci\xf3 proporcionat per Google Maps -> Comparteix -> Insereix el mapa. Hauria de contenir el codi <iframe> .","Please fill out the form below to set your password.":"Si us plau, omple el formulari seg\xfcent per configurar la teva contrasenya.","Plone Foundation":"Fundaci\xf3 Plone","Plone Site":"Lloc de Plone","Plone{reg} Open Source CMS/WCM":"Plone{reg} CMS/WCM de codi obert","Portrait":"Retrat","Possible values":"Valors possibles (introdu\xefu les opcions permeses una per l\xednia).","Powered by Plone & Python":"Desenvolupat amb Plone i Python","Preferences":"Prefer\xe8ncies","Prettify your code":"Prepareu el vostre codi","Preview":"Vista pr\xe8via","Preview Image URL":"Previsualitza l\'URL de la imatge","Profile":"Perfil","Properties":"Propietats","Publication date":"Data de publicaci\xf3","Publishing Date":"Data de publicaci\xf3","Query":"Consulta","Re-enter the password. Make sure the passwords are identical.":"Torneu a introduir la contrasenya. Assegureu-vos que les contrasenyes s\xf3n id\xe8ntiques.","Read More\u2026":"Llegeix m\xe9s\u2026","Rearrange items by\u2026":"Reorganitza els elements per...","Recurrence ends":"Acaba","Recurrence ends after":"Despr\xe9s","Recurrence ends on":"La recurr\xe8ncia acava el","Redo":"","Reduce complexity":"Disseny de taula minimalista","Register":"Registrar-se","Registration form":"Formulari d\'inscripci\xf3","Relevance":"Pertin\xe8ncia","Remove item":"Elimina l\'element","Remove recurrence":"Elimina","Remove term":"Elimina el terme","Remove working copy":"Elimina la c\xf2pia de treball","Rename":"Canviar el nom","Rename Items Loading Message":"S\'est\xe0 canviant el nom dels elements...","Rename items":"Canvia el nom dels elements","Repeat":"Repetiu","Repeat every":"Repetiu-ne totes","Repeat on":"Repetiu","Replace existing file":"Substitueix el fitxer existent","Reply":"Respon","Required":"Obligatori","Required input is missing.":"Falta l\'entrada necess\xe0ria.","Reset term title":"Restableix el t\xedtol","Results limit":"L\xedmit de resultats","Results preview":"Vista pr\xe8via dels resultats","Results template":"Plantilla de resultats","Reversed order":"Ordre invertit","Revert to this revision":"Torna a aquesta revisi\xf3","Review state":"Estat de revisi\xf3","Richtext":"Text enriquit","Right":"Dret","Rights":"drets","Roles":"Funcions","Root":"Arrel","Save":"Desa","Save recurrence":"Desa","Schema":"Esquema","Schema updates":"Actualitzacions d\'esquemes","Search":"Cerca","Search SVG":"Cerca SVG","Search Site":"Cerca al lloc","Search block":"Bloc de cerca","Search button label":"Etiqueta del bot\xf3 de cerca","Search content":"Cerca contingut","Search for user or group":"Cerca usuari o grup","Search group\u2026":"Cerca grup...","Search input label":"Cerca l\'etiqueta d\'entrada","Search results":"Resultats de la cerca","Search results for {term}":"Resultats de la cerca per a {term}","Search users\u2026":"Cerca usuaris...","Searched for":"Buscant","Second":"Segon","Section title":"T\xedtol de la secci\xf3","Select":"Seleccioneu","Select a date to add to recurrence":"Seleccioneu una data per afegir a la recurr\xe8ncia","Select columns to show":"Seleccioneu les columnes per mostrar","Select the transition to be used for modifying the items state.":"Seleccioneu la transici\xf3 que s\'utilitzar\xe0 per modificar l\'estat dels elements.","Selected dates":"Dates seleccionades","Selected items":"Elements seleccionats","Selected items - x of y":"de","Selection":"Selecci\xf3","Select\u2026":"Selecciona ...","Send":"Enviar","Set my password":"Estableix la meva contrasenya","Set your password":"Establiu la contrasenya","Settings":"Configuraci\xf3","Sharing":"Compartir","Sharing for {title}":"Compartint per a {title}","Short Name":"Nom curt","Short name":"Nom curt","Show":"Espectacle","Show All":"Mostrar tots","Show Replies":"Mostra les respostes","Show item":"Mostra l\'element","Show search button?":"Mostra el bot\xf3 de cerca?","Show search input?":"Mostra l\'entrada de cerca?","Show sorting?":"Mostra l\'ordenaci\xf3?","Shrink sidebar":"Redueix la barra lateral","Shrink toolbar":"Redueix la barra d\'eines","Sign in to start session":"Inicieu la sessi\xf3 per iniciar la sessi\xf3","Site":"Lloc","Site Administration":"Administraci\xf3 del lloc","Site Map":"Mapa del lloc","Site Setup":"Configuraci\xf3 del lloc","Sitemap":"Mapa del lloc","Size":"Mida","Size: {size}":"Mida: {size}","Sorry, something went wrong with your request":"Ho sentim, hi ha hagut un error amb la teva sol\xb7licitud","Sort By:":"Ordenar per:","Sort on":"Ordena","Sort on label":"Ordena per etiqueta","Sort on options":"Ordena les opcions","Source":"Origen","Specify a youtube video or playlist url":"Especifiqueu un URL de v\xeddeo o llista de reproducci\xf3 de YouTube","Split":"Dividir","Start Date":"Data d\'inici","Start of the recurrence":"Inici de la recurr\xe8ncia","Start password reset":"Inicia el restabliment de la contrasenya","State":"Estat","Stop compare":"Deixa de comparar","String":"Cadena","Stripe alternate rows with color":"Color de fons alternatiu de la fila","Subject":"Assumpte","Success":"\xc8xit","Summary":"Resum","Switch to":"Canvia a","Table":"Taula","Table of Contents":"Taula de continguts","Tags":"Etiquetes","Tags to add":"Etiquetes per afegir","Tags to remove":"Etiquetes per eliminar","Target memory size per cache in bytes":"Mida de mem\xf2ria objectiu per mem\xf2ria cau en bytes","Target number of objects in memory per cache":"Nombre objectiu d\'objectes a la mem\xf2ria per mem\xf2ria cau","Text":"Text","Thank you.":"Gr\xe0cies.","The Database Manager allow you to view database status information":"El Gestor de bases de dades us permet veure la informaci\xf3 d\'estat de la base de dades","The URL for your external home page, if you have one.":"L\'URL de la vostra p\xe0gina d\'inici externa, si en teniu.","The backend is not responding, please check if you have started Plone, check your project\'s configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto\'s environment variable.":"El backend no respon, comproveu si heu iniciat Plone, comproveu l\'objecte de configuraci\xf3 del vostre projecte apiPath (o si feu servir el servidor intermediari intern, devProxyToApiPath) o la variable d\'entorn de RAZZLE_API_PATH Volto.","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"El backend est\xe0 responent, per\xf2 les cap\xe7aleres CORS no estan configurades correctament i el navegador ha denegat l\'acc\xe9s als recursos del backend.","The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"El servidor backend del vostre lloc web no respon, demanem disculpes per les mol\xe8sties. Si us plau, prova de tornar a carregar la p\xe0gina i torna-ho a provar. Si el problema persisteix, poseu-vos en contacte amb els administradors del lloc.","The button presence disables the live search, the query is issued when you press ENTER":"La pres\xe8ncia del bot\xf3 desactiva la cerca en directe, la consulta s\'emet quan premeu INTRO","The item could not be deleted.":"No s\'ha pogut suprimir l\'element.","The link address is:":"L\'adre\xe7a de l\'enlla\xe7 \xe9s:","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"El proc\xe9s de registre ha estat satisfactori. Si us plau, comproveu la vostra b\xfastia d\'entrada de correu electr\xf2nic per obtenir informaci\xf3 sobre com activar el vostre compte.","The user portrait/avatar":"El retrat/avatar de l\'usuari","The working copy was discarded":"La c\xf2pia de treball es va descartar","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"El {plonecms} \xe9s {copyright} 2000-{current_year} per {plonefoundation} i amics.","There is a configuration problem on the backend":"Hi ha un problema de configuraci\xf3 al backend","There were some errors":"Hi va haver alguns errors","There were some errors.":"Hi va haver alguns errors.","Third":"Tercer","This has an ongoing working copy in {title}":"T\xe9 una c\xf2pia de treball en curs a {title}","This is a reserved name and can\'t be used":"","This is a working copy of {title}":"Aquesta \xe9s una c\xf2pia de treball de {title}","This item was locked by {creator} on {date}":"Aquest element va ser bloquejat per {creator} el dia {date}","This name will be displayed in the URL.":"Aquest nom es mostrar\xe0 a l\'URL.","This page does not seem to exist\u2026":"Sembla que aquesta p\xe0gina no existeix...","Time":"Hora","Title":"T\xedtol","Total active and non-active objects":"Total d\'objectes actius i no actius","Total comments":"Total de comentaris","Total number of objects in each cache":"Nombre total d\'objectes a cada mem\xf2ria cau","Total number of objects in memory from all caches":"Nombre total d\'objectes a la mem\xf2ria de totes les mem\xf2ria cau","Total number of objects in the database":"Nombre total d\'objectes a la base de dades","Translate to {lang}":"Tradueix a {lang}","Translation linked":"Traducci\xf3 enlla\xe7ada","Translation linking removed":"S\'ha eliminat l\'enlla\xe7 de traducci\xf3","Type":"Tipus","Type a Video (YouTube, Vimeo or mp4) URL":"Escriviu un URL de v\xeddeo (YouTube, Vimeo o mp4).","Type text...":"","Type text\u2026":"Escriu text\u2026","Type the title\u2026":"Escriu el t\xedtol\u2026","UID":"UID","Unauthorized":"No autoritzada","Undo":"","Unfold":"Desplegar","Unified":"Unificat","Uninstall":"Desinstal\xb7lar","Unknown Block":"Bloc desconegut {block}","Unlink translation for":"Desenlla\xe7a la traducci\xf3 de","Unlock":"Descobrir","Update":"Actualitzaci\xf3","Update installed addons":"Actualitza els complements instal\xb7lats","Update installed addons:":"Actualitza els complements instal\xb7lats:","Updates available":"Actualitzacions disponibles","Upload":"Pujar","Upload a lead image in the \'Lead Image\' content field.":"Pengeu una imatge principal al camp de contingut \'Imatge principal\'.","Upload a new image":"Carregueu una imatge nova","Upload files":"Carregueu fitxers","Uploading files":"Carregant fitxers","Uploading image":"S\'est\xe0 carregant la imatge","Used for programmatic access to the fieldset.":"S\'utilitza per a l\'acc\xe9s program\xe0tic al conjunt de camps.","User":"Usuari","User created":"Usuari creat","User name":"Nom d\'usuari","User roles updated":"Rols d\'usuari actualitzats","Username":"Nom d\'usuari","Users":"usuaris","Users and Groups":"Usuaris i Grups","Variation":"Variaci\xf3","Version Overview":"Visi\xf3 general de la versi\xf3","Video":"V\xeddeo","Video URL":"URL del v\xeddeo","View":"veure","View changes":"Veure els canvis","View this revision":"Veure aquesta revisi\xf3","View working copy":"Veure c\xf2pia de treball","Viewmode":"veure","Vocabulary term":"Terme de vocabulari","Vocabulary term title":"T\xedtol","Vocabulary terms":"Termes de vocabulari","Warning Regarding debug mode":"Esteu executant en \'mode de depuraci\xf3\'. Aquest mode est\xe0 pensat per a llocs que estan en desenvolupament. Aix\xf2 permet que molts canvis de configuraci\xf3 siguin visibles immediatament, per\xf2 far\xe0 que el vostre lloc funcioni m\xe9s lentament. Per desactivar el mode de depuraci\xf3, atureu el servidor, configureu \'debug-mode=off\' al vostre buildout.cfg, torneu a executar bin/buildout i despr\xe9s reinicieu el proc\xe9s del servidor.","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"Demanem disculpes per les mol\xe8sties, per\xf2 el backend del lloc al qual esteu accedint no est\xe0 disponible en aquest moment. Siusplau, intenta-ho m\xe9s tard.","We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.":"Demanem disculpes per les mol\xe8sties, per\xf2 la p\xe0gina a la qual est\xe0veu intentant accedir no es troba en aquesta adre\xe7a. Podeu utilitzar els enlla\xe7os seg\xfcents per ajudar-vos a trobar el que busqueu.","We apologize for the inconvenience, but you don\'t have permissions on this resource.":"Demanem disculpes per les mol\xe8sties, per\xf2 no teniu permisos sobre aquest recurs.","We will use this address if you need to recover your password":"Utilitzarem aquesta adre\xe7a si necessiteu recuperar la vostra contrasenya","Weeek day of month":"El","Weekday":"Dia de la setmana","Weekly":"Setmanalment","What":"Qu\xe8","When":"Quan","When this date is reached, the content will nolonger be visible in listings and searches.":"Quan s\'arribi a aquesta data, el contingut ja no ser\xe0 visible a les llistes i cerques.","Who":"OMS","Workflow Change Loading Message":"S\'estan actualitzant els estats del flux de treball...","Workflow updated.":"Flux de treball actualitzat.","Yearly":"Anualment","Yes":"S\xed","You are trying to access a protected resource, please {login} first.":"Esteu provant d\'accedir a un recurs protegit, primer {login} .","You are using an outdated browser":"Esteu utilitzant un navegador obsolet","You can add a comment by filling out the form below. Plain text formatting.":"Pots afegir un comentari omplint el formulari seg\xfcent. Format de text sense format.","You can control who can view and edit your item using the list below.":"Podeu controlar qui pot veure i editar el vostre element mitjan\xe7ant la llista seg\xfcent.","You can view the difference of the revisions below.":"Podeu veure la difer\xe8ncia de les revisions a continuaci\xf3.","You can view the history of your item below.":"Podeu veure l\'historial del vostre article a continuaci\xf3.","You can\'t paste this content here":"No podeu enganxar aquest contingut aqu\xed","Your email is required for reset your password.":"","Your location - either city and country - or in a company setting, where your office is located.":"La vostra ubicaci\xf3 (ciutat i pa\xeds) o en un entorn d\'empresa, on es troba la vostra oficina.","Your password has been set successfully. You may now {link} with your new password.":"La vostra contrasenya s\'ha establert correctament. Ara podeu {link} amb la vostra nova contrasenya.","Your preferred language":"El teu idioma preferit","Your usernaame is required for reset your password.":"","box_forgot_password_option":"Has oblidat la teva contrasenya?","common":"Com\xfa","compare_to":"Compara amb la llengua","delete":"Suprimeix","deprecated_browser_notice_message":"Esteu utilitzant {browsername} {browserversion} que est\xe0 obsolet pel seu prove\xefdor. Aix\xf2 vol dir que no rep actualitzacions de seguretat i que no est\xe0 preparat per a les funcions web modernes actuals, cosa que deteriora l\'experi\xe8ncia de l\'usuari. Si us plau, actualitzeu a un navegador modern.","description":"Descripci\xf3","description_lost_password":"Per motius de seguretat, emmagatzemem la vostra contrasenya xifrada i no us la podem enviar per correu. Si voleu restablir la vostra contrasenya, ompliu el formulari seg\xfcent i us enviarem un correu electr\xf2nic a l\'adre\xe7a que vau donar quan us vau registrar per iniciar el proc\xe9s de restabliment de la vostra contrasenya.","description_sent_password":"La vostra sol\xb7licitud de restabliment de la contrasenya s\'ha enviat per correu. Hauria d\'arribar a la vostra b\xfastia en breu. Quan rebeu el missatge, visiteu l\'adre\xe7a que cont\xe9 per restablir la vostra contrasenya.","draft":"Esborrany","email":"L\'entrada ha de ser un correu electr\xf2nic v\xe0lid (alguna cosa@domini.com)","event_alldates":"Totes les dates","event_attendees":"Assistents","event_contactname":"Nom de contacte","event_contactphone":"Tel\xe8fon de contacte","event_website":"Lloc web","event_what":"Qu\xe8","event_when":"quan","event_where":"On?","heading_sent_password":"S\'ha enviat la confirmaci\xf3 de restabliment de la contrasenya","hero":"Heroi","html":"HTML","image":"Imatge","integer":"L\'entrada ha de ser enter","intranet":"Intranet","label_my_email_is":"","label_my_username_is":"El meu nom d\'usuari \xe9s","leadimage":"Camp d\'imatge principal","listing":"Llistat","loading":"Carregant","log in":"Iniciar Sessi\xf3","maps":"Mapes","maxLength":"Longitud m\xe0xima","maximum":"Final de l\'interval (incl\xf2s el propi valor)","media":"Mitjans de comunicaci\xf3","minLength":"Longitud m\xednima","minimum":"Inici de la gamma","mostUsed":"El m\xe9s utilitzat","no":"","no workflow state":"Sense estat de flux de treball","number":"L\'entrada ha de ser un n\xfamero","of the month":"del mes","or try a different page.":"o prova una p\xe0gina diferent.","others":"altres","private":"privat","published":"Publicat","querystring-widget-select":"Selecciona ...","results found":"resultats","return to the site root":"tornar a l\'arrel del lloc","rrule_and":"i","rrule_approximate":"(~aproximat)","rrule_at":"a","rrule_dateFormat":"[mes] [dia], [any]","rrule_day":"Dia","rrule_days":"Dies","rrule_every":"cada","rrule_for":"per","rrule_hour":"hora","rrule_hours":"hores","rrule_in":"a","rrule_last":"\xfaltim","rrule_minutes":"minuts","rrule_month":"m\xe9s","rrule_months":"mesos","rrule_nd":"nd","rrule_on":"on","rrule_on the":"a la","rrule_or":"o","rrule_rd":"rd","rrule_st":"st","rrule_th":"th","rrule_the":"el","rrule_time":"temps","rrule_times":"vegades","rrule_until":"fins que","rrule_week":"setmana","rrule_weekday":"Dia de la setmana","rrule_weekdays":"Els dies laborables","rrule_weeks":"Setmanes","rrule_year":"Curs","rrule_years":"Anys","skiplink-footer":"Saltar al peu de p\xe0gina","skiplink-main-content":"Ves al contingut principal","skiplink-navigation":"Saltar a la navegaci\xf3","sort":"Ordena","table":"Taula","text":"Text","title":"T\xedtol","toc":"Taula de continguts","url":"L\'entrada ha de ser un URL v\xe0lid (www.something.com o http(s)://www.something.com)","user avatar":"avatar de l\'usuari","video":"V\xeddeo","visit_external_website":"Visiteu el lloc web extern","workingCopyErrorUnauthorized":"","workingCopyGenericError":"","yes":"","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"{count, plural, one {Upload {count} file} other {Upload {count} files}}","{count} selected":"{count} seleccionat","{id} Content Type":"{id} Tipus de contingut","{id} Schema":"{id} Esquema","{title} copied.":"{title} copiat.","{title} cut.":"{title} tall.","{title} has been deleted.":"S\'ha suprimit{title}."}')}}]);
2
+ //# sourceMappingURL=21.04729ca9.chunk.js.map
@@ -0,0 +1,2 @@
1
+ (window.__LOADABLE_LOADED_CHUNKS__=window.__LOADABLE_LOADED_CHUNKS__||[]).push([[22],{GkOR:function(e){e.exports=JSON.parse('{"<p>Add some HTML here</p>":"<p>HTML hier einf\xfcgen</p>","Accessibility":"Barrierefreiheit","Account Registration Completed":"Die Registrierung Ihres Zugangs wurde erfolgreich abgeschlossen.","Account activation completed":"Passwort gesetzt.","Action":"Aktion","Actions":"Aktionen","Activate and deactivate":"Aktiviern und Deaktivieren","Add":"Hinzuf\xfcgen","Add (object list)":"","Add Addons":"Add-on hinzuf\xfcgen","Add Content":"Inhalte hinzuf\xfcgen","Add Translation\u2026":"\xdcbersetzung hinzuf\xfcgen\u2026","Add User":"Benutzer hinzuf\xfcgen","Add a description\u2026":"Beschreibung hinzuf\xfcgen\u2026","Add block":"Block hinzuf\xfcgen","Add block\u2026":"Block hinzuf\xfcgen","Add criteria":"Kriterien hinzuf\xfcgen","Add date":"Datum hinzuf\xfcgen","Add field":"Feld hinzuf\xfcgen","Add fieldset":"Fieldset hinzuf\xfcgen","Add group":"Gruppe hinzuf\xfcgen","Add new content type":"Neuen Inhaltstypen hinzuf\xfcgen","Add new group":"Neue Gruppe hinzuf\xfcgen","Add new user":"Neuen Benutzer hinzuf\xfcgen","Add to Groups":"Zu Gruppe hinzuf\xfcgen","Add vocabulary term":"F\xfcge neuen Term hinzu","Add {type}":"{type} hinzuf\xfcgen","Add-ons Settings":"Einstellungen Add-ons","Additional date":"Zus\xe4tzliches Datum","Alignment":"Ausrichtung","All":"Alle","Alphabetically":"alphabetisch","Alt text":"Alternative Text","Alt text hint":"","Alt text hint link text":"","Apply working copy":"Arbeitskopie anwenden","Are you sure you want to delete this field?":"Sind Sie sicher, dass Sie dieses Feld l\xf6schen m\xf6chten?","Are you sure you want to delete this fieldset including all fields?":"Sind Sie sicher, dass Sie dieses Fieldset l\xf6schen m\xf6chten?","Ascending":"Aufsteigend","Available":"Verf\xfcgbar","Back":"Zur\xfcck","Base":"Basis","Base search query":"Basis Suchfilter","Block":"Block","Both email address and password are case sensitive, check that caps lock is not enabled.":"Sowohl E-Mail Adresse als auch Passwort unterscheiden zwischen Gro\xdf- und Kleinschreibung, stellen Sie sicher dass die Hochstelltaste nicht aktiviert ist.","Breadcrumbs":"Brotkrumen","Browse":"Durchsuchen","Browse the site, drop an image, or type an URL":"Seite durchsuchen, Bild ablegen oder URL eingeben","By default, permissions from the container of this item are inherited. If you disable this, only the explicitly defined sharing permissions will be valid. In the overview, the symbol {inherited} indicates an inherited value. Similarly, the symbol {global} indicates a global role, which is managed by the site administrator.":"Standardm\xe4\xdfig werden die Berechtigungen von einem Ordner auf die in ihm befindlichen Artikel vererbt. Wenn Sie dies deaktivieren, sind nur die explizit definierten Zugriffsberechtigungen g\xfcltig. In der \xdcbersicht zeigt das Symbol ${image_confirm_icon} einen ererbten Wert an. Das Symbol ${image_link_icon} zeigt eine globale Funktion an, die vom Administrator verwaltet wird.","Cache Name":"Cache Name","Can not edit Layout for <strong>{type}</strong> content-type as it doesn\'t have support for <strong>Volto Blocks</strong> enabled":"Layout f\xfcr <strong>{type}</strong> kann nicht ver\xe4ndert werden, da das <strong>Volto Blocks</strong>-Behavior nicht f\xfcr diesen Inhaltstyp aktiviert ist","Can not edit Layout for <strong>{type}</strong> content-type as the <strong>Blocks behavior</strong> is enabled and <strong>read-only</strong>":"Layout f\xfcr <strong>{type}</strong> kann nicht ver\xe4ndert werden, da das <strong>Volto Blocks</strong>-Behavior auf nur-lesend gesetzt ist","Cancel":"Abbrechen","Cell":"Zelle","Center":"Mittig","Change Note":"\xc4nderungsnotiz","Change Password":"Passwort \xe4ndern","Change State":"Arbeitsablauf-Status \xe4ndern","Change workflow state recursively":"Arbeitlauf-Status f\xfcr alle Unterobjekte ebenfalls \xe4ndern","Changes applied.":"\xc4nderungen durchgef\xfchrt.","Changes saved":"\xc4nderungen gespeichert","Changes saved.":"\xc4nderungen gespeichert.","Checkbox":"Checkbox","Choices":"Auswahlfeld","Choose Image":"Bild ausw\xe4hlen","Choose Target":"Ziel ausw\xe4hlen","Choose a file":"Datei ausw\xe4hlen","Clear":"L\xf6schen","Clear filters":"Filter entfernen","Click to download full sized image":"Klicken um das Bild in der vollen Gr\xf6\xdfe runterzuladen","Close":"Schlie\xdfen","Close menu":"Menu schlie\xdfen","Code":"Code","Collapse item":"Element einklappen","Collection":"Kollektion","Comment":"Kommentar","Commenter":"Kommentarautor","Comments":"Kommentare","Compare":"Vergleichen","Confirm password":"Passwort best\xe4tigen","Connection refused":"Verbindung abgelehnt","Contact":"Kontakt","Contact form":"Kontaktformular","Contained items":"Enthaltene Elemente","Content type created":"Inhaltstyp erstellt","Content type deleted":"Inhaltstyp gel\xf6scht","Contents":"Inhalte","Controls":"Einstellungen","Copy":"Kopieren","Copy blocks":"Bl\xf6cke kopieren","Copyright":"Urheberrecht","Copyright statement or other rights information on this item.":"Informationen \xfcber die Urheber- und Nutzungsrechte an diesem Artikel.","Create working copy":"Arbeitskopie erstellen","Created by {creator} on {date}":"Erstellt von {creator} am {date}","Created on":"Erstellt am","Creator":"Ersteller","Creators":"Ersteller","Criteria":"Kriterium","Current filters applied":"Ausgew\xe4hlte Filter","Current password":"Aktuelles Passwort","Cut":"Ausschneiden","Cut blocks":"Bl\xf6cke ausschneiden","Daily":"T\xe4glich","Database Information":"Datenbankinformationen","Database Location":"Speicheort Datenbank","Database Size":"Gr\xf6\xdfe Datenbank","Database main":"Datenbank","Date":"Datum","Date (newest first)":"Datum (neustes zuerst)","Default":"Standard","Delete":"L\xf6schen","Delete Group":"Gruppe l\xf6schen","Delete Type":"Inhaltstype l\xf6schen","Delete User":"Benutzer l\xf6schen","Delete blocks":"Bl\xf6cke l\xf6schen","Delete col":"Spalte l\xf6schen","Delete row":"Zeile l\xf6schen","Depth":"Tiefe","Descending":"Absteigend","Description":"Beschreibung","Diff":"Unterschied","Difference between revision {one} and {two} of {title}":"Unterschied zwischen Version {one} and {two} von {title}","Distributed under the {license}.":"Lizensiert unter der {license}.","Divide each row into separate cells":"Zeile in zwei separate Zellen aufteilen","Do you really want to delete the following items?":"M\xf6chten Sie den Artikel wirklich l\xf6schen?","Do you really want to delete the group {groupname}?":"M\xf6chten Sie die Gruppe {groupname} wirklich l\xf6schen?","Do you really want to delete the type {typename}?":"M\xf6chten Sie den Inhaltstyp {typename} wirklich l\xf6schen?","Do you really want to delete the user {username}?":"M\xf6chten Sie den Nutzer {username} wirklich l\xf6schen?","Do you really want to delete this item?":"M\xf6chten Sie den Artikel wirklich l\xf6schen?","Document":"Seite","Download Event":"","Drag and drop files from your computer onto this area or click the \u201cBrowse\u201d button.":"Ziehen Sie Dateien von Ihrem Computer auf diesen Bereich oder dr\xfccken Sie den \u201cDurchsuchen\u201d-Knopf.","Drop file here to replace the existing file":"Datei hier ablegen um die bestehende Datei zu ersetzen","Drop file here to upload a new file":"Datei hier ablegen um eine neue Datei hochzuladen","Drop files here ...":"Datei hier ablegen um die bestehende Datei zu ersetzen","E-mail":"E-Mail","E-mail addresses do not match.":"E-Mail-Adressen stimmen nicht \xfcberein.","Edit":"Bearbeiten","Edit comment":"Kommentar bearbeiten","Edit field":"Feld bearbeiten","Edit fieldset":"Fieldset bearbeiten","Edit recurrence":"Wiederkehrende Einstellungen bearbeiten","Edit values":"Werte bearbeiten","Edit {title}":"{title} bearbeiten","Email":"E-Mail","Email sent":"E-Mail versendet","Embed code error, please follow the instructions and try again.":"Fehler beim Einbinden des Google Maps Codes. Bitte lesen Sie die Anweisungen und stellen Sie sicher dass Sie den korrekten Code verwenden.","Embeded Google Maps":"Eingebettete Google Maps Karte","Empty object list":"Leere Liste von Elementen","Enable editable Blocks":"Aktiviere bearbeitbare Blocks","End Date":"Enddatum","Enter URL or select an item":"URL eingeben oder Objekt ausw\xe4hlen","Enter a username above to search or click \'Show All\'":"Benutzername oben eingeben oder auf \'Alle anzeigen\' klicken","Enter an email address. This will be your login name. We respect your privacy, and will not give the address away to any third parties or expose it anywhere.":"Tragen Sie Ihre E-Mail-Adresse ein, mit der Sie sich k\xfcnftig anmelden m\xfcssen. Wir respektieren den Datenschutz und werden die E-Mail-Adresse nicht an Dritte weitergeben und auch nirgends anzeigen.","Enter full name, e.g. John Smith.":"Tragen Sie bitte Ihren vollen Namen ein.","Enter map Embed Code":"Karten-Einbettungscode eingeben","Enter your current password.":"Geben Sie Ihr aktuelles Passwort ein.","Enter your email for verification.":"","Enter your new password. Minimum 5 characters.":"Geben Sie ihr neues Passwort ein. Mindestens 5 Zeichen.","Enter your username for verification.":"","Error":"Fehler","Exclude from navigation":"Von der Navigation ausschlie\xdfen","Exclude this occurence":"Dieses Datum ausschlie\xdfen","Excluded from navigation":"Von Navigation ausgeschlossen","Expand sidebar":"Sidebar vergr\xf6\xdfern","Expiration Date":"Ablaufdatum","Expiration date":"Ablaufdatum","Expired":"Abgelaufen","External URL":"Externe URL","Facet":"Facette","Facet widget":"Facetten-Widget","Facets":"Facetten","Facets on left side":"Facetten links","Facets on right side":"Facetten rechts","Facets on top":"Facetten oben","Field":"Feld","File":"Datei","File size":"Dateigr\xf6\xdfe","Filename":"Dateiname","Filter\u2026":"Filter\u2026","First":"Erster Tag des Monats","Fixed width table cells":"Tabellen-Zellen mit fester Breite","Fold":"Einklappen","Folder":"Ordner","Forbidden":"Verboten","Fourth":"Vierter","From":"E-Mail","Full":"Volle Breite","Full Name":"Vor- und Nachname","Fullname":"Name","GNU GPL license":"GNU-GPL-Lizenz","Global role":"Globale Rolle","Google Maps Embedded Block":"Google Maps Block","Group":"Gruppe","Group created":"Gruppe erstellt","Group roles updated":"Gruppenrollen aktualisiert","Groupname":"Gruppenname","Groups":"Gruppen","Groups are logical collections of users, such as departments and business units. Groups are not directly related to permissions on a global level, you normally use Roles for that - and let certain Groups have a particular role. The symbol{plone_svg}indicates a role inherited from membership in another group.":"Gruppen sind Kollektionen von Nutzern, wie z.B. Abteilungen oder Organisationseinheiten. Berechtigungen werden normalerweise nicht global an Gruppen vergeben, sondern eher an Rollen, und dann haben Gruppen eine bestimmte Rolle. Das Symbol {plone_svg} zeigt an, dass eine Rolle von einer anderen Gruppe geerbt wird.","Header cell":"Kopfzeile","Headline":"\xdcberschrift","Hidden facets will still filter the results if proper parameters are passed in URLs":"Verteckte Facetten k\xf6nnen die Ergebnisse weiterhin filtern, wenn die entsprechenden Parameter in der URL angeh\xe4ngt werden","Hide Replies":"Antworten ausblenden","Hide facet?":"Facette verstecken","History":"Historie","History Version Number":"Historie Versionsnummer","History of {title}":"Historie von {title}","Home":"Startseite","Home page":"Homepage","ID":"ID","If selected, this item will not appear in the navigation tree":"Bestimmt, ob der Artikel nicht in der Navigation auftauchen soll.","If this date is in the future, the content will not show up in listings and searches until this date.":"Falls das Datum in der Zukunft liegt wird der Inhalt in Auflistungen und bei der Suche nicht auftauchen, bis zu dem Datum.","If you are certain this user has abandoned the object, you may unlock the object. You will then be able to edit it.":"Wenn Sie sicher sind dass das Objekt nicht mehr aktiv von einem anderen Nutzer verwendet wird, k\xf6nnen Sie die Sperrung aufheben. Danach k\xf6nnen Sie das Objekt bearbeiten.","If you are certain you have the correct web address but are encountering an error, please contact the {site_admin}.":"Wenn Sie sicher sind, dass Sie die richtige Adresse eingegeben haben, kontaktieren Sie bitte den {site_admin}.","Image":"Bild","Image gallery":"Bildergalerie","Include this occurence":"Datum einbeziehen","Info":"Information","Inherit permissions from higher levels":"Berechtigungen von \xfcbergeordneten Ordnern \xfcbernehmen","Inherited value":"Geerbter Wert","Insert col after":"Spalte danach einf\xfcgen","Insert col before":"Spalte davor einf\xfcgen","Insert row after":"Zeile danach einf\xfcgen","Insert row before":"Zeile davor einf\xfcgen","Install":"Installieren","Installed":"Installiert","Installed version":"Installierte Version","Interval Daily":"T\xe4glich","Interval Monthly":"Monatlich","Interval Weekly":"W\xf6chentlich","Interval Yearly":"J\xe4hrliches Intervall","Item batch size":"Batch-Anzahl","Item succesfully moved.":"Objekt wurde erfolgreich verschoben.","Item(s) copied.":"Objekt(e) kopiert.","Item(s) cut.":"Objekt(e) ausgeschnitten.","Item(s) has been updated.":"Objekt(e) wurde(n) aktualisiert","Item(s) pasted.":"Artikel eingef\xfcgt.","Item(s) state has been updated.":"Der Status der Objekte wurde aktualisiert.","Items":"Elemente","Items must be unique.":"Auswahl muss eindeutig sein.","Label":"Label","Language":"Sprache","Language independent field.":"","Last":"Letzter","Last comment date":"Letztes Kommentierdatum","Last modified":"Letzte \xc4nderung","Latest version":"Letzte Version","Layout":"Layout","Lead Image":"Lead-Bild","Left":"Links","Link":"Link","Link more":"\'Mehr\' Link","Link title":"Linktitel","Link to":"Link auf","Link translation for":"\xdcbersetzung verbinden","Listing":"Auflistung","Load more":"Mehr laden","Loading":"l\xe4dt","Location":"Ort","Log In":"Anmelden","Log in":"Anmelden","Login":"Einloggen","Login Failed":"Login fehlgeschlagen","Login Name":"Benutzername","Logout":"Ausloggen","Made by {creator} on {date}. This is not a working copy anymore, but the main content.":"Erstellt von {creator} am {date}. Diese Seite ist keine Arbeitskopie mehr sondern die Live-Seite.","Make the table compact":"Tabelle kompakt darstellen","Manage Translations":"\xdcbersetzungen verwalten","Manage content\u2026":"","Manage translations for {title}":"\xdcbersetzungen f\xfcr {} verwalten","Map":"Karte","Maps URL":"Karten URL","Maximum length is {len}.":"Maximale L\xe4nge ist {len}.","Maximum value is {len}.":"Maximaler Wert ist {len}","Message":"Nachricht","Minimum length is {len}.":"Minimale L\xe4nge ist {len}","Minimum value is {len}.":"Minimaler Wert ist {len}","Moderate Comments":"Kommentare moderieren","Moderate comments":"Kommentare moderieren","Monday and Friday":"Montag und Freitag","Month day":"Tag des Monats","Monthly":"Monatlich","More":"Mehr","Move to bottom of folder":"Ans Ende verschieben","Move to top of folder":"An den Anfang verschieben","Multiple choices?":"Mehrfachauswahl","My email is":"","My username is":"Mein Benutzername ist","Name":"Name","Navigate back":"Zur\xfcck navigieren","Navigation":"Navigation","New password":"Neues Passwort","News Item":"Nachricht","No":"Nein","No addons found":"Keine Add-ons installiert.","No image selected":"Kein Bild ausgew\xe4hlt","No image set in Lead Image content field":"Im Feld \'Lead-Bild\' wurde kein Bild gesetzt.","No image set in image content field":"Im Feld \'Bild\' wurde kein Bild gesetzt","No items found in this container.":"Keine Elemente gefunden","No items selected":"Kein Element ausgew\xe4hlt","No map selected":"Keine Karte ausgew\xe4hlt","No occurences set":"Kein Datum gesetzt","No options":"Keine Option","No results found":"Keine Ergebnisse gefunden","No results found.":"Keine Ergebnisse gefunden.","No selection":"Keine Auswahl","No uninstall profile":"Kein Deinstallationsprofil","No value":"Kein Wert","No video selected":"Kein Video ausgew\xe4hlt","No workflow":"Kein Workflow","None":"Nicht vorhanden","Note that roles set here apply directly to a user. The symbol{plone_svg}indicates a role inherited from membership in a group.":"Rollen gelten f\xfcr diesen Nutzer. Das Zeichen {plone_svg} zeigt an dass eine Rolle von einer Gruppenzugeh\xf6rigkeit geerbt wird.","Number of active objects":"Anzahl aktive Objekte","Object Size":"Gr\xf6sse","Occurences":"Vorkommen","Ok":"OK","Only lowercase letters (a-z) without accents, numbers (0-9), and the two characters \\"-\\" and \\"_\\" are allowed.":"Nur Kleinbuchstaben (a-z) ohne Umlaute oder Sonderzeichen, Zahlen (0-9) und die beiden Zeichen \\"-\\" und \\"_\\" sind erlaubt.","Open in a new tab":"In neuem Browser-Tab \xf6ffnen","Open menu":"Men\xfc \xf6ffnen","Open object browser":"Objekt-Browser \xf6ffnen","Origin":"Quelle","Page":"Seite","Parent fieldset":"Eltern-Fieldset","Password":"Passwort","Password reset":"Passwort zur\xfccksetzen","Passwords do not match.":"Die Passw\xf6rter stimmen nicht \xfcberein.","Paste":"Einf\xfcgen","Paste blocks":"Bl\xf6cke einf\xfcgen","Permissions have been updated successfully":"Berechtigungen wurden erfolgreich aktualisiert","Permissions updated":"Berechtigungen aktualisiert","Personal Information":"Pers\xf6nliche Informationen","Personal Preferences":"Meine Einstellungen","Personal tools":"Pers\xf6nliche Einstellungen","Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.":"Eine Liste von Personen, die an der Erstellung dieses Artikels beteiligt waren. Bitte geben Sie einen Benutzernamen pro Zeile ein. Der Hauptverantwortliche sollte zuerst genannt werden.","Please enter a valid URL by deleting the block and adding a new video block.":"Geben Sie eine g\xfcltige URL ","Please enter the Embed Code provided by Google Maps -> Share -> Embed map. It should contain the <iframe> code on it.":"Bitte geben sie den Einbettungscode von Google Maps ein. Klicken Sie auf \'Teilen\' und dann \'Karte einbetten\'. Der Code sollte ein \'<iframe>\'-Element enthalten.","Please fill out the form below to set your password.":"Bitte f\xfcllen Sie das unten stehende Formular aus, um Ihr Passwort neu zu setzen.","Plone Foundation":"Plone Foundation","Plone Site":"Website","Plone{reg} Open Source CMS/WCM":"Plone{reg} Open Source Content Management System","Portrait":"Portrait","Possible values":"M\xf6gliche Werte","Powered by Plone & Python":"Powered by Plone & Python","Preferences":"Einstellungen","Prettify your code":"Quellcode aufr\xe4umen","Preview":"Vorschau","Preview Image URL":"URL Vorschaubild","Profile":"Profil","Properties":"Eigenschaften","Publication date":"Freigabedatum","Publishing Date":"Freigabedatum","Query":"Anfrage","Re-enter the password. Make sure the passwords are identical.":"Geben Sie das gleiche Passwort erneut ein.","Read More\u2026":"Mehr\u2026","Rearrange items by\u2026":"Elemente sortieren nach\u2026","Recurrence ends":"Ende des wiederkehrenden Vorkommens","Recurrence ends after":"Wiederkehrendes Vorkommen endet nach","Recurrence ends on":"Wiederkehrendes Vorkommen endet am","Redo":"","Reduce complexity":"Komplexit\xe4t reduzieren","Register":"Registrieren","Registration form":"Registrierungsformular","Relevance":"relevanz","Remove item":"Element entfernen","Remove recurrence":"Wiederkehrende Einstellung entfernen","Remove term":"Entferne Term","Remove working copy":"Arbeitskopie l\xf6schen","Rename":"Umbenennen","Rename Items Loading Message":"Umbenennen-Modal l\xe4dt","Rename items":"Artikel umbenennen","Repeat":"Wiederholen","Repeat every":"Wiederhole jeden","Repeat on":"Wiederhole am","Replace existing file":"Bestehende Datei ersetzen","Reply":"Antworten","Required":"Notwendig","Required input is missing.":"Notwendige Eingabe fehlt.","Reset term title":"Setze Titel zur\xfcck","Results limit":"Anzahl der Ergebnisse einschr\xe4nken","Results preview":"Ergebnisvorschau","Results template":"Template Suchergebnisliste","Reversed order":"Sortierreihenfolge umkehren","Revert to this revision":"Die aktuelle Version durch diese ersetzen","Review state":"Arbeitsablauf","Richtext":"Richtext","Right":"Rechte","Rights":"Rechte","Roles":"Rollen","Root":"Wurzel","Save":"Speichern","Save recurrence":"Wiederkehrende Einstellung speichern","Schema":"Schema","Schema updates":"Aktualisierungen Schema","Search":"Suche","Search SVG":"Suchen","Search Site":"Website durchsuchen","Search block":"Such-Block","Search button label":"Label Such-Button","Search content":"Inhalte suchen","Search for user or group":"Nach Benutzer oder Gruppe suchen","Search group\u2026":"Nach Gruppe suchen\u2026","Search input label":"Label Suchfeld","Search results":"Suchergebnisse","Search results for {term}":"Suchergebnisse f\xfcr {term}","Search users\u2026":"Nach Nutzern suchen\u2026","Searched for":"Suche nach","Second":"Zweiter","Section title":"Abschnittstitel","Select":"Ausw\xe4hlen","Select a date to add to recurrence":"W\xe4hlen Sie ein Datum um ein wiederkehrendes Datum einzustellen","Select columns to show":"Anzuzeigende Spalten w\xe4hlen","Select the transition to be used for modifying the items state.":"Arbeitsablauf-Status f\xfcr Seite w\xe4hlen.","Selected dates":"Ausgew\xe4hlte Daten","Selected items":"Ausgew\xe4hlte Objekte","Selected items - x of y":"Ausgew\xe4hlte Objekte - x von y","Selection":"Auswahl","Select\u2026":"W\xe4hle\u2026","Send":"Absenden","Set my password":"Passwort neu setzen","Set your password":"Setzen Sie Ihr Passwort","Settings":"Einstellungen","Sharing":"Freigabe","Sharing for {title}":"Freigabe f\xfcr","Short Name":"Kurzname","Short name":"Kurzname","Show":"Zeige","Show All":"Alle anzeigen","Show Replies":"Antworten anzeigen","Show item":"Elemente anzeigen","Show search button?":"Such-Button anzeigen?","Show search input?":"Such-Eingabe anzeigen?","Show sorting?":"Sortieroption anzeigen?","Shrink sidebar":"Sidebar verkleinern","Shrink toolbar":"Toolbar verkleinern","Sign in to start session":"Loggen Sie sich ein","Site":"Website","Site Administration":"Website-Administrator","Site Map":"\xdcbersicht","Site Setup":"Seiteneinstellungen","Sitemap":"Sitemap","Size":"Gr\xf6\xdfe","Size: {size}":"Gr\xf6sse: {size}","Sorry, something went wrong with your request":"Entschuldigung, ein Fehler ist beim Ausf\xfchren Ihrer Anfrage aufgetreten ","Sort By:":"Sortieren nach:","Sort on":"Sortieren nach","Sort on label":"Label f\xfcr Sortieren","Sort on options":"Sortieroptionen","Source":"Quelle","Specify a youtube video or playlist url":"Geben Sie ein YouTube-Video oder eine YouTube-Playlist URL ein","Split":"Aufsplitten","Start Date":"Anfangsdatum","Start of the recurrence":"Anfangsdatum des wiederkehrenden Termins","Start password reset":"E-Mail anfordern","State":"Status","Stop compare":"Vergleichsansicht verlassen","String":"Text","Stripe alternate rows with color":"Zeilen abwechselnd einf\xe4rben","Subject":"Betreff","Success":"Erfolgreich","Summary":"Zusammenfassung","Switch to":"Wechseln zu","Table":"Tabelle","Table of Contents":"Inhaltsverzeichnis","Tags":"Tags","Tags to add":"Hinzuzuf\xfcgende Tags","Tags to remove":"Zu entfernende Tags","Target memory size per cache in bytes":"Ziel-Speichergr\xf6\xdfe pro Cache in Bytes","Target number of objects in memory per cache":"Ziel-Anzahl von Objekten im Speicher pro Cache","Text":"Text","Thank you.":"Vielen Dank.","The Database Manager allow you to view database status information":"Der Datenbank-Manager zeigt Ihnen Status-Informationen zu der Datenbank","The URL for your external home page, if you have one.":"Die URL Ihrer externen Homepage, sollten Sie eine besitzen.","The backend is not responding, please check if you have started Plone, check your project\'s configuration object apiPath (or if you are using the internal proxy, devProxyToApiPath) or the RAZZLE_API_PATH Volto\'s environment variable.":"Das Backend beantwortet die Anfrage nicht, pr\xfcfen Sie bitte ob Sie Plone gestartet haben. Pr\xfcfen Sie den apiPath Parameter Ihrer Projekt-Konfiguration oder die RAZZLE_API_PATH Umgebungsvariable.","The backend is responding, but the CORS headers are not configured properly and the browser has denied the access to the backend resources.":"Das Backend antwortet, allerdings sind ihre CORS HTTP Header nicht korrekt konfiguriert.","The backend server of your website is not answering, we apologize for the inconvenience. Please try to re-load the page and try again. If the problem persists please contact the site administrators.":"Der Server antwortet nicht, wir entschuldigen uns f\xfcr die Unanehmlichkeiten. Bitte versuchen Sie die Seite neu zu laden. Falls das Problem weiterhin besteht kontaktieren Sie bitte den Seitenbetreiber.","The button presence disables the live search, the query is issued when you press ENTER":"Der Button deaktiviert die Live-Suche, die Suchanfrage wird abgeschickt wenn die ENTER-Taste gedr\xfcckt wird","The item could not be deleted.":"Das Objekt kann nicht gel\xf6scht werden.","The link address is:":"","The registration process has been successful. Please check your e-mail inbox for information on how activate your account.":"Bitte pr\xfcfen Sie Ihr E-Mail Postfach. Sie sollten eine E-Mail erhalten haben mit Anweisungen, wie Sie Ihren Zugang aktivieren k\xf6nnen.","The user portrait/avatar":"Benutzer Portrait/Avatar","The working copy was discarded":"Die Arbeitskopie wurde verworfen","The {plonecms} is {copyright} 2000-{current_year} by the {plonefoundation} and friends.":"{plonecms} {copyright} 2000-{current_year} {plonefoundation} und Freunde.","There is a configuration problem on the backend":"Konfigurationsproblem im Backend","There were some errors":"Es sind Fehler","There were some errors.":"Es sind Fehler aufgetreten.","Third":"Dritter","This has an ongoing working copy in {title}":"Diese Seite hat eine Arbeitskopie unter {title}","This is a reserved name and can\'t be used":"Dies ist ein reservierter Name und kann nicht verwendet werden","This is a working copy of {title}":"Das ist eine Arbeitskopie von {title}","This item was locked by {creator} on {date}":"Dieses Objekt wurde gesperrt von {creator}, am {date}.","This name will be displayed in the URL.":"Dieser Name wird in der Adressleiste des Browsers angezeigt.","This page does not seem to exist\u2026":"Die Seite existiert leider nicht\u2026","Time":"Zeit","Title":"Titel","Total active and non-active objects":"Anzahl aktive und nicht-aktive Objekte","Total comments":"Anzahl Komentare","Total number of objects in each cache":"Anzahl aller Objekte im Cache","Total number of objects in memory from all caches":"Anzahl aller Objekte im Speicher von allen Caches","Total number of objects in the database":"Anzahl aller Objekte in der Datenbank","Translate to {lang}":"Auf {lang} \xfcbersetzen","Translation linked":"\xdcbersetzung verbunden","Translation linking removed":"Verbindung zu \xdcbersetzung gel\xf6st","Type":"Typ","Type a Video (YouTube, Vimeo or mp4) URL":"Geben Sie eine Video-URL (YouTube, Video oder MP4) ein","Type text...":"","Type text\u2026":"Text eingeben\u2026","Type the title\u2026":"Titel eingeben\u2026","UID":"UID","Unauthorized":"Nicht autorisiert","Undo":"","Unfold":"Ausklappen","Unified":"Vereinigt","Uninstall":"Deinstallieren","Unknown Block":"Unbekannter Block","Unlink translation for":"Verkn\xfcpfung der \xdcbersetzung aufheben","Unlock":"Entsprerren","Update":"Update","Update installed addons":"Installierte Erweiterungen aktualisieren","Update installed addons:":"Installierte Erweiterungen:","Updates available":"Verf\xfcgbare Erweiterungen","Upload":"Hochladen","Upload a lead image in the \'Lead Image\' content field.":"Laden Sie ein Lead-Bild im Feld \'Lead-Bild\' hoch.","Upload a new image":"Neues Bild hochladen","Upload files":"Datei hochladen","Uploading files":"Dateien hochladen","Uploading image":"Bild hochladen","Used for programmatic access to the fieldset.":"Wir f\xfcr den programmierten Zugriff auf das Fieldset verwendet.","User":"Benutzer","User created":"Benutzer erstellt","User name":"Benutzername","User roles updated":"Nutzerrollen aktualisiert","Username":"Benutzername","Users":"Nutzer","Users and Groups":"Nutzer und Gruppen","Variation":"Variante","Version Overview":"Versions\xfcbersicht","Video":"Video","Video URL":"Video URL","View":"Anzeigen","View changes":"\xc4nderungen anzeigen","View this revision":"Diese revision ansehen","View working copy":"Arbeitskopie ansehen","Viewmode":"Ansicht","Vocabulary term":"Term","Vocabulary term title":"Termtitel","Vocabulary terms":"Terme","Warning Regarding debug mode":"Debug-Modus Warnung","We apologize for the inconvenience, but the backend of the site you are accessing is not available right now. Please, try again later.":"Entschuldigen Sie die Unanehmlichkeiten aber das Backend der Seite antwortet zur Zeit nicht.","We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the links below to help you find what you are looking for.":"Entschuldigung, aber die Webseite die Sie versucht haben zu erreichen ist hier nicht verf\xfcgbar. Bitte benutzen Sie die aufgef\xfchrten Verweise um zu finden was Sie gesucht haben.","We apologize for the inconvenience, but you don\'t have permissions on this resource.":"Entschuldigen Sie die Unanehmlichkeiten, aber Sie besitzen nicht die erforderlichen Rechte um diese Seite anzuzeigen.","We will use this address if you need to recover your password":"Wir verwenden diese E-Mail Adresse wenn wir Ihr Passwort wiederherstellen m\xfcssen","Weeek day of month":"Wochentag im Monat","Weekday":"Wochentag","Weekly":"w\xf6chentlich","What":"Was","When":"Wann","When this date is reached, the content will nolonger be visible in listings and searches.":"Wenn dieses Datum erreicht wird, wird der Inhalt nicht l\xe4nger in Auflistungen und in der Suche auftauchen.","Who":"Wer","Workflow Change Loading Message":"Statuswechsel wird geladen","Workflow updated.":"Arbeitsablauf aktualisiert.","Yearly":"j\xe4hrlich","Yes":"Ja","You are trying to access a protected resource, please {login} first.":"Sie versuchen eine gesch\xfctzte Seite aufzurufen, bitte zuerst {login}.","You are using an outdated browser":"Sie verwenden einen veralteten Browser","You can add a comment by filling out the form below. Plain text formatting.":"Sie k\xf6nnen einen Kommentar abgeben wenn Sie das untenstehende Formular ausf\xfcllen. Plain-Text-Formatierung.","You can control who can view and edit your item using the list below.":"Sie k\xf6nnen mit der folgenden Liste bestimmen, wer Ihren Artikel sehen und bearbeiten kann.","You can view the difference of the revisions below.":"Sie k\xf6nnen die Unterschiede der verschiedenen Versionen unten sehen.","You can view the history of your item below.":"Sie k\xf6nnen die Historie des Inhalts unten einsehen.","You can\'t paste this content here":"Sie k\xf6nnen diese(s) Objekt(e) hier nicht einf\xfcgen","Your email is required for reset your password.":"","Your location - either city and country - or in a company setting, where your office is located.":"Ihr Standort - entweder eine Stadt und ein Land - oder im Rahmen einer Firma, wo Ihr B\xfcro ist.","Your password has been set successfully. You may now {link} with your new password.":"Ihr Passwort wurde erfolgreich vergeben. Sie k\xf6nnen sich jetzt mit Ihrem neuen Passwort {link}.","Your preferred language":"Ihre bevorzugte Sprache","Your usernaame is required for reset your password.":"","box_forgot_password_option":"Passwort vergessen?","common":"Allgemein","compare_to":"Vergleichen mit","delete":"L\xf6schen","deprecated_browser_notice_message":"Sie verwenden einen veralteten Browser. Wir empfehlen den Einsatz eines modernen Browsers wie Firefox, Chrome, Safari oder Windows Edge Chromium.","description":"Beschreibung","description_lost_password":"Aus Sicherheitsgr\xfcnden speichern wir Ihr Passwort verschl\xfcsselt und k\xf6nnen es Ihnen daher nicht per E-Mail schicken. Um ein neues Passwort zu erhalten, tragen Sie unten bitte Ihren Benutzernamen ein. Wir werden Ihnen daraufhin eine E-Mail schicken, in der das weitere Vorgehen beschrieben ist.","description_sent_password":"Der Link, um das Passwort neu zu setzen, wurde Ihnen zugesendet. Die E-Mail sollte in K\xfcrze in Ihrem Postfach ankommen. Wenn Sie die Nachricht erhalten haben, klicken Sie auf den Link in der E-Mail, um zu der Webseite zu gelangen, wo Sie das Passwort neu setzen k\xf6nnen.","draft":"Entwurf","email":"E-Mail","event_alldates":"Alle Termine","event_attendees":"Teilnehmer","event_contactname":"Kontaktname","event_contactphone":"Kontakttelefon","event_website":"Webseite","event_what":"Was","event_when":"Datum","event_where":"Ort","heading_sent_password":"Best\xe4tigung f\xfcr das Zur\xfccksetzen des Passwortes wurde gesendet!","hero":"Hero","html":"HTML","image":"Bild","integer":"Ganzzahl","intranet":"Intranet","label_my_email_is":"","label_my_username_is":"El meu nom d\'usuari \xe9s","leadimage":"Lead-Bild","listing":"Listing","loading":"laden","log in":"Einloggen","maps":"Karten","maxLength":"Maximale L\xe4nge","maximum":"Maximum","media":"Medien","minLength":"Minimale L\xe4nge","minimum":"Minimum","mostUsed":"H\xe4ufig genutzt","no":"","no workflow state":"Kein Status gesetzt","number":"Zahl","of the month":"im Monat","or try a different page.":"versuchen Sie eine andere Seite.","others":"andere","private":"Privat","published":"Ver\xf6ffentlicht","querystring-widget-select":"Select Auswahlfeld","results found":"Ergebnisse gefunden","return to the site root":"Zur Startseite zur\xfcckkehren","rrule_and":"Regel UND","rrule_approximate":"REGEL Ann\xe4herung","rrule_at":"Regel AT","rrule_dateFormat":"Regel Datumsformat","rrule_day":"Regel Tag","rrule_days":"Regel Tage","rrule_every":"Regel Jeden","rrule_for":"Regel f\xfcr","rrule_hour":"Regel Stunde","rrule_hours":"Regel Stunden","rrule_in":"Regel in","rrule_last":"Regel letztes","rrule_minutes":"Regel Minuten","rrule_month":"Regel Monat","rrule_months":"Regel Monate","rrule_nd":"Regel ND","rrule_on":"Regel on","rrule_on the":"Regel on the","rrule_or":"Regel oder","rrule_rd":"Regel rd","rrule_st":"Regel st","rrule_th":"Regel th","rrule_the":"Regel the","rrule_time":"Regel Zeit","rrule_times":"Regel Zeiten","rrule_until":"Regel bis","rrule_week":"Regel Woche","rrule_weekday":"Regel Wochentag","rrule_weekdays":"Regel Wochentage","rrule_weeks":"Regel Wochen","rrule_year":"Regel Jahr","rrule_years":"Regel Jahre","skiplink-footer":"Footer \xfcberspringen","skiplink-main-content":"Hauptinhalt \xfcberspringen","skiplink-navigation":"Navigation \xfcberspringen","sort":"sortieren","table":"Tabelle","text":"Text","title":"Titel","toc":"Inhaltsverzeichnis","url":"URL","user avatar":"Nutzer Avatar","video":"Video","visit_external_website":"Externe Webseite besuchen","workingCopyErrorUnauthorized":"","workingCopyGenericError":"","yes":"","{count, plural, one {Upload {count} file} other {Upload {count} files}}":"Lade {count, plural, one {# Datei} other {# Dateien}} hoch","{count} selected":"{count} ausgew\xe4hlt","{id} Content Type":"{id} Inhaltstyp","{id} Schema":"{id} Schema","{title} copied.":"{title} kopiert.","{title} cut.":"{title} ausgeschnitten.","{title} has been deleted.":"{title} wurde gel\xf6scht."}')}}]);
2
+ //# sourceMappingURL=22.a6848d06.chunk.js.map