.nw-table-header, .nw-table-footer {
  font-weight: bold;
}
.nw-table-row {
  align-items: flex-start;
}
.nw-table-col {
  white-space: normal!important;
}
.nw-table-col:nth-child(1),
.nw-table-col:nth-child(2) {
  width: 65%;
}
.nw-table-col:nth-child(3),
.nw-table-col:nth-child(4),
.nw-table-col:nth-child(5) {
  width: 25%;
}
.nw-table-col:last-child {
  justify-content: flex-end;
}


.kirby-focus-field .focus-box {
  position: relative;
  line-height: 0;
  overflow: hidden;
  padding: 2.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.kirby-focus-field .focus-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efefef url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXR0ZXJuIGlkPSJhIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPjxwYXRoIGZpbGw9InJnYmEoMCwgMCwgMCwgMC4yKSIgZD0iTTAgMGgxMHYxMEgwem0xMCAxMGgxMHYxMEgxMHoiLz48L3BhdHRlcm4+PHJlY3QgZmlsbD0idXJsKCNhKSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIvPjwvc3ZnPg==");
  opacity: 0.45;
  z-index: 0;
}
.focus-preview-container {
  position: relative;
  z-index: 1;
  cursor: crosshair;
}


.kirby-focus-field .focus-preview {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 13.5rem);
  -webkit-transition: all .25s;
     -moz-transition: all .25s;
          transition: all .25s;
  -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
          filter: grayscale(100%);
}
.kirby-focus-field .focus-box:hover .focus-preview {
  -webkit-filter: grayscale(0);
     -moz-filter: grayscale(0);
          filter: grayscale(0);
}

.kirby-focus-field .focus-point {
  box-sizing: border-box;
  min-height: 40px;
  min-width: 40px;
  border-radius: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border: 2px solid #fff;
  background: rgba(129,162,190,0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all .1s;
     -moz-transition: all .1s;
          transition: all .1s;
}

.kirby-focus-field .focus-box:hover .focus-point {
  background: rgba(0,0,0,0.5);
}

.kirby-focus-field .focus-point:before,
.kirby-focus-field .focus-point:after {
  content: '';
  display: block;
  width: 5px;
  height: 1px;
  background: #fff;
  position: relative;
  top: 18px;
  left: 16px;
}

.kirby-focus-field .focus-point:after {
  width: 1px;
  height: 5px;
  top: 15px;
  left: 18px;
}

.kirby-focus-field[disabled] {
  pointer-events: none
}

.kBuilderPreview[data-v-e13338]{font-size:0}.kBuilderPreview__frame[data-v-e13338]{border:none;width:100%;height:200px}.kBuilderBlock{background:#fff;-webkit-box-shadow:0 2px 5px rgba(22,23,26,.05);box-shadow:0 2px 5px rgba(22,23,26,.05);position:relative;opacity:1;-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s}.kBuilderBlock--pending{opacity:0;-webkit-transform:translateY(calc(10px + 5%));transform:translateY(calc(10px + 5%));-webkit-transition:opacity 0s,-webkit-transform 0s;transition:opacity 0s,-webkit-transform 0s;transition:opacity 0s,transform 0s;transition:opacity 0s,transform 0s,-webkit-transform 0s}.kBuilderBlock__label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:38px}.kBuilderBlock__expandedIcon{margin-right:4px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.kBuilderBlock__expandedIcon--expanded{-webkit-transform:rotate(0);transform:rotate(0)}.kBuilderBlock__header{font-size:.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap}.kBuilderBlock__header--col-1{padding-left:.75rem}.kBuilderBlock__actions{display:-webkit-box;display:-ms-flexbox;display:flex}.kBuilderBlock__actionsGroup{margin-right:0}.kBuilderBlock__actionsGroup.k-button-group>.k-button{padding-top:0;padding-bottom:0}.kBuilderBlock__actionsDropDown{display:inline-block}.kBuilderBlock__actionsDropDownContent{z-index:2}.kBuilderBlock__actionsButton{min-width:38px;height:38px;opacity:.4;color:#16171a;font-weight:500}.kBuilderBlock__actionsButton:hover{opacity:.7}.kBuilderBlock__actionsButton--active{pointer-events:none;opacity:1}.kBuilderBlock__actionsButton .k-button-figure img{background-color:transparent;border-radius:0}.kBuilderBlock__form{padding:.625rem .75rem 2.25rem}.kBuilderBlock .sortable-drag{cursor:-webkit-grab}.kBuilderBlock .k-card,.kBuilderBlock .k-list-item,.kBuilderBlock .k-structure-table,.kBuilderBlock .kBuilderBlock{-webkit-box-shadow:0 2px 5px rgba(22,23,26,.15),0 0 0 1px rgba(22,23,26,.05);box-shadow:0 2px 5px rgba(22,23,26,.15),0 0 0 1px rgba(22,23,26,.05)}.kBuilderBlock .k-structure{margin-left:25px}.k-sortable-ghost>.k-column-content>.kBuilderBlock,.k-sortable-ghost>.kBuilderBlock,.sortable-ghost>.k-column-content>.kBuilderBlock,.sortable-ghost>.kBuilderBlock{-webkit-box-shadow:0 0 0 2px #4271ae,0 5px 10px 2px rgba(22,23,26,.25);box-shadow:0 0 0 2px #4271ae,0 5px 10px 2px rgba(22,23,26,.25)}.k-sortable-ghost>.kBuilderBlock .kBuilderPreview__frame{pointer-events:none}.k-error-details li{white-space:pre-line;word-wrap:break-word;font-family:inherit;margin-top:-1.25em}.kBuilder__addButton{width:100%;background-color:transparent;padding:2.5rem .75rem;border:1px dashed #ccc;-webkit-transition:background-color .3s,border-color .3s;transition:background-color .3s,border-color .3s}.kBuilder__addButton:hover{background-color:#81a2be;border-color:transparent}.kBuilder__addBlockButton{cursor:pointer}.kBuilder__addBlockButtonIcon{margin-right:.75em}.kBuilder .kBuilder--col-1{padding-left:25px}.kBuilder__dragDropHandle{width:38px;height:38px;color:#16171a;opacity:.25;z-index:1;cursor:-webkit-grab;will-change:opacity,color;-webkit-transition:opacity .3s;transition:opacity .3s}.kBuilder__dragDropHandle--col-1{position:absolute;left:-38px;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:0}.kBuilder__blocks:hover .kBuilder__dragDropHandle,kBuilder__blocks:hover .kBuilder__dragDropHandle--col-1{opacity:.25}.kBuilder__block .kBuilder__dragDropHandle:hover,kBuilder__block:hover .kBuilder__dragDropHandle--col-1{opacity:1}.kBuilder__inlineAddButton{cursor:pointer;position:absolute;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.kBuilder__inlineAddButton:hover{opacity:1}.kBuilder__inlineAddButton:before{content:"";border:0 dashed #4271ae;display:block}.kBuilder__inlineAddButton--horizontal{height:1.25rem;width:100%;bottom:100%}.kBuilder__inlineAddButton--horizontal:before{border-bottom-width:2px;padding-top:calc(.625rem - 1px)}.kBuilder__inlineAddButton--vertical{width:1.5rem;height:100%;right:100%}.kBuilder__inlineAddButton--vertical.kBuilder__inlineAddButton--after{left:100%;right:auto;top:0}.kBuilder__inlineAddButton--vertical:before{width:calc(.75rem + 1px);height:100%;border-right-width:2px}.blocklist-enter-active,.blocklist-leave-active{-webkit-transition:all .5s;transition:all .5s}.blocklist-enter,.blocklist-leave-to{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}.kBuilder--col-1 .kBuilder__blocks{grid-row-gap:1.25rem}.kBuilder__column{position:relative}.kBuilder__blockContent--hidden,.kBuilder__dialog .k-dialog-button-submit,.kBuilder__dialog .k-list-item-image{display:none}.kBuilder--dragging .kBuilderPreview__frame{pointer-events:none}

.vgt-right-align{text-align:right}.vgt-left-align{text-align:left}.vgt-center-align{text-align:center}.k-pagetable-section table.vgt-table{position:relative;font-size:.875rem;border-spacing:0;table-layout:fixed;width:100%;max-width:100%;user-select:none}.k-pagetable-section table.vgt-table td,.k-pagetable-section table.vgt-table th{border-bottom:2px solid #efefef;line-height:1.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.k-pagetable-section table.vgt-table td.cover-image,.k-pagetable-section table.vgt-table th.cover-image{width:38px!important}.k-pagetable-section table.vgt-table td:not(.cover-image):not(.pagetable-options-container),.k-pagetable-section table.vgt-table th:not(.cover-image):not(.pagetable-options-container){width:auto}.k-pagetable-section table.vgt-table td:not(.cover-image):not(.pagetable-options-container).col-width-1-6,.k-pagetable-section table.vgt-table th:not(.cover-image):not(.pagetable-options-container).col-width-1-6{width:16.66667%!important}.k-pagetable-section table.vgt-table td:not(.cover-image):not(.pagetable-options-container).col-width-1-4,.k-pagetable-section table.vgt-table th:not(.cover-image):not(.pagetable-options-container).col-width-1-4{width:25%!important}.k-pagetable-section table.vgt-table td:not(.cover-image):not(.pagetable-options-container).col-width-1-3,.k-pagetable-section table.vgt-table th:not(.cover-image):not(.pagetable-options-container).col-width-1-3{width:33.33333%!important}.k-pagetable-section table.vgt-table td:not(.cover-image):not(.pagetable-options-container).col-width-1-2,.k-pagetable-section table.vgt-table th:not(.cover-image):not(.pagetable-options-container).col-width-1-2{width:50%!important}.k-pagetable-section table.vgt-table td:not(.cover-image):not(.pagetable-options-container).col-width-2-3,.k-pagetable-section table.vgt-table th:not(.cover-image):not(.pagetable-options-container).col-width-2-3{width:66.66667%!important}.k-pagetable-section table.vgt-table td:not(.cover-image):not(.pagetable-options-container).col-width-3-4,.k-pagetable-section table.vgt-table th:not(.cover-image):not(.pagetable-options-container).col-width-3-4{width:75%!important}.k-pagetable-section table.vgt-table td.pagetable-options-container.pagetable-options-two,.k-pagetable-section table.vgt-table th.pagetable-options-container.pagetable-options-two{width:80px!important}.k-pagetable-section table.vgt-table td.pagetable-options-container.pagetable-options-one,.k-pagetable-section table.vgt-table th.pagetable-options-container.pagetable-options-one{width:40px!important}.k-pagetable-section table.vgt-table td.pagetable-options-container.pagetable-options-none,.k-pagetable-section table.vgt-table th.pagetable-options-container.pagetable-options-none{width:0!important}@media screen and (max-width:65em){.k-pagetable-section table.vgt-table td,.k-pagetable-section table.vgt-table th{display:none}.k-pagetable-section table.vgt-table td.cover-image,.k-pagetable-section table.vgt-table td.pagetable-options-container,.k-pagetable-section table.vgt-table td:nth-child(2),.k-pagetable-section table.vgt-table th.cover-image,.k-pagetable-section table.vgt-table th.pagetable-options-container,.k-pagetable-section table.vgt-table th:nth-child(2){display:table-cell}.k-pagetable-section table.vgt-table td:not(.cover-image):not(.pagetable-options-container).col-width-1-2,.k-pagetable-section table.vgt-table td:not(.cover-image):not(.pagetable-options-container).col-width-1-3,.k-pagetable-section table.vgt-table td:not(.cover-image):not(.pagetable-options-container).col-width-1-4,.k-pagetable-section table.vgt-table td:not(.cover-image):not(.pagetable-options-container).col-width-1-6,.k-pagetable-section table.vgt-table td:not(.cover-image):not(.pagetable-options-container).col-width-2-3,.k-pagetable-section table.vgt-table td:not(.cover-image):not(.pagetable-options-container).col-width-3-4,.k-pagetable-section table.vgt-table th:not(.cover-image):not(.pagetable-options-container).col-width-1-2,.k-pagetable-section table.vgt-table th:not(.cover-image):not(.pagetable-options-container).col-width-1-3,.k-pagetable-section table.vgt-table th:not(.cover-image):not(.pagetable-options-container).col-width-1-4,.k-pagetable-section table.vgt-table th:not(.cover-image):not(.pagetable-options-container).col-width-1-6,.k-pagetable-section table.vgt-table th:not(.cover-image):not(.pagetable-options-container).col-width-2-3,.k-pagetable-section table.vgt-table th:not(.cover-image):not(.pagetable-options-container).col-width-3-4{width:auto!important}}.k-pagetable-section table.vgt-table th{position:relative;font-weight:400;color:#777;height:40px;background:#eaeaea;position:sticky;padding:.5rem .75rem;top:0;cursor:pointer;z-index:10}.k-pagetable-section table.vgt-table th:not(:last-child){border-right:1px solid #d6d6d6}.k-pagetable-section table.vgt-table th.sorting{color:#000;font-weight:600}.k-pagetable-section table.vgt-table th.sorting-asc:after,.k-pagetable-section table.vgt-table th.sorting-desc:after{position:absolute;content:"";right:1rem;top:calc(50% - 3px);border-color:#000 transparent;border-style:solid;border-width:6px 5px 0}.k-pagetable-section table.vgt-table th.sorting-asc:after{transform:rotate(180deg)}.k-pagetable-section table.vgt-table th.sorting.vgt-right-align.sorting-asc:after,.k-pagetable-section table.vgt-table th.sorting.vgt-right-align.sorting-desc:after{right:auto;left:1rem}.k-pagetable-section table.vgt-table td{height:40px;padding:0}.k-pagetable-section table.vgt-table td:not(.cover-image) a{display:block;width:100%;padding:.5rem .75rem}.k-pagetable-section table.vgt-table td:not(:last-child){border-right:1px solid #efefef}.k-pagetable-section table.vgt-table td.pagetable-options-container{overflow:visible;height:38px}.k-pagetable-section table.vgt-table td .k-list-item-options{display:flex}.k-pagetable-section table.vgt-table td .k-list-item-options>button{width:40px;display:flex;justify-content:center;align-items:center;padding:0}.k-pagetable-section table.vgt-table td .k-list-item-options>button .k-button-text{display:none}.k-pagetable-section table.vgt-table td .k-list-item-options[data-count="2"]>button:first-child{padding-left:2px}.k-pagetable-section table.vgt-table tbody{margin-top:2px}.k-pagetable-section table.vgt-table tbody tr{background:#fff}.k-pagetable-section table.vgt-table tbody tr+tr{margin-top:2px}.vgt-wrap__footer{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;padding:.35rem .25rem;margin-top:.5rem;color:#777}.vgt-wrap__footer .footer__row-count__select{background-color:#fff;width:auto;padding:.175rem .4rem .15rem .15rem;border:0;border-radius:0;min-height:22px;min-width:40px;margin-left:5px;color:#000;box-sizing:border-box}.vgt-wrap__footer .footer__row-count__select:focus{outline:none;border-color:#409eff}.vgt-wrap__footer .footer__navigation{display:flex}.vgt-wrap__footer .footer__navigation__page-btn{display:flex;align-items:center;justify-content:flex-start}.vgt-wrap__footer .footer__navigation__page-btn.disabled{cursor:default;pointer-events:none;opacity:.25}.vgt-wrap__footer .footer__navigation__page-btn:hover{color:#000}.vgt-wrap__footer .footer__navigation__page-btn .chevron{margin-top:2px;width:6px;height:6px;border:2px solid #777;border-width:0 2px 2px 0;transition:opacity .2s ease-out;opacity:.5}.vgt-wrap__footer .footer__navigation__page-btn .chevron.left{transform:rotate(135deg);margin-right:5px}.vgt-wrap__footer .footer__navigation__page-btn .chevron.right{transform:rotate(-45deg);margin-left:5px}.vgt-wrap__footer .footer__navigation__info{margin:0 1rem;color:#000}.k-pagetable-section .k-button-group{display:flex;align-items:flex-end}.k-pagetable-section .k-button-group .pagetable-reset-button{padding:.35rem .6rem;background:rgba(22,23,26,.05);border-radius:2px;margin-bottom:.65rem;margin-right:.75rem;font-size:.875rem;color:#777;transition:color .2s ease-out}.k-pagetable-section .k-button-group .pagetable-reset-button:hover{color:#000}.k-pagetable-section .k-button-group .pagetable-search-input{border:0;display:inline-block;vertical-align:middle;white-space:normal;background:none;line-height:1;border-bottom:1px solid #d6d6d6;font-size:.875rem;margin:0 0 .65rem;padding:.35rem .75rem .35rem .5rem;min-width:150px}.k-pagetable-section .k-button-group .pagetable-search-input::placeholder{color:#999}.k-pagetable-section .k-button-group .pagetable-search-input:focus{outline:none;border-color:#fff;background:#fff}.k-pagetable-section .k-button-group .k-button{margin-left:.25rem}@media screen and (max-width:50em){.k-pagetable-section .k-button-group .pagetable-reset-button{display:none}.k-pagetable-section .k-button-group .pagetable-search-input{width:150px}}@media screen and (max-width:25em){.k-pagetable-section .k-button-group .pagetable-search-input{display:none}}