﻿/*
    zet de scroll-axis die je wil gebruiken ($x en/of $y) op TRUE
*/
/*
    zet de scroll-axis die je wil gebruiken ($x en/of $y) op TRUE
*/
/*@mixin scrollbar($thumbclr: $cGrey70, $trackclr: $cGrey30, $size: 10px,$margin: $sXS, $x: null, $y: null) {

    @if $x==true {
        overflow-x: auto;
    }
    @else {
        overflow-x: hidden;
    }

    @if $y==true {
        overflow-y: auto;
    }
    @else {
        overflow-y: hidden;
    }

    scrollbar-color: $thumbclr $trackclr;

    &::-webkit-scrollbar {
        width: $size;
        height: $size;
    }

    &::-webkit-scrollbar-thumb {
        background: $thumbclr;
        border-radius: $size;
        border: 2px solid rgba($trackclr, 1);
    }

    &::-webkit-scrollbar-track {
        margin: $margin;
        background: $trackclr;
        border-radius: $size;
        border: 2px solid rgba($thumbclr, 0.25);
    }
}

*/
.row, #fulldocs, .defaultGrid9_3, .defaultGrid8_4, .defaultGrid7_5, .defaultGrid6_6, .groupagedetail .header .summary, .inteplannengroupage .header .summary, .defaultGrid363, .defaultGrid333, .defaultGrid336, .defaultGrid246, .defaultGrid4_8, .defaultGrid3_9 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem;
}
.row.col1.c1_1 > *:nth-child(1n+1), .col1.c1_1#fulldocs > *:nth-child(1n+1), .col1.c1_1.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_1.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_1.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_1.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_1.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_1.summary > *:nth-child(1n+1), .col1.c1_1.defaultGrid363 > *:nth-child(1n+1), .col1.c1_1.defaultGrid333 > *:nth-child(1n+1), .col1.c1_1.defaultGrid336 > *:nth-child(1n+1), .col1.c1_1.defaultGrid246 > *:nth-child(1n+1), .col1.c1_1.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_1.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
}
.row.col1.c1_2 > *:nth-child(1n+1), .col1.c1_2#fulldocs > *:nth-child(1n+1), .col1.c1_2.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_2.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_2.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_2.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_2.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_2.summary > *:nth-child(1n+1), .col1.c1_2.defaultGrid363 > *:nth-child(1n+1), .col1.c1_2.defaultGrid333 > *:nth-child(1n+1), .col1.c1_2.defaultGrid336 > *:nth-child(1n+1), .col1.defaultGrid246 > *:nth-child(1n+1), .col1.c1_2.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_2.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.row.col1.c1_3 > *:nth-child(1n+1), .col1.c1_3#fulldocs > *:nth-child(1n+1), .col1.c1_3.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_3.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_3.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_3.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_3.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_3.summary > *:nth-child(1n+1), .col1.defaultGrid363 > *:nth-child(1n+1), .col1.c1_3.defaultGrid333 > *:nth-child(1n+1), .col1.defaultGrid336 > *:nth-child(1n+1), .col1.c1_3.defaultGrid246 > *:nth-child(1n+1), .col1.c1_3.defaultGrid4_8 > *:nth-child(1n+1), .col1.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
}
.row.col1.c1_4 > *:nth-child(1n+1), .col1.c1_4#fulldocs > *:nth-child(1n+1), .col1.c1_4.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_4.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_4.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_4.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_4.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_4.summary > *:nth-child(1n+1), .col1.c1_4.defaultGrid363 > *:nth-child(1n+1), .col1.defaultGrid333 > *:nth-child(1n+1), .col1.c1_4.defaultGrid336 > *:nth-child(1n+1), .col1.c1_4.defaultGrid246 > *:nth-child(1n+1), .col1.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_4.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.row.col1.c1_5 > *:nth-child(1n+1), .col1.c1_5#fulldocs > *:nth-child(1n+1), .col1.c1_5.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_5.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_5.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_5.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_5.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_5.summary > *:nth-child(1n+1), .col1.c1_5.defaultGrid363 > *:nth-child(1n+1), .col1.c1_5.defaultGrid333 > *:nth-child(1n+1), .col1.c1_5.defaultGrid336 > *:nth-child(1n+1), .col1.c1_5.defaultGrid246 > *:nth-child(1n+1), .col1.c1_5.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_5.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
}
.row.col1.c1_6 > *:nth-child(1n+1), .col1.c1_6#fulldocs > *:nth-child(1n+1), .col1.c1_6.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_6.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_6.defaultGrid7_5 > *:nth-child(1n+1), .col1.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.summary > *:nth-child(1n+1), .col1.c1_6.defaultGrid363 > *:nth-child(1n+1), .col1.c1_6.defaultGrid333 > *:nth-child(1n+1), .col1.c1_6.defaultGrid336 > *:nth-child(1n+1), .col1.c1_6.defaultGrid246 > *:nth-child(1n+1), .col1.c1_6.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_6.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.row.col1.c1_7 > *:nth-child(1n+1), .col1.c1_7#fulldocs > *:nth-child(1n+1), .col1.c1_7.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_7.defaultGrid8_4 > *:nth-child(1n+1), .col1.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_7.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_7.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_7.summary > *:nth-child(1n+1), .col1.c1_7.defaultGrid363 > *:nth-child(1n+1), .col1.c1_7.defaultGrid333 > *:nth-child(1n+1), .col1.c1_7.defaultGrid336 > *:nth-child(1n+1), .col1.c1_7.defaultGrid246 > *:nth-child(1n+1), .col1.c1_7.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_7.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
}
.row.col1.c1_8 > *:nth-child(1n+1), .col1.c1_8#fulldocs > *:nth-child(1n+1), .col1.c1_8.defaultGrid9_3 > *:nth-child(1n+1), .col1.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_8.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_8.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_8.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_8.summary > *:nth-child(1n+1), .col1.c1_8.defaultGrid363 > *:nth-child(1n+1), .col1.c1_8.defaultGrid333 > *:nth-child(1n+1), .col1.c1_8.defaultGrid336 > *:nth-child(1n+1), .col1.c1_8.defaultGrid246 > *:nth-child(1n+1), .col1.c1_8.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_8.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
.row.col1.c1_9 > *:nth-child(1n+1), .col1.c1_9#fulldocs > *:nth-child(1n+1), .col1.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_9.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_9.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_9.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_9.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_9.summary > *:nth-child(1n+1), .col1.c1_9.defaultGrid363 > *:nth-child(1n+1), .col1.c1_9.defaultGrid333 > *:nth-child(1n+1), .col1.c1_9.defaultGrid336 > *:nth-child(1n+1), .col1.c1_9.defaultGrid246 > *:nth-child(1n+1), .col1.c1_9.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_9.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
}
.row.col1.c1_10 > *:nth-child(1n+1), .col1.c1_10#fulldocs > *:nth-child(1n+1), .col1.c1_10.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_10.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_10.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_10.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_10.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_10.summary > *:nth-child(1n+1), .col1.c1_10.defaultGrid363 > *:nth-child(1n+1), .col1.c1_10.defaultGrid333 > *:nth-child(1n+1), .col1.c1_10.defaultGrid336 > *:nth-child(1n+1), .col1.c1_10.defaultGrid246 > *:nth-child(1n+1), .col1.c1_10.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_10.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
.row.col1.c1_11 > *:nth-child(1n+1), .col1.c1_11#fulldocs > *:nth-child(1n+1), .col1.c1_11.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_11.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_11.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_11.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_11.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_11.summary > *:nth-child(1n+1), .col1.c1_11.defaultGrid363 > *:nth-child(1n+1), .col1.c1_11.defaultGrid333 > *:nth-child(1n+1), .col1.c1_11.defaultGrid336 > *:nth-child(1n+1), .col1.c1_11.defaultGrid246 > *:nth-child(1n+1), .col1.c1_11.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_11.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
}
.row.col1.c1_12 > *:nth-child(1n+1), .col1#fulldocs > *:nth-child(1n+1), .col1.c1_12.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_12.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_12.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_12.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_12.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_12.summary > *:nth-child(1n+1), .col1.c1_12.defaultGrid363 > *:nth-child(1n+1), .col1.c1_12.defaultGrid333 > *:nth-child(1n+1), .col1.c1_12.defaultGrid336 > *:nth-child(1n+1), .col1.c1_12.defaultGrid246 > *:nth-child(1n+1), .col1.c1_12.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_12.defaultGrid3_9 > *:nth-child(1n+1) {
  width: 100% !important;
}
.row.col1.c2_1 > *:nth-child(1n+2), .col1.c2_1#fulldocs > *:nth-child(1n+2), .col1.c2_1.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_1.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_1.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_1.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_1.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_1.summary > *:nth-child(1n+2), .col1.c2_1.defaultGrid363 > *:nth-child(1n+2), .col1.c2_1.defaultGrid333 > *:nth-child(1n+2), .col1.c2_1.defaultGrid336 > *:nth-child(1n+2), .col1.c2_1.defaultGrid246 > *:nth-child(1n+2), .col1.c2_1.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_1.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
}
.row.col1.c2_2 > *:nth-child(1n+2), .col1.c2_2#fulldocs > *:nth-child(1n+2), .col1.c2_2.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_2.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_2.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_2.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_2.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_2.summary > *:nth-child(1n+2), .col1.c2_2.defaultGrid363 > *:nth-child(1n+2), .col1.c2_2.defaultGrid333 > *:nth-child(1n+2), .col1.c2_2.defaultGrid336 > *:nth-child(1n+2), .col1.c2_2.defaultGrid246 > *:nth-child(1n+2), .col1.c2_2.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_2.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.row.col1.c2_3 > *:nth-child(1n+2), .col1.c2_3#fulldocs > *:nth-child(1n+2), .col1.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_3.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_3.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_3.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_3.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_3.summary > *:nth-child(1n+2), .col1.c2_3.defaultGrid363 > *:nth-child(1n+2), .col1.c2_3.defaultGrid333 > *:nth-child(1n+2), .col1.defaultGrid336 > *:nth-child(1n+2), .col1.c2_3.defaultGrid246 > *:nth-child(1n+2), .col1.c2_3.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_3.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
}
.row.col1.c2_4 > *:nth-child(1n+2), .col1.c2_4#fulldocs > *:nth-child(1n+2), .col1.c2_4.defaultGrid9_3 > *:nth-child(1n+2), .col1.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_4.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_4.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_4.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_4.summary > *:nth-child(1n+2), .col1.c2_4.defaultGrid363 > *:nth-child(1n+2), .col1.defaultGrid333 > *:nth-child(1n+2), .col1.c2_4.defaultGrid336 > *:nth-child(1n+2), .col1.defaultGrid246 > *:nth-child(1n+2), .col1.c2_4.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_4.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.row.col1.c2_5 > *:nth-child(1n+2), .col1.c2_5#fulldocs > *:nth-child(1n+2), .col1.c2_5.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_5.defaultGrid8_4 > *:nth-child(1n+2), .col1.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_5.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_5.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_5.summary > *:nth-child(1n+2), .col1.c2_5.defaultGrid363 > *:nth-child(1n+2), .col1.c2_5.defaultGrid333 > *:nth-child(1n+2), .col1.c2_5.defaultGrid336 > *:nth-child(1n+2), .col1.c2_5.defaultGrid246 > *:nth-child(1n+2), .col1.c2_5.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_5.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
}
.row.col1.c2_6 > *:nth-child(1n+2), .col1.c2_6#fulldocs > *:nth-child(1n+2), .col1.c2_6.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_6.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_6.defaultGrid7_5 > *:nth-child(1n+2), .col1.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.summary > *:nth-child(1n+2), .col1.defaultGrid363 > *:nth-child(1n+2), .col1.c2_6.defaultGrid333 > *:nth-child(1n+2), .col1.c2_6.defaultGrid336 > *:nth-child(1n+2), .col1.c2_6.defaultGrid246 > *:nth-child(1n+2), .col1.c2_6.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_6.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.row.col1.c2_7 > *:nth-child(1n+2), .col1.c2_7#fulldocs > *:nth-child(1n+2), .col1.c2_7.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_7.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_7.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_7.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_7.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_7.summary > *:nth-child(1n+2), .col1.c2_7.defaultGrid363 > *:nth-child(1n+2), .col1.c2_7.defaultGrid333 > *:nth-child(1n+2), .col1.c2_7.defaultGrid336 > *:nth-child(1n+2), .col1.c2_7.defaultGrid246 > *:nth-child(1n+2), .col1.c2_7.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_7.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
}
.row.col1.c2_8 > *:nth-child(1n+2), .col1.c2_8#fulldocs > *:nth-child(1n+2), .col1.c2_8.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_8.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_8.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_8.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_8.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_8.summary > *:nth-child(1n+2), .col1.c2_8.defaultGrid363 > *:nth-child(1n+2), .col1.c2_8.defaultGrid333 > *:nth-child(1n+2), .col1.c2_8.defaultGrid336 > *:nth-child(1n+2), .col1.c2_8.defaultGrid246 > *:nth-child(1n+2), .col1.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_8.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
.row.col1.c2_9 > *:nth-child(1n+2), .col1.c2_9#fulldocs > *:nth-child(1n+2), .col1.c2_9.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_9.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_9.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_9.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_9.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_9.summary > *:nth-child(1n+2), .col1.c2_9.defaultGrid363 > *:nth-child(1n+2), .col1.c2_9.defaultGrid333 > *:nth-child(1n+2), .col1.c2_9.defaultGrid336 > *:nth-child(1n+2), .col1.c2_9.defaultGrid246 > *:nth-child(1n+2), .col1.c2_9.defaultGrid4_8 > *:nth-child(1n+2), .col1.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
}
.row.col1.c2_10 > *:nth-child(1n+2), .col1.c2_10#fulldocs > *:nth-child(1n+2), .col1.c2_10.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_10.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_10.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_10.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_10.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_10.summary > *:nth-child(1n+2), .col1.c2_10.defaultGrid363 > *:nth-child(1n+2), .col1.c2_10.defaultGrid333 > *:nth-child(1n+2), .col1.c2_10.defaultGrid336 > *:nth-child(1n+2), .col1.c2_10.defaultGrid246 > *:nth-child(1n+2), .col1.c2_10.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_10.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
.row.col1.c2_11 > *:nth-child(1n+2), .col1#fulldocs > *:nth-child(1n+2), .col1.c2_11.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_11.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_11.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_11.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_11.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_11.summary > *:nth-child(1n+2), .col1.c2_11.defaultGrid363 > *:nth-child(1n+2), .col1.c2_11.defaultGrid333 > *:nth-child(1n+2), .col1.c2_11.defaultGrid336 > *:nth-child(1n+2), .col1.c2_11.defaultGrid246 > *:nth-child(1n+2), .col1.c2_11.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_11.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
}
.row.col1.c2_12 > *:nth-child(1n+2), .col1.c2_12#fulldocs > *:nth-child(1n+2), .col1.c2_12.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_12.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_12.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_12.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_12.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_12.summary > *:nth-child(1n+2), .col1.c2_12.defaultGrid363 > *:nth-child(1n+2), .col1.c2_12.defaultGrid333 > *:nth-child(1n+2), .col1.c2_12.defaultGrid336 > *:nth-child(1n+2), .col1.c2_12.defaultGrid246 > *:nth-child(1n+2), .col1.c2_12.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_12.defaultGrid3_9 > *:nth-child(1n+2) {
  width: 100% !important;
}
.row.col1.c3_1 > *:nth-child(1n+3), .col1.c3_1#fulldocs > *:nth-child(1n+3), .col1.c3_1.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_1.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_1.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_1.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_1.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_1.summary > *:nth-child(1n+3), .col1.c3_1.defaultGrid363 > *:nth-child(1n+3), .col1.c3_1.defaultGrid333 > *:nth-child(1n+3), .col1.c3_1.defaultGrid336 > *:nth-child(1n+3), .col1.c3_1.defaultGrid246 > *:nth-child(1n+3), .col1.c3_1.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_1.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
}
.row.col1.c3_2 > *:nth-child(1n+3), .col1.c3_2#fulldocs > *:nth-child(1n+3), .col1.c3_2.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_2.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_2.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_2.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_2.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_2.summary > *:nth-child(1n+3), .col1.c3_2.defaultGrid363 > *:nth-child(1n+3), .col1.c3_2.defaultGrid333 > *:nth-child(1n+3), .col1.c3_2.defaultGrid336 > *:nth-child(1n+3), .col1.c3_2.defaultGrid246 > *:nth-child(1n+3), .col1.c3_2.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_2.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.row.col1.c3_3 > *:nth-child(1n+3), .col1.c3_3#fulldocs > *:nth-child(1n+3), .col1.c3_3.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_3.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_3.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_3.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_3.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_3.summary > *:nth-child(1n+3), .col1.defaultGrid363 > *:nth-child(1n+3), .col1.c3_3.defaultGrid333 > *:nth-child(1n+3), .col1.c3_3.defaultGrid336 > *:nth-child(1n+3), .col1.c3_3.defaultGrid246 > *:nth-child(1n+3), .col1.c3_3.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_3.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
}
.row.col1.c3_4 > *:nth-child(1n+3), .col1.c3_4#fulldocs > *:nth-child(1n+3), .col1.c3_4.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_4.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_4.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_4.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_4.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_4.summary > *:nth-child(1n+3), .col1.c3_4.defaultGrid363 > *:nth-child(1n+3), .col1.defaultGrid333 > *:nth-child(1n+3), .col1.c3_4.defaultGrid336 > *:nth-child(1n+3), .col1.c3_4.defaultGrid246 > *:nth-child(1n+3), .col1.c3_4.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_4.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.row.col1.c3_5 > *:nth-child(1n+3), .col1.c3_5#fulldocs > *:nth-child(1n+3), .col1.c3_5.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_5.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_5.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_5.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_5.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_5.summary > *:nth-child(1n+3), .col1.c3_5.defaultGrid363 > *:nth-child(1n+3), .col1.c3_5.defaultGrid333 > *:nth-child(1n+3), .col1.c3_5.defaultGrid336 > *:nth-child(1n+3), .col1.c3_5.defaultGrid246 > *:nth-child(1n+3), .col1.c3_5.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_5.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
}
.row.col1.c3_6 > *:nth-child(1n+3), .col1.c3_6#fulldocs > *:nth-child(1n+3), .col1.c3_6.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_6.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_6.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_6.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_6.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_6.summary > *:nth-child(1n+3), .col1.c3_6.defaultGrid363 > *:nth-child(1n+3), .col1.c3_6.defaultGrid333 > *:nth-child(1n+3), .col1.defaultGrid336 > *:nth-child(1n+3), .col1.defaultGrid246 > *:nth-child(1n+3), .col1.c3_6.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_6.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.row.col1.c3_7 > *:nth-child(1n+3), .col1.c3_7#fulldocs > *:nth-child(1n+3), .col1.c3_7.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_7.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_7.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_7.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_7.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_7.summary > *:nth-child(1n+3), .col1.c3_7.defaultGrid363 > *:nth-child(1n+3), .col1.c3_7.defaultGrid333 > *:nth-child(1n+3), .col1.c3_7.defaultGrid336 > *:nth-child(1n+3), .col1.c3_7.defaultGrid246 > *:nth-child(1n+3), .col1.c3_7.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_7.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
}
.row.col1.c3_8 > *:nth-child(1n+3), .col1.c3_8#fulldocs > *:nth-child(1n+3), .col1.c3_8.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_8.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_8.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_8.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_8.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_8.summary > *:nth-child(1n+3), .col1.c3_8.defaultGrid363 > *:nth-child(1n+3), .col1.c3_8.defaultGrid333 > *:nth-child(1n+3), .col1.c3_8.defaultGrid336 > *:nth-child(1n+3), .col1.c3_8.defaultGrid246 > *:nth-child(1n+3), .col1.c3_8.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_8.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
.row.col1.c3_9 > *:nth-child(1n+3), .col1.c3_9#fulldocs > *:nth-child(1n+3), .col1.c3_9.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_9.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_9.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_9.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_9.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_9.summary > *:nth-child(1n+3), .col1.c3_9.defaultGrid363 > *:nth-child(1n+3), .col1.c3_9.defaultGrid333 > *:nth-child(1n+3), .col1.c3_9.defaultGrid336 > *:nth-child(1n+3), .col1.c3_9.defaultGrid246 > *:nth-child(1n+3), .col1.c3_9.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_9.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
}
.row.col1.c3_10 > *:nth-child(1n+3), .col1.c3_10#fulldocs > *:nth-child(1n+3), .col1.c3_10.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_10.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_10.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_10.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_10.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_10.summary > *:nth-child(1n+3), .col1.c3_10.defaultGrid363 > *:nth-child(1n+3), .col1.c3_10.defaultGrid333 > *:nth-child(1n+3), .col1.c3_10.defaultGrid336 > *:nth-child(1n+3), .col1.c3_10.defaultGrid246 > *:nth-child(1n+3), .col1.c3_10.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_10.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
.row.col1.c3_11 > *:nth-child(1n+3), .col1.c3_11#fulldocs > *:nth-child(1n+3), .col1.c3_11.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_11.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_11.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_11.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_11.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_11.summary > *:nth-child(1n+3), .col1.c3_11.defaultGrid363 > *:nth-child(1n+3), .col1.c3_11.defaultGrid333 > *:nth-child(1n+3), .col1.c3_11.defaultGrid336 > *:nth-child(1n+3), .col1.c3_11.defaultGrid246 > *:nth-child(1n+3), .col1.c3_11.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_11.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
}
.row.col1.c3_12 > *:nth-child(1n+3), .col1.c3_12#fulldocs > *:nth-child(1n+3), .col1.c3_12.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_12.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_12.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_12.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_12.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_12.summary > *:nth-child(1n+3), .col1.c3_12.defaultGrid363 > *:nth-child(1n+3), .col1.c3_12.defaultGrid333 > *:nth-child(1n+3), .col1.c3_12.defaultGrid336 > *:nth-child(1n+3), .col1.c3_12.defaultGrid246 > *:nth-child(1n+3), .col1.c3_12.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_12.defaultGrid3_9 > *:nth-child(1n+3) {
  width: 100% !important;
}
.row.col2.c1_1 > *:nth-child(2n+1), .c1_1#fulldocs > *:nth-child(2n+1), .c1_1.defaultGrid9_3 > *:nth-child(2n+1), .c1_1.defaultGrid8_4 > *:nth-child(2n+1), .c1_1.defaultGrid7_5 > *:nth-child(2n+1), .c1_1.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_1.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_1.summary > *:nth-child(2n+1), .col2.c1_1.defaultGrid363 > *:nth-child(2n+1), .col2.c1_1.defaultGrid333 > *:nth-child(2n+1), .col2.c1_1.defaultGrid336 > *:nth-child(2n+1), .col2.c1_1.defaultGrid246 > *:nth-child(2n+1), .c1_1.defaultGrid4_8 > *:nth-child(2n+1), .c1_1.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
}
.row.col2.c1_2 > *:nth-child(2n+1), .c1_2#fulldocs > *:nth-child(2n+1), .c1_2.defaultGrid9_3 > *:nth-child(2n+1), .c1_2.defaultGrid8_4 > *:nth-child(2n+1), .c1_2.defaultGrid7_5 > *:nth-child(2n+1), .c1_2.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_2.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_2.summary > *:nth-child(2n+1), .col2.c1_2.defaultGrid363 > *:nth-child(2n+1), .col2.c1_2.defaultGrid333 > *:nth-child(2n+1), .col2.c1_2.defaultGrid336 > *:nth-child(2n+1), .col2.defaultGrid246 > *:nth-child(2n+1), .defaultGrid246#fulldocs > *:nth-child(2n+1), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid246.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+1), .c1_2.defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .c1_2.defaultGrid3_9 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.row.col2.c1_3 > *:nth-child(2n+1), .c1_3#fulldocs > *:nth-child(2n+1), .c1_3.defaultGrid9_3 > *:nth-child(2n+1), .c1_3.defaultGrid8_4 > *:nth-child(2n+1), .c1_3.defaultGrid7_5 > *:nth-child(2n+1), .c1_3.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_3.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_3.summary > *:nth-child(2n+1), .col2.defaultGrid363 > *:nth-child(2n+1), .defaultGrid363#fulldocs > *:nth-child(2n+1), .defaultGrid363.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid363.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid363.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid363.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid363.summary > *:nth-child(2n+1), .col2.c1_3.defaultGrid333 > *:nth-child(2n+1), .col2.defaultGrid336 > *:nth-child(2n+1), .defaultGrid336#fulldocs > *:nth-child(2n+1), .defaultGrid336.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid336.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid336.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid336.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(2n+1), .col2.c1_3.defaultGrid246 > *:nth-child(2n+1), .c1_3.defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid363 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid336 > *:nth-child(2n+1), .defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
}
.row.col2.c1_4 > *:nth-child(2n+1), .c1_4#fulldocs > *:nth-child(2n+1), .c1_4.defaultGrid9_3 > *:nth-child(2n+1), .c1_4.defaultGrid8_4 > *:nth-child(2n+1), .c1_4.defaultGrid7_5 > *:nth-child(2n+1), .c1_4.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_4.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_4.summary > *:nth-child(2n+1), .col2.c1_4.defaultGrid363 > *:nth-child(2n+1), .col2.defaultGrid333 > *:nth-child(2n+1), .defaultGrid333#fulldocs > *:nth-child(2n+1), .defaultGrid333.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid333.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid333.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid333.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(2n+1), .col2.c1_4.defaultGrid336 > *:nth-child(2n+1), .col2.c1_4.defaultGrid246 > *:nth-child(2n+1), .defaultGrid4_8 > *:nth-child(2n+1), .c1_4.defaultGrid3_9 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid333 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.row.col2.c1_5 > *:nth-child(2n+1), .c1_5#fulldocs > *:nth-child(2n+1), .c1_5.defaultGrid9_3 > *:nth-child(2n+1), .c1_5.defaultGrid8_4 > *:nth-child(2n+1), .c1_5.defaultGrid7_5 > *:nth-child(2n+1), .c1_5.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_5.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_5.summary > *:nth-child(2n+1), .col2.c1_5.defaultGrid363 > *:nth-child(2n+1), .col2.c1_5.defaultGrid333 > *:nth-child(2n+1), .col2.c1_5.defaultGrid336 > *:nth-child(2n+1), .col2.c1_5.defaultGrid246 > *:nth-child(2n+1), .c1_5.defaultGrid4_8 > *:nth-child(2n+1), .c1_5.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
}
.row.col2.c1_6 > *:nth-child(2n+1), .c1_6#fulldocs > *:nth-child(2n+1), .c1_6.defaultGrid9_3 > *:nth-child(2n+1), .c1_6.defaultGrid8_4 > *:nth-child(2n+1), .c1_6.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .summary > *:nth-child(2n+1), .inteplannengroupage .header .summary > *:nth-child(2n+1), .col2.c1_6.defaultGrid363 > *:nth-child(2n+1), .col2.c1_6.defaultGrid333 > *:nth-child(2n+1), .col2.c1_6.defaultGrid336 > *:nth-child(2n+1), .col2.c1_6.defaultGrid246 > *:nth-child(2n+1), .c1_6.defaultGrid4_8 > *:nth-child(2n+1), .c1_6.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.row.col2.c1_7 > *:nth-child(2n+1), .c1_7#fulldocs > *:nth-child(2n+1), .c1_7.defaultGrid9_3 > *:nth-child(2n+1), .c1_7.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid7_5 > *:nth-child(2n+1), .c1_7.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_7.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_7.summary > *:nth-child(2n+1), .col2.c1_7.defaultGrid363 > *:nth-child(2n+1), .col2.c1_7.defaultGrid333 > *:nth-child(2n+1), .col2.c1_7.defaultGrid336 > *:nth-child(2n+1), .col2.c1_7.defaultGrid246 > *:nth-child(2n+1), .c1_7.defaultGrid4_8 > *:nth-child(2n+1), .c1_7.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
}
.row.col2.c1_8 > *:nth-child(2n+1), .c1_8#fulldocs > *:nth-child(2n+1), .c1_8.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid8_4 > *:nth-child(2n+1), .c1_8.defaultGrid7_5 > *:nth-child(2n+1), .c1_8.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_8.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_8.summary > *:nth-child(2n+1), .col2.c1_8.defaultGrid363 > *:nth-child(2n+1), .col2.c1_8.defaultGrid333 > *:nth-child(2n+1), .col2.c1_8.defaultGrid336 > *:nth-child(2n+1), .col2.c1_8.defaultGrid246 > *:nth-child(2n+1), .c1_8.defaultGrid4_8 > *:nth-child(2n+1), .c1_8.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
.row.col2.c1_9 > *:nth-child(2n+1), .c1_9#fulldocs > *:nth-child(2n+1), .defaultGrid9_3 > *:nth-child(2n+1), .c1_9.defaultGrid8_4 > *:nth-child(2n+1), .c1_9.defaultGrid7_5 > *:nth-child(2n+1), .c1_9.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_9.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_9.summary > *:nth-child(2n+1), .col2.c1_9.defaultGrid363 > *:nth-child(2n+1), .col2.c1_9.defaultGrid333 > *:nth-child(2n+1), .col2.c1_9.defaultGrid336 > *:nth-child(2n+1), .col2.c1_9.defaultGrid246 > *:nth-child(2n+1), .c1_9.defaultGrid4_8 > *:nth-child(2n+1), .c1_9.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
}
.row.col2.c1_10 > *:nth-child(2n+1), .c1_10#fulldocs > *:nth-child(2n+1), .c1_10.defaultGrid9_3 > *:nth-child(2n+1), .c1_10.defaultGrid8_4 > *:nth-child(2n+1), .c1_10.defaultGrid7_5 > *:nth-child(2n+1), .c1_10.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_10.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_10.summary > *:nth-child(2n+1), .col2.c1_10.defaultGrid363 > *:nth-child(2n+1), .col2.c1_10.defaultGrid333 > *:nth-child(2n+1), .col2.c1_10.defaultGrid336 > *:nth-child(2n+1), .col2.c1_10.defaultGrid246 > *:nth-child(2n+1), .c1_10.defaultGrid4_8 > *:nth-child(2n+1), .c1_10.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
.row.col2.c1_11 > *:nth-child(2n+1), .c1_11#fulldocs > *:nth-child(2n+1), .c1_11.defaultGrid9_3 > *:nth-child(2n+1), .c1_11.defaultGrid8_4 > *:nth-child(2n+1), .c1_11.defaultGrid7_5 > *:nth-child(2n+1), .c1_11.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_11.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_11.summary > *:nth-child(2n+1), .col2.c1_11.defaultGrid363 > *:nth-child(2n+1), .col2.c1_11.defaultGrid333 > *:nth-child(2n+1), .col2.c1_11.defaultGrid336 > *:nth-child(2n+1), .col2.c1_11.defaultGrid246 > *:nth-child(2n+1), .c1_11.defaultGrid4_8 > *:nth-child(2n+1), .c1_11.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
}
.row.col2.c1_12 > *:nth-child(2n+1), #fulldocs > *:nth-child(2n+1), .c1_12.defaultGrid9_3 > *:nth-child(2n+1), .c1_12.defaultGrid8_4 > *:nth-child(2n+1), .c1_12.defaultGrid7_5 > *:nth-child(2n+1), .c1_12.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_12.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_12.summary > *:nth-child(2n+1), .col2.c1_12.defaultGrid363 > *:nth-child(2n+1), .col2.c1_12.defaultGrid333 > *:nth-child(2n+1), .col2.c1_12.defaultGrid336 > *:nth-child(2n+1), .col2.c1_12.defaultGrid246 > *:nth-child(2n+1), .c1_12.defaultGrid4_8 > *:nth-child(2n+1), .c1_12.defaultGrid3_9 > *:nth-child(2n+1) {
  width: 100% !important;
}
.row.col2.c2_1 > *:nth-child(2n+2), .c2_1#fulldocs > *:nth-child(2n+2), .c2_1.defaultGrid9_3 > *:nth-child(2n+2), .c2_1.defaultGrid8_4 > *:nth-child(2n+2), .c2_1.defaultGrid7_5 > *:nth-child(2n+2), .c2_1.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_1.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_1.summary > *:nth-child(2n+2), .col2.c2_1.defaultGrid363 > *:nth-child(2n+2), .col2.c2_1.defaultGrid333 > *:nth-child(2n+2), .col2.c2_1.defaultGrid336 > *:nth-child(2n+2), .col2.c2_1.defaultGrid246 > *:nth-child(2n+2), .c2_1.defaultGrid4_8 > *:nth-child(2n+2), .c2_1.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
}
.row.col2.c2_2 > *:nth-child(2n+2), .c2_2#fulldocs > *:nth-child(2n+2), .c2_2.defaultGrid9_3 > *:nth-child(2n+2), .c2_2.defaultGrid8_4 > *:nth-child(2n+2), .c2_2.defaultGrid7_5 > *:nth-child(2n+2), .c2_2.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_2.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_2.summary > *:nth-child(2n+2), .col2.c2_2.defaultGrid363 > *:nth-child(2n+2), .col2.c2_2.defaultGrid333 > *:nth-child(2n+2), .col2.c2_2.defaultGrid336 > *:nth-child(2n+2), .col2.c2_2.defaultGrid246 > *:nth-child(2n+2), .c2_2.defaultGrid4_8 > *:nth-child(2n+2), .c2_2.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.row.col2.c2_3 > *:nth-child(2n+2), .c2_3#fulldocs > *:nth-child(2n+2), .defaultGrid9_3 > *:nth-child(2n+2), .c2_3.defaultGrid8_4 > *:nth-child(2n+2), .c2_3.defaultGrid7_5 > *:nth-child(2n+2), .c2_3.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_3.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_3.summary > *:nth-child(2n+2), .col2.c2_3.defaultGrid363 > *:nth-child(2n+2), .col2.c2_3.defaultGrid333 > *:nth-child(2n+2), .col2.defaultGrid336 > *:nth-child(2n+2), .defaultGrid336#fulldocs > *:nth-child(2n+2), .defaultGrid336.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid336.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid336.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(2n+2), .col2.c2_3.defaultGrid246 > *:nth-child(2n+2), .c2_3.defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid336 > *:nth-child(2n+2), .c2_3.defaultGrid3_9 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid336 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
}
.row.col2.c2_4 > *:nth-child(2n+2), .c2_4#fulldocs > *:nth-child(2n+2), .c2_4.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid8_4 > *:nth-child(2n+2), .c2_4.defaultGrid7_5 > *:nth-child(2n+2), .c2_4.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_4.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_4.summary > *:nth-child(2n+2), .col2.c2_4.defaultGrid363 > *:nth-child(2n+2), .col2.defaultGrid333 > *:nth-child(2n+2), .defaultGrid333#fulldocs > *:nth-child(2n+2), .defaultGrid333.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid333.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid333.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(2n+2), .col2.c2_4.defaultGrid336 > *:nth-child(2n+2), .col2.defaultGrid246 > *:nth-child(2n+2), .defaultGrid246#fulldocs > *:nth-child(2n+2), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid246.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+2), .c2_4.defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid333 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .c2_4.defaultGrid3_9 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid333 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.row.col2.c2_5 > *:nth-child(2n+2), .c2_5#fulldocs > *:nth-child(2n+2), .c2_5.defaultGrid9_3 > *:nth-child(2n+2), .c2_5.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid7_5 > *:nth-child(2n+2), .c2_5.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_5.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_5.summary > *:nth-child(2n+2), .col2.c2_5.defaultGrid363 > *:nth-child(2n+2), .col2.c2_5.defaultGrid333 > *:nth-child(2n+2), .col2.c2_5.defaultGrid336 > *:nth-child(2n+2), .col2.c2_5.defaultGrid246 > *:nth-child(2n+2), .c2_5.defaultGrid4_8 > *:nth-child(2n+2), .c2_5.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
}
.row.col2.c2_6 > *:nth-child(2n+2), .c2_6#fulldocs > *:nth-child(2n+2), .c2_6.defaultGrid9_3 > *:nth-child(2n+2), .c2_6.defaultGrid8_4 > *:nth-child(2n+2), .c2_6.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .summary > *:nth-child(2n+2), .inteplannengroupage .header .summary > *:nth-child(2n+2), .col2.defaultGrid363 > *:nth-child(2n+2), .defaultGrid363#fulldocs > *:nth-child(2n+2), .defaultGrid363.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid363.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_6.defaultGrid333 > *:nth-child(2n+2), .col2.c2_6.defaultGrid336 > *:nth-child(2n+2), .col2.c2_6.defaultGrid246 > *:nth-child(2n+2), .c2_6.defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid363 > *:nth-child(2n+2), .c2_6.defaultGrid3_9 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid363 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.row.col2.c2_7 > *:nth-child(2n+2), .c2_7#fulldocs > *:nth-child(2n+2), .c2_7.defaultGrid9_3 > *:nth-child(2n+2), .c2_7.defaultGrid8_4 > *:nth-child(2n+2), .c2_7.defaultGrid7_5 > *:nth-child(2n+2), .c2_7.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_7.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_7.summary > *:nth-child(2n+2), .col2.c2_7.defaultGrid363 > *:nth-child(2n+2), .col2.c2_7.defaultGrid333 > *:nth-child(2n+2), .col2.c2_7.defaultGrid336 > *:nth-child(2n+2), .col2.c2_7.defaultGrid246 > *:nth-child(2n+2), .c2_7.defaultGrid4_8 > *:nth-child(2n+2), .c2_7.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
}
.row.col2.c2_8 > *:nth-child(2n+2), .c2_8#fulldocs > *:nth-child(2n+2), .c2_8.defaultGrid9_3 > *:nth-child(2n+2), .c2_8.defaultGrid8_4 > *:nth-child(2n+2), .c2_8.defaultGrid7_5 > *:nth-child(2n+2), .c2_8.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_8.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_8.summary > *:nth-child(2n+2), .col2.c2_8.defaultGrid363 > *:nth-child(2n+2), .col2.c2_8.defaultGrid333 > *:nth-child(2n+2), .col2.c2_8.defaultGrid336 > *:nth-child(2n+2), .col2.c2_8.defaultGrid246 > *:nth-child(2n+2), .defaultGrid4_8 > *:nth-child(2n+2), .c2_8.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
.row.col2.c2_9 > *:nth-child(2n+2), .c2_9#fulldocs > *:nth-child(2n+2), .c2_9.defaultGrid9_3 > *:nth-child(2n+2), .c2_9.defaultGrid8_4 > *:nth-child(2n+2), .c2_9.defaultGrid7_5 > *:nth-child(2n+2), .c2_9.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_9.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_9.summary > *:nth-child(2n+2), .col2.c2_9.defaultGrid363 > *:nth-child(2n+2), .col2.c2_9.defaultGrid333 > *:nth-child(2n+2), .col2.c2_9.defaultGrid336 > *:nth-child(2n+2), .col2.c2_9.defaultGrid246 > *:nth-child(2n+2), .c2_9.defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
}
.row.col2.c2_10 > *:nth-child(2n+2), .c2_10#fulldocs > *:nth-child(2n+2), .c2_10.defaultGrid9_3 > *:nth-child(2n+2), .c2_10.defaultGrid8_4 > *:nth-child(2n+2), .c2_10.defaultGrid7_5 > *:nth-child(2n+2), .c2_10.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_10.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_10.summary > *:nth-child(2n+2), .col2.c2_10.defaultGrid363 > *:nth-child(2n+2), .col2.c2_10.defaultGrid333 > *:nth-child(2n+2), .col2.c2_10.defaultGrid336 > *:nth-child(2n+2), .col2.c2_10.defaultGrid246 > *:nth-child(2n+2), .c2_10.defaultGrid4_8 > *:nth-child(2n+2), .c2_10.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
.row.col2.c2_11 > *:nth-child(2n+2), #fulldocs > *:nth-child(2n+2), .c2_11.defaultGrid9_3 > *:nth-child(2n+2), .c2_11.defaultGrid8_4 > *:nth-child(2n+2), .c2_11.defaultGrid7_5 > *:nth-child(2n+2), .c2_11.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_11.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_11.summary > *:nth-child(2n+2), .col2.c2_11.defaultGrid363 > *:nth-child(2n+2), .col2.c2_11.defaultGrid333 > *:nth-child(2n+2), .col2.c2_11.defaultGrid336 > *:nth-child(2n+2), .col2.c2_11.defaultGrid246 > *:nth-child(2n+2), .c2_11.defaultGrid4_8 > *:nth-child(2n+2), .c2_11.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
}
.row.col2.c2_12 > *:nth-child(2n+2), .c2_12#fulldocs > *:nth-child(2n+2), .c2_12.defaultGrid9_3 > *:nth-child(2n+2), .c2_12.defaultGrid8_4 > *:nth-child(2n+2), .c2_12.defaultGrid7_5 > *:nth-child(2n+2), .c2_12.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_12.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_12.summary > *:nth-child(2n+2), .col2.c2_12.defaultGrid363 > *:nth-child(2n+2), .col2.c2_12.defaultGrid333 > *:nth-child(2n+2), .col2.c2_12.defaultGrid336 > *:nth-child(2n+2), .col2.c2_12.defaultGrid246 > *:nth-child(2n+2), .c2_12.defaultGrid4_8 > *:nth-child(2n+2), .c2_12.defaultGrid3_9 > *:nth-child(2n+2) {
  width: 100% !important;
}
.row.col2.c3_1 > *:nth-child(2n+3), .c3_1#fulldocs > *:nth-child(2n+3), .c3_1.defaultGrid9_3 > *:nth-child(2n+3), .c3_1.defaultGrid8_4 > *:nth-child(2n+3), .c3_1.defaultGrid7_5 > *:nth-child(2n+3), .c3_1.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_1.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_1.summary > *:nth-child(2n+3), .col2.c3_1.defaultGrid363 > *:nth-child(2n+3), .col2.c3_1.defaultGrid333 > *:nth-child(2n+3), .col2.c3_1.defaultGrid336 > *:nth-child(2n+3), .col2.c3_1.defaultGrid246 > *:nth-child(2n+3), .c3_1.defaultGrid4_8 > *:nth-child(2n+3), .c3_1.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
}
.row.col2.c3_2 > *:nth-child(2n+3), .c3_2#fulldocs > *:nth-child(2n+3), .c3_2.defaultGrid9_3 > *:nth-child(2n+3), .c3_2.defaultGrid8_4 > *:nth-child(2n+3), .c3_2.defaultGrid7_5 > *:nth-child(2n+3), .c3_2.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_2.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_2.summary > *:nth-child(2n+3), .col2.c3_2.defaultGrid363 > *:nth-child(2n+3), .col2.c3_2.defaultGrid333 > *:nth-child(2n+3), .col2.c3_2.defaultGrid336 > *:nth-child(2n+3), .col2.c3_2.defaultGrid246 > *:nth-child(2n+3), .c3_2.defaultGrid4_8 > *:nth-child(2n+3), .c3_2.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.row.col2.c3_3 > *:nth-child(2n+3), .c3_3#fulldocs > *:nth-child(2n+3), .c3_3.defaultGrid9_3 > *:nth-child(2n+3), .c3_3.defaultGrid8_4 > *:nth-child(2n+3), .c3_3.defaultGrid7_5 > *:nth-child(2n+3), .c3_3.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_3.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_3.summary > *:nth-child(2n+3), .col2.defaultGrid363 > *:nth-child(2n+3), .defaultGrid363#fulldocs > *:nth-child(2n+3), .defaultGrid363.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid363.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid363.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid363.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid363.summary > *:nth-child(2n+3), .col2.c3_3.defaultGrid333 > *:nth-child(2n+3), .col2.c3_3.defaultGrid336 > *:nth-child(2n+3), .col2.c3_3.defaultGrid246 > *:nth-child(2n+3), .c3_3.defaultGrid4_8 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid363 > *:nth-child(2n+3), .c3_3.defaultGrid3_9 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid363 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
}
.row.col2.c3_4 > *:nth-child(2n+3), .c3_4#fulldocs > *:nth-child(2n+3), .c3_4.defaultGrid9_3 > *:nth-child(2n+3), .c3_4.defaultGrid8_4 > *:nth-child(2n+3), .c3_4.defaultGrid7_5 > *:nth-child(2n+3), .c3_4.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_4.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_4.summary > *:nth-child(2n+3), .col2.c3_4.defaultGrid363 > *:nth-child(2n+3), .col2.defaultGrid333 > *:nth-child(2n+3), .defaultGrid333#fulldocs > *:nth-child(2n+3), .defaultGrid333.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid333.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid333.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid333.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(2n+3), .col2.c3_4.defaultGrid336 > *:nth-child(2n+3), .col2.c3_4.defaultGrid246 > *:nth-child(2n+3), .c3_4.defaultGrid4_8 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid333 > *:nth-child(2n+3), .c3_4.defaultGrid3_9 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid333 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.row.col2.c3_5 > *:nth-child(2n+3), .c3_5#fulldocs > *:nth-child(2n+3), .c3_5.defaultGrid9_3 > *:nth-child(2n+3), .c3_5.defaultGrid8_4 > *:nth-child(2n+3), .c3_5.defaultGrid7_5 > *:nth-child(2n+3), .c3_5.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_5.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_5.summary > *:nth-child(2n+3), .col2.c3_5.defaultGrid363 > *:nth-child(2n+3), .col2.c3_5.defaultGrid333 > *:nth-child(2n+3), .col2.c3_5.defaultGrid336 > *:nth-child(2n+3), .col2.c3_5.defaultGrid246 > *:nth-child(2n+3), .c3_5.defaultGrid4_8 > *:nth-child(2n+3), .c3_5.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
}
.row.col2.c3_6 > *:nth-child(2n+3), .c3_6#fulldocs > *:nth-child(2n+3), .c3_6.defaultGrid9_3 > *:nth-child(2n+3), .c3_6.defaultGrid8_4 > *:nth-child(2n+3), .c3_6.defaultGrid7_5 > *:nth-child(2n+3), .c3_6.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_6.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_6.summary > *:nth-child(2n+3), .col2.c3_6.defaultGrid363 > *:nth-child(2n+3), .col2.c3_6.defaultGrid333 > *:nth-child(2n+3), .col2.defaultGrid336 > *:nth-child(2n+3), .defaultGrid336#fulldocs > *:nth-child(2n+3), .defaultGrid336.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid336.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid336.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid336.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(2n+3), .col2.defaultGrid246 > *:nth-child(2n+3), .defaultGrid246#fulldocs > *:nth-child(2n+3), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid246.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+3), .c3_6.defaultGrid4_8 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid336 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .c3_6.defaultGrid3_9 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid336 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.row.col2.c3_7 > *:nth-child(2n+3), .c3_7#fulldocs > *:nth-child(2n+3), .c3_7.defaultGrid9_3 > *:nth-child(2n+3), .c3_7.defaultGrid8_4 > *:nth-child(2n+3), .c3_7.defaultGrid7_5 > *:nth-child(2n+3), .c3_7.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_7.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_7.summary > *:nth-child(2n+3), .col2.c3_7.defaultGrid363 > *:nth-child(2n+3), .col2.c3_7.defaultGrid333 > *:nth-child(2n+3), .col2.c3_7.defaultGrid336 > *:nth-child(2n+3), .col2.c3_7.defaultGrid246 > *:nth-child(2n+3), .c3_7.defaultGrid4_8 > *:nth-child(2n+3), .c3_7.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
}
.row.col2.c3_8 > *:nth-child(2n+3), .c3_8#fulldocs > *:nth-child(2n+3), .c3_8.defaultGrid9_3 > *:nth-child(2n+3), .c3_8.defaultGrid8_4 > *:nth-child(2n+3), .c3_8.defaultGrid7_5 > *:nth-child(2n+3), .c3_8.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_8.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_8.summary > *:nth-child(2n+3), .col2.c3_8.defaultGrid363 > *:nth-child(2n+3), .col2.c3_8.defaultGrid333 > *:nth-child(2n+3), .col2.c3_8.defaultGrid336 > *:nth-child(2n+3), .col2.c3_8.defaultGrid246 > *:nth-child(2n+3), .c3_8.defaultGrid4_8 > *:nth-child(2n+3), .c3_8.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
.row.col2.c3_9 > *:nth-child(2n+3), .c3_9#fulldocs > *:nth-child(2n+3), .c3_9.defaultGrid9_3 > *:nth-child(2n+3), .c3_9.defaultGrid8_4 > *:nth-child(2n+3), .c3_9.defaultGrid7_5 > *:nth-child(2n+3), .c3_9.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_9.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_9.summary > *:nth-child(2n+3), .col2.c3_9.defaultGrid363 > *:nth-child(2n+3), .col2.c3_9.defaultGrid333 > *:nth-child(2n+3), .col2.c3_9.defaultGrid336 > *:nth-child(2n+3), .col2.c3_9.defaultGrid246 > *:nth-child(2n+3), .c3_9.defaultGrid4_8 > *:nth-child(2n+3), .c3_9.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
}
.row.col2.c3_10 > *:nth-child(2n+3), .c3_10#fulldocs > *:nth-child(2n+3), .c3_10.defaultGrid9_3 > *:nth-child(2n+3), .c3_10.defaultGrid8_4 > *:nth-child(2n+3), .c3_10.defaultGrid7_5 > *:nth-child(2n+3), .c3_10.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_10.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_10.summary > *:nth-child(2n+3), .col2.c3_10.defaultGrid363 > *:nth-child(2n+3), .col2.c3_10.defaultGrid333 > *:nth-child(2n+3), .col2.c3_10.defaultGrid336 > *:nth-child(2n+3), .col2.c3_10.defaultGrid246 > *:nth-child(2n+3), .c3_10.defaultGrid4_8 > *:nth-child(2n+3), .c3_10.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
.row.col2.c3_11 > *:nth-child(2n+3), .c3_11#fulldocs > *:nth-child(2n+3), .c3_11.defaultGrid9_3 > *:nth-child(2n+3), .c3_11.defaultGrid8_4 > *:nth-child(2n+3), .c3_11.defaultGrid7_5 > *:nth-child(2n+3), .c3_11.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_11.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_11.summary > *:nth-child(2n+3), .col2.c3_11.defaultGrid363 > *:nth-child(2n+3), .col2.c3_11.defaultGrid333 > *:nth-child(2n+3), .col2.c3_11.defaultGrid336 > *:nth-child(2n+3), .col2.c3_11.defaultGrid246 > *:nth-child(2n+3), .c3_11.defaultGrid4_8 > *:nth-child(2n+3), .c3_11.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
}
.row.col2.c3_12 > *:nth-child(2n+3), .c3_12#fulldocs > *:nth-child(2n+3), .c3_12.defaultGrid9_3 > *:nth-child(2n+3), .c3_12.defaultGrid8_4 > *:nth-child(2n+3), .c3_12.defaultGrid7_5 > *:nth-child(2n+3), .c3_12.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_12.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_12.summary > *:nth-child(2n+3), .col2.c3_12.defaultGrid363 > *:nth-child(2n+3), .col2.c3_12.defaultGrid333 > *:nth-child(2n+3), .col2.c3_12.defaultGrid336 > *:nth-child(2n+3), .col2.c3_12.defaultGrid246 > *:nth-child(2n+3), .c3_12.defaultGrid4_8 > *:nth-child(2n+3), .c3_12.defaultGrid3_9 > *:nth-child(2n+3) {
  width: 100% !important;
}
.row.col3.c1_1 > *:nth-child(3n+1), .col3.c1_1#fulldocs > *:nth-child(3n+1), .col3.c1_1.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_1.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_1.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_1.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_1.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_1.summary > *:nth-child(3n+1), .c1_1.defaultGrid363 > *:nth-child(3n+1), .c1_1.defaultGrid333 > *:nth-child(3n+1), .c1_1.defaultGrid336 > *:nth-child(3n+1), .c1_1.defaultGrid246 > *:nth-child(3n+1), .col3.c1_1.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_1.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
}
.row.col3.c1_2 > *:nth-child(3n+1), .col3.c1_2#fulldocs > *:nth-child(3n+1), .col3.c1_2.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_2.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_2.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_2.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_2.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_2.summary > *:nth-child(3n+1), .c1_2.defaultGrid363 > *:nth-child(3n+1), .c1_2.defaultGrid333 > *:nth-child(3n+1), .c1_2.defaultGrid336 > *:nth-child(3n+1), .defaultGrid246 > *:nth-child(3n+1), .col3.c1_2.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_2.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.row.col3.c1_3 > *:nth-child(3n+1), .col3.c1_3#fulldocs > *:nth-child(3n+1), .col3.c1_3.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_3.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_3.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_3.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_3.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_3.summary > *:nth-child(3n+1), .defaultGrid363 > *:nth-child(3n+1), .c1_3.defaultGrid333 > *:nth-child(3n+1), .defaultGrid336 > *:nth-child(3n+1), .c1_3.defaultGrid246 > *:nth-child(3n+1), .col3.c1_3.defaultGrid4_8 > *:nth-child(3n+1), .col3.defaultGrid3_9 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid333 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
}
.row.col3.c1_4 > *:nth-child(3n+1), .col3.c1_4#fulldocs > *:nth-child(3n+1), .col3.c1_4.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_4.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_4.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_4.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_4.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_4.summary > *:nth-child(3n+1), .c1_4.defaultGrid363 > *:nth-child(3n+1), .defaultGrid333 > *:nth-child(3n+1), .c1_4.defaultGrid336 > *:nth-child(3n+1), .c1_4.defaultGrid246 > *:nth-child(3n+1), .col3.defaultGrid4_8 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid363 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid336 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_4.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.row.col3.c1_5 > *:nth-child(3n+1), .col3.c1_5#fulldocs > *:nth-child(3n+1), .col3.c1_5.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_5.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_5.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_5.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_5.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_5.summary > *:nth-child(3n+1), .c1_5.defaultGrid363 > *:nth-child(3n+1), .c1_5.defaultGrid333 > *:nth-child(3n+1), .c1_5.defaultGrid336 > *:nth-child(3n+1), .c1_5.defaultGrid246 > *:nth-child(3n+1), .col3.c1_5.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_5.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
}
.row.col3.c1_6 > *:nth-child(3n+1), .col3.c1_6#fulldocs > *:nth-child(3n+1), .col3.c1_6.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_6.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_6.defaultGrid7_5 > *:nth-child(3n+1), .col3.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.summary > *:nth-child(3n+1), .c1_6.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid363.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid363.summary > *:nth-child(3n+1), .c1_6.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid333.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(3n+1), .c1_6.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid336.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(3n+1), .c1_6.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_6.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_6.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.row.col3.c1_7 > *:nth-child(3n+1), .col3.c1_7#fulldocs > *:nth-child(3n+1), .col3.c1_7.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_7.defaultGrid8_4 > *:nth-child(3n+1), .col3.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_7.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_7.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_7.summary > *:nth-child(3n+1), .c1_7.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .c1_7.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .c1_7.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_7.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_7.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_7.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
}
.row.col3.c1_8 > *:nth-child(3n+1), .col3.c1_8#fulldocs > *:nth-child(3n+1), .col3.c1_8.defaultGrid9_3 > *:nth-child(3n+1), .col3.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_8.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_8.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_8.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_8.summary > *:nth-child(3n+1), .c1_8.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363.defaultGrid8_4 > *:nth-child(3n+1), .c1_8.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333.defaultGrid8_4 > *:nth-child(3n+1), .c1_8.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336.defaultGrid8_4 > *:nth-child(3n+1), .c1_8.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_8.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_8.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
.row.col3.c1_9 > *:nth-child(3n+1), .col3.c1_9#fulldocs > *:nth-child(3n+1), .col3.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_9.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_9.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_9.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_9.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_9.summary > *:nth-child(3n+1), .c1_9.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363.defaultGrid9_3 > *:nth-child(3n+1), .c1_9.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333.defaultGrid9_3 > *:nth-child(3n+1), .c1_9.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336.defaultGrid9_3 > *:nth-child(3n+1), .c1_9.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_9.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_9.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
}
.row.col3.c1_10 > *:nth-child(3n+1), .col3.c1_10#fulldocs > *:nth-child(3n+1), .col3.c1_10.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_10.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_10.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_10.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_10.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_10.summary > *:nth-child(3n+1), .c1_10.defaultGrid363 > *:nth-child(3n+1), .c1_10.defaultGrid333 > *:nth-child(3n+1), .c1_10.defaultGrid336 > *:nth-child(3n+1), .c1_10.defaultGrid246 > *:nth-child(3n+1), .col3.c1_10.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_10.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
.row.col3.c1_11 > *:nth-child(3n+1), .col3.c1_11#fulldocs > *:nth-child(3n+1), .col3.c1_11.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_11.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_11.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_11.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_11.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_11.summary > *:nth-child(3n+1), .c1_11.defaultGrid363 > *:nth-child(3n+1), .c1_11.defaultGrid333 > *:nth-child(3n+1), .c1_11.defaultGrid336 > *:nth-child(3n+1), .c1_11.defaultGrid246 > *:nth-child(3n+1), .col3.c1_11.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_11.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
}
.row.col3.c1_12 > *:nth-child(3n+1), .col3#fulldocs > *:nth-child(3n+1), .col3.c1_12.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_12.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_12.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_12.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_12.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_12.summary > *:nth-child(3n+1), .c1_12.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_12.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_12.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_12.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246#fulldocs > *:nth-child(3n+1), .col3.c1_12.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_12.defaultGrid3_9 > *:nth-child(3n+1) {
  width: 100% !important;
}
.row.col3.c2_1 > *:nth-child(3n+2), .col3.c2_1#fulldocs > *:nth-child(3n+2), .col3.c2_1.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_1.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_1.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_1.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_1.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_1.summary > *:nth-child(3n+2), .c2_1.defaultGrid363 > *:nth-child(3n+2), .c2_1.defaultGrid333 > *:nth-child(3n+2), .c2_1.defaultGrid336 > *:nth-child(3n+2), .c2_1.defaultGrid246 > *:nth-child(3n+2), .col3.c2_1.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_1.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
}
.row.col3.c2_2 > *:nth-child(3n+2), .col3.c2_2#fulldocs > *:nth-child(3n+2), .col3.c2_2.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_2.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_2.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_2.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_2.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_2.summary > *:nth-child(3n+2), .c2_2.defaultGrid363 > *:nth-child(3n+2), .c2_2.defaultGrid333 > *:nth-child(3n+2), .c2_2.defaultGrid336 > *:nth-child(3n+2), .c2_2.defaultGrid246 > *:nth-child(3n+2), .col3.c2_2.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_2.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.row.col3.c2_3 > *:nth-child(3n+2), .col3.c2_3#fulldocs > *:nth-child(3n+2), .col3.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_3.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_3.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_3.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_3.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_3.summary > *:nth-child(3n+2), .c2_3.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363.defaultGrid9_3 > *:nth-child(3n+2), .c2_3.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid336 > *:nth-child(3n+2), .c2_3.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_3.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_3.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
}
.row.col3.c2_4 > *:nth-child(3n+2), .col3.c2_4#fulldocs > *:nth-child(3n+2), .col3.c2_4.defaultGrid9_3 > *:nth-child(3n+2), .col3.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_4.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_4.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_4.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_4.summary > *:nth-child(3n+2), .c2_4.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid333 > *:nth-child(3n+2), .c2_4.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid246 > *:nth-child(3n+2), .col3.c2_4.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_4.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.row.col3.c2_5 > *:nth-child(3n+2), .col3.c2_5#fulldocs > *:nth-child(3n+2), .col3.c2_5.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_5.defaultGrid8_4 > *:nth-child(3n+2), .col3.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_5.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_5.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_5.summary > *:nth-child(3n+2), .c2_5.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .c2_5.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .c2_5.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_5.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_5.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_5.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
}
.row.col3.c2_6 > *:nth-child(3n+2), .col3.c2_6#fulldocs > *:nth-child(3n+2), .col3.c2_6.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_6.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_6.defaultGrid7_5 > *:nth-child(3n+2), .col3.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.summary > *:nth-child(3n+2), .defaultGrid363 > *:nth-child(3n+2), .c2_6.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid333.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(3n+2), .c2_6.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid336.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(3n+2), .c2_6.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_6.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_6.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.row.col3.c2_7 > *:nth-child(3n+2), .col3.c2_7#fulldocs > *:nth-child(3n+2), .col3.c2_7.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_7.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_7.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_7.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_7.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_7.summary > *:nth-child(3n+2), .c2_7.defaultGrid363 > *:nth-child(3n+2), .c2_7.defaultGrid333 > *:nth-child(3n+2), .c2_7.defaultGrid336 > *:nth-child(3n+2), .c2_7.defaultGrid246 > *:nth-child(3n+2), .col3.c2_7.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_7.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
}
.row.col3.c2_8 > *:nth-child(3n+2), .col3.c2_8#fulldocs > *:nth-child(3n+2), .col3.c2_8.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_8.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_8.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_8.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_8.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_8.summary > *:nth-child(3n+2), .c2_8.defaultGrid363 > *:nth-child(3n+2), .c2_8.defaultGrid333 > *:nth-child(3n+2), .c2_8.defaultGrid336 > *:nth-child(3n+2), .c2_8.defaultGrid246 > *:nth-child(3n+2), .col3.defaultGrid4_8 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid363 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid333 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid336 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_8.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
.row.col3.c2_9 > *:nth-child(3n+2), .col3.c2_9#fulldocs > *:nth-child(3n+2), .col3.c2_9.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_9.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_9.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_9.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_9.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_9.summary > *:nth-child(3n+2), .c2_9.defaultGrid363 > *:nth-child(3n+2), .c2_9.defaultGrid333 > *:nth-child(3n+2), .c2_9.defaultGrid336 > *:nth-child(3n+2), .c2_9.defaultGrid246 > *:nth-child(3n+2), .col3.c2_9.defaultGrid4_8 > *:nth-child(3n+2), .col3.defaultGrid3_9 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid363 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid333 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid336 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
}
.row.col3.c2_10 > *:nth-child(3n+2), .col3.c2_10#fulldocs > *:nth-child(3n+2), .col3.c2_10.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_10.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_10.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_10.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_10.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_10.summary > *:nth-child(3n+2), .c2_10.defaultGrid363 > *:nth-child(3n+2), .c2_10.defaultGrid333 > *:nth-child(3n+2), .c2_10.defaultGrid336 > *:nth-child(3n+2), .c2_10.defaultGrid246 > *:nth-child(3n+2), .col3.c2_10.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_10.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
.row.col3.c2_11 > *:nth-child(3n+2), .col3#fulldocs > *:nth-child(3n+2), .col3.c2_11.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_11.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_11.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_11.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_11.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_11.summary > *:nth-child(3n+2), .c2_11.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_11.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_11.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_11.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246#fulldocs > *:nth-child(3n+2), .col3.c2_11.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_11.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
}
.row.col3.c2_12 > *:nth-child(3n+2), .col3.c2_12#fulldocs > *:nth-child(3n+2), .col3.c2_12.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_12.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_12.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_12.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_12.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_12.summary > *:nth-child(3n+2), .c2_12.defaultGrid363 > *:nth-child(3n+2), .c2_12.defaultGrid333 > *:nth-child(3n+2), .c2_12.defaultGrid336 > *:nth-child(3n+2), .c2_12.defaultGrid246 > *:nth-child(3n+2), .col3.c2_12.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_12.defaultGrid3_9 > *:nth-child(3n+2) {
  width: 100% !important;
}
.row.col3.c3_1 > *:nth-child(3n+3), .col3.c3_1#fulldocs > *:nth-child(3n+3), .col3.c3_1.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_1.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_1.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_1.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_1.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_1.summary > *:nth-child(3n+3), .c3_1.defaultGrid363 > *:nth-child(3n+3), .c3_1.defaultGrid333 > *:nth-child(3n+3), .c3_1.defaultGrid336 > *:nth-child(3n+3), .c3_1.defaultGrid246 > *:nth-child(3n+3), .col3.c3_1.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_1.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
}
.row.col3.c3_2 > *:nth-child(3n+3), .col3.c3_2#fulldocs > *:nth-child(3n+3), .col3.c3_2.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_2.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_2.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_2.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_2.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_2.summary > *:nth-child(3n+3), .c3_2.defaultGrid363 > *:nth-child(3n+3), .c3_2.defaultGrid333 > *:nth-child(3n+3), .c3_2.defaultGrid336 > *:nth-child(3n+3), .c3_2.defaultGrid246 > *:nth-child(3n+3), .col3.c3_2.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_2.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.row.col3.c3_3 > *:nth-child(3n+3), .col3.c3_3#fulldocs > *:nth-child(3n+3), .col3.c3_3.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_3.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_3.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_3.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_3.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_3.summary > *:nth-child(3n+3), .defaultGrid363 > *:nth-child(3n+3), .c3_3.defaultGrid333 > *:nth-child(3n+3), .c3_3.defaultGrid336 > *:nth-child(3n+3), .c3_3.defaultGrid246 > *:nth-child(3n+3), .col3.c3_3.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_3.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
}
.row.col3.c3_4 > *:nth-child(3n+3), .col3.c3_4#fulldocs > *:nth-child(3n+3), .col3.c3_4.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_4.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_4.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_4.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_4.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_4.summary > *:nth-child(3n+3), .c3_4.defaultGrid363 > *:nth-child(3n+3), .defaultGrid333 > *:nth-child(3n+3), .c3_4.defaultGrid336 > *:nth-child(3n+3), .c3_4.defaultGrid246 > *:nth-child(3n+3), .col3.c3_4.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_4.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.row.col3.c3_5 > *:nth-child(3n+3), .col3.c3_5#fulldocs > *:nth-child(3n+3), .col3.c3_5.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_5.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_5.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_5.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_5.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_5.summary > *:nth-child(3n+3), .c3_5.defaultGrid363 > *:nth-child(3n+3), .c3_5.defaultGrid333 > *:nth-child(3n+3), .c3_5.defaultGrid336 > *:nth-child(3n+3), .c3_5.defaultGrid246 > *:nth-child(3n+3), .col3.c3_5.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_5.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
}
.row.col3.c3_6 > *:nth-child(3n+3), .col3.c3_6#fulldocs > *:nth-child(3n+3), .col3.c3_6.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_6.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_6.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_6.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_6.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_6.summary > *:nth-child(3n+3), .c3_6.defaultGrid363 > *:nth-child(3n+3), .c3_6.defaultGrid333 > *:nth-child(3n+3), .defaultGrid336 > *:nth-child(3n+3), .defaultGrid246 > *:nth-child(3n+3), .col3.c3_6.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_6.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.row.col3.c3_7 > *:nth-child(3n+3), .col3.c3_7#fulldocs > *:nth-child(3n+3), .col3.c3_7.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_7.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_7.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_7.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_7.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_7.summary > *:nth-child(3n+3), .c3_7.defaultGrid363 > *:nth-child(3n+3), .c3_7.defaultGrid333 > *:nth-child(3n+3), .c3_7.defaultGrid336 > *:nth-child(3n+3), .c3_7.defaultGrid246 > *:nth-child(3n+3), .col3.c3_7.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_7.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
}
.row.col3.c3_8 > *:nth-child(3n+3), .col3.c3_8#fulldocs > *:nth-child(3n+3), .col3.c3_8.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_8.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_8.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_8.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_8.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_8.summary > *:nth-child(3n+3), .c3_8.defaultGrid363 > *:nth-child(3n+3), .c3_8.defaultGrid333 > *:nth-child(3n+3), .c3_8.defaultGrid336 > *:nth-child(3n+3), .c3_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_8.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_8.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
.row.col3.c3_9 > *:nth-child(3n+3), .col3.c3_9#fulldocs > *:nth-child(3n+3), .col3.c3_9.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_9.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_9.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_9.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_9.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_9.summary > *:nth-child(3n+3), .c3_9.defaultGrid363 > *:nth-child(3n+3), .c3_9.defaultGrid333 > *:nth-child(3n+3), .c3_9.defaultGrid336 > *:nth-child(3n+3), .c3_9.defaultGrid246 > *:nth-child(3n+3), .col3.c3_9.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_9.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
}
.row.col3.c3_10 > *:nth-child(3n+3), .col3.c3_10#fulldocs > *:nth-child(3n+3), .col3.c3_10.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_10.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_10.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_10.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_10.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_10.summary > *:nth-child(3n+3), .c3_10.defaultGrid363 > *:nth-child(3n+3), .c3_10.defaultGrid333 > *:nth-child(3n+3), .c3_10.defaultGrid336 > *:nth-child(3n+3), .c3_10.defaultGrid246 > *:nth-child(3n+3), .col3.c3_10.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_10.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
.row.col3.c3_11 > *:nth-child(3n+3), .col3.c3_11#fulldocs > *:nth-child(3n+3), .col3.c3_11.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_11.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_11.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_11.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_11.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_11.summary > *:nth-child(3n+3), .c3_11.defaultGrid363 > *:nth-child(3n+3), .c3_11.defaultGrid333 > *:nth-child(3n+3), .c3_11.defaultGrid336 > *:nth-child(3n+3), .c3_11.defaultGrid246 > *:nth-child(3n+3), .col3.c3_11.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_11.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
}
.row.col3.c3_12 > *:nth-child(3n+3), .col3.c3_12#fulldocs > *:nth-child(3n+3), .col3.c3_12.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_12.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_12.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_12.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_12.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_12.summary > *:nth-child(3n+3), .c3_12.defaultGrid363 > *:nth-child(3n+3), .c3_12.defaultGrid333 > *:nth-child(3n+3), .c3_12.defaultGrid336 > *:nth-child(3n+3), .c3_12.defaultGrid246 > *:nth-child(3n+3), .col3.c3_12.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_12.defaultGrid3_9 > *:nth-child(3n+3) {
  width: 100% !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .row.col1.c1_1t > *:nth-child(1n+1), .col1.c1_1t#fulldocs > *:nth-child(1n+1), .col1.c1_1t.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_1t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_1t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_1t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_1t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_1t.summary > *:nth-child(1n+1), .col1.c1_1t.defaultGrid363 > *:nth-child(1n+1), .col1.c1_1t.defaultGrid333 > *:nth-child(1n+1), .col1.c1_1t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_1t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_1t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_1t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.col1.c1_2t > *:nth-child(1n+1), .col1.c1_2t#fulldocs > *:nth-child(1n+1), .col1.c1_2t.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_2t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_2t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_2t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_2t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_2t.summary > *:nth-child(1n+1), .col1.c1_2t.defaultGrid363 > *:nth-child(1n+1), .col1.c1_2t.defaultGrid333 > *:nth-child(1n+1), .col1.c1_2t.defaultGrid336 > *:nth-child(1n+1), .col1.defaultGrid246 > *:nth-child(1n+1), .col1.c1_2t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_2t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.col1.c1_3t > *:nth-child(1n+1), .col1.c1_3t#fulldocs > *:nth-child(1n+1), .col1.c1_3t.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_3t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_3t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_3t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_3t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_3t.summary > *:nth-child(1n+1), .col1.defaultGrid363 > *:nth-child(1n+1), .col1.c1_3t.defaultGrid333 > *:nth-child(1n+1), .col1.defaultGrid336 > *:nth-child(1n+1), .col1.c1_3t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_3t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_3t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.col1.c1_4t > *:nth-child(1n+1), .col1.c1_4t#fulldocs > *:nth-child(1n+1), .col1.c1_4t.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_4t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_4t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_4t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_4t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_4t.summary > *:nth-child(1n+1), .col1.c1_4t.defaultGrid363 > *:nth-child(1n+1), .col1.defaultGrid333 > *:nth-child(1n+1), .col1.c1_4t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_4t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_4t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_4t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.col1.c1_5t > *:nth-child(1n+1), .col1.c1_5t#fulldocs > *:nth-child(1n+1), .col1.c1_5t.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_5t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_5t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_5t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_5t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_5t.summary > *:nth-child(1n+1), .col1.c1_5t.defaultGrid363 > *:nth-child(1n+1), .col1.c1_5t.defaultGrid333 > *:nth-child(1n+1), .col1.c1_5t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_5t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_5t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_5t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.col1.c1_6t > *:nth-child(1n+1), .col1.c1_6t#fulldocs > *:nth-child(1n+1), .col1.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_6t.defaultGrid8_4 > *:nth-child(1n+1), .col1.defaultGrid7_5 > *:nth-child(1n+1), .col1.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.summary > *:nth-child(1n+1), .col1.c1_6t.defaultGrid363 > *:nth-child(1n+1), .col1.c1_6t.defaultGrid333 > *:nth-child(1n+1), .col1.c1_6t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_6t.defaultGrid246 > *:nth-child(1n+1), .col1.defaultGrid4_8 > *:nth-child(1n+1), .col1.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.col1.c1_7t > *:nth-child(1n+1), .col1.c1_7t#fulldocs > *:nth-child(1n+1), .col1.c1_7t.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_7t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_7t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_7t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_7t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_7t.summary > *:nth-child(1n+1), .col1.c1_7t.defaultGrid363 > *:nth-child(1n+1), .col1.c1_7t.defaultGrid333 > *:nth-child(1n+1), .col1.c1_7t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_7t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_7t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_7t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.col1.c1_8t > *:nth-child(1n+1), .col1.c1_8t#fulldocs > *:nth-child(1n+1), .col1.c1_8t.defaultGrid9_3 > *:nth-child(1n+1), .col1.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_8t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_8t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_8t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_8t.summary > *:nth-child(1n+1), .col1.c1_8t.defaultGrid363 > *:nth-child(1n+1), .col1.c1_8t.defaultGrid333 > *:nth-child(1n+1), .col1.c1_8t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_8t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_8t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_8t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.col1.c1_9t > *:nth-child(1n+1), .col1.c1_9t#fulldocs > *:nth-child(1n+1), .col1.c1_9t.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_9t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_9t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_9t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_9t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_9t.summary > *:nth-child(1n+1), .col1.c1_9t.defaultGrid363 > *:nth-child(1n+1), .col1.c1_9t.defaultGrid333 > *:nth-child(1n+1), .col1.c1_9t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_9t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_9t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_9t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.col1.c1_10t > *:nth-child(1n+1), .col1.c1_10t#fulldocs > *:nth-child(1n+1), .col1.c1_10t.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_10t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_10t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_10t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_10t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_10t.summary > *:nth-child(1n+1), .col1.c1_10t.defaultGrid363 > *:nth-child(1n+1), .col1.c1_10t.defaultGrid333 > *:nth-child(1n+1), .col1.c1_10t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_10t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_10t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_10t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.col1.c1_11t > *:nth-child(1n+1), .col1.c1_11t#fulldocs > *:nth-child(1n+1), .col1.c1_11t.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_11t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_11t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_11t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_11t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_11t.summary > *:nth-child(1n+1), .col1.c1_11t.defaultGrid363 > *:nth-child(1n+1), .col1.c1_11t.defaultGrid333 > *:nth-child(1n+1), .col1.c1_11t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_11t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_11t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_11t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.col1.c1_12t > *:nth-child(1n+1), .col1#fulldocs > *:nth-child(1n+1), .col1.c1_12t.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_12t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_12t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_12t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_12t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_12t.summary > *:nth-child(1n+1), .col1.c1_12t.defaultGrid363 > *:nth-child(1n+1), .col1.c1_12t.defaultGrid333 > *:nth-child(1n+1), .col1.c1_12t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_12t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_12t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_12t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: 100% !important;
  }
  .row.col1.c2_1t > *:nth-child(1n+2), .col1.c2_1t#fulldocs > *:nth-child(1n+2), .col1.c2_1t.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_1t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_1t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_1t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_1t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_1t.summary > *:nth-child(1n+2), .col1.c2_1t.defaultGrid363 > *:nth-child(1n+2), .col1.c2_1t.defaultGrid333 > *:nth-child(1n+2), .col1.c2_1t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_1t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_1t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_1t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.col1.c2_2t > *:nth-child(1n+2), .col1.c2_2t#fulldocs > *:nth-child(1n+2), .col1.c2_2t.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_2t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_2t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_2t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_2t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_2t.summary > *:nth-child(1n+2), .col1.c2_2t.defaultGrid363 > *:nth-child(1n+2), .col1.c2_2t.defaultGrid333 > *:nth-child(1n+2), .col1.c2_2t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_2t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_2t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_2t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.col1.c2_3t > *:nth-child(1n+2), .col1.c2_3t#fulldocs > *:nth-child(1n+2), .col1.c2_3t.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_3t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_3t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_3t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_3t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_3t.summary > *:nth-child(1n+2), .col1.c2_3t.defaultGrid363 > *:nth-child(1n+2), .col1.c2_3t.defaultGrid333 > *:nth-child(1n+2), .col1.defaultGrid336 > *:nth-child(1n+2), .col1.c2_3t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_3t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_3t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.col1.c2_4t > *:nth-child(1n+2), .col1.c2_4t#fulldocs > *:nth-child(1n+2), .col1.c2_4t.defaultGrid9_3 > *:nth-child(1n+2), .col1.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_4t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_4t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_4t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_4t.summary > *:nth-child(1n+2), .col1.c2_4t.defaultGrid363 > *:nth-child(1n+2), .col1.defaultGrid333 > *:nth-child(1n+2), .col1.c2_4t.defaultGrid336 > *:nth-child(1n+2), .col1.defaultGrid246 > *:nth-child(1n+2), .col1.c2_4t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_4t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.col1.c2_5t > *:nth-child(1n+2), .col1.c2_5t#fulldocs > *:nth-child(1n+2), .col1.c2_5t.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_5t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_5t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_5t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_5t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_5t.summary > *:nth-child(1n+2), .col1.c2_5t.defaultGrid363 > *:nth-child(1n+2), .col1.c2_5t.defaultGrid333 > *:nth-child(1n+2), .col1.c2_5t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_5t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_5t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_5t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.col1.c2_6t > *:nth-child(1n+2), .col1.c2_6t#fulldocs > *:nth-child(1n+2), .col1.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_6t.defaultGrid8_4 > *:nth-child(1n+2), .col1.defaultGrid7_5 > *:nth-child(1n+2), .col1.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.summary > *:nth-child(1n+2), .col1.defaultGrid363 > *:nth-child(1n+2), .col1.c2_6t.defaultGrid333 > *:nth-child(1n+2), .col1.c2_6t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_6t.defaultGrid246 > *:nth-child(1n+2), .col1.defaultGrid4_8 > *:nth-child(1n+2), .col1.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.col1.c2_7t > *:nth-child(1n+2), .col1.c2_7t#fulldocs > *:nth-child(1n+2), .col1.c2_7t.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_7t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_7t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_7t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_7t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_7t.summary > *:nth-child(1n+2), .col1.c2_7t.defaultGrid363 > *:nth-child(1n+2), .col1.c2_7t.defaultGrid333 > *:nth-child(1n+2), .col1.c2_7t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_7t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_7t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_7t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.col1.c2_8t > *:nth-child(1n+2), .col1.c2_8t#fulldocs > *:nth-child(1n+2), .col1.c2_8t.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_8t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_8t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_8t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_8t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_8t.summary > *:nth-child(1n+2), .col1.c2_8t.defaultGrid363 > *:nth-child(1n+2), .col1.c2_8t.defaultGrid333 > *:nth-child(1n+2), .col1.c2_8t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_8t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_8t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_8t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.col1.c2_9t > *:nth-child(1n+2), .col1.c2_9t#fulldocs > *:nth-child(1n+2), .col1.c2_9t.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_9t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_9t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_9t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_9t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_9t.summary > *:nth-child(1n+2), .col1.c2_9t.defaultGrid363 > *:nth-child(1n+2), .col1.c2_9t.defaultGrid333 > *:nth-child(1n+2), .col1.c2_9t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_9t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_9t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_9t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.col1.c2_10t > *:nth-child(1n+2), .col1.c2_10t#fulldocs > *:nth-child(1n+2), .col1.c2_10t.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_10t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_10t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_10t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_10t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_10t.summary > *:nth-child(1n+2), .col1.c2_10t.defaultGrid363 > *:nth-child(1n+2), .col1.c2_10t.defaultGrid333 > *:nth-child(1n+2), .col1.c2_10t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_10t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_10t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_10t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.col1.c2_11t > *:nth-child(1n+2), .col1#fulldocs > *:nth-child(1n+2), .col1.c2_11t.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_11t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_11t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_11t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_11t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_11t.summary > *:nth-child(1n+2), .col1.c2_11t.defaultGrid363 > *:nth-child(1n+2), .col1.c2_11t.defaultGrid333 > *:nth-child(1n+2), .col1.c2_11t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_11t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_11t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_11t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.col1.c2_12t > *:nth-child(1n+2), .col1.c2_12t#fulldocs > *:nth-child(1n+2), .col1.c2_12t.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_12t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_12t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_12t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_12t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_12t.summary > *:nth-child(1n+2), .col1.c2_12t.defaultGrid363 > *:nth-child(1n+2), .col1.c2_12t.defaultGrid333 > *:nth-child(1n+2), .col1.c2_12t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_12t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_12t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_12t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: 100% !important;
  }
  .row.col1.c3_1t > *:nth-child(1n+3), .col1.c3_1t#fulldocs > *:nth-child(1n+3), .col1.c3_1t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_1t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_1t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_1t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_1t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_1t.summary > *:nth-child(1n+3), .col1.c3_1t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_1t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_1t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_1t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_1t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_1t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.col1.c3_2t > *:nth-child(1n+3), .col1.c3_2t#fulldocs > *:nth-child(1n+3), .col1.c3_2t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_2t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_2t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_2t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_2t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_2t.summary > *:nth-child(1n+3), .col1.c3_2t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_2t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_2t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_2t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_2t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_2t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.col1.c3_3t > *:nth-child(1n+3), .col1.c3_3t#fulldocs > *:nth-child(1n+3), .col1.c3_3t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_3t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_3t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_3t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_3t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_3t.summary > *:nth-child(1n+3), .col1.defaultGrid363 > *:nth-child(1n+3), .col1.c3_3t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_3t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_3t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_3t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_3t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.col1.c3_4t > *:nth-child(1n+3), .col1.c3_4t#fulldocs > *:nth-child(1n+3), .col1.c3_4t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_4t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_4t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_4t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_4t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_4t.summary > *:nth-child(1n+3), .col1.c3_4t.defaultGrid363 > *:nth-child(1n+3), .col1.defaultGrid333 > *:nth-child(1n+3), .col1.c3_4t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_4t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_4t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_4t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.col1.c3_5t > *:nth-child(1n+3), .col1.c3_5t#fulldocs > *:nth-child(1n+3), .col1.c3_5t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_5t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_5t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_5t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_5t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_5t.summary > *:nth-child(1n+3), .col1.c3_5t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_5t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_5t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_5t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_5t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_5t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.col1.c3_6t > *:nth-child(1n+3), .col1.c3_6t#fulldocs > *:nth-child(1n+3), .col1.c3_6t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_6t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_6t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_6t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_6t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_6t.summary > *:nth-child(1n+3), .col1.c3_6t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_6t.defaultGrid333 > *:nth-child(1n+3), .col1.defaultGrid336 > *:nth-child(1n+3), .col1.defaultGrid246 > *:nth-child(1n+3), .col1.c3_6t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_6t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.col1.c3_7t > *:nth-child(1n+3), .col1.c3_7t#fulldocs > *:nth-child(1n+3), .col1.c3_7t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_7t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_7t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_7t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_7t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_7t.summary > *:nth-child(1n+3), .col1.c3_7t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_7t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_7t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_7t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_7t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_7t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.col1.c3_8t > *:nth-child(1n+3), .col1.c3_8t#fulldocs > *:nth-child(1n+3), .col1.c3_8t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_8t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_8t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_8t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_8t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_8t.summary > *:nth-child(1n+3), .col1.c3_8t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_8t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_8t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_8t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_8t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_8t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.col1.c3_9t > *:nth-child(1n+3), .col1.c3_9t#fulldocs > *:nth-child(1n+3), .col1.c3_9t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_9t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_9t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_9t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_9t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_9t.summary > *:nth-child(1n+3), .col1.c3_9t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_9t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_9t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_9t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_9t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_9t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.col1.c3_10t > *:nth-child(1n+3), .col1.c3_10t#fulldocs > *:nth-child(1n+3), .col1.c3_10t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_10t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_10t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_10t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_10t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_10t.summary > *:nth-child(1n+3), .col1.c3_10t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_10t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_10t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_10t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_10t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_10t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.col1.c3_11t > *:nth-child(1n+3), .col1.c3_11t#fulldocs > *:nth-child(1n+3), .col1.c3_11t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_11t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_11t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_11t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_11t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_11t.summary > *:nth-child(1n+3), .col1.c3_11t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_11t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_11t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_11t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_11t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_11t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.col1.c3_12t > *:nth-child(1n+3), .col1.c3_12t#fulldocs > *:nth-child(1n+3), .col1.c3_12t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_12t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_12t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_12t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_12t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_12t.summary > *:nth-child(1n+3), .col1.c3_12t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_12t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_12t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_12t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_12t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_12t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: 100% !important;
  }
  .row.col2.c1_1t > *:nth-child(2n+1), .c1_1t#fulldocs > *:nth-child(2n+1), .c1_1t.defaultGrid9_3 > *:nth-child(2n+1), .c1_1t.defaultGrid8_4 > *:nth-child(2n+1), .c1_1t.defaultGrid7_5 > *:nth-child(2n+1), .c1_1t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_1t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_1t.summary > *:nth-child(2n+1), .col2.c1_1t.defaultGrid363 > *:nth-child(2n+1), .col2.c1_1t.defaultGrid333 > *:nth-child(2n+1), .col2.c1_1t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_1t.defaultGrid246 > *:nth-child(2n+1), .c1_1t.defaultGrid4_8 > *:nth-child(2n+1), .c1_1t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.col2.c1_2t > *:nth-child(2n+1), .c1_2t#fulldocs > *:nth-child(2n+1), .c1_2t.defaultGrid9_3 > *:nth-child(2n+1), .c1_2t.defaultGrid8_4 > *:nth-child(2n+1), .c1_2t.defaultGrid7_5 > *:nth-child(2n+1), .c1_2t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_2t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_2t.summary > *:nth-child(2n+1), .col2.c1_2t.defaultGrid363 > *:nth-child(2n+1), .col2.c1_2t.defaultGrid333 > *:nth-child(2n+1), .col2.c1_2t.defaultGrid336 > *:nth-child(2n+1), .col2.defaultGrid246 > *:nth-child(2n+1), .defaultGrid246#fulldocs > *:nth-child(2n+1), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid246.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+1), .c1_2t.defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .c1_2t.defaultGrid3_9 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.col2.c1_3t > *:nth-child(2n+1), .c1_3t#fulldocs > *:nth-child(2n+1), .c1_3t.defaultGrid9_3 > *:nth-child(2n+1), .c1_3t.defaultGrid8_4 > *:nth-child(2n+1), .c1_3t.defaultGrid7_5 > *:nth-child(2n+1), .c1_3t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_3t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_3t.summary > *:nth-child(2n+1), .col2.defaultGrid363 > *:nth-child(2n+1), .defaultGrid363#fulldocs > *:nth-child(2n+1), .defaultGrid363.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid363.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid363.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid363.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid363.summary > *:nth-child(2n+1), .col2.c1_3t.defaultGrid333 > *:nth-child(2n+1), .col2.defaultGrid336 > *:nth-child(2n+1), .defaultGrid336#fulldocs > *:nth-child(2n+1), .defaultGrid336.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid336.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid336.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid336.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(2n+1), .col2.c1_3t.defaultGrid246 > *:nth-child(2n+1), .c1_3t.defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid363 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid336 > *:nth-child(2n+1), .c1_3t.defaultGrid3_9 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid363 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid336 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.col2.c1_4t > *:nth-child(2n+1), .c1_4t#fulldocs > *:nth-child(2n+1), .c1_4t.defaultGrid9_3 > *:nth-child(2n+1), .c1_4t.defaultGrid8_4 > *:nth-child(2n+1), .c1_4t.defaultGrid7_5 > *:nth-child(2n+1), .c1_4t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_4t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_4t.summary > *:nth-child(2n+1), .col2.c1_4t.defaultGrid363 > *:nth-child(2n+1), .col2.defaultGrid333 > *:nth-child(2n+1), .defaultGrid333#fulldocs > *:nth-child(2n+1), .defaultGrid333.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid333.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid333.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid333.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(2n+1), .col2.c1_4t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_4t.defaultGrid246 > *:nth-child(2n+1), .c1_4t.defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid333 > *:nth-child(2n+1), .c1_4t.defaultGrid3_9 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid333 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.col2.c1_5t > *:nth-child(2n+1), .c1_5t#fulldocs > *:nth-child(2n+1), .c1_5t.defaultGrid9_3 > *:nth-child(2n+1), .c1_5t.defaultGrid8_4 > *:nth-child(2n+1), .c1_5t.defaultGrid7_5 > *:nth-child(2n+1), .c1_5t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_5t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_5t.summary > *:nth-child(2n+1), .col2.c1_5t.defaultGrid363 > *:nth-child(2n+1), .col2.c1_5t.defaultGrid333 > *:nth-child(2n+1), .col2.c1_5t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_5t.defaultGrid246 > *:nth-child(2n+1), .c1_5t.defaultGrid4_8 > *:nth-child(2n+1), .c1_5t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.col2.c1_6t > *:nth-child(2n+1), .c1_6t#fulldocs > *:nth-child(2n+1), .defaultGrid9_3 > *:nth-child(2n+1), .c1_6t.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .summary > *:nth-child(2n+1), .inteplannengroupage .header .summary > *:nth-child(2n+1), .col2.c1_6t.defaultGrid363 > *:nth-child(2n+1), .col2.c1_6t.defaultGrid333 > *:nth-child(2n+1), .col2.c1_6t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_6t.defaultGrid246 > *:nth-child(2n+1), .defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.col2.c1_7t > *:nth-child(2n+1), .c1_7t#fulldocs > *:nth-child(2n+1), .c1_7t.defaultGrid9_3 > *:nth-child(2n+1), .c1_7t.defaultGrid8_4 > *:nth-child(2n+1), .c1_7t.defaultGrid7_5 > *:nth-child(2n+1), .c1_7t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_7t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_7t.summary > *:nth-child(2n+1), .col2.c1_7t.defaultGrid363 > *:nth-child(2n+1), .col2.c1_7t.defaultGrid333 > *:nth-child(2n+1), .col2.c1_7t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_7t.defaultGrid246 > *:nth-child(2n+1), .c1_7t.defaultGrid4_8 > *:nth-child(2n+1), .c1_7t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.col2.c1_8t > *:nth-child(2n+1), .c1_8t#fulldocs > *:nth-child(2n+1), .c1_8t.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid8_4 > *:nth-child(2n+1), .c1_8t.defaultGrid7_5 > *:nth-child(2n+1), .c1_8t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_8t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_8t.summary > *:nth-child(2n+1), .col2.c1_8t.defaultGrid363 > *:nth-child(2n+1), .col2.c1_8t.defaultGrid333 > *:nth-child(2n+1), .col2.c1_8t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_8t.defaultGrid246 > *:nth-child(2n+1), .c1_8t.defaultGrid4_8 > *:nth-child(2n+1), .c1_8t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.col2.c1_9t > *:nth-child(2n+1), .c1_9t#fulldocs > *:nth-child(2n+1), .c1_9t.defaultGrid9_3 > *:nth-child(2n+1), .c1_9t.defaultGrid8_4 > *:nth-child(2n+1), .c1_9t.defaultGrid7_5 > *:nth-child(2n+1), .c1_9t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_9t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_9t.summary > *:nth-child(2n+1), .col2.c1_9t.defaultGrid363 > *:nth-child(2n+1), .col2.c1_9t.defaultGrid333 > *:nth-child(2n+1), .col2.c1_9t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_9t.defaultGrid246 > *:nth-child(2n+1), .c1_9t.defaultGrid4_8 > *:nth-child(2n+1), .c1_9t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.col2.c1_10t > *:nth-child(2n+1), .c1_10t#fulldocs > *:nth-child(2n+1), .c1_10t.defaultGrid9_3 > *:nth-child(2n+1), .c1_10t.defaultGrid8_4 > *:nth-child(2n+1), .c1_10t.defaultGrid7_5 > *:nth-child(2n+1), .c1_10t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_10t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_10t.summary > *:nth-child(2n+1), .col2.c1_10t.defaultGrid363 > *:nth-child(2n+1), .col2.c1_10t.defaultGrid333 > *:nth-child(2n+1), .col2.c1_10t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_10t.defaultGrid246 > *:nth-child(2n+1), .c1_10t.defaultGrid4_8 > *:nth-child(2n+1), .c1_10t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.col2.c1_11t > *:nth-child(2n+1), .c1_11t#fulldocs > *:nth-child(2n+1), .c1_11t.defaultGrid9_3 > *:nth-child(2n+1), .c1_11t.defaultGrid8_4 > *:nth-child(2n+1), .c1_11t.defaultGrid7_5 > *:nth-child(2n+1), .c1_11t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_11t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_11t.summary > *:nth-child(2n+1), .col2.c1_11t.defaultGrid363 > *:nth-child(2n+1), .col2.c1_11t.defaultGrid333 > *:nth-child(2n+1), .col2.c1_11t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_11t.defaultGrid246 > *:nth-child(2n+1), .c1_11t.defaultGrid4_8 > *:nth-child(2n+1), .c1_11t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.col2.c1_12t > *:nth-child(2n+1), #fulldocs > *:nth-child(2n+1), .c1_12t.defaultGrid9_3 > *:nth-child(2n+1), .c1_12t.defaultGrid8_4 > *:nth-child(2n+1), .c1_12t.defaultGrid7_5 > *:nth-child(2n+1), .c1_12t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_12t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_12t.summary > *:nth-child(2n+1), .col2.c1_12t.defaultGrid363 > *:nth-child(2n+1), .col2.c1_12t.defaultGrid333 > *:nth-child(2n+1), .col2.c1_12t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_12t.defaultGrid246 > *:nth-child(2n+1), .c1_12t.defaultGrid4_8 > *:nth-child(2n+1), .c1_12t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: 100% !important;
  }
  .row.col2.c2_1t > *:nth-child(2n+2), .c2_1t#fulldocs > *:nth-child(2n+2), .c2_1t.defaultGrid9_3 > *:nth-child(2n+2), .c2_1t.defaultGrid8_4 > *:nth-child(2n+2), .c2_1t.defaultGrid7_5 > *:nth-child(2n+2), .c2_1t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_1t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_1t.summary > *:nth-child(2n+2), .col2.c2_1t.defaultGrid363 > *:nth-child(2n+2), .col2.c2_1t.defaultGrid333 > *:nth-child(2n+2), .col2.c2_1t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_1t.defaultGrid246 > *:nth-child(2n+2), .c2_1t.defaultGrid4_8 > *:nth-child(2n+2), .c2_1t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.col2.c2_2t > *:nth-child(2n+2), .c2_2t#fulldocs > *:nth-child(2n+2), .c2_2t.defaultGrid9_3 > *:nth-child(2n+2), .c2_2t.defaultGrid8_4 > *:nth-child(2n+2), .c2_2t.defaultGrid7_5 > *:nth-child(2n+2), .c2_2t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_2t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_2t.summary > *:nth-child(2n+2), .col2.c2_2t.defaultGrid363 > *:nth-child(2n+2), .col2.c2_2t.defaultGrid333 > *:nth-child(2n+2), .col2.c2_2t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_2t.defaultGrid246 > *:nth-child(2n+2), .c2_2t.defaultGrid4_8 > *:nth-child(2n+2), .c2_2t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.col2.c2_3t > *:nth-child(2n+2), .c2_3t#fulldocs > *:nth-child(2n+2), .c2_3t.defaultGrid9_3 > *:nth-child(2n+2), .c2_3t.defaultGrid8_4 > *:nth-child(2n+2), .c2_3t.defaultGrid7_5 > *:nth-child(2n+2), .c2_3t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_3t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_3t.summary > *:nth-child(2n+2), .col2.c2_3t.defaultGrid363 > *:nth-child(2n+2), .col2.c2_3t.defaultGrid333 > *:nth-child(2n+2), .col2.defaultGrid336 > *:nth-child(2n+2), .defaultGrid336#fulldocs > *:nth-child(2n+2), .defaultGrid336.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid336.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid336.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid336.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(2n+2), .col2.c2_3t.defaultGrid246 > *:nth-child(2n+2), .c2_3t.defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid336 > *:nth-child(2n+2), .c2_3t.defaultGrid3_9 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid336 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.col2.c2_4t > *:nth-child(2n+2), .c2_4t#fulldocs > *:nth-child(2n+2), .c2_4t.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid8_4 > *:nth-child(2n+2), .c2_4t.defaultGrid7_5 > *:nth-child(2n+2), .c2_4t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_4t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_4t.summary > *:nth-child(2n+2), .col2.c2_4t.defaultGrid363 > *:nth-child(2n+2), .col2.defaultGrid333 > *:nth-child(2n+2), .defaultGrid333#fulldocs > *:nth-child(2n+2), .defaultGrid333.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid333.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid333.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(2n+2), .col2.c2_4t.defaultGrid336 > *:nth-child(2n+2), .col2.defaultGrid246 > *:nth-child(2n+2), .defaultGrid246#fulldocs > *:nth-child(2n+2), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid246.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+2), .c2_4t.defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid333 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .c2_4t.defaultGrid3_9 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid333 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.col2.c2_5t > *:nth-child(2n+2), .c2_5t#fulldocs > *:nth-child(2n+2), .c2_5t.defaultGrid9_3 > *:nth-child(2n+2), .c2_5t.defaultGrid8_4 > *:nth-child(2n+2), .c2_5t.defaultGrid7_5 > *:nth-child(2n+2), .c2_5t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_5t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_5t.summary > *:nth-child(2n+2), .col2.c2_5t.defaultGrid363 > *:nth-child(2n+2), .col2.c2_5t.defaultGrid333 > *:nth-child(2n+2), .col2.c2_5t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_5t.defaultGrid246 > *:nth-child(2n+2), .c2_5t.defaultGrid4_8 > *:nth-child(2n+2), .c2_5t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.col2.c2_6t > *:nth-child(2n+2), .c2_6t#fulldocs > *:nth-child(2n+2), .defaultGrid9_3 > *:nth-child(2n+2), .c2_6t.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .summary > *:nth-child(2n+2), .inteplannengroupage .header .summary > *:nth-child(2n+2), .col2.defaultGrid363 > *:nth-child(2n+2), .defaultGrid363#fulldocs > *:nth-child(2n+2), .defaultGrid363.defaultGrid8_4 > *:nth-child(2n+2), .col2.c2_6t.defaultGrid333 > *:nth-child(2n+2), .col2.c2_6t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_6t.defaultGrid246 > *:nth-child(2n+2), .defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.col2.c2_7t > *:nth-child(2n+2), .c2_7t#fulldocs > *:nth-child(2n+2), .c2_7t.defaultGrid9_3 > *:nth-child(2n+2), .c2_7t.defaultGrid8_4 > *:nth-child(2n+2), .c2_7t.defaultGrid7_5 > *:nth-child(2n+2), .c2_7t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_7t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_7t.summary > *:nth-child(2n+2), .col2.c2_7t.defaultGrid363 > *:nth-child(2n+2), .col2.c2_7t.defaultGrid333 > *:nth-child(2n+2), .col2.c2_7t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_7t.defaultGrid246 > *:nth-child(2n+2), .c2_7t.defaultGrid4_8 > *:nth-child(2n+2), .c2_7t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.col2.c2_8t > *:nth-child(2n+2), .c2_8t#fulldocs > *:nth-child(2n+2), .c2_8t.defaultGrid9_3 > *:nth-child(2n+2), .c2_8t.defaultGrid8_4 > *:nth-child(2n+2), .c2_8t.defaultGrid7_5 > *:nth-child(2n+2), .c2_8t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_8t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_8t.summary > *:nth-child(2n+2), .col2.c2_8t.defaultGrid363 > *:nth-child(2n+2), .col2.c2_8t.defaultGrid333 > *:nth-child(2n+2), .col2.c2_8t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_8t.defaultGrid246 > *:nth-child(2n+2), .c2_8t.defaultGrid4_8 > *:nth-child(2n+2), .c2_8t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.col2.c2_9t > *:nth-child(2n+2), .c2_9t#fulldocs > *:nth-child(2n+2), .c2_9t.defaultGrid9_3 > *:nth-child(2n+2), .c2_9t.defaultGrid8_4 > *:nth-child(2n+2), .c2_9t.defaultGrid7_5 > *:nth-child(2n+2), .c2_9t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_9t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_9t.summary > *:nth-child(2n+2), .col2.c2_9t.defaultGrid363 > *:nth-child(2n+2), .col2.c2_9t.defaultGrid333 > *:nth-child(2n+2), .col2.c2_9t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_9t.defaultGrid246 > *:nth-child(2n+2), .c2_9t.defaultGrid4_8 > *:nth-child(2n+2), .c2_9t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.col2.c2_10t > *:nth-child(2n+2), .c2_10t#fulldocs > *:nth-child(2n+2), .c2_10t.defaultGrid9_3 > *:nth-child(2n+2), .c2_10t.defaultGrid8_4 > *:nth-child(2n+2), .c2_10t.defaultGrid7_5 > *:nth-child(2n+2), .c2_10t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_10t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_10t.summary > *:nth-child(2n+2), .col2.c2_10t.defaultGrid363 > *:nth-child(2n+2), .col2.c2_10t.defaultGrid333 > *:nth-child(2n+2), .col2.c2_10t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_10t.defaultGrid246 > *:nth-child(2n+2), .c2_10t.defaultGrid4_8 > *:nth-child(2n+2), .c2_10t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.col2.c2_11t > *:nth-child(2n+2), #fulldocs > *:nth-child(2n+2), .c2_11t.defaultGrid9_3 > *:nth-child(2n+2), .c2_11t.defaultGrid8_4 > *:nth-child(2n+2), .c2_11t.defaultGrid7_5 > *:nth-child(2n+2), .c2_11t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_11t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_11t.summary > *:nth-child(2n+2), .col2.c2_11t.defaultGrid363 > *:nth-child(2n+2), .col2.c2_11t.defaultGrid333 > *:nth-child(2n+2), .col2.c2_11t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_11t.defaultGrid246 > *:nth-child(2n+2), .c2_11t.defaultGrid4_8 > *:nth-child(2n+2), .c2_11t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.col2.c2_12t > *:nth-child(2n+2), .c2_12t#fulldocs > *:nth-child(2n+2), .c2_12t.defaultGrid9_3 > *:nth-child(2n+2), .c2_12t.defaultGrid8_4 > *:nth-child(2n+2), .c2_12t.defaultGrid7_5 > *:nth-child(2n+2), .c2_12t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_12t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_12t.summary > *:nth-child(2n+2), .col2.c2_12t.defaultGrid363 > *:nth-child(2n+2), .col2.c2_12t.defaultGrid333 > *:nth-child(2n+2), .col2.c2_12t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_12t.defaultGrid246 > *:nth-child(2n+2), .c2_12t.defaultGrid4_8 > *:nth-child(2n+2), .c2_12t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: 100% !important;
  }
  .row.col2.c3_1t > *:nth-child(2n+3), .c3_1t#fulldocs > *:nth-child(2n+3), .c3_1t.defaultGrid9_3 > *:nth-child(2n+3), .c3_1t.defaultGrid8_4 > *:nth-child(2n+3), .c3_1t.defaultGrid7_5 > *:nth-child(2n+3), .c3_1t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_1t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_1t.summary > *:nth-child(2n+3), .col2.c3_1t.defaultGrid363 > *:nth-child(2n+3), .col2.c3_1t.defaultGrid333 > *:nth-child(2n+3), .col2.c3_1t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_1t.defaultGrid246 > *:nth-child(2n+3), .c3_1t.defaultGrid4_8 > *:nth-child(2n+3), .c3_1t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.col2.c3_2t > *:nth-child(2n+3), .c3_2t#fulldocs > *:nth-child(2n+3), .c3_2t.defaultGrid9_3 > *:nth-child(2n+3), .c3_2t.defaultGrid8_4 > *:nth-child(2n+3), .c3_2t.defaultGrid7_5 > *:nth-child(2n+3), .c3_2t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_2t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_2t.summary > *:nth-child(2n+3), .col2.c3_2t.defaultGrid363 > *:nth-child(2n+3), .col2.c3_2t.defaultGrid333 > *:nth-child(2n+3), .col2.c3_2t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_2t.defaultGrid246 > *:nth-child(2n+3), .c3_2t.defaultGrid4_8 > *:nth-child(2n+3), .c3_2t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.col2.c3_3t > *:nth-child(2n+3), .c3_3t#fulldocs > *:nth-child(2n+3), .c3_3t.defaultGrid9_3 > *:nth-child(2n+3), .c3_3t.defaultGrid8_4 > *:nth-child(2n+3), .c3_3t.defaultGrid7_5 > *:nth-child(2n+3), .c3_3t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_3t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_3t.summary > *:nth-child(2n+3), .col2.defaultGrid363 > *:nth-child(2n+3), .defaultGrid363#fulldocs > *:nth-child(2n+3), .defaultGrid363.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid363.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid363.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid363.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid363.summary > *:nth-child(2n+3), .col2.c3_3t.defaultGrid333 > *:nth-child(2n+3), .col2.c3_3t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_3t.defaultGrid246 > *:nth-child(2n+3), .c3_3t.defaultGrid4_8 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid363 > *:nth-child(2n+3), .c3_3t.defaultGrid3_9 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid363 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.col2.c3_4t > *:nth-child(2n+3), .c3_4t#fulldocs > *:nth-child(2n+3), .c3_4t.defaultGrid9_3 > *:nth-child(2n+3), .c3_4t.defaultGrid8_4 > *:nth-child(2n+3), .c3_4t.defaultGrid7_5 > *:nth-child(2n+3), .c3_4t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_4t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_4t.summary > *:nth-child(2n+3), .col2.c3_4t.defaultGrid363 > *:nth-child(2n+3), .col2.defaultGrid333 > *:nth-child(2n+3), .defaultGrid333#fulldocs > *:nth-child(2n+3), .defaultGrid333.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid333.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid333.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid333.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(2n+3), .col2.c3_4t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_4t.defaultGrid246 > *:nth-child(2n+3), .c3_4t.defaultGrid4_8 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid333 > *:nth-child(2n+3), .c3_4t.defaultGrid3_9 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid333 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.col2.c3_5t > *:nth-child(2n+3), .c3_5t#fulldocs > *:nth-child(2n+3), .c3_5t.defaultGrid9_3 > *:nth-child(2n+3), .c3_5t.defaultGrid8_4 > *:nth-child(2n+3), .c3_5t.defaultGrid7_5 > *:nth-child(2n+3), .c3_5t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_5t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_5t.summary > *:nth-child(2n+3), .col2.c3_5t.defaultGrid363 > *:nth-child(2n+3), .col2.c3_5t.defaultGrid333 > *:nth-child(2n+3), .col2.c3_5t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_5t.defaultGrid246 > *:nth-child(2n+3), .c3_5t.defaultGrid4_8 > *:nth-child(2n+3), .c3_5t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.col2.c3_6t > *:nth-child(2n+3), .c3_6t#fulldocs > *:nth-child(2n+3), .c3_6t.defaultGrid9_3 > *:nth-child(2n+3), .c3_6t.defaultGrid8_4 > *:nth-child(2n+3), .c3_6t.defaultGrid7_5 > *:nth-child(2n+3), .c3_6t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_6t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_6t.summary > *:nth-child(2n+3), .col2.c3_6t.defaultGrid363 > *:nth-child(2n+3), .col2.c3_6t.defaultGrid333 > *:nth-child(2n+3), .col2.defaultGrid336 > *:nth-child(2n+3), .defaultGrid336#fulldocs > *:nth-child(2n+3), .defaultGrid336.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid336.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid336.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid336.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(2n+3), .col2.defaultGrid246 > *:nth-child(2n+3), .defaultGrid246#fulldocs > *:nth-child(2n+3), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid246.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+3), .c3_6t.defaultGrid4_8 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid336 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .c3_6t.defaultGrid3_9 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid336 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.col2.c3_7t > *:nth-child(2n+3), .c3_7t#fulldocs > *:nth-child(2n+3), .c3_7t.defaultGrid9_3 > *:nth-child(2n+3), .c3_7t.defaultGrid8_4 > *:nth-child(2n+3), .c3_7t.defaultGrid7_5 > *:nth-child(2n+3), .c3_7t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_7t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_7t.summary > *:nth-child(2n+3), .col2.c3_7t.defaultGrid363 > *:nth-child(2n+3), .col2.c3_7t.defaultGrid333 > *:nth-child(2n+3), .col2.c3_7t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_7t.defaultGrid246 > *:nth-child(2n+3), .c3_7t.defaultGrid4_8 > *:nth-child(2n+3), .c3_7t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.col2.c3_8t > *:nth-child(2n+3), .c3_8t#fulldocs > *:nth-child(2n+3), .c3_8t.defaultGrid9_3 > *:nth-child(2n+3), .c3_8t.defaultGrid8_4 > *:nth-child(2n+3), .c3_8t.defaultGrid7_5 > *:nth-child(2n+3), .c3_8t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_8t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_8t.summary > *:nth-child(2n+3), .col2.c3_8t.defaultGrid363 > *:nth-child(2n+3), .col2.c3_8t.defaultGrid333 > *:nth-child(2n+3), .col2.c3_8t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_8t.defaultGrid246 > *:nth-child(2n+3), .c3_8t.defaultGrid4_8 > *:nth-child(2n+3), .c3_8t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.col2.c3_9t > *:nth-child(2n+3), .c3_9t#fulldocs > *:nth-child(2n+3), .c3_9t.defaultGrid9_3 > *:nth-child(2n+3), .c3_9t.defaultGrid8_4 > *:nth-child(2n+3), .c3_9t.defaultGrid7_5 > *:nth-child(2n+3), .c3_9t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_9t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_9t.summary > *:nth-child(2n+3), .col2.c3_9t.defaultGrid363 > *:nth-child(2n+3), .col2.c3_9t.defaultGrid333 > *:nth-child(2n+3), .col2.c3_9t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_9t.defaultGrid246 > *:nth-child(2n+3), .c3_9t.defaultGrid4_8 > *:nth-child(2n+3), .c3_9t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.col2.c3_10t > *:nth-child(2n+3), .c3_10t#fulldocs > *:nth-child(2n+3), .c3_10t.defaultGrid9_3 > *:nth-child(2n+3), .c3_10t.defaultGrid8_4 > *:nth-child(2n+3), .c3_10t.defaultGrid7_5 > *:nth-child(2n+3), .c3_10t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_10t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_10t.summary > *:nth-child(2n+3), .col2.c3_10t.defaultGrid363 > *:nth-child(2n+3), .col2.c3_10t.defaultGrid333 > *:nth-child(2n+3), .col2.c3_10t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_10t.defaultGrid246 > *:nth-child(2n+3), .c3_10t.defaultGrid4_8 > *:nth-child(2n+3), .c3_10t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.col2.c3_11t > *:nth-child(2n+3), .c3_11t#fulldocs > *:nth-child(2n+3), .c3_11t.defaultGrid9_3 > *:nth-child(2n+3), .c3_11t.defaultGrid8_4 > *:nth-child(2n+3), .c3_11t.defaultGrid7_5 > *:nth-child(2n+3), .c3_11t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_11t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_11t.summary > *:nth-child(2n+3), .col2.c3_11t.defaultGrid363 > *:nth-child(2n+3), .col2.c3_11t.defaultGrid333 > *:nth-child(2n+3), .col2.c3_11t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_11t.defaultGrid246 > *:nth-child(2n+3), .c3_11t.defaultGrid4_8 > *:nth-child(2n+3), .c3_11t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.col2.c3_12t > *:nth-child(2n+3), .c3_12t#fulldocs > *:nth-child(2n+3), .c3_12t.defaultGrid9_3 > *:nth-child(2n+3), .c3_12t.defaultGrid8_4 > *:nth-child(2n+3), .c3_12t.defaultGrid7_5 > *:nth-child(2n+3), .c3_12t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_12t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_12t.summary > *:nth-child(2n+3), .col2.c3_12t.defaultGrid363 > *:nth-child(2n+3), .col2.c3_12t.defaultGrid333 > *:nth-child(2n+3), .col2.c3_12t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_12t.defaultGrid246 > *:nth-child(2n+3), .c3_12t.defaultGrid4_8 > *:nth-child(2n+3), .c3_12t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: 100% !important;
  }
  .row.col3.c1_1t > *:nth-child(3n+1), .col3.c1_1t#fulldocs > *:nth-child(3n+1), .col3.c1_1t.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_1t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_1t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_1t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_1t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_1t.summary > *:nth-child(3n+1), .c1_1t.defaultGrid363 > *:nth-child(3n+1), .c1_1t.defaultGrid333 > *:nth-child(3n+1), .c1_1t.defaultGrid336 > *:nth-child(3n+1), .c1_1t.defaultGrid246 > *:nth-child(3n+1), .col3.c1_1t.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_1t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.col3.c1_2t > *:nth-child(3n+1), .col3.c1_2t#fulldocs > *:nth-child(3n+1), .col3.c1_2t.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_2t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_2t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_2t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_2t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_2t.summary > *:nth-child(3n+1), .c1_2t.defaultGrid363 > *:nth-child(3n+1), .c1_2t.defaultGrid333 > *:nth-child(3n+1), .c1_2t.defaultGrid336 > *:nth-child(3n+1), .defaultGrid246 > *:nth-child(3n+1), .col3.c1_2t.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_2t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.col3.c1_3t > *:nth-child(3n+1), .col3.c1_3t#fulldocs > *:nth-child(3n+1), .col3.c1_3t.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_3t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_3t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_3t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_3t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_3t.summary > *:nth-child(3n+1), .defaultGrid363 > *:nth-child(3n+1), .c1_3t.defaultGrid333 > *:nth-child(3n+1), .defaultGrid336 > *:nth-child(3n+1), .c1_3t.defaultGrid246 > *:nth-child(3n+1), .col3.c1_3t.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_3t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.col3.c1_4t > *:nth-child(3n+1), .col3.c1_4t#fulldocs > *:nth-child(3n+1), .col3.c1_4t.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_4t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_4t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_4t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_4t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_4t.summary > *:nth-child(3n+1), .c1_4t.defaultGrid363 > *:nth-child(3n+1), .defaultGrid333 > *:nth-child(3n+1), .c1_4t.defaultGrid336 > *:nth-child(3n+1), .c1_4t.defaultGrid246 > *:nth-child(3n+1), .col3.c1_4t.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_4t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.col3.c1_5t > *:nth-child(3n+1), .col3.c1_5t#fulldocs > *:nth-child(3n+1), .col3.c1_5t.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_5t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_5t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_5t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_5t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_5t.summary > *:nth-child(3n+1), .c1_5t.defaultGrid363 > *:nth-child(3n+1), .c1_5t.defaultGrid333 > *:nth-child(3n+1), .c1_5t.defaultGrid336 > *:nth-child(3n+1), .c1_5t.defaultGrid246 > *:nth-child(3n+1), .col3.c1_5t.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_5t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.col3.c1_6t > *:nth-child(3n+1), .col3.c1_6t#fulldocs > *:nth-child(3n+1), .col3.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_6t.defaultGrid8_4 > *:nth-child(3n+1), .col3.defaultGrid7_5 > *:nth-child(3n+1), .col3.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.summary > *:nth-child(3n+1), .c1_6t.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid363.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid363.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid363.summary > *:nth-child(3n+1), .c1_6t.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid333.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid333.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(3n+1), .c1_6t.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid336.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid336.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(3n+1), .c1_6t.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid246.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+1), .col3.defaultGrid4_8 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid363 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid333 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid336 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.defaultGrid3_9 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid363 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid333 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid336 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.col3.c1_7t > *:nth-child(3n+1), .col3.c1_7t#fulldocs > *:nth-child(3n+1), .col3.c1_7t.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_7t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_7t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_7t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_7t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_7t.summary > *:nth-child(3n+1), .c1_7t.defaultGrid363 > *:nth-child(3n+1), .c1_7t.defaultGrid333 > *:nth-child(3n+1), .c1_7t.defaultGrid336 > *:nth-child(3n+1), .c1_7t.defaultGrid246 > *:nth-child(3n+1), .col3.c1_7t.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_7t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.col3.c1_8t > *:nth-child(3n+1), .col3.c1_8t#fulldocs > *:nth-child(3n+1), .col3.c1_8t.defaultGrid9_3 > *:nth-child(3n+1), .col3.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_8t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_8t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_8t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_8t.summary > *:nth-child(3n+1), .c1_8t.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363.defaultGrid8_4 > *:nth-child(3n+1), .c1_8t.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333.defaultGrid8_4 > *:nth-child(3n+1), .c1_8t.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336.defaultGrid8_4 > *:nth-child(3n+1), .c1_8t.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_8t.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_8t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.col3.c1_9t > *:nth-child(3n+1), .col3.c1_9t#fulldocs > *:nth-child(3n+1), .col3.c1_9t.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_9t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_9t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_9t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_9t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_9t.summary > *:nth-child(3n+1), .c1_9t.defaultGrid363 > *:nth-child(3n+1), .c1_9t.defaultGrid333 > *:nth-child(3n+1), .c1_9t.defaultGrid336 > *:nth-child(3n+1), .c1_9t.defaultGrid246 > *:nth-child(3n+1), .col3.c1_9t.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_9t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.col3.c1_10t > *:nth-child(3n+1), .col3.c1_10t#fulldocs > *:nth-child(3n+1), .col3.c1_10t.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_10t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_10t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_10t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_10t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_10t.summary > *:nth-child(3n+1), .c1_10t.defaultGrid363 > *:nth-child(3n+1), .c1_10t.defaultGrid333 > *:nth-child(3n+1), .c1_10t.defaultGrid336 > *:nth-child(3n+1), .c1_10t.defaultGrid246 > *:nth-child(3n+1), .col3.c1_10t.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_10t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.col3.c1_11t > *:nth-child(3n+1), .col3.c1_11t#fulldocs > *:nth-child(3n+1), .col3.c1_11t.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_11t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_11t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_11t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_11t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_11t.summary > *:nth-child(3n+1), .c1_11t.defaultGrid363 > *:nth-child(3n+1), .c1_11t.defaultGrid333 > *:nth-child(3n+1), .c1_11t.defaultGrid336 > *:nth-child(3n+1), .c1_11t.defaultGrid246 > *:nth-child(3n+1), .col3.c1_11t.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_11t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.col3.c1_12t > *:nth-child(3n+1), .col3#fulldocs > *:nth-child(3n+1), .col3.c1_12t.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_12t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_12t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_12t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_12t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_12t.summary > *:nth-child(3n+1), .c1_12t.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_12t.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_12t.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_12t.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246#fulldocs > *:nth-child(3n+1), .col3.c1_12t.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_12t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: 100% !important;
  }
  .row.col3.c2_1t > *:nth-child(3n+2), .col3.c2_1t#fulldocs > *:nth-child(3n+2), .col3.c2_1t.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_1t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_1t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_1t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_1t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_1t.summary > *:nth-child(3n+2), .c2_1t.defaultGrid363 > *:nth-child(3n+2), .c2_1t.defaultGrid333 > *:nth-child(3n+2), .c2_1t.defaultGrid336 > *:nth-child(3n+2), .c2_1t.defaultGrid246 > *:nth-child(3n+2), .col3.c2_1t.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_1t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.col3.c2_2t > *:nth-child(3n+2), .col3.c2_2t#fulldocs > *:nth-child(3n+2), .col3.c2_2t.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_2t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_2t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_2t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_2t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_2t.summary > *:nth-child(3n+2), .c2_2t.defaultGrid363 > *:nth-child(3n+2), .c2_2t.defaultGrid333 > *:nth-child(3n+2), .c2_2t.defaultGrid336 > *:nth-child(3n+2), .c2_2t.defaultGrid246 > *:nth-child(3n+2), .col3.c2_2t.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_2t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.col3.c2_3t > *:nth-child(3n+2), .col3.c2_3t#fulldocs > *:nth-child(3n+2), .col3.c2_3t.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_3t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_3t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_3t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_3t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_3t.summary > *:nth-child(3n+2), .c2_3t.defaultGrid363 > *:nth-child(3n+2), .c2_3t.defaultGrid333 > *:nth-child(3n+2), .defaultGrid336 > *:nth-child(3n+2), .c2_3t.defaultGrid246 > *:nth-child(3n+2), .col3.c2_3t.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_3t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.col3.c2_4t > *:nth-child(3n+2), .col3.c2_4t#fulldocs > *:nth-child(3n+2), .col3.c2_4t.defaultGrid9_3 > *:nth-child(3n+2), .col3.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_4t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_4t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_4t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_4t.summary > *:nth-child(3n+2), .c2_4t.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid333 > *:nth-child(3n+2), .c2_4t.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid246 > *:nth-child(3n+2), .col3.c2_4t.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_4t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.col3.c2_5t > *:nth-child(3n+2), .col3.c2_5t#fulldocs > *:nth-child(3n+2), .col3.c2_5t.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_5t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_5t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_5t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_5t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_5t.summary > *:nth-child(3n+2), .c2_5t.defaultGrid363 > *:nth-child(3n+2), .c2_5t.defaultGrid333 > *:nth-child(3n+2), .c2_5t.defaultGrid336 > *:nth-child(3n+2), .c2_5t.defaultGrid246 > *:nth-child(3n+2), .col3.c2_5t.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_5t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.col3.c2_6t > *:nth-child(3n+2), .col3.c2_6t#fulldocs > *:nth-child(3n+2), .col3.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_6t.defaultGrid8_4 > *:nth-child(3n+2), .col3.defaultGrid7_5 > *:nth-child(3n+2), .col3.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.summary > *:nth-child(3n+2), .defaultGrid363 > *:nth-child(3n+2), .c2_6t.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .defaultGrid333.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid333.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(3n+2), .c2_6t.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .defaultGrid336.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid336.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(3n+2), .c2_6t.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid246.defaultGrid7_5 > *:nth-child(3n+2), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+2), .col3.defaultGrid4_8 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid333 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid336 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.defaultGrid3_9 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid333 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid336 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.col3.c2_7t > *:nth-child(3n+2), .col3.c2_7t#fulldocs > *:nth-child(3n+2), .col3.c2_7t.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_7t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_7t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_7t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_7t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_7t.summary > *:nth-child(3n+2), .c2_7t.defaultGrid363 > *:nth-child(3n+2), .c2_7t.defaultGrid333 > *:nth-child(3n+2), .c2_7t.defaultGrid336 > *:nth-child(3n+2), .c2_7t.defaultGrid246 > *:nth-child(3n+2), .col3.c2_7t.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_7t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.col3.c2_8t > *:nth-child(3n+2), .col3.c2_8t#fulldocs > *:nth-child(3n+2), .col3.c2_8t.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_8t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_8t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_8t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_8t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_8t.summary > *:nth-child(3n+2), .c2_8t.defaultGrid363 > *:nth-child(3n+2), .c2_8t.defaultGrid333 > *:nth-child(3n+2), .c2_8t.defaultGrid336 > *:nth-child(3n+2), .c2_8t.defaultGrid246 > *:nth-child(3n+2), .col3.c2_8t.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_8t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.col3.c2_9t > *:nth-child(3n+2), .col3.c2_9t#fulldocs > *:nth-child(3n+2), .col3.c2_9t.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_9t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_9t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_9t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_9t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_9t.summary > *:nth-child(3n+2), .c2_9t.defaultGrid363 > *:nth-child(3n+2), .c2_9t.defaultGrid333 > *:nth-child(3n+2), .c2_9t.defaultGrid336 > *:nth-child(3n+2), .c2_9t.defaultGrid246 > *:nth-child(3n+2), .col3.c2_9t.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_9t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.col3.c2_10t > *:nth-child(3n+2), .col3.c2_10t#fulldocs > *:nth-child(3n+2), .col3.c2_10t.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_10t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_10t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_10t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_10t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_10t.summary > *:nth-child(3n+2), .c2_10t.defaultGrid363 > *:nth-child(3n+2), .c2_10t.defaultGrid333 > *:nth-child(3n+2), .c2_10t.defaultGrid336 > *:nth-child(3n+2), .c2_10t.defaultGrid246 > *:nth-child(3n+2), .col3.c2_10t.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_10t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.col3.c2_11t > *:nth-child(3n+2), .col3#fulldocs > *:nth-child(3n+2), .col3.c2_11t.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_11t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_11t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_11t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_11t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_11t.summary > *:nth-child(3n+2), .c2_11t.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_11t.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_11t.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_11t.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246#fulldocs > *:nth-child(3n+2), .col3.c2_11t.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_11t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.col3.c2_12t > *:nth-child(3n+2), .col3.c2_12t#fulldocs > *:nth-child(3n+2), .col3.c2_12t.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_12t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_12t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_12t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_12t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_12t.summary > *:nth-child(3n+2), .c2_12t.defaultGrid363 > *:nth-child(3n+2), .c2_12t.defaultGrid333 > *:nth-child(3n+2), .c2_12t.defaultGrid336 > *:nth-child(3n+2), .c2_12t.defaultGrid246 > *:nth-child(3n+2), .col3.c2_12t.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_12t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: 100% !important;
  }
  .row.col3.c3_1t > *:nth-child(3n+3), .col3.c3_1t#fulldocs > *:nth-child(3n+3), .col3.c3_1t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_1t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_1t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_1t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_1t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_1t.summary > *:nth-child(3n+3), .c3_1t.defaultGrid363 > *:nth-child(3n+3), .c3_1t.defaultGrid333 > *:nth-child(3n+3), .c3_1t.defaultGrid336 > *:nth-child(3n+3), .c3_1t.defaultGrid246 > *:nth-child(3n+3), .col3.c3_1t.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_1t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.col3.c3_2t > *:nth-child(3n+3), .col3.c3_2t#fulldocs > *:nth-child(3n+3), .col3.c3_2t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_2t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_2t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_2t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_2t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_2t.summary > *:nth-child(3n+3), .c3_2t.defaultGrid363 > *:nth-child(3n+3), .c3_2t.defaultGrid333 > *:nth-child(3n+3), .c3_2t.defaultGrid336 > *:nth-child(3n+3), .c3_2t.defaultGrid246 > *:nth-child(3n+3), .col3.c3_2t.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_2t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.col3.c3_3t > *:nth-child(3n+3), .col3.c3_3t#fulldocs > *:nth-child(3n+3), .col3.c3_3t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_3t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_3t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_3t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_3t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_3t.summary > *:nth-child(3n+3), .defaultGrid363 > *:nth-child(3n+3), .c3_3t.defaultGrid333 > *:nth-child(3n+3), .c3_3t.defaultGrid336 > *:nth-child(3n+3), .c3_3t.defaultGrid246 > *:nth-child(3n+3), .col3.c3_3t.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_3t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.col3.c3_4t > *:nth-child(3n+3), .col3.c3_4t#fulldocs > *:nth-child(3n+3), .col3.c3_4t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_4t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_4t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_4t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_4t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_4t.summary > *:nth-child(3n+3), .c3_4t.defaultGrid363 > *:nth-child(3n+3), .defaultGrid333 > *:nth-child(3n+3), .c3_4t.defaultGrid336 > *:nth-child(3n+3), .c3_4t.defaultGrid246 > *:nth-child(3n+3), .col3.c3_4t.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_4t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.col3.c3_5t > *:nth-child(3n+3), .col3.c3_5t#fulldocs > *:nth-child(3n+3), .col3.c3_5t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_5t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_5t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_5t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_5t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_5t.summary > *:nth-child(3n+3), .c3_5t.defaultGrid363 > *:nth-child(3n+3), .c3_5t.defaultGrid333 > *:nth-child(3n+3), .c3_5t.defaultGrid336 > *:nth-child(3n+3), .c3_5t.defaultGrid246 > *:nth-child(3n+3), .col3.c3_5t.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_5t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.col3.c3_6t > *:nth-child(3n+3), .col3.c3_6t#fulldocs > *:nth-child(3n+3), .col3.c3_6t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_6t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_6t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_6t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_6t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_6t.summary > *:nth-child(3n+3), .c3_6t.defaultGrid363 > *:nth-child(3n+3), .c3_6t.defaultGrid333 > *:nth-child(3n+3), .defaultGrid336 > *:nth-child(3n+3), .defaultGrid246 > *:nth-child(3n+3), .col3.c3_6t.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_6t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.col3.c3_7t > *:nth-child(3n+3), .col3.c3_7t#fulldocs > *:nth-child(3n+3), .col3.c3_7t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_7t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_7t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_7t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_7t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_7t.summary > *:nth-child(3n+3), .c3_7t.defaultGrid363 > *:nth-child(3n+3), .c3_7t.defaultGrid333 > *:nth-child(3n+3), .c3_7t.defaultGrid336 > *:nth-child(3n+3), .c3_7t.defaultGrid246 > *:nth-child(3n+3), .col3.c3_7t.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_7t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.col3.c3_8t > *:nth-child(3n+3), .col3.c3_8t#fulldocs > *:nth-child(3n+3), .col3.c3_8t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_8t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_8t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_8t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_8t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_8t.summary > *:nth-child(3n+3), .c3_8t.defaultGrid363 > *:nth-child(3n+3), .c3_8t.defaultGrid333 > *:nth-child(3n+3), .c3_8t.defaultGrid336 > *:nth-child(3n+3), .c3_8t.defaultGrid246 > *:nth-child(3n+3), .col3.c3_8t.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_8t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.col3.c3_9t > *:nth-child(3n+3), .col3.c3_9t#fulldocs > *:nth-child(3n+3), .col3.c3_9t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_9t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_9t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_9t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_9t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_9t.summary > *:nth-child(3n+3), .c3_9t.defaultGrid363 > *:nth-child(3n+3), .c3_9t.defaultGrid333 > *:nth-child(3n+3), .c3_9t.defaultGrid336 > *:nth-child(3n+3), .c3_9t.defaultGrid246 > *:nth-child(3n+3), .col3.c3_9t.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_9t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.col3.c3_10t > *:nth-child(3n+3), .col3.c3_10t#fulldocs > *:nth-child(3n+3), .col3.c3_10t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_10t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_10t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_10t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_10t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_10t.summary > *:nth-child(3n+3), .c3_10t.defaultGrid363 > *:nth-child(3n+3), .c3_10t.defaultGrid333 > *:nth-child(3n+3), .c3_10t.defaultGrid336 > *:nth-child(3n+3), .c3_10t.defaultGrid246 > *:nth-child(3n+3), .col3.c3_10t.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_10t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.col3.c3_11t > *:nth-child(3n+3), .col3.c3_11t#fulldocs > *:nth-child(3n+3), .col3.c3_11t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_11t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_11t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_11t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_11t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_11t.summary > *:nth-child(3n+3), .c3_11t.defaultGrid363 > *:nth-child(3n+3), .c3_11t.defaultGrid333 > *:nth-child(3n+3), .c3_11t.defaultGrid336 > *:nth-child(3n+3), .c3_11t.defaultGrid246 > *:nth-child(3n+3), .col3.c3_11t.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_11t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.col3.c3_12t > *:nth-child(3n+3), .col3.c3_12t#fulldocs > *:nth-child(3n+3), .col3.c3_12t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_12t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_12t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_12t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_12t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_12t.summary > *:nth-child(3n+3), .c3_12t.defaultGrid363 > *:nth-child(3n+3), .c3_12t.defaultGrid333 > *:nth-child(3n+3), .c3_12t.defaultGrid336 > *:nth-child(3n+3), .c3_12t.defaultGrid246 > *:nth-child(3n+3), .col3.c3_12t.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_12t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: 100% !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .row.col1.c1_1p > *:nth-child(1n+1), .col1.c1_1p#fulldocs > *:nth-child(1n+1), .col1.c1_1p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_1p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_1p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_1p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_1p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_1p.summary > *:nth-child(1n+1), .col1.c1_1p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_1p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_1p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_1p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_1p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_1p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.col1.c1_2p > *:nth-child(1n+1), .col1.c1_2p#fulldocs > *:nth-child(1n+1), .col1.c1_2p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_2p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_2p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_2p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_2p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_2p.summary > *:nth-child(1n+1), .col1.c1_2p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_2p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_2p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_2p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_2p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_2p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.col1.c1_3p > *:nth-child(1n+1), .col1.c1_3p#fulldocs > *:nth-child(1n+1), .col1.c1_3p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_3p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_3p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_3p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_3p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_3p.summary > *:nth-child(1n+1), .col1.c1_3p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_3p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_3p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_3p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_3p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_3p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.col1.c1_4p > *:nth-child(1n+1), .col1.c1_4p#fulldocs > *:nth-child(1n+1), .col1.c1_4p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_4p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_4p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_4p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_4p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_4p.summary > *:nth-child(1n+1), .col1.c1_4p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_4p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_4p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_4p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_4p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_4p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.col1.c1_5p > *:nth-child(1n+1), .col1.c1_5p#fulldocs > *:nth-child(1n+1), .col1.c1_5p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_5p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_5p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_5p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_5p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_5p.summary > *:nth-child(1n+1), .col1.c1_5p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_5p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_5p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_5p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_5p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_5p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.col1.c1_6p > *:nth-child(1n+1), .col1.c1_6p#fulldocs > *:nth-child(1n+1), .col1.c1_6p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_6p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_6p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_6p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_6p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_6p.summary > *:nth-child(1n+1), .col1.c1_6p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_6p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_6p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_6p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_6p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_6p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.col1.c1_7p > *:nth-child(1n+1), .col1.c1_7p#fulldocs > *:nth-child(1n+1), .col1.c1_7p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_7p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_7p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_7p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_7p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_7p.summary > *:nth-child(1n+1), .col1.c1_7p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_7p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_7p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_7p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_7p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_7p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.col1.c1_8p > *:nth-child(1n+1), .col1.c1_8p#fulldocs > *:nth-child(1n+1), .col1.c1_8p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_8p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_8p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_8p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_8p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_8p.summary > *:nth-child(1n+1), .col1.c1_8p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_8p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_8p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_8p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_8p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_8p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.col1.c1_9p > *:nth-child(1n+1), .col1.c1_9p#fulldocs > *:nth-child(1n+1), .col1.c1_9p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_9p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_9p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_9p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_9p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_9p.summary > *:nth-child(1n+1), .col1.c1_9p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_9p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_9p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_9p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_9p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_9p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.col1.c1_10p > *:nth-child(1n+1), .col1.c1_10p#fulldocs > *:nth-child(1n+1), .col1.c1_10p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_10p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_10p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_10p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_10p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_10p.summary > *:nth-child(1n+1), .col1.c1_10p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_10p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_10p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_10p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_10p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_10p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.col1.c1_11p > *:nth-child(1n+1), .col1.c1_11p#fulldocs > *:nth-child(1n+1), .col1.c1_11p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_11p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_11p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_11p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_11p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_11p.summary > *:nth-child(1n+1), .col1.c1_11p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_11p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_11p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_11p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_11p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_11p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.col1.c1_12p > *:nth-child(1n+1), .col1#fulldocs > *:nth-child(1n+1), .col1.defaultGrid9_3 > *:nth-child(1n+1), .col1.defaultGrid8_4 > *:nth-child(1n+1), .col1.defaultGrid7_5 > *:nth-child(1n+1), .col1.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.summary > *:nth-child(1n+1), .col1.defaultGrid363 > *:nth-child(1n+1), .col1.defaultGrid333 > *:nth-child(1n+1), .col1.defaultGrid336 > *:nth-child(1n+1), .col1.defaultGrid246 > *:nth-child(1n+1), .col1.defaultGrid4_8 > *:nth-child(1n+1), .col1.defaultGrid3_9 > *:nth-child(1n+1) {
    width: 100% !important;
  }
  .row.col1.c2_1p > *:nth-child(1n+2), .col1.c2_1p#fulldocs > *:nth-child(1n+2), .col1.c2_1p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_1p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_1p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_1p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_1p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_1p.summary > *:nth-child(1n+2), .col1.c2_1p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_1p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_1p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_1p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_1p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_1p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.col1.c2_2p > *:nth-child(1n+2), .col1.c2_2p#fulldocs > *:nth-child(1n+2), .col1.c2_2p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_2p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_2p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_2p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_2p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_2p.summary > *:nth-child(1n+2), .col1.c2_2p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_2p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_2p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_2p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_2p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_2p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.col1.c2_3p > *:nth-child(1n+2), .col1.c2_3p#fulldocs > *:nth-child(1n+2), .col1.c2_3p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_3p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_3p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_3p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_3p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_3p.summary > *:nth-child(1n+2), .col1.c2_3p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_3p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_3p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_3p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_3p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_3p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.col1.c2_4p > *:nth-child(1n+2), .col1.c2_4p#fulldocs > *:nth-child(1n+2), .col1.c2_4p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_4p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_4p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_4p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_4p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_4p.summary > *:nth-child(1n+2), .col1.c2_4p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_4p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_4p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_4p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_4p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_4p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.col1.c2_5p > *:nth-child(1n+2), .col1.c2_5p#fulldocs > *:nth-child(1n+2), .col1.c2_5p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_5p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_5p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_5p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_5p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_5p.summary > *:nth-child(1n+2), .col1.c2_5p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_5p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_5p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_5p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_5p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_5p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.col1.c2_6p > *:nth-child(1n+2), .col1.c2_6p#fulldocs > *:nth-child(1n+2), .col1.c2_6p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_6p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_6p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_6p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_6p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_6p.summary > *:nth-child(1n+2), .col1.c2_6p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_6p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_6p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_6p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_6p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_6p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.col1.c2_7p > *:nth-child(1n+2), .col1.c2_7p#fulldocs > *:nth-child(1n+2), .col1.c2_7p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_7p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_7p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_7p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_7p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_7p.summary > *:nth-child(1n+2), .col1.c2_7p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_7p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_7p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_7p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_7p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_7p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.col1.c2_8p > *:nth-child(1n+2), .col1.c2_8p#fulldocs > *:nth-child(1n+2), .col1.c2_8p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_8p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_8p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_8p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_8p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_8p.summary > *:nth-child(1n+2), .col1.c2_8p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_8p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_8p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_8p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_8p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_8p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.col1.c2_9p > *:nth-child(1n+2), .col1.c2_9p#fulldocs > *:nth-child(1n+2), .col1.c2_9p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_9p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_9p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_9p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_9p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_9p.summary > *:nth-child(1n+2), .col1.c2_9p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_9p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_9p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_9p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_9p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_9p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.col1.c2_10p > *:nth-child(1n+2), .col1.c2_10p#fulldocs > *:nth-child(1n+2), .col1.c2_10p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_10p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_10p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_10p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_10p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_10p.summary > *:nth-child(1n+2), .col1.c2_10p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_10p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_10p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_10p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_10p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_10p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.col1.c2_11p > *:nth-child(1n+2), .col1#fulldocs > *:nth-child(1n+2), .col1.c2_11p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_11p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_11p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_11p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_11p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_11p.summary > *:nth-child(1n+2), .col1.c2_11p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_11p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_11p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_11p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_11p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_11p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.col1.c2_12p > *:nth-child(1n+2), .col1.c2_12p#fulldocs > *:nth-child(1n+2), .col1.defaultGrid9_3 > *:nth-child(1n+2), .col1.defaultGrid8_4 > *:nth-child(1n+2), .col1.defaultGrid7_5 > *:nth-child(1n+2), .col1.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.summary > *:nth-child(1n+2), .col1.defaultGrid363 > *:nth-child(1n+2), .col1.defaultGrid333 > *:nth-child(1n+2), .col1.defaultGrid336 > *:nth-child(1n+2), .col1.defaultGrid246 > *:nth-child(1n+2), .col1.defaultGrid4_8 > *:nth-child(1n+2), .col1.defaultGrid3_9 > *:nth-child(1n+2) {
    width: 100% !important;
  }
  .row.col1.c3_1p > *:nth-child(1n+3), .col1.c3_1p#fulldocs > *:nth-child(1n+3), .col1.c3_1p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_1p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_1p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_1p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_1p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_1p.summary > *:nth-child(1n+3), .col1.c3_1p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_1p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_1p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_1p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_1p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_1p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.col1.c3_2p > *:nth-child(1n+3), .col1.c3_2p#fulldocs > *:nth-child(1n+3), .col1.c3_2p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_2p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_2p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_2p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_2p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_2p.summary > *:nth-child(1n+3), .col1.c3_2p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_2p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_2p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_2p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_2p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_2p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.col1.c3_3p > *:nth-child(1n+3), .col1.c3_3p#fulldocs > *:nth-child(1n+3), .col1.c3_3p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_3p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_3p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_3p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_3p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_3p.summary > *:nth-child(1n+3), .col1.c3_3p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_3p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_3p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_3p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_3p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_3p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.col1.c3_4p > *:nth-child(1n+3), .col1.c3_4p#fulldocs > *:nth-child(1n+3), .col1.c3_4p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_4p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_4p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_4p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_4p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_4p.summary > *:nth-child(1n+3), .col1.c3_4p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_4p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_4p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_4p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_4p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_4p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.col1.c3_5p > *:nth-child(1n+3), .col1.c3_5p#fulldocs > *:nth-child(1n+3), .col1.c3_5p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_5p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_5p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_5p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_5p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_5p.summary > *:nth-child(1n+3), .col1.c3_5p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_5p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_5p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_5p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_5p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_5p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.col1.c3_6p > *:nth-child(1n+3), .col1.c3_6p#fulldocs > *:nth-child(1n+3), .col1.c3_6p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_6p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_6p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_6p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_6p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_6p.summary > *:nth-child(1n+3), .col1.c3_6p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_6p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_6p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_6p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_6p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_6p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.col1.c3_7p > *:nth-child(1n+3), .col1.c3_7p#fulldocs > *:nth-child(1n+3), .col1.c3_7p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_7p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_7p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_7p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_7p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_7p.summary > *:nth-child(1n+3), .col1.c3_7p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_7p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_7p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_7p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_7p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_7p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.col1.c3_8p > *:nth-child(1n+3), .col1.c3_8p#fulldocs > *:nth-child(1n+3), .col1.c3_8p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_8p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_8p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_8p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_8p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_8p.summary > *:nth-child(1n+3), .col1.c3_8p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_8p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_8p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_8p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_8p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_8p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.col1.c3_9p > *:nth-child(1n+3), .col1.c3_9p#fulldocs > *:nth-child(1n+3), .col1.c3_9p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_9p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_9p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_9p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_9p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_9p.summary > *:nth-child(1n+3), .col1.c3_9p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_9p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_9p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_9p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_9p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_9p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.col1.c3_10p > *:nth-child(1n+3), .col1.c3_10p#fulldocs > *:nth-child(1n+3), .col1.c3_10p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_10p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_10p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_10p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_10p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_10p.summary > *:nth-child(1n+3), .col1.c3_10p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_10p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_10p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_10p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_10p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_10p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.col1.c3_11p > *:nth-child(1n+3), .col1.c3_11p#fulldocs > *:nth-child(1n+3), .col1.c3_11p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_11p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_11p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_11p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_11p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_11p.summary > *:nth-child(1n+3), .col1.c3_11p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_11p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_11p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_11p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_11p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_11p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.col1.c3_12p > *:nth-child(1n+3), .col1.c3_12p#fulldocs > *:nth-child(1n+3), .col1.c3_12p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_12p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_12p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_12p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_12p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_12p.summary > *:nth-child(1n+3), .col1.defaultGrid363 > *:nth-child(1n+3), .col1.defaultGrid333 > *:nth-child(1n+3), .col1.defaultGrid336 > *:nth-child(1n+3), .col1.defaultGrid246 > *:nth-child(1n+3), .col1.c3_12p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_12p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: 100% !important;
  }
  .row.col2.c1_1p > *:nth-child(2n+1), .c1_1p#fulldocs > *:nth-child(2n+1), .c1_1p.defaultGrid9_3 > *:nth-child(2n+1), .c1_1p.defaultGrid8_4 > *:nth-child(2n+1), .c1_1p.defaultGrid7_5 > *:nth-child(2n+1), .c1_1p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_1p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_1p.summary > *:nth-child(2n+1), .col2.c1_1p.defaultGrid363 > *:nth-child(2n+1), .col2.c1_1p.defaultGrid333 > *:nth-child(2n+1), .col2.c1_1p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_1p.defaultGrid246 > *:nth-child(2n+1), .c1_1p.defaultGrid4_8 > *:nth-child(2n+1), .c1_1p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.col2.c1_2p > *:nth-child(2n+1), .c1_2p#fulldocs > *:nth-child(2n+1), .c1_2p.defaultGrid9_3 > *:nth-child(2n+1), .c1_2p.defaultGrid8_4 > *:nth-child(2n+1), .c1_2p.defaultGrid7_5 > *:nth-child(2n+1), .c1_2p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_2p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_2p.summary > *:nth-child(2n+1), .col2.c1_2p.defaultGrid363 > *:nth-child(2n+1), .col2.c1_2p.defaultGrid333 > *:nth-child(2n+1), .col2.c1_2p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_2p.defaultGrid246 > *:nth-child(2n+1), .c1_2p.defaultGrid4_8 > *:nth-child(2n+1), .c1_2p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.col2.c1_3p > *:nth-child(2n+1), .c1_3p#fulldocs > *:nth-child(2n+1), .c1_3p.defaultGrid9_3 > *:nth-child(2n+1), .c1_3p.defaultGrid8_4 > *:nth-child(2n+1), .c1_3p.defaultGrid7_5 > *:nth-child(2n+1), .c1_3p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_3p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_3p.summary > *:nth-child(2n+1), .col2.c1_3p.defaultGrid363 > *:nth-child(2n+1), .col2.c1_3p.defaultGrid333 > *:nth-child(2n+1), .col2.c1_3p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_3p.defaultGrid246 > *:nth-child(2n+1), .c1_3p.defaultGrid4_8 > *:nth-child(2n+1), .c1_3p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.col2.c1_4p > *:nth-child(2n+1), .c1_4p#fulldocs > *:nth-child(2n+1), .c1_4p.defaultGrid9_3 > *:nth-child(2n+1), .c1_4p.defaultGrid8_4 > *:nth-child(2n+1), .c1_4p.defaultGrid7_5 > *:nth-child(2n+1), .c1_4p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_4p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_4p.summary > *:nth-child(2n+1), .col2.c1_4p.defaultGrid363 > *:nth-child(2n+1), .col2.c1_4p.defaultGrid333 > *:nth-child(2n+1), .col2.c1_4p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_4p.defaultGrid246 > *:nth-child(2n+1), .c1_4p.defaultGrid4_8 > *:nth-child(2n+1), .c1_4p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.col2.c1_5p > *:nth-child(2n+1), .c1_5p#fulldocs > *:nth-child(2n+1), .c1_5p.defaultGrid9_3 > *:nth-child(2n+1), .c1_5p.defaultGrid8_4 > *:nth-child(2n+1), .c1_5p.defaultGrid7_5 > *:nth-child(2n+1), .c1_5p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_5p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_5p.summary > *:nth-child(2n+1), .col2.c1_5p.defaultGrid363 > *:nth-child(2n+1), .col2.c1_5p.defaultGrid333 > *:nth-child(2n+1), .col2.c1_5p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_5p.defaultGrid246 > *:nth-child(2n+1), .c1_5p.defaultGrid4_8 > *:nth-child(2n+1), .c1_5p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.col2.c1_6p > *:nth-child(2n+1), .c1_6p#fulldocs > *:nth-child(2n+1), .c1_6p.defaultGrid9_3 > *:nth-child(2n+1), .c1_6p.defaultGrid8_4 > *:nth-child(2n+1), .c1_6p.defaultGrid7_5 > *:nth-child(2n+1), .c1_6p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_6p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_6p.summary > *:nth-child(2n+1), .col2.c1_6p.defaultGrid363 > *:nth-child(2n+1), .col2.c1_6p.defaultGrid333 > *:nth-child(2n+1), .col2.c1_6p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_6p.defaultGrid246 > *:nth-child(2n+1), .c1_6p.defaultGrid4_8 > *:nth-child(2n+1), .c1_6p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.col2.c1_7p > *:nth-child(2n+1), .c1_7p#fulldocs > *:nth-child(2n+1), .c1_7p.defaultGrid9_3 > *:nth-child(2n+1), .c1_7p.defaultGrid8_4 > *:nth-child(2n+1), .c1_7p.defaultGrid7_5 > *:nth-child(2n+1), .c1_7p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_7p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_7p.summary > *:nth-child(2n+1), .col2.c1_7p.defaultGrid363 > *:nth-child(2n+1), .col2.c1_7p.defaultGrid333 > *:nth-child(2n+1), .col2.c1_7p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_7p.defaultGrid246 > *:nth-child(2n+1), .c1_7p.defaultGrid4_8 > *:nth-child(2n+1), .c1_7p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.col2.c1_8p > *:nth-child(2n+1), .c1_8p#fulldocs > *:nth-child(2n+1), .c1_8p.defaultGrid9_3 > *:nth-child(2n+1), .c1_8p.defaultGrid8_4 > *:nth-child(2n+1), .c1_8p.defaultGrid7_5 > *:nth-child(2n+1), .c1_8p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_8p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_8p.summary > *:nth-child(2n+1), .col2.c1_8p.defaultGrid363 > *:nth-child(2n+1), .col2.c1_8p.defaultGrid333 > *:nth-child(2n+1), .col2.c1_8p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_8p.defaultGrid246 > *:nth-child(2n+1), .c1_8p.defaultGrid4_8 > *:nth-child(2n+1), .c1_8p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.col2.c1_9p > *:nth-child(2n+1), .c1_9p#fulldocs > *:nth-child(2n+1), .c1_9p.defaultGrid9_3 > *:nth-child(2n+1), .c1_9p.defaultGrid8_4 > *:nth-child(2n+1), .c1_9p.defaultGrid7_5 > *:nth-child(2n+1), .c1_9p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_9p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_9p.summary > *:nth-child(2n+1), .col2.c1_9p.defaultGrid363 > *:nth-child(2n+1), .col2.c1_9p.defaultGrid333 > *:nth-child(2n+1), .col2.c1_9p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_9p.defaultGrid246 > *:nth-child(2n+1), .c1_9p.defaultGrid4_8 > *:nth-child(2n+1), .c1_9p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.col2.c1_10p > *:nth-child(2n+1), .c1_10p#fulldocs > *:nth-child(2n+1), .c1_10p.defaultGrid9_3 > *:nth-child(2n+1), .c1_10p.defaultGrid8_4 > *:nth-child(2n+1), .c1_10p.defaultGrid7_5 > *:nth-child(2n+1), .c1_10p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_10p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_10p.summary > *:nth-child(2n+1), .col2.c1_10p.defaultGrid363 > *:nth-child(2n+1), .col2.c1_10p.defaultGrid333 > *:nth-child(2n+1), .col2.c1_10p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_10p.defaultGrid246 > *:nth-child(2n+1), .c1_10p.defaultGrid4_8 > *:nth-child(2n+1), .c1_10p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.col2.c1_11p > *:nth-child(2n+1), .c1_11p#fulldocs > *:nth-child(2n+1), .c1_11p.defaultGrid9_3 > *:nth-child(2n+1), .c1_11p.defaultGrid8_4 > *:nth-child(2n+1), .c1_11p.defaultGrid7_5 > *:nth-child(2n+1), .c1_11p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_11p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_11p.summary > *:nth-child(2n+1), .col2.c1_11p.defaultGrid363 > *:nth-child(2n+1), .col2.c1_11p.defaultGrid333 > *:nth-child(2n+1), .col2.c1_11p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_11p.defaultGrid246 > *:nth-child(2n+1), .c1_11p.defaultGrid4_8 > *:nth-child(2n+1), .c1_11p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.col2.c1_12p > *:nth-child(2n+1), #fulldocs > *:nth-child(2n+1), .defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .summary > *:nth-child(2n+1), .inteplannengroupage .header .summary > *:nth-child(2n+1), .col2.defaultGrid363 > *:nth-child(2n+1), .col2.defaultGrid333 > *:nth-child(2n+1), .col2.defaultGrid336 > *:nth-child(2n+1), .col2.defaultGrid246 > *:nth-child(2n+1), .defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid3_9 > *:nth-child(2n+1) {
    width: 100% !important;
  }
  .row.col2.c2_1p > *:nth-child(2n+2), .c2_1p#fulldocs > *:nth-child(2n+2), .c2_1p.defaultGrid9_3 > *:nth-child(2n+2), .c2_1p.defaultGrid8_4 > *:nth-child(2n+2), .c2_1p.defaultGrid7_5 > *:nth-child(2n+2), .c2_1p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_1p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_1p.summary > *:nth-child(2n+2), .col2.c2_1p.defaultGrid363 > *:nth-child(2n+2), .col2.c2_1p.defaultGrid333 > *:nth-child(2n+2), .col2.c2_1p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_1p.defaultGrid246 > *:nth-child(2n+2), .c2_1p.defaultGrid4_8 > *:nth-child(2n+2), .c2_1p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.col2.c2_2p > *:nth-child(2n+2), .c2_2p#fulldocs > *:nth-child(2n+2), .c2_2p.defaultGrid9_3 > *:nth-child(2n+2), .c2_2p.defaultGrid8_4 > *:nth-child(2n+2), .c2_2p.defaultGrid7_5 > *:nth-child(2n+2), .c2_2p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_2p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_2p.summary > *:nth-child(2n+2), .col2.c2_2p.defaultGrid363 > *:nth-child(2n+2), .col2.c2_2p.defaultGrid333 > *:nth-child(2n+2), .col2.c2_2p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_2p.defaultGrid246 > *:nth-child(2n+2), .c2_2p.defaultGrid4_8 > *:nth-child(2n+2), .c2_2p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.col2.c2_3p > *:nth-child(2n+2), .c2_3p#fulldocs > *:nth-child(2n+2), .c2_3p.defaultGrid9_3 > *:nth-child(2n+2), .c2_3p.defaultGrid8_4 > *:nth-child(2n+2), .c2_3p.defaultGrid7_5 > *:nth-child(2n+2), .c2_3p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_3p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_3p.summary > *:nth-child(2n+2), .col2.c2_3p.defaultGrid363 > *:nth-child(2n+2), .col2.c2_3p.defaultGrid333 > *:nth-child(2n+2), .col2.c2_3p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_3p.defaultGrid246 > *:nth-child(2n+2), .c2_3p.defaultGrid4_8 > *:nth-child(2n+2), .c2_3p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.col2.c2_4p > *:nth-child(2n+2), .c2_4p#fulldocs > *:nth-child(2n+2), .c2_4p.defaultGrid9_3 > *:nth-child(2n+2), .c2_4p.defaultGrid8_4 > *:nth-child(2n+2), .c2_4p.defaultGrid7_5 > *:nth-child(2n+2), .c2_4p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_4p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_4p.summary > *:nth-child(2n+2), .col2.c2_4p.defaultGrid363 > *:nth-child(2n+2), .col2.c2_4p.defaultGrid333 > *:nth-child(2n+2), .col2.c2_4p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_4p.defaultGrid246 > *:nth-child(2n+2), .c2_4p.defaultGrid4_8 > *:nth-child(2n+2), .c2_4p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.col2.c2_5p > *:nth-child(2n+2), .c2_5p#fulldocs > *:nth-child(2n+2), .c2_5p.defaultGrid9_3 > *:nth-child(2n+2), .c2_5p.defaultGrid8_4 > *:nth-child(2n+2), .c2_5p.defaultGrid7_5 > *:nth-child(2n+2), .c2_5p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_5p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_5p.summary > *:nth-child(2n+2), .col2.c2_5p.defaultGrid363 > *:nth-child(2n+2), .col2.c2_5p.defaultGrid333 > *:nth-child(2n+2), .col2.c2_5p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_5p.defaultGrid246 > *:nth-child(2n+2), .c2_5p.defaultGrid4_8 > *:nth-child(2n+2), .c2_5p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.col2.c2_6p > *:nth-child(2n+2), .c2_6p#fulldocs > *:nth-child(2n+2), .c2_6p.defaultGrid9_3 > *:nth-child(2n+2), .c2_6p.defaultGrid8_4 > *:nth-child(2n+2), .c2_6p.defaultGrid7_5 > *:nth-child(2n+2), .c2_6p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_6p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_6p.summary > *:nth-child(2n+2), .col2.c2_6p.defaultGrid363 > *:nth-child(2n+2), .col2.c2_6p.defaultGrid333 > *:nth-child(2n+2), .col2.c2_6p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_6p.defaultGrid246 > *:nth-child(2n+2), .c2_6p.defaultGrid4_8 > *:nth-child(2n+2), .c2_6p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.col2.c2_7p > *:nth-child(2n+2), .c2_7p#fulldocs > *:nth-child(2n+2), .c2_7p.defaultGrid9_3 > *:nth-child(2n+2), .c2_7p.defaultGrid8_4 > *:nth-child(2n+2), .c2_7p.defaultGrid7_5 > *:nth-child(2n+2), .c2_7p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_7p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_7p.summary > *:nth-child(2n+2), .col2.c2_7p.defaultGrid363 > *:nth-child(2n+2), .col2.c2_7p.defaultGrid333 > *:nth-child(2n+2), .col2.c2_7p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_7p.defaultGrid246 > *:nth-child(2n+2), .c2_7p.defaultGrid4_8 > *:nth-child(2n+2), .c2_7p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.col2.c2_8p > *:nth-child(2n+2), .c2_8p#fulldocs > *:nth-child(2n+2), .c2_8p.defaultGrid9_3 > *:nth-child(2n+2), .c2_8p.defaultGrid8_4 > *:nth-child(2n+2), .c2_8p.defaultGrid7_5 > *:nth-child(2n+2), .c2_8p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_8p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_8p.summary > *:nth-child(2n+2), .col2.c2_8p.defaultGrid363 > *:nth-child(2n+2), .col2.c2_8p.defaultGrid333 > *:nth-child(2n+2), .col2.c2_8p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_8p.defaultGrid246 > *:nth-child(2n+2), .c2_8p.defaultGrid4_8 > *:nth-child(2n+2), .c2_8p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.col2.c2_9p > *:nth-child(2n+2), .c2_9p#fulldocs > *:nth-child(2n+2), .c2_9p.defaultGrid9_3 > *:nth-child(2n+2), .c2_9p.defaultGrid8_4 > *:nth-child(2n+2), .c2_9p.defaultGrid7_5 > *:nth-child(2n+2), .c2_9p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_9p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_9p.summary > *:nth-child(2n+2), .col2.c2_9p.defaultGrid363 > *:nth-child(2n+2), .col2.c2_9p.defaultGrid333 > *:nth-child(2n+2), .col2.c2_9p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_9p.defaultGrid246 > *:nth-child(2n+2), .c2_9p.defaultGrid4_8 > *:nth-child(2n+2), .c2_9p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.col2.c2_10p > *:nth-child(2n+2), .c2_10p#fulldocs > *:nth-child(2n+2), .c2_10p.defaultGrid9_3 > *:nth-child(2n+2), .c2_10p.defaultGrid8_4 > *:nth-child(2n+2), .c2_10p.defaultGrid7_5 > *:nth-child(2n+2), .c2_10p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_10p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_10p.summary > *:nth-child(2n+2), .col2.c2_10p.defaultGrid363 > *:nth-child(2n+2), .col2.c2_10p.defaultGrid333 > *:nth-child(2n+2), .col2.c2_10p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_10p.defaultGrid246 > *:nth-child(2n+2), .c2_10p.defaultGrid4_8 > *:nth-child(2n+2), .c2_10p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.col2.c2_11p > *:nth-child(2n+2), #fulldocs > *:nth-child(2n+2), .c2_11p.defaultGrid9_3 > *:nth-child(2n+2), .c2_11p.defaultGrid8_4 > *:nth-child(2n+2), .c2_11p.defaultGrid7_5 > *:nth-child(2n+2), .c2_11p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_11p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_11p.summary > *:nth-child(2n+2), .col2.c2_11p.defaultGrid363 > *:nth-child(2n+2), .col2.c2_11p.defaultGrid333 > *:nth-child(2n+2), .col2.c2_11p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_11p.defaultGrid246 > *:nth-child(2n+2), .c2_11p.defaultGrid4_8 > *:nth-child(2n+2), .c2_11p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.col2.c2_12p > *:nth-child(2n+2), .c2_12p#fulldocs > *:nth-child(2n+2), .defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .summary > *:nth-child(2n+2), .inteplannengroupage .header .summary > *:nth-child(2n+2), .col2.defaultGrid363 > *:nth-child(2n+2), .defaultGrid363#fulldocs > *:nth-child(2n+2), .col2.defaultGrid333 > *:nth-child(2n+2), .defaultGrid333#fulldocs > *:nth-child(2n+2), .col2.defaultGrid336 > *:nth-child(2n+2), .defaultGrid336#fulldocs > *:nth-child(2n+2), .col2.defaultGrid246 > *:nth-child(2n+2), .defaultGrid246#fulldocs > *:nth-child(2n+2), .defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid3_9 > *:nth-child(2n+2) {
    width: 100% !important;
  }
  .row.col2.c3_1p > *:nth-child(2n+3), .c3_1p#fulldocs > *:nth-child(2n+3), .c3_1p.defaultGrid9_3 > *:nth-child(2n+3), .c3_1p.defaultGrid8_4 > *:nth-child(2n+3), .c3_1p.defaultGrid7_5 > *:nth-child(2n+3), .c3_1p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_1p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_1p.summary > *:nth-child(2n+3), .col2.c3_1p.defaultGrid363 > *:nth-child(2n+3), .col2.c3_1p.defaultGrid333 > *:nth-child(2n+3), .col2.c3_1p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_1p.defaultGrid246 > *:nth-child(2n+3), .c3_1p.defaultGrid4_8 > *:nth-child(2n+3), .c3_1p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.col2.c3_2p > *:nth-child(2n+3), .c3_2p#fulldocs > *:nth-child(2n+3), .c3_2p.defaultGrid9_3 > *:nth-child(2n+3), .c3_2p.defaultGrid8_4 > *:nth-child(2n+3), .c3_2p.defaultGrid7_5 > *:nth-child(2n+3), .c3_2p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_2p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_2p.summary > *:nth-child(2n+3), .col2.c3_2p.defaultGrid363 > *:nth-child(2n+3), .col2.c3_2p.defaultGrid333 > *:nth-child(2n+3), .col2.c3_2p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_2p.defaultGrid246 > *:nth-child(2n+3), .c3_2p.defaultGrid4_8 > *:nth-child(2n+3), .c3_2p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.col2.c3_3p > *:nth-child(2n+3), .c3_3p#fulldocs > *:nth-child(2n+3), .c3_3p.defaultGrid9_3 > *:nth-child(2n+3), .c3_3p.defaultGrid8_4 > *:nth-child(2n+3), .c3_3p.defaultGrid7_5 > *:nth-child(2n+3), .c3_3p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_3p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_3p.summary > *:nth-child(2n+3), .col2.c3_3p.defaultGrid363 > *:nth-child(2n+3), .col2.c3_3p.defaultGrid333 > *:nth-child(2n+3), .col2.c3_3p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_3p.defaultGrid246 > *:nth-child(2n+3), .c3_3p.defaultGrid4_8 > *:nth-child(2n+3), .c3_3p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.col2.c3_4p > *:nth-child(2n+3), .c3_4p#fulldocs > *:nth-child(2n+3), .c3_4p.defaultGrid9_3 > *:nth-child(2n+3), .c3_4p.defaultGrid8_4 > *:nth-child(2n+3), .c3_4p.defaultGrid7_5 > *:nth-child(2n+3), .c3_4p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_4p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_4p.summary > *:nth-child(2n+3), .col2.c3_4p.defaultGrid363 > *:nth-child(2n+3), .col2.c3_4p.defaultGrid333 > *:nth-child(2n+3), .col2.c3_4p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_4p.defaultGrid246 > *:nth-child(2n+3), .c3_4p.defaultGrid4_8 > *:nth-child(2n+3), .c3_4p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.col2.c3_5p > *:nth-child(2n+3), .c3_5p#fulldocs > *:nth-child(2n+3), .c3_5p.defaultGrid9_3 > *:nth-child(2n+3), .c3_5p.defaultGrid8_4 > *:nth-child(2n+3), .c3_5p.defaultGrid7_5 > *:nth-child(2n+3), .c3_5p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_5p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_5p.summary > *:nth-child(2n+3), .col2.c3_5p.defaultGrid363 > *:nth-child(2n+3), .col2.c3_5p.defaultGrid333 > *:nth-child(2n+3), .col2.c3_5p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_5p.defaultGrid246 > *:nth-child(2n+3), .c3_5p.defaultGrid4_8 > *:nth-child(2n+3), .c3_5p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.col2.c3_6p > *:nth-child(2n+3), .c3_6p#fulldocs > *:nth-child(2n+3), .c3_6p.defaultGrid9_3 > *:nth-child(2n+3), .c3_6p.defaultGrid8_4 > *:nth-child(2n+3), .c3_6p.defaultGrid7_5 > *:nth-child(2n+3), .c3_6p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_6p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_6p.summary > *:nth-child(2n+3), .col2.c3_6p.defaultGrid363 > *:nth-child(2n+3), .col2.c3_6p.defaultGrid333 > *:nth-child(2n+3), .col2.c3_6p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_6p.defaultGrid246 > *:nth-child(2n+3), .c3_6p.defaultGrid4_8 > *:nth-child(2n+3), .c3_6p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.col2.c3_7p > *:nth-child(2n+3), .c3_7p#fulldocs > *:nth-child(2n+3), .c3_7p.defaultGrid9_3 > *:nth-child(2n+3), .c3_7p.defaultGrid8_4 > *:nth-child(2n+3), .c3_7p.defaultGrid7_5 > *:nth-child(2n+3), .c3_7p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_7p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_7p.summary > *:nth-child(2n+3), .col2.c3_7p.defaultGrid363 > *:nth-child(2n+3), .col2.c3_7p.defaultGrid333 > *:nth-child(2n+3), .col2.c3_7p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_7p.defaultGrid246 > *:nth-child(2n+3), .c3_7p.defaultGrid4_8 > *:nth-child(2n+3), .c3_7p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.col2.c3_8p > *:nth-child(2n+3), .c3_8p#fulldocs > *:nth-child(2n+3), .c3_8p.defaultGrid9_3 > *:nth-child(2n+3), .c3_8p.defaultGrid8_4 > *:nth-child(2n+3), .c3_8p.defaultGrid7_5 > *:nth-child(2n+3), .c3_8p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_8p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_8p.summary > *:nth-child(2n+3), .col2.c3_8p.defaultGrid363 > *:nth-child(2n+3), .col2.c3_8p.defaultGrid333 > *:nth-child(2n+3), .col2.c3_8p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_8p.defaultGrid246 > *:nth-child(2n+3), .c3_8p.defaultGrid4_8 > *:nth-child(2n+3), .c3_8p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.col2.c3_9p > *:nth-child(2n+3), .c3_9p#fulldocs > *:nth-child(2n+3), .c3_9p.defaultGrid9_3 > *:nth-child(2n+3), .c3_9p.defaultGrid8_4 > *:nth-child(2n+3), .c3_9p.defaultGrid7_5 > *:nth-child(2n+3), .c3_9p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_9p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_9p.summary > *:nth-child(2n+3), .col2.c3_9p.defaultGrid363 > *:nth-child(2n+3), .col2.c3_9p.defaultGrid333 > *:nth-child(2n+3), .col2.c3_9p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_9p.defaultGrid246 > *:nth-child(2n+3), .c3_9p.defaultGrid4_8 > *:nth-child(2n+3), .c3_9p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.col2.c3_10p > *:nth-child(2n+3), .c3_10p#fulldocs > *:nth-child(2n+3), .c3_10p.defaultGrid9_3 > *:nth-child(2n+3), .c3_10p.defaultGrid8_4 > *:nth-child(2n+3), .c3_10p.defaultGrid7_5 > *:nth-child(2n+3), .c3_10p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_10p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_10p.summary > *:nth-child(2n+3), .col2.c3_10p.defaultGrid363 > *:nth-child(2n+3), .col2.c3_10p.defaultGrid333 > *:nth-child(2n+3), .col2.c3_10p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_10p.defaultGrid246 > *:nth-child(2n+3), .c3_10p.defaultGrid4_8 > *:nth-child(2n+3), .c3_10p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.col2.c3_11p > *:nth-child(2n+3), .c3_11p#fulldocs > *:nth-child(2n+3), .c3_11p.defaultGrid9_3 > *:nth-child(2n+3), .c3_11p.defaultGrid8_4 > *:nth-child(2n+3), .c3_11p.defaultGrid7_5 > *:nth-child(2n+3), .c3_11p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_11p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_11p.summary > *:nth-child(2n+3), .col2.c3_11p.defaultGrid363 > *:nth-child(2n+3), .col2.c3_11p.defaultGrid333 > *:nth-child(2n+3), .col2.c3_11p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_11p.defaultGrid246 > *:nth-child(2n+3), .c3_11p.defaultGrid4_8 > *:nth-child(2n+3), .c3_11p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.col2.c3_12p > *:nth-child(2n+3), .c3_12p#fulldocs > *:nth-child(2n+3), .c3_12p.defaultGrid9_3 > *:nth-child(2n+3), .c3_12p.defaultGrid8_4 > *:nth-child(2n+3), .c3_12p.defaultGrid7_5 > *:nth-child(2n+3), .c3_12p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_12p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_12p.summary > *:nth-child(2n+3), .col2.defaultGrid363 > *:nth-child(2n+3), .defaultGrid363#fulldocs > *:nth-child(2n+3), .defaultGrid363.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid363.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid363.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid363.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid363.summary > *:nth-child(2n+3), .col2.defaultGrid333 > *:nth-child(2n+3), .defaultGrid333#fulldocs > *:nth-child(2n+3), .defaultGrid333.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid333.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid333.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid333.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(2n+3), .col2.defaultGrid336 > *:nth-child(2n+3), .defaultGrid336#fulldocs > *:nth-child(2n+3), .defaultGrid336.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid336.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid336.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid336.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(2n+3), .col2.defaultGrid246 > *:nth-child(2n+3), .defaultGrid246#fulldocs > *:nth-child(2n+3), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid246.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+3), .c3_12p.defaultGrid4_8 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid363 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid333 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid336 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .c3_12p.defaultGrid3_9 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid363 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid333 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid336 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: 100% !important;
  }
  .row.col3.c1_1p > *:nth-child(3n+1), .col3.c1_1p#fulldocs > *:nth-child(3n+1), .col3.c1_1p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_1p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_1p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_1p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_1p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_1p.summary > *:nth-child(3n+1), .c1_1p.defaultGrid363 > *:nth-child(3n+1), .c1_1p.defaultGrid333 > *:nth-child(3n+1), .c1_1p.defaultGrid336 > *:nth-child(3n+1), .c1_1p.defaultGrid246 > *:nth-child(3n+1), .col3.c1_1p.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_1p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.col3.c1_2p > *:nth-child(3n+1), .col3.c1_2p#fulldocs > *:nth-child(3n+1), .col3.c1_2p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_2p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_2p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_2p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_2p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_2p.summary > *:nth-child(3n+1), .c1_2p.defaultGrid363 > *:nth-child(3n+1), .c1_2p.defaultGrid333 > *:nth-child(3n+1), .c1_2p.defaultGrid336 > *:nth-child(3n+1), .c1_2p.defaultGrid246 > *:nth-child(3n+1), .col3.c1_2p.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_2p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.col3.c1_3p > *:nth-child(3n+1), .col3.c1_3p#fulldocs > *:nth-child(3n+1), .col3.c1_3p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_3p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_3p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_3p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_3p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_3p.summary > *:nth-child(3n+1), .c1_3p.defaultGrid363 > *:nth-child(3n+1), .c1_3p.defaultGrid333 > *:nth-child(3n+1), .c1_3p.defaultGrid336 > *:nth-child(3n+1), .c1_3p.defaultGrid246 > *:nth-child(3n+1), .col3.c1_3p.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_3p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.col3.c1_4p > *:nth-child(3n+1), .col3.c1_4p#fulldocs > *:nth-child(3n+1), .col3.c1_4p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_4p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_4p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_4p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_4p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_4p.summary > *:nth-child(3n+1), .c1_4p.defaultGrid363 > *:nth-child(3n+1), .c1_4p.defaultGrid333 > *:nth-child(3n+1), .c1_4p.defaultGrid336 > *:nth-child(3n+1), .c1_4p.defaultGrid246 > *:nth-child(3n+1), .col3.c1_4p.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_4p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.col3.c1_5p > *:nth-child(3n+1), .col3.c1_5p#fulldocs > *:nth-child(3n+1), .col3.c1_5p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_5p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_5p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_5p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_5p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_5p.summary > *:nth-child(3n+1), .c1_5p.defaultGrid363 > *:nth-child(3n+1), .c1_5p.defaultGrid333 > *:nth-child(3n+1), .c1_5p.defaultGrid336 > *:nth-child(3n+1), .c1_5p.defaultGrid246 > *:nth-child(3n+1), .col3.c1_5p.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_5p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.col3.c1_6p > *:nth-child(3n+1), .col3.c1_6p#fulldocs > *:nth-child(3n+1), .col3.c1_6p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_6p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_6p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_6p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_6p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_6p.summary > *:nth-child(3n+1), .c1_6p.defaultGrid363 > *:nth-child(3n+1), .c1_6p.defaultGrid333 > *:nth-child(3n+1), .c1_6p.defaultGrid336 > *:nth-child(3n+1), .c1_6p.defaultGrid246 > *:nth-child(3n+1), .col3.c1_6p.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_6p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.col3.c1_7p > *:nth-child(3n+1), .col3.c1_7p#fulldocs > *:nth-child(3n+1), .col3.c1_7p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_7p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_7p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_7p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_7p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_7p.summary > *:nth-child(3n+1), .c1_7p.defaultGrid363 > *:nth-child(3n+1), .c1_7p.defaultGrid333 > *:nth-child(3n+1), .c1_7p.defaultGrid336 > *:nth-child(3n+1), .c1_7p.defaultGrid246 > *:nth-child(3n+1), .col3.c1_7p.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_7p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.col3.c1_8p > *:nth-child(3n+1), .col3.c1_8p#fulldocs > *:nth-child(3n+1), .col3.c1_8p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_8p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_8p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_8p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_8p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_8p.summary > *:nth-child(3n+1), .c1_8p.defaultGrid363 > *:nth-child(3n+1), .c1_8p.defaultGrid333 > *:nth-child(3n+1), .c1_8p.defaultGrid336 > *:nth-child(3n+1), .c1_8p.defaultGrid246 > *:nth-child(3n+1), .col3.c1_8p.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_8p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.col3.c1_9p > *:nth-child(3n+1), .col3.c1_9p#fulldocs > *:nth-child(3n+1), .col3.c1_9p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_9p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_9p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_9p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_9p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_9p.summary > *:nth-child(3n+1), .c1_9p.defaultGrid363 > *:nth-child(3n+1), .c1_9p.defaultGrid333 > *:nth-child(3n+1), .c1_9p.defaultGrid336 > *:nth-child(3n+1), .c1_9p.defaultGrid246 > *:nth-child(3n+1), .col3.c1_9p.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_9p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.col3.c1_10p > *:nth-child(3n+1), .col3.c1_10p#fulldocs > *:nth-child(3n+1), .col3.c1_10p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_10p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_10p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_10p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_10p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_10p.summary > *:nth-child(3n+1), .c1_10p.defaultGrid363 > *:nth-child(3n+1), .c1_10p.defaultGrid333 > *:nth-child(3n+1), .c1_10p.defaultGrid336 > *:nth-child(3n+1), .c1_10p.defaultGrid246 > *:nth-child(3n+1), .col3.c1_10p.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_10p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.col3.c1_11p > *:nth-child(3n+1), .col3.c1_11p#fulldocs > *:nth-child(3n+1), .col3.c1_11p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_11p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_11p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_11p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_11p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_11p.summary > *:nth-child(3n+1), .c1_11p.defaultGrid363 > *:nth-child(3n+1), .c1_11p.defaultGrid333 > *:nth-child(3n+1), .c1_11p.defaultGrid336 > *:nth-child(3n+1), .c1_11p.defaultGrid246 > *:nth-child(3n+1), .col3.c1_11p.defaultGrid4_8 > *:nth-child(3n+1), .col3.c1_11p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.col3.c1_12p > *:nth-child(3n+1), .col3#fulldocs > *:nth-child(3n+1), .col3.defaultGrid9_3 > *:nth-child(3n+1), .col3.defaultGrid8_4 > *:nth-child(3n+1), .col3.defaultGrid7_5 > *:nth-child(3n+1), .col3.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.summary > *:nth-child(3n+1), .defaultGrid363 > *:nth-child(3n+1), .defaultGrid333 > *:nth-child(3n+1), .defaultGrid336 > *:nth-child(3n+1), .defaultGrid246 > *:nth-child(3n+1), .col3.defaultGrid4_8 > *:nth-child(3n+1), .col3.defaultGrid3_9 > *:nth-child(3n+1) {
    width: 100% !important;
  }
  .row.col3.c2_1p > *:nth-child(3n+2), .col3.c2_1p#fulldocs > *:nth-child(3n+2), .col3.c2_1p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_1p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_1p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_1p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_1p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_1p.summary > *:nth-child(3n+2), .c2_1p.defaultGrid363 > *:nth-child(3n+2), .c2_1p.defaultGrid333 > *:nth-child(3n+2), .c2_1p.defaultGrid336 > *:nth-child(3n+2), .c2_1p.defaultGrid246 > *:nth-child(3n+2), .col3.c2_1p.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_1p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.col3.c2_2p > *:nth-child(3n+2), .col3.c2_2p#fulldocs > *:nth-child(3n+2), .col3.c2_2p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_2p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_2p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_2p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_2p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_2p.summary > *:nth-child(3n+2), .c2_2p.defaultGrid363 > *:nth-child(3n+2), .c2_2p.defaultGrid333 > *:nth-child(3n+2), .c2_2p.defaultGrid336 > *:nth-child(3n+2), .c2_2p.defaultGrid246 > *:nth-child(3n+2), .col3.c2_2p.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_2p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.col3.c2_3p > *:nth-child(3n+2), .col3.c2_3p#fulldocs > *:nth-child(3n+2), .col3.c2_3p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_3p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_3p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_3p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_3p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_3p.summary > *:nth-child(3n+2), .c2_3p.defaultGrid363 > *:nth-child(3n+2), .c2_3p.defaultGrid333 > *:nth-child(3n+2), .c2_3p.defaultGrid336 > *:nth-child(3n+2), .c2_3p.defaultGrid246 > *:nth-child(3n+2), .col3.c2_3p.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_3p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.col3.c2_4p > *:nth-child(3n+2), .col3.c2_4p#fulldocs > *:nth-child(3n+2), .col3.c2_4p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_4p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_4p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_4p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_4p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_4p.summary > *:nth-child(3n+2), .c2_4p.defaultGrid363 > *:nth-child(3n+2), .c2_4p.defaultGrid333 > *:nth-child(3n+2), .c2_4p.defaultGrid336 > *:nth-child(3n+2), .c2_4p.defaultGrid246 > *:nth-child(3n+2), .col3.c2_4p.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_4p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.col3.c2_5p > *:nth-child(3n+2), .col3.c2_5p#fulldocs > *:nth-child(3n+2), .col3.c2_5p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_5p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_5p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_5p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_5p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_5p.summary > *:nth-child(3n+2), .c2_5p.defaultGrid363 > *:nth-child(3n+2), .c2_5p.defaultGrid333 > *:nth-child(3n+2), .c2_5p.defaultGrid336 > *:nth-child(3n+2), .c2_5p.defaultGrid246 > *:nth-child(3n+2), .col3.c2_5p.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_5p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.col3.c2_6p > *:nth-child(3n+2), .col3.c2_6p#fulldocs > *:nth-child(3n+2), .col3.c2_6p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_6p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_6p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_6p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_6p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_6p.summary > *:nth-child(3n+2), .c2_6p.defaultGrid363 > *:nth-child(3n+2), .c2_6p.defaultGrid333 > *:nth-child(3n+2), .c2_6p.defaultGrid336 > *:nth-child(3n+2), .c2_6p.defaultGrid246 > *:nth-child(3n+2), .col3.c2_6p.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_6p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.col3.c2_7p > *:nth-child(3n+2), .col3.c2_7p#fulldocs > *:nth-child(3n+2), .col3.c2_7p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_7p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_7p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_7p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_7p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_7p.summary > *:nth-child(3n+2), .c2_7p.defaultGrid363 > *:nth-child(3n+2), .c2_7p.defaultGrid333 > *:nth-child(3n+2), .c2_7p.defaultGrid336 > *:nth-child(3n+2), .c2_7p.defaultGrid246 > *:nth-child(3n+2), .col3.c2_7p.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_7p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.col3.c2_8p > *:nth-child(3n+2), .col3.c2_8p#fulldocs > *:nth-child(3n+2), .col3.c2_8p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_8p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_8p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_8p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_8p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_8p.summary > *:nth-child(3n+2), .c2_8p.defaultGrid363 > *:nth-child(3n+2), .c2_8p.defaultGrid333 > *:nth-child(3n+2), .c2_8p.defaultGrid336 > *:nth-child(3n+2), .c2_8p.defaultGrid246 > *:nth-child(3n+2), .col3.c2_8p.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_8p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.col3.c2_9p > *:nth-child(3n+2), .col3.c2_9p#fulldocs > *:nth-child(3n+2), .col3.c2_9p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_9p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_9p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_9p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_9p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_9p.summary > *:nth-child(3n+2), .c2_9p.defaultGrid363 > *:nth-child(3n+2), .c2_9p.defaultGrid333 > *:nth-child(3n+2), .c2_9p.defaultGrid336 > *:nth-child(3n+2), .c2_9p.defaultGrid246 > *:nth-child(3n+2), .col3.c2_9p.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_9p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.col3.c2_10p > *:nth-child(3n+2), .col3.c2_10p#fulldocs > *:nth-child(3n+2), .col3.c2_10p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_10p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_10p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_10p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_10p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_10p.summary > *:nth-child(3n+2), .c2_10p.defaultGrid363 > *:nth-child(3n+2), .c2_10p.defaultGrid333 > *:nth-child(3n+2), .c2_10p.defaultGrid336 > *:nth-child(3n+2), .c2_10p.defaultGrid246 > *:nth-child(3n+2), .col3.c2_10p.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_10p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.col3.c2_11p > *:nth-child(3n+2), .col3#fulldocs > *:nth-child(3n+2), .col3.c2_11p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_11p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_11p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_11p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_11p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_11p.summary > *:nth-child(3n+2), .c2_11p.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_11p.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_11p.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_11p.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246#fulldocs > *:nth-child(3n+2), .col3.c2_11p.defaultGrid4_8 > *:nth-child(3n+2), .col3.c2_11p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.col3.c2_12p > *:nth-child(3n+2), .col3.c2_12p#fulldocs > *:nth-child(3n+2), .col3.defaultGrid9_3 > *:nth-child(3n+2), .col3.defaultGrid8_4 > *:nth-child(3n+2), .col3.defaultGrid7_5 > *:nth-child(3n+2), .col3.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.summary > *:nth-child(3n+2), .defaultGrid363 > *:nth-child(3n+2), .defaultGrid333 > *:nth-child(3n+2), .defaultGrid336 > *:nth-child(3n+2), .defaultGrid246 > *:nth-child(3n+2), .col3.defaultGrid4_8 > *:nth-child(3n+2), .col3.defaultGrid3_9 > *:nth-child(3n+2) {
    width: 100% !important;
  }
  .row.col3.c3_1p > *:nth-child(3n+3), .col3.c3_1p#fulldocs > *:nth-child(3n+3), .col3.c3_1p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_1p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_1p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_1p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_1p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_1p.summary > *:nth-child(3n+3), .c3_1p.defaultGrid363 > *:nth-child(3n+3), .c3_1p.defaultGrid333 > *:nth-child(3n+3), .c3_1p.defaultGrid336 > *:nth-child(3n+3), .c3_1p.defaultGrid246 > *:nth-child(3n+3), .col3.c3_1p.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_1p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.col3.c3_2p > *:nth-child(3n+3), .col3.c3_2p#fulldocs > *:nth-child(3n+3), .col3.c3_2p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_2p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_2p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_2p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_2p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_2p.summary > *:nth-child(3n+3), .c3_2p.defaultGrid363 > *:nth-child(3n+3), .c3_2p.defaultGrid333 > *:nth-child(3n+3), .c3_2p.defaultGrid336 > *:nth-child(3n+3), .c3_2p.defaultGrid246 > *:nth-child(3n+3), .col3.c3_2p.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_2p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.col3.c3_3p > *:nth-child(3n+3), .col3.c3_3p#fulldocs > *:nth-child(3n+3), .col3.c3_3p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_3p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_3p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_3p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_3p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_3p.summary > *:nth-child(3n+3), .c3_3p.defaultGrid363 > *:nth-child(3n+3), .c3_3p.defaultGrid333 > *:nth-child(3n+3), .c3_3p.defaultGrid336 > *:nth-child(3n+3), .c3_3p.defaultGrid246 > *:nth-child(3n+3), .col3.c3_3p.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_3p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.col3.c3_4p > *:nth-child(3n+3), .col3.c3_4p#fulldocs > *:nth-child(3n+3), .col3.c3_4p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_4p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_4p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_4p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_4p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_4p.summary > *:nth-child(3n+3), .c3_4p.defaultGrid363 > *:nth-child(3n+3), .c3_4p.defaultGrid333 > *:nth-child(3n+3), .c3_4p.defaultGrid336 > *:nth-child(3n+3), .c3_4p.defaultGrid246 > *:nth-child(3n+3), .col3.c3_4p.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_4p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.col3.c3_5p > *:nth-child(3n+3), .col3.c3_5p#fulldocs > *:nth-child(3n+3), .col3.c3_5p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_5p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_5p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_5p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_5p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_5p.summary > *:nth-child(3n+3), .c3_5p.defaultGrid363 > *:nth-child(3n+3), .c3_5p.defaultGrid333 > *:nth-child(3n+3), .c3_5p.defaultGrid336 > *:nth-child(3n+3), .c3_5p.defaultGrid246 > *:nth-child(3n+3), .col3.c3_5p.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_5p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.col3.c3_6p > *:nth-child(3n+3), .col3.c3_6p#fulldocs > *:nth-child(3n+3), .col3.c3_6p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_6p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_6p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_6p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_6p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_6p.summary > *:nth-child(3n+3), .c3_6p.defaultGrid363 > *:nth-child(3n+3), .c3_6p.defaultGrid333 > *:nth-child(3n+3), .c3_6p.defaultGrid336 > *:nth-child(3n+3), .c3_6p.defaultGrid246 > *:nth-child(3n+3), .col3.c3_6p.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_6p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.col3.c3_7p > *:nth-child(3n+3), .col3.c3_7p#fulldocs > *:nth-child(3n+3), .col3.c3_7p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_7p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_7p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_7p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_7p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_7p.summary > *:nth-child(3n+3), .c3_7p.defaultGrid363 > *:nth-child(3n+3), .c3_7p.defaultGrid333 > *:nth-child(3n+3), .c3_7p.defaultGrid336 > *:nth-child(3n+3), .c3_7p.defaultGrid246 > *:nth-child(3n+3), .col3.c3_7p.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_7p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.col3.c3_8p > *:nth-child(3n+3), .col3.c3_8p#fulldocs > *:nth-child(3n+3), .col3.c3_8p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_8p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_8p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_8p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_8p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_8p.summary > *:nth-child(3n+3), .c3_8p.defaultGrid363 > *:nth-child(3n+3), .c3_8p.defaultGrid333 > *:nth-child(3n+3), .c3_8p.defaultGrid336 > *:nth-child(3n+3), .c3_8p.defaultGrid246 > *:nth-child(3n+3), .col3.c3_8p.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_8p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.col3.c3_9p > *:nth-child(3n+3), .col3.c3_9p#fulldocs > *:nth-child(3n+3), .col3.c3_9p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_9p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_9p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_9p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_9p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_9p.summary > *:nth-child(3n+3), .c3_9p.defaultGrid363 > *:nth-child(3n+3), .c3_9p.defaultGrid333 > *:nth-child(3n+3), .c3_9p.defaultGrid336 > *:nth-child(3n+3), .c3_9p.defaultGrid246 > *:nth-child(3n+3), .col3.c3_9p.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_9p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.col3.c3_10p > *:nth-child(3n+3), .col3.c3_10p#fulldocs > *:nth-child(3n+3), .col3.c3_10p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_10p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_10p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_10p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_10p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_10p.summary > *:nth-child(3n+3), .c3_10p.defaultGrid363 > *:nth-child(3n+3), .c3_10p.defaultGrid333 > *:nth-child(3n+3), .c3_10p.defaultGrid336 > *:nth-child(3n+3), .c3_10p.defaultGrid246 > *:nth-child(3n+3), .col3.c3_10p.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_10p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.col3.c3_11p > *:nth-child(3n+3), .col3.c3_11p#fulldocs > *:nth-child(3n+3), .col3.c3_11p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_11p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_11p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_11p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_11p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_11p.summary > *:nth-child(3n+3), .c3_11p.defaultGrid363 > *:nth-child(3n+3), .c3_11p.defaultGrid333 > *:nth-child(3n+3), .c3_11p.defaultGrid336 > *:nth-child(3n+3), .c3_11p.defaultGrid246 > *:nth-child(3n+3), .col3.c3_11p.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_11p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.col3.c3_12p > *:nth-child(3n+3), .col3.c3_12p#fulldocs > *:nth-child(3n+3), .col3.c3_12p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_12p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_12p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_12p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_12p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_12p.summary > *:nth-child(3n+3), .defaultGrid363 > *:nth-child(3n+3), .defaultGrid333 > *:nth-child(3n+3), .defaultGrid336 > *:nth-child(3n+3), .defaultGrid246 > *:nth-child(3n+3), .col3.c3_12p.defaultGrid4_8 > *:nth-child(3n+3), .col3.c3_12p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: 100% !important;
  }
}
.row.gap1, .gap1#fulldocs, .gap1.defaultGrid9_3, .gap1.defaultGrid8_4, .gap1.defaultGrid7_5, .gap1.defaultGrid6_6, .groupagedetail .header .gap1.summary, .inteplannengroupage .header .gap1.summary, .gap1.defaultGrid363, .gap1.defaultGrid333, .gap1.defaultGrid336, .gap1.defaultGrid246, .gap1.defaultGrid4_8, .gap1.defaultGrid3_9 {
  grid-gap: 1rem;
}
.row.gap1.col1.c1_1 > *:nth-child(1n+1), .gap1.col1.c1_1#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_1.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_1.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_1.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_1.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_1.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_1.summary > *:nth-child(1n+1), .gap1.col1.c1_1.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_1.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_1.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_1.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_1.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_1.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
}
.row.gap1.col1.c1_2 > *:nth-child(1n+1), .gap1.col1.c1_2#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_2.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_2.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_2.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_2.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_2.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_2.summary > *:nth-child(1n+1), .gap1.col1.c1_2.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_2.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_2.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_2.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_2.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.row.gap1.col1.c1_3 > *:nth-child(1n+1), .gap1.col1.c1_3#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_3.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_3.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_3.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_3.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_3.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_3.summary > *:nth-child(1n+1), .gap1.col1.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_3.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_3.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_3.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
}
.row.gap1.col1.c1_4 > *:nth-child(1n+1), .gap1.col1.c1_4#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_4.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_4.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_4.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_4.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_4.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_4.summary > *:nth-child(1n+1), .gap1.col1.c1_4.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_4.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_4.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_4.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.row.gap1.col1.c1_5 > *:nth-child(1n+1), .gap1.col1.c1_5#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_5.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_5.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_5.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_5.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_5.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_5.summary > *:nth-child(1n+1), .gap1.col1.c1_5.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_5.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_5.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_5.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_5.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_5.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
}
.row.gap1.col1.c1_6 > *:nth-child(1n+1), .gap1.col1.c1_6#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_6.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_6.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_6.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.summary > *:nth-child(1n+1), .gap1.col1.c1_6.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_6.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_6.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_6.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_6.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_6.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.row.gap1.col1.c1_7 > *:nth-child(1n+1), .gap1.col1.c1_7#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_7.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_7.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_7.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_7.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_7.summary > *:nth-child(1n+1), .gap1.col1.c1_7.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_7.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_7.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_7.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_7.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_7.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
}
.row.gap1.col1.c1_8 > *:nth-child(1n+1), .gap1.col1.c1_8#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_8.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_8.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_8.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_8.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_8.summary > *:nth-child(1n+1), .gap1.col1.c1_8.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_8.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_8.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_8.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_8.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_8.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
.row.gap1.col1.c1_9 > *:nth-child(1n+1), .gap1.col1.c1_9#fulldocs > *:nth-child(1n+1), .gap1.col1.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_9.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_9.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_9.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_9.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_9.summary > *:nth-child(1n+1), .gap1.col1.c1_9.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_9.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_9.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_9.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_9.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_9.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
}
.row.gap1.col1.c1_10 > *:nth-child(1n+1), .gap1.col1.c1_10#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_10.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_10.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_10.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_10.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_10.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_10.summary > *:nth-child(1n+1), .gap1.col1.c1_10.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_10.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_10.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_10.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_10.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_10.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
.row.gap1.col1.c1_11 > *:nth-child(1n+1), .gap1.col1.c1_11#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_11.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_11.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_11.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_11.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_11.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_11.summary > *:nth-child(1n+1), .gap1.col1.c1_11.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_11.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_11.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_11.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_11.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_11.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
}
.row.gap1.col1.c1_12 > *:nth-child(1n+1), .gap1.col1#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_12.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_12.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_12.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_12.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_12.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_12.summary > *:nth-child(1n+1), .gap1.col1.c1_12.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_12.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_12.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_12.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_12.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_12.defaultGrid3_9 > *:nth-child(1n+1) {
  width: 100% !important;
}
.row.gap1.col1.c2_1 > *:nth-child(1n+2), .gap1.col1.c2_1#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_1.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_1.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_1.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_1.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_1.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_1.summary > *:nth-child(1n+2), .gap1.col1.c2_1.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_1.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_1.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_1.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_1.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_1.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
}
.row.gap1.col1.c2_2 > *:nth-child(1n+2), .gap1.col1.c2_2#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_2.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_2.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_2.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_2.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_2.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_2.summary > *:nth-child(1n+2), .gap1.col1.c2_2.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_2.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_2.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_2.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_2.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_2.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.row.gap1.col1.c2_3 > *:nth-child(1n+2), .gap1.col1.c2_3#fulldocs > *:nth-child(1n+2), .gap1.col1.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_3.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_3.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_3.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_3.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_3.summary > *:nth-child(1n+2), .gap1.col1.c2_3.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_3.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_3.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_3.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_3.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
}
.row.gap1.col1.c2_4 > *:nth-child(1n+2), .gap1.col1.c2_4#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_4.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_4.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_4.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_4.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_4.summary > *:nth-child(1n+2), .gap1.col1.c2_4.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_4.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_4.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_4.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.row.gap1.col1.c2_5 > *:nth-child(1n+2), .gap1.col1.c2_5#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_5.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_5.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_5.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_5.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_5.summary > *:nth-child(1n+2), .gap1.col1.c2_5.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_5.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_5.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_5.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_5.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_5.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
}
.row.gap1.col1.c2_6 > *:nth-child(1n+2), .gap1.col1.c2_6#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_6.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_6.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_6.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.summary > *:nth-child(1n+2), .gap1.col1.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_6.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_6.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_6.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_6.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_6.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.row.gap1.col1.c2_7 > *:nth-child(1n+2), .gap1.col1.c2_7#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_7.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_7.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_7.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_7.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_7.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_7.summary > *:nth-child(1n+2), .gap1.col1.c2_7.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_7.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_7.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_7.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_7.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_7.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
}
.row.gap1.col1.c2_8 > *:nth-child(1n+2), .gap1.col1.c2_8#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_8.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_8.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_8.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_8.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_8.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_8.summary > *:nth-child(1n+2), .gap1.col1.c2_8.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_8.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_8.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_8.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_8.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
.row.gap1.col1.c2_9 > *:nth-child(1n+2), .gap1.col1.c2_9#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_9.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_9.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_9.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_9.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_9.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_9.summary > *:nth-child(1n+2), .gap1.col1.c2_9.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_9.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_9.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_9.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_9.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
}
.row.gap1.col1.c2_10 > *:nth-child(1n+2), .gap1.col1.c2_10#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_10.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_10.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_10.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_10.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_10.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_10.summary > *:nth-child(1n+2), .gap1.col1.c2_10.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_10.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_10.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_10.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_10.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_10.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
.row.gap1.col1.c2_11 > *:nth-child(1n+2), .gap1.col1#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_11.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_11.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_11.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_11.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_11.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_11.summary > *:nth-child(1n+2), .gap1.col1.c2_11.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_11.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_11.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_11.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_11.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_11.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
}
.row.gap1.col1.c2_12 > *:nth-child(1n+2), .gap1.col1.c2_12#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_12.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_12.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_12.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_12.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_12.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_12.summary > *:nth-child(1n+2), .gap1.col1.c2_12.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_12.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_12.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_12.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_12.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_12.defaultGrid3_9 > *:nth-child(1n+2) {
  width: 100% !important;
}
.row.gap1.col1.c3_1 > *:nth-child(1n+3), .gap1.col1.c3_1#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_1.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_1.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_1.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_1.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_1.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_1.summary > *:nth-child(1n+3), .gap1.col1.c3_1.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_1.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_1.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_1.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_1.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_1.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
}
.row.gap1.col1.c3_2 > *:nth-child(1n+3), .gap1.col1.c3_2#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_2.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_2.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_2.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_2.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_2.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_2.summary > *:nth-child(1n+3), .gap1.col1.c3_2.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_2.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_2.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_2.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_2.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_2.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.row.gap1.col1.c3_3 > *:nth-child(1n+3), .gap1.col1.c3_3#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_3.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_3.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_3.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_3.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_3.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_3.summary > *:nth-child(1n+3), .gap1.col1.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_3.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_3.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_3.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_3.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_3.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
}
.row.gap1.col1.c3_4 > *:nth-child(1n+3), .gap1.col1.c3_4#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_4.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_4.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_4.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_4.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_4.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_4.summary > *:nth-child(1n+3), .gap1.col1.c3_4.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_4.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_4.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_4.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_4.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.row.gap1.col1.c3_5 > *:nth-child(1n+3), .gap1.col1.c3_5#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_5.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_5.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_5.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_5.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_5.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_5.summary > *:nth-child(1n+3), .gap1.col1.c3_5.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_5.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_5.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_5.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_5.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_5.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
}
.row.gap1.col1.c3_6 > *:nth-child(1n+3), .gap1.col1.c3_6#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_6.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_6.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_6.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_6.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_6.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_6.summary > *:nth-child(1n+3), .gap1.col1.c3_6.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_6.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_6.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_6.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.row.gap1.col1.c3_7 > *:nth-child(1n+3), .gap1.col1.c3_7#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_7.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_7.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_7.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_7.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_7.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_7.summary > *:nth-child(1n+3), .gap1.col1.c3_7.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_7.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_7.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_7.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_7.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_7.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
}
.row.gap1.col1.c3_8 > *:nth-child(1n+3), .gap1.col1.c3_8#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_8.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_8.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_8.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_8.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_8.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_8.summary > *:nth-child(1n+3), .gap1.col1.c3_8.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_8.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_8.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_8.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_8.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_8.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
.row.gap1.col1.c3_9 > *:nth-child(1n+3), .gap1.col1.c3_9#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_9.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_9.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_9.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_9.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_9.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_9.summary > *:nth-child(1n+3), .gap1.col1.c3_9.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_9.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_9.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_9.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_9.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_9.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
}
.row.gap1.col1.c3_10 > *:nth-child(1n+3), .gap1.col1.c3_10#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_10.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_10.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_10.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_10.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_10.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_10.summary > *:nth-child(1n+3), .gap1.col1.c3_10.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_10.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_10.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_10.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_10.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_10.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
.row.gap1.col1.c3_11 > *:nth-child(1n+3), .gap1.col1.c3_11#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_11.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_11.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_11.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_11.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_11.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_11.summary > *:nth-child(1n+3), .gap1.col1.c3_11.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_11.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_11.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_11.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_11.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_11.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
}
.row.gap1.col1.c3_12 > *:nth-child(1n+3), .gap1.col1.c3_12#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_12.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_12.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_12.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_12.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_12.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_12.summary > *:nth-child(1n+3), .gap1.col1.c3_12.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_12.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_12.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_12.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_12.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_12.defaultGrid3_9 > *:nth-child(1n+3) {
  width: 100% !important;
}
.row.gap1.col2.c1_1 > *:nth-child(2n+1), .gap1.c1_1#fulldocs > *:nth-child(2n+1), .gap1.c1_1.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_1.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_1.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_1.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_1.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_1.summary > *:nth-child(2n+1), .gap1.col2.c1_1.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_1.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_1.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_1.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_1.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_1.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 1) - 0.5rem) !important;
}
.row.gap1.col2.c1_2 > *:nth-child(2n+1), .gap1.c1_2#fulldocs > *:nth-child(2n+1), .gap1.c1_2.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_2.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_2.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_2.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_2.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_2.summary > *:nth-child(2n+1), .gap1.col2.c1_2.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_2.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_2.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.defaultGrid246 > *:nth-child(2n+1), .gap1.defaultGrid246#fulldocs > *:nth-child(2n+1), .gap1.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .gap1.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .gap1.defaultGrid246.defaultGrid7_5 > *:nth-child(2n+1), .gap1.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.defaultGrid246.summary > *:nth-child(2n+1), .gap1.c1_2.defaultGrid4_8 > *:nth-child(2n+1), .gap1.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_2.defaultGrid3_9 > *:nth-child(2n+1), .gap1.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 2) - 0.5rem) !important;
}
.row.gap1.col2.c1_3 > *:nth-child(2n+1), .gap1.c1_3#fulldocs > *:nth-child(2n+1), .gap1.c1_3.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_3.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_3.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_3.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_3.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_3.summary > *:nth-child(2n+1), .gap1.col2.defaultGrid363 > *:nth-child(2n+1), .gap1.defaultGrid363#fulldocs > *:nth-child(2n+1), .gap1.defaultGrid363.defaultGrid9_3 > *:nth-child(2n+1), .gap1.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+1), .gap1.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .gap1.defaultGrid363.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.defaultGrid363.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.defaultGrid363.summary > *:nth-child(2n+1), .gap1.col2.c1_3.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.defaultGrid336 > *:nth-child(2n+1), .gap1.defaultGrid336#fulldocs > *:nth-child(2n+1), .gap1.defaultGrid336.defaultGrid9_3 > *:nth-child(2n+1), .gap1.defaultGrid336.defaultGrid8_4 > *:nth-child(2n+1), .gap1.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap1.defaultGrid336.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.defaultGrid336.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.defaultGrid336.summary > *:nth-child(2n+1), .gap1.col2.c1_3.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_3.defaultGrid4_8 > *:nth-child(2n+1), .gap1.defaultGrid4_8.defaultGrid363 > *:nth-child(2n+1), .gap1.defaultGrid4_8.defaultGrid336 > *:nth-child(2n+1), .gap1.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 3) - 0.5rem) !important;
}
.row.gap1.col2.c1_4 > *:nth-child(2n+1), .gap1.c1_4#fulldocs > *:nth-child(2n+1), .gap1.c1_4.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_4.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_4.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_4.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_4.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_4.summary > *:nth-child(2n+1), .gap1.col2.c1_4.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.defaultGrid333 > *:nth-child(2n+1), .gap1.defaultGrid333#fulldocs > *:nth-child(2n+1), .gap1.defaultGrid333.defaultGrid9_3 > *:nth-child(2n+1), .gap1.defaultGrid333.defaultGrid8_4 > *:nth-child(2n+1), .gap1.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .gap1.defaultGrid333.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.defaultGrid333.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.defaultGrid333.summary > *:nth-child(2n+1), .gap1.col2.c1_4.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_4.defaultGrid246 > *:nth-child(2n+1), .gap1.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_4.defaultGrid3_9 > *:nth-child(2n+1), .gap1.defaultGrid3_9.defaultGrid333 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 4) - 0.5rem) !important;
}
.row.gap1.col2.c1_5 > *:nth-child(2n+1), .gap1.c1_5#fulldocs > *:nth-child(2n+1), .gap1.c1_5.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_5.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_5.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_5.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_5.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_5.summary > *:nth-child(2n+1), .gap1.col2.c1_5.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_5.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_5.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_5.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_5.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_5.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 5) - 0.5rem) !important;
}
.row.gap1.col2.c1_6 > *:nth-child(2n+1), .gap1.c1_6#fulldocs > *:nth-child(2n+1), .gap1.c1_6.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_6.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_6.defaultGrid7_5 > *:nth-child(2n+1), .gap1.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.summary > *:nth-child(2n+1), .gap1.col2.c1_6.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_6.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_6.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_6.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_6.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_6.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 0.5rem) !important;
}
.row.gap1.col2.c1_7 > *:nth-child(2n+1), .gap1.c1_7#fulldocs > *:nth-child(2n+1), .gap1.c1_7.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_7.defaultGrid8_4 > *:nth-child(2n+1), .gap1.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_7.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_7.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_7.summary > *:nth-child(2n+1), .gap1.col2.c1_7.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_7.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_7.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_7.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_7.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_7.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 7) - 0.5rem) !important;
}
.row.gap1.col2.c1_8 > *:nth-child(2n+1), .gap1.c1_8#fulldocs > *:nth-child(2n+1), .gap1.c1_8.defaultGrid9_3 > *:nth-child(2n+1), .gap1.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_8.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_8.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_8.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_8.summary > *:nth-child(2n+1), .gap1.col2.c1_8.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_8.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_8.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_8.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_8.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_8.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 8) - 0.5rem) !important;
}
.row.gap1.col2.c1_9 > *:nth-child(2n+1), .gap1.c1_9#fulldocs > *:nth-child(2n+1), .gap1.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_9.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_9.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_9.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_9.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_9.summary > *:nth-child(2n+1), .gap1.col2.c1_9.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_9.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_9.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_9.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_9.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_9.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 9) - 0.5rem) !important;
}
.row.gap1.col2.c1_10 > *:nth-child(2n+1), .gap1.c1_10#fulldocs > *:nth-child(2n+1), .gap1.c1_10.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_10.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_10.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_10.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_10.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_10.summary > *:nth-child(2n+1), .gap1.col2.c1_10.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_10.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_10.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_10.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_10.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_10.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 10) - 0.5rem) !important;
}
.row.gap1.col2.c1_11 > *:nth-child(2n+1), .gap1.c1_11#fulldocs > *:nth-child(2n+1), .gap1.c1_11.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_11.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_11.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_11.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_11.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_11.summary > *:nth-child(2n+1), .gap1.col2.c1_11.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_11.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_11.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_11.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_11.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_11.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 11) - 0.5rem) !important;
}
.row.gap1.col2.c1_12 > *:nth-child(2n+1), .gap1#fulldocs > *:nth-child(2n+1), .gap1.c1_12.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_12.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_12.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_12.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_12.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_12.summary > *:nth-child(2n+1), .gap1.col2.c1_12.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_12.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_12.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_12.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_12.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_12.defaultGrid3_9 > *:nth-child(2n+1) {
  width: 100% !important;
}
.row.gap1.col2.c2_1 > *:nth-child(2n+2), .gap1.c2_1#fulldocs > *:nth-child(2n+2), .gap1.c2_1.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_1.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_1.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_1.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_1.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_1.summary > *:nth-child(2n+2), .gap1.col2.c2_1.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_1.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_1.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_1.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_1.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_1.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 1) - 0.5rem) !important;
}
.row.gap1.col2.c2_2 > *:nth-child(2n+2), .gap1.c2_2#fulldocs > *:nth-child(2n+2), .gap1.c2_2.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_2.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_2.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_2.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_2.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_2.summary > *:nth-child(2n+2), .gap1.col2.c2_2.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_2.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_2.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_2.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_2.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_2.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 2) - 0.5rem) !important;
}
.row.gap1.col2.c2_3 > *:nth-child(2n+2), .gap1.c2_3#fulldocs > *:nth-child(2n+2), .gap1.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_3.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_3.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_3.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_3.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_3.summary > *:nth-child(2n+2), .gap1.col2.c2_3.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_3.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.defaultGrid336 > *:nth-child(2n+2), .gap1.defaultGrid336#fulldocs > *:nth-child(2n+2), .gap1.defaultGrid336.defaultGrid8_4 > *:nth-child(2n+2), .gap1.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap1.defaultGrid336.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.defaultGrid336.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.defaultGrid336.summary > *:nth-child(2n+2), .gap1.col2.c2_3.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_3.defaultGrid4_8 > *:nth-child(2n+2), .gap1.defaultGrid4_8.defaultGrid336 > *:nth-child(2n+2), .gap1.c2_3.defaultGrid3_9 > *:nth-child(2n+2), .gap1.defaultGrid3_9.defaultGrid336 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 3) - 0.5rem) !important;
}
.row.gap1.col2.c2_4 > *:nth-child(2n+2), .gap1.c2_4#fulldocs > *:nth-child(2n+2), .gap1.c2_4.defaultGrid9_3 > *:nth-child(2n+2), .gap1.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_4.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_4.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_4.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_4.summary > *:nth-child(2n+2), .gap1.col2.c2_4.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.defaultGrid333 > *:nth-child(2n+2), .gap1.defaultGrid333#fulldocs > *:nth-child(2n+2), .gap1.defaultGrid333.defaultGrid9_3 > *:nth-child(2n+2), .gap1.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .gap1.defaultGrid333.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.defaultGrid333.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.defaultGrid333.summary > *:nth-child(2n+2), .gap1.col2.c2_4.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.defaultGrid246 > *:nth-child(2n+2), .gap1.defaultGrid246#fulldocs > *:nth-child(2n+2), .gap1.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .gap1.defaultGrid246.defaultGrid7_5 > *:nth-child(2n+2), .gap1.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.defaultGrid246.summary > *:nth-child(2n+2), .gap1.c2_4.defaultGrid4_8 > *:nth-child(2n+2), .gap1.defaultGrid4_8.defaultGrid333 > *:nth-child(2n+2), .gap1.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_4.defaultGrid3_9 > *:nth-child(2n+2), .gap1.defaultGrid3_9.defaultGrid333 > *:nth-child(2n+2), .gap1.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 4) - 0.5rem) !important;
}
.row.gap1.col2.c2_5 > *:nth-child(2n+2), .gap1.c2_5#fulldocs > *:nth-child(2n+2), .gap1.c2_5.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_5.defaultGrid8_4 > *:nth-child(2n+2), .gap1.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_5.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_5.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_5.summary > *:nth-child(2n+2), .gap1.col2.c2_5.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_5.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_5.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_5.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_5.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_5.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 5) - 0.5rem) !important;
}
.row.gap1.col2.c2_6 > *:nth-child(2n+2), .gap1.c2_6#fulldocs > *:nth-child(2n+2), .gap1.c2_6.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_6.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_6.defaultGrid7_5 > *:nth-child(2n+2), .gap1.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.summary > *:nth-child(2n+2), .gap1.col2.defaultGrid363 > *:nth-child(2n+2), .gap1.defaultGrid363#fulldocs > *:nth-child(2n+2), .gap1.defaultGrid363.defaultGrid9_3 > *:nth-child(2n+2), .gap1.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+2), .gap1.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .gap1.col2.c2_6.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_6.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_6.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_6.defaultGrid4_8 > *:nth-child(2n+2), .gap1.defaultGrid4_8.defaultGrid363 > *:nth-child(2n+2), .gap1.c2_6.defaultGrid3_9 > *:nth-child(2n+2), .gap1.defaultGrid3_9.defaultGrid363 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 0.5rem) !important;
}
.row.gap1.col2.c2_7 > *:nth-child(2n+2), .gap1.c2_7#fulldocs > *:nth-child(2n+2), .gap1.c2_7.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_7.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_7.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_7.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_7.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_7.summary > *:nth-child(2n+2), .gap1.col2.c2_7.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_7.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_7.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_7.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_7.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_7.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 7) - 0.5rem) !important;
}
.row.gap1.col2.c2_8 > *:nth-child(2n+2), .gap1.c2_8#fulldocs > *:nth-child(2n+2), .gap1.c2_8.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_8.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_8.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_8.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_8.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_8.summary > *:nth-child(2n+2), .gap1.col2.c2_8.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_8.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_8.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_8.defaultGrid246 > *:nth-child(2n+2), .gap1.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_8.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 8) - 0.5rem) !important;
}
.row.gap1.col2.c2_9 > *:nth-child(2n+2), .gap1.c2_9#fulldocs > *:nth-child(2n+2), .gap1.c2_9.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_9.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_9.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_9.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_9.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_9.summary > *:nth-child(2n+2), .gap1.col2.c2_9.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_9.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_9.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_9.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_9.defaultGrid4_8 > *:nth-child(2n+2), .gap1.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 9) - 0.5rem) !important;
}
.row.gap1.col2.c2_10 > *:nth-child(2n+2), .gap1.c2_10#fulldocs > *:nth-child(2n+2), .gap1.c2_10.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_10.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_10.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_10.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_10.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_10.summary > *:nth-child(2n+2), .gap1.col2.c2_10.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_10.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_10.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_10.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_10.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_10.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 10) - 0.5rem) !important;
}
.row.gap1.col2.c2_11 > *:nth-child(2n+2), .gap1#fulldocs > *:nth-child(2n+2), .gap1.c2_11.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_11.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_11.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_11.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_11.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_11.summary > *:nth-child(2n+2), .gap1.col2.c2_11.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_11.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_11.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_11.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_11.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_11.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 11) - 0.5rem) !important;
}
.row.gap1.col2.c2_12 > *:nth-child(2n+2), .gap1.c2_12#fulldocs > *:nth-child(2n+2), .gap1.c2_12.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_12.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_12.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_12.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_12.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_12.summary > *:nth-child(2n+2), .gap1.col2.c2_12.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_12.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_12.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_12.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_12.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_12.defaultGrid3_9 > *:nth-child(2n+2) {
  width: 100% !important;
}
.row.gap1.col2.c3_1 > *:nth-child(2n+3), .gap1.c3_1#fulldocs > *:nth-child(2n+3), .gap1.c3_1.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_1.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_1.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_1.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_1.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_1.summary > *:nth-child(2n+3), .gap1.col2.c3_1.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_1.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_1.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_1.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_1.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_1.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 1) - 0.5rem) !important;
}
.row.gap1.col2.c3_2 > *:nth-child(2n+3), .gap1.c3_2#fulldocs > *:nth-child(2n+3), .gap1.c3_2.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_2.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_2.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_2.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_2.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_2.summary > *:nth-child(2n+3), .gap1.col2.c3_2.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_2.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_2.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_2.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_2.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_2.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 2) - 0.5rem) !important;
}
.row.gap1.col2.c3_3 > *:nth-child(2n+3), .gap1.c3_3#fulldocs > *:nth-child(2n+3), .gap1.c3_3.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_3.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_3.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_3.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_3.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_3.summary > *:nth-child(2n+3), .gap1.col2.defaultGrid363 > *:nth-child(2n+3), .gap1.defaultGrid363#fulldocs > *:nth-child(2n+3), .gap1.defaultGrid363.defaultGrid9_3 > *:nth-child(2n+3), .gap1.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+3), .gap1.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .gap1.defaultGrid363.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.defaultGrid363.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.defaultGrid363.summary > *:nth-child(2n+3), .gap1.col2.c3_3.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_3.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_3.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_3.defaultGrid4_8 > *:nth-child(2n+3), .gap1.defaultGrid4_8.defaultGrid363 > *:nth-child(2n+3), .gap1.c3_3.defaultGrid3_9 > *:nth-child(2n+3), .gap1.defaultGrid3_9.defaultGrid363 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 3) - 0.5rem) !important;
}
.row.gap1.col2.c3_4 > *:nth-child(2n+3), .gap1.c3_4#fulldocs > *:nth-child(2n+3), .gap1.c3_4.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_4.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_4.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_4.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_4.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_4.summary > *:nth-child(2n+3), .gap1.col2.c3_4.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.defaultGrid333 > *:nth-child(2n+3), .gap1.defaultGrid333#fulldocs > *:nth-child(2n+3), .gap1.defaultGrid333.defaultGrid9_3 > *:nth-child(2n+3), .gap1.defaultGrid333.defaultGrid8_4 > *:nth-child(2n+3), .gap1.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .gap1.defaultGrid333.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.defaultGrid333.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.defaultGrid333.summary > *:nth-child(2n+3), .gap1.col2.c3_4.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_4.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_4.defaultGrid4_8 > *:nth-child(2n+3), .gap1.defaultGrid4_8.defaultGrid333 > *:nth-child(2n+3), .gap1.c3_4.defaultGrid3_9 > *:nth-child(2n+3), .gap1.defaultGrid3_9.defaultGrid333 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 4) - 0.5rem) !important;
}
.row.gap1.col2.c3_5 > *:nth-child(2n+3), .gap1.c3_5#fulldocs > *:nth-child(2n+3), .gap1.c3_5.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_5.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_5.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_5.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_5.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_5.summary > *:nth-child(2n+3), .gap1.col2.c3_5.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_5.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_5.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_5.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_5.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_5.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 5) - 0.5rem) !important;
}
.row.gap1.col2.c3_6 > *:nth-child(2n+3), .gap1.c3_6#fulldocs > *:nth-child(2n+3), .gap1.c3_6.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_6.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_6.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_6.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_6.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_6.summary > *:nth-child(2n+3), .gap1.col2.c3_6.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_6.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.defaultGrid336 > *:nth-child(2n+3), .gap1.defaultGrid336#fulldocs > *:nth-child(2n+3), .gap1.defaultGrid336.defaultGrid9_3 > *:nth-child(2n+3), .gap1.defaultGrid336.defaultGrid8_4 > *:nth-child(2n+3), .gap1.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap1.defaultGrid336.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.defaultGrid336.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.defaultGrid336.summary > *:nth-child(2n+3), .gap1.col2.defaultGrid246 > *:nth-child(2n+3), .gap1.defaultGrid246#fulldocs > *:nth-child(2n+3), .gap1.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .gap1.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .gap1.defaultGrid246.defaultGrid7_5 > *:nth-child(2n+3), .gap1.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.defaultGrid246.summary > *:nth-child(2n+3), .gap1.c3_6.defaultGrid4_8 > *:nth-child(2n+3), .gap1.defaultGrid4_8.defaultGrid336 > *:nth-child(2n+3), .gap1.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_6.defaultGrid3_9 > *:nth-child(2n+3), .gap1.defaultGrid3_9.defaultGrid336 > *:nth-child(2n+3), .gap1.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 6) - 0.5rem) !important;
}
.row.gap1.col2.c3_7 > *:nth-child(2n+3), .gap1.c3_7#fulldocs > *:nth-child(2n+3), .gap1.c3_7.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_7.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_7.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_7.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_7.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_7.summary > *:nth-child(2n+3), .gap1.col2.c3_7.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_7.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_7.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_7.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_7.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_7.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 7) - 0.5rem) !important;
}
.row.gap1.col2.c3_8 > *:nth-child(2n+3), .gap1.c3_8#fulldocs > *:nth-child(2n+3), .gap1.c3_8.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_8.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_8.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_8.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_8.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_8.summary > *:nth-child(2n+3), .gap1.col2.c3_8.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_8.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_8.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_8.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_8.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_8.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 8) - 0.5rem) !important;
}
.row.gap1.col2.c3_9 > *:nth-child(2n+3), .gap1.c3_9#fulldocs > *:nth-child(2n+3), .gap1.c3_9.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_9.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_9.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_9.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_9.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_9.summary > *:nth-child(2n+3), .gap1.col2.c3_9.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_9.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_9.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_9.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_9.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_9.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 9) - 0.5rem) !important;
}
.row.gap1.col2.c3_10 > *:nth-child(2n+3), .gap1.c3_10#fulldocs > *:nth-child(2n+3), .gap1.c3_10.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_10.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_10.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_10.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_10.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_10.summary > *:nth-child(2n+3), .gap1.col2.c3_10.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_10.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_10.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_10.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_10.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_10.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 10) - 0.5rem) !important;
}
.row.gap1.col2.c3_11 > *:nth-child(2n+3), .gap1.c3_11#fulldocs > *:nth-child(2n+3), .gap1.c3_11.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_11.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_11.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_11.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_11.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_11.summary > *:nth-child(2n+3), .gap1.col2.c3_11.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_11.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_11.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_11.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_11.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_11.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 11) - 0.5rem) !important;
}
.row.gap1.col2.c3_12 > *:nth-child(2n+3), .gap1.c3_12#fulldocs > *:nth-child(2n+3), .gap1.c3_12.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_12.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_12.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_12.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_12.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_12.summary > *:nth-child(2n+3), .gap1.col2.c3_12.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_12.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_12.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_12.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_12.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_12.defaultGrid3_9 > *:nth-child(2n+3) {
  width: 100% !important;
}
.row.gap1.col3.c1_1 > *:nth-child(3n+1), .gap1.col3.c1_1#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_1.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_1.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_1.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_1.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_1.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_1.summary > *:nth-child(3n+1), .gap1.c1_1.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_1.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_1.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_1.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_1.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_1.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 1) - 0.6666666667rem) !important;
}
.row.gap1.col3.c1_2 > *:nth-child(3n+1), .gap1.col3.c1_2#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_2.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_2.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_2.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_2.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_2.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_2.summary > *:nth-child(3n+1), .gap1.c1_2.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_2.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_2.defaultGrid336 > *:nth-child(3n+1), .gap1.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_2.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_2.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 2) - 0.6666666667rem) !important;
}
.row.gap1.col3.c1_3 > *:nth-child(3n+1), .gap1.col3.c1_3#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_3.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_3.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_3.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_3.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_3.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_3.summary > *:nth-child(3n+1), .gap1.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_3.defaultGrid333 > *:nth-child(3n+1), .gap1.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_3.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_3.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.defaultGrid3_9 > *:nth-child(3n+1), .gap1.defaultGrid3_9.defaultGrid333 > *:nth-child(3n+1), .gap1.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 3) - 0.6666666667rem) !important;
}
.row.gap1.col3.c1_4 > *:nth-child(3n+1), .gap1.col3.c1_4#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_4.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_4.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_4.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_4.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_4.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_4.summary > *:nth-child(3n+1), .gap1.c1_4.defaultGrid363 > *:nth-child(3n+1), .gap1.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_4.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_4.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.defaultGrid4_8 > *:nth-child(3n+1), .gap1.defaultGrid4_8.defaultGrid363 > *:nth-child(3n+1), .gap1.defaultGrid4_8.defaultGrid336 > *:nth-child(3n+1), .gap1.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_4.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 4) - 0.6666666667rem) !important;
}
.row.gap1.col3.c1_5 > *:nth-child(3n+1), .gap1.col3.c1_5#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_5.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_5.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_5.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_5.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_5.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_5.summary > *:nth-child(3n+1), .gap1.c1_5.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_5.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_5.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_5.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_5.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_5.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 5) - 0.6666666667rem) !important;
}
.row.gap1.col3.c1_6 > *:nth-child(3n+1), .gap1.col3.c1_6#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_6.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_6.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_6.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.summary > *:nth-child(3n+1), .gap1.c1_6.defaultGrid363 > *:nth-child(3n+1), .gap1.defaultGrid363.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.defaultGrid363.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.defaultGrid363.summary > *:nth-child(3n+1), .gap1.c1_6.defaultGrid333 > *:nth-child(3n+1), .gap1.defaultGrid333.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.defaultGrid333.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.defaultGrid333.summary > *:nth-child(3n+1), .gap1.c1_6.defaultGrid336 > *:nth-child(3n+1), .gap1.defaultGrid336.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.defaultGrid336.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.defaultGrid336.summary > *:nth-child(3n+1), .gap1.c1_6.defaultGrid246 > *:nth-child(3n+1), .gap1.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.defaultGrid246.summary > *:nth-child(3n+1), .gap1.col3.c1_6.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_6.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 0.6666666667rem) !important;
}
.row.gap1.col3.c1_7 > *:nth-child(3n+1), .gap1.col3.c1_7#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_7.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_7.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_7.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_7.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_7.summary > *:nth-child(3n+1), .gap1.c1_7.defaultGrid363 > *:nth-child(3n+1), .gap1.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap1.c1_7.defaultGrid333 > *:nth-child(3n+1), .gap1.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap1.c1_7.defaultGrid336 > *:nth-child(3n+1), .gap1.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .gap1.c1_7.defaultGrid246 > *:nth-child(3n+1), .gap1.defaultGrid246.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_7.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_7.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 7) - 0.6666666667rem) !important;
}
.row.gap1.col3.c1_8 > *:nth-child(3n+1), .gap1.col3.c1_8#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_8.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_8.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_8.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_8.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_8.summary > *:nth-child(3n+1), .gap1.c1_8.defaultGrid363 > *:nth-child(3n+1), .gap1.defaultGrid363.defaultGrid8_4 > *:nth-child(3n+1), .gap1.c1_8.defaultGrid333 > *:nth-child(3n+1), .gap1.defaultGrid333.defaultGrid8_4 > *:nth-child(3n+1), .gap1.c1_8.defaultGrid336 > *:nth-child(3n+1), .gap1.defaultGrid336.defaultGrid8_4 > *:nth-child(3n+1), .gap1.c1_8.defaultGrid246 > *:nth-child(3n+1), .gap1.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_8.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_8.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 8) - 0.6666666667rem) !important;
}
.row.gap1.col3.c1_9 > *:nth-child(3n+1), .gap1.col3.c1_9#fulldocs > *:nth-child(3n+1), .gap1.col3.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_9.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_9.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_9.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_9.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_9.summary > *:nth-child(3n+1), .gap1.c1_9.defaultGrid363 > *:nth-child(3n+1), .gap1.defaultGrid363.defaultGrid9_3 > *:nth-child(3n+1), .gap1.c1_9.defaultGrid333 > *:nth-child(3n+1), .gap1.defaultGrid333.defaultGrid9_3 > *:nth-child(3n+1), .gap1.c1_9.defaultGrid336 > *:nth-child(3n+1), .gap1.defaultGrid336.defaultGrid9_3 > *:nth-child(3n+1), .gap1.c1_9.defaultGrid246 > *:nth-child(3n+1), .gap1.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_9.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_9.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 9) - 0.6666666667rem) !important;
}
.row.gap1.col3.c1_10 > *:nth-child(3n+1), .gap1.col3.c1_10#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_10.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_10.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_10.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_10.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_10.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_10.summary > *:nth-child(3n+1), .gap1.c1_10.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_10.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_10.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_10.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_10.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_10.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 10) - 0.6666666667rem) !important;
}
.row.gap1.col3.c1_11 > *:nth-child(3n+1), .gap1.col3.c1_11#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_11.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_11.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_11.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_11.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_11.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_11.summary > *:nth-child(3n+1), .gap1.c1_11.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_11.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_11.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_11.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_11.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_11.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 11) - 0.6666666667rem) !important;
}
.row.gap1.col3.c1_12 > *:nth-child(3n+1), .gap1.col3#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_12.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_12.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_12.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_12.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_12.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_12.summary > *:nth-child(3n+1), .gap1.c1_12.defaultGrid363 > *:nth-child(3n+1), .gap1.defaultGrid363#fulldocs > *:nth-child(3n+1), .gap1.c1_12.defaultGrid333 > *:nth-child(3n+1), .gap1.defaultGrid333#fulldocs > *:nth-child(3n+1), .gap1.c1_12.defaultGrid336 > *:nth-child(3n+1), .gap1.defaultGrid336#fulldocs > *:nth-child(3n+1), .gap1.c1_12.defaultGrid246 > *:nth-child(3n+1), .gap1.defaultGrid246#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_12.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_12.defaultGrid3_9 > *:nth-child(3n+1) {
  width: 100% !important;
}
.row.gap1.col3.c2_1 > *:nth-child(3n+2), .gap1.col3.c2_1#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_1.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_1.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_1.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_1.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_1.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_1.summary > *:nth-child(3n+2), .gap1.c2_1.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_1.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_1.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_1.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_1.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_1.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 1) - 0.6666666667rem) !important;
}
.row.gap1.col3.c2_2 > *:nth-child(3n+2), .gap1.col3.c2_2#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_2.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_2.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_2.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_2.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_2.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_2.summary > *:nth-child(3n+2), .gap1.c2_2.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_2.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_2.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_2.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_2.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_2.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 2) - 0.6666666667rem) !important;
}
.row.gap1.col3.c2_3 > *:nth-child(3n+2), .gap1.col3.c2_3#fulldocs > *:nth-child(3n+2), .gap1.col3.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_3.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_3.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_3.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_3.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_3.summary > *:nth-child(3n+2), .gap1.c2_3.defaultGrid363 > *:nth-child(3n+2), .gap1.defaultGrid363.defaultGrid9_3 > *:nth-child(3n+2), .gap1.c2_3.defaultGrid333 > *:nth-child(3n+2), .gap1.defaultGrid333.defaultGrid9_3 > *:nth-child(3n+2), .gap1.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_3.defaultGrid246 > *:nth-child(3n+2), .gap1.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_3.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_3.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 3) - 0.6666666667rem) !important;
}
.row.gap1.col3.c2_4 > *:nth-child(3n+2), .gap1.col3.c2_4#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_4.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_4.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_4.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_4.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_4.summary > *:nth-child(3n+2), .gap1.c2_4.defaultGrid363 > *:nth-child(3n+2), .gap1.defaultGrid363.defaultGrid8_4 > *:nth-child(3n+2), .gap1.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_4.defaultGrid336 > *:nth-child(3n+2), .gap1.defaultGrid336.defaultGrid8_4 > *:nth-child(3n+2), .gap1.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_4.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_4.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 4) - 0.6666666667rem) !important;
}
.row.gap1.col3.c2_5 > *:nth-child(3n+2), .gap1.col3.c2_5#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_5.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_5.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_5.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_5.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_5.summary > *:nth-child(3n+2), .gap1.c2_5.defaultGrid363 > *:nth-child(3n+2), .gap1.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap1.c2_5.defaultGrid333 > *:nth-child(3n+2), .gap1.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap1.c2_5.defaultGrid336 > *:nth-child(3n+2), .gap1.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .gap1.c2_5.defaultGrid246 > *:nth-child(3n+2), .gap1.defaultGrid246.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_5.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_5.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 5) - 0.6666666667rem) !important;
}
.row.gap1.col3.c2_6 > *:nth-child(3n+2), .gap1.col3.c2_6#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_6.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_6.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_6.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.summary > *:nth-child(3n+2), .gap1.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_6.defaultGrid333 > *:nth-child(3n+2), .gap1.defaultGrid333.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.defaultGrid333.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.defaultGrid333.summary > *:nth-child(3n+2), .gap1.c2_6.defaultGrid336 > *:nth-child(3n+2), .gap1.defaultGrid336.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.defaultGrid336.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.defaultGrid336.summary > *:nth-child(3n+2), .gap1.c2_6.defaultGrid246 > *:nth-child(3n+2), .gap1.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.defaultGrid246.summary > *:nth-child(3n+2), .gap1.col3.c2_6.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_6.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 0.6666666667rem) !important;
}
.row.gap1.col3.c2_7 > *:nth-child(3n+2), .gap1.col3.c2_7#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_7.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_7.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_7.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_7.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_7.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_7.summary > *:nth-child(3n+2), .gap1.c2_7.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_7.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_7.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_7.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_7.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_7.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 7) - 0.6666666667rem) !important;
}
.row.gap1.col3.c2_8 > *:nth-child(3n+2), .gap1.col3.c2_8#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_8.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_8.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_8.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_8.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_8.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_8.summary > *:nth-child(3n+2), .gap1.c2_8.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_8.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_8.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_8.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.defaultGrid4_8 > *:nth-child(3n+2), .gap1.defaultGrid4_8.defaultGrid363 > *:nth-child(3n+2), .gap1.defaultGrid4_8.defaultGrid333 > *:nth-child(3n+2), .gap1.defaultGrid4_8.defaultGrid336 > *:nth-child(3n+2), .gap1.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_8.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 8) - 0.6666666667rem) !important;
}
.row.gap1.col3.c2_9 > *:nth-child(3n+2), .gap1.col3.c2_9#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_9.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_9.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_9.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_9.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_9.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_9.summary > *:nth-child(3n+2), .gap1.c2_9.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_9.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_9.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_9.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_9.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.defaultGrid3_9 > *:nth-child(3n+2), .gap1.defaultGrid3_9.defaultGrid363 > *:nth-child(3n+2), .gap1.defaultGrid3_9.defaultGrid333 > *:nth-child(3n+2), .gap1.defaultGrid3_9.defaultGrid336 > *:nth-child(3n+2), .gap1.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 9) - 0.6666666667rem) !important;
}
.row.gap1.col3.c2_10 > *:nth-child(3n+2), .gap1.col3.c2_10#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_10.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_10.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_10.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_10.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_10.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_10.summary > *:nth-child(3n+2), .gap1.c2_10.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_10.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_10.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_10.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_10.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_10.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 10) - 0.6666666667rem) !important;
}
.row.gap1.col3.c2_11 > *:nth-child(3n+2), .gap1.col3#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_11.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_11.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_11.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_11.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_11.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_11.summary > *:nth-child(3n+2), .gap1.c2_11.defaultGrid363 > *:nth-child(3n+2), .gap1.defaultGrid363#fulldocs > *:nth-child(3n+2), .gap1.c2_11.defaultGrid333 > *:nth-child(3n+2), .gap1.defaultGrid333#fulldocs > *:nth-child(3n+2), .gap1.c2_11.defaultGrid336 > *:nth-child(3n+2), .gap1.defaultGrid336#fulldocs > *:nth-child(3n+2), .gap1.c2_11.defaultGrid246 > *:nth-child(3n+2), .gap1.defaultGrid246#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_11.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_11.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 11) - 0.6666666667rem) !important;
}
.row.gap1.col3.c2_12 > *:nth-child(3n+2), .gap1.col3.c2_12#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_12.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_12.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_12.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_12.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_12.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_12.summary > *:nth-child(3n+2), .gap1.c2_12.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_12.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_12.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_12.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_12.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_12.defaultGrid3_9 > *:nth-child(3n+2) {
  width: 100% !important;
}
.row.gap1.col3.c3_1 > *:nth-child(3n+3), .gap1.col3.c3_1#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_1.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_1.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_1.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_1.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_1.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_1.summary > *:nth-child(3n+3), .gap1.c3_1.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_1.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_1.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_1.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_1.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_1.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 1) - 0.6666666667rem) !important;
}
.row.gap1.col3.c3_2 > *:nth-child(3n+3), .gap1.col3.c3_2#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_2.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_2.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_2.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_2.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_2.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_2.summary > *:nth-child(3n+3), .gap1.c3_2.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_2.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_2.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_2.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_2.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_2.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 2) - 0.6666666667rem) !important;
}
.row.gap1.col3.c3_3 > *:nth-child(3n+3), .gap1.col3.c3_3#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_3.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_3.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_3.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_3.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_3.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_3.summary > *:nth-child(3n+3), .gap1.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_3.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_3.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_3.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_3.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_3.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 3) - 0.6666666667rem) !important;
}
.row.gap1.col3.c3_4 > *:nth-child(3n+3), .gap1.col3.c3_4#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_4.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_4.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_4.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_4.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_4.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_4.summary > *:nth-child(3n+3), .gap1.c3_4.defaultGrid363 > *:nth-child(3n+3), .gap1.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_4.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_4.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_4.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_4.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 4) - 0.6666666667rem) !important;
}
.row.gap1.col3.c3_5 > *:nth-child(3n+3), .gap1.col3.c3_5#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_5.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_5.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_5.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_5.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_5.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_5.summary > *:nth-child(3n+3), .gap1.c3_5.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_5.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_5.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_5.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_5.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_5.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 5) - 0.6666666667rem) !important;
}
.row.gap1.col3.c3_6 > *:nth-child(3n+3), .gap1.col3.c3_6#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_6.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_6.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_6.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_6.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_6.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_6.summary > *:nth-child(3n+3), .gap1.c3_6.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_6.defaultGrid333 > *:nth-child(3n+3), .gap1.defaultGrid336 > *:nth-child(3n+3), .gap1.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_6.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_6.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 6) - 0.6666666667rem) !important;
}
.row.gap1.col3.c3_7 > *:nth-child(3n+3), .gap1.col3.c3_7#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_7.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_7.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_7.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_7.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_7.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_7.summary > *:nth-child(3n+3), .gap1.c3_7.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_7.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_7.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_7.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_7.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_7.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 7) - 0.6666666667rem) !important;
}
.row.gap1.col3.c3_8 > *:nth-child(3n+3), .gap1.col3.c3_8#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_8.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_8.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_8.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_8.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_8.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_8.summary > *:nth-child(3n+3), .gap1.c3_8.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_8.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_8.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_8.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_8.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_8.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 8) - 0.6666666667rem) !important;
}
.row.gap1.col3.c3_9 > *:nth-child(3n+3), .gap1.col3.c3_9#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_9.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_9.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_9.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_9.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_9.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_9.summary > *:nth-child(3n+3), .gap1.c3_9.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_9.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_9.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_9.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_9.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_9.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 9) - 0.6666666667rem) !important;
}
.row.gap1.col3.c3_10 > *:nth-child(3n+3), .gap1.col3.c3_10#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_10.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_10.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_10.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_10.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_10.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_10.summary > *:nth-child(3n+3), .gap1.c3_10.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_10.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_10.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_10.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_10.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_10.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 10) - 0.6666666667rem) !important;
}
.row.gap1.col3.c3_11 > *:nth-child(3n+3), .gap1.col3.c3_11#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_11.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_11.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_11.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_11.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_11.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_11.summary > *:nth-child(3n+3), .gap1.c3_11.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_11.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_11.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_11.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_11.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_11.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 11) - 0.6666666667rem) !important;
}
.row.gap1.col3.c3_12 > *:nth-child(3n+3), .gap1.col3.c3_12#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_12.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_12.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_12.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_12.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_12.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_12.summary > *:nth-child(3n+3), .gap1.c3_12.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_12.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_12.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_12.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_12.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_12.defaultGrid3_9 > *:nth-child(3n+3) {
  width: 100% !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .row.gap1.col1.c1_1t > *:nth-child(1n+1), .gap1.col1.c1_1t#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_1t.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_1t.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_1t.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_1t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_1t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_1t.summary > *:nth-child(1n+1), .gap1.col1.c1_1t.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_1t.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_1t.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_1t.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_1t.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_1t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.gap1.col1.c1_2t > *:nth-child(1n+1), .gap1.col1.c1_2t#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_2t.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_2t.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_2t.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_2t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_2t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_2t.summary > *:nth-child(1n+1), .gap1.col1.c1_2t.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_2t.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_2t.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_2t.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_2t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.gap1.col1.c1_3t > *:nth-child(1n+1), .gap1.col1.c1_3t#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_3t.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_3t.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_3t.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_3t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_3t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_3t.summary > *:nth-child(1n+1), .gap1.col1.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_3t.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_3t.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_3t.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_3t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.gap1.col1.c1_4t > *:nth-child(1n+1), .gap1.col1.c1_4t#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_4t.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_4t.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_4t.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_4t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_4t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_4t.summary > *:nth-child(1n+1), .gap1.col1.c1_4t.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_4t.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_4t.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_4t.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_4t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.gap1.col1.c1_5t > *:nth-child(1n+1), .gap1.col1.c1_5t#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_5t.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_5t.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_5t.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_5t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_5t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_5t.summary > *:nth-child(1n+1), .gap1.col1.c1_5t.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_5t.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_5t.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_5t.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_5t.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_5t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.gap1.col1.c1_6t > *:nth-child(1n+1), .gap1.col1.c1_6t#fulldocs > *:nth-child(1n+1), .gap1.col1.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_6t.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.summary > *:nth-child(1n+1), .gap1.col1.c1_6t.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_6t.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_6t.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_6t.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.gap1.col1.c1_7t > *:nth-child(1n+1), .gap1.col1.c1_7t#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_7t.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_7t.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_7t.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_7t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_7t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_7t.summary > *:nth-child(1n+1), .gap1.col1.c1_7t.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_7t.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_7t.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_7t.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_7t.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_7t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.gap1.col1.c1_8t > *:nth-child(1n+1), .gap1.col1.c1_8t#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_8t.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_8t.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_8t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_8t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_8t.summary > *:nth-child(1n+1), .gap1.col1.c1_8t.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_8t.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_8t.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_8t.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_8t.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_8t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.gap1.col1.c1_9t > *:nth-child(1n+1), .gap1.col1.c1_9t#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_9t.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_9t.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_9t.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_9t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_9t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_9t.summary > *:nth-child(1n+1), .gap1.col1.c1_9t.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_9t.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_9t.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_9t.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_9t.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_9t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.gap1.col1.c1_10t > *:nth-child(1n+1), .gap1.col1.c1_10t#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_10t.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_10t.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_10t.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_10t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_10t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_10t.summary > *:nth-child(1n+1), .gap1.col1.c1_10t.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_10t.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_10t.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_10t.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_10t.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_10t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.gap1.col1.c1_11t > *:nth-child(1n+1), .gap1.col1.c1_11t#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_11t.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_11t.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_11t.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_11t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_11t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_11t.summary > *:nth-child(1n+1), .gap1.col1.c1_11t.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_11t.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_11t.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_11t.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_11t.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_11t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.gap1.col1.c1_12t > *:nth-child(1n+1), .gap1.col1#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_12t.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_12t.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_12t.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_12t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_12t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_12t.summary > *:nth-child(1n+1), .gap1.col1.c1_12t.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_12t.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_12t.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_12t.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_12t.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_12t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: 100% !important;
  }
  .row.gap1.col1.c2_1t > *:nth-child(1n+2), .gap1.col1.c2_1t#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_1t.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_1t.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_1t.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_1t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_1t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_1t.summary > *:nth-child(1n+2), .gap1.col1.c2_1t.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_1t.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_1t.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_1t.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_1t.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_1t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.gap1.col1.c2_2t > *:nth-child(1n+2), .gap1.col1.c2_2t#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_2t.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_2t.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_2t.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_2t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_2t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_2t.summary > *:nth-child(1n+2), .gap1.col1.c2_2t.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_2t.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_2t.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_2t.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_2t.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_2t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.gap1.col1.c2_3t > *:nth-child(1n+2), .gap1.col1.c2_3t#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_3t.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_3t.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_3t.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_3t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_3t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_3t.summary > *:nth-child(1n+2), .gap1.col1.c2_3t.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_3t.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_3t.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_3t.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_3t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.gap1.col1.c2_4t > *:nth-child(1n+2), .gap1.col1.c2_4t#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_4t.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_4t.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_4t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_4t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_4t.summary > *:nth-child(1n+2), .gap1.col1.c2_4t.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_4t.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_4t.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_4t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.gap1.col1.c2_5t > *:nth-child(1n+2), .gap1.col1.c2_5t#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_5t.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_5t.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_5t.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_5t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_5t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_5t.summary > *:nth-child(1n+2), .gap1.col1.c2_5t.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_5t.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_5t.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_5t.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_5t.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_5t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.gap1.col1.c2_6t > *:nth-child(1n+2), .gap1.col1.c2_6t#fulldocs > *:nth-child(1n+2), .gap1.col1.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_6t.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.summary > *:nth-child(1n+2), .gap1.col1.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_6t.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_6t.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_6t.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.gap1.col1.c2_7t > *:nth-child(1n+2), .gap1.col1.c2_7t#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_7t.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_7t.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_7t.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_7t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_7t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_7t.summary > *:nth-child(1n+2), .gap1.col1.c2_7t.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_7t.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_7t.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_7t.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_7t.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_7t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.gap1.col1.c2_8t > *:nth-child(1n+2), .gap1.col1.c2_8t#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_8t.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_8t.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_8t.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_8t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_8t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_8t.summary > *:nth-child(1n+2), .gap1.col1.c2_8t.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_8t.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_8t.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_8t.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_8t.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_8t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.gap1.col1.c2_9t > *:nth-child(1n+2), .gap1.col1.c2_9t#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_9t.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_9t.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_9t.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_9t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_9t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_9t.summary > *:nth-child(1n+2), .gap1.col1.c2_9t.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_9t.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_9t.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_9t.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_9t.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_9t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.gap1.col1.c2_10t > *:nth-child(1n+2), .gap1.col1.c2_10t#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_10t.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_10t.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_10t.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_10t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_10t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_10t.summary > *:nth-child(1n+2), .gap1.col1.c2_10t.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_10t.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_10t.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_10t.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_10t.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_10t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.gap1.col1.c2_11t > *:nth-child(1n+2), .gap1.col1#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_11t.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_11t.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_11t.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_11t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_11t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_11t.summary > *:nth-child(1n+2), .gap1.col1.c2_11t.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_11t.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_11t.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_11t.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_11t.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_11t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.gap1.col1.c2_12t > *:nth-child(1n+2), .gap1.col1.c2_12t#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_12t.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_12t.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_12t.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_12t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_12t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_12t.summary > *:nth-child(1n+2), .gap1.col1.c2_12t.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_12t.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_12t.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_12t.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_12t.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_12t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: 100% !important;
  }
  .row.gap1.col1.c3_1t > *:nth-child(1n+3), .gap1.col1.c3_1t#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_1t.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_1t.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_1t.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_1t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_1t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_1t.summary > *:nth-child(1n+3), .gap1.col1.c3_1t.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_1t.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_1t.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_1t.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_1t.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_1t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.gap1.col1.c3_2t > *:nth-child(1n+3), .gap1.col1.c3_2t#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_2t.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_2t.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_2t.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_2t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_2t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_2t.summary > *:nth-child(1n+3), .gap1.col1.c3_2t.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_2t.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_2t.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_2t.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_2t.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_2t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.gap1.col1.c3_3t > *:nth-child(1n+3), .gap1.col1.c3_3t#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_3t.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_3t.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_3t.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_3t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_3t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_3t.summary > *:nth-child(1n+3), .gap1.col1.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_3t.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_3t.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_3t.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_3t.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_3t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.gap1.col1.c3_4t > *:nth-child(1n+3), .gap1.col1.c3_4t#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_4t.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_4t.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_4t.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_4t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_4t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_4t.summary > *:nth-child(1n+3), .gap1.col1.c3_4t.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_4t.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_4t.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_4t.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_4t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.gap1.col1.c3_5t > *:nth-child(1n+3), .gap1.col1.c3_5t#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_5t.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_5t.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_5t.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_5t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_5t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_5t.summary > *:nth-child(1n+3), .gap1.col1.c3_5t.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_5t.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_5t.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_5t.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_5t.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_5t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.gap1.col1.c3_6t > *:nth-child(1n+3), .gap1.col1.c3_6t#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_6t.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_6t.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_6t.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_6t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_6t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_6t.summary > *:nth-child(1n+3), .gap1.col1.c3_6t.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_6t.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_6t.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_6t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.gap1.col1.c3_7t > *:nth-child(1n+3), .gap1.col1.c3_7t#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_7t.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_7t.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_7t.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_7t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_7t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_7t.summary > *:nth-child(1n+3), .gap1.col1.c3_7t.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_7t.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_7t.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_7t.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_7t.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_7t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.gap1.col1.c3_8t > *:nth-child(1n+3), .gap1.col1.c3_8t#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_8t.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_8t.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_8t.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_8t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_8t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_8t.summary > *:nth-child(1n+3), .gap1.col1.c3_8t.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_8t.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_8t.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_8t.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_8t.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_8t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.gap1.col1.c3_9t > *:nth-child(1n+3), .gap1.col1.c3_9t#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_9t.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_9t.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_9t.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_9t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_9t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_9t.summary > *:nth-child(1n+3), .gap1.col1.c3_9t.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_9t.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_9t.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_9t.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_9t.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_9t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.gap1.col1.c3_10t > *:nth-child(1n+3), .gap1.col1.c3_10t#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_10t.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_10t.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_10t.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_10t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_10t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_10t.summary > *:nth-child(1n+3), .gap1.col1.c3_10t.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_10t.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_10t.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_10t.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_10t.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_10t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.gap1.col1.c3_11t > *:nth-child(1n+3), .gap1.col1.c3_11t#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_11t.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_11t.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_11t.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_11t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_11t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_11t.summary > *:nth-child(1n+3), .gap1.col1.c3_11t.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_11t.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_11t.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_11t.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_11t.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_11t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.gap1.col1.c3_12t > *:nth-child(1n+3), .gap1.col1.c3_12t#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_12t.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_12t.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_12t.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_12t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_12t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_12t.summary > *:nth-child(1n+3), .gap1.col1.c3_12t.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_12t.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_12t.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_12t.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_12t.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_12t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: 100% !important;
  }
  .row.gap1.col2.c1_1t > *:nth-child(2n+1), .gap1.c1_1t#fulldocs > *:nth-child(2n+1), .gap1.c1_1t.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_1t.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_1t.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_1t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_1t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_1t.summary > *:nth-child(2n+1), .gap1.col2.c1_1t.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_1t.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_1t.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_1t.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_1t.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_1t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_2t > *:nth-child(2n+1), .gap1.c1_2t#fulldocs > *:nth-child(2n+1), .gap1.c1_2t.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_2t.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_2t.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_2t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_2t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_2t.summary > *:nth-child(2n+1), .gap1.col2.c1_2t.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_2t.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_2t.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.defaultGrid246 > *:nth-child(2n+1), .gap1.defaultGrid246#fulldocs > *:nth-child(2n+1), .gap1.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .gap1.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .gap1.defaultGrid246.defaultGrid7_5 > *:nth-child(2n+1), .gap1.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.defaultGrid246.summary > *:nth-child(2n+1), .gap1.c1_2t.defaultGrid4_8 > *:nth-child(2n+1), .gap1.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_2t.defaultGrid3_9 > *:nth-child(2n+1), .gap1.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_3t > *:nth-child(2n+1), .gap1.c1_3t#fulldocs > *:nth-child(2n+1), .gap1.c1_3t.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_3t.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_3t.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_3t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_3t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_3t.summary > *:nth-child(2n+1), .gap1.col2.defaultGrid363 > *:nth-child(2n+1), .gap1.defaultGrid363#fulldocs > *:nth-child(2n+1), .gap1.defaultGrid363.defaultGrid9_3 > *:nth-child(2n+1), .gap1.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+1), .gap1.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .gap1.defaultGrid363.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.defaultGrid363.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.defaultGrid363.summary > *:nth-child(2n+1), .gap1.col2.c1_3t.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.defaultGrid336 > *:nth-child(2n+1), .gap1.defaultGrid336#fulldocs > *:nth-child(2n+1), .gap1.defaultGrid336.defaultGrid9_3 > *:nth-child(2n+1), .gap1.defaultGrid336.defaultGrid8_4 > *:nth-child(2n+1), .gap1.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap1.defaultGrid336.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.defaultGrid336.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.defaultGrid336.summary > *:nth-child(2n+1), .gap1.col2.c1_3t.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_3t.defaultGrid4_8 > *:nth-child(2n+1), .gap1.defaultGrid4_8.defaultGrid363 > *:nth-child(2n+1), .gap1.defaultGrid4_8.defaultGrid336 > *:nth-child(2n+1), .gap1.c1_3t.defaultGrid3_9 > *:nth-child(2n+1), .gap1.defaultGrid3_9.defaultGrid363 > *:nth-child(2n+1), .gap1.defaultGrid3_9.defaultGrid336 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_4t > *:nth-child(2n+1), .gap1.c1_4t#fulldocs > *:nth-child(2n+1), .gap1.c1_4t.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_4t.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_4t.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_4t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_4t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_4t.summary > *:nth-child(2n+1), .gap1.col2.c1_4t.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.defaultGrid333 > *:nth-child(2n+1), .gap1.defaultGrid333#fulldocs > *:nth-child(2n+1), .gap1.defaultGrid333.defaultGrid9_3 > *:nth-child(2n+1), .gap1.defaultGrid333.defaultGrid8_4 > *:nth-child(2n+1), .gap1.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .gap1.defaultGrid333.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.defaultGrid333.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.defaultGrid333.summary > *:nth-child(2n+1), .gap1.col2.c1_4t.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_4t.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_4t.defaultGrid4_8 > *:nth-child(2n+1), .gap1.defaultGrid4_8.defaultGrid333 > *:nth-child(2n+1), .gap1.c1_4t.defaultGrid3_9 > *:nth-child(2n+1), .gap1.defaultGrid3_9.defaultGrid333 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_5t > *:nth-child(2n+1), .gap1.c1_5t#fulldocs > *:nth-child(2n+1), .gap1.c1_5t.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_5t.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_5t.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_5t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_5t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_5t.summary > *:nth-child(2n+1), .gap1.col2.c1_5t.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_5t.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_5t.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_5t.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_5t.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_5t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_6t > *:nth-child(2n+1), .gap1.c1_6t#fulldocs > *:nth-child(2n+1), .gap1.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_6t.defaultGrid8_4 > *:nth-child(2n+1), .gap1.defaultGrid7_5 > *:nth-child(2n+1), .gap1.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.summary > *:nth-child(2n+1), .gap1.col2.c1_6t.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_6t.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_6t.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_6t.defaultGrid246 > *:nth-child(2n+1), .gap1.defaultGrid4_8 > *:nth-child(2n+1), .gap1.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_7t > *:nth-child(2n+1), .gap1.c1_7t#fulldocs > *:nth-child(2n+1), .gap1.c1_7t.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_7t.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_7t.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_7t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_7t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_7t.summary > *:nth-child(2n+1), .gap1.col2.c1_7t.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_7t.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_7t.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_7t.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_7t.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_7t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_8t > *:nth-child(2n+1), .gap1.c1_8t#fulldocs > *:nth-child(2n+1), .gap1.c1_8t.defaultGrid9_3 > *:nth-child(2n+1), .gap1.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_8t.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_8t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_8t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_8t.summary > *:nth-child(2n+1), .gap1.col2.c1_8t.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_8t.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_8t.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_8t.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_8t.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_8t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_9t > *:nth-child(2n+1), .gap1.c1_9t#fulldocs > *:nth-child(2n+1), .gap1.c1_9t.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_9t.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_9t.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_9t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_9t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_9t.summary > *:nth-child(2n+1), .gap1.col2.c1_9t.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_9t.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_9t.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_9t.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_9t.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_9t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_10t > *:nth-child(2n+1), .gap1.c1_10t#fulldocs > *:nth-child(2n+1), .gap1.c1_10t.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_10t.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_10t.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_10t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_10t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_10t.summary > *:nth-child(2n+1), .gap1.col2.c1_10t.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_10t.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_10t.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_10t.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_10t.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_10t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_11t > *:nth-child(2n+1), .gap1.c1_11t#fulldocs > *:nth-child(2n+1), .gap1.c1_11t.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_11t.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_11t.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_11t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_11t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_11t.summary > *:nth-child(2n+1), .gap1.col2.c1_11t.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_11t.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_11t.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_11t.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_11t.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_11t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_12t > *:nth-child(2n+1), .gap1#fulldocs > *:nth-child(2n+1), .gap1.c1_12t.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_12t.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_12t.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_12t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_12t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_12t.summary > *:nth-child(2n+1), .gap1.col2.c1_12t.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_12t.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_12t.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_12t.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_12t.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_12t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: 100% !important;
  }
  .row.gap1.col2.c2_1t > *:nth-child(2n+2), .gap1.c2_1t#fulldocs > *:nth-child(2n+2), .gap1.c2_1t.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_1t.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_1t.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_1t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_1t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_1t.summary > *:nth-child(2n+2), .gap1.col2.c2_1t.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_1t.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_1t.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_1t.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_1t.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_1t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_2t > *:nth-child(2n+2), .gap1.c2_2t#fulldocs > *:nth-child(2n+2), .gap1.c2_2t.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_2t.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_2t.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_2t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_2t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_2t.summary > *:nth-child(2n+2), .gap1.col2.c2_2t.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_2t.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_2t.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_2t.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_2t.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_2t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_3t > *:nth-child(2n+2), .gap1.c2_3t#fulldocs > *:nth-child(2n+2), .gap1.c2_3t.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_3t.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_3t.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_3t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_3t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_3t.summary > *:nth-child(2n+2), .gap1.col2.c2_3t.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_3t.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.defaultGrid336 > *:nth-child(2n+2), .gap1.defaultGrid336#fulldocs > *:nth-child(2n+2), .gap1.defaultGrid336.defaultGrid9_3 > *:nth-child(2n+2), .gap1.defaultGrid336.defaultGrid8_4 > *:nth-child(2n+2), .gap1.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap1.defaultGrid336.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.defaultGrid336.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.defaultGrid336.summary > *:nth-child(2n+2), .gap1.col2.c2_3t.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_3t.defaultGrid4_8 > *:nth-child(2n+2), .gap1.defaultGrid4_8.defaultGrid336 > *:nth-child(2n+2), .gap1.c2_3t.defaultGrid3_9 > *:nth-child(2n+2), .gap1.defaultGrid3_9.defaultGrid336 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_4t > *:nth-child(2n+2), .gap1.c2_4t#fulldocs > *:nth-child(2n+2), .gap1.c2_4t.defaultGrid9_3 > *:nth-child(2n+2), .gap1.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_4t.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_4t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_4t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_4t.summary > *:nth-child(2n+2), .gap1.col2.c2_4t.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.defaultGrid333 > *:nth-child(2n+2), .gap1.defaultGrid333#fulldocs > *:nth-child(2n+2), .gap1.defaultGrid333.defaultGrid9_3 > *:nth-child(2n+2), .gap1.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .gap1.defaultGrid333.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.defaultGrid333.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.defaultGrid333.summary > *:nth-child(2n+2), .gap1.col2.c2_4t.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.defaultGrid246 > *:nth-child(2n+2), .gap1.defaultGrid246#fulldocs > *:nth-child(2n+2), .gap1.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .gap1.defaultGrid246.defaultGrid7_5 > *:nth-child(2n+2), .gap1.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.defaultGrid246.summary > *:nth-child(2n+2), .gap1.c2_4t.defaultGrid4_8 > *:nth-child(2n+2), .gap1.defaultGrid4_8.defaultGrid333 > *:nth-child(2n+2), .gap1.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_4t.defaultGrid3_9 > *:nth-child(2n+2), .gap1.defaultGrid3_9.defaultGrid333 > *:nth-child(2n+2), .gap1.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_5t > *:nth-child(2n+2), .gap1.c2_5t#fulldocs > *:nth-child(2n+2), .gap1.c2_5t.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_5t.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_5t.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_5t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_5t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_5t.summary > *:nth-child(2n+2), .gap1.col2.c2_5t.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_5t.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_5t.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_5t.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_5t.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_5t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_6t > *:nth-child(2n+2), .gap1.c2_6t#fulldocs > *:nth-child(2n+2), .gap1.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_6t.defaultGrid8_4 > *:nth-child(2n+2), .gap1.defaultGrid7_5 > *:nth-child(2n+2), .gap1.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.summary > *:nth-child(2n+2), .gap1.col2.defaultGrid363 > *:nth-child(2n+2), .gap1.defaultGrid363#fulldocs > *:nth-child(2n+2), .gap1.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+2), .gap1.col2.c2_6t.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_6t.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_6t.defaultGrid246 > *:nth-child(2n+2), .gap1.defaultGrid4_8 > *:nth-child(2n+2), .gap1.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_7t > *:nth-child(2n+2), .gap1.c2_7t#fulldocs > *:nth-child(2n+2), .gap1.c2_7t.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_7t.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_7t.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_7t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_7t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_7t.summary > *:nth-child(2n+2), .gap1.col2.c2_7t.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_7t.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_7t.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_7t.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_7t.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_7t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_8t > *:nth-child(2n+2), .gap1.c2_8t#fulldocs > *:nth-child(2n+2), .gap1.c2_8t.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_8t.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_8t.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_8t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_8t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_8t.summary > *:nth-child(2n+2), .gap1.col2.c2_8t.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_8t.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_8t.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_8t.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_8t.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_8t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_9t > *:nth-child(2n+2), .gap1.c2_9t#fulldocs > *:nth-child(2n+2), .gap1.c2_9t.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_9t.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_9t.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_9t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_9t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_9t.summary > *:nth-child(2n+2), .gap1.col2.c2_9t.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_9t.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_9t.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_9t.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_9t.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_9t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_10t > *:nth-child(2n+2), .gap1.c2_10t#fulldocs > *:nth-child(2n+2), .gap1.c2_10t.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_10t.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_10t.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_10t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_10t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_10t.summary > *:nth-child(2n+2), .gap1.col2.c2_10t.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_10t.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_10t.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_10t.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_10t.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_10t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_11t > *:nth-child(2n+2), .gap1#fulldocs > *:nth-child(2n+2), .gap1.c2_11t.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_11t.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_11t.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_11t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_11t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_11t.summary > *:nth-child(2n+2), .gap1.col2.c2_11t.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_11t.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_11t.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_11t.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_11t.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_11t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_12t > *:nth-child(2n+2), .gap1.c2_12t#fulldocs > *:nth-child(2n+2), .gap1.c2_12t.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_12t.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_12t.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_12t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_12t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_12t.summary > *:nth-child(2n+2), .gap1.col2.c2_12t.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_12t.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_12t.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_12t.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_12t.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_12t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: 100% !important;
  }
  .row.gap1.col2.c3_1t > *:nth-child(2n+3), .gap1.c3_1t#fulldocs > *:nth-child(2n+3), .gap1.c3_1t.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_1t.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_1t.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_1t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_1t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_1t.summary > *:nth-child(2n+3), .gap1.col2.c3_1t.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_1t.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_1t.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_1t.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_1t.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_1t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_2t > *:nth-child(2n+3), .gap1.c3_2t#fulldocs > *:nth-child(2n+3), .gap1.c3_2t.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_2t.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_2t.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_2t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_2t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_2t.summary > *:nth-child(2n+3), .gap1.col2.c3_2t.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_2t.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_2t.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_2t.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_2t.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_2t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_3t > *:nth-child(2n+3), .gap1.c3_3t#fulldocs > *:nth-child(2n+3), .gap1.c3_3t.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_3t.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_3t.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_3t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_3t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_3t.summary > *:nth-child(2n+3), .gap1.col2.defaultGrid363 > *:nth-child(2n+3), .gap1.defaultGrid363#fulldocs > *:nth-child(2n+3), .gap1.defaultGrid363.defaultGrid9_3 > *:nth-child(2n+3), .gap1.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+3), .gap1.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .gap1.defaultGrid363.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.defaultGrid363.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.defaultGrid363.summary > *:nth-child(2n+3), .gap1.col2.c3_3t.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_3t.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_3t.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_3t.defaultGrid4_8 > *:nth-child(2n+3), .gap1.defaultGrid4_8.defaultGrid363 > *:nth-child(2n+3), .gap1.c3_3t.defaultGrid3_9 > *:nth-child(2n+3), .gap1.defaultGrid3_9.defaultGrid363 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_4t > *:nth-child(2n+3), .gap1.c3_4t#fulldocs > *:nth-child(2n+3), .gap1.c3_4t.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_4t.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_4t.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_4t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_4t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_4t.summary > *:nth-child(2n+3), .gap1.col2.c3_4t.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.defaultGrid333 > *:nth-child(2n+3), .gap1.defaultGrid333#fulldocs > *:nth-child(2n+3), .gap1.defaultGrid333.defaultGrid9_3 > *:nth-child(2n+3), .gap1.defaultGrid333.defaultGrid8_4 > *:nth-child(2n+3), .gap1.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .gap1.defaultGrid333.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.defaultGrid333.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.defaultGrid333.summary > *:nth-child(2n+3), .gap1.col2.c3_4t.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_4t.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_4t.defaultGrid4_8 > *:nth-child(2n+3), .gap1.defaultGrid4_8.defaultGrid333 > *:nth-child(2n+3), .gap1.c3_4t.defaultGrid3_9 > *:nth-child(2n+3), .gap1.defaultGrid3_9.defaultGrid333 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_5t > *:nth-child(2n+3), .gap1.c3_5t#fulldocs > *:nth-child(2n+3), .gap1.c3_5t.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_5t.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_5t.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_5t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_5t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_5t.summary > *:nth-child(2n+3), .gap1.col2.c3_5t.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_5t.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_5t.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_5t.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_5t.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_5t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_6t > *:nth-child(2n+3), .gap1.c3_6t#fulldocs > *:nth-child(2n+3), .gap1.c3_6t.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_6t.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_6t.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_6t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_6t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_6t.summary > *:nth-child(2n+3), .gap1.col2.c3_6t.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_6t.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.defaultGrid336 > *:nth-child(2n+3), .gap1.defaultGrid336#fulldocs > *:nth-child(2n+3), .gap1.defaultGrid336.defaultGrid9_3 > *:nth-child(2n+3), .gap1.defaultGrid336.defaultGrid8_4 > *:nth-child(2n+3), .gap1.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap1.defaultGrid336.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.defaultGrid336.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.defaultGrid336.summary > *:nth-child(2n+3), .gap1.col2.defaultGrid246 > *:nth-child(2n+3), .gap1.defaultGrid246#fulldocs > *:nth-child(2n+3), .gap1.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .gap1.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .gap1.defaultGrid246.defaultGrid7_5 > *:nth-child(2n+3), .gap1.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.defaultGrid246.summary > *:nth-child(2n+3), .gap1.c3_6t.defaultGrid4_8 > *:nth-child(2n+3), .gap1.defaultGrid4_8.defaultGrid336 > *:nth-child(2n+3), .gap1.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_6t.defaultGrid3_9 > *:nth-child(2n+3), .gap1.defaultGrid3_9.defaultGrid336 > *:nth-child(2n+3), .gap1.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_7t > *:nth-child(2n+3), .gap1.c3_7t#fulldocs > *:nth-child(2n+3), .gap1.c3_7t.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_7t.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_7t.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_7t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_7t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_7t.summary > *:nth-child(2n+3), .gap1.col2.c3_7t.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_7t.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_7t.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_7t.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_7t.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_7t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_8t > *:nth-child(2n+3), .gap1.c3_8t#fulldocs > *:nth-child(2n+3), .gap1.c3_8t.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_8t.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_8t.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_8t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_8t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_8t.summary > *:nth-child(2n+3), .gap1.col2.c3_8t.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_8t.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_8t.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_8t.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_8t.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_8t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_9t > *:nth-child(2n+3), .gap1.c3_9t#fulldocs > *:nth-child(2n+3), .gap1.c3_9t.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_9t.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_9t.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_9t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_9t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_9t.summary > *:nth-child(2n+3), .gap1.col2.c3_9t.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_9t.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_9t.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_9t.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_9t.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_9t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_10t > *:nth-child(2n+3), .gap1.c3_10t#fulldocs > *:nth-child(2n+3), .gap1.c3_10t.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_10t.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_10t.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_10t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_10t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_10t.summary > *:nth-child(2n+3), .gap1.col2.c3_10t.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_10t.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_10t.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_10t.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_10t.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_10t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_11t > *:nth-child(2n+3), .gap1.c3_11t#fulldocs > *:nth-child(2n+3), .gap1.c3_11t.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_11t.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_11t.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_11t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_11t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_11t.summary > *:nth-child(2n+3), .gap1.col2.c3_11t.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_11t.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_11t.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_11t.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_11t.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_11t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_12t > *:nth-child(2n+3), .gap1.c3_12t#fulldocs > *:nth-child(2n+3), .gap1.c3_12t.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_12t.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_12t.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_12t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_12t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_12t.summary > *:nth-child(2n+3), .gap1.col2.c3_12t.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_12t.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_12t.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_12t.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_12t.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_12t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: 100% !important;
  }
  .row.gap1.col3.c1_1t > *:nth-child(3n+1), .gap1.col3.c1_1t#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_1t.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_1t.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_1t.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_1t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_1t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_1t.summary > *:nth-child(3n+1), .gap1.c1_1t.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_1t.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_1t.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_1t.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_1t.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_1t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_2t > *:nth-child(3n+1), .gap1.col3.c1_2t#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_2t.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_2t.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_2t.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_2t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_2t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_2t.summary > *:nth-child(3n+1), .gap1.c1_2t.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_2t.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_2t.defaultGrid336 > *:nth-child(3n+1), .gap1.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_2t.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_2t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_3t > *:nth-child(3n+1), .gap1.col3.c1_3t#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_3t.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_3t.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_3t.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_3t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_3t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_3t.summary > *:nth-child(3n+1), .gap1.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_3t.defaultGrid333 > *:nth-child(3n+1), .gap1.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_3t.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_3t.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_3t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_4t > *:nth-child(3n+1), .gap1.col3.c1_4t#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_4t.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_4t.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_4t.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_4t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_4t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_4t.summary > *:nth-child(3n+1), .gap1.c1_4t.defaultGrid363 > *:nth-child(3n+1), .gap1.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_4t.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_4t.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_4t.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_4t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_5t > *:nth-child(3n+1), .gap1.col3.c1_5t#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_5t.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_5t.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_5t.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_5t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_5t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_5t.summary > *:nth-child(3n+1), .gap1.c1_5t.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_5t.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_5t.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_5t.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_5t.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_5t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_6t > *:nth-child(3n+1), .gap1.col3.c1_6t#fulldocs > *:nth-child(3n+1), .gap1.col3.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_6t.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.summary > *:nth-child(3n+1), .gap1.c1_6t.defaultGrid363 > *:nth-child(3n+1), .gap1.defaultGrid363.defaultGrid9_3 > *:nth-child(3n+1), .gap1.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap1.defaultGrid363.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.defaultGrid363.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.defaultGrid363.summary > *:nth-child(3n+1), .gap1.c1_6t.defaultGrid333 > *:nth-child(3n+1), .gap1.defaultGrid333.defaultGrid9_3 > *:nth-child(3n+1), .gap1.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap1.defaultGrid333.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.defaultGrid333.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.defaultGrid333.summary > *:nth-child(3n+1), .gap1.c1_6t.defaultGrid336 > *:nth-child(3n+1), .gap1.defaultGrid336.defaultGrid9_3 > *:nth-child(3n+1), .gap1.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .gap1.defaultGrid336.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.defaultGrid336.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.defaultGrid336.summary > *:nth-child(3n+1), .gap1.c1_6t.defaultGrid246 > *:nth-child(3n+1), .gap1.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .gap1.defaultGrid246.defaultGrid7_5 > *:nth-child(3n+1), .gap1.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.defaultGrid246.summary > *:nth-child(3n+1), .gap1.col3.defaultGrid4_8 > *:nth-child(3n+1), .gap1.defaultGrid4_8.defaultGrid363 > *:nth-child(3n+1), .gap1.defaultGrid4_8.defaultGrid333 > *:nth-child(3n+1), .gap1.defaultGrid4_8.defaultGrid336 > *:nth-child(3n+1), .gap1.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.defaultGrid3_9 > *:nth-child(3n+1), .gap1.defaultGrid3_9.defaultGrid363 > *:nth-child(3n+1), .gap1.defaultGrid3_9.defaultGrid333 > *:nth-child(3n+1), .gap1.defaultGrid3_9.defaultGrid336 > *:nth-child(3n+1), .gap1.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_7t > *:nth-child(3n+1), .gap1.col3.c1_7t#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_7t.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_7t.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_7t.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_7t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_7t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_7t.summary > *:nth-child(3n+1), .gap1.c1_7t.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_7t.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_7t.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_7t.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_7t.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_7t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_8t > *:nth-child(3n+1), .gap1.col3.c1_8t#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_8t.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_8t.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_8t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_8t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_8t.summary > *:nth-child(3n+1), .gap1.c1_8t.defaultGrid363 > *:nth-child(3n+1), .gap1.defaultGrid363.defaultGrid8_4 > *:nth-child(3n+1), .gap1.c1_8t.defaultGrid333 > *:nth-child(3n+1), .gap1.defaultGrid333.defaultGrid8_4 > *:nth-child(3n+1), .gap1.c1_8t.defaultGrid336 > *:nth-child(3n+1), .gap1.defaultGrid336.defaultGrid8_4 > *:nth-child(3n+1), .gap1.c1_8t.defaultGrid246 > *:nth-child(3n+1), .gap1.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_8t.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_8t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_9t > *:nth-child(3n+1), .gap1.col3.c1_9t#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_9t.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_9t.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_9t.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_9t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_9t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_9t.summary > *:nth-child(3n+1), .gap1.c1_9t.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_9t.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_9t.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_9t.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_9t.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_9t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_10t > *:nth-child(3n+1), .gap1.col3.c1_10t#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_10t.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_10t.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_10t.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_10t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_10t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_10t.summary > *:nth-child(3n+1), .gap1.c1_10t.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_10t.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_10t.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_10t.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_10t.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_10t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_11t > *:nth-child(3n+1), .gap1.col3.c1_11t#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_11t.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_11t.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_11t.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_11t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_11t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_11t.summary > *:nth-child(3n+1), .gap1.c1_11t.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_11t.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_11t.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_11t.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_11t.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_11t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_12t > *:nth-child(3n+1), .gap1.col3#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_12t.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_12t.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_12t.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_12t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_12t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_12t.summary > *:nth-child(3n+1), .gap1.c1_12t.defaultGrid363 > *:nth-child(3n+1), .gap1.defaultGrid363#fulldocs > *:nth-child(3n+1), .gap1.c1_12t.defaultGrid333 > *:nth-child(3n+1), .gap1.defaultGrid333#fulldocs > *:nth-child(3n+1), .gap1.c1_12t.defaultGrid336 > *:nth-child(3n+1), .gap1.defaultGrid336#fulldocs > *:nth-child(3n+1), .gap1.c1_12t.defaultGrid246 > *:nth-child(3n+1), .gap1.defaultGrid246#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_12t.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_12t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: 100% !important;
  }
  .row.gap1.col3.c2_1t > *:nth-child(3n+2), .gap1.col3.c2_1t#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_1t.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_1t.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_1t.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_1t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_1t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_1t.summary > *:nth-child(3n+2), .gap1.c2_1t.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_1t.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_1t.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_1t.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_1t.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_1t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_2t > *:nth-child(3n+2), .gap1.col3.c2_2t#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_2t.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_2t.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_2t.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_2t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_2t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_2t.summary > *:nth-child(3n+2), .gap1.c2_2t.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_2t.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_2t.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_2t.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_2t.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_2t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_3t > *:nth-child(3n+2), .gap1.col3.c2_3t#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_3t.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_3t.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_3t.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_3t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_3t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_3t.summary > *:nth-child(3n+2), .gap1.c2_3t.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_3t.defaultGrid333 > *:nth-child(3n+2), .gap1.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_3t.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_3t.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_3t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_4t > *:nth-child(3n+2), .gap1.col3.c2_4t#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_4t.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_4t.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_4t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_4t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_4t.summary > *:nth-child(3n+2), .gap1.c2_4t.defaultGrid363 > *:nth-child(3n+2), .gap1.defaultGrid363.defaultGrid8_4 > *:nth-child(3n+2), .gap1.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_4t.defaultGrid336 > *:nth-child(3n+2), .gap1.defaultGrid336.defaultGrid8_4 > *:nth-child(3n+2), .gap1.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_4t.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_4t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_5t > *:nth-child(3n+2), .gap1.col3.c2_5t#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_5t.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_5t.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_5t.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_5t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_5t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_5t.summary > *:nth-child(3n+2), .gap1.c2_5t.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_5t.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_5t.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_5t.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_5t.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_5t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_6t > *:nth-child(3n+2), .gap1.col3.c2_6t#fulldocs > *:nth-child(3n+2), .gap1.col3.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_6t.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.summary > *:nth-child(3n+2), .gap1.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_6t.defaultGrid333 > *:nth-child(3n+2), .gap1.defaultGrid333.defaultGrid9_3 > *:nth-child(3n+2), .gap1.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap1.defaultGrid333.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.defaultGrid333.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.defaultGrid333.summary > *:nth-child(3n+2), .gap1.c2_6t.defaultGrid336 > *:nth-child(3n+2), .gap1.defaultGrid336.defaultGrid9_3 > *:nth-child(3n+2), .gap1.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .gap1.defaultGrid336.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.defaultGrid336.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.defaultGrid336.summary > *:nth-child(3n+2), .gap1.c2_6t.defaultGrid246 > *:nth-child(3n+2), .gap1.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .gap1.defaultGrid246.defaultGrid7_5 > *:nth-child(3n+2), .gap1.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.defaultGrid246.summary > *:nth-child(3n+2), .gap1.col3.defaultGrid4_8 > *:nth-child(3n+2), .gap1.defaultGrid4_8.defaultGrid333 > *:nth-child(3n+2), .gap1.defaultGrid4_8.defaultGrid336 > *:nth-child(3n+2), .gap1.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.defaultGrid3_9 > *:nth-child(3n+2), .gap1.defaultGrid3_9.defaultGrid333 > *:nth-child(3n+2), .gap1.defaultGrid3_9.defaultGrid336 > *:nth-child(3n+2), .gap1.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_7t > *:nth-child(3n+2), .gap1.col3.c2_7t#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_7t.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_7t.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_7t.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_7t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_7t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_7t.summary > *:nth-child(3n+2), .gap1.c2_7t.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_7t.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_7t.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_7t.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_7t.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_7t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_8t > *:nth-child(3n+2), .gap1.col3.c2_8t#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_8t.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_8t.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_8t.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_8t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_8t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_8t.summary > *:nth-child(3n+2), .gap1.c2_8t.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_8t.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_8t.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_8t.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_8t.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_8t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_9t > *:nth-child(3n+2), .gap1.col3.c2_9t#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_9t.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_9t.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_9t.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_9t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_9t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_9t.summary > *:nth-child(3n+2), .gap1.c2_9t.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_9t.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_9t.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_9t.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_9t.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_9t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_10t > *:nth-child(3n+2), .gap1.col3.c2_10t#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_10t.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_10t.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_10t.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_10t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_10t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_10t.summary > *:nth-child(3n+2), .gap1.c2_10t.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_10t.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_10t.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_10t.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_10t.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_10t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_11t > *:nth-child(3n+2), .gap1.col3#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_11t.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_11t.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_11t.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_11t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_11t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_11t.summary > *:nth-child(3n+2), .gap1.c2_11t.defaultGrid363 > *:nth-child(3n+2), .gap1.defaultGrid363#fulldocs > *:nth-child(3n+2), .gap1.c2_11t.defaultGrid333 > *:nth-child(3n+2), .gap1.defaultGrid333#fulldocs > *:nth-child(3n+2), .gap1.c2_11t.defaultGrid336 > *:nth-child(3n+2), .gap1.defaultGrid336#fulldocs > *:nth-child(3n+2), .gap1.c2_11t.defaultGrid246 > *:nth-child(3n+2), .gap1.defaultGrid246#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_11t.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_11t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_12t > *:nth-child(3n+2), .gap1.col3.c2_12t#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_12t.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_12t.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_12t.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_12t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_12t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_12t.summary > *:nth-child(3n+2), .gap1.c2_12t.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_12t.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_12t.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_12t.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_12t.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_12t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: 100% !important;
  }
  .row.gap1.col3.c3_1t > *:nth-child(3n+3), .gap1.col3.c3_1t#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_1t.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_1t.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_1t.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_1t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_1t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_1t.summary > *:nth-child(3n+3), .gap1.c3_1t.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_1t.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_1t.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_1t.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_1t.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_1t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_2t > *:nth-child(3n+3), .gap1.col3.c3_2t#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_2t.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_2t.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_2t.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_2t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_2t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_2t.summary > *:nth-child(3n+3), .gap1.c3_2t.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_2t.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_2t.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_2t.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_2t.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_2t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_3t > *:nth-child(3n+3), .gap1.col3.c3_3t#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_3t.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_3t.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_3t.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_3t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_3t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_3t.summary > *:nth-child(3n+3), .gap1.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_3t.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_3t.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_3t.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_3t.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_3t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_4t > *:nth-child(3n+3), .gap1.col3.c3_4t#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_4t.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_4t.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_4t.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_4t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_4t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_4t.summary > *:nth-child(3n+3), .gap1.c3_4t.defaultGrid363 > *:nth-child(3n+3), .gap1.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_4t.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_4t.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_4t.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_4t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_5t > *:nth-child(3n+3), .gap1.col3.c3_5t#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_5t.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_5t.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_5t.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_5t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_5t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_5t.summary > *:nth-child(3n+3), .gap1.c3_5t.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_5t.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_5t.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_5t.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_5t.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_5t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_6t > *:nth-child(3n+3), .gap1.col3.c3_6t#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_6t.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_6t.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_6t.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_6t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_6t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_6t.summary > *:nth-child(3n+3), .gap1.c3_6t.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_6t.defaultGrid333 > *:nth-child(3n+3), .gap1.defaultGrid336 > *:nth-child(3n+3), .gap1.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_6t.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_6t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_7t > *:nth-child(3n+3), .gap1.col3.c3_7t#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_7t.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_7t.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_7t.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_7t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_7t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_7t.summary > *:nth-child(3n+3), .gap1.c3_7t.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_7t.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_7t.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_7t.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_7t.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_7t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_8t > *:nth-child(3n+3), .gap1.col3.c3_8t#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_8t.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_8t.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_8t.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_8t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_8t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_8t.summary > *:nth-child(3n+3), .gap1.c3_8t.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_8t.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_8t.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_8t.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_8t.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_8t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_9t > *:nth-child(3n+3), .gap1.col3.c3_9t#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_9t.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_9t.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_9t.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_9t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_9t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_9t.summary > *:nth-child(3n+3), .gap1.c3_9t.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_9t.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_9t.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_9t.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_9t.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_9t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_10t > *:nth-child(3n+3), .gap1.col3.c3_10t#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_10t.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_10t.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_10t.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_10t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_10t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_10t.summary > *:nth-child(3n+3), .gap1.c3_10t.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_10t.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_10t.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_10t.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_10t.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_10t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_11t > *:nth-child(3n+3), .gap1.col3.c3_11t#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_11t.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_11t.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_11t.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_11t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_11t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_11t.summary > *:nth-child(3n+3), .gap1.c3_11t.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_11t.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_11t.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_11t.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_11t.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_11t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_12t > *:nth-child(3n+3), .gap1.col3.c3_12t#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_12t.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_12t.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_12t.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_12t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_12t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_12t.summary > *:nth-child(3n+3), .gap1.c3_12t.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_12t.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_12t.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_12t.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_12t.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_12t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: 100% !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .row.gap1.col1.c1_1p > *:nth-child(1n+1), .gap1.col1.c1_1p#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_1p.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_1p.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_1p.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_1p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_1p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_1p.summary > *:nth-child(1n+1), .gap1.col1.c1_1p.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_1p.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_1p.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_1p.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_1p.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_1p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.gap1.col1.c1_2p > *:nth-child(1n+1), .gap1.col1.c1_2p#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_2p.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_2p.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_2p.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_2p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_2p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_2p.summary > *:nth-child(1n+1), .gap1.col1.c1_2p.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_2p.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_2p.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_2p.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_2p.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_2p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.gap1.col1.c1_3p > *:nth-child(1n+1), .gap1.col1.c1_3p#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_3p.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_3p.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_3p.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_3p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_3p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_3p.summary > *:nth-child(1n+1), .gap1.col1.c1_3p.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_3p.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_3p.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_3p.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_3p.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_3p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.gap1.col1.c1_4p > *:nth-child(1n+1), .gap1.col1.c1_4p#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_4p.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_4p.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_4p.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_4p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_4p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_4p.summary > *:nth-child(1n+1), .gap1.col1.c1_4p.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_4p.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_4p.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_4p.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_4p.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_4p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.gap1.col1.c1_5p > *:nth-child(1n+1), .gap1.col1.c1_5p#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_5p.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_5p.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_5p.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_5p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_5p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_5p.summary > *:nth-child(1n+1), .gap1.col1.c1_5p.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_5p.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_5p.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_5p.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_5p.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_5p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.gap1.col1.c1_6p > *:nth-child(1n+1), .gap1.col1.c1_6p#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_6p.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_6p.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_6p.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_6p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_6p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_6p.summary > *:nth-child(1n+1), .gap1.col1.c1_6p.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_6p.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_6p.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_6p.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_6p.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_6p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.gap1.col1.c1_7p > *:nth-child(1n+1), .gap1.col1.c1_7p#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_7p.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_7p.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_7p.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_7p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_7p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_7p.summary > *:nth-child(1n+1), .gap1.col1.c1_7p.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_7p.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_7p.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_7p.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_7p.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_7p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.gap1.col1.c1_8p > *:nth-child(1n+1), .gap1.col1.c1_8p#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_8p.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_8p.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_8p.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_8p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_8p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_8p.summary > *:nth-child(1n+1), .gap1.col1.c1_8p.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_8p.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_8p.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_8p.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_8p.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_8p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.gap1.col1.c1_9p > *:nth-child(1n+1), .gap1.col1.c1_9p#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_9p.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_9p.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_9p.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_9p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_9p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_9p.summary > *:nth-child(1n+1), .gap1.col1.c1_9p.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_9p.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_9p.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_9p.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_9p.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_9p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.gap1.col1.c1_10p > *:nth-child(1n+1), .gap1.col1.c1_10p#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_10p.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_10p.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_10p.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_10p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_10p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_10p.summary > *:nth-child(1n+1), .gap1.col1.c1_10p.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_10p.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_10p.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_10p.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_10p.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_10p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.gap1.col1.c1_11p > *:nth-child(1n+1), .gap1.col1.c1_11p#fulldocs > *:nth-child(1n+1), .gap1.col1.c1_11p.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.c1_11p.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.c1_11p.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.c1_11p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.c1_11p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.c1_11p.summary > *:nth-child(1n+1), .gap1.col1.c1_11p.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.c1_11p.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.c1_11p.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.c1_11p.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.c1_11p.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.c1_11p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.gap1.col1.c1_12p > *:nth-child(1n+1), .gap1.col1#fulldocs > *:nth-child(1n+1), .gap1.col1.defaultGrid9_3 > *:nth-child(1n+1), .gap1.col1.defaultGrid8_4 > *:nth-child(1n+1), .gap1.col1.defaultGrid7_5 > *:nth-child(1n+1), .gap1.col1.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap1.col1.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap1.col1.summary > *:nth-child(1n+1), .gap1.col1.defaultGrid363 > *:nth-child(1n+1), .gap1.col1.defaultGrid333 > *:nth-child(1n+1), .gap1.col1.defaultGrid336 > *:nth-child(1n+1), .gap1.col1.defaultGrid246 > *:nth-child(1n+1), .gap1.col1.defaultGrid4_8 > *:nth-child(1n+1), .gap1.col1.defaultGrid3_9 > *:nth-child(1n+1) {
    width: 100% !important;
  }
  .row.gap1.col1.c2_1p > *:nth-child(1n+2), .gap1.col1.c2_1p#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_1p.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_1p.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_1p.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_1p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_1p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_1p.summary > *:nth-child(1n+2), .gap1.col1.c2_1p.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_1p.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_1p.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_1p.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_1p.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_1p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.gap1.col1.c2_2p > *:nth-child(1n+2), .gap1.col1.c2_2p#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_2p.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_2p.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_2p.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_2p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_2p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_2p.summary > *:nth-child(1n+2), .gap1.col1.c2_2p.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_2p.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_2p.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_2p.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_2p.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_2p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.gap1.col1.c2_3p > *:nth-child(1n+2), .gap1.col1.c2_3p#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_3p.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_3p.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_3p.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_3p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_3p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_3p.summary > *:nth-child(1n+2), .gap1.col1.c2_3p.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_3p.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_3p.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_3p.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_3p.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_3p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.gap1.col1.c2_4p > *:nth-child(1n+2), .gap1.col1.c2_4p#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_4p.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_4p.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_4p.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_4p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_4p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_4p.summary > *:nth-child(1n+2), .gap1.col1.c2_4p.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_4p.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_4p.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_4p.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_4p.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_4p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.gap1.col1.c2_5p > *:nth-child(1n+2), .gap1.col1.c2_5p#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_5p.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_5p.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_5p.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_5p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_5p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_5p.summary > *:nth-child(1n+2), .gap1.col1.c2_5p.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_5p.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_5p.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_5p.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_5p.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_5p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.gap1.col1.c2_6p > *:nth-child(1n+2), .gap1.col1.c2_6p#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_6p.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_6p.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_6p.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_6p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_6p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_6p.summary > *:nth-child(1n+2), .gap1.col1.c2_6p.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_6p.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_6p.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_6p.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_6p.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_6p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.gap1.col1.c2_7p > *:nth-child(1n+2), .gap1.col1.c2_7p#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_7p.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_7p.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_7p.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_7p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_7p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_7p.summary > *:nth-child(1n+2), .gap1.col1.c2_7p.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_7p.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_7p.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_7p.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_7p.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_7p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.gap1.col1.c2_8p > *:nth-child(1n+2), .gap1.col1.c2_8p#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_8p.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_8p.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_8p.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_8p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_8p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_8p.summary > *:nth-child(1n+2), .gap1.col1.c2_8p.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_8p.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_8p.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_8p.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_8p.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_8p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.gap1.col1.c2_9p > *:nth-child(1n+2), .gap1.col1.c2_9p#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_9p.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_9p.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_9p.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_9p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_9p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_9p.summary > *:nth-child(1n+2), .gap1.col1.c2_9p.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_9p.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_9p.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_9p.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_9p.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_9p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.gap1.col1.c2_10p > *:nth-child(1n+2), .gap1.col1.c2_10p#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_10p.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_10p.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_10p.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_10p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_10p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_10p.summary > *:nth-child(1n+2), .gap1.col1.c2_10p.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_10p.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_10p.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_10p.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_10p.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_10p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.gap1.col1.c2_11p > *:nth-child(1n+2), .gap1.col1#fulldocs > *:nth-child(1n+2), .gap1.col1.c2_11p.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.c2_11p.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.c2_11p.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.c2_11p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.c2_11p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.c2_11p.summary > *:nth-child(1n+2), .gap1.col1.c2_11p.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.c2_11p.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.c2_11p.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.c2_11p.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.c2_11p.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.c2_11p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.gap1.col1.c2_12p > *:nth-child(1n+2), .gap1.col1.c2_12p#fulldocs > *:nth-child(1n+2), .gap1.col1.defaultGrid9_3 > *:nth-child(1n+2), .gap1.col1.defaultGrid8_4 > *:nth-child(1n+2), .gap1.col1.defaultGrid7_5 > *:nth-child(1n+2), .gap1.col1.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap1.col1.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap1.col1.summary > *:nth-child(1n+2), .gap1.col1.defaultGrid363 > *:nth-child(1n+2), .gap1.col1.defaultGrid333 > *:nth-child(1n+2), .gap1.col1.defaultGrid336 > *:nth-child(1n+2), .gap1.col1.defaultGrid246 > *:nth-child(1n+2), .gap1.col1.defaultGrid4_8 > *:nth-child(1n+2), .gap1.col1.defaultGrid3_9 > *:nth-child(1n+2) {
    width: 100% !important;
  }
  .row.gap1.col1.c3_1p > *:nth-child(1n+3), .gap1.col1.c3_1p#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_1p.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_1p.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_1p.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_1p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_1p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_1p.summary > *:nth-child(1n+3), .gap1.col1.c3_1p.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_1p.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_1p.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_1p.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_1p.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_1p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.gap1.col1.c3_2p > *:nth-child(1n+3), .gap1.col1.c3_2p#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_2p.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_2p.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_2p.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_2p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_2p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_2p.summary > *:nth-child(1n+3), .gap1.col1.c3_2p.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_2p.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_2p.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_2p.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_2p.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_2p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.gap1.col1.c3_3p > *:nth-child(1n+3), .gap1.col1.c3_3p#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_3p.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_3p.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_3p.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_3p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_3p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_3p.summary > *:nth-child(1n+3), .gap1.col1.c3_3p.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_3p.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_3p.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_3p.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_3p.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_3p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.gap1.col1.c3_4p > *:nth-child(1n+3), .gap1.col1.c3_4p#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_4p.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_4p.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_4p.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_4p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_4p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_4p.summary > *:nth-child(1n+3), .gap1.col1.c3_4p.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_4p.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_4p.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_4p.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_4p.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_4p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.gap1.col1.c3_5p > *:nth-child(1n+3), .gap1.col1.c3_5p#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_5p.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_5p.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_5p.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_5p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_5p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_5p.summary > *:nth-child(1n+3), .gap1.col1.c3_5p.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_5p.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_5p.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_5p.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_5p.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_5p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.gap1.col1.c3_6p > *:nth-child(1n+3), .gap1.col1.c3_6p#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_6p.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_6p.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_6p.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_6p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_6p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_6p.summary > *:nth-child(1n+3), .gap1.col1.c3_6p.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_6p.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_6p.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_6p.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_6p.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_6p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.gap1.col1.c3_7p > *:nth-child(1n+3), .gap1.col1.c3_7p#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_7p.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_7p.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_7p.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_7p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_7p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_7p.summary > *:nth-child(1n+3), .gap1.col1.c3_7p.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_7p.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_7p.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_7p.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_7p.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_7p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.gap1.col1.c3_8p > *:nth-child(1n+3), .gap1.col1.c3_8p#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_8p.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_8p.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_8p.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_8p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_8p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_8p.summary > *:nth-child(1n+3), .gap1.col1.c3_8p.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_8p.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_8p.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_8p.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_8p.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_8p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.gap1.col1.c3_9p > *:nth-child(1n+3), .gap1.col1.c3_9p#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_9p.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_9p.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_9p.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_9p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_9p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_9p.summary > *:nth-child(1n+3), .gap1.col1.c3_9p.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_9p.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_9p.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_9p.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_9p.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_9p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.gap1.col1.c3_10p > *:nth-child(1n+3), .gap1.col1.c3_10p#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_10p.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_10p.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_10p.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_10p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_10p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_10p.summary > *:nth-child(1n+3), .gap1.col1.c3_10p.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_10p.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_10p.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_10p.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_10p.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_10p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.gap1.col1.c3_11p > *:nth-child(1n+3), .gap1.col1.c3_11p#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_11p.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_11p.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_11p.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_11p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_11p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_11p.summary > *:nth-child(1n+3), .gap1.col1.c3_11p.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.c3_11p.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.c3_11p.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.c3_11p.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_11p.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_11p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.gap1.col1.c3_12p > *:nth-child(1n+3), .gap1.col1.c3_12p#fulldocs > *:nth-child(1n+3), .gap1.col1.c3_12p.defaultGrid9_3 > *:nth-child(1n+3), .gap1.col1.c3_12p.defaultGrid8_4 > *:nth-child(1n+3), .gap1.col1.c3_12p.defaultGrid7_5 > *:nth-child(1n+3), .gap1.col1.c3_12p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap1.col1.c3_12p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap1.col1.c3_12p.summary > *:nth-child(1n+3), .gap1.col1.defaultGrid363 > *:nth-child(1n+3), .gap1.col1.defaultGrid333 > *:nth-child(1n+3), .gap1.col1.defaultGrid336 > *:nth-child(1n+3), .gap1.col1.defaultGrid246 > *:nth-child(1n+3), .gap1.col1.c3_12p.defaultGrid4_8 > *:nth-child(1n+3), .gap1.col1.c3_12p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: 100% !important;
  }
  .row.gap1.col2.c1_1p > *:nth-child(2n+1), .gap1.c1_1p#fulldocs > *:nth-child(2n+1), .gap1.c1_1p.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_1p.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_1p.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_1p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_1p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_1p.summary > *:nth-child(2n+1), .gap1.col2.c1_1p.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_1p.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_1p.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_1p.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_1p.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_1p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_2p > *:nth-child(2n+1), .gap1.c1_2p#fulldocs > *:nth-child(2n+1), .gap1.c1_2p.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_2p.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_2p.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_2p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_2p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_2p.summary > *:nth-child(2n+1), .gap1.col2.c1_2p.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_2p.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_2p.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_2p.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_2p.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_2p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_3p > *:nth-child(2n+1), .gap1.c1_3p#fulldocs > *:nth-child(2n+1), .gap1.c1_3p.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_3p.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_3p.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_3p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_3p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_3p.summary > *:nth-child(2n+1), .gap1.col2.c1_3p.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_3p.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_3p.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_3p.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_3p.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_3p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_4p > *:nth-child(2n+1), .gap1.c1_4p#fulldocs > *:nth-child(2n+1), .gap1.c1_4p.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_4p.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_4p.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_4p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_4p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_4p.summary > *:nth-child(2n+1), .gap1.col2.c1_4p.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_4p.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_4p.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_4p.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_4p.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_4p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_5p > *:nth-child(2n+1), .gap1.c1_5p#fulldocs > *:nth-child(2n+1), .gap1.c1_5p.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_5p.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_5p.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_5p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_5p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_5p.summary > *:nth-child(2n+1), .gap1.col2.c1_5p.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_5p.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_5p.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_5p.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_5p.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_5p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_6p > *:nth-child(2n+1), .gap1.c1_6p#fulldocs > *:nth-child(2n+1), .gap1.c1_6p.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_6p.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_6p.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_6p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_6p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_6p.summary > *:nth-child(2n+1), .gap1.col2.c1_6p.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_6p.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_6p.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_6p.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_6p.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_6p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_7p > *:nth-child(2n+1), .gap1.c1_7p#fulldocs > *:nth-child(2n+1), .gap1.c1_7p.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_7p.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_7p.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_7p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_7p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_7p.summary > *:nth-child(2n+1), .gap1.col2.c1_7p.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_7p.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_7p.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_7p.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_7p.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_7p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_8p > *:nth-child(2n+1), .gap1.c1_8p#fulldocs > *:nth-child(2n+1), .gap1.c1_8p.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_8p.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_8p.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_8p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_8p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_8p.summary > *:nth-child(2n+1), .gap1.col2.c1_8p.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_8p.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_8p.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_8p.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_8p.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_8p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_9p > *:nth-child(2n+1), .gap1.c1_9p#fulldocs > *:nth-child(2n+1), .gap1.c1_9p.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_9p.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_9p.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_9p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_9p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_9p.summary > *:nth-child(2n+1), .gap1.col2.c1_9p.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_9p.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_9p.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_9p.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_9p.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_9p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_10p > *:nth-child(2n+1), .gap1.c1_10p#fulldocs > *:nth-child(2n+1), .gap1.c1_10p.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_10p.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_10p.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_10p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_10p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_10p.summary > *:nth-child(2n+1), .gap1.col2.c1_10p.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_10p.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_10p.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_10p.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_10p.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_10p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_11p > *:nth-child(2n+1), .gap1.c1_11p#fulldocs > *:nth-child(2n+1), .gap1.c1_11p.defaultGrid9_3 > *:nth-child(2n+1), .gap1.c1_11p.defaultGrid8_4 > *:nth-child(2n+1), .gap1.c1_11p.defaultGrid7_5 > *:nth-child(2n+1), .gap1.c1_11p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.c1_11p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.c1_11p.summary > *:nth-child(2n+1), .gap1.col2.c1_11p.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.c1_11p.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.c1_11p.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.c1_11p.defaultGrid246 > *:nth-child(2n+1), .gap1.c1_11p.defaultGrid4_8 > *:nth-child(2n+1), .gap1.c1_11p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 0.5rem) !important;
  }
  .row.gap1.col2.c1_12p > *:nth-child(2n+1), .gap1#fulldocs > *:nth-child(2n+1), .gap1.defaultGrid9_3 > *:nth-child(2n+1), .gap1.defaultGrid8_4 > *:nth-child(2n+1), .gap1.defaultGrid7_5 > *:nth-child(2n+1), .gap1.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap1.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap1.summary > *:nth-child(2n+1), .gap1.col2.defaultGrid363 > *:nth-child(2n+1), .gap1.col2.defaultGrid333 > *:nth-child(2n+1), .gap1.col2.defaultGrid336 > *:nth-child(2n+1), .gap1.col2.defaultGrid246 > *:nth-child(2n+1), .gap1.defaultGrid4_8 > *:nth-child(2n+1), .gap1.defaultGrid3_9 > *:nth-child(2n+1) {
    width: 100% !important;
  }
  .row.gap1.col2.c2_1p > *:nth-child(2n+2), .gap1.c2_1p#fulldocs > *:nth-child(2n+2), .gap1.c2_1p.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_1p.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_1p.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_1p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_1p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_1p.summary > *:nth-child(2n+2), .gap1.col2.c2_1p.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_1p.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_1p.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_1p.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_1p.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_1p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_2p > *:nth-child(2n+2), .gap1.c2_2p#fulldocs > *:nth-child(2n+2), .gap1.c2_2p.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_2p.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_2p.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_2p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_2p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_2p.summary > *:nth-child(2n+2), .gap1.col2.c2_2p.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_2p.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_2p.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_2p.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_2p.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_2p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_3p > *:nth-child(2n+2), .gap1.c2_3p#fulldocs > *:nth-child(2n+2), .gap1.c2_3p.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_3p.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_3p.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_3p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_3p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_3p.summary > *:nth-child(2n+2), .gap1.col2.c2_3p.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_3p.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_3p.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_3p.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_3p.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_3p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_4p > *:nth-child(2n+2), .gap1.c2_4p#fulldocs > *:nth-child(2n+2), .gap1.c2_4p.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_4p.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_4p.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_4p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_4p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_4p.summary > *:nth-child(2n+2), .gap1.col2.c2_4p.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_4p.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_4p.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_4p.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_4p.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_4p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_5p > *:nth-child(2n+2), .gap1.c2_5p#fulldocs > *:nth-child(2n+2), .gap1.c2_5p.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_5p.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_5p.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_5p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_5p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_5p.summary > *:nth-child(2n+2), .gap1.col2.c2_5p.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_5p.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_5p.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_5p.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_5p.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_5p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_6p > *:nth-child(2n+2), .gap1.c2_6p#fulldocs > *:nth-child(2n+2), .gap1.c2_6p.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_6p.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_6p.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_6p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_6p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_6p.summary > *:nth-child(2n+2), .gap1.col2.c2_6p.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_6p.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_6p.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_6p.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_6p.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_6p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_7p > *:nth-child(2n+2), .gap1.c2_7p#fulldocs > *:nth-child(2n+2), .gap1.c2_7p.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_7p.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_7p.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_7p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_7p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_7p.summary > *:nth-child(2n+2), .gap1.col2.c2_7p.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_7p.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_7p.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_7p.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_7p.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_7p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_8p > *:nth-child(2n+2), .gap1.c2_8p#fulldocs > *:nth-child(2n+2), .gap1.c2_8p.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_8p.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_8p.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_8p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_8p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_8p.summary > *:nth-child(2n+2), .gap1.col2.c2_8p.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_8p.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_8p.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_8p.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_8p.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_8p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_9p > *:nth-child(2n+2), .gap1.c2_9p#fulldocs > *:nth-child(2n+2), .gap1.c2_9p.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_9p.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_9p.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_9p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_9p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_9p.summary > *:nth-child(2n+2), .gap1.col2.c2_9p.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_9p.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_9p.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_9p.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_9p.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_9p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_10p > *:nth-child(2n+2), .gap1.c2_10p#fulldocs > *:nth-child(2n+2), .gap1.c2_10p.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_10p.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_10p.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_10p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_10p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_10p.summary > *:nth-child(2n+2), .gap1.col2.c2_10p.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_10p.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_10p.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_10p.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_10p.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_10p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_11p > *:nth-child(2n+2), .gap1#fulldocs > *:nth-child(2n+2), .gap1.c2_11p.defaultGrid9_3 > *:nth-child(2n+2), .gap1.c2_11p.defaultGrid8_4 > *:nth-child(2n+2), .gap1.c2_11p.defaultGrid7_5 > *:nth-child(2n+2), .gap1.c2_11p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.c2_11p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.c2_11p.summary > *:nth-child(2n+2), .gap1.col2.c2_11p.defaultGrid363 > *:nth-child(2n+2), .gap1.col2.c2_11p.defaultGrid333 > *:nth-child(2n+2), .gap1.col2.c2_11p.defaultGrid336 > *:nth-child(2n+2), .gap1.col2.c2_11p.defaultGrid246 > *:nth-child(2n+2), .gap1.c2_11p.defaultGrid4_8 > *:nth-child(2n+2), .gap1.c2_11p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 0.5rem) !important;
  }
  .row.gap1.col2.c2_12p > *:nth-child(2n+2), .gap1.c2_12p#fulldocs > *:nth-child(2n+2), .gap1.defaultGrid9_3 > *:nth-child(2n+2), .gap1.defaultGrid8_4 > *:nth-child(2n+2), .gap1.defaultGrid7_5 > *:nth-child(2n+2), .gap1.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap1.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap1.summary > *:nth-child(2n+2), .gap1.col2.defaultGrid363 > *:nth-child(2n+2), .gap1.defaultGrid363#fulldocs > *:nth-child(2n+2), .gap1.col2.defaultGrid333 > *:nth-child(2n+2), .gap1.defaultGrid333#fulldocs > *:nth-child(2n+2), .gap1.col2.defaultGrid336 > *:nth-child(2n+2), .gap1.defaultGrid336#fulldocs > *:nth-child(2n+2), .gap1.col2.defaultGrid246 > *:nth-child(2n+2), .gap1.defaultGrid246#fulldocs > *:nth-child(2n+2), .gap1.defaultGrid4_8 > *:nth-child(2n+2), .gap1.defaultGrid3_9 > *:nth-child(2n+2) {
    width: 100% !important;
  }
  .row.gap1.col2.c3_1p > *:nth-child(2n+3), .gap1.c3_1p#fulldocs > *:nth-child(2n+3), .gap1.c3_1p.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_1p.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_1p.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_1p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_1p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_1p.summary > *:nth-child(2n+3), .gap1.col2.c3_1p.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_1p.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_1p.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_1p.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_1p.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_1p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_2p > *:nth-child(2n+3), .gap1.c3_2p#fulldocs > *:nth-child(2n+3), .gap1.c3_2p.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_2p.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_2p.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_2p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_2p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_2p.summary > *:nth-child(2n+3), .gap1.col2.c3_2p.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_2p.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_2p.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_2p.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_2p.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_2p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_3p > *:nth-child(2n+3), .gap1.c3_3p#fulldocs > *:nth-child(2n+3), .gap1.c3_3p.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_3p.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_3p.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_3p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_3p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_3p.summary > *:nth-child(2n+3), .gap1.col2.c3_3p.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_3p.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_3p.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_3p.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_3p.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_3p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_4p > *:nth-child(2n+3), .gap1.c3_4p#fulldocs > *:nth-child(2n+3), .gap1.c3_4p.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_4p.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_4p.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_4p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_4p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_4p.summary > *:nth-child(2n+3), .gap1.col2.c3_4p.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_4p.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_4p.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_4p.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_4p.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_4p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_5p > *:nth-child(2n+3), .gap1.c3_5p#fulldocs > *:nth-child(2n+3), .gap1.c3_5p.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_5p.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_5p.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_5p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_5p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_5p.summary > *:nth-child(2n+3), .gap1.col2.c3_5p.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_5p.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_5p.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_5p.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_5p.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_5p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_6p > *:nth-child(2n+3), .gap1.c3_6p#fulldocs > *:nth-child(2n+3), .gap1.c3_6p.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_6p.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_6p.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_6p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_6p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_6p.summary > *:nth-child(2n+3), .gap1.col2.c3_6p.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_6p.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_6p.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_6p.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_6p.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_6p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_7p > *:nth-child(2n+3), .gap1.c3_7p#fulldocs > *:nth-child(2n+3), .gap1.c3_7p.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_7p.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_7p.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_7p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_7p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_7p.summary > *:nth-child(2n+3), .gap1.col2.c3_7p.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_7p.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_7p.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_7p.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_7p.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_7p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_8p > *:nth-child(2n+3), .gap1.c3_8p#fulldocs > *:nth-child(2n+3), .gap1.c3_8p.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_8p.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_8p.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_8p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_8p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_8p.summary > *:nth-child(2n+3), .gap1.col2.c3_8p.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_8p.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_8p.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_8p.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_8p.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_8p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_9p > *:nth-child(2n+3), .gap1.c3_9p#fulldocs > *:nth-child(2n+3), .gap1.c3_9p.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_9p.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_9p.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_9p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_9p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_9p.summary > *:nth-child(2n+3), .gap1.col2.c3_9p.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_9p.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_9p.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_9p.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_9p.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_9p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_10p > *:nth-child(2n+3), .gap1.c3_10p#fulldocs > *:nth-child(2n+3), .gap1.c3_10p.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_10p.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_10p.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_10p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_10p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_10p.summary > *:nth-child(2n+3), .gap1.col2.c3_10p.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_10p.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_10p.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_10p.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_10p.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_10p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_11p > *:nth-child(2n+3), .gap1.c3_11p#fulldocs > *:nth-child(2n+3), .gap1.c3_11p.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_11p.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_11p.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_11p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_11p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_11p.summary > *:nth-child(2n+3), .gap1.col2.c3_11p.defaultGrid363 > *:nth-child(2n+3), .gap1.col2.c3_11p.defaultGrid333 > *:nth-child(2n+3), .gap1.col2.c3_11p.defaultGrid336 > *:nth-child(2n+3), .gap1.col2.c3_11p.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_11p.defaultGrid4_8 > *:nth-child(2n+3), .gap1.c3_11p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 0.5rem) !important;
  }
  .row.gap1.col2.c3_12p > *:nth-child(2n+3), .gap1.c3_12p#fulldocs > *:nth-child(2n+3), .gap1.c3_12p.defaultGrid9_3 > *:nth-child(2n+3), .gap1.c3_12p.defaultGrid8_4 > *:nth-child(2n+3), .gap1.c3_12p.defaultGrid7_5 > *:nth-child(2n+3), .gap1.c3_12p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.c3_12p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.c3_12p.summary > *:nth-child(2n+3), .gap1.col2.defaultGrid363 > *:nth-child(2n+3), .gap1.defaultGrid363#fulldocs > *:nth-child(2n+3), .gap1.defaultGrid363.defaultGrid9_3 > *:nth-child(2n+3), .gap1.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+3), .gap1.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .gap1.defaultGrid363.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.defaultGrid363.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.defaultGrid363.summary > *:nth-child(2n+3), .gap1.col2.defaultGrid333 > *:nth-child(2n+3), .gap1.defaultGrid333#fulldocs > *:nth-child(2n+3), .gap1.defaultGrid333.defaultGrid9_3 > *:nth-child(2n+3), .gap1.defaultGrid333.defaultGrid8_4 > *:nth-child(2n+3), .gap1.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .gap1.defaultGrid333.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.defaultGrid333.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.defaultGrid333.summary > *:nth-child(2n+3), .gap1.col2.defaultGrid336 > *:nth-child(2n+3), .gap1.defaultGrid336#fulldocs > *:nth-child(2n+3), .gap1.defaultGrid336.defaultGrid9_3 > *:nth-child(2n+3), .gap1.defaultGrid336.defaultGrid8_4 > *:nth-child(2n+3), .gap1.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap1.defaultGrid336.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.defaultGrid336.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.defaultGrid336.summary > *:nth-child(2n+3), .gap1.col2.defaultGrid246 > *:nth-child(2n+3), .gap1.defaultGrid246#fulldocs > *:nth-child(2n+3), .gap1.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .gap1.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .gap1.defaultGrid246.defaultGrid7_5 > *:nth-child(2n+3), .gap1.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap1.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap1.defaultGrid246.summary > *:nth-child(2n+3), .gap1.c3_12p.defaultGrid4_8 > *:nth-child(2n+3), .gap1.defaultGrid4_8.defaultGrid363 > *:nth-child(2n+3), .gap1.defaultGrid4_8.defaultGrid333 > *:nth-child(2n+3), .gap1.defaultGrid4_8.defaultGrid336 > *:nth-child(2n+3), .gap1.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap1.c3_12p.defaultGrid3_9 > *:nth-child(2n+3), .gap1.defaultGrid3_9.defaultGrid363 > *:nth-child(2n+3), .gap1.defaultGrid3_9.defaultGrid333 > *:nth-child(2n+3), .gap1.defaultGrid3_9.defaultGrid336 > *:nth-child(2n+3), .gap1.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: 100% !important;
  }
  .row.gap1.col3.c1_1p > *:nth-child(3n+1), .gap1.col3.c1_1p#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_1p.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_1p.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_1p.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_1p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_1p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_1p.summary > *:nth-child(3n+1), .gap1.c1_1p.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_1p.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_1p.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_1p.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_1p.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_1p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_2p > *:nth-child(3n+1), .gap1.col3.c1_2p#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_2p.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_2p.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_2p.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_2p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_2p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_2p.summary > *:nth-child(3n+1), .gap1.c1_2p.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_2p.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_2p.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_2p.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_2p.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_2p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_3p > *:nth-child(3n+1), .gap1.col3.c1_3p#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_3p.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_3p.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_3p.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_3p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_3p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_3p.summary > *:nth-child(3n+1), .gap1.c1_3p.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_3p.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_3p.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_3p.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_3p.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_3p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_4p > *:nth-child(3n+1), .gap1.col3.c1_4p#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_4p.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_4p.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_4p.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_4p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_4p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_4p.summary > *:nth-child(3n+1), .gap1.c1_4p.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_4p.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_4p.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_4p.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_4p.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_4p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_5p > *:nth-child(3n+1), .gap1.col3.c1_5p#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_5p.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_5p.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_5p.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_5p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_5p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_5p.summary > *:nth-child(3n+1), .gap1.c1_5p.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_5p.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_5p.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_5p.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_5p.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_5p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_6p > *:nth-child(3n+1), .gap1.col3.c1_6p#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_6p.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_6p.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_6p.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_6p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_6p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_6p.summary > *:nth-child(3n+1), .gap1.c1_6p.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_6p.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_6p.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_6p.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_6p.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_6p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_7p > *:nth-child(3n+1), .gap1.col3.c1_7p#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_7p.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_7p.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_7p.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_7p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_7p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_7p.summary > *:nth-child(3n+1), .gap1.c1_7p.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_7p.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_7p.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_7p.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_7p.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_7p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_8p > *:nth-child(3n+1), .gap1.col3.c1_8p#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_8p.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_8p.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_8p.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_8p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_8p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_8p.summary > *:nth-child(3n+1), .gap1.c1_8p.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_8p.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_8p.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_8p.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_8p.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_8p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_9p > *:nth-child(3n+1), .gap1.col3.c1_9p#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_9p.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_9p.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_9p.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_9p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_9p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_9p.summary > *:nth-child(3n+1), .gap1.c1_9p.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_9p.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_9p.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_9p.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_9p.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_9p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_10p > *:nth-child(3n+1), .gap1.col3.c1_10p#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_10p.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_10p.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_10p.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_10p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_10p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_10p.summary > *:nth-child(3n+1), .gap1.c1_10p.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_10p.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_10p.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_10p.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_10p.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_10p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_11p > *:nth-child(3n+1), .gap1.col3.c1_11p#fulldocs > *:nth-child(3n+1), .gap1.col3.c1_11p.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.c1_11p.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.c1_11p.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.c1_11p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.c1_11p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.c1_11p.summary > *:nth-child(3n+1), .gap1.c1_11p.defaultGrid363 > *:nth-child(3n+1), .gap1.c1_11p.defaultGrid333 > *:nth-child(3n+1), .gap1.c1_11p.defaultGrid336 > *:nth-child(3n+1), .gap1.c1_11p.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.c1_11p.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.c1_11p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c1_12p > *:nth-child(3n+1), .gap1.col3#fulldocs > *:nth-child(3n+1), .gap1.col3.defaultGrid9_3 > *:nth-child(3n+1), .gap1.col3.defaultGrid8_4 > *:nth-child(3n+1), .gap1.col3.defaultGrid7_5 > *:nth-child(3n+1), .gap1.col3.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap1.col3.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap1.col3.summary > *:nth-child(3n+1), .gap1.defaultGrid363 > *:nth-child(3n+1), .gap1.defaultGrid333 > *:nth-child(3n+1), .gap1.defaultGrid336 > *:nth-child(3n+1), .gap1.defaultGrid246 > *:nth-child(3n+1), .gap1.col3.defaultGrid4_8 > *:nth-child(3n+1), .gap1.col3.defaultGrid3_9 > *:nth-child(3n+1) {
    width: 100% !important;
  }
  .row.gap1.col3.c2_1p > *:nth-child(3n+2), .gap1.col3.c2_1p#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_1p.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_1p.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_1p.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_1p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_1p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_1p.summary > *:nth-child(3n+2), .gap1.c2_1p.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_1p.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_1p.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_1p.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_1p.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_1p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_2p > *:nth-child(3n+2), .gap1.col3.c2_2p#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_2p.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_2p.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_2p.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_2p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_2p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_2p.summary > *:nth-child(3n+2), .gap1.c2_2p.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_2p.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_2p.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_2p.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_2p.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_2p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_3p > *:nth-child(3n+2), .gap1.col3.c2_3p#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_3p.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_3p.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_3p.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_3p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_3p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_3p.summary > *:nth-child(3n+2), .gap1.c2_3p.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_3p.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_3p.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_3p.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_3p.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_3p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_4p > *:nth-child(3n+2), .gap1.col3.c2_4p#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_4p.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_4p.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_4p.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_4p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_4p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_4p.summary > *:nth-child(3n+2), .gap1.c2_4p.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_4p.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_4p.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_4p.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_4p.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_4p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_5p > *:nth-child(3n+2), .gap1.col3.c2_5p#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_5p.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_5p.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_5p.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_5p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_5p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_5p.summary > *:nth-child(3n+2), .gap1.c2_5p.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_5p.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_5p.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_5p.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_5p.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_5p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_6p > *:nth-child(3n+2), .gap1.col3.c2_6p#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_6p.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_6p.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_6p.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_6p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_6p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_6p.summary > *:nth-child(3n+2), .gap1.c2_6p.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_6p.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_6p.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_6p.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_6p.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_6p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_7p > *:nth-child(3n+2), .gap1.col3.c2_7p#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_7p.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_7p.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_7p.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_7p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_7p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_7p.summary > *:nth-child(3n+2), .gap1.c2_7p.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_7p.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_7p.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_7p.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_7p.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_7p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_8p > *:nth-child(3n+2), .gap1.col3.c2_8p#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_8p.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_8p.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_8p.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_8p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_8p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_8p.summary > *:nth-child(3n+2), .gap1.c2_8p.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_8p.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_8p.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_8p.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_8p.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_8p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_9p > *:nth-child(3n+2), .gap1.col3.c2_9p#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_9p.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_9p.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_9p.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_9p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_9p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_9p.summary > *:nth-child(3n+2), .gap1.c2_9p.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_9p.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_9p.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_9p.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_9p.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_9p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_10p > *:nth-child(3n+2), .gap1.col3.c2_10p#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_10p.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_10p.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_10p.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_10p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_10p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_10p.summary > *:nth-child(3n+2), .gap1.c2_10p.defaultGrid363 > *:nth-child(3n+2), .gap1.c2_10p.defaultGrid333 > *:nth-child(3n+2), .gap1.c2_10p.defaultGrid336 > *:nth-child(3n+2), .gap1.c2_10p.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.c2_10p.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_10p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_11p > *:nth-child(3n+2), .gap1.col3#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_11p.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.c2_11p.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.c2_11p.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.c2_11p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.c2_11p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.c2_11p.summary > *:nth-child(3n+2), .gap1.c2_11p.defaultGrid363 > *:nth-child(3n+2), .gap1.defaultGrid363#fulldocs > *:nth-child(3n+2), .gap1.c2_11p.defaultGrid333 > *:nth-child(3n+2), .gap1.defaultGrid333#fulldocs > *:nth-child(3n+2), .gap1.c2_11p.defaultGrid336 > *:nth-child(3n+2), .gap1.defaultGrid336#fulldocs > *:nth-child(3n+2), .gap1.c2_11p.defaultGrid246 > *:nth-child(3n+2), .gap1.defaultGrid246#fulldocs > *:nth-child(3n+2), .gap1.col3.c2_11p.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.c2_11p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c2_12p > *:nth-child(3n+2), .gap1.col3.c2_12p#fulldocs > *:nth-child(3n+2), .gap1.col3.defaultGrid9_3 > *:nth-child(3n+2), .gap1.col3.defaultGrid8_4 > *:nth-child(3n+2), .gap1.col3.defaultGrid7_5 > *:nth-child(3n+2), .gap1.col3.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap1.col3.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap1.col3.summary > *:nth-child(3n+2), .gap1.defaultGrid363 > *:nth-child(3n+2), .gap1.defaultGrid333 > *:nth-child(3n+2), .gap1.defaultGrid336 > *:nth-child(3n+2), .gap1.defaultGrid246 > *:nth-child(3n+2), .gap1.col3.defaultGrid4_8 > *:nth-child(3n+2), .gap1.col3.defaultGrid3_9 > *:nth-child(3n+2) {
    width: 100% !important;
  }
  .row.gap1.col3.c3_1p > *:nth-child(3n+3), .gap1.col3.c3_1p#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_1p.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_1p.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_1p.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_1p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_1p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_1p.summary > *:nth-child(3n+3), .gap1.c3_1p.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_1p.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_1p.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_1p.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_1p.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_1p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_2p > *:nth-child(3n+3), .gap1.col3.c3_2p#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_2p.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_2p.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_2p.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_2p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_2p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_2p.summary > *:nth-child(3n+3), .gap1.c3_2p.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_2p.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_2p.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_2p.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_2p.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_2p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_3p > *:nth-child(3n+3), .gap1.col3.c3_3p#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_3p.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_3p.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_3p.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_3p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_3p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_3p.summary > *:nth-child(3n+3), .gap1.c3_3p.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_3p.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_3p.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_3p.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_3p.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_3p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_4p > *:nth-child(3n+3), .gap1.col3.c3_4p#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_4p.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_4p.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_4p.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_4p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_4p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_4p.summary > *:nth-child(3n+3), .gap1.c3_4p.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_4p.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_4p.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_4p.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_4p.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_4p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_5p > *:nth-child(3n+3), .gap1.col3.c3_5p#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_5p.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_5p.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_5p.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_5p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_5p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_5p.summary > *:nth-child(3n+3), .gap1.c3_5p.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_5p.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_5p.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_5p.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_5p.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_5p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_6p > *:nth-child(3n+3), .gap1.col3.c3_6p#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_6p.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_6p.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_6p.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_6p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_6p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_6p.summary > *:nth-child(3n+3), .gap1.c3_6p.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_6p.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_6p.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_6p.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_6p.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_6p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_7p > *:nth-child(3n+3), .gap1.col3.c3_7p#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_7p.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_7p.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_7p.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_7p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_7p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_7p.summary > *:nth-child(3n+3), .gap1.c3_7p.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_7p.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_7p.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_7p.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_7p.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_7p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_8p > *:nth-child(3n+3), .gap1.col3.c3_8p#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_8p.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_8p.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_8p.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_8p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_8p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_8p.summary > *:nth-child(3n+3), .gap1.c3_8p.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_8p.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_8p.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_8p.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_8p.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_8p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_9p > *:nth-child(3n+3), .gap1.col3.c3_9p#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_9p.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_9p.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_9p.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_9p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_9p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_9p.summary > *:nth-child(3n+3), .gap1.c3_9p.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_9p.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_9p.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_9p.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_9p.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_9p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_10p > *:nth-child(3n+3), .gap1.col3.c3_10p#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_10p.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_10p.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_10p.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_10p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_10p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_10p.summary > *:nth-child(3n+3), .gap1.c3_10p.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_10p.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_10p.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_10p.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_10p.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_10p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_11p > *:nth-child(3n+3), .gap1.col3.c3_11p#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_11p.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_11p.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_11p.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_11p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_11p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_11p.summary > *:nth-child(3n+3), .gap1.c3_11p.defaultGrid363 > *:nth-child(3n+3), .gap1.c3_11p.defaultGrid333 > *:nth-child(3n+3), .gap1.c3_11p.defaultGrid336 > *:nth-child(3n+3), .gap1.c3_11p.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_11p.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_11p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 0.6666666667rem) !important;
  }
  .row.gap1.col3.c3_12p > *:nth-child(3n+3), .gap1.col3.c3_12p#fulldocs > *:nth-child(3n+3), .gap1.col3.c3_12p.defaultGrid9_3 > *:nth-child(3n+3), .gap1.col3.c3_12p.defaultGrid8_4 > *:nth-child(3n+3), .gap1.col3.c3_12p.defaultGrid7_5 > *:nth-child(3n+3), .gap1.col3.c3_12p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap1.col3.c3_12p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap1.col3.c3_12p.summary > *:nth-child(3n+3), .gap1.defaultGrid363 > *:nth-child(3n+3), .gap1.defaultGrid333 > *:nth-child(3n+3), .gap1.defaultGrid336 > *:nth-child(3n+3), .gap1.defaultGrid246 > *:nth-child(3n+3), .gap1.col3.c3_12p.defaultGrid4_8 > *:nth-child(3n+3), .gap1.col3.c3_12p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: 100% !important;
  }
}
.row.gap2, #fulldocs, .gap2.defaultGrid9_3, .gap2.defaultGrid8_4, .defaultGrid7_5, .gap2.defaultGrid6_6, .groupagedetail .header .gap2.summary, .inteplannengroupage .header .gap2.summary, .gap2.defaultGrid363, .gap2.defaultGrid333, .gap2.defaultGrid336, .defaultGrid246, .gap2.defaultGrid4_8, .gap2.defaultGrid3_9 {
  grid-gap: 2rem;
}
.row.gap2.col1.c1_1 > *:nth-child(1n+1), .col1.c1_1#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_1.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_1.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_1.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_1.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_1.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_1.summary > *:nth-child(1n+1), .gap2.col1.c1_1.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_1.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_1.defaultGrid336 > *:nth-child(1n+1), .col1.c1_1.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_1.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_1.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
}
.row.gap2.col1.c1_2 > *:nth-child(1n+1), .col1.c1_2#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_2.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_2.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_2.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_2.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_2.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_2.summary > *:nth-child(1n+1), .gap2.col1.c1_2.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_2.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_2.defaultGrid336 > *:nth-child(1n+1), .col1.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_2.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_2.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.row.gap2.col1.c1_3 > *:nth-child(1n+1), .col1.c1_3#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_3.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_3.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_3.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_3.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_3.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_3.summary > *:nth-child(1n+1), .gap2.col1.defaultGrid363 > *:nth-child(1n+1), .col1.defaultGrid363#fulldocs > *:nth-child(1n+1), .col1.defaultGrid363.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_3.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.defaultGrid336 > *:nth-child(1n+1), .col1.defaultGrid336#fulldocs > *:nth-child(1n+1), .col1.defaultGrid336.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_3.defaultGrid246 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid363 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid336 > *:nth-child(1n+1), .gap2.col1.c1_3.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.defaultGrid3_9 > *:nth-child(1n+1), .col1.defaultGrid3_9#fulldocs > *:nth-child(1n+1), .col1.defaultGrid3_9.defaultGrid7_5 > *:nth-child(1n+1), .col1.defaultGrid3_9.defaultGrid246 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
}
.row.gap2.col1.c1_4 > *:nth-child(1n+1), .col1.c1_4#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_4.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_4.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_4.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_4.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_4.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_4.summary > *:nth-child(1n+1), .gap2.col1.c1_4.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.defaultGrid333 > *:nth-child(1n+1), .col1.defaultGrid333#fulldocs > *:nth-child(1n+1), .col1.defaultGrid333.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_4.defaultGrid336 > *:nth-child(1n+1), .col1.c1_4.defaultGrid246 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.defaultGrid4_8 > *:nth-child(1n+1), .col1.defaultGrid4_8#fulldocs > *:nth-child(1n+1), .col1.defaultGrid4_8.defaultGrid7_5 > *:nth-child(1n+1), .col1.defaultGrid4_8.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_4.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.row.gap2.col1.c1_5 > *:nth-child(1n+1), .col1.c1_5#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_5.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_5.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_5.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_5.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_5.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_5.summary > *:nth-child(1n+1), .gap2.col1.c1_5.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_5.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_5.defaultGrid336 > *:nth-child(1n+1), .col1.c1_5.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_5.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_5.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
}
.row.gap2.col1.c1_6 > *:nth-child(1n+1), .col1.c1_6#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_6.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_6.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_6.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.defaultGrid6_6 > *:nth-child(1n+1), .col1.defaultGrid6_6#fulldocs > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.summary > *:nth-child(1n+1), .groupagedetail .header .col1.summary#fulldocs > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.summary#fulldocs > *:nth-child(1n+1), .col1.defaultGrid6_6.defaultGrid7_5 > *:nth-child(1n+1), .groupagedetail .header .col1.defaultGrid7_5.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.defaultGrid7_5.summary > *:nth-child(1n+1), .gap2.col1.c1_6.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_6.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_6.defaultGrid336 > *:nth-child(1n+1), .col1.c1_6.defaultGrid246 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.defaultGrid246.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.defaultGrid246.summary > *:nth-child(1n+1), .gap2.col1.c1_6.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_6.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.row.gap2.col1.c1_7 > *:nth-child(1n+1), .col1.c1_7#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_7.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_7.defaultGrid8_4 > *:nth-child(1n+1), .col1.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_7.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_7.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_7.summary > *:nth-child(1n+1), .gap2.col1.c1_7.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_7.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_7.defaultGrid336 > *:nth-child(1n+1), .col1.c1_7.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_7.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_7.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
}
.row.gap2.col1.c1_8 > *:nth-child(1n+1), .col1.c1_8#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_8.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.defaultGrid8_4 > *:nth-child(1n+1), .col1.defaultGrid8_4#fulldocs > *:nth-child(1n+1), .col1.c1_8.defaultGrid7_5 > *:nth-child(1n+1), .col1.defaultGrid7_5.defaultGrid8_4 > *:nth-child(1n+1), .gap2.col1.c1_8.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_8.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_8.summary > *:nth-child(1n+1), .gap2.col1.c1_8.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_8.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_8.defaultGrid336 > *:nth-child(1n+1), .col1.c1_8.defaultGrid246 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid8_4 > *:nth-child(1n+1), .gap2.col1.c1_8.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_8.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
.row.gap2.col1.c1_9 > *:nth-child(1n+1), .col1.c1_9#fulldocs > *:nth-child(1n+1), .gap2.col1.defaultGrid9_3 > *:nth-child(1n+1), .col1.defaultGrid9_3#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_9.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_9.defaultGrid7_5 > *:nth-child(1n+1), .col1.defaultGrid7_5.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_9.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_9.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_9.summary > *:nth-child(1n+1), .gap2.col1.c1_9.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_9.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_9.defaultGrid336 > *:nth-child(1n+1), .col1.c1_9.defaultGrid246 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_9.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_9.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
}
.row.gap2.col1.c1_10 > *:nth-child(1n+1), .col1.c1_10#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_10.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_10.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_10.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_10.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_10.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_10.summary > *:nth-child(1n+1), .gap2.col1.c1_10.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_10.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_10.defaultGrid336 > *:nth-child(1n+1), .col1.c1_10.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_10.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_10.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
.row.gap2.col1.c1_11 > *:nth-child(1n+1), .col1.c1_11#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_11.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_11.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_11.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_11.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_11.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_11.summary > *:nth-child(1n+1), .gap2.col1.c1_11.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_11.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_11.defaultGrid336 > *:nth-child(1n+1), .col1.c1_11.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_11.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_11.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
}
.row.gap2.col1.c1_12 > *:nth-child(1n+1), .col1#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_12.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_12.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_12.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_12.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_12.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_12.summary > *:nth-child(1n+1), .gap2.col1.c1_12.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_12.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_12.defaultGrid336 > *:nth-child(1n+1), .col1.c1_12.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_12.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_12.defaultGrid3_9 > *:nth-child(1n+1) {
  width: 100% !important;
}
.row.gap2.col1.c2_1 > *:nth-child(1n+2), .col1.c2_1#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_1.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_1.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_1.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_1.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_1.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_1.summary > *:nth-child(1n+2), .gap2.col1.c2_1.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_1.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_1.defaultGrid336 > *:nth-child(1n+2), .col1.c2_1.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_1.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_1.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
}
.row.gap2.col1.c2_2 > *:nth-child(1n+2), .col1.c2_2#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_2.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_2.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_2.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_2.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_2.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_2.summary > *:nth-child(1n+2), .gap2.col1.c2_2.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_2.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_2.defaultGrid336 > *:nth-child(1n+2), .col1.c2_2.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_2.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_2.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.row.gap2.col1.c2_3 > *:nth-child(1n+2), .col1.c2_3#fulldocs > *:nth-child(1n+2), .gap2.col1.defaultGrid9_3 > *:nth-child(1n+2), .col1.defaultGrid9_3#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_3.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_3.defaultGrid7_5 > *:nth-child(1n+2), .col1.defaultGrid7_5.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_3.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_3.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_3.summary > *:nth-child(1n+2), .gap2.col1.c2_3.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_3.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.defaultGrid336 > *:nth-child(1n+2), .col1.defaultGrid336#fulldocs > *:nth-child(1n+2), .col1.defaultGrid336.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_3.defaultGrid246 > *:nth-child(1n+2), .col1.defaultGrid246.defaultGrid9_3 > *:nth-child(1n+2), .col1.defaultGrid246.defaultGrid336 > *:nth-child(1n+2), .gap2.col1.c2_3.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_3.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
}
.row.gap2.col1.c2_4 > *:nth-child(1n+2), .col1.c2_4#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_4.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.defaultGrid8_4 > *:nth-child(1n+2), .col1.defaultGrid8_4#fulldocs > *:nth-child(1n+2), .col1.c2_4.defaultGrid7_5 > *:nth-child(1n+2), .col1.defaultGrid7_5.defaultGrid8_4 > *:nth-child(1n+2), .gap2.col1.c2_4.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_4.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_4.summary > *:nth-child(1n+2), .gap2.col1.c2_4.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.defaultGrid333 > *:nth-child(1n+2), .col1.defaultGrid333#fulldocs > *:nth-child(1n+2), .col1.defaultGrid333.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_4.defaultGrid336 > *:nth-child(1n+2), .col1.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_4.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_4.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.row.gap2.col1.c2_5 > *:nth-child(1n+2), .col1.c2_5#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_5.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_5.defaultGrid8_4 > *:nth-child(1n+2), .col1.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_5.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_5.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_5.summary > *:nth-child(1n+2), .gap2.col1.c2_5.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_5.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_5.defaultGrid336 > *:nth-child(1n+2), .col1.c2_5.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_5.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_5.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
}
.row.gap2.col1.c2_6 > *:nth-child(1n+2), .col1.c2_6#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_6.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_6.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_6.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.defaultGrid6_6 > *:nth-child(1n+2), .col1.defaultGrid6_6#fulldocs > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.summary > *:nth-child(1n+2), .groupagedetail .header .col1.summary#fulldocs > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.summary#fulldocs > *:nth-child(1n+2), .col1.defaultGrid6_6.defaultGrid7_5 > *:nth-child(1n+2), .groupagedetail .header .col1.defaultGrid7_5.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.defaultGrid7_5.summary > *:nth-child(1n+2), .gap2.col1.defaultGrid363 > *:nth-child(1n+2), .col1.defaultGrid363#fulldocs > *:nth-child(1n+2), .col1.defaultGrid363.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_6.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_6.defaultGrid336 > *:nth-child(1n+2), .col1.c2_6.defaultGrid246 > *:nth-child(1n+2), .col1.defaultGrid246.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.defaultGrid246.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.defaultGrid246.summary > *:nth-child(1n+2), .col1.defaultGrid246.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_6.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_6.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.row.gap2.col1.c2_7 > *:nth-child(1n+2), .col1.c2_7#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_7.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_7.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_7.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_7.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_7.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_7.summary > *:nth-child(1n+2), .gap2.col1.c2_7.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_7.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_7.defaultGrid336 > *:nth-child(1n+2), .col1.c2_7.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_7.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_7.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
}
.row.gap2.col1.c2_8 > *:nth-child(1n+2), .col1.c2_8#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_8.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_8.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_8.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_8.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_8.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_8.summary > *:nth-child(1n+2), .gap2.col1.c2_8.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_8.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_8.defaultGrid336 > *:nth-child(1n+2), .col1.c2_8.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.defaultGrid4_8 > *:nth-child(1n+2), .col1.defaultGrid4_8#fulldocs > *:nth-child(1n+2), .col1.defaultGrid4_8.defaultGrid7_5 > *:nth-child(1n+2), .col1.defaultGrid4_8.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_8.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
.row.gap2.col1.c2_9 > *:nth-child(1n+2), .col1.c2_9#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_9.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_9.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_9.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_9.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_9.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_9.summary > *:nth-child(1n+2), .gap2.col1.c2_9.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_9.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_9.defaultGrid336 > *:nth-child(1n+2), .col1.c2_9.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_9.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.defaultGrid3_9 > *:nth-child(1n+2), .col1.defaultGrid3_9#fulldocs > *:nth-child(1n+2), .col1.defaultGrid3_9.defaultGrid7_5 > *:nth-child(1n+2), .col1.defaultGrid3_9.defaultGrid246 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
}
.row.gap2.col1.c2_10 > *:nth-child(1n+2), .col1.c2_10#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_10.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_10.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_10.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_10.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_10.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_10.summary > *:nth-child(1n+2), .gap2.col1.c2_10.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_10.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_10.defaultGrid336 > *:nth-child(1n+2), .col1.c2_10.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_10.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_10.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
.row.gap2.col1.c2_11 > *:nth-child(1n+2), .col1#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_11.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_11.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_11.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_11.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_11.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_11.summary > *:nth-child(1n+2), .gap2.col1.c2_11.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_11.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_11.defaultGrid336 > *:nth-child(1n+2), .col1.c2_11.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_11.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_11.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
}
.row.gap2.col1.c2_12 > *:nth-child(1n+2), .col1.c2_12#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_12.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_12.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_12.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_12.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_12.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_12.summary > *:nth-child(1n+2), .gap2.col1.c2_12.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_12.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_12.defaultGrid336 > *:nth-child(1n+2), .col1.c2_12.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_12.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_12.defaultGrid3_9 > *:nth-child(1n+2) {
  width: 100% !important;
}
.row.gap2.col1.c3_1 > *:nth-child(1n+3), .col1.c3_1#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_1.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_1.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_1.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_1.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_1.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_1.summary > *:nth-child(1n+3), .gap2.col1.c3_1.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_1.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_1.defaultGrid336 > *:nth-child(1n+3), .col1.c3_1.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_1.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_1.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
}
.row.gap2.col1.c3_2 > *:nth-child(1n+3), .col1.c3_2#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_2.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_2.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_2.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_2.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_2.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_2.summary > *:nth-child(1n+3), .gap2.col1.c3_2.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_2.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_2.defaultGrid336 > *:nth-child(1n+3), .col1.c3_2.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_2.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_2.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.row.gap2.col1.c3_3 > *:nth-child(1n+3), .col1.c3_3#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_3.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_3.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_3.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_3.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_3.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_3.summary > *:nth-child(1n+3), .gap2.col1.defaultGrid363 > *:nth-child(1n+3), .col1.defaultGrid363#fulldocs > *:nth-child(1n+3), .col1.defaultGrid363.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_3.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_3.defaultGrid336 > *:nth-child(1n+3), .col1.c3_3.defaultGrid246 > *:nth-child(1n+3), .col1.defaultGrid246.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_3.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_3.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
}
.row.gap2.col1.c3_4 > *:nth-child(1n+3), .col1.c3_4#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_4.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_4.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_4.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_4.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_4.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_4.summary > *:nth-child(1n+3), .gap2.col1.c3_4.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.defaultGrid333 > *:nth-child(1n+3), .col1.defaultGrid333#fulldocs > *:nth-child(1n+3), .col1.defaultGrid333.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_4.defaultGrid336 > *:nth-child(1n+3), .col1.c3_4.defaultGrid246 > *:nth-child(1n+3), .col1.defaultGrid246.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_4.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_4.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.row.gap2.col1.c3_5 > *:nth-child(1n+3), .col1.c3_5#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_5.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_5.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_5.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_5.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_5.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_5.summary > *:nth-child(1n+3), .gap2.col1.c3_5.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_5.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_5.defaultGrid336 > *:nth-child(1n+3), .col1.c3_5.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_5.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_5.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
}
.row.gap2.col1.c3_6 > *:nth-child(1n+3), .col1.c3_6#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_6.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_6.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_6.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_6.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_6.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_6.summary > *:nth-child(1n+3), .gap2.col1.c3_6.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_6.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.defaultGrid336 > *:nth-child(1n+3), .col1.defaultGrid336#fulldocs > *:nth-child(1n+3), .col1.defaultGrid336.defaultGrid7_5 > *:nth-child(1n+3), .col1.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_6.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_6.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.row.gap2.col1.c3_7 > *:nth-child(1n+3), .col1.c3_7#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_7.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_7.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_7.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_7.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_7.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_7.summary > *:nth-child(1n+3), .gap2.col1.c3_7.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_7.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_7.defaultGrid336 > *:nth-child(1n+3), .col1.c3_7.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_7.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_7.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
}
.row.gap2.col1.c3_8 > *:nth-child(1n+3), .col1.c3_8#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_8.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_8.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_8.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_8.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_8.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_8.summary > *:nth-child(1n+3), .gap2.col1.c3_8.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_8.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_8.defaultGrid336 > *:nth-child(1n+3), .col1.c3_8.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_8.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_8.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
.row.gap2.col1.c3_9 > *:nth-child(1n+3), .col1.c3_9#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_9.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_9.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_9.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_9.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_9.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_9.summary > *:nth-child(1n+3), .gap2.col1.c3_9.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_9.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_9.defaultGrid336 > *:nth-child(1n+3), .col1.c3_9.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_9.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_9.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
}
.row.gap2.col1.c3_10 > *:nth-child(1n+3), .col1.c3_10#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_10.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_10.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_10.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_10.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_10.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_10.summary > *:nth-child(1n+3), .gap2.col1.c3_10.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_10.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_10.defaultGrid336 > *:nth-child(1n+3), .col1.c3_10.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_10.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_10.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
.row.gap2.col1.c3_11 > *:nth-child(1n+3), .col1.c3_11#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_11.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_11.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_11.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_11.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_11.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_11.summary > *:nth-child(1n+3), .gap2.col1.c3_11.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_11.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_11.defaultGrid336 > *:nth-child(1n+3), .col1.c3_11.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_11.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_11.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
}
.row.gap2.col1.c3_12 > *:nth-child(1n+3), .col1.c3_12#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_12.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_12.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_12.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_12.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_12.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_12.summary > *:nth-child(1n+3), .gap2.col1.c3_12.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_12.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_12.defaultGrid336 > *:nth-child(1n+3), .col1.c3_12.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_12.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_12.defaultGrid3_9 > *:nth-child(1n+3) {
  width: 100% !important;
}
.row.gap2.col2.c1_1 > *:nth-child(2n+1), .c1_1#fulldocs > *:nth-child(2n+1), .gap2.c1_1.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_1.defaultGrid8_4 > *:nth-child(2n+1), .c1_1.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_1.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_1.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_1.summary > *:nth-child(2n+1), .gap2.col2.c1_1.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_1.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_1.defaultGrid336 > *:nth-child(2n+1), .col2.c1_1.defaultGrid246 > *:nth-child(2n+1), .c1_1.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_1.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_1.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_1.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_1.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_1.defaultGrid4_8 > *:nth-child(2n+1), .c1_1.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_1.defaultGrid3_9 > *:nth-child(2n+1), .c1_1.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 1) - 1rem) !important;
}
.row.gap2.col2.c1_2 > *:nth-child(2n+1), .c1_2#fulldocs > *:nth-child(2n+1), .gap2.c1_2.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_2.defaultGrid8_4 > *:nth-child(2n+1), .c1_2.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_2.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_2.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_2.summary > *:nth-child(2n+1), .gap2.col2.c1_2.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_2.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_2.defaultGrid336 > *:nth-child(2n+1), .col2.defaultGrid246 > *:nth-child(2n+1), .defaultGrid246#fulldocs > *:nth-child(2n+1), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid246.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_2.defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_2.defaultGrid3_9 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 2) - 1rem) !important;
}
.row.gap2.col2.c1_3 > *:nth-child(2n+1), .c1_3#fulldocs > *:nth-child(2n+1), .gap2.c1_3.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_3.defaultGrid8_4 > *:nth-child(2n+1), .c1_3.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_3.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_3.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_3.summary > *:nth-child(2n+1), .gap2.col2.defaultGrid363 > *:nth-child(2n+1), .defaultGrid363#fulldocs > *:nth-child(2n+1), .gap2.defaultGrid363.defaultGrid9_3 > *:nth-child(2n+1), .gap2.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .gap2.defaultGrid363.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.defaultGrid363.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.defaultGrid363.summary > *:nth-child(2n+1), .gap2.col2.c1_3.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.defaultGrid336 > *:nth-child(2n+1), .defaultGrid336#fulldocs > *:nth-child(2n+1), .gap2.defaultGrid336.defaultGrid9_3 > *:nth-child(2n+1), .gap2.defaultGrid336.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap2.defaultGrid336.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.defaultGrid336.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.defaultGrid336.summary > *:nth-child(2n+1), .col2.c1_3.defaultGrid246 > *:nth-child(2n+1), .c1_3.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_3.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_3.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_3.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_3.defaultGrid246.summary > *:nth-child(2n+1), .col2.defaultGrid246.defaultGrid363 > *:nth-child(2n+1), .defaultGrid246.defaultGrid363.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid246.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid246.defaultGrid363.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid246.defaultGrid363.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid246.defaultGrid363.summary > *:nth-child(2n+1), .col2.defaultGrid246.defaultGrid336 > *:nth-child(2n+1), .defaultGrid246.defaultGrid336.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid246.defaultGrid336.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid246.defaultGrid336.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid246.defaultGrid336.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid246.defaultGrid336.summary > *:nth-child(2n+1), .gap2.c1_3.defaultGrid4_8 > *:nth-child(2n+1), .gap2.defaultGrid4_8.defaultGrid363 > *:nth-child(2n+1), .gap2.defaultGrid4_8.defaultGrid336 > *:nth-child(2n+1), .c1_3.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid246.defaultGrid363 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid246.defaultGrid336 > *:nth-child(2n+1), .gap2.defaultGrid3_9 > *:nth-child(2n+1), .defaultGrid3_9#fulldocs > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 3) - 1rem) !important;
}
.row.gap2.col2.c1_4 > *:nth-child(2n+1), .c1_4#fulldocs > *:nth-child(2n+1), .gap2.c1_4.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_4.defaultGrid8_4 > *:nth-child(2n+1), .c1_4.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_4.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_4.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_4.summary > *:nth-child(2n+1), .gap2.col2.c1_4.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.defaultGrid333 > *:nth-child(2n+1), .defaultGrid333#fulldocs > *:nth-child(2n+1), .gap2.defaultGrid333.defaultGrid9_3 > *:nth-child(2n+1), .gap2.defaultGrid333.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .gap2.defaultGrid333.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.defaultGrid333.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.defaultGrid333.summary > *:nth-child(2n+1), .gap2.col2.c1_4.defaultGrid336 > *:nth-child(2n+1), .col2.c1_4.defaultGrid246 > *:nth-child(2n+1), .c1_4.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_4.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_4.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_4.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_4.defaultGrid246.summary > *:nth-child(2n+1), .col2.defaultGrid246.defaultGrid333 > *:nth-child(2n+1), .defaultGrid246.defaultGrid333.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid246.defaultGrid333.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid246.defaultGrid333.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid246.defaultGrid333.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid246.defaultGrid333.summary > *:nth-child(2n+1), .gap2.defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid4_8#fulldocs > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_4.defaultGrid3_9 > *:nth-child(2n+1), .gap2.defaultGrid3_9.defaultGrid333 > *:nth-child(2n+1), .c1_4.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid246.defaultGrid333 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 4) - 1rem) !important;
}
.row.gap2.col2.c1_5 > *:nth-child(2n+1), .c1_5#fulldocs > *:nth-child(2n+1), .gap2.c1_5.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_5.defaultGrid8_4 > *:nth-child(2n+1), .c1_5.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_5.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_5.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_5.summary > *:nth-child(2n+1), .gap2.col2.c1_5.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_5.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_5.defaultGrid336 > *:nth-child(2n+1), .col2.c1_5.defaultGrid246 > *:nth-child(2n+1), .c1_5.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_5.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_5.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_5.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_5.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_5.defaultGrid4_8 > *:nth-child(2n+1), .c1_5.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_5.defaultGrid3_9 > *:nth-child(2n+1), .c1_5.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 5) - 1rem) !important;
}
.row.gap2.col2.c1_6 > *:nth-child(2n+1), .c1_6#fulldocs > *:nth-child(2n+1), .gap2.c1_6.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_6.defaultGrid8_4 > *:nth-child(2n+1), .c1_6.defaultGrid7_5 > *:nth-child(2n+1), .gap2.defaultGrid6_6 > *:nth-child(2n+1), .defaultGrid6_6#fulldocs > *:nth-child(2n+1), .groupagedetail .header .gap2.summary > *:nth-child(2n+1), .groupagedetail .header .summary#fulldocs > *:nth-child(2n+1), .inteplannengroupage .header .gap2.summary > *:nth-child(2n+1), .inteplannengroupage .header .summary#fulldocs > *:nth-child(2n+1), .defaultGrid6_6.defaultGrid7_5 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid7_5.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid7_5.summary > *:nth-child(2n+1), .gap2.col2.c1_6.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_6.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_6.defaultGrid336 > *:nth-child(2n+1), .col2.c1_6.defaultGrid246 > *:nth-child(2n+1), .c1_6.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_6.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_6.defaultGrid4_8 > *:nth-child(2n+1), .c1_6.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_6.defaultGrid3_9 > *:nth-child(2n+1), .c1_6.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 1rem) !important;
}
.row.gap2.col2.c1_7 > *:nth-child(2n+1), .c1_7#fulldocs > *:nth-child(2n+1), .gap2.c1_7.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_7.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_7.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_7.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_7.summary > *:nth-child(2n+1), .gap2.col2.c1_7.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_7.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_7.defaultGrid336 > *:nth-child(2n+1), .col2.c1_7.defaultGrid246 > *:nth-child(2n+1), .c1_7.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_7.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_7.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_7.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_7.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_7.defaultGrid4_8 > *:nth-child(2n+1), .c1_7.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_7.defaultGrid3_9 > *:nth-child(2n+1), .c1_7.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 7) - 1rem) !important;
}
.row.gap2.col2.c1_8 > *:nth-child(2n+1), .c1_8#fulldocs > *:nth-child(2n+1), .gap2.c1_8.defaultGrid9_3 > *:nth-child(2n+1), .gap2.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid8_4#fulldocs > *:nth-child(2n+1), .c1_8.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid7_5.defaultGrid8_4 > *:nth-child(2n+1), .gap2.c1_8.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_8.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_8.summary > *:nth-child(2n+1), .gap2.col2.c1_8.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_8.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_8.defaultGrid336 > *:nth-child(2n+1), .col2.c1_8.defaultGrid246 > *:nth-child(2n+1), .c1_8.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_8.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_8.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_8.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_8.defaultGrid4_8 > *:nth-child(2n+1), .c1_8.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_8.defaultGrid3_9 > *:nth-child(2n+1), .c1_8.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 8) - 1rem) !important;
}
.row.gap2.col2.c1_9 > *:nth-child(2n+1), .c1_9#fulldocs > *:nth-child(2n+1), .gap2.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid9_3#fulldocs > *:nth-child(2n+1), .gap2.c1_9.defaultGrid8_4 > *:nth-child(2n+1), .c1_9.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid7_5.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_9.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_9.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_9.summary > *:nth-child(2n+1), .gap2.col2.c1_9.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_9.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_9.defaultGrid336 > *:nth-child(2n+1), .col2.c1_9.defaultGrid246 > *:nth-child(2n+1), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_9.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_9.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_9.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_9.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_9.defaultGrid4_8 > *:nth-child(2n+1), .c1_9.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_9.defaultGrid3_9 > *:nth-child(2n+1), .c1_9.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 9) - 1rem) !important;
}
.row.gap2.col2.c1_10 > *:nth-child(2n+1), .c1_10#fulldocs > *:nth-child(2n+1), .gap2.c1_10.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_10.defaultGrid8_4 > *:nth-child(2n+1), .c1_10.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_10.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_10.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_10.summary > *:nth-child(2n+1), .gap2.col2.c1_10.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_10.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_10.defaultGrid336 > *:nth-child(2n+1), .col2.c1_10.defaultGrid246 > *:nth-child(2n+1), .c1_10.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_10.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_10.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_10.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_10.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_10.defaultGrid4_8 > *:nth-child(2n+1), .c1_10.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_10.defaultGrid3_9 > *:nth-child(2n+1), .c1_10.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 10) - 1rem) !important;
}
.row.gap2.col2.c1_11 > *:nth-child(2n+1), .c1_11#fulldocs > *:nth-child(2n+1), .gap2.c1_11.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_11.defaultGrid8_4 > *:nth-child(2n+1), .c1_11.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_11.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_11.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_11.summary > *:nth-child(2n+1), .gap2.col2.c1_11.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_11.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_11.defaultGrid336 > *:nth-child(2n+1), .col2.c1_11.defaultGrid246 > *:nth-child(2n+1), .c1_11.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_11.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_11.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_11.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_11.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_11.defaultGrid4_8 > *:nth-child(2n+1), .c1_11.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_11.defaultGrid3_9 > *:nth-child(2n+1), .c1_11.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 11) - 1rem) !important;
}
.row.gap2.col2.c1_12 > *:nth-child(2n+1), #fulldocs > *:nth-child(2n+1), .gap2.c1_12.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_12.defaultGrid8_4 > *:nth-child(2n+1), .c1_12.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_12.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_12.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_12.summary > *:nth-child(2n+1), .gap2.col2.c1_12.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_12.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_12.defaultGrid336 > *:nth-child(2n+1), .col2.c1_12.defaultGrid246 > *:nth-child(2n+1), .c1_12.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_12.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_12.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_12.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_12.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_12.defaultGrid4_8 > *:nth-child(2n+1), .c1_12.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_12.defaultGrid3_9 > *:nth-child(2n+1), .c1_12.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
  width: 100% !important;
}
.row.gap2.col2.c2_1 > *:nth-child(2n+2), .c2_1#fulldocs > *:nth-child(2n+2), .gap2.c2_1.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_1.defaultGrid8_4 > *:nth-child(2n+2), .c2_1.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_1.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_1.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_1.summary > *:nth-child(2n+2), .gap2.col2.c2_1.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_1.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_1.defaultGrid336 > *:nth-child(2n+2), .col2.c2_1.defaultGrid246 > *:nth-child(2n+2), .c2_1.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_1.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_1.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_1.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_1.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_1.defaultGrid4_8 > *:nth-child(2n+2), .c2_1.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_1.defaultGrid3_9 > *:nth-child(2n+2), .c2_1.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 1) - 1rem) !important;
}
.row.gap2.col2.c2_2 > *:nth-child(2n+2), .c2_2#fulldocs > *:nth-child(2n+2), .gap2.c2_2.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_2.defaultGrid8_4 > *:nth-child(2n+2), .c2_2.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_2.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_2.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_2.summary > *:nth-child(2n+2), .gap2.col2.c2_2.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_2.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_2.defaultGrid336 > *:nth-child(2n+2), .col2.c2_2.defaultGrid246 > *:nth-child(2n+2), .c2_2.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_2.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_2.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_2.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_2.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_2.defaultGrid4_8 > *:nth-child(2n+2), .c2_2.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_2.defaultGrid3_9 > *:nth-child(2n+2), .c2_2.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 2) - 1rem) !important;
}
.row.gap2.col2.c2_3 > *:nth-child(2n+2), .c2_3#fulldocs > *:nth-child(2n+2), .gap2.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid9_3#fulldocs > *:nth-child(2n+2), .gap2.c2_3.defaultGrid8_4 > *:nth-child(2n+2), .c2_3.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid7_5.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_3.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_3.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_3.summary > *:nth-child(2n+2), .gap2.col2.c2_3.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_3.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.defaultGrid336 > *:nth-child(2n+2), .defaultGrid336#fulldocs > *:nth-child(2n+2), .gap2.defaultGrid336.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap2.defaultGrid336.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.defaultGrid336.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.defaultGrid336.summary > *:nth-child(2n+2), .col2.c2_3.defaultGrid246 > *:nth-child(2n+2), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_3.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_3.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_3.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_3.defaultGrid246.summary > *:nth-child(2n+2), .col2.defaultGrid246.defaultGrid336 > *:nth-child(2n+2), .defaultGrid246.defaultGrid336.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid246.defaultGrid336.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid246.defaultGrid336.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid246.defaultGrid336.summary > *:nth-child(2n+2), .gap2.c2_3.defaultGrid4_8 > *:nth-child(2n+2), .gap2.defaultGrid4_8.defaultGrid336 > *:nth-child(2n+2), .c2_3.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid246.defaultGrid336 > *:nth-child(2n+2), .gap2.c2_3.defaultGrid3_9 > *:nth-child(2n+2), .gap2.defaultGrid3_9.defaultGrid336 > *:nth-child(2n+2), .c2_3.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid246.defaultGrid336 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 3) - 1rem) !important;
}
.row.gap2.col2.c2_4 > *:nth-child(2n+2), .c2_4#fulldocs > *:nth-child(2n+2), .gap2.c2_4.defaultGrid9_3 > *:nth-child(2n+2), .gap2.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid8_4#fulldocs > *:nth-child(2n+2), .c2_4.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid7_5.defaultGrid8_4 > *:nth-child(2n+2), .gap2.c2_4.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_4.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_4.summary > *:nth-child(2n+2), .gap2.col2.c2_4.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.defaultGrid333 > *:nth-child(2n+2), .defaultGrid333#fulldocs > *:nth-child(2n+2), .gap2.defaultGrid333.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .gap2.defaultGrid333.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.defaultGrid333.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.defaultGrid333.summary > *:nth-child(2n+2), .gap2.col2.c2_4.defaultGrid336 > *:nth-child(2n+2), .col2.defaultGrid246 > *:nth-child(2n+2), .defaultGrid246#fulldocs > *:nth-child(2n+2), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid246.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_4.defaultGrid4_8 > *:nth-child(2n+2), .gap2.defaultGrid4_8.defaultGrid333 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_4.defaultGrid3_9 > *:nth-child(2n+2), .gap2.defaultGrid3_9.defaultGrid333 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 4) - 1rem) !important;
}
.row.gap2.col2.c2_5 > *:nth-child(2n+2), .c2_5#fulldocs > *:nth-child(2n+2), .gap2.c2_5.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_5.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_5.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_5.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_5.summary > *:nth-child(2n+2), .gap2.col2.c2_5.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_5.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_5.defaultGrid336 > *:nth-child(2n+2), .col2.c2_5.defaultGrid246 > *:nth-child(2n+2), .c2_5.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_5.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_5.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_5.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_5.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_5.defaultGrid4_8 > *:nth-child(2n+2), .c2_5.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_5.defaultGrid3_9 > *:nth-child(2n+2), .c2_5.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 5) - 1rem) !important;
}
.row.gap2.col2.c2_6 > *:nth-child(2n+2), .c2_6#fulldocs > *:nth-child(2n+2), .gap2.c2_6.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_6.defaultGrid8_4 > *:nth-child(2n+2), .c2_6.defaultGrid7_5 > *:nth-child(2n+2), .gap2.defaultGrid6_6 > *:nth-child(2n+2), .defaultGrid6_6#fulldocs > *:nth-child(2n+2), .groupagedetail .header .gap2.summary > *:nth-child(2n+2), .groupagedetail .header .summary#fulldocs > *:nth-child(2n+2), .inteplannengroupage .header .gap2.summary > *:nth-child(2n+2), .inteplannengroupage .header .summary#fulldocs > *:nth-child(2n+2), .defaultGrid6_6.defaultGrid7_5 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid7_5.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid7_5.summary > *:nth-child(2n+2), .gap2.col2.defaultGrid363 > *:nth-child(2n+2), .defaultGrid363#fulldocs > *:nth-child(2n+2), .gap2.defaultGrid363.defaultGrid9_3 > *:nth-child(2n+2), .gap2.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .gap2.col2.c2_6.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_6.defaultGrid336 > *:nth-child(2n+2), .col2.c2_6.defaultGrid246 > *:nth-child(2n+2), .c2_6.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_6.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+2), .col2.defaultGrid246.defaultGrid363 > *:nth-child(2n+2), .defaultGrid246.defaultGrid363.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid246.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+2), .gap2.c2_6.defaultGrid4_8 > *:nth-child(2n+2), .gap2.defaultGrid4_8.defaultGrid363 > *:nth-child(2n+2), .c2_6.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid246.defaultGrid363 > *:nth-child(2n+2), .gap2.c2_6.defaultGrid3_9 > *:nth-child(2n+2), .gap2.defaultGrid3_9.defaultGrid363 > *:nth-child(2n+2), .c2_6.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid246.defaultGrid363 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 1rem) !important;
}
.row.gap2.col2.c2_7 > *:nth-child(2n+2), .c2_7#fulldocs > *:nth-child(2n+2), .gap2.c2_7.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_7.defaultGrid8_4 > *:nth-child(2n+2), .c2_7.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_7.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_7.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_7.summary > *:nth-child(2n+2), .gap2.col2.c2_7.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_7.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_7.defaultGrid336 > *:nth-child(2n+2), .col2.c2_7.defaultGrid246 > *:nth-child(2n+2), .c2_7.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_7.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_7.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_7.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_7.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_7.defaultGrid4_8 > *:nth-child(2n+2), .c2_7.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_7.defaultGrid3_9 > *:nth-child(2n+2), .c2_7.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 7) - 1rem) !important;
}
.row.gap2.col2.c2_8 > *:nth-child(2n+2), .c2_8#fulldocs > *:nth-child(2n+2), .gap2.c2_8.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_8.defaultGrid8_4 > *:nth-child(2n+2), .c2_8.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_8.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_8.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_8.summary > *:nth-child(2n+2), .gap2.col2.c2_8.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_8.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_8.defaultGrid336 > *:nth-child(2n+2), .col2.c2_8.defaultGrid246 > *:nth-child(2n+2), .c2_8.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_8.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_8.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_8.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_8.defaultGrid246.summary > *:nth-child(2n+2), .gap2.defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid4_8#fulldocs > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_8.defaultGrid3_9 > *:nth-child(2n+2), .c2_8.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 8) - 1rem) !important;
}
.row.gap2.col2.c2_9 > *:nth-child(2n+2), .c2_9#fulldocs > *:nth-child(2n+2), .gap2.c2_9.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_9.defaultGrid8_4 > *:nth-child(2n+2), .c2_9.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_9.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_9.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_9.summary > *:nth-child(2n+2), .gap2.col2.c2_9.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_9.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_9.defaultGrid336 > *:nth-child(2n+2), .col2.c2_9.defaultGrid246 > *:nth-child(2n+2), .c2_9.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_9.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_9.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_9.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_9.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_9.defaultGrid4_8 > *:nth-child(2n+2), .c2_9.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.defaultGrid3_9 > *:nth-child(2n+2), .defaultGrid3_9#fulldocs > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 9) - 1rem) !important;
}
.row.gap2.col2.c2_10 > *:nth-child(2n+2), .c2_10#fulldocs > *:nth-child(2n+2), .gap2.c2_10.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_10.defaultGrid8_4 > *:nth-child(2n+2), .c2_10.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_10.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_10.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_10.summary > *:nth-child(2n+2), .gap2.col2.c2_10.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_10.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_10.defaultGrid336 > *:nth-child(2n+2), .col2.c2_10.defaultGrid246 > *:nth-child(2n+2), .c2_10.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_10.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_10.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_10.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_10.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_10.defaultGrid4_8 > *:nth-child(2n+2), .c2_10.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_10.defaultGrid3_9 > *:nth-child(2n+2), .c2_10.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 10) - 1rem) !important;
}
.row.gap2.col2.c2_11 > *:nth-child(2n+2), #fulldocs > *:nth-child(2n+2), .gap2.c2_11.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_11.defaultGrid8_4 > *:nth-child(2n+2), .c2_11.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_11.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_11.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_11.summary > *:nth-child(2n+2), .gap2.col2.c2_11.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_11.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_11.defaultGrid336 > *:nth-child(2n+2), .col2.c2_11.defaultGrid246 > *:nth-child(2n+2), .c2_11.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_11.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_11.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_11.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_11.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_11.defaultGrid4_8 > *:nth-child(2n+2), .c2_11.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_11.defaultGrid3_9 > *:nth-child(2n+2), .c2_11.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 11) - 1rem) !important;
}
.row.gap2.col2.c2_12 > *:nth-child(2n+2), .c2_12#fulldocs > *:nth-child(2n+2), .gap2.c2_12.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_12.defaultGrid8_4 > *:nth-child(2n+2), .c2_12.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_12.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_12.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_12.summary > *:nth-child(2n+2), .gap2.col2.c2_12.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_12.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_12.defaultGrid336 > *:nth-child(2n+2), .col2.c2_12.defaultGrid246 > *:nth-child(2n+2), .c2_12.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_12.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_12.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_12.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_12.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_12.defaultGrid4_8 > *:nth-child(2n+2), .c2_12.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_12.defaultGrid3_9 > *:nth-child(2n+2), .c2_12.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
  width: 100% !important;
}
.row.gap2.col2.c3_1 > *:nth-child(2n+3), .c3_1#fulldocs > *:nth-child(2n+3), .gap2.c3_1.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_1.defaultGrid8_4 > *:nth-child(2n+3), .c3_1.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_1.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_1.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_1.summary > *:nth-child(2n+3), .gap2.col2.c3_1.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_1.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_1.defaultGrid336 > *:nth-child(2n+3), .col2.c3_1.defaultGrid246 > *:nth-child(2n+3), .c3_1.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_1.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_1.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_1.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_1.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_1.defaultGrid4_8 > *:nth-child(2n+3), .c3_1.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_1.defaultGrid3_9 > *:nth-child(2n+3), .c3_1.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 1) - 1rem) !important;
}
.row.gap2.col2.c3_2 > *:nth-child(2n+3), .c3_2#fulldocs > *:nth-child(2n+3), .gap2.c3_2.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_2.defaultGrid8_4 > *:nth-child(2n+3), .c3_2.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_2.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_2.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_2.summary > *:nth-child(2n+3), .gap2.col2.c3_2.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_2.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_2.defaultGrid336 > *:nth-child(2n+3), .col2.c3_2.defaultGrid246 > *:nth-child(2n+3), .c3_2.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_2.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_2.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_2.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_2.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_2.defaultGrid4_8 > *:nth-child(2n+3), .c3_2.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_2.defaultGrid3_9 > *:nth-child(2n+3), .c3_2.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 2) - 1rem) !important;
}
.row.gap2.col2.c3_3 > *:nth-child(2n+3), .c3_3#fulldocs > *:nth-child(2n+3), .gap2.c3_3.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_3.defaultGrid8_4 > *:nth-child(2n+3), .c3_3.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_3.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_3.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_3.summary > *:nth-child(2n+3), .gap2.col2.defaultGrid363 > *:nth-child(2n+3), .defaultGrid363#fulldocs > *:nth-child(2n+3), .gap2.defaultGrid363.defaultGrid9_3 > *:nth-child(2n+3), .gap2.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .gap2.defaultGrid363.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.defaultGrid363.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.defaultGrid363.summary > *:nth-child(2n+3), .gap2.col2.c3_3.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_3.defaultGrid336 > *:nth-child(2n+3), .col2.c3_3.defaultGrid246 > *:nth-child(2n+3), .c3_3.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_3.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_3.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_3.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_3.defaultGrid246.summary > *:nth-child(2n+3), .col2.defaultGrid246.defaultGrid363 > *:nth-child(2n+3), .defaultGrid246.defaultGrid363.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid246.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid246.defaultGrid363.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid246.defaultGrid363.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid246.defaultGrid363.summary > *:nth-child(2n+3), .gap2.c3_3.defaultGrid4_8 > *:nth-child(2n+3), .gap2.defaultGrid4_8.defaultGrid363 > *:nth-child(2n+3), .c3_3.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid246.defaultGrid363 > *:nth-child(2n+3), .gap2.c3_3.defaultGrid3_9 > *:nth-child(2n+3), .gap2.defaultGrid3_9.defaultGrid363 > *:nth-child(2n+3), .c3_3.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid246.defaultGrid363 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 3) - 1rem) !important;
}
.row.gap2.col2.c3_4 > *:nth-child(2n+3), .c3_4#fulldocs > *:nth-child(2n+3), .gap2.c3_4.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_4.defaultGrid8_4 > *:nth-child(2n+3), .c3_4.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_4.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_4.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_4.summary > *:nth-child(2n+3), .gap2.col2.c3_4.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.defaultGrid333 > *:nth-child(2n+3), .defaultGrid333#fulldocs > *:nth-child(2n+3), .gap2.defaultGrid333.defaultGrid9_3 > *:nth-child(2n+3), .gap2.defaultGrid333.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .gap2.defaultGrid333.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.defaultGrid333.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.defaultGrid333.summary > *:nth-child(2n+3), .gap2.col2.c3_4.defaultGrid336 > *:nth-child(2n+3), .col2.c3_4.defaultGrid246 > *:nth-child(2n+3), .c3_4.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_4.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_4.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_4.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_4.defaultGrid246.summary > *:nth-child(2n+3), .col2.defaultGrid246.defaultGrid333 > *:nth-child(2n+3), .defaultGrid246.defaultGrid333.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid246.defaultGrid333.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid246.defaultGrid333.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid246.defaultGrid333.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid246.defaultGrid333.summary > *:nth-child(2n+3), .gap2.c3_4.defaultGrid4_8 > *:nth-child(2n+3), .gap2.defaultGrid4_8.defaultGrid333 > *:nth-child(2n+3), .c3_4.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid246.defaultGrid333 > *:nth-child(2n+3), .gap2.c3_4.defaultGrid3_9 > *:nth-child(2n+3), .gap2.defaultGrid3_9.defaultGrid333 > *:nth-child(2n+3), .c3_4.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid246.defaultGrid333 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 4) - 1rem) !important;
}
.row.gap2.col2.c3_5 > *:nth-child(2n+3), .c3_5#fulldocs > *:nth-child(2n+3), .gap2.c3_5.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_5.defaultGrid8_4 > *:nth-child(2n+3), .c3_5.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_5.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_5.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_5.summary > *:nth-child(2n+3), .gap2.col2.c3_5.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_5.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_5.defaultGrid336 > *:nth-child(2n+3), .col2.c3_5.defaultGrid246 > *:nth-child(2n+3), .c3_5.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_5.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_5.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_5.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_5.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_5.defaultGrid4_8 > *:nth-child(2n+3), .c3_5.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_5.defaultGrid3_9 > *:nth-child(2n+3), .c3_5.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 5) - 1rem) !important;
}
.row.gap2.col2.c3_6 > *:nth-child(2n+3), .c3_6#fulldocs > *:nth-child(2n+3), .gap2.c3_6.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_6.defaultGrid8_4 > *:nth-child(2n+3), .c3_6.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_6.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_6.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_6.summary > *:nth-child(2n+3), .gap2.col2.c3_6.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_6.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.defaultGrid336 > *:nth-child(2n+3), .defaultGrid336#fulldocs > *:nth-child(2n+3), .gap2.defaultGrid336.defaultGrid9_3 > *:nth-child(2n+3), .gap2.defaultGrid336.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap2.defaultGrid336.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.defaultGrid336.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.defaultGrid336.summary > *:nth-child(2n+3), .col2.defaultGrid246 > *:nth-child(2n+3), .defaultGrid246#fulldocs > *:nth-child(2n+3), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid246.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_6.defaultGrid4_8 > *:nth-child(2n+3), .gap2.defaultGrid4_8.defaultGrid336 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_6.defaultGrid3_9 > *:nth-child(2n+3), .gap2.defaultGrid3_9.defaultGrid336 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 6) - 1rem) !important;
}
.row.gap2.col2.c3_7 > *:nth-child(2n+3), .c3_7#fulldocs > *:nth-child(2n+3), .gap2.c3_7.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_7.defaultGrid8_4 > *:nth-child(2n+3), .c3_7.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_7.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_7.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_7.summary > *:nth-child(2n+3), .gap2.col2.c3_7.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_7.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_7.defaultGrid336 > *:nth-child(2n+3), .col2.c3_7.defaultGrid246 > *:nth-child(2n+3), .c3_7.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_7.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_7.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_7.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_7.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_7.defaultGrid4_8 > *:nth-child(2n+3), .c3_7.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_7.defaultGrid3_9 > *:nth-child(2n+3), .c3_7.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 7) - 1rem) !important;
}
.row.gap2.col2.c3_8 > *:nth-child(2n+3), .c3_8#fulldocs > *:nth-child(2n+3), .gap2.c3_8.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_8.defaultGrid8_4 > *:nth-child(2n+3), .c3_8.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_8.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_8.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_8.summary > *:nth-child(2n+3), .gap2.col2.c3_8.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_8.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_8.defaultGrid336 > *:nth-child(2n+3), .col2.c3_8.defaultGrid246 > *:nth-child(2n+3), .c3_8.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_8.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_8.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_8.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_8.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_8.defaultGrid4_8 > *:nth-child(2n+3), .c3_8.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_8.defaultGrid3_9 > *:nth-child(2n+3), .c3_8.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 8) - 1rem) !important;
}
.row.gap2.col2.c3_9 > *:nth-child(2n+3), .c3_9#fulldocs > *:nth-child(2n+3), .gap2.c3_9.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_9.defaultGrid8_4 > *:nth-child(2n+3), .c3_9.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_9.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_9.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_9.summary > *:nth-child(2n+3), .gap2.col2.c3_9.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_9.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_9.defaultGrid336 > *:nth-child(2n+3), .col2.c3_9.defaultGrid246 > *:nth-child(2n+3), .c3_9.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_9.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_9.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_9.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_9.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_9.defaultGrid4_8 > *:nth-child(2n+3), .c3_9.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_9.defaultGrid3_9 > *:nth-child(2n+3), .c3_9.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 9) - 1rem) !important;
}
.row.gap2.col2.c3_10 > *:nth-child(2n+3), .c3_10#fulldocs > *:nth-child(2n+3), .gap2.c3_10.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_10.defaultGrid8_4 > *:nth-child(2n+3), .c3_10.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_10.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_10.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_10.summary > *:nth-child(2n+3), .gap2.col2.c3_10.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_10.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_10.defaultGrid336 > *:nth-child(2n+3), .col2.c3_10.defaultGrid246 > *:nth-child(2n+3), .c3_10.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_10.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_10.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_10.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_10.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_10.defaultGrid4_8 > *:nth-child(2n+3), .c3_10.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_10.defaultGrid3_9 > *:nth-child(2n+3), .c3_10.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 10) - 1rem) !important;
}
.row.gap2.col2.c3_11 > *:nth-child(2n+3), .c3_11#fulldocs > *:nth-child(2n+3), .gap2.c3_11.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_11.defaultGrid8_4 > *:nth-child(2n+3), .c3_11.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_11.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_11.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_11.summary > *:nth-child(2n+3), .gap2.col2.c3_11.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_11.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_11.defaultGrid336 > *:nth-child(2n+3), .col2.c3_11.defaultGrid246 > *:nth-child(2n+3), .c3_11.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_11.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_11.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_11.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_11.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_11.defaultGrid4_8 > *:nth-child(2n+3), .c3_11.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_11.defaultGrid3_9 > *:nth-child(2n+3), .c3_11.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 11) - 1rem) !important;
}
.row.gap2.col2.c3_12 > *:nth-child(2n+3), .c3_12#fulldocs > *:nth-child(2n+3), .gap2.c3_12.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_12.defaultGrid8_4 > *:nth-child(2n+3), .c3_12.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_12.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_12.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_12.summary > *:nth-child(2n+3), .gap2.col2.c3_12.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_12.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_12.defaultGrid336 > *:nth-child(2n+3), .col2.c3_12.defaultGrid246 > *:nth-child(2n+3), .c3_12.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_12.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_12.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_12.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_12.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_12.defaultGrid4_8 > *:nth-child(2n+3), .c3_12.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_12.defaultGrid3_9 > *:nth-child(2n+3), .c3_12.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
  width: 100% !important;
}
.row.gap2.col3.c1_1 > *:nth-child(3n+1), .col3.c1_1#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_1.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_1.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_1.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_1.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_1.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_1.summary > *:nth-child(3n+1), .gap2.c1_1.defaultGrid363 > *:nth-child(3n+1), .c1_1.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_1.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_1.defaultGrid333 > *:nth-child(3n+1), .c1_1.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_1.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_1.defaultGrid336 > *:nth-child(3n+1), .c1_1.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_1.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_1.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_1.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_1.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 1) - 1.3333333333rem) !important;
}
.row.gap2.col3.c1_2 > *:nth-child(3n+1), .col3.c1_2#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_2.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_2.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_2.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_2.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_2.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_2.summary > *:nth-child(3n+1), .gap2.c1_2.defaultGrid363 > *:nth-child(3n+1), .c1_2.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_2.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_2.defaultGrid333 > *:nth-child(3n+1), .c1_2.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_2.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_2.defaultGrid336 > *:nth-child(3n+1), .c1_2.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_2.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_2.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_2.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 2) - 1.3333333333rem) !important;
}
.row.gap2.col3.c1_3 > *:nth-child(3n+1), .col3.c1_3#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_3.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_3.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_3.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_3.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_3.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_3.summary > *:nth-child(3n+1), .gap2.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363#fulldocs > *:nth-child(3n+1), .defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_3.defaultGrid333 > *:nth-child(3n+1), .c1_3.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_3.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336#fulldocs > *:nth-child(3n+1), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_3.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid363 > *:nth-child(3n+1), .defaultGrid246.defaultGrid336 > *:nth-child(3n+1), .gap2.col3.c1_3.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.defaultGrid3_9 > *:nth-child(3n+1), .col3.defaultGrid3_9#fulldocs > *:nth-child(3n+1), .col3.defaultGrid3_9.defaultGrid7_5 > *:nth-child(3n+1), .gap2.defaultGrid3_9.defaultGrid333 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid333#fulldocs > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 3) - 1.3333333333rem) !important;
}
.row.gap2.col3.c1_4 > *:nth-child(3n+1), .col3.c1_4#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_4.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_4.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_4.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_4.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_4.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_4.summary > *:nth-child(3n+1), .gap2.c1_4.defaultGrid363 > *:nth-child(3n+1), .c1_4.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_4.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333#fulldocs > *:nth-child(3n+1), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_4.defaultGrid336 > *:nth-child(3n+1), .c1_4.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_4.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_4.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid333 > *:nth-child(3n+1), .gap2.col3.defaultGrid4_8 > *:nth-child(3n+1), .col3.defaultGrid4_8#fulldocs > *:nth-child(3n+1), .col3.defaultGrid4_8.defaultGrid7_5 > *:nth-child(3n+1), .gap2.defaultGrid4_8.defaultGrid363 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid363#fulldocs > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.defaultGrid4_8.defaultGrid336 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid336#fulldocs > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_4.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 4) - 1.3333333333rem) !important;
}
.row.gap2.col3.c1_5 > *:nth-child(3n+1), .col3.c1_5#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_5.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_5.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_5.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_5.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_5.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_5.summary > *:nth-child(3n+1), .gap2.c1_5.defaultGrid363 > *:nth-child(3n+1), .c1_5.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_5.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_5.defaultGrid333 > *:nth-child(3n+1), .c1_5.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_5.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_5.defaultGrid336 > *:nth-child(3n+1), .c1_5.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_5.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_5.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_5.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_5.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 5) - 1.3333333333rem) !important;
}
.row.gap2.col3.c1_6 > *:nth-child(3n+1), .col3.c1_6#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_6.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_6.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_6.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.defaultGrid6_6 > *:nth-child(3n+1), .col3.defaultGrid6_6#fulldocs > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.summary > *:nth-child(3n+1), .groupagedetail .header .col3.summary#fulldocs > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.summary#fulldocs > *:nth-child(3n+1), .col3.defaultGrid6_6.defaultGrid7_5 > *:nth-child(3n+1), .groupagedetail .header .col3.defaultGrid7_5.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.defaultGrid7_5.summary > *:nth-child(3n+1), .gap2.c1_6.defaultGrid363 > *:nth-child(3n+1), .c1_6.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_6.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.defaultGrid363.defaultGrid6_6 > *:nth-child(3n+1), .defaultGrid363.defaultGrid6_6#fulldocs > *:nth-child(3n+1), .groupagedetail .header .gap2.defaultGrid363.summary > *:nth-child(3n+1), .groupagedetail .header .defaultGrid363.summary#fulldocs > *:nth-child(3n+1), .inteplannengroupage .header .gap2.defaultGrid363.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid363.summary#fulldocs > *:nth-child(3n+1), .defaultGrid363.defaultGrid6_6.defaultGrid7_5 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid363.defaultGrid7_5.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid363.defaultGrid7_5.summary > *:nth-child(3n+1), .gap2.c1_6.defaultGrid333 > *:nth-child(3n+1), .c1_6.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_6.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.defaultGrid333.defaultGrid6_6 > *:nth-child(3n+1), .defaultGrid333.defaultGrid6_6#fulldocs > *:nth-child(3n+1), .groupagedetail .header .gap2.defaultGrid333.summary > *:nth-child(3n+1), .groupagedetail .header .defaultGrid333.summary#fulldocs > *:nth-child(3n+1), .inteplannengroupage .header .gap2.defaultGrid333.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid333.summary#fulldocs > *:nth-child(3n+1), .defaultGrid333.defaultGrid6_6.defaultGrid7_5 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid333.defaultGrid7_5.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid333.defaultGrid7_5.summary > *:nth-child(3n+1), .gap2.c1_6.defaultGrid336 > *:nth-child(3n+1), .c1_6.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_6.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .gap2.defaultGrid336.defaultGrid6_6 > *:nth-child(3n+1), .defaultGrid336.defaultGrid6_6#fulldocs > *:nth-child(3n+1), .groupagedetail .header .gap2.defaultGrid336.summary > *:nth-child(3n+1), .groupagedetail .header .defaultGrid336.summary#fulldocs > *:nth-child(3n+1), .inteplannengroupage .header .gap2.defaultGrid336.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid336.summary#fulldocs > *:nth-child(3n+1), .defaultGrid336.defaultGrid6_6.defaultGrid7_5 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid336.defaultGrid7_5.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid336.defaultGrid7_5.summary > *:nth-child(3n+1), .c1_6.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+1), .gap2.col3.c1_6.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_6.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 1.3333333333rem) !important;
}
.row.gap2.col3.c1_7 > *:nth-child(3n+1), .col3.c1_7#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_7.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_7.defaultGrid8_4 > *:nth-child(3n+1), .col3.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_7.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_7.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_7.summary > *:nth-child(3n+1), .gap2.c1_7.defaultGrid363 > *:nth-child(3n+1), .c1_7.defaultGrid363#fulldocs > *:nth-child(3n+1), .defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_7.defaultGrid333 > *:nth-child(3n+1), .c1_7.defaultGrid333#fulldocs > *:nth-child(3n+1), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_7.defaultGrid336 > *:nth-child(3n+1), .c1_7.defaultGrid336#fulldocs > *:nth-child(3n+1), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_7.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_7.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_7.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 7) - 1.3333333333rem) !important;
}
.row.gap2.col3.c1_8 > *:nth-child(3n+1), .col3.c1_8#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_8.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.defaultGrid8_4 > *:nth-child(3n+1), .col3.defaultGrid8_4#fulldocs > *:nth-child(3n+1), .col3.c1_8.defaultGrid7_5 > *:nth-child(3n+1), .col3.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+1), .gap2.col3.c1_8.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_8.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_8.summary > *:nth-child(3n+1), .gap2.c1_8.defaultGrid363 > *:nth-child(3n+1), .c1_8.defaultGrid363#fulldocs > *:nth-child(3n+1), .gap2.defaultGrid363.defaultGrid8_4 > *:nth-child(3n+1), .defaultGrid363.defaultGrid8_4#fulldocs > *:nth-child(3n+1), .c1_8.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid363.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+1), .gap2.c1_8.defaultGrid333 > *:nth-child(3n+1), .c1_8.defaultGrid333#fulldocs > *:nth-child(3n+1), .gap2.defaultGrid333.defaultGrid8_4 > *:nth-child(3n+1), .defaultGrid333.defaultGrid8_4#fulldocs > *:nth-child(3n+1), .c1_8.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid333.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+1), .gap2.c1_8.defaultGrid336 > *:nth-child(3n+1), .c1_8.defaultGrid336#fulldocs > *:nth-child(3n+1), .gap2.defaultGrid336.defaultGrid8_4 > *:nth-child(3n+1), .defaultGrid336.defaultGrid8_4#fulldocs > *:nth-child(3n+1), .c1_8.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid336.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+1), .c1_8.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .gap2.col3.c1_8.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_8.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 8) - 1.3333333333rem) !important;
}
.row.gap2.col3.c1_9 > *:nth-child(3n+1), .col3.c1_9#fulldocs > *:nth-child(3n+1), .gap2.col3.defaultGrid9_3 > *:nth-child(3n+1), .col3.defaultGrid9_3#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_9.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_9.defaultGrid7_5 > *:nth-child(3n+1), .col3.defaultGrid7_5.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_9.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_9.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_9.summary > *:nth-child(3n+1), .gap2.c1_9.defaultGrid363 > *:nth-child(3n+1), .c1_9.defaultGrid363#fulldocs > *:nth-child(3n+1), .gap2.defaultGrid363.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid363.defaultGrid9_3#fulldocs > *:nth-child(3n+1), .c1_9.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid363.defaultGrid7_5.defaultGrid9_3 > *:nth-child(3n+1), .gap2.c1_9.defaultGrid333 > *:nth-child(3n+1), .c1_9.defaultGrid333#fulldocs > *:nth-child(3n+1), .gap2.defaultGrid333.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid333.defaultGrid9_3#fulldocs > *:nth-child(3n+1), .c1_9.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid333.defaultGrid7_5.defaultGrid9_3 > *:nth-child(3n+1), .gap2.c1_9.defaultGrid336 > *:nth-child(3n+1), .c1_9.defaultGrid336#fulldocs > *:nth-child(3n+1), .gap2.defaultGrid336.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid336.defaultGrid9_3#fulldocs > *:nth-child(3n+1), .c1_9.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid336.defaultGrid7_5.defaultGrid9_3 > *:nth-child(3n+1), .c1_9.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_9.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_9.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 9) - 1.3333333333rem) !important;
}
.row.gap2.col3.c1_10 > *:nth-child(3n+1), .col3.c1_10#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_10.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_10.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_10.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_10.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_10.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_10.summary > *:nth-child(3n+1), .gap2.c1_10.defaultGrid363 > *:nth-child(3n+1), .c1_10.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_10.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_10.defaultGrid333 > *:nth-child(3n+1), .c1_10.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_10.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_10.defaultGrid336 > *:nth-child(3n+1), .c1_10.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_10.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_10.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_10.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_10.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 10) - 1.3333333333rem) !important;
}
.row.gap2.col3.c1_11 > *:nth-child(3n+1), .col3.c1_11#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_11.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_11.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_11.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_11.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_11.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_11.summary > *:nth-child(3n+1), .gap2.c1_11.defaultGrid363 > *:nth-child(3n+1), .c1_11.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_11.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_11.defaultGrid333 > *:nth-child(3n+1), .c1_11.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_11.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_11.defaultGrid336 > *:nth-child(3n+1), .c1_11.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_11.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_11.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_11.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_11.defaultGrid3_9 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 11) - 1.3333333333rem) !important;
}
.row.gap2.col3.c1_12 > *:nth-child(3n+1), .col3#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_12.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_12.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_12.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_12.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_12.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_12.summary > *:nth-child(3n+1), .gap2.c1_12.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_12.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_12.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_12.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_12.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_12.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_12.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_12.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_12.defaultGrid3_9 > *:nth-child(3n+1) {
  width: 100% !important;
}
.row.gap2.col3.c2_1 > *:nth-child(3n+2), .col3.c2_1#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_1.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_1.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_1.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_1.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_1.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_1.summary > *:nth-child(3n+2), .gap2.c2_1.defaultGrid363 > *:nth-child(3n+2), .c2_1.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_1.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_1.defaultGrid333 > *:nth-child(3n+2), .c2_1.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_1.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_1.defaultGrid336 > *:nth-child(3n+2), .c2_1.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_1.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_1.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_1.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_1.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 1) - 1.3333333333rem) !important;
}
.row.gap2.col3.c2_2 > *:nth-child(3n+2), .col3.c2_2#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_2.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_2.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_2.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_2.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_2.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_2.summary > *:nth-child(3n+2), .gap2.c2_2.defaultGrid363 > *:nth-child(3n+2), .c2_2.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_2.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_2.defaultGrid333 > *:nth-child(3n+2), .c2_2.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_2.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_2.defaultGrid336 > *:nth-child(3n+2), .c2_2.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_2.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_2.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_2.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_2.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 2) - 1.3333333333rem) !important;
}
.row.gap2.col3.c2_3 > *:nth-child(3n+2), .col3.c2_3#fulldocs > *:nth-child(3n+2), .gap2.col3.defaultGrid9_3 > *:nth-child(3n+2), .col3.defaultGrid9_3#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_3.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_3.defaultGrid7_5 > *:nth-child(3n+2), .col3.defaultGrid7_5.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_3.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_3.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_3.summary > *:nth-child(3n+2), .gap2.c2_3.defaultGrid363 > *:nth-child(3n+2), .c2_3.defaultGrid363#fulldocs > *:nth-child(3n+2), .gap2.defaultGrid363.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid363.defaultGrid9_3#fulldocs > *:nth-child(3n+2), .c2_3.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .defaultGrid363.defaultGrid7_5.defaultGrid9_3 > *:nth-child(3n+2), .gap2.c2_3.defaultGrid333 > *:nth-child(3n+2), .c2_3.defaultGrid333#fulldocs > *:nth-child(3n+2), .gap2.defaultGrid333.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid333.defaultGrid9_3#fulldocs > *:nth-child(3n+2), .c2_3.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .defaultGrid333.defaultGrid7_5.defaultGrid9_3 > *:nth-child(3n+2), .gap2.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336#fulldocs > *:nth-child(3n+2), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_3.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid246.defaultGrid336 > *:nth-child(3n+2), .gap2.col3.c2_3.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_3.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 3) - 1.3333333333rem) !important;
}
.row.gap2.col3.c2_4 > *:nth-child(3n+2), .col3.c2_4#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_4.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.defaultGrid8_4 > *:nth-child(3n+2), .col3.defaultGrid8_4#fulldocs > *:nth-child(3n+2), .col3.c2_4.defaultGrid7_5 > *:nth-child(3n+2), .col3.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+2), .gap2.col3.c2_4.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_4.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_4.summary > *:nth-child(3n+2), .gap2.c2_4.defaultGrid363 > *:nth-child(3n+2), .c2_4.defaultGrid363#fulldocs > *:nth-child(3n+2), .gap2.defaultGrid363.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid363.defaultGrid8_4#fulldocs > *:nth-child(3n+2), .c2_4.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .defaultGrid363.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+2), .gap2.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333#fulldocs > *:nth-child(3n+2), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_4.defaultGrid336 > *:nth-child(3n+2), .c2_4.defaultGrid336#fulldocs > *:nth-child(3n+2), .gap2.defaultGrid336.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid336.defaultGrid8_4#fulldocs > *:nth-child(3n+2), .c2_4.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .defaultGrid336.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_4.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_4.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 4) - 1.3333333333rem) !important;
}
.row.gap2.col3.c2_5 > *:nth-child(3n+2), .col3.c2_5#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_5.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_5.defaultGrid8_4 > *:nth-child(3n+2), .col3.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_5.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_5.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_5.summary > *:nth-child(3n+2), .gap2.c2_5.defaultGrid363 > *:nth-child(3n+2), .c2_5.defaultGrid363#fulldocs > *:nth-child(3n+2), .defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_5.defaultGrid333 > *:nth-child(3n+2), .c2_5.defaultGrid333#fulldocs > *:nth-child(3n+2), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_5.defaultGrid336 > *:nth-child(3n+2), .c2_5.defaultGrid336#fulldocs > *:nth-child(3n+2), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_5.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_5.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_5.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 5) - 1.3333333333rem) !important;
}
.row.gap2.col3.c2_6 > *:nth-child(3n+2), .col3.c2_6#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_6.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_6.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_6.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.defaultGrid6_6 > *:nth-child(3n+2), .col3.defaultGrid6_6#fulldocs > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.summary > *:nth-child(3n+2), .groupagedetail .header .col3.summary#fulldocs > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.summary#fulldocs > *:nth-child(3n+2), .col3.defaultGrid6_6.defaultGrid7_5 > *:nth-child(3n+2), .groupagedetail .header .col3.defaultGrid7_5.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.defaultGrid7_5.summary > *:nth-child(3n+2), .gap2.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363#fulldocs > *:nth-child(3n+2), .defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_6.defaultGrid333 > *:nth-child(3n+2), .c2_6.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_6.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.defaultGrid333.defaultGrid6_6 > *:nth-child(3n+2), .defaultGrid333.defaultGrid6_6#fulldocs > *:nth-child(3n+2), .groupagedetail .header .gap2.defaultGrid333.summary > *:nth-child(3n+2), .groupagedetail .header .defaultGrid333.summary#fulldocs > *:nth-child(3n+2), .inteplannengroupage .header .gap2.defaultGrid333.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid333.summary#fulldocs > *:nth-child(3n+2), .defaultGrid333.defaultGrid6_6.defaultGrid7_5 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid333.defaultGrid7_5.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid333.defaultGrid7_5.summary > *:nth-child(3n+2), .gap2.c2_6.defaultGrid336 > *:nth-child(3n+2), .c2_6.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_6.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .gap2.defaultGrid336.defaultGrid6_6 > *:nth-child(3n+2), .defaultGrid336.defaultGrid6_6#fulldocs > *:nth-child(3n+2), .groupagedetail .header .gap2.defaultGrid336.summary > *:nth-child(3n+2), .groupagedetail .header .defaultGrid336.summary#fulldocs > *:nth-child(3n+2), .inteplannengroupage .header .gap2.defaultGrid336.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid336.summary#fulldocs > *:nth-child(3n+2), .defaultGrid336.defaultGrid6_6.defaultGrid7_5 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid336.defaultGrid7_5.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid336.defaultGrid7_5.summary > *:nth-child(3n+2), .c2_6.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+2), .defaultGrid246.defaultGrid363 > *:nth-child(3n+2), .gap2.col3.c2_6.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_6.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 1.3333333333rem) !important;
}
.row.gap2.col3.c2_7 > *:nth-child(3n+2), .col3.c2_7#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_7.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_7.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_7.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_7.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_7.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_7.summary > *:nth-child(3n+2), .gap2.c2_7.defaultGrid363 > *:nth-child(3n+2), .c2_7.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_7.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_7.defaultGrid333 > *:nth-child(3n+2), .c2_7.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_7.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_7.defaultGrid336 > *:nth-child(3n+2), .c2_7.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_7.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_7.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_7.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_7.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 7) - 1.3333333333rem) !important;
}
.row.gap2.col3.c2_8 > *:nth-child(3n+2), .col3.c2_8#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_8.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_8.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_8.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_8.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_8.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_8.summary > *:nth-child(3n+2), .gap2.c2_8.defaultGrid363 > *:nth-child(3n+2), .c2_8.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_8.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_8.defaultGrid333 > *:nth-child(3n+2), .c2_8.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_8.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_8.defaultGrid336 > *:nth-child(3n+2), .c2_8.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_8.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_8.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.defaultGrid4_8 > *:nth-child(3n+2), .col3.defaultGrid4_8#fulldocs > *:nth-child(3n+2), .col3.defaultGrid4_8.defaultGrid7_5 > *:nth-child(3n+2), .gap2.defaultGrid4_8.defaultGrid363 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid363#fulldocs > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.defaultGrid4_8.defaultGrid333 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid333#fulldocs > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.defaultGrid4_8.defaultGrid336 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid336#fulldocs > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_8.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 8) - 1.3333333333rem) !important;
}
.row.gap2.col3.c2_9 > *:nth-child(3n+2), .col3.c2_9#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_9.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_9.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_9.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_9.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_9.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_9.summary > *:nth-child(3n+2), .gap2.c2_9.defaultGrid363 > *:nth-child(3n+2), .c2_9.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_9.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_9.defaultGrid333 > *:nth-child(3n+2), .c2_9.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_9.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_9.defaultGrid336 > *:nth-child(3n+2), .c2_9.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_9.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_9.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_9.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.defaultGrid3_9 > *:nth-child(3n+2), .col3.defaultGrid3_9#fulldocs > *:nth-child(3n+2), .col3.defaultGrid3_9.defaultGrid7_5 > *:nth-child(3n+2), .gap2.defaultGrid3_9.defaultGrid363 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid363#fulldocs > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.defaultGrid3_9.defaultGrid333 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid333#fulldocs > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.defaultGrid3_9.defaultGrid336 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid336#fulldocs > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 9) - 1.3333333333rem) !important;
}
.row.gap2.col3.c2_10 > *:nth-child(3n+2), .col3.c2_10#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_10.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_10.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_10.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_10.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_10.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_10.summary > *:nth-child(3n+2), .gap2.c2_10.defaultGrid363 > *:nth-child(3n+2), .c2_10.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_10.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_10.defaultGrid333 > *:nth-child(3n+2), .c2_10.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_10.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_10.defaultGrid336 > *:nth-child(3n+2), .c2_10.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_10.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_10.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_10.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_10.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 10) - 1.3333333333rem) !important;
}
.row.gap2.col3.c2_11 > *:nth-child(3n+2), .col3#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_11.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_11.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_11.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_11.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_11.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_11.summary > *:nth-child(3n+2), .gap2.c2_11.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_11.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_11.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_11.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_11.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_11.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_11.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_11.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_11.defaultGrid3_9 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 11) - 1.3333333333rem) !important;
}
.row.gap2.col3.c2_12 > *:nth-child(3n+2), .col3.c2_12#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_12.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_12.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_12.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_12.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_12.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_12.summary > *:nth-child(3n+2), .gap2.c2_12.defaultGrid363 > *:nth-child(3n+2), .c2_12.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_12.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_12.defaultGrid333 > *:nth-child(3n+2), .c2_12.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_12.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_12.defaultGrid336 > *:nth-child(3n+2), .c2_12.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_12.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_12.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_12.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_12.defaultGrid3_9 > *:nth-child(3n+2) {
  width: 100% !important;
}
.row.gap2.col3.c3_1 > *:nth-child(3n+3), .col3.c3_1#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_1.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_1.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_1.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_1.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_1.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_1.summary > *:nth-child(3n+3), .gap2.c3_1.defaultGrid363 > *:nth-child(3n+3), .c3_1.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_1.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_1.defaultGrid333 > *:nth-child(3n+3), .c3_1.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_1.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_1.defaultGrid336 > *:nth-child(3n+3), .c3_1.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_1.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_1.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_1.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_1.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 1) - 1.3333333333rem) !important;
}
.row.gap2.col3.c3_2 > *:nth-child(3n+3), .col3.c3_2#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_2.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_2.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_2.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_2.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_2.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_2.summary > *:nth-child(3n+3), .gap2.c3_2.defaultGrid363 > *:nth-child(3n+3), .c3_2.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_2.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_2.defaultGrid333 > *:nth-child(3n+3), .c3_2.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_2.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_2.defaultGrid336 > *:nth-child(3n+3), .c3_2.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_2.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_2.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_2.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_2.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 2) - 1.3333333333rem) !important;
}
.row.gap2.col3.c3_3 > *:nth-child(3n+3), .col3.c3_3#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_3.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_3.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_3.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_3.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_3.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_3.summary > *:nth-child(3n+3), .gap2.defaultGrid363 > *:nth-child(3n+3), .defaultGrid363#fulldocs > *:nth-child(3n+3), .defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_3.defaultGrid333 > *:nth-child(3n+3), .c3_3.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_3.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_3.defaultGrid336 > *:nth-child(3n+3), .c3_3.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_3.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_3.defaultGrid246 > *:nth-child(3n+3), .defaultGrid246.defaultGrid363 > *:nth-child(3n+3), .gap2.col3.c3_3.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_3.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 3) - 1.3333333333rem) !important;
}
.row.gap2.col3.c3_4 > *:nth-child(3n+3), .col3.c3_4#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_4.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_4.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_4.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_4.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_4.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_4.summary > *:nth-child(3n+3), .gap2.c3_4.defaultGrid363 > *:nth-child(3n+3), .c3_4.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_4.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.defaultGrid333 > *:nth-child(3n+3), .defaultGrid333#fulldocs > *:nth-child(3n+3), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_4.defaultGrid336 > *:nth-child(3n+3), .c3_4.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_4.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_4.defaultGrid246 > *:nth-child(3n+3), .defaultGrid246.defaultGrid333 > *:nth-child(3n+3), .gap2.col3.c3_4.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_4.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 4) - 1.3333333333rem) !important;
}
.row.gap2.col3.c3_5 > *:nth-child(3n+3), .col3.c3_5#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_5.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_5.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_5.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_5.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_5.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_5.summary > *:nth-child(3n+3), .gap2.c3_5.defaultGrid363 > *:nth-child(3n+3), .c3_5.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_5.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_5.defaultGrid333 > *:nth-child(3n+3), .c3_5.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_5.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_5.defaultGrid336 > *:nth-child(3n+3), .c3_5.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_5.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_5.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_5.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_5.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 5) - 1.3333333333rem) !important;
}
.row.gap2.col3.c3_6 > *:nth-child(3n+3), .col3.c3_6#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_6.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_6.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_6.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_6.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_6.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_6.summary > *:nth-child(3n+3), .gap2.c3_6.defaultGrid363 > *:nth-child(3n+3), .c3_6.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_6.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_6.defaultGrid333 > *:nth-child(3n+3), .c3_6.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_6.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.defaultGrid336 > *:nth-child(3n+3), .defaultGrid336#fulldocs > *:nth-child(3n+3), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_6.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_6.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 6) - 1.3333333333rem) !important;
}
.row.gap2.col3.c3_7 > *:nth-child(3n+3), .col3.c3_7#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_7.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_7.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_7.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_7.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_7.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_7.summary > *:nth-child(3n+3), .gap2.c3_7.defaultGrid363 > *:nth-child(3n+3), .c3_7.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_7.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_7.defaultGrid333 > *:nth-child(3n+3), .c3_7.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_7.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_7.defaultGrid336 > *:nth-child(3n+3), .c3_7.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_7.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_7.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_7.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_7.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 7) - 1.3333333333rem) !important;
}
.row.gap2.col3.c3_8 > *:nth-child(3n+3), .col3.c3_8#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_8.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_8.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_8.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_8.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_8.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_8.summary > *:nth-child(3n+3), .gap2.c3_8.defaultGrid363 > *:nth-child(3n+3), .c3_8.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_8.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_8.defaultGrid333 > *:nth-child(3n+3), .c3_8.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_8.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_8.defaultGrid336 > *:nth-child(3n+3), .c3_8.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_8.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_8.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_8.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_8.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 8) - 1.3333333333rem) !important;
}
.row.gap2.col3.c3_9 > *:nth-child(3n+3), .col3.c3_9#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_9.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_9.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_9.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_9.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_9.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_9.summary > *:nth-child(3n+3), .gap2.c3_9.defaultGrid363 > *:nth-child(3n+3), .c3_9.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_9.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_9.defaultGrid333 > *:nth-child(3n+3), .c3_9.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_9.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_9.defaultGrid336 > *:nth-child(3n+3), .c3_9.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_9.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_9.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_9.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_9.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 9) - 1.3333333333rem) !important;
}
.row.gap2.col3.c3_10 > *:nth-child(3n+3), .col3.c3_10#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_10.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_10.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_10.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_10.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_10.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_10.summary > *:nth-child(3n+3), .gap2.c3_10.defaultGrid363 > *:nth-child(3n+3), .c3_10.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_10.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_10.defaultGrid333 > *:nth-child(3n+3), .c3_10.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_10.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_10.defaultGrid336 > *:nth-child(3n+3), .c3_10.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_10.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_10.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_10.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_10.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 10) - 1.3333333333rem) !important;
}
.row.gap2.col3.c3_11 > *:nth-child(3n+3), .col3.c3_11#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_11.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_11.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_11.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_11.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_11.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_11.summary > *:nth-child(3n+3), .gap2.c3_11.defaultGrid363 > *:nth-child(3n+3), .c3_11.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_11.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_11.defaultGrid333 > *:nth-child(3n+3), .c3_11.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_11.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_11.defaultGrid336 > *:nth-child(3n+3), .c3_11.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_11.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_11.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_11.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_11.defaultGrid3_9 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 11) - 1.3333333333rem) !important;
}
.row.gap2.col3.c3_12 > *:nth-child(3n+3), .col3.c3_12#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_12.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_12.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_12.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_12.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_12.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_12.summary > *:nth-child(3n+3), .gap2.c3_12.defaultGrid363 > *:nth-child(3n+3), .c3_12.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_12.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_12.defaultGrid333 > *:nth-child(3n+3), .c3_12.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_12.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_12.defaultGrid336 > *:nth-child(3n+3), .c3_12.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_12.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_12.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_12.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_12.defaultGrid3_9 > *:nth-child(3n+3) {
  width: 100% !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .row.gap2.col1.c1_1t > *:nth-child(1n+1), .col1.c1_1t#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_1t.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_1t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_1t.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_1t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_1t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_1t.summary > *:nth-child(1n+1), .gap2.col1.c1_1t.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_1t.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_1t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_1t.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_1t.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_1t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.gap2.col1.c1_2t > *:nth-child(1n+1), .col1.c1_2t#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_2t.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_2t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_2t.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_2t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_2t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_2t.summary > *:nth-child(1n+1), .gap2.col1.c1_2t.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_2t.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_2t.defaultGrid336 > *:nth-child(1n+1), .col1.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_2t.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_2t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.gap2.col1.c1_3t > *:nth-child(1n+1), .col1.c1_3t#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_3t.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_3t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_3t.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_3t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_3t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_3t.summary > *:nth-child(1n+1), .gap2.col1.defaultGrid363 > *:nth-child(1n+1), .col1.defaultGrid363#fulldocs > *:nth-child(1n+1), .col1.defaultGrid363.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_3t.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.defaultGrid336 > *:nth-child(1n+1), .col1.defaultGrid336#fulldocs > *:nth-child(1n+1), .col1.defaultGrid336.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_3t.defaultGrid246 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid363 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid336 > *:nth-child(1n+1), .gap2.col1.c1_3t.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_3t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.gap2.col1.c1_4t > *:nth-child(1n+1), .col1.c1_4t#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_4t.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_4t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_4t.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_4t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_4t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_4t.summary > *:nth-child(1n+1), .gap2.col1.c1_4t.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.defaultGrid333 > *:nth-child(1n+1), .col1.defaultGrid333#fulldocs > *:nth-child(1n+1), .col1.defaultGrid333.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_4t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_4t.defaultGrid246 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_4t.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_4t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.gap2.col1.c1_5t > *:nth-child(1n+1), .col1.c1_5t#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_5t.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_5t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_5t.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_5t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_5t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_5t.summary > *:nth-child(1n+1), .gap2.col1.c1_5t.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_5t.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_5t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_5t.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_5t.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_5t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.gap2.col1.c1_6t > *:nth-child(1n+1), .col1.c1_6t#fulldocs > *:nth-child(1n+1), .gap2.col1.defaultGrid9_3 > *:nth-child(1n+1), .col1.defaultGrid9_3#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_6t.defaultGrid8_4 > *:nth-child(1n+1), .col1.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.defaultGrid6_6 > *:nth-child(1n+1), .col1.defaultGrid6_6#fulldocs > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.summary > *:nth-child(1n+1), .groupagedetail .header .col1.summary#fulldocs > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.summary#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_6t.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_6t.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_6t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_6t.defaultGrid246 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid9_3 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.defaultGrid246.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.defaultGrid246.summary > *:nth-child(1n+1), .gap2.col1.defaultGrid4_8 > *:nth-child(1n+1), .col1.defaultGrid4_8#fulldocs > *:nth-child(1n+1), .col1.defaultGrid4_8.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.defaultGrid3_9 > *:nth-child(1n+1), .col1.defaultGrid3_9#fulldocs > *:nth-child(1n+1), .col1.defaultGrid3_9.defaultGrid246 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.gap2.col1.c1_7t > *:nth-child(1n+1), .col1.c1_7t#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_7t.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_7t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_7t.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_7t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_7t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_7t.summary > *:nth-child(1n+1), .gap2.col1.c1_7t.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_7t.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_7t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_7t.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_7t.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_7t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.gap2.col1.c1_8t > *:nth-child(1n+1), .col1.c1_8t#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_8t.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.defaultGrid8_4 > *:nth-child(1n+1), .col1.defaultGrid8_4#fulldocs > *:nth-child(1n+1), .col1.c1_8t.defaultGrid7_5 > *:nth-child(1n+1), .col1.defaultGrid7_5.defaultGrid8_4 > *:nth-child(1n+1), .gap2.col1.c1_8t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_8t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_8t.summary > *:nth-child(1n+1), .gap2.col1.c1_8t.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_8t.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_8t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_8t.defaultGrid246 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid8_4 > *:nth-child(1n+1), .gap2.col1.c1_8t.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_8t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.gap2.col1.c1_9t > *:nth-child(1n+1), .col1.c1_9t#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_9t.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_9t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_9t.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_9t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_9t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_9t.summary > *:nth-child(1n+1), .gap2.col1.c1_9t.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_9t.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_9t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_9t.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_9t.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_9t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.gap2.col1.c1_10t > *:nth-child(1n+1), .col1.c1_10t#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_10t.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_10t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_10t.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_10t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_10t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_10t.summary > *:nth-child(1n+1), .gap2.col1.c1_10t.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_10t.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_10t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_10t.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_10t.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_10t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.gap2.col1.c1_11t > *:nth-child(1n+1), .col1.c1_11t#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_11t.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_11t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_11t.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_11t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_11t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_11t.summary > *:nth-child(1n+1), .gap2.col1.c1_11t.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_11t.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_11t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_11t.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_11t.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_11t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.gap2.col1.c1_12t > *:nth-child(1n+1), .col1#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_12t.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_12t.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_12t.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_12t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_12t.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_12t.summary > *:nth-child(1n+1), .gap2.col1.c1_12t.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_12t.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_12t.defaultGrid336 > *:nth-child(1n+1), .col1.c1_12t.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_12t.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_12t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: 100% !important;
  }
  .row.gap2.col1.c2_1t > *:nth-child(1n+2), .col1.c2_1t#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_1t.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_1t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_1t.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_1t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_1t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_1t.summary > *:nth-child(1n+2), .gap2.col1.c2_1t.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_1t.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_1t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_1t.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_1t.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_1t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.gap2.col1.c2_2t > *:nth-child(1n+2), .col1.c2_2t#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_2t.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_2t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_2t.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_2t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_2t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_2t.summary > *:nth-child(1n+2), .gap2.col1.c2_2t.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_2t.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_2t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_2t.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_2t.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_2t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.gap2.col1.c2_3t > *:nth-child(1n+2), .col1.c2_3t#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_3t.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_3t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_3t.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_3t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_3t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_3t.summary > *:nth-child(1n+2), .gap2.col1.c2_3t.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_3t.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.defaultGrid336 > *:nth-child(1n+2), .col1.defaultGrid336#fulldocs > *:nth-child(1n+2), .col1.defaultGrid336.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_3t.defaultGrid246 > *:nth-child(1n+2), .col1.defaultGrid246.defaultGrid336 > *:nth-child(1n+2), .gap2.col1.c2_3t.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_3t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.gap2.col1.c2_4t > *:nth-child(1n+2), .col1.c2_4t#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_4t.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.defaultGrid8_4 > *:nth-child(1n+2), .col1.defaultGrid8_4#fulldocs > *:nth-child(1n+2), .col1.c2_4t.defaultGrid7_5 > *:nth-child(1n+2), .col1.defaultGrid7_5.defaultGrid8_4 > *:nth-child(1n+2), .gap2.col1.c2_4t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_4t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_4t.summary > *:nth-child(1n+2), .gap2.col1.c2_4t.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.defaultGrid333 > *:nth-child(1n+2), .col1.defaultGrid333#fulldocs > *:nth-child(1n+2), .col1.defaultGrid333.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_4t.defaultGrid336 > *:nth-child(1n+2), .col1.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_4t.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_4t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.gap2.col1.c2_5t > *:nth-child(1n+2), .col1.c2_5t#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_5t.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_5t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_5t.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_5t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_5t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_5t.summary > *:nth-child(1n+2), .gap2.col1.c2_5t.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_5t.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_5t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_5t.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_5t.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_5t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.gap2.col1.c2_6t > *:nth-child(1n+2), .col1.c2_6t#fulldocs > *:nth-child(1n+2), .gap2.col1.defaultGrid9_3 > *:nth-child(1n+2), .col1.defaultGrid9_3#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_6t.defaultGrid8_4 > *:nth-child(1n+2), .col1.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.defaultGrid6_6 > *:nth-child(1n+2), .col1.defaultGrid6_6#fulldocs > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.summary > *:nth-child(1n+2), .groupagedetail .header .col1.summary#fulldocs > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.summary#fulldocs > *:nth-child(1n+2), .gap2.col1.defaultGrid363 > *:nth-child(1n+2), .col1.defaultGrid363#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_6t.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_6t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_6t.defaultGrid246 > *:nth-child(1n+2), .col1.defaultGrid246.defaultGrid9_3 > *:nth-child(1n+2), .col1.defaultGrid246.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.defaultGrid246.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.defaultGrid246.summary > *:nth-child(1n+2), .col1.defaultGrid246.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.defaultGrid4_8 > *:nth-child(1n+2), .col1.defaultGrid4_8#fulldocs > *:nth-child(1n+2), .col1.defaultGrid4_8.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.defaultGrid3_9 > *:nth-child(1n+2), .col1.defaultGrid3_9#fulldocs > *:nth-child(1n+2), .col1.defaultGrid3_9.defaultGrid246 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.gap2.col1.c2_7t > *:nth-child(1n+2), .col1.c2_7t#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_7t.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_7t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_7t.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_7t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_7t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_7t.summary > *:nth-child(1n+2), .gap2.col1.c2_7t.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_7t.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_7t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_7t.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_7t.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_7t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.gap2.col1.c2_8t > *:nth-child(1n+2), .col1.c2_8t#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_8t.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_8t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_8t.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_8t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_8t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_8t.summary > *:nth-child(1n+2), .gap2.col1.c2_8t.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_8t.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_8t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_8t.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_8t.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_8t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.gap2.col1.c2_9t > *:nth-child(1n+2), .col1.c2_9t#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_9t.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_9t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_9t.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_9t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_9t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_9t.summary > *:nth-child(1n+2), .gap2.col1.c2_9t.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_9t.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_9t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_9t.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_9t.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_9t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.gap2.col1.c2_10t > *:nth-child(1n+2), .col1.c2_10t#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_10t.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_10t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_10t.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_10t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_10t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_10t.summary > *:nth-child(1n+2), .gap2.col1.c2_10t.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_10t.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_10t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_10t.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_10t.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_10t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.gap2.col1.c2_11t > *:nth-child(1n+2), .col1#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_11t.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_11t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_11t.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_11t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_11t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_11t.summary > *:nth-child(1n+2), .gap2.col1.c2_11t.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_11t.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_11t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_11t.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_11t.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_11t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.gap2.col1.c2_12t > *:nth-child(1n+2), .col1.c2_12t#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_12t.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_12t.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_12t.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_12t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_12t.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_12t.summary > *:nth-child(1n+2), .gap2.col1.c2_12t.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_12t.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_12t.defaultGrid336 > *:nth-child(1n+2), .col1.c2_12t.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_12t.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_12t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: 100% !important;
  }
  .row.gap2.col1.c3_1t > *:nth-child(1n+3), .col1.c3_1t#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_1t.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_1t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_1t.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_1t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_1t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_1t.summary > *:nth-child(1n+3), .gap2.col1.c3_1t.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_1t.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_1t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_1t.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_1t.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_1t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.gap2.col1.c3_2t > *:nth-child(1n+3), .col1.c3_2t#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_2t.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_2t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_2t.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_2t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_2t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_2t.summary > *:nth-child(1n+3), .gap2.col1.c3_2t.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_2t.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_2t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_2t.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_2t.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_2t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.gap2.col1.c3_3t > *:nth-child(1n+3), .col1.c3_3t#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_3t.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_3t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_3t.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_3t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_3t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_3t.summary > *:nth-child(1n+3), .gap2.col1.defaultGrid363 > *:nth-child(1n+3), .col1.defaultGrid363#fulldocs > *:nth-child(1n+3), .col1.defaultGrid363.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_3t.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_3t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_3t.defaultGrid246 > *:nth-child(1n+3), .col1.defaultGrid246.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_3t.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_3t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.gap2.col1.c3_4t > *:nth-child(1n+3), .col1.c3_4t#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_4t.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_4t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_4t.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_4t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_4t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_4t.summary > *:nth-child(1n+3), .gap2.col1.c3_4t.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.defaultGrid333 > *:nth-child(1n+3), .col1.defaultGrid333#fulldocs > *:nth-child(1n+3), .col1.defaultGrid333.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_4t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_4t.defaultGrid246 > *:nth-child(1n+3), .col1.defaultGrid246.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_4t.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_4t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.gap2.col1.c3_5t > *:nth-child(1n+3), .col1.c3_5t#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_5t.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_5t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_5t.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_5t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_5t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_5t.summary > *:nth-child(1n+3), .gap2.col1.c3_5t.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_5t.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_5t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_5t.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_5t.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_5t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.gap2.col1.c3_6t > *:nth-child(1n+3), .col1.c3_6t#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_6t.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_6t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_6t.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_6t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_6t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_6t.summary > *:nth-child(1n+3), .gap2.col1.c3_6t.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_6t.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.defaultGrid336 > *:nth-child(1n+3), .col1.defaultGrid336#fulldocs > *:nth-child(1n+3), .col1.defaultGrid336.defaultGrid7_5 > *:nth-child(1n+3), .col1.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_6t.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_6t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.gap2.col1.c3_7t > *:nth-child(1n+3), .col1.c3_7t#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_7t.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_7t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_7t.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_7t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_7t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_7t.summary > *:nth-child(1n+3), .gap2.col1.c3_7t.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_7t.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_7t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_7t.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_7t.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_7t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.gap2.col1.c3_8t > *:nth-child(1n+3), .col1.c3_8t#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_8t.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_8t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_8t.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_8t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_8t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_8t.summary > *:nth-child(1n+3), .gap2.col1.c3_8t.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_8t.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_8t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_8t.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_8t.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_8t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.gap2.col1.c3_9t > *:nth-child(1n+3), .col1.c3_9t#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_9t.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_9t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_9t.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_9t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_9t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_9t.summary > *:nth-child(1n+3), .gap2.col1.c3_9t.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_9t.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_9t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_9t.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_9t.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_9t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.gap2.col1.c3_10t > *:nth-child(1n+3), .col1.c3_10t#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_10t.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_10t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_10t.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_10t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_10t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_10t.summary > *:nth-child(1n+3), .gap2.col1.c3_10t.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_10t.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_10t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_10t.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_10t.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_10t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.gap2.col1.c3_11t > *:nth-child(1n+3), .col1.c3_11t#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_11t.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_11t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_11t.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_11t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_11t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_11t.summary > *:nth-child(1n+3), .gap2.col1.c3_11t.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_11t.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_11t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_11t.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_11t.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_11t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.gap2.col1.c3_12t > *:nth-child(1n+3), .col1.c3_12t#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_12t.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_12t.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_12t.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_12t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_12t.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_12t.summary > *:nth-child(1n+3), .gap2.col1.c3_12t.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_12t.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_12t.defaultGrid336 > *:nth-child(1n+3), .col1.c3_12t.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_12t.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_12t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: 100% !important;
  }
  .row.gap2.col2.c1_1t > *:nth-child(2n+1), .c1_1t#fulldocs > *:nth-child(2n+1), .gap2.c1_1t.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_1t.defaultGrid8_4 > *:nth-child(2n+1), .c1_1t.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_1t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_1t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_1t.summary > *:nth-child(2n+1), .gap2.col2.c1_1t.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_1t.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_1t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_1t.defaultGrid246 > *:nth-child(2n+1), .c1_1t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_1t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_1t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_1t.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_1t.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_1t.defaultGrid4_8 > *:nth-child(2n+1), .c1_1t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_1t.defaultGrid3_9 > *:nth-child(2n+1), .c1_1t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 1rem) !important;
  }
  .row.gap2.col2.c1_2t > *:nth-child(2n+1), .c1_2t#fulldocs > *:nth-child(2n+1), .gap2.c1_2t.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_2t.defaultGrid8_4 > *:nth-child(2n+1), .c1_2t.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_2t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_2t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_2t.summary > *:nth-child(2n+1), .gap2.col2.c1_2t.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_2t.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_2t.defaultGrid336 > *:nth-child(2n+1), .col2.defaultGrid246 > *:nth-child(2n+1), .defaultGrid246#fulldocs > *:nth-child(2n+1), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid246.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_2t.defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_2t.defaultGrid3_9 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 1rem) !important;
  }
  .row.gap2.col2.c1_3t > *:nth-child(2n+1), .c1_3t#fulldocs > *:nth-child(2n+1), .gap2.c1_3t.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_3t.defaultGrid8_4 > *:nth-child(2n+1), .c1_3t.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_3t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_3t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_3t.summary > *:nth-child(2n+1), .gap2.col2.defaultGrid363 > *:nth-child(2n+1), .defaultGrid363#fulldocs > *:nth-child(2n+1), .gap2.defaultGrid363.defaultGrid9_3 > *:nth-child(2n+1), .gap2.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .gap2.defaultGrid363.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.defaultGrid363.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.defaultGrid363.summary > *:nth-child(2n+1), .gap2.col2.c1_3t.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.defaultGrid336 > *:nth-child(2n+1), .defaultGrid336#fulldocs > *:nth-child(2n+1), .gap2.defaultGrid336.defaultGrid9_3 > *:nth-child(2n+1), .gap2.defaultGrid336.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap2.defaultGrid336.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.defaultGrid336.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.defaultGrid336.summary > *:nth-child(2n+1), .col2.c1_3t.defaultGrid246 > *:nth-child(2n+1), .c1_3t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_3t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_3t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_3t.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_3t.defaultGrid246.summary > *:nth-child(2n+1), .col2.defaultGrid246.defaultGrid363 > *:nth-child(2n+1), .defaultGrid246.defaultGrid363.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid246.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid246.defaultGrid363.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid246.defaultGrid363.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid246.defaultGrid363.summary > *:nth-child(2n+1), .col2.defaultGrid246.defaultGrid336 > *:nth-child(2n+1), .defaultGrid246.defaultGrid336.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid246.defaultGrid336.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid246.defaultGrid336.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid246.defaultGrid336.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid246.defaultGrid336.summary > *:nth-child(2n+1), .gap2.c1_3t.defaultGrid4_8 > *:nth-child(2n+1), .gap2.defaultGrid4_8.defaultGrid363 > *:nth-child(2n+1), .gap2.defaultGrid4_8.defaultGrid336 > *:nth-child(2n+1), .c1_3t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid246.defaultGrid363 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid246.defaultGrid336 > *:nth-child(2n+1), .gap2.c1_3t.defaultGrid3_9 > *:nth-child(2n+1), .gap2.defaultGrid3_9.defaultGrid363 > *:nth-child(2n+1), .gap2.defaultGrid3_9.defaultGrid336 > *:nth-child(2n+1), .c1_3t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid246.defaultGrid363 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid246.defaultGrid336 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 1rem) !important;
  }
  .row.gap2.col2.c1_4t > *:nth-child(2n+1), .c1_4t#fulldocs > *:nth-child(2n+1), .gap2.c1_4t.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_4t.defaultGrid8_4 > *:nth-child(2n+1), .c1_4t.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_4t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_4t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_4t.summary > *:nth-child(2n+1), .gap2.col2.c1_4t.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.defaultGrid333 > *:nth-child(2n+1), .defaultGrid333#fulldocs > *:nth-child(2n+1), .gap2.defaultGrid333.defaultGrid9_3 > *:nth-child(2n+1), .gap2.defaultGrid333.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .gap2.defaultGrid333.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.defaultGrid333.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.defaultGrid333.summary > *:nth-child(2n+1), .gap2.col2.c1_4t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_4t.defaultGrid246 > *:nth-child(2n+1), .c1_4t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_4t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_4t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_4t.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_4t.defaultGrid246.summary > *:nth-child(2n+1), .col2.defaultGrid246.defaultGrid333 > *:nth-child(2n+1), .defaultGrid246.defaultGrid333.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid246.defaultGrid333.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid246.defaultGrid333.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid246.defaultGrid333.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid246.defaultGrid333.summary > *:nth-child(2n+1), .gap2.c1_4t.defaultGrid4_8 > *:nth-child(2n+1), .gap2.defaultGrid4_8.defaultGrid333 > *:nth-child(2n+1), .c1_4t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid246.defaultGrid333 > *:nth-child(2n+1), .gap2.c1_4t.defaultGrid3_9 > *:nth-child(2n+1), .gap2.defaultGrid3_9.defaultGrid333 > *:nth-child(2n+1), .c1_4t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid246.defaultGrid333 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 1rem) !important;
  }
  .row.gap2.col2.c1_5t > *:nth-child(2n+1), .c1_5t#fulldocs > *:nth-child(2n+1), .gap2.c1_5t.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_5t.defaultGrid8_4 > *:nth-child(2n+1), .c1_5t.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_5t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_5t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_5t.summary > *:nth-child(2n+1), .gap2.col2.c1_5t.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_5t.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_5t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_5t.defaultGrid246 > *:nth-child(2n+1), .c1_5t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_5t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_5t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_5t.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_5t.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_5t.defaultGrid4_8 > *:nth-child(2n+1), .c1_5t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_5t.defaultGrid3_9 > *:nth-child(2n+1), .c1_5t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 1rem) !important;
  }
  .row.gap2.col2.c1_6t > *:nth-child(2n+1), .c1_6t#fulldocs > *:nth-child(2n+1), .gap2.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid9_3#fulldocs > *:nth-child(2n+1), .gap2.c1_6t.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid7_5 > *:nth-child(2n+1), .gap2.defaultGrid6_6 > *:nth-child(2n+1), .defaultGrid6_6#fulldocs > *:nth-child(2n+1), .groupagedetail .header .gap2.summary > *:nth-child(2n+1), .groupagedetail .header .summary#fulldocs > *:nth-child(2n+1), .inteplannengroupage .header .gap2.summary > *:nth-child(2n+1), .inteplannengroupage .header .summary#fulldocs > *:nth-child(2n+1), .gap2.col2.c1_6t.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_6t.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_6t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_6t.defaultGrid246 > *:nth-child(2n+1), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_6t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+1), .gap2.defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid4_8#fulldocs > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.defaultGrid3_9 > *:nth-child(2n+1), .defaultGrid3_9#fulldocs > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 1rem) !important;
  }
  .row.gap2.col2.c1_7t > *:nth-child(2n+1), .c1_7t#fulldocs > *:nth-child(2n+1), .gap2.c1_7t.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_7t.defaultGrid8_4 > *:nth-child(2n+1), .c1_7t.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_7t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_7t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_7t.summary > *:nth-child(2n+1), .gap2.col2.c1_7t.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_7t.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_7t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_7t.defaultGrid246 > *:nth-child(2n+1), .c1_7t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_7t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_7t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_7t.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_7t.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_7t.defaultGrid4_8 > *:nth-child(2n+1), .c1_7t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_7t.defaultGrid3_9 > *:nth-child(2n+1), .c1_7t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 1rem) !important;
  }
  .row.gap2.col2.c1_8t > *:nth-child(2n+1), .c1_8t#fulldocs > *:nth-child(2n+1), .gap2.c1_8t.defaultGrid9_3 > *:nth-child(2n+1), .gap2.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid8_4#fulldocs > *:nth-child(2n+1), .c1_8t.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid7_5.defaultGrid8_4 > *:nth-child(2n+1), .gap2.c1_8t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_8t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_8t.summary > *:nth-child(2n+1), .gap2.col2.c1_8t.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_8t.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_8t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_8t.defaultGrid246 > *:nth-child(2n+1), .c1_8t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_8t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_8t.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_8t.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_8t.defaultGrid4_8 > *:nth-child(2n+1), .c1_8t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_8t.defaultGrid3_9 > *:nth-child(2n+1), .c1_8t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 1rem) !important;
  }
  .row.gap2.col2.c1_9t > *:nth-child(2n+1), .c1_9t#fulldocs > *:nth-child(2n+1), .gap2.c1_9t.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_9t.defaultGrid8_4 > *:nth-child(2n+1), .c1_9t.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_9t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_9t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_9t.summary > *:nth-child(2n+1), .gap2.col2.c1_9t.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_9t.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_9t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_9t.defaultGrid246 > *:nth-child(2n+1), .c1_9t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_9t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_9t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_9t.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_9t.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_9t.defaultGrid4_8 > *:nth-child(2n+1), .c1_9t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_9t.defaultGrid3_9 > *:nth-child(2n+1), .c1_9t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 1rem) !important;
  }
  .row.gap2.col2.c1_10t > *:nth-child(2n+1), .c1_10t#fulldocs > *:nth-child(2n+1), .gap2.c1_10t.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_10t.defaultGrid8_4 > *:nth-child(2n+1), .c1_10t.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_10t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_10t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_10t.summary > *:nth-child(2n+1), .gap2.col2.c1_10t.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_10t.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_10t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_10t.defaultGrid246 > *:nth-child(2n+1), .c1_10t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_10t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_10t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_10t.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_10t.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_10t.defaultGrid4_8 > *:nth-child(2n+1), .c1_10t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_10t.defaultGrid3_9 > *:nth-child(2n+1), .c1_10t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 1rem) !important;
  }
  .row.gap2.col2.c1_11t > *:nth-child(2n+1), .c1_11t#fulldocs > *:nth-child(2n+1), .gap2.c1_11t.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_11t.defaultGrid8_4 > *:nth-child(2n+1), .c1_11t.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_11t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_11t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_11t.summary > *:nth-child(2n+1), .gap2.col2.c1_11t.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_11t.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_11t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_11t.defaultGrid246 > *:nth-child(2n+1), .c1_11t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_11t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_11t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_11t.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_11t.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_11t.defaultGrid4_8 > *:nth-child(2n+1), .c1_11t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_11t.defaultGrid3_9 > *:nth-child(2n+1), .c1_11t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 1rem) !important;
  }
  .row.gap2.col2.c1_12t > *:nth-child(2n+1), #fulldocs > *:nth-child(2n+1), .gap2.c1_12t.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_12t.defaultGrid8_4 > *:nth-child(2n+1), .c1_12t.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_12t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_12t.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_12t.summary > *:nth-child(2n+1), .gap2.col2.c1_12t.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_12t.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_12t.defaultGrid336 > *:nth-child(2n+1), .col2.c1_12t.defaultGrid246 > *:nth-child(2n+1), .c1_12t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_12t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_12t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_12t.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_12t.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_12t.defaultGrid4_8 > *:nth-child(2n+1), .c1_12t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_12t.defaultGrid3_9 > *:nth-child(2n+1), .c1_12t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: 100% !important;
  }
  .row.gap2.col2.c2_1t > *:nth-child(2n+2), .c2_1t#fulldocs > *:nth-child(2n+2), .gap2.c2_1t.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_1t.defaultGrid8_4 > *:nth-child(2n+2), .c2_1t.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_1t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_1t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_1t.summary > *:nth-child(2n+2), .gap2.col2.c2_1t.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_1t.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_1t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_1t.defaultGrid246 > *:nth-child(2n+2), .c2_1t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_1t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_1t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_1t.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_1t.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_1t.defaultGrid4_8 > *:nth-child(2n+2), .c2_1t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_1t.defaultGrid3_9 > *:nth-child(2n+2), .c2_1t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 1rem) !important;
  }
  .row.gap2.col2.c2_2t > *:nth-child(2n+2), .c2_2t#fulldocs > *:nth-child(2n+2), .gap2.c2_2t.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_2t.defaultGrid8_4 > *:nth-child(2n+2), .c2_2t.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_2t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_2t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_2t.summary > *:nth-child(2n+2), .gap2.col2.c2_2t.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_2t.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_2t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_2t.defaultGrid246 > *:nth-child(2n+2), .c2_2t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_2t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_2t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_2t.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_2t.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_2t.defaultGrid4_8 > *:nth-child(2n+2), .c2_2t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_2t.defaultGrid3_9 > *:nth-child(2n+2), .c2_2t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 1rem) !important;
  }
  .row.gap2.col2.c2_3t > *:nth-child(2n+2), .c2_3t#fulldocs > *:nth-child(2n+2), .gap2.c2_3t.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_3t.defaultGrid8_4 > *:nth-child(2n+2), .c2_3t.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_3t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_3t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_3t.summary > *:nth-child(2n+2), .gap2.col2.c2_3t.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_3t.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.defaultGrid336 > *:nth-child(2n+2), .defaultGrid336#fulldocs > *:nth-child(2n+2), .gap2.defaultGrid336.defaultGrid9_3 > *:nth-child(2n+2), .gap2.defaultGrid336.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap2.defaultGrid336.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.defaultGrid336.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.defaultGrid336.summary > *:nth-child(2n+2), .col2.c2_3t.defaultGrid246 > *:nth-child(2n+2), .c2_3t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_3t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_3t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_3t.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_3t.defaultGrid246.summary > *:nth-child(2n+2), .col2.defaultGrid246.defaultGrid336 > *:nth-child(2n+2), .defaultGrid246.defaultGrid336.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid246.defaultGrid336.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid246.defaultGrid336.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid246.defaultGrid336.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid246.defaultGrid336.summary > *:nth-child(2n+2), .gap2.c2_3t.defaultGrid4_8 > *:nth-child(2n+2), .gap2.defaultGrid4_8.defaultGrid336 > *:nth-child(2n+2), .c2_3t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid246.defaultGrid336 > *:nth-child(2n+2), .gap2.c2_3t.defaultGrid3_9 > *:nth-child(2n+2), .gap2.defaultGrid3_9.defaultGrid336 > *:nth-child(2n+2), .c2_3t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid246.defaultGrid336 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 1rem) !important;
  }
  .row.gap2.col2.c2_4t > *:nth-child(2n+2), .c2_4t#fulldocs > *:nth-child(2n+2), .gap2.c2_4t.defaultGrid9_3 > *:nth-child(2n+2), .gap2.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid8_4#fulldocs > *:nth-child(2n+2), .c2_4t.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid7_5.defaultGrid8_4 > *:nth-child(2n+2), .gap2.c2_4t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_4t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_4t.summary > *:nth-child(2n+2), .gap2.col2.c2_4t.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.defaultGrid333 > *:nth-child(2n+2), .defaultGrid333#fulldocs > *:nth-child(2n+2), .gap2.defaultGrid333.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .gap2.defaultGrid333.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.defaultGrid333.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.defaultGrid333.summary > *:nth-child(2n+2), .gap2.col2.c2_4t.defaultGrid336 > *:nth-child(2n+2), .col2.defaultGrid246 > *:nth-child(2n+2), .defaultGrid246#fulldocs > *:nth-child(2n+2), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid246.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_4t.defaultGrid4_8 > *:nth-child(2n+2), .gap2.defaultGrid4_8.defaultGrid333 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_4t.defaultGrid3_9 > *:nth-child(2n+2), .gap2.defaultGrid3_9.defaultGrid333 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 1rem) !important;
  }
  .row.gap2.col2.c2_5t > *:nth-child(2n+2), .c2_5t#fulldocs > *:nth-child(2n+2), .gap2.c2_5t.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_5t.defaultGrid8_4 > *:nth-child(2n+2), .c2_5t.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_5t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_5t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_5t.summary > *:nth-child(2n+2), .gap2.col2.c2_5t.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_5t.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_5t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_5t.defaultGrid246 > *:nth-child(2n+2), .c2_5t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_5t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_5t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_5t.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_5t.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_5t.defaultGrid4_8 > *:nth-child(2n+2), .c2_5t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_5t.defaultGrid3_9 > *:nth-child(2n+2), .c2_5t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 1rem) !important;
  }
  .row.gap2.col2.c2_6t > *:nth-child(2n+2), .c2_6t#fulldocs > *:nth-child(2n+2), .gap2.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid9_3#fulldocs > *:nth-child(2n+2), .gap2.c2_6t.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid7_5 > *:nth-child(2n+2), .gap2.defaultGrid6_6 > *:nth-child(2n+2), .defaultGrid6_6#fulldocs > *:nth-child(2n+2), .groupagedetail .header .gap2.summary > *:nth-child(2n+2), .groupagedetail .header .summary#fulldocs > *:nth-child(2n+2), .inteplannengroupage .header .gap2.summary > *:nth-child(2n+2), .inteplannengroupage .header .summary#fulldocs > *:nth-child(2n+2), .gap2.col2.defaultGrid363 > *:nth-child(2n+2), .defaultGrid363#fulldocs > *:nth-child(2n+2), .gap2.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+2), .gap2.col2.c2_6t.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_6t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_6t.defaultGrid246 > *:nth-child(2n+2), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_6t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+2), .col2.defaultGrid246.defaultGrid363 > *:nth-child(2n+2), .defaultGrid246.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+2), .gap2.defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid4_8#fulldocs > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.defaultGrid3_9 > *:nth-child(2n+2), .defaultGrid3_9#fulldocs > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 1rem) !important;
  }
  .row.gap2.col2.c2_7t > *:nth-child(2n+2), .c2_7t#fulldocs > *:nth-child(2n+2), .gap2.c2_7t.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_7t.defaultGrid8_4 > *:nth-child(2n+2), .c2_7t.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_7t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_7t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_7t.summary > *:nth-child(2n+2), .gap2.col2.c2_7t.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_7t.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_7t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_7t.defaultGrid246 > *:nth-child(2n+2), .c2_7t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_7t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_7t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_7t.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_7t.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_7t.defaultGrid4_8 > *:nth-child(2n+2), .c2_7t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_7t.defaultGrid3_9 > *:nth-child(2n+2), .c2_7t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 1rem) !important;
  }
  .row.gap2.col2.c2_8t > *:nth-child(2n+2), .c2_8t#fulldocs > *:nth-child(2n+2), .gap2.c2_8t.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_8t.defaultGrid8_4 > *:nth-child(2n+2), .c2_8t.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_8t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_8t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_8t.summary > *:nth-child(2n+2), .gap2.col2.c2_8t.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_8t.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_8t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_8t.defaultGrid246 > *:nth-child(2n+2), .c2_8t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_8t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_8t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_8t.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_8t.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_8t.defaultGrid4_8 > *:nth-child(2n+2), .c2_8t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_8t.defaultGrid3_9 > *:nth-child(2n+2), .c2_8t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 1rem) !important;
  }
  .row.gap2.col2.c2_9t > *:nth-child(2n+2), .c2_9t#fulldocs > *:nth-child(2n+2), .gap2.c2_9t.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_9t.defaultGrid8_4 > *:nth-child(2n+2), .c2_9t.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_9t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_9t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_9t.summary > *:nth-child(2n+2), .gap2.col2.c2_9t.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_9t.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_9t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_9t.defaultGrid246 > *:nth-child(2n+2), .c2_9t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_9t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_9t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_9t.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_9t.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_9t.defaultGrid4_8 > *:nth-child(2n+2), .c2_9t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_9t.defaultGrid3_9 > *:nth-child(2n+2), .c2_9t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 1rem) !important;
  }
  .row.gap2.col2.c2_10t > *:nth-child(2n+2), .c2_10t#fulldocs > *:nth-child(2n+2), .gap2.c2_10t.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_10t.defaultGrid8_4 > *:nth-child(2n+2), .c2_10t.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_10t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_10t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_10t.summary > *:nth-child(2n+2), .gap2.col2.c2_10t.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_10t.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_10t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_10t.defaultGrid246 > *:nth-child(2n+2), .c2_10t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_10t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_10t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_10t.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_10t.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_10t.defaultGrid4_8 > *:nth-child(2n+2), .c2_10t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_10t.defaultGrid3_9 > *:nth-child(2n+2), .c2_10t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 1rem) !important;
  }
  .row.gap2.col2.c2_11t > *:nth-child(2n+2), #fulldocs > *:nth-child(2n+2), .gap2.c2_11t.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_11t.defaultGrid8_4 > *:nth-child(2n+2), .c2_11t.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_11t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_11t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_11t.summary > *:nth-child(2n+2), .gap2.col2.c2_11t.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_11t.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_11t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_11t.defaultGrid246 > *:nth-child(2n+2), .c2_11t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_11t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_11t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_11t.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_11t.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_11t.defaultGrid4_8 > *:nth-child(2n+2), .c2_11t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_11t.defaultGrid3_9 > *:nth-child(2n+2), .c2_11t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 1rem) !important;
  }
  .row.gap2.col2.c2_12t > *:nth-child(2n+2), .c2_12t#fulldocs > *:nth-child(2n+2), .gap2.c2_12t.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_12t.defaultGrid8_4 > *:nth-child(2n+2), .c2_12t.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_12t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_12t.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_12t.summary > *:nth-child(2n+2), .gap2.col2.c2_12t.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_12t.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_12t.defaultGrid336 > *:nth-child(2n+2), .col2.c2_12t.defaultGrid246 > *:nth-child(2n+2), .c2_12t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_12t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_12t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_12t.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_12t.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_12t.defaultGrid4_8 > *:nth-child(2n+2), .c2_12t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_12t.defaultGrid3_9 > *:nth-child(2n+2), .c2_12t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: 100% !important;
  }
  .row.gap2.col2.c3_1t > *:nth-child(2n+3), .c3_1t#fulldocs > *:nth-child(2n+3), .gap2.c3_1t.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_1t.defaultGrid8_4 > *:nth-child(2n+3), .c3_1t.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_1t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_1t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_1t.summary > *:nth-child(2n+3), .gap2.col2.c3_1t.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_1t.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_1t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_1t.defaultGrid246 > *:nth-child(2n+3), .c3_1t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_1t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_1t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_1t.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_1t.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_1t.defaultGrid4_8 > *:nth-child(2n+3), .c3_1t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_1t.defaultGrid3_9 > *:nth-child(2n+3), .c3_1t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 1rem) !important;
  }
  .row.gap2.col2.c3_2t > *:nth-child(2n+3), .c3_2t#fulldocs > *:nth-child(2n+3), .gap2.c3_2t.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_2t.defaultGrid8_4 > *:nth-child(2n+3), .c3_2t.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_2t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_2t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_2t.summary > *:nth-child(2n+3), .gap2.col2.c3_2t.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_2t.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_2t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_2t.defaultGrid246 > *:nth-child(2n+3), .c3_2t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_2t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_2t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_2t.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_2t.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_2t.defaultGrid4_8 > *:nth-child(2n+3), .c3_2t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_2t.defaultGrid3_9 > *:nth-child(2n+3), .c3_2t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 1rem) !important;
  }
  .row.gap2.col2.c3_3t > *:nth-child(2n+3), .c3_3t#fulldocs > *:nth-child(2n+3), .gap2.c3_3t.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_3t.defaultGrid8_4 > *:nth-child(2n+3), .c3_3t.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_3t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_3t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_3t.summary > *:nth-child(2n+3), .gap2.col2.defaultGrid363 > *:nth-child(2n+3), .defaultGrid363#fulldocs > *:nth-child(2n+3), .gap2.defaultGrid363.defaultGrid9_3 > *:nth-child(2n+3), .gap2.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .gap2.defaultGrid363.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.defaultGrid363.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.defaultGrid363.summary > *:nth-child(2n+3), .gap2.col2.c3_3t.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_3t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_3t.defaultGrid246 > *:nth-child(2n+3), .c3_3t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_3t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_3t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_3t.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_3t.defaultGrid246.summary > *:nth-child(2n+3), .col2.defaultGrid246.defaultGrid363 > *:nth-child(2n+3), .defaultGrid246.defaultGrid363.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid246.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid246.defaultGrid363.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid246.defaultGrid363.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid246.defaultGrid363.summary > *:nth-child(2n+3), .gap2.c3_3t.defaultGrid4_8 > *:nth-child(2n+3), .gap2.defaultGrid4_8.defaultGrid363 > *:nth-child(2n+3), .c3_3t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid246.defaultGrid363 > *:nth-child(2n+3), .gap2.c3_3t.defaultGrid3_9 > *:nth-child(2n+3), .gap2.defaultGrid3_9.defaultGrid363 > *:nth-child(2n+3), .c3_3t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid246.defaultGrid363 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 1rem) !important;
  }
  .row.gap2.col2.c3_4t > *:nth-child(2n+3), .c3_4t#fulldocs > *:nth-child(2n+3), .gap2.c3_4t.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_4t.defaultGrid8_4 > *:nth-child(2n+3), .c3_4t.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_4t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_4t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_4t.summary > *:nth-child(2n+3), .gap2.col2.c3_4t.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.defaultGrid333 > *:nth-child(2n+3), .defaultGrid333#fulldocs > *:nth-child(2n+3), .gap2.defaultGrid333.defaultGrid9_3 > *:nth-child(2n+3), .gap2.defaultGrid333.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .gap2.defaultGrid333.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.defaultGrid333.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.defaultGrid333.summary > *:nth-child(2n+3), .gap2.col2.c3_4t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_4t.defaultGrid246 > *:nth-child(2n+3), .c3_4t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_4t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_4t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_4t.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_4t.defaultGrid246.summary > *:nth-child(2n+3), .col2.defaultGrid246.defaultGrid333 > *:nth-child(2n+3), .defaultGrid246.defaultGrid333.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid246.defaultGrid333.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid246.defaultGrid333.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid246.defaultGrid333.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid246.defaultGrid333.summary > *:nth-child(2n+3), .gap2.c3_4t.defaultGrid4_8 > *:nth-child(2n+3), .gap2.defaultGrid4_8.defaultGrid333 > *:nth-child(2n+3), .c3_4t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid246.defaultGrid333 > *:nth-child(2n+3), .gap2.c3_4t.defaultGrid3_9 > *:nth-child(2n+3), .gap2.defaultGrid3_9.defaultGrid333 > *:nth-child(2n+3), .c3_4t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid246.defaultGrid333 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 1rem) !important;
  }
  .row.gap2.col2.c3_5t > *:nth-child(2n+3), .c3_5t#fulldocs > *:nth-child(2n+3), .gap2.c3_5t.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_5t.defaultGrid8_4 > *:nth-child(2n+3), .c3_5t.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_5t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_5t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_5t.summary > *:nth-child(2n+3), .gap2.col2.c3_5t.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_5t.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_5t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_5t.defaultGrid246 > *:nth-child(2n+3), .c3_5t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_5t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_5t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_5t.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_5t.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_5t.defaultGrid4_8 > *:nth-child(2n+3), .c3_5t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_5t.defaultGrid3_9 > *:nth-child(2n+3), .c3_5t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 1rem) !important;
  }
  .row.gap2.col2.c3_6t > *:nth-child(2n+3), .c3_6t#fulldocs > *:nth-child(2n+3), .gap2.c3_6t.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_6t.defaultGrid8_4 > *:nth-child(2n+3), .c3_6t.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_6t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_6t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_6t.summary > *:nth-child(2n+3), .gap2.col2.c3_6t.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_6t.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.defaultGrid336 > *:nth-child(2n+3), .defaultGrid336#fulldocs > *:nth-child(2n+3), .gap2.defaultGrid336.defaultGrid9_3 > *:nth-child(2n+3), .gap2.defaultGrid336.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap2.defaultGrid336.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.defaultGrid336.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.defaultGrid336.summary > *:nth-child(2n+3), .col2.defaultGrid246 > *:nth-child(2n+3), .defaultGrid246#fulldocs > *:nth-child(2n+3), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid246.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_6t.defaultGrid4_8 > *:nth-child(2n+3), .gap2.defaultGrid4_8.defaultGrid336 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_6t.defaultGrid3_9 > *:nth-child(2n+3), .gap2.defaultGrid3_9.defaultGrid336 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 1rem) !important;
  }
  .row.gap2.col2.c3_7t > *:nth-child(2n+3), .c3_7t#fulldocs > *:nth-child(2n+3), .gap2.c3_7t.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_7t.defaultGrid8_4 > *:nth-child(2n+3), .c3_7t.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_7t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_7t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_7t.summary > *:nth-child(2n+3), .gap2.col2.c3_7t.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_7t.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_7t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_7t.defaultGrid246 > *:nth-child(2n+3), .c3_7t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_7t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_7t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_7t.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_7t.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_7t.defaultGrid4_8 > *:nth-child(2n+3), .c3_7t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_7t.defaultGrid3_9 > *:nth-child(2n+3), .c3_7t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 1rem) !important;
  }
  .row.gap2.col2.c3_8t > *:nth-child(2n+3), .c3_8t#fulldocs > *:nth-child(2n+3), .gap2.c3_8t.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_8t.defaultGrid8_4 > *:nth-child(2n+3), .c3_8t.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_8t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_8t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_8t.summary > *:nth-child(2n+3), .gap2.col2.c3_8t.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_8t.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_8t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_8t.defaultGrid246 > *:nth-child(2n+3), .c3_8t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_8t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_8t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_8t.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_8t.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_8t.defaultGrid4_8 > *:nth-child(2n+3), .c3_8t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_8t.defaultGrid3_9 > *:nth-child(2n+3), .c3_8t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 1rem) !important;
  }
  .row.gap2.col2.c3_9t > *:nth-child(2n+3), .c3_9t#fulldocs > *:nth-child(2n+3), .gap2.c3_9t.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_9t.defaultGrid8_4 > *:nth-child(2n+3), .c3_9t.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_9t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_9t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_9t.summary > *:nth-child(2n+3), .gap2.col2.c3_9t.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_9t.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_9t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_9t.defaultGrid246 > *:nth-child(2n+3), .c3_9t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_9t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_9t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_9t.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_9t.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_9t.defaultGrid4_8 > *:nth-child(2n+3), .c3_9t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_9t.defaultGrid3_9 > *:nth-child(2n+3), .c3_9t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 1rem) !important;
  }
  .row.gap2.col2.c3_10t > *:nth-child(2n+3), .c3_10t#fulldocs > *:nth-child(2n+3), .gap2.c3_10t.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_10t.defaultGrid8_4 > *:nth-child(2n+3), .c3_10t.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_10t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_10t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_10t.summary > *:nth-child(2n+3), .gap2.col2.c3_10t.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_10t.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_10t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_10t.defaultGrid246 > *:nth-child(2n+3), .c3_10t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_10t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_10t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_10t.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_10t.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_10t.defaultGrid4_8 > *:nth-child(2n+3), .c3_10t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_10t.defaultGrid3_9 > *:nth-child(2n+3), .c3_10t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 1rem) !important;
  }
  .row.gap2.col2.c3_11t > *:nth-child(2n+3), .c3_11t#fulldocs > *:nth-child(2n+3), .gap2.c3_11t.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_11t.defaultGrid8_4 > *:nth-child(2n+3), .c3_11t.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_11t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_11t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_11t.summary > *:nth-child(2n+3), .gap2.col2.c3_11t.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_11t.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_11t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_11t.defaultGrid246 > *:nth-child(2n+3), .c3_11t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_11t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_11t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_11t.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_11t.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_11t.defaultGrid4_8 > *:nth-child(2n+3), .c3_11t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_11t.defaultGrid3_9 > *:nth-child(2n+3), .c3_11t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 1rem) !important;
  }
  .row.gap2.col2.c3_12t > *:nth-child(2n+3), .c3_12t#fulldocs > *:nth-child(2n+3), .gap2.c3_12t.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_12t.defaultGrid8_4 > *:nth-child(2n+3), .c3_12t.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_12t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_12t.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_12t.summary > *:nth-child(2n+3), .gap2.col2.c3_12t.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_12t.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_12t.defaultGrid336 > *:nth-child(2n+3), .col2.c3_12t.defaultGrid246 > *:nth-child(2n+3), .c3_12t.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_12t.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_12t.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_12t.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_12t.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_12t.defaultGrid4_8 > *:nth-child(2n+3), .c3_12t.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_12t.defaultGrid3_9 > *:nth-child(2n+3), .c3_12t.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: 100% !important;
  }
  .row.gap2.col3.c1_1t > *:nth-child(3n+1), .col3.c1_1t#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_1t.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_1t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_1t.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_1t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_1t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_1t.summary > *:nth-child(3n+1), .gap2.c1_1t.defaultGrid363 > *:nth-child(3n+1), .c1_1t.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_1t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_1t.defaultGrid333 > *:nth-child(3n+1), .c1_1t.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_1t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_1t.defaultGrid336 > *:nth-child(3n+1), .c1_1t.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_1t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_1t.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_1t.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_1t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_2t > *:nth-child(3n+1), .col3.c1_2t#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_2t.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_2t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_2t.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_2t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_2t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_2t.summary > *:nth-child(3n+1), .gap2.c1_2t.defaultGrid363 > *:nth-child(3n+1), .c1_2t.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_2t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_2t.defaultGrid333 > *:nth-child(3n+1), .c1_2t.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_2t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_2t.defaultGrid336 > *:nth-child(3n+1), .c1_2t.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_2t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_2t.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_2t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_3t > *:nth-child(3n+1), .col3.c1_3t#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_3t.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_3t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_3t.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_3t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_3t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_3t.summary > *:nth-child(3n+1), .gap2.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363#fulldocs > *:nth-child(3n+1), .defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_3t.defaultGrid333 > *:nth-child(3n+1), .c1_3t.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_3t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336#fulldocs > *:nth-child(3n+1), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_3t.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid363 > *:nth-child(3n+1), .defaultGrid246.defaultGrid336 > *:nth-child(3n+1), .gap2.col3.c1_3t.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_3t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_4t > *:nth-child(3n+1), .col3.c1_4t#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_4t.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_4t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_4t.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_4t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_4t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_4t.summary > *:nth-child(3n+1), .gap2.c1_4t.defaultGrid363 > *:nth-child(3n+1), .c1_4t.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_4t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333#fulldocs > *:nth-child(3n+1), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_4t.defaultGrid336 > *:nth-child(3n+1), .c1_4t.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_4t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_4t.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid333 > *:nth-child(3n+1), .gap2.col3.c1_4t.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_4t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_5t > *:nth-child(3n+1), .col3.c1_5t#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_5t.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_5t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_5t.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_5t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_5t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_5t.summary > *:nth-child(3n+1), .gap2.c1_5t.defaultGrid363 > *:nth-child(3n+1), .c1_5t.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_5t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_5t.defaultGrid333 > *:nth-child(3n+1), .c1_5t.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_5t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_5t.defaultGrid336 > *:nth-child(3n+1), .c1_5t.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_5t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_5t.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_5t.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_5t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_6t > *:nth-child(3n+1), .col3.c1_6t#fulldocs > *:nth-child(3n+1), .gap2.col3.defaultGrid9_3 > *:nth-child(3n+1), .col3.defaultGrid9_3#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_6t.defaultGrid8_4 > *:nth-child(3n+1), .col3.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.defaultGrid6_6 > *:nth-child(3n+1), .col3.defaultGrid6_6#fulldocs > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.summary > *:nth-child(3n+1), .groupagedetail .header .col3.summary#fulldocs > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.summary#fulldocs > *:nth-child(3n+1), .gap2.c1_6t.defaultGrid363 > *:nth-child(3n+1), .c1_6t.defaultGrid363#fulldocs > *:nth-child(3n+1), .gap2.defaultGrid363.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid363.defaultGrid9_3#fulldocs > *:nth-child(3n+1), .defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.defaultGrid363.defaultGrid6_6 > *:nth-child(3n+1), .defaultGrid363.defaultGrid6_6#fulldocs > *:nth-child(3n+1), .groupagedetail .header .gap2.defaultGrid363.summary > *:nth-child(3n+1), .groupagedetail .header .defaultGrid363.summary#fulldocs > *:nth-child(3n+1), .inteplannengroupage .header .gap2.defaultGrid363.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid363.summary#fulldocs > *:nth-child(3n+1), .gap2.c1_6t.defaultGrid333 > *:nth-child(3n+1), .c1_6t.defaultGrid333#fulldocs > *:nth-child(3n+1), .gap2.defaultGrid333.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid333.defaultGrid9_3#fulldocs > *:nth-child(3n+1), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.defaultGrid333.defaultGrid6_6 > *:nth-child(3n+1), .defaultGrid333.defaultGrid6_6#fulldocs > *:nth-child(3n+1), .groupagedetail .header .gap2.defaultGrid333.summary > *:nth-child(3n+1), .groupagedetail .header .defaultGrid333.summary#fulldocs > *:nth-child(3n+1), .inteplannengroupage .header .gap2.defaultGrid333.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid333.summary#fulldocs > *:nth-child(3n+1), .gap2.c1_6t.defaultGrid336 > *:nth-child(3n+1), .c1_6t.defaultGrid336#fulldocs > *:nth-child(3n+1), .gap2.defaultGrid336.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid336.defaultGrid9_3#fulldocs > *:nth-child(3n+1), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .gap2.defaultGrid336.defaultGrid6_6 > *:nth-child(3n+1), .defaultGrid336.defaultGrid6_6#fulldocs > *:nth-child(3n+1), .groupagedetail .header .gap2.defaultGrid336.summary > *:nth-child(3n+1), .groupagedetail .header .defaultGrid336.summary#fulldocs > *:nth-child(3n+1), .inteplannengroupage .header .gap2.defaultGrid336.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid336.summary#fulldocs > *:nth-child(3n+1), .c1_6t.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid246.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+1), .gap2.col3.defaultGrid4_8 > *:nth-child(3n+1), .col3.defaultGrid4_8#fulldocs > *:nth-child(3n+1), .gap2.defaultGrid4_8.defaultGrid363 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid363#fulldocs > *:nth-child(3n+1), .gap2.defaultGrid4_8.defaultGrid333 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid333#fulldocs > *:nth-child(3n+1), .gap2.defaultGrid4_8.defaultGrid336 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid336#fulldocs > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.defaultGrid3_9 > *:nth-child(3n+1), .col3.defaultGrid3_9#fulldocs > *:nth-child(3n+1), .gap2.defaultGrid3_9.defaultGrid363 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid363#fulldocs > *:nth-child(3n+1), .gap2.defaultGrid3_9.defaultGrid333 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid333#fulldocs > *:nth-child(3n+1), .gap2.defaultGrid3_9.defaultGrid336 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid336#fulldocs > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_7t > *:nth-child(3n+1), .col3.c1_7t#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_7t.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_7t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_7t.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_7t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_7t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_7t.summary > *:nth-child(3n+1), .gap2.c1_7t.defaultGrid363 > *:nth-child(3n+1), .c1_7t.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_7t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_7t.defaultGrid333 > *:nth-child(3n+1), .c1_7t.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_7t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_7t.defaultGrid336 > *:nth-child(3n+1), .c1_7t.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_7t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_7t.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_7t.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_7t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_8t > *:nth-child(3n+1), .col3.c1_8t#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_8t.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.defaultGrid8_4 > *:nth-child(3n+1), .col3.defaultGrid8_4#fulldocs > *:nth-child(3n+1), .col3.c1_8t.defaultGrid7_5 > *:nth-child(3n+1), .col3.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+1), .gap2.col3.c1_8t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_8t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_8t.summary > *:nth-child(3n+1), .gap2.c1_8t.defaultGrid363 > *:nth-child(3n+1), .c1_8t.defaultGrid363#fulldocs > *:nth-child(3n+1), .gap2.defaultGrid363.defaultGrid8_4 > *:nth-child(3n+1), .defaultGrid363.defaultGrid8_4#fulldocs > *:nth-child(3n+1), .c1_8t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid363.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+1), .gap2.c1_8t.defaultGrid333 > *:nth-child(3n+1), .c1_8t.defaultGrid333#fulldocs > *:nth-child(3n+1), .gap2.defaultGrid333.defaultGrid8_4 > *:nth-child(3n+1), .defaultGrid333.defaultGrid8_4#fulldocs > *:nth-child(3n+1), .c1_8t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid333.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+1), .gap2.c1_8t.defaultGrid336 > *:nth-child(3n+1), .c1_8t.defaultGrid336#fulldocs > *:nth-child(3n+1), .gap2.defaultGrid336.defaultGrid8_4 > *:nth-child(3n+1), .defaultGrid336.defaultGrid8_4#fulldocs > *:nth-child(3n+1), .c1_8t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid336.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+1), .c1_8t.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .gap2.col3.c1_8t.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_8t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_9t > *:nth-child(3n+1), .col3.c1_9t#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_9t.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_9t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_9t.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_9t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_9t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_9t.summary > *:nth-child(3n+1), .gap2.c1_9t.defaultGrid363 > *:nth-child(3n+1), .c1_9t.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_9t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_9t.defaultGrid333 > *:nth-child(3n+1), .c1_9t.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_9t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_9t.defaultGrid336 > *:nth-child(3n+1), .c1_9t.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_9t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_9t.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_9t.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_9t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_10t > *:nth-child(3n+1), .col3.c1_10t#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_10t.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_10t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_10t.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_10t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_10t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_10t.summary > *:nth-child(3n+1), .gap2.c1_10t.defaultGrid363 > *:nth-child(3n+1), .c1_10t.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_10t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_10t.defaultGrid333 > *:nth-child(3n+1), .c1_10t.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_10t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_10t.defaultGrid336 > *:nth-child(3n+1), .c1_10t.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_10t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_10t.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_10t.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_10t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_11t > *:nth-child(3n+1), .col3.c1_11t#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_11t.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_11t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_11t.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_11t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_11t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_11t.summary > *:nth-child(3n+1), .gap2.c1_11t.defaultGrid363 > *:nth-child(3n+1), .c1_11t.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_11t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_11t.defaultGrid333 > *:nth-child(3n+1), .c1_11t.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_11t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_11t.defaultGrid336 > *:nth-child(3n+1), .c1_11t.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_11t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_11t.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_11t.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_11t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_12t > *:nth-child(3n+1), .col3#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_12t.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_12t.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_12t.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_12t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_12t.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_12t.summary > *:nth-child(3n+1), .gap2.c1_12t.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_12t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_12t.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_12t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_12t.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_12t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_12t.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_12t.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_12t.defaultGrid3_9 > *:nth-child(3n+1) {
    width: 100% !important;
  }
  .row.gap2.col3.c2_1t > *:nth-child(3n+2), .col3.c2_1t#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_1t.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_1t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_1t.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_1t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_1t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_1t.summary > *:nth-child(3n+2), .gap2.c2_1t.defaultGrid363 > *:nth-child(3n+2), .c2_1t.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_1t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_1t.defaultGrid333 > *:nth-child(3n+2), .c2_1t.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_1t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_1t.defaultGrid336 > *:nth-child(3n+2), .c2_1t.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_1t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_1t.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_1t.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_1t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_2t > *:nth-child(3n+2), .col3.c2_2t#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_2t.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_2t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_2t.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_2t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_2t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_2t.summary > *:nth-child(3n+2), .gap2.c2_2t.defaultGrid363 > *:nth-child(3n+2), .c2_2t.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_2t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_2t.defaultGrid333 > *:nth-child(3n+2), .c2_2t.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_2t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_2t.defaultGrid336 > *:nth-child(3n+2), .c2_2t.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_2t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_2t.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_2t.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_2t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_3t > *:nth-child(3n+2), .col3.c2_3t#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_3t.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_3t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_3t.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_3t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_3t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_3t.summary > *:nth-child(3n+2), .gap2.c2_3t.defaultGrid363 > *:nth-child(3n+2), .c2_3t.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_3t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_3t.defaultGrid333 > *:nth-child(3n+2), .c2_3t.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_3t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336#fulldocs > *:nth-child(3n+2), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_3t.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246.defaultGrid336 > *:nth-child(3n+2), .gap2.col3.c2_3t.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_3t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_4t > *:nth-child(3n+2), .col3.c2_4t#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_4t.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.defaultGrid8_4 > *:nth-child(3n+2), .col3.defaultGrid8_4#fulldocs > *:nth-child(3n+2), .col3.c2_4t.defaultGrid7_5 > *:nth-child(3n+2), .col3.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+2), .gap2.col3.c2_4t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_4t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_4t.summary > *:nth-child(3n+2), .gap2.c2_4t.defaultGrid363 > *:nth-child(3n+2), .c2_4t.defaultGrid363#fulldocs > *:nth-child(3n+2), .gap2.defaultGrid363.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid363.defaultGrid8_4#fulldocs > *:nth-child(3n+2), .c2_4t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .defaultGrid363.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+2), .gap2.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333#fulldocs > *:nth-child(3n+2), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_4t.defaultGrid336 > *:nth-child(3n+2), .c2_4t.defaultGrid336#fulldocs > *:nth-child(3n+2), .gap2.defaultGrid336.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid336.defaultGrid8_4#fulldocs > *:nth-child(3n+2), .c2_4t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .defaultGrid336.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_4t.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_4t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_5t > *:nth-child(3n+2), .col3.c2_5t#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_5t.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_5t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_5t.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_5t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_5t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_5t.summary > *:nth-child(3n+2), .gap2.c2_5t.defaultGrid363 > *:nth-child(3n+2), .c2_5t.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_5t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_5t.defaultGrid333 > *:nth-child(3n+2), .c2_5t.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_5t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_5t.defaultGrid336 > *:nth-child(3n+2), .c2_5t.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_5t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_5t.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_5t.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_5t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_6t > *:nth-child(3n+2), .col3.c2_6t#fulldocs > *:nth-child(3n+2), .gap2.col3.defaultGrid9_3 > *:nth-child(3n+2), .col3.defaultGrid9_3#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_6t.defaultGrid8_4 > *:nth-child(3n+2), .col3.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.defaultGrid6_6 > *:nth-child(3n+2), .col3.defaultGrid6_6#fulldocs > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.summary > *:nth-child(3n+2), .groupagedetail .header .col3.summary#fulldocs > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.summary#fulldocs > *:nth-child(3n+2), .gap2.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363#fulldocs > *:nth-child(3n+2), .defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_6t.defaultGrid333 > *:nth-child(3n+2), .c2_6t.defaultGrid333#fulldocs > *:nth-child(3n+2), .gap2.defaultGrid333.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid333.defaultGrid9_3#fulldocs > *:nth-child(3n+2), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.defaultGrid333.defaultGrid6_6 > *:nth-child(3n+2), .defaultGrid333.defaultGrid6_6#fulldocs > *:nth-child(3n+2), .groupagedetail .header .gap2.defaultGrid333.summary > *:nth-child(3n+2), .groupagedetail .header .defaultGrid333.summary#fulldocs > *:nth-child(3n+2), .inteplannengroupage .header .gap2.defaultGrid333.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid333.summary#fulldocs > *:nth-child(3n+2), .gap2.c2_6t.defaultGrid336 > *:nth-child(3n+2), .c2_6t.defaultGrid336#fulldocs > *:nth-child(3n+2), .gap2.defaultGrid336.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid336.defaultGrid9_3#fulldocs > *:nth-child(3n+2), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .gap2.defaultGrid336.defaultGrid6_6 > *:nth-child(3n+2), .defaultGrid336.defaultGrid6_6#fulldocs > *:nth-child(3n+2), .groupagedetail .header .gap2.defaultGrid336.summary > *:nth-child(3n+2), .groupagedetail .header .defaultGrid336.summary#fulldocs > *:nth-child(3n+2), .inteplannengroupage .header .gap2.defaultGrid336.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid336.summary#fulldocs > *:nth-child(3n+2), .c2_6t.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid246.defaultGrid7_5 > *:nth-child(3n+2), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+2), .defaultGrid246.defaultGrid363 > *:nth-child(3n+2), .gap2.col3.defaultGrid4_8 > *:nth-child(3n+2), .col3.defaultGrid4_8#fulldocs > *:nth-child(3n+2), .gap2.defaultGrid4_8.defaultGrid333 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid333#fulldocs > *:nth-child(3n+2), .gap2.defaultGrid4_8.defaultGrid336 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid336#fulldocs > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.defaultGrid3_9 > *:nth-child(3n+2), .col3.defaultGrid3_9#fulldocs > *:nth-child(3n+2), .gap2.defaultGrid3_9.defaultGrid333 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid333#fulldocs > *:nth-child(3n+2), .gap2.defaultGrid3_9.defaultGrid336 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid336#fulldocs > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_7t > *:nth-child(3n+2), .col3.c2_7t#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_7t.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_7t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_7t.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_7t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_7t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_7t.summary > *:nth-child(3n+2), .gap2.c2_7t.defaultGrid363 > *:nth-child(3n+2), .c2_7t.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_7t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_7t.defaultGrid333 > *:nth-child(3n+2), .c2_7t.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_7t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_7t.defaultGrid336 > *:nth-child(3n+2), .c2_7t.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_7t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_7t.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_7t.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_7t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_8t > *:nth-child(3n+2), .col3.c2_8t#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_8t.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_8t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_8t.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_8t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_8t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_8t.summary > *:nth-child(3n+2), .gap2.c2_8t.defaultGrid363 > *:nth-child(3n+2), .c2_8t.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_8t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_8t.defaultGrid333 > *:nth-child(3n+2), .c2_8t.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_8t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_8t.defaultGrid336 > *:nth-child(3n+2), .c2_8t.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_8t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_8t.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_8t.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_8t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_9t > *:nth-child(3n+2), .col3.c2_9t#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_9t.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_9t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_9t.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_9t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_9t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_9t.summary > *:nth-child(3n+2), .gap2.c2_9t.defaultGrid363 > *:nth-child(3n+2), .c2_9t.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_9t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_9t.defaultGrid333 > *:nth-child(3n+2), .c2_9t.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_9t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_9t.defaultGrid336 > *:nth-child(3n+2), .c2_9t.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_9t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_9t.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_9t.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_9t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_10t > *:nth-child(3n+2), .col3.c2_10t#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_10t.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_10t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_10t.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_10t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_10t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_10t.summary > *:nth-child(3n+2), .gap2.c2_10t.defaultGrid363 > *:nth-child(3n+2), .c2_10t.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_10t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_10t.defaultGrid333 > *:nth-child(3n+2), .c2_10t.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_10t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_10t.defaultGrid336 > *:nth-child(3n+2), .c2_10t.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_10t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_10t.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_10t.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_10t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_11t > *:nth-child(3n+2), .col3#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_11t.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_11t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_11t.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_11t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_11t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_11t.summary > *:nth-child(3n+2), .gap2.c2_11t.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_11t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_11t.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_11t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_11t.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_11t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_11t.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_11t.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_11t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_12t > *:nth-child(3n+2), .col3.c2_12t#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_12t.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_12t.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_12t.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_12t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_12t.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_12t.summary > *:nth-child(3n+2), .gap2.c2_12t.defaultGrid363 > *:nth-child(3n+2), .c2_12t.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_12t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_12t.defaultGrid333 > *:nth-child(3n+2), .c2_12t.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_12t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_12t.defaultGrid336 > *:nth-child(3n+2), .c2_12t.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_12t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_12t.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_12t.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_12t.defaultGrid3_9 > *:nth-child(3n+2) {
    width: 100% !important;
  }
  .row.gap2.col3.c3_1t > *:nth-child(3n+3), .col3.c3_1t#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_1t.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_1t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_1t.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_1t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_1t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_1t.summary > *:nth-child(3n+3), .gap2.c3_1t.defaultGrid363 > *:nth-child(3n+3), .c3_1t.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_1t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_1t.defaultGrid333 > *:nth-child(3n+3), .c3_1t.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_1t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_1t.defaultGrid336 > *:nth-child(3n+3), .c3_1t.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_1t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_1t.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_1t.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_1t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_2t > *:nth-child(3n+3), .col3.c3_2t#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_2t.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_2t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_2t.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_2t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_2t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_2t.summary > *:nth-child(3n+3), .gap2.c3_2t.defaultGrid363 > *:nth-child(3n+3), .c3_2t.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_2t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_2t.defaultGrid333 > *:nth-child(3n+3), .c3_2t.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_2t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_2t.defaultGrid336 > *:nth-child(3n+3), .c3_2t.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_2t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_2t.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_2t.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_2t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_3t > *:nth-child(3n+3), .col3.c3_3t#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_3t.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_3t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_3t.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_3t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_3t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_3t.summary > *:nth-child(3n+3), .gap2.defaultGrid363 > *:nth-child(3n+3), .defaultGrid363#fulldocs > *:nth-child(3n+3), .defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_3t.defaultGrid333 > *:nth-child(3n+3), .c3_3t.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_3t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_3t.defaultGrid336 > *:nth-child(3n+3), .c3_3t.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_3t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_3t.defaultGrid246 > *:nth-child(3n+3), .defaultGrid246.defaultGrid363 > *:nth-child(3n+3), .gap2.col3.c3_3t.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_3t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_4t > *:nth-child(3n+3), .col3.c3_4t#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_4t.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_4t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_4t.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_4t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_4t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_4t.summary > *:nth-child(3n+3), .gap2.c3_4t.defaultGrid363 > *:nth-child(3n+3), .c3_4t.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_4t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.defaultGrid333 > *:nth-child(3n+3), .defaultGrid333#fulldocs > *:nth-child(3n+3), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_4t.defaultGrid336 > *:nth-child(3n+3), .c3_4t.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_4t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_4t.defaultGrid246 > *:nth-child(3n+3), .defaultGrid246.defaultGrid333 > *:nth-child(3n+3), .gap2.col3.c3_4t.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_4t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_5t > *:nth-child(3n+3), .col3.c3_5t#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_5t.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_5t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_5t.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_5t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_5t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_5t.summary > *:nth-child(3n+3), .gap2.c3_5t.defaultGrid363 > *:nth-child(3n+3), .c3_5t.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_5t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_5t.defaultGrid333 > *:nth-child(3n+3), .c3_5t.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_5t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_5t.defaultGrid336 > *:nth-child(3n+3), .c3_5t.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_5t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_5t.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_5t.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_5t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_6t > *:nth-child(3n+3), .col3.c3_6t#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_6t.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_6t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_6t.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_6t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_6t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_6t.summary > *:nth-child(3n+3), .gap2.c3_6t.defaultGrid363 > *:nth-child(3n+3), .c3_6t.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_6t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_6t.defaultGrid333 > *:nth-child(3n+3), .c3_6t.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_6t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.defaultGrid336 > *:nth-child(3n+3), .defaultGrid336#fulldocs > *:nth-child(3n+3), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_6t.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_6t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_7t > *:nth-child(3n+3), .col3.c3_7t#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_7t.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_7t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_7t.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_7t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_7t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_7t.summary > *:nth-child(3n+3), .gap2.c3_7t.defaultGrid363 > *:nth-child(3n+3), .c3_7t.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_7t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_7t.defaultGrid333 > *:nth-child(3n+3), .c3_7t.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_7t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_7t.defaultGrid336 > *:nth-child(3n+3), .c3_7t.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_7t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_7t.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_7t.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_7t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_8t > *:nth-child(3n+3), .col3.c3_8t#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_8t.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_8t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_8t.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_8t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_8t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_8t.summary > *:nth-child(3n+3), .gap2.c3_8t.defaultGrid363 > *:nth-child(3n+3), .c3_8t.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_8t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_8t.defaultGrid333 > *:nth-child(3n+3), .c3_8t.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_8t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_8t.defaultGrid336 > *:nth-child(3n+3), .c3_8t.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_8t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_8t.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_8t.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_8t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_9t > *:nth-child(3n+3), .col3.c3_9t#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_9t.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_9t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_9t.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_9t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_9t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_9t.summary > *:nth-child(3n+3), .gap2.c3_9t.defaultGrid363 > *:nth-child(3n+3), .c3_9t.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_9t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_9t.defaultGrid333 > *:nth-child(3n+3), .c3_9t.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_9t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_9t.defaultGrid336 > *:nth-child(3n+3), .c3_9t.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_9t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_9t.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_9t.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_9t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_10t > *:nth-child(3n+3), .col3.c3_10t#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_10t.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_10t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_10t.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_10t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_10t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_10t.summary > *:nth-child(3n+3), .gap2.c3_10t.defaultGrid363 > *:nth-child(3n+3), .c3_10t.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_10t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_10t.defaultGrid333 > *:nth-child(3n+3), .c3_10t.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_10t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_10t.defaultGrid336 > *:nth-child(3n+3), .c3_10t.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_10t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_10t.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_10t.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_10t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_11t > *:nth-child(3n+3), .col3.c3_11t#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_11t.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_11t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_11t.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_11t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_11t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_11t.summary > *:nth-child(3n+3), .gap2.c3_11t.defaultGrid363 > *:nth-child(3n+3), .c3_11t.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_11t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_11t.defaultGrid333 > *:nth-child(3n+3), .c3_11t.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_11t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_11t.defaultGrid336 > *:nth-child(3n+3), .c3_11t.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_11t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_11t.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_11t.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_11t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_12t > *:nth-child(3n+3), .col3.c3_12t#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_12t.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_12t.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_12t.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_12t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_12t.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_12t.summary > *:nth-child(3n+3), .gap2.c3_12t.defaultGrid363 > *:nth-child(3n+3), .c3_12t.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_12t.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_12t.defaultGrid333 > *:nth-child(3n+3), .c3_12t.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_12t.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_12t.defaultGrid336 > *:nth-child(3n+3), .c3_12t.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_12t.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_12t.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_12t.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_12t.defaultGrid3_9 > *:nth-child(3n+3) {
    width: 100% !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .row.gap2.col1.c1_1p > *:nth-child(1n+1), .col1.c1_1p#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_1p.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_1p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_1p.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_1p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_1p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_1p.summary > *:nth-child(1n+1), .gap2.col1.c1_1p.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_1p.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_1p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_1p.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_1p.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_1p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.gap2.col1.c1_2p > *:nth-child(1n+1), .col1.c1_2p#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_2p.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_2p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_2p.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_2p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_2p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_2p.summary > *:nth-child(1n+1), .gap2.col1.c1_2p.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_2p.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_2p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_2p.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_2p.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_2p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.gap2.col1.c1_3p > *:nth-child(1n+1), .col1.c1_3p#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_3p.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_3p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_3p.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_3p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_3p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_3p.summary > *:nth-child(1n+1), .gap2.col1.c1_3p.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_3p.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_3p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_3p.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_3p.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_3p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.gap2.col1.c1_4p > *:nth-child(1n+1), .col1.c1_4p#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_4p.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_4p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_4p.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_4p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_4p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_4p.summary > *:nth-child(1n+1), .gap2.col1.c1_4p.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_4p.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_4p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_4p.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_4p.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_4p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.gap2.col1.c1_5p > *:nth-child(1n+1), .col1.c1_5p#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_5p.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_5p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_5p.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_5p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_5p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_5p.summary > *:nth-child(1n+1), .gap2.col1.c1_5p.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_5p.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_5p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_5p.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_5p.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_5p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.gap2.col1.c1_6p > *:nth-child(1n+1), .col1.c1_6p#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_6p.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_6p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_6p.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_6p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_6p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_6p.summary > *:nth-child(1n+1), .gap2.col1.c1_6p.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_6p.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_6p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_6p.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_6p.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_6p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.gap2.col1.c1_7p > *:nth-child(1n+1), .col1.c1_7p#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_7p.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_7p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_7p.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_7p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_7p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_7p.summary > *:nth-child(1n+1), .gap2.col1.c1_7p.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_7p.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_7p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_7p.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_7p.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_7p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.gap2.col1.c1_8p > *:nth-child(1n+1), .col1.c1_8p#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_8p.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_8p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_8p.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_8p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_8p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_8p.summary > *:nth-child(1n+1), .gap2.col1.c1_8p.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_8p.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_8p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_8p.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_8p.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_8p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.gap2.col1.c1_9p > *:nth-child(1n+1), .col1.c1_9p#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_9p.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_9p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_9p.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_9p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_9p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_9p.summary > *:nth-child(1n+1), .gap2.col1.c1_9p.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_9p.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_9p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_9p.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_9p.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_9p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.gap2.col1.c1_10p > *:nth-child(1n+1), .col1.c1_10p#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_10p.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_10p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_10p.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_10p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_10p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_10p.summary > *:nth-child(1n+1), .gap2.col1.c1_10p.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_10p.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_10p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_10p.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_10p.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_10p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.gap2.col1.c1_11p > *:nth-child(1n+1), .col1.c1_11p#fulldocs > *:nth-child(1n+1), .gap2.col1.c1_11p.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.c1_11p.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_11p.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.c1_11p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.c1_11p.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.c1_11p.summary > *:nth-child(1n+1), .gap2.col1.c1_11p.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.c1_11p.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.c1_11p.defaultGrid336 > *:nth-child(1n+1), .col1.c1_11p.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.c1_11p.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.c1_11p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.gap2.col1.c1_12p > *:nth-child(1n+1), .col1#fulldocs > *:nth-child(1n+1), .gap2.col1.defaultGrid9_3 > *:nth-child(1n+1), .gap2.col1.defaultGrid8_4 > *:nth-child(1n+1), .col1.defaultGrid7_5 > *:nth-child(1n+1), .gap2.col1.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .gap2.col1.summary > *:nth-child(1n+1), .inteplannengroupage .header .gap2.col1.summary > *:nth-child(1n+1), .gap2.col1.defaultGrid363 > *:nth-child(1n+1), .gap2.col1.defaultGrid333 > *:nth-child(1n+1), .gap2.col1.defaultGrid336 > *:nth-child(1n+1), .col1.defaultGrid246 > *:nth-child(1n+1), .gap2.col1.defaultGrid4_8 > *:nth-child(1n+1), .gap2.col1.defaultGrid3_9 > *:nth-child(1n+1) {
    width: 100% !important;
  }
  .row.gap2.col1.c2_1p > *:nth-child(1n+2), .col1.c2_1p#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_1p.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_1p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_1p.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_1p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_1p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_1p.summary > *:nth-child(1n+2), .gap2.col1.c2_1p.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_1p.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_1p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_1p.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_1p.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_1p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.gap2.col1.c2_2p > *:nth-child(1n+2), .col1.c2_2p#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_2p.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_2p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_2p.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_2p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_2p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_2p.summary > *:nth-child(1n+2), .gap2.col1.c2_2p.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_2p.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_2p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_2p.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_2p.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_2p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.gap2.col1.c2_3p > *:nth-child(1n+2), .col1.c2_3p#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_3p.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_3p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_3p.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_3p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_3p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_3p.summary > *:nth-child(1n+2), .gap2.col1.c2_3p.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_3p.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_3p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_3p.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_3p.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_3p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.gap2.col1.c2_4p > *:nth-child(1n+2), .col1.c2_4p#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_4p.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_4p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_4p.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_4p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_4p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_4p.summary > *:nth-child(1n+2), .gap2.col1.c2_4p.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_4p.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_4p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_4p.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_4p.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_4p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.gap2.col1.c2_5p > *:nth-child(1n+2), .col1.c2_5p#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_5p.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_5p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_5p.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_5p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_5p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_5p.summary > *:nth-child(1n+2), .gap2.col1.c2_5p.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_5p.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_5p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_5p.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_5p.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_5p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.gap2.col1.c2_6p > *:nth-child(1n+2), .col1.c2_6p#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_6p.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_6p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_6p.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_6p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_6p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_6p.summary > *:nth-child(1n+2), .gap2.col1.c2_6p.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_6p.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_6p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_6p.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_6p.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_6p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.gap2.col1.c2_7p > *:nth-child(1n+2), .col1.c2_7p#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_7p.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_7p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_7p.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_7p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_7p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_7p.summary > *:nth-child(1n+2), .gap2.col1.c2_7p.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_7p.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_7p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_7p.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_7p.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_7p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.gap2.col1.c2_8p > *:nth-child(1n+2), .col1.c2_8p#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_8p.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_8p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_8p.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_8p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_8p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_8p.summary > *:nth-child(1n+2), .gap2.col1.c2_8p.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_8p.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_8p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_8p.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_8p.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_8p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.gap2.col1.c2_9p > *:nth-child(1n+2), .col1.c2_9p#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_9p.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_9p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_9p.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_9p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_9p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_9p.summary > *:nth-child(1n+2), .gap2.col1.c2_9p.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_9p.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_9p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_9p.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_9p.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_9p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.gap2.col1.c2_10p > *:nth-child(1n+2), .col1.c2_10p#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_10p.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_10p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_10p.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_10p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_10p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_10p.summary > *:nth-child(1n+2), .gap2.col1.c2_10p.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_10p.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_10p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_10p.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_10p.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_10p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.gap2.col1.c2_11p > *:nth-child(1n+2), .col1#fulldocs > *:nth-child(1n+2), .gap2.col1.c2_11p.defaultGrid9_3 > *:nth-child(1n+2), .gap2.col1.c2_11p.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_11p.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.c2_11p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.c2_11p.summary > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.c2_11p.summary > *:nth-child(1n+2), .gap2.col1.c2_11p.defaultGrid363 > *:nth-child(1n+2), .gap2.col1.c2_11p.defaultGrid333 > *:nth-child(1n+2), .gap2.col1.c2_11p.defaultGrid336 > *:nth-child(1n+2), .col1.c2_11p.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.c2_11p.defaultGrid4_8 > *:nth-child(1n+2), .gap2.col1.c2_11p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.gap2.col1.c2_12p > *:nth-child(1n+2), .col1.c2_12p#fulldocs > *:nth-child(1n+2), .gap2.col1.defaultGrid9_3 > *:nth-child(1n+2), .col1.defaultGrid9_3#fulldocs > *:nth-child(1n+2), .gap2.col1.defaultGrid8_4 > *:nth-child(1n+2), .col1.defaultGrid8_4#fulldocs > *:nth-child(1n+2), .col1.defaultGrid7_5 > *:nth-child(1n+2), .gap2.col1.defaultGrid6_6 > *:nth-child(1n+2), .col1.defaultGrid6_6#fulldocs > *:nth-child(1n+2), .groupagedetail .header .gap2.col1.summary > *:nth-child(1n+2), .groupagedetail .header .col1.summary#fulldocs > *:nth-child(1n+2), .inteplannengroupage .header .gap2.col1.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.summary#fulldocs > *:nth-child(1n+2), .gap2.col1.defaultGrid363 > *:nth-child(1n+2), .col1.defaultGrid363#fulldocs > *:nth-child(1n+2), .gap2.col1.defaultGrid333 > *:nth-child(1n+2), .col1.defaultGrid333#fulldocs > *:nth-child(1n+2), .gap2.col1.defaultGrid336 > *:nth-child(1n+2), .col1.defaultGrid336#fulldocs > *:nth-child(1n+2), .col1.defaultGrid246 > *:nth-child(1n+2), .gap2.col1.defaultGrid4_8 > *:nth-child(1n+2), .col1.defaultGrid4_8#fulldocs > *:nth-child(1n+2), .gap2.col1.defaultGrid3_9 > *:nth-child(1n+2), .col1.defaultGrid3_9#fulldocs > *:nth-child(1n+2) {
    width: 100% !important;
  }
  .row.gap2.col1.c3_1p > *:nth-child(1n+3), .col1.c3_1p#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_1p.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_1p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_1p.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_1p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_1p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_1p.summary > *:nth-child(1n+3), .gap2.col1.c3_1p.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_1p.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_1p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_1p.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_1p.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_1p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.gap2.col1.c3_2p > *:nth-child(1n+3), .col1.c3_2p#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_2p.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_2p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_2p.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_2p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_2p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_2p.summary > *:nth-child(1n+3), .gap2.col1.c3_2p.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_2p.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_2p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_2p.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_2p.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_2p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.gap2.col1.c3_3p > *:nth-child(1n+3), .col1.c3_3p#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_3p.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_3p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_3p.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_3p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_3p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_3p.summary > *:nth-child(1n+3), .gap2.col1.c3_3p.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_3p.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_3p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_3p.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_3p.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_3p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.gap2.col1.c3_4p > *:nth-child(1n+3), .col1.c3_4p#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_4p.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_4p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_4p.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_4p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_4p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_4p.summary > *:nth-child(1n+3), .gap2.col1.c3_4p.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_4p.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_4p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_4p.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_4p.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_4p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.gap2.col1.c3_5p > *:nth-child(1n+3), .col1.c3_5p#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_5p.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_5p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_5p.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_5p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_5p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_5p.summary > *:nth-child(1n+3), .gap2.col1.c3_5p.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_5p.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_5p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_5p.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_5p.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_5p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.gap2.col1.c3_6p > *:nth-child(1n+3), .col1.c3_6p#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_6p.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_6p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_6p.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_6p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_6p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_6p.summary > *:nth-child(1n+3), .gap2.col1.c3_6p.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_6p.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_6p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_6p.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_6p.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_6p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.gap2.col1.c3_7p > *:nth-child(1n+3), .col1.c3_7p#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_7p.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_7p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_7p.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_7p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_7p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_7p.summary > *:nth-child(1n+3), .gap2.col1.c3_7p.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_7p.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_7p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_7p.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_7p.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_7p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.gap2.col1.c3_8p > *:nth-child(1n+3), .col1.c3_8p#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_8p.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_8p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_8p.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_8p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_8p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_8p.summary > *:nth-child(1n+3), .gap2.col1.c3_8p.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_8p.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_8p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_8p.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_8p.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_8p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.gap2.col1.c3_9p > *:nth-child(1n+3), .col1.c3_9p#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_9p.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_9p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_9p.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_9p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_9p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_9p.summary > *:nth-child(1n+3), .gap2.col1.c3_9p.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_9p.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_9p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_9p.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_9p.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_9p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.gap2.col1.c3_10p > *:nth-child(1n+3), .col1.c3_10p#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_10p.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_10p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_10p.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_10p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_10p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_10p.summary > *:nth-child(1n+3), .gap2.col1.c3_10p.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_10p.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_10p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_10p.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_10p.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_10p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.gap2.col1.c3_11p > *:nth-child(1n+3), .col1.c3_11p#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_11p.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_11p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_11p.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_11p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_11p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_11p.summary > *:nth-child(1n+3), .gap2.col1.c3_11p.defaultGrid363 > *:nth-child(1n+3), .gap2.col1.c3_11p.defaultGrid333 > *:nth-child(1n+3), .gap2.col1.c3_11p.defaultGrid336 > *:nth-child(1n+3), .col1.c3_11p.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_11p.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_11p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.gap2.col1.c3_12p > *:nth-child(1n+3), .col1.c3_12p#fulldocs > *:nth-child(1n+3), .gap2.col1.c3_12p.defaultGrid9_3 > *:nth-child(1n+3), .gap2.col1.c3_12p.defaultGrid8_4 > *:nth-child(1n+3), .col1.c3_12p.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.c3_12p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .gap2.col1.c3_12p.summary > *:nth-child(1n+3), .inteplannengroupage .header .gap2.col1.c3_12p.summary > *:nth-child(1n+3), .gap2.col1.defaultGrid363 > *:nth-child(1n+3), .col1.defaultGrid363#fulldocs > *:nth-child(1n+3), .col1.defaultGrid363.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.defaultGrid333 > *:nth-child(1n+3), .col1.defaultGrid333#fulldocs > *:nth-child(1n+3), .col1.defaultGrid333.defaultGrid7_5 > *:nth-child(1n+3), .gap2.col1.defaultGrid336 > *:nth-child(1n+3), .col1.defaultGrid336#fulldocs > *:nth-child(1n+3), .col1.defaultGrid336.defaultGrid7_5 > *:nth-child(1n+3), .col1.defaultGrid246 > *:nth-child(1n+3), .gap2.col1.c3_12p.defaultGrid4_8 > *:nth-child(1n+3), .gap2.col1.c3_12p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: 100% !important;
  }
  .row.gap2.col2.c1_1p > *:nth-child(2n+1), .c1_1p#fulldocs > *:nth-child(2n+1), .gap2.c1_1p.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_1p.defaultGrid8_4 > *:nth-child(2n+1), .c1_1p.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_1p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_1p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_1p.summary > *:nth-child(2n+1), .gap2.col2.c1_1p.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_1p.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_1p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_1p.defaultGrid246 > *:nth-child(2n+1), .c1_1p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_1p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_1p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_1p.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_1p.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_1p.defaultGrid4_8 > *:nth-child(2n+1), .c1_1p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_1p.defaultGrid3_9 > *:nth-child(2n+1), .c1_1p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 1rem) !important;
  }
  .row.gap2.col2.c1_2p > *:nth-child(2n+1), .c1_2p#fulldocs > *:nth-child(2n+1), .gap2.c1_2p.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_2p.defaultGrid8_4 > *:nth-child(2n+1), .c1_2p.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_2p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_2p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_2p.summary > *:nth-child(2n+1), .gap2.col2.c1_2p.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_2p.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_2p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_2p.defaultGrid246 > *:nth-child(2n+1), .c1_2p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_2p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_2p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_2p.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_2p.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_2p.defaultGrid4_8 > *:nth-child(2n+1), .c1_2p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_2p.defaultGrid3_9 > *:nth-child(2n+1), .c1_2p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 1rem) !important;
  }
  .row.gap2.col2.c1_3p > *:nth-child(2n+1), .c1_3p#fulldocs > *:nth-child(2n+1), .gap2.c1_3p.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_3p.defaultGrid8_4 > *:nth-child(2n+1), .c1_3p.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_3p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_3p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_3p.summary > *:nth-child(2n+1), .gap2.col2.c1_3p.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_3p.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_3p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_3p.defaultGrid246 > *:nth-child(2n+1), .c1_3p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_3p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_3p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_3p.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_3p.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_3p.defaultGrid4_8 > *:nth-child(2n+1), .c1_3p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_3p.defaultGrid3_9 > *:nth-child(2n+1), .c1_3p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 1rem) !important;
  }
  .row.gap2.col2.c1_4p > *:nth-child(2n+1), .c1_4p#fulldocs > *:nth-child(2n+1), .gap2.c1_4p.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_4p.defaultGrid8_4 > *:nth-child(2n+1), .c1_4p.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_4p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_4p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_4p.summary > *:nth-child(2n+1), .gap2.col2.c1_4p.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_4p.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_4p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_4p.defaultGrid246 > *:nth-child(2n+1), .c1_4p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_4p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_4p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_4p.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_4p.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_4p.defaultGrid4_8 > *:nth-child(2n+1), .c1_4p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_4p.defaultGrid3_9 > *:nth-child(2n+1), .c1_4p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 1rem) !important;
  }
  .row.gap2.col2.c1_5p > *:nth-child(2n+1), .c1_5p#fulldocs > *:nth-child(2n+1), .gap2.c1_5p.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_5p.defaultGrid8_4 > *:nth-child(2n+1), .c1_5p.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_5p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_5p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_5p.summary > *:nth-child(2n+1), .gap2.col2.c1_5p.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_5p.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_5p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_5p.defaultGrid246 > *:nth-child(2n+1), .c1_5p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_5p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_5p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_5p.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_5p.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_5p.defaultGrid4_8 > *:nth-child(2n+1), .c1_5p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_5p.defaultGrid3_9 > *:nth-child(2n+1), .c1_5p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 1rem) !important;
  }
  .row.gap2.col2.c1_6p > *:nth-child(2n+1), .c1_6p#fulldocs > *:nth-child(2n+1), .gap2.c1_6p.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_6p.defaultGrid8_4 > *:nth-child(2n+1), .c1_6p.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_6p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_6p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_6p.summary > *:nth-child(2n+1), .gap2.col2.c1_6p.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_6p.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_6p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_6p.defaultGrid246 > *:nth-child(2n+1), .c1_6p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_6p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_6p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_6p.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_6p.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_6p.defaultGrid4_8 > *:nth-child(2n+1), .c1_6p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_6p.defaultGrid3_9 > *:nth-child(2n+1), .c1_6p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 1rem) !important;
  }
  .row.gap2.col2.c1_7p > *:nth-child(2n+1), .c1_7p#fulldocs > *:nth-child(2n+1), .gap2.c1_7p.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_7p.defaultGrid8_4 > *:nth-child(2n+1), .c1_7p.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_7p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_7p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_7p.summary > *:nth-child(2n+1), .gap2.col2.c1_7p.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_7p.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_7p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_7p.defaultGrid246 > *:nth-child(2n+1), .c1_7p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_7p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_7p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_7p.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_7p.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_7p.defaultGrid4_8 > *:nth-child(2n+1), .c1_7p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_7p.defaultGrid3_9 > *:nth-child(2n+1), .c1_7p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 1rem) !important;
  }
  .row.gap2.col2.c1_8p > *:nth-child(2n+1), .c1_8p#fulldocs > *:nth-child(2n+1), .gap2.c1_8p.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_8p.defaultGrid8_4 > *:nth-child(2n+1), .c1_8p.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_8p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_8p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_8p.summary > *:nth-child(2n+1), .gap2.col2.c1_8p.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_8p.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_8p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_8p.defaultGrid246 > *:nth-child(2n+1), .c1_8p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_8p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_8p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_8p.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_8p.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_8p.defaultGrid4_8 > *:nth-child(2n+1), .c1_8p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_8p.defaultGrid3_9 > *:nth-child(2n+1), .c1_8p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 1rem) !important;
  }
  .row.gap2.col2.c1_9p > *:nth-child(2n+1), .c1_9p#fulldocs > *:nth-child(2n+1), .gap2.c1_9p.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_9p.defaultGrid8_4 > *:nth-child(2n+1), .c1_9p.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_9p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_9p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_9p.summary > *:nth-child(2n+1), .gap2.col2.c1_9p.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_9p.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_9p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_9p.defaultGrid246 > *:nth-child(2n+1), .c1_9p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_9p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_9p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_9p.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_9p.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_9p.defaultGrid4_8 > *:nth-child(2n+1), .c1_9p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_9p.defaultGrid3_9 > *:nth-child(2n+1), .c1_9p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 1rem) !important;
  }
  .row.gap2.col2.c1_10p > *:nth-child(2n+1), .c1_10p#fulldocs > *:nth-child(2n+1), .gap2.c1_10p.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_10p.defaultGrid8_4 > *:nth-child(2n+1), .c1_10p.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_10p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_10p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_10p.summary > *:nth-child(2n+1), .gap2.col2.c1_10p.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_10p.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_10p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_10p.defaultGrid246 > *:nth-child(2n+1), .c1_10p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_10p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_10p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_10p.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_10p.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_10p.defaultGrid4_8 > *:nth-child(2n+1), .c1_10p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_10p.defaultGrid3_9 > *:nth-child(2n+1), .c1_10p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 1rem) !important;
  }
  .row.gap2.col2.c1_11p > *:nth-child(2n+1), .c1_11p#fulldocs > *:nth-child(2n+1), .gap2.c1_11p.defaultGrid9_3 > *:nth-child(2n+1), .gap2.c1_11p.defaultGrid8_4 > *:nth-child(2n+1), .c1_11p.defaultGrid7_5 > *:nth-child(2n+1), .gap2.c1_11p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.c1_11p.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.c1_11p.summary > *:nth-child(2n+1), .gap2.col2.c1_11p.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.c1_11p.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.c1_11p.defaultGrid336 > *:nth-child(2n+1), .col2.c1_11p.defaultGrid246 > *:nth-child(2n+1), .c1_11p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .c1_11p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .c1_11p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_11p.defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_11p.defaultGrid246.summary > *:nth-child(2n+1), .gap2.c1_11p.defaultGrid4_8 > *:nth-child(2n+1), .c1_11p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.c1_11p.defaultGrid3_9 > *:nth-child(2n+1), .c1_11p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 1rem) !important;
  }
  .row.gap2.col2.c1_12p > *:nth-child(2n+1), #fulldocs > *:nth-child(2n+1), .gap2.defaultGrid9_3 > *:nth-child(2n+1), .gap2.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid7_5 > *:nth-child(2n+1), .gap2.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .gap2.summary > *:nth-child(2n+1), .inteplannengroupage .header .gap2.summary > *:nth-child(2n+1), .gap2.col2.defaultGrid363 > *:nth-child(2n+1), .gap2.col2.defaultGrid333 > *:nth-child(2n+1), .gap2.col2.defaultGrid336 > *:nth-child(2n+1), .col2.defaultGrid246 > *:nth-child(2n+1), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+1), .gap2.defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .gap2.defaultGrid3_9 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: 100% !important;
  }
  .row.gap2.col2.c2_1p > *:nth-child(2n+2), .c2_1p#fulldocs > *:nth-child(2n+2), .gap2.c2_1p.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_1p.defaultGrid8_4 > *:nth-child(2n+2), .c2_1p.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_1p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_1p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_1p.summary > *:nth-child(2n+2), .gap2.col2.c2_1p.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_1p.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_1p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_1p.defaultGrid246 > *:nth-child(2n+2), .c2_1p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_1p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_1p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_1p.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_1p.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_1p.defaultGrid4_8 > *:nth-child(2n+2), .c2_1p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_1p.defaultGrid3_9 > *:nth-child(2n+2), .c2_1p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 1rem) !important;
  }
  .row.gap2.col2.c2_2p > *:nth-child(2n+2), .c2_2p#fulldocs > *:nth-child(2n+2), .gap2.c2_2p.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_2p.defaultGrid8_4 > *:nth-child(2n+2), .c2_2p.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_2p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_2p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_2p.summary > *:nth-child(2n+2), .gap2.col2.c2_2p.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_2p.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_2p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_2p.defaultGrid246 > *:nth-child(2n+2), .c2_2p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_2p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_2p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_2p.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_2p.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_2p.defaultGrid4_8 > *:nth-child(2n+2), .c2_2p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_2p.defaultGrid3_9 > *:nth-child(2n+2), .c2_2p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 1rem) !important;
  }
  .row.gap2.col2.c2_3p > *:nth-child(2n+2), .c2_3p#fulldocs > *:nth-child(2n+2), .gap2.c2_3p.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_3p.defaultGrid8_4 > *:nth-child(2n+2), .c2_3p.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_3p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_3p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_3p.summary > *:nth-child(2n+2), .gap2.col2.c2_3p.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_3p.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_3p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_3p.defaultGrid246 > *:nth-child(2n+2), .c2_3p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_3p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_3p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_3p.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_3p.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_3p.defaultGrid4_8 > *:nth-child(2n+2), .c2_3p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_3p.defaultGrid3_9 > *:nth-child(2n+2), .c2_3p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 1rem) !important;
  }
  .row.gap2.col2.c2_4p > *:nth-child(2n+2), .c2_4p#fulldocs > *:nth-child(2n+2), .gap2.c2_4p.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_4p.defaultGrid8_4 > *:nth-child(2n+2), .c2_4p.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_4p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_4p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_4p.summary > *:nth-child(2n+2), .gap2.col2.c2_4p.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_4p.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_4p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_4p.defaultGrid246 > *:nth-child(2n+2), .c2_4p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_4p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_4p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_4p.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_4p.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_4p.defaultGrid4_8 > *:nth-child(2n+2), .c2_4p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_4p.defaultGrid3_9 > *:nth-child(2n+2), .c2_4p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 1rem) !important;
  }
  .row.gap2.col2.c2_5p > *:nth-child(2n+2), .c2_5p#fulldocs > *:nth-child(2n+2), .gap2.c2_5p.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_5p.defaultGrid8_4 > *:nth-child(2n+2), .c2_5p.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_5p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_5p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_5p.summary > *:nth-child(2n+2), .gap2.col2.c2_5p.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_5p.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_5p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_5p.defaultGrid246 > *:nth-child(2n+2), .c2_5p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_5p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_5p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_5p.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_5p.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_5p.defaultGrid4_8 > *:nth-child(2n+2), .c2_5p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_5p.defaultGrid3_9 > *:nth-child(2n+2), .c2_5p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 1rem) !important;
  }
  .row.gap2.col2.c2_6p > *:nth-child(2n+2), .c2_6p#fulldocs > *:nth-child(2n+2), .gap2.c2_6p.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_6p.defaultGrid8_4 > *:nth-child(2n+2), .c2_6p.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_6p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_6p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_6p.summary > *:nth-child(2n+2), .gap2.col2.c2_6p.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_6p.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_6p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_6p.defaultGrid246 > *:nth-child(2n+2), .c2_6p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_6p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_6p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_6p.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_6p.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_6p.defaultGrid4_8 > *:nth-child(2n+2), .c2_6p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_6p.defaultGrid3_9 > *:nth-child(2n+2), .c2_6p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 1rem) !important;
  }
  .row.gap2.col2.c2_7p > *:nth-child(2n+2), .c2_7p#fulldocs > *:nth-child(2n+2), .gap2.c2_7p.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_7p.defaultGrid8_4 > *:nth-child(2n+2), .c2_7p.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_7p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_7p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_7p.summary > *:nth-child(2n+2), .gap2.col2.c2_7p.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_7p.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_7p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_7p.defaultGrid246 > *:nth-child(2n+2), .c2_7p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_7p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_7p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_7p.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_7p.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_7p.defaultGrid4_8 > *:nth-child(2n+2), .c2_7p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_7p.defaultGrid3_9 > *:nth-child(2n+2), .c2_7p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 1rem) !important;
  }
  .row.gap2.col2.c2_8p > *:nth-child(2n+2), .c2_8p#fulldocs > *:nth-child(2n+2), .gap2.c2_8p.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_8p.defaultGrid8_4 > *:nth-child(2n+2), .c2_8p.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_8p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_8p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_8p.summary > *:nth-child(2n+2), .gap2.col2.c2_8p.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_8p.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_8p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_8p.defaultGrid246 > *:nth-child(2n+2), .c2_8p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_8p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_8p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_8p.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_8p.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_8p.defaultGrid4_8 > *:nth-child(2n+2), .c2_8p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_8p.defaultGrid3_9 > *:nth-child(2n+2), .c2_8p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 1rem) !important;
  }
  .row.gap2.col2.c2_9p > *:nth-child(2n+2), .c2_9p#fulldocs > *:nth-child(2n+2), .gap2.c2_9p.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_9p.defaultGrid8_4 > *:nth-child(2n+2), .c2_9p.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_9p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_9p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_9p.summary > *:nth-child(2n+2), .gap2.col2.c2_9p.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_9p.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_9p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_9p.defaultGrid246 > *:nth-child(2n+2), .c2_9p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_9p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_9p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_9p.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_9p.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_9p.defaultGrid4_8 > *:nth-child(2n+2), .c2_9p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_9p.defaultGrid3_9 > *:nth-child(2n+2), .c2_9p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 1rem) !important;
  }
  .row.gap2.col2.c2_10p > *:nth-child(2n+2), .c2_10p#fulldocs > *:nth-child(2n+2), .gap2.c2_10p.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_10p.defaultGrid8_4 > *:nth-child(2n+2), .c2_10p.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_10p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_10p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_10p.summary > *:nth-child(2n+2), .gap2.col2.c2_10p.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_10p.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_10p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_10p.defaultGrid246 > *:nth-child(2n+2), .c2_10p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_10p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_10p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_10p.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_10p.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_10p.defaultGrid4_8 > *:nth-child(2n+2), .c2_10p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_10p.defaultGrid3_9 > *:nth-child(2n+2), .c2_10p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 1rem) !important;
  }
  .row.gap2.col2.c2_11p > *:nth-child(2n+2), #fulldocs > *:nth-child(2n+2), .gap2.c2_11p.defaultGrid9_3 > *:nth-child(2n+2), .gap2.c2_11p.defaultGrid8_4 > *:nth-child(2n+2), .c2_11p.defaultGrid7_5 > *:nth-child(2n+2), .gap2.c2_11p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .gap2.c2_11p.summary > *:nth-child(2n+2), .inteplannengroupage .header .gap2.c2_11p.summary > *:nth-child(2n+2), .gap2.col2.c2_11p.defaultGrid363 > *:nth-child(2n+2), .gap2.col2.c2_11p.defaultGrid333 > *:nth-child(2n+2), .gap2.col2.c2_11p.defaultGrid336 > *:nth-child(2n+2), .col2.c2_11p.defaultGrid246 > *:nth-child(2n+2), .c2_11p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .c2_11p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .c2_11p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_11p.defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_11p.defaultGrid246.summary > *:nth-child(2n+2), .gap2.c2_11p.defaultGrid4_8 > *:nth-child(2n+2), .c2_11p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.c2_11p.defaultGrid3_9 > *:nth-child(2n+2), .c2_11p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 1rem) !important;
  }
  .row.gap2.col2.c2_12p > *:nth-child(2n+2), .c2_12p#fulldocs > *:nth-child(2n+2), .gap2.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid9_3#fulldocs > *:nth-child(2n+2), .gap2.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid8_4#fulldocs > *:nth-child(2n+2), .defaultGrid7_5 > *:nth-child(2n+2), .gap2.defaultGrid6_6 > *:nth-child(2n+2), .defaultGrid6_6#fulldocs > *:nth-child(2n+2), .groupagedetail .header .gap2.summary > *:nth-child(2n+2), .groupagedetail .header .summary#fulldocs > *:nth-child(2n+2), .inteplannengroupage .header .gap2.summary > *:nth-child(2n+2), .inteplannengroupage .header .summary#fulldocs > *:nth-child(2n+2), .gap2.col2.defaultGrid363 > *:nth-child(2n+2), .defaultGrid363#fulldocs > *:nth-child(2n+2), .gap2.col2.defaultGrid333 > *:nth-child(2n+2), .defaultGrid333#fulldocs > *:nth-child(2n+2), .gap2.col2.defaultGrid336 > *:nth-child(2n+2), .defaultGrid336#fulldocs > *:nth-child(2n+2), .col2.defaultGrid246 > *:nth-child(2n+2), .defaultGrid246#fulldocs > *:nth-child(2n+2), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+2), .gap2.defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid4_8#fulldocs > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .gap2.defaultGrid3_9 > *:nth-child(2n+2), .defaultGrid3_9#fulldocs > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: 100% !important;
  }
  .row.gap2.col2.c3_1p > *:nth-child(2n+3), .c3_1p#fulldocs > *:nth-child(2n+3), .gap2.c3_1p.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_1p.defaultGrid8_4 > *:nth-child(2n+3), .c3_1p.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_1p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_1p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_1p.summary > *:nth-child(2n+3), .gap2.col2.c3_1p.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_1p.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_1p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_1p.defaultGrid246 > *:nth-child(2n+3), .c3_1p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_1p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_1p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_1p.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_1p.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_1p.defaultGrid4_8 > *:nth-child(2n+3), .c3_1p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_1p.defaultGrid3_9 > *:nth-child(2n+3), .c3_1p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 1rem) !important;
  }
  .row.gap2.col2.c3_2p > *:nth-child(2n+3), .c3_2p#fulldocs > *:nth-child(2n+3), .gap2.c3_2p.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_2p.defaultGrid8_4 > *:nth-child(2n+3), .c3_2p.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_2p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_2p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_2p.summary > *:nth-child(2n+3), .gap2.col2.c3_2p.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_2p.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_2p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_2p.defaultGrid246 > *:nth-child(2n+3), .c3_2p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_2p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_2p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_2p.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_2p.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_2p.defaultGrid4_8 > *:nth-child(2n+3), .c3_2p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_2p.defaultGrid3_9 > *:nth-child(2n+3), .c3_2p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 1rem) !important;
  }
  .row.gap2.col2.c3_3p > *:nth-child(2n+3), .c3_3p#fulldocs > *:nth-child(2n+3), .gap2.c3_3p.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_3p.defaultGrid8_4 > *:nth-child(2n+3), .c3_3p.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_3p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_3p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_3p.summary > *:nth-child(2n+3), .gap2.col2.c3_3p.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_3p.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_3p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_3p.defaultGrid246 > *:nth-child(2n+3), .c3_3p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_3p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_3p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_3p.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_3p.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_3p.defaultGrid4_8 > *:nth-child(2n+3), .c3_3p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_3p.defaultGrid3_9 > *:nth-child(2n+3), .c3_3p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 1rem) !important;
  }
  .row.gap2.col2.c3_4p > *:nth-child(2n+3), .c3_4p#fulldocs > *:nth-child(2n+3), .gap2.c3_4p.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_4p.defaultGrid8_4 > *:nth-child(2n+3), .c3_4p.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_4p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_4p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_4p.summary > *:nth-child(2n+3), .gap2.col2.c3_4p.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_4p.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_4p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_4p.defaultGrid246 > *:nth-child(2n+3), .c3_4p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_4p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_4p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_4p.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_4p.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_4p.defaultGrid4_8 > *:nth-child(2n+3), .c3_4p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_4p.defaultGrid3_9 > *:nth-child(2n+3), .c3_4p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 1rem) !important;
  }
  .row.gap2.col2.c3_5p > *:nth-child(2n+3), .c3_5p#fulldocs > *:nth-child(2n+3), .gap2.c3_5p.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_5p.defaultGrid8_4 > *:nth-child(2n+3), .c3_5p.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_5p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_5p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_5p.summary > *:nth-child(2n+3), .gap2.col2.c3_5p.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_5p.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_5p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_5p.defaultGrid246 > *:nth-child(2n+3), .c3_5p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_5p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_5p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_5p.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_5p.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_5p.defaultGrid4_8 > *:nth-child(2n+3), .c3_5p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_5p.defaultGrid3_9 > *:nth-child(2n+3), .c3_5p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 1rem) !important;
  }
  .row.gap2.col2.c3_6p > *:nth-child(2n+3), .c3_6p#fulldocs > *:nth-child(2n+3), .gap2.c3_6p.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_6p.defaultGrid8_4 > *:nth-child(2n+3), .c3_6p.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_6p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_6p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_6p.summary > *:nth-child(2n+3), .gap2.col2.c3_6p.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_6p.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_6p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_6p.defaultGrid246 > *:nth-child(2n+3), .c3_6p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_6p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_6p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_6p.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_6p.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_6p.defaultGrid4_8 > *:nth-child(2n+3), .c3_6p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_6p.defaultGrid3_9 > *:nth-child(2n+3), .c3_6p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 1rem) !important;
  }
  .row.gap2.col2.c3_7p > *:nth-child(2n+3), .c3_7p#fulldocs > *:nth-child(2n+3), .gap2.c3_7p.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_7p.defaultGrid8_4 > *:nth-child(2n+3), .c3_7p.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_7p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_7p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_7p.summary > *:nth-child(2n+3), .gap2.col2.c3_7p.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_7p.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_7p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_7p.defaultGrid246 > *:nth-child(2n+3), .c3_7p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_7p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_7p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_7p.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_7p.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_7p.defaultGrid4_8 > *:nth-child(2n+3), .c3_7p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_7p.defaultGrid3_9 > *:nth-child(2n+3), .c3_7p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 1rem) !important;
  }
  .row.gap2.col2.c3_8p > *:nth-child(2n+3), .c3_8p#fulldocs > *:nth-child(2n+3), .gap2.c3_8p.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_8p.defaultGrid8_4 > *:nth-child(2n+3), .c3_8p.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_8p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_8p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_8p.summary > *:nth-child(2n+3), .gap2.col2.c3_8p.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_8p.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_8p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_8p.defaultGrid246 > *:nth-child(2n+3), .c3_8p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_8p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_8p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_8p.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_8p.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_8p.defaultGrid4_8 > *:nth-child(2n+3), .c3_8p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_8p.defaultGrid3_9 > *:nth-child(2n+3), .c3_8p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 1rem) !important;
  }
  .row.gap2.col2.c3_9p > *:nth-child(2n+3), .c3_9p#fulldocs > *:nth-child(2n+3), .gap2.c3_9p.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_9p.defaultGrid8_4 > *:nth-child(2n+3), .c3_9p.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_9p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_9p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_9p.summary > *:nth-child(2n+3), .gap2.col2.c3_9p.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_9p.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_9p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_9p.defaultGrid246 > *:nth-child(2n+3), .c3_9p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_9p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_9p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_9p.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_9p.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_9p.defaultGrid4_8 > *:nth-child(2n+3), .c3_9p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_9p.defaultGrid3_9 > *:nth-child(2n+3), .c3_9p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 1rem) !important;
  }
  .row.gap2.col2.c3_10p > *:nth-child(2n+3), .c3_10p#fulldocs > *:nth-child(2n+3), .gap2.c3_10p.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_10p.defaultGrid8_4 > *:nth-child(2n+3), .c3_10p.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_10p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_10p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_10p.summary > *:nth-child(2n+3), .gap2.col2.c3_10p.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_10p.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_10p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_10p.defaultGrid246 > *:nth-child(2n+3), .c3_10p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_10p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_10p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_10p.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_10p.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_10p.defaultGrid4_8 > *:nth-child(2n+3), .c3_10p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_10p.defaultGrid3_9 > *:nth-child(2n+3), .c3_10p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 1rem) !important;
  }
  .row.gap2.col2.c3_11p > *:nth-child(2n+3), .c3_11p#fulldocs > *:nth-child(2n+3), .gap2.c3_11p.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_11p.defaultGrid8_4 > *:nth-child(2n+3), .c3_11p.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_11p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_11p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_11p.summary > *:nth-child(2n+3), .gap2.col2.c3_11p.defaultGrid363 > *:nth-child(2n+3), .gap2.col2.c3_11p.defaultGrid333 > *:nth-child(2n+3), .gap2.col2.c3_11p.defaultGrid336 > *:nth-child(2n+3), .col2.c3_11p.defaultGrid246 > *:nth-child(2n+3), .c3_11p.defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .c3_11p.defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .c3_11p.defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_11p.defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_11p.defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_11p.defaultGrid4_8 > *:nth-child(2n+3), .c3_11p.defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_11p.defaultGrid3_9 > *:nth-child(2n+3), .c3_11p.defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 1rem) !important;
  }
  .row.gap2.col2.c3_12p > *:nth-child(2n+3), .c3_12p#fulldocs > *:nth-child(2n+3), .gap2.c3_12p.defaultGrid9_3 > *:nth-child(2n+3), .gap2.c3_12p.defaultGrid8_4 > *:nth-child(2n+3), .c3_12p.defaultGrid7_5 > *:nth-child(2n+3), .gap2.c3_12p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.c3_12p.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.c3_12p.summary > *:nth-child(2n+3), .gap2.col2.defaultGrid363 > *:nth-child(2n+3), .defaultGrid363#fulldocs > *:nth-child(2n+3), .gap2.defaultGrid363.defaultGrid9_3 > *:nth-child(2n+3), .gap2.defaultGrid363.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .gap2.defaultGrid363.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.defaultGrid363.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.defaultGrid363.summary > *:nth-child(2n+3), .gap2.col2.defaultGrid333 > *:nth-child(2n+3), .defaultGrid333#fulldocs > *:nth-child(2n+3), .gap2.defaultGrid333.defaultGrid9_3 > *:nth-child(2n+3), .gap2.defaultGrid333.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .gap2.defaultGrid333.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.defaultGrid333.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.defaultGrid333.summary > *:nth-child(2n+3), .gap2.col2.defaultGrid336 > *:nth-child(2n+3), .defaultGrid336#fulldocs > *:nth-child(2n+3), .gap2.defaultGrid336.defaultGrid9_3 > *:nth-child(2n+3), .gap2.defaultGrid336.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap2.defaultGrid336.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .gap2.defaultGrid336.summary > *:nth-child(2n+3), .inteplannengroupage .header .gap2.defaultGrid336.summary > *:nth-child(2n+3), .col2.defaultGrid246 > *:nth-child(2n+3), .defaultGrid246#fulldocs > *:nth-child(2n+3), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid246.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+3), .gap2.c3_12p.defaultGrid4_8 > *:nth-child(2n+3), .gap2.defaultGrid4_8.defaultGrid363 > *:nth-child(2n+3), .gap2.defaultGrid4_8.defaultGrid333 > *:nth-child(2n+3), .gap2.defaultGrid4_8.defaultGrid336 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .gap2.c3_12p.defaultGrid3_9 > *:nth-child(2n+3), .gap2.defaultGrid3_9.defaultGrid363 > *:nth-child(2n+3), .gap2.defaultGrid3_9.defaultGrid333 > *:nth-child(2n+3), .gap2.defaultGrid3_9.defaultGrid336 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: 100% !important;
  }
  .row.gap2.col3.c1_1p > *:nth-child(3n+1), .col3.c1_1p#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_1p.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_1p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_1p.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_1p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_1p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_1p.summary > *:nth-child(3n+1), .gap2.c1_1p.defaultGrid363 > *:nth-child(3n+1), .c1_1p.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_1p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_1p.defaultGrid333 > *:nth-child(3n+1), .c1_1p.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_1p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_1p.defaultGrid336 > *:nth-child(3n+1), .c1_1p.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_1p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_1p.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_1p.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_1p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_2p > *:nth-child(3n+1), .col3.c1_2p#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_2p.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_2p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_2p.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_2p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_2p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_2p.summary > *:nth-child(3n+1), .gap2.c1_2p.defaultGrid363 > *:nth-child(3n+1), .c1_2p.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_2p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_2p.defaultGrid333 > *:nth-child(3n+1), .c1_2p.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_2p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_2p.defaultGrid336 > *:nth-child(3n+1), .c1_2p.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_2p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_2p.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_2p.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_2p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_3p > *:nth-child(3n+1), .col3.c1_3p#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_3p.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_3p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_3p.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_3p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_3p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_3p.summary > *:nth-child(3n+1), .gap2.c1_3p.defaultGrid363 > *:nth-child(3n+1), .c1_3p.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_3p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_3p.defaultGrid333 > *:nth-child(3n+1), .c1_3p.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_3p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_3p.defaultGrid336 > *:nth-child(3n+1), .c1_3p.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_3p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_3p.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_3p.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_3p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_4p > *:nth-child(3n+1), .col3.c1_4p#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_4p.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_4p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_4p.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_4p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_4p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_4p.summary > *:nth-child(3n+1), .gap2.c1_4p.defaultGrid363 > *:nth-child(3n+1), .c1_4p.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_4p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_4p.defaultGrid333 > *:nth-child(3n+1), .c1_4p.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_4p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_4p.defaultGrid336 > *:nth-child(3n+1), .c1_4p.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_4p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_4p.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_4p.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_4p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_5p > *:nth-child(3n+1), .col3.c1_5p#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_5p.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_5p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_5p.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_5p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_5p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_5p.summary > *:nth-child(3n+1), .gap2.c1_5p.defaultGrid363 > *:nth-child(3n+1), .c1_5p.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_5p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_5p.defaultGrid333 > *:nth-child(3n+1), .c1_5p.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_5p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_5p.defaultGrid336 > *:nth-child(3n+1), .c1_5p.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_5p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_5p.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_5p.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_5p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_6p > *:nth-child(3n+1), .col3.c1_6p#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_6p.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_6p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_6p.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_6p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_6p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_6p.summary > *:nth-child(3n+1), .gap2.c1_6p.defaultGrid363 > *:nth-child(3n+1), .c1_6p.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_6p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_6p.defaultGrid333 > *:nth-child(3n+1), .c1_6p.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_6p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_6p.defaultGrid336 > *:nth-child(3n+1), .c1_6p.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_6p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_6p.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_6p.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_6p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_7p > *:nth-child(3n+1), .col3.c1_7p#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_7p.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_7p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_7p.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_7p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_7p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_7p.summary > *:nth-child(3n+1), .gap2.c1_7p.defaultGrid363 > *:nth-child(3n+1), .c1_7p.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_7p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_7p.defaultGrid333 > *:nth-child(3n+1), .c1_7p.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_7p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_7p.defaultGrid336 > *:nth-child(3n+1), .c1_7p.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_7p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_7p.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_7p.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_7p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_8p > *:nth-child(3n+1), .col3.c1_8p#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_8p.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_8p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_8p.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_8p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_8p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_8p.summary > *:nth-child(3n+1), .gap2.c1_8p.defaultGrid363 > *:nth-child(3n+1), .c1_8p.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_8p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_8p.defaultGrid333 > *:nth-child(3n+1), .c1_8p.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_8p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_8p.defaultGrid336 > *:nth-child(3n+1), .c1_8p.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_8p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_8p.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_8p.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_8p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_9p > *:nth-child(3n+1), .col3.c1_9p#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_9p.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_9p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_9p.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_9p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_9p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_9p.summary > *:nth-child(3n+1), .gap2.c1_9p.defaultGrid363 > *:nth-child(3n+1), .c1_9p.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_9p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_9p.defaultGrid333 > *:nth-child(3n+1), .c1_9p.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_9p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_9p.defaultGrid336 > *:nth-child(3n+1), .c1_9p.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_9p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_9p.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_9p.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_9p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_10p > *:nth-child(3n+1), .col3.c1_10p#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_10p.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_10p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_10p.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_10p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_10p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_10p.summary > *:nth-child(3n+1), .gap2.c1_10p.defaultGrid363 > *:nth-child(3n+1), .c1_10p.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_10p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_10p.defaultGrid333 > *:nth-child(3n+1), .c1_10p.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_10p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_10p.defaultGrid336 > *:nth-child(3n+1), .c1_10p.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_10p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_10p.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_10p.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_10p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_11p > *:nth-child(3n+1), .col3.c1_11p#fulldocs > *:nth-child(3n+1), .gap2.col3.c1_11p.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.c1_11p.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_11p.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.c1_11p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.c1_11p.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.c1_11p.summary > *:nth-child(3n+1), .gap2.c1_11p.defaultGrid363 > *:nth-child(3n+1), .c1_11p.defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_11p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_11p.defaultGrid333 > *:nth-child(3n+1), .c1_11p.defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_11p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.c1_11p.defaultGrid336 > *:nth-child(3n+1), .c1_11p.defaultGrid336#fulldocs > *:nth-child(3n+1), .c1_11p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .c1_11p.defaultGrid246 > *:nth-child(3n+1), .gap2.col3.c1_11p.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.c1_11p.defaultGrid3_9 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c1_12p > *:nth-child(3n+1), .col3#fulldocs > *:nth-child(3n+1), .gap2.col3.defaultGrid9_3 > *:nth-child(3n+1), .gap2.col3.defaultGrid8_4 > *:nth-child(3n+1), .col3.defaultGrid7_5 > *:nth-child(3n+1), .gap2.col3.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .gap2.col3.summary > *:nth-child(3n+1), .inteplannengroupage .header .gap2.col3.summary > *:nth-child(3n+1), .gap2.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363#fulldocs > *:nth-child(3n+1), .defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .gap2.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333#fulldocs > *:nth-child(3n+1), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .gap2.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336#fulldocs > *:nth-child(3n+1), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid246 > *:nth-child(3n+1), .gap2.col3.defaultGrid4_8 > *:nth-child(3n+1), .gap2.col3.defaultGrid3_9 > *:nth-child(3n+1) {
    width: 100% !important;
  }
  .row.gap2.col3.c2_1p > *:nth-child(3n+2), .col3.c2_1p#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_1p.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_1p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_1p.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_1p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_1p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_1p.summary > *:nth-child(3n+2), .gap2.c2_1p.defaultGrid363 > *:nth-child(3n+2), .c2_1p.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_1p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_1p.defaultGrid333 > *:nth-child(3n+2), .c2_1p.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_1p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_1p.defaultGrid336 > *:nth-child(3n+2), .c2_1p.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_1p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_1p.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_1p.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_1p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_2p > *:nth-child(3n+2), .col3.c2_2p#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_2p.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_2p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_2p.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_2p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_2p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_2p.summary > *:nth-child(3n+2), .gap2.c2_2p.defaultGrid363 > *:nth-child(3n+2), .c2_2p.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_2p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_2p.defaultGrid333 > *:nth-child(3n+2), .c2_2p.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_2p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_2p.defaultGrid336 > *:nth-child(3n+2), .c2_2p.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_2p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_2p.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_2p.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_2p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_3p > *:nth-child(3n+2), .col3.c2_3p#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_3p.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_3p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_3p.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_3p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_3p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_3p.summary > *:nth-child(3n+2), .gap2.c2_3p.defaultGrid363 > *:nth-child(3n+2), .c2_3p.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_3p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_3p.defaultGrid333 > *:nth-child(3n+2), .c2_3p.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_3p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_3p.defaultGrid336 > *:nth-child(3n+2), .c2_3p.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_3p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_3p.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_3p.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_3p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_4p > *:nth-child(3n+2), .col3.c2_4p#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_4p.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_4p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_4p.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_4p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_4p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_4p.summary > *:nth-child(3n+2), .gap2.c2_4p.defaultGrid363 > *:nth-child(3n+2), .c2_4p.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_4p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_4p.defaultGrid333 > *:nth-child(3n+2), .c2_4p.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_4p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_4p.defaultGrid336 > *:nth-child(3n+2), .c2_4p.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_4p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_4p.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_4p.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_4p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_5p > *:nth-child(3n+2), .col3.c2_5p#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_5p.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_5p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_5p.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_5p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_5p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_5p.summary > *:nth-child(3n+2), .gap2.c2_5p.defaultGrid363 > *:nth-child(3n+2), .c2_5p.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_5p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_5p.defaultGrid333 > *:nth-child(3n+2), .c2_5p.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_5p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_5p.defaultGrid336 > *:nth-child(3n+2), .c2_5p.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_5p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_5p.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_5p.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_5p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_6p > *:nth-child(3n+2), .col3.c2_6p#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_6p.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_6p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_6p.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_6p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_6p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_6p.summary > *:nth-child(3n+2), .gap2.c2_6p.defaultGrid363 > *:nth-child(3n+2), .c2_6p.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_6p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_6p.defaultGrid333 > *:nth-child(3n+2), .c2_6p.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_6p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_6p.defaultGrid336 > *:nth-child(3n+2), .c2_6p.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_6p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_6p.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_6p.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_6p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_7p > *:nth-child(3n+2), .col3.c2_7p#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_7p.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_7p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_7p.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_7p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_7p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_7p.summary > *:nth-child(3n+2), .gap2.c2_7p.defaultGrid363 > *:nth-child(3n+2), .c2_7p.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_7p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_7p.defaultGrid333 > *:nth-child(3n+2), .c2_7p.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_7p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_7p.defaultGrid336 > *:nth-child(3n+2), .c2_7p.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_7p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_7p.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_7p.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_7p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_8p > *:nth-child(3n+2), .col3.c2_8p#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_8p.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_8p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_8p.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_8p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_8p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_8p.summary > *:nth-child(3n+2), .gap2.c2_8p.defaultGrid363 > *:nth-child(3n+2), .c2_8p.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_8p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_8p.defaultGrid333 > *:nth-child(3n+2), .c2_8p.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_8p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_8p.defaultGrid336 > *:nth-child(3n+2), .c2_8p.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_8p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_8p.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_8p.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_8p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_9p > *:nth-child(3n+2), .col3.c2_9p#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_9p.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_9p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_9p.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_9p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_9p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_9p.summary > *:nth-child(3n+2), .gap2.c2_9p.defaultGrid363 > *:nth-child(3n+2), .c2_9p.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_9p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_9p.defaultGrid333 > *:nth-child(3n+2), .c2_9p.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_9p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_9p.defaultGrid336 > *:nth-child(3n+2), .c2_9p.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_9p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_9p.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_9p.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_9p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_10p > *:nth-child(3n+2), .col3.c2_10p#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_10p.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_10p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_10p.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_10p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_10p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_10p.summary > *:nth-child(3n+2), .gap2.c2_10p.defaultGrid363 > *:nth-child(3n+2), .c2_10p.defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_10p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_10p.defaultGrid333 > *:nth-child(3n+2), .c2_10p.defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_10p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_10p.defaultGrid336 > *:nth-child(3n+2), .c2_10p.defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_10p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_10p.defaultGrid246 > *:nth-child(3n+2), .gap2.col3.c2_10p.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_10p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_11p > *:nth-child(3n+2), .col3#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_11p.defaultGrid9_3 > *:nth-child(3n+2), .gap2.col3.c2_11p.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_11p.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.c2_11p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.c2_11p.summary > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.c2_11p.summary > *:nth-child(3n+2), .gap2.c2_11p.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_11p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_11p.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_11p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.c2_11p.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336#fulldocs > *:nth-child(3n+2), .c2_11p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .c2_11p.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246#fulldocs > *:nth-child(3n+2), .gap2.col3.c2_11p.defaultGrid4_8 > *:nth-child(3n+2), .gap2.col3.c2_11p.defaultGrid3_9 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c2_12p > *:nth-child(3n+2), .col3.c2_12p#fulldocs > *:nth-child(3n+2), .gap2.col3.defaultGrid9_3 > *:nth-child(3n+2), .col3.defaultGrid9_3#fulldocs > *:nth-child(3n+2), .gap2.col3.defaultGrid8_4 > *:nth-child(3n+2), .col3.defaultGrid8_4#fulldocs > *:nth-child(3n+2), .col3.defaultGrid7_5 > *:nth-child(3n+2), .gap2.col3.defaultGrid6_6 > *:nth-child(3n+2), .col3.defaultGrid6_6#fulldocs > *:nth-child(3n+2), .groupagedetail .header .gap2.col3.summary > *:nth-child(3n+2), .groupagedetail .header .col3.summary#fulldocs > *:nth-child(3n+2), .inteplannengroupage .header .gap2.col3.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.summary#fulldocs > *:nth-child(3n+2), .gap2.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363#fulldocs > *:nth-child(3n+2), .defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .gap2.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333#fulldocs > *:nth-child(3n+2), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .gap2.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336#fulldocs > *:nth-child(3n+2), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .defaultGrid246 > *:nth-child(3n+2), .gap2.col3.defaultGrid4_8 > *:nth-child(3n+2), .col3.defaultGrid4_8#fulldocs > *:nth-child(3n+2), .gap2.col3.defaultGrid3_9 > *:nth-child(3n+2), .col3.defaultGrid3_9#fulldocs > *:nth-child(3n+2) {
    width: 100% !important;
  }
  .row.gap2.col3.c3_1p > *:nth-child(3n+3), .col3.c3_1p#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_1p.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_1p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_1p.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_1p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_1p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_1p.summary > *:nth-child(3n+3), .gap2.c3_1p.defaultGrid363 > *:nth-child(3n+3), .c3_1p.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_1p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_1p.defaultGrid333 > *:nth-child(3n+3), .c3_1p.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_1p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_1p.defaultGrid336 > *:nth-child(3n+3), .c3_1p.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_1p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_1p.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_1p.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_1p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_2p > *:nth-child(3n+3), .col3.c3_2p#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_2p.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_2p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_2p.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_2p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_2p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_2p.summary > *:nth-child(3n+3), .gap2.c3_2p.defaultGrid363 > *:nth-child(3n+3), .c3_2p.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_2p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_2p.defaultGrid333 > *:nth-child(3n+3), .c3_2p.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_2p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_2p.defaultGrid336 > *:nth-child(3n+3), .c3_2p.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_2p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_2p.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_2p.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_2p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_3p > *:nth-child(3n+3), .col3.c3_3p#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_3p.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_3p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_3p.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_3p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_3p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_3p.summary > *:nth-child(3n+3), .gap2.c3_3p.defaultGrid363 > *:nth-child(3n+3), .c3_3p.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_3p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_3p.defaultGrid333 > *:nth-child(3n+3), .c3_3p.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_3p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_3p.defaultGrid336 > *:nth-child(3n+3), .c3_3p.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_3p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_3p.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_3p.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_3p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_4p > *:nth-child(3n+3), .col3.c3_4p#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_4p.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_4p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_4p.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_4p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_4p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_4p.summary > *:nth-child(3n+3), .gap2.c3_4p.defaultGrid363 > *:nth-child(3n+3), .c3_4p.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_4p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_4p.defaultGrid333 > *:nth-child(3n+3), .c3_4p.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_4p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_4p.defaultGrid336 > *:nth-child(3n+3), .c3_4p.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_4p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_4p.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_4p.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_4p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_5p > *:nth-child(3n+3), .col3.c3_5p#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_5p.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_5p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_5p.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_5p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_5p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_5p.summary > *:nth-child(3n+3), .gap2.c3_5p.defaultGrid363 > *:nth-child(3n+3), .c3_5p.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_5p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_5p.defaultGrid333 > *:nth-child(3n+3), .c3_5p.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_5p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_5p.defaultGrid336 > *:nth-child(3n+3), .c3_5p.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_5p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_5p.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_5p.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_5p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_6p > *:nth-child(3n+3), .col3.c3_6p#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_6p.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_6p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_6p.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_6p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_6p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_6p.summary > *:nth-child(3n+3), .gap2.c3_6p.defaultGrid363 > *:nth-child(3n+3), .c3_6p.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_6p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_6p.defaultGrid333 > *:nth-child(3n+3), .c3_6p.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_6p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_6p.defaultGrid336 > *:nth-child(3n+3), .c3_6p.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_6p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_6p.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_6p.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_6p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_7p > *:nth-child(3n+3), .col3.c3_7p#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_7p.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_7p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_7p.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_7p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_7p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_7p.summary > *:nth-child(3n+3), .gap2.c3_7p.defaultGrid363 > *:nth-child(3n+3), .c3_7p.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_7p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_7p.defaultGrid333 > *:nth-child(3n+3), .c3_7p.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_7p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_7p.defaultGrid336 > *:nth-child(3n+3), .c3_7p.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_7p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_7p.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_7p.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_7p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_8p > *:nth-child(3n+3), .col3.c3_8p#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_8p.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_8p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_8p.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_8p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_8p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_8p.summary > *:nth-child(3n+3), .gap2.c3_8p.defaultGrid363 > *:nth-child(3n+3), .c3_8p.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_8p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_8p.defaultGrid333 > *:nth-child(3n+3), .c3_8p.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_8p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_8p.defaultGrid336 > *:nth-child(3n+3), .c3_8p.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_8p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_8p.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_8p.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_8p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_9p > *:nth-child(3n+3), .col3.c3_9p#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_9p.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_9p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_9p.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_9p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_9p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_9p.summary > *:nth-child(3n+3), .gap2.c3_9p.defaultGrid363 > *:nth-child(3n+3), .c3_9p.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_9p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_9p.defaultGrid333 > *:nth-child(3n+3), .c3_9p.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_9p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_9p.defaultGrid336 > *:nth-child(3n+3), .c3_9p.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_9p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_9p.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_9p.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_9p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_10p > *:nth-child(3n+3), .col3.c3_10p#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_10p.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_10p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_10p.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_10p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_10p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_10p.summary > *:nth-child(3n+3), .gap2.c3_10p.defaultGrid363 > *:nth-child(3n+3), .c3_10p.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_10p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_10p.defaultGrid333 > *:nth-child(3n+3), .c3_10p.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_10p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_10p.defaultGrid336 > *:nth-child(3n+3), .c3_10p.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_10p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_10p.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_10p.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_10p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_11p > *:nth-child(3n+3), .col3.c3_11p#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_11p.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_11p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_11p.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_11p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_11p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_11p.summary > *:nth-child(3n+3), .gap2.c3_11p.defaultGrid363 > *:nth-child(3n+3), .c3_11p.defaultGrid363#fulldocs > *:nth-child(3n+3), .c3_11p.defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_11p.defaultGrid333 > *:nth-child(3n+3), .c3_11p.defaultGrid333#fulldocs > *:nth-child(3n+3), .c3_11p.defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.c3_11p.defaultGrid336 > *:nth-child(3n+3), .c3_11p.defaultGrid336#fulldocs > *:nth-child(3n+3), .c3_11p.defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .c3_11p.defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_11p.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_11p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 1.3333333333rem) !important;
  }
  .row.gap2.col3.c3_12p > *:nth-child(3n+3), .col3.c3_12p#fulldocs > *:nth-child(3n+3), .gap2.col3.c3_12p.defaultGrid9_3 > *:nth-child(3n+3), .gap2.col3.c3_12p.defaultGrid8_4 > *:nth-child(3n+3), .col3.c3_12p.defaultGrid7_5 > *:nth-child(3n+3), .gap2.col3.c3_12p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .gap2.col3.c3_12p.summary > *:nth-child(3n+3), .inteplannengroupage .header .gap2.col3.c3_12p.summary > *:nth-child(3n+3), .gap2.defaultGrid363 > *:nth-child(3n+3), .defaultGrid363#fulldocs > *:nth-child(3n+3), .defaultGrid363.defaultGrid7_5 > *:nth-child(3n+3), .gap2.defaultGrid333 > *:nth-child(3n+3), .defaultGrid333#fulldocs > *:nth-child(3n+3), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+3), .gap2.defaultGrid336 > *:nth-child(3n+3), .defaultGrid336#fulldocs > *:nth-child(3n+3), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+3), .defaultGrid246 > *:nth-child(3n+3), .gap2.col3.c3_12p.defaultGrid4_8 > *:nth-child(3n+3), .gap2.col3.c3_12p.defaultGrid3_9 > *:nth-child(3n+3) {
    width: 100% !important;
  }
}
.row.gap3, .gap3#fulldocs, .defaultGrid9_3, .defaultGrid8_4, .gap3.defaultGrid7_5, .defaultGrid6_6, .groupagedetail .header .summary, .inteplannengroupage .header .summary, .defaultGrid363, .defaultGrid333, .defaultGrid336, .gap3.defaultGrid246, .defaultGrid4_8, .defaultGrid3_9 {
  grid-gap: 3rem;
}
.row.gap3.col1.c1_1 > *:nth-child(1n+1), .gap3.col1.c1_1#fulldocs > *:nth-child(1n+1), .col1.c1_1.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_1.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_1.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_1.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_1.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_1.summary > *:nth-child(1n+1), .col1.c1_1.defaultGrid363 > *:nth-child(1n+1), .col1.c1_1.defaultGrid333 > *:nth-child(1n+1), .col1.c1_1.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_1.defaultGrid246 > *:nth-child(1n+1), .col1.c1_1.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_1.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
}
.row.gap3.col1.c1_2 > *:nth-child(1n+1), .gap3.col1.c1_2#fulldocs > *:nth-child(1n+1), .col1.c1_2.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_2.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_2.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_2.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_2.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_2.summary > *:nth-child(1n+1), .col1.c1_2.defaultGrid363 > *:nth-child(1n+1), .col1.c1_2.defaultGrid333 > *:nth-child(1n+1), .col1.c1_2.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.defaultGrid246 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid9_3 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid8_4 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.defaultGrid246.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.defaultGrid246.summary > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid363 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid333 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid336 > *:nth-child(1n+1), .col1.c1_2.defaultGrid4_8 > *:nth-child(1n+1), .col1.defaultGrid4_8.defaultGrid246 > *:nth-child(1n+1), .col1.c1_2.defaultGrid3_9 > *:nth-child(1n+1), .col1.defaultGrid3_9.defaultGrid246 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.row.gap3.col1.c1_3 > *:nth-child(1n+1), .gap3.col1.c1_3#fulldocs > *:nth-child(1n+1), .col1.c1_3.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_3.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_3.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_3.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_3.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_3.summary > *:nth-child(1n+1), .col1.defaultGrid363 > *:nth-child(1n+1), .col1.c1_3.defaultGrid333 > *:nth-child(1n+1), .col1.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_3.defaultGrid246 > *:nth-child(1n+1), .col1.c1_3.defaultGrid4_8 > *:nth-child(1n+1), .col1.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
}
.row.gap3.col1.c1_4 > *:nth-child(1n+1), .gap3.col1.c1_4#fulldocs > *:nth-child(1n+1), .col1.c1_4.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_4.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_4.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_4.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_4.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_4.summary > *:nth-child(1n+1), .col1.c1_4.defaultGrid363 > *:nth-child(1n+1), .col1.defaultGrid333 > *:nth-child(1n+1), .col1.c1_4.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_4.defaultGrid246 > *:nth-child(1n+1), .col1.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_4.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.row.gap3.col1.c1_5 > *:nth-child(1n+1), .gap3.col1.c1_5#fulldocs > *:nth-child(1n+1), .col1.c1_5.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_5.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_5.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_5.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_5.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_5.summary > *:nth-child(1n+1), .col1.c1_5.defaultGrid363 > *:nth-child(1n+1), .col1.c1_5.defaultGrid333 > *:nth-child(1n+1), .col1.c1_5.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_5.defaultGrid246 > *:nth-child(1n+1), .col1.c1_5.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_5.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
}
.row.gap3.col1.c1_6 > *:nth-child(1n+1), .gap3.col1.c1_6#fulldocs > *:nth-child(1n+1), .col1.c1_6.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_6.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_6.defaultGrid7_5 > *:nth-child(1n+1), .col1.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.summary > *:nth-child(1n+1), .col1.c1_6.defaultGrid363 > *:nth-child(1n+1), .col1.c1_6.defaultGrid333 > *:nth-child(1n+1), .col1.c1_6.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_6.defaultGrid246 > *:nth-child(1n+1), .col1.c1_6.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_6.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.row.gap3.col1.c1_7 > *:nth-child(1n+1), .gap3.col1.c1_7#fulldocs > *:nth-child(1n+1), .col1.c1_7.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_7.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.defaultGrid7_5 > *:nth-child(1n+1), .col1.defaultGrid7_5.defaultGrid9_3 > *:nth-child(1n+1), .col1.defaultGrid7_5.defaultGrid8_4 > *:nth-child(1n+1), .col1.c1_7.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_7.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_7.summary > *:nth-child(1n+1), .col1.defaultGrid6_6.defaultGrid7_5 > *:nth-child(1n+1), .groupagedetail .header .col1.defaultGrid7_5.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.defaultGrid7_5.summary > *:nth-child(1n+1), .col1.c1_7.defaultGrid363 > *:nth-child(1n+1), .col1.defaultGrid363.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_7.defaultGrid333 > *:nth-child(1n+1), .col1.defaultGrid333.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_7.defaultGrid336 > *:nth-child(1n+1), .col1.defaultGrid336.defaultGrid7_5 > *:nth-child(1n+1), .gap3.col1.c1_7.defaultGrid246 > *:nth-child(1n+1), .col1.c1_7.defaultGrid4_8 > *:nth-child(1n+1), .col1.defaultGrid4_8.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_7.defaultGrid3_9 > *:nth-child(1n+1), .col1.defaultGrid3_9.defaultGrid7_5 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
}
.row.gap3.col1.c1_8 > *:nth-child(1n+1), .gap3.col1.c1_8#fulldocs > *:nth-child(1n+1), .col1.c1_8.defaultGrid9_3 > *:nth-child(1n+1), .col1.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_8.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_8.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_8.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_8.summary > *:nth-child(1n+1), .col1.c1_8.defaultGrid363 > *:nth-child(1n+1), .col1.c1_8.defaultGrid333 > *:nth-child(1n+1), .col1.c1_8.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_8.defaultGrid246 > *:nth-child(1n+1), .col1.c1_8.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_8.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
.row.gap3.col1.c1_9 > *:nth-child(1n+1), .gap3.col1.c1_9#fulldocs > *:nth-child(1n+1), .col1.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_9.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_9.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_9.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_9.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_9.summary > *:nth-child(1n+1), .col1.c1_9.defaultGrid363 > *:nth-child(1n+1), .col1.c1_9.defaultGrid333 > *:nth-child(1n+1), .col1.c1_9.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_9.defaultGrid246 > *:nth-child(1n+1), .col1.c1_9.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_9.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
}
.row.gap3.col1.c1_10 > *:nth-child(1n+1), .gap3.col1.c1_10#fulldocs > *:nth-child(1n+1), .col1.c1_10.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_10.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_10.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_10.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_10.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_10.summary > *:nth-child(1n+1), .col1.c1_10.defaultGrid363 > *:nth-child(1n+1), .col1.c1_10.defaultGrid333 > *:nth-child(1n+1), .col1.c1_10.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_10.defaultGrid246 > *:nth-child(1n+1), .col1.c1_10.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_10.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
.row.gap3.col1.c1_11 > *:nth-child(1n+1), .gap3.col1.c1_11#fulldocs > *:nth-child(1n+1), .col1.c1_11.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_11.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_11.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_11.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_11.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_11.summary > *:nth-child(1n+1), .col1.c1_11.defaultGrid363 > *:nth-child(1n+1), .col1.c1_11.defaultGrid333 > *:nth-child(1n+1), .col1.c1_11.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_11.defaultGrid246 > *:nth-child(1n+1), .col1.c1_11.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_11.defaultGrid3_9 > *:nth-child(1n+1) {
  width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
}
.row.gap3.col1.c1_12 > *:nth-child(1n+1), .gap3.col1#fulldocs > *:nth-child(1n+1), .col1.c1_12.defaultGrid9_3 > *:nth-child(1n+1), .col1.defaultGrid9_3#fulldocs > *:nth-child(1n+1), .col1.c1_12.defaultGrid8_4 > *:nth-child(1n+1), .col1.defaultGrid8_4#fulldocs > *:nth-child(1n+1), .gap3.col1.c1_12.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_12.defaultGrid6_6 > *:nth-child(1n+1), .col1.defaultGrid6_6#fulldocs > *:nth-child(1n+1), .groupagedetail .header .col1.c1_12.summary > *:nth-child(1n+1), .groupagedetail .header .col1.summary#fulldocs > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_12.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.summary#fulldocs > *:nth-child(1n+1), .col1.c1_12.defaultGrid363 > *:nth-child(1n+1), .col1.defaultGrid363#fulldocs > *:nth-child(1n+1), .col1.c1_12.defaultGrid333 > *:nth-child(1n+1), .col1.defaultGrid333#fulldocs > *:nth-child(1n+1), .col1.c1_12.defaultGrid336 > *:nth-child(1n+1), .col1.defaultGrid336#fulldocs > *:nth-child(1n+1), .gap3.col1.c1_12.defaultGrid246 > *:nth-child(1n+1), .col1.c1_12.defaultGrid4_8 > *:nth-child(1n+1), .col1.defaultGrid4_8#fulldocs > *:nth-child(1n+1), .col1.c1_12.defaultGrid3_9 > *:nth-child(1n+1), .col1.defaultGrid3_9#fulldocs > *:nth-child(1n+1) {
  width: 100% !important;
}
.row.gap3.col1.c2_1 > *:nth-child(1n+2), .gap3.col1.c2_1#fulldocs > *:nth-child(1n+2), .col1.c2_1.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_1.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_1.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_1.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_1.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_1.summary > *:nth-child(1n+2), .col1.c2_1.defaultGrid363 > *:nth-child(1n+2), .col1.c2_1.defaultGrid333 > *:nth-child(1n+2), .col1.c2_1.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_1.defaultGrid246 > *:nth-child(1n+2), .col1.c2_1.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_1.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
}
.row.gap3.col1.c2_2 > *:nth-child(1n+2), .gap3.col1.c2_2#fulldocs > *:nth-child(1n+2), .col1.c2_2.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_2.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_2.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_2.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_2.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_2.summary > *:nth-child(1n+2), .col1.c2_2.defaultGrid363 > *:nth-child(1n+2), .col1.c2_2.defaultGrid333 > *:nth-child(1n+2), .col1.c2_2.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_2.defaultGrid246 > *:nth-child(1n+2), .col1.c2_2.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_2.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.row.gap3.col1.c2_3 > *:nth-child(1n+2), .gap3.col1.c2_3#fulldocs > *:nth-child(1n+2), .col1.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_3.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_3.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_3.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_3.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_3.summary > *:nth-child(1n+2), .col1.c2_3.defaultGrid363 > *:nth-child(1n+2), .col1.c2_3.defaultGrid333 > *:nth-child(1n+2), .col1.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_3.defaultGrid246 > *:nth-child(1n+2), .col1.c2_3.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_3.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
}
.row.gap3.col1.c2_4 > *:nth-child(1n+2), .gap3.col1.c2_4#fulldocs > *:nth-child(1n+2), .col1.c2_4.defaultGrid9_3 > *:nth-child(1n+2), .col1.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_4.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_4.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_4.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_4.summary > *:nth-child(1n+2), .col1.c2_4.defaultGrid363 > *:nth-child(1n+2), .col1.defaultGrid333 > *:nth-child(1n+2), .col1.c2_4.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.defaultGrid246 > *:nth-child(1n+2), .col1.defaultGrid246.defaultGrid9_3 > *:nth-child(1n+2), .col1.defaultGrid246.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.defaultGrid246.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.defaultGrid246.summary > *:nth-child(1n+2), .col1.defaultGrid246.defaultGrid363 > *:nth-child(1n+2), .col1.defaultGrid246.defaultGrid336 > *:nth-child(1n+2), .col1.c2_4.defaultGrid4_8 > *:nth-child(1n+2), .col1.defaultGrid4_8.defaultGrid246 > *:nth-child(1n+2), .col1.c2_4.defaultGrid3_9 > *:nth-child(1n+2), .col1.defaultGrid3_9.defaultGrid246 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.row.gap3.col1.c2_5 > *:nth-child(1n+2), .gap3.col1.c2_5#fulldocs > *:nth-child(1n+2), .col1.c2_5.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_5.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.defaultGrid7_5 > *:nth-child(1n+2), .col1.defaultGrid7_5.defaultGrid9_3 > *:nth-child(1n+2), .col1.defaultGrid7_5.defaultGrid8_4 > *:nth-child(1n+2), .col1.c2_5.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_5.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_5.summary > *:nth-child(1n+2), .col1.defaultGrid6_6.defaultGrid7_5 > *:nth-child(1n+2), .groupagedetail .header .col1.defaultGrid7_5.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.defaultGrid7_5.summary > *:nth-child(1n+2), .col1.c2_5.defaultGrid363 > *:nth-child(1n+2), .col1.defaultGrid363.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_5.defaultGrid333 > *:nth-child(1n+2), .col1.defaultGrid333.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_5.defaultGrid336 > *:nth-child(1n+2), .col1.defaultGrid336.defaultGrid7_5 > *:nth-child(1n+2), .gap3.col1.c2_5.defaultGrid246 > *:nth-child(1n+2), .col1.c2_5.defaultGrid4_8 > *:nth-child(1n+2), .col1.defaultGrid4_8.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_5.defaultGrid3_9 > *:nth-child(1n+2), .col1.defaultGrid3_9.defaultGrid7_5 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
}
.row.gap3.col1.c2_6 > *:nth-child(1n+2), .gap3.col1.c2_6#fulldocs > *:nth-child(1n+2), .col1.c2_6.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_6.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_6.defaultGrid7_5 > *:nth-child(1n+2), .col1.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.summary > *:nth-child(1n+2), .col1.defaultGrid363 > *:nth-child(1n+2), .col1.c2_6.defaultGrid333 > *:nth-child(1n+2), .col1.c2_6.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_6.defaultGrid246 > *:nth-child(1n+2), .col1.c2_6.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_6.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.row.gap3.col1.c2_7 > *:nth-child(1n+2), .gap3.col1.c2_7#fulldocs > *:nth-child(1n+2), .col1.c2_7.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_7.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_7.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_7.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_7.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_7.summary > *:nth-child(1n+2), .col1.c2_7.defaultGrid363 > *:nth-child(1n+2), .col1.c2_7.defaultGrid333 > *:nth-child(1n+2), .col1.c2_7.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_7.defaultGrid246 > *:nth-child(1n+2), .col1.c2_7.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_7.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
}
.row.gap3.col1.c2_8 > *:nth-child(1n+2), .gap3.col1.c2_8#fulldocs > *:nth-child(1n+2), .col1.c2_8.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_8.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_8.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_8.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_8.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_8.summary > *:nth-child(1n+2), .col1.c2_8.defaultGrid363 > *:nth-child(1n+2), .col1.c2_8.defaultGrid333 > *:nth-child(1n+2), .col1.c2_8.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_8.defaultGrid246 > *:nth-child(1n+2), .col1.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_8.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
.row.gap3.col1.c2_9 > *:nth-child(1n+2), .gap3.col1.c2_9#fulldocs > *:nth-child(1n+2), .col1.c2_9.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_9.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_9.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_9.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_9.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_9.summary > *:nth-child(1n+2), .col1.c2_9.defaultGrid363 > *:nth-child(1n+2), .col1.c2_9.defaultGrid333 > *:nth-child(1n+2), .col1.c2_9.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_9.defaultGrid246 > *:nth-child(1n+2), .col1.c2_9.defaultGrid4_8 > *:nth-child(1n+2), .col1.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
}
.row.gap3.col1.c2_10 > *:nth-child(1n+2), .gap3.col1.c2_10#fulldocs > *:nth-child(1n+2), .col1.c2_10.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_10.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_10.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_10.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_10.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_10.summary > *:nth-child(1n+2), .col1.c2_10.defaultGrid363 > *:nth-child(1n+2), .col1.c2_10.defaultGrid333 > *:nth-child(1n+2), .col1.c2_10.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_10.defaultGrid246 > *:nth-child(1n+2), .col1.c2_10.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_10.defaultGrid3_9 > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
.row.gap3.col1.c2_11 > *:nth-child(1n+2), .gap3.col1#fulldocs > *:nth-child(1n+2), .col1.c2_11.defaultGrid9_3 > *:nth-child(1n+2), .col1.defaultGrid9_3#fulldocs > *:nth-child(1n+2), .col1.c2_11.defaultGrid8_4 > *:nth-child(1n+2), .col1.defaultGrid8_4#fulldocs > *:nth-child(1n+2), .gap3.col1.c2_11.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_11.defaultGrid6_6 > *:nth-child(1n+2), .col1.defaultGrid6_6#fulldocs > *:nth-child(1n+2), .groupagedetail .header .col1.c2_11.summary > *:nth-child(1n+2), .groupagedetail .header .col1.summary#fulldocs > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_11.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.summary#fulldocs > *:nth-child(1n+2), .col1.c2_11.defaultGrid363 > *:nth-child(1n+2), .col1.defaultGrid363#fulldocs > *:nth-child(1n+2), .col1.c2_11.defaultGrid333 > *:nth-child(1n+2), .col1.defaultGrid333#fulldocs > *:nth-child(1n+2), .col1.c2_11.defaultGrid336 > *:nth-child(1n+2), .col1.defaultGrid336#fulldocs > *:nth-child(1n+2), .gap3.col1.c2_11.defaultGrid246 > *:nth-child(1n+2), .col1.c2_11.defaultGrid4_8 > *:nth-child(1n+2), .col1.defaultGrid4_8#fulldocs > *:nth-child(1n+2), .col1.c2_11.defaultGrid3_9 > *:nth-child(1n+2), .col1.defaultGrid3_9#fulldocs > *:nth-child(1n+2) {
  width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
}
.row.gap3.col1.c2_12 > *:nth-child(1n+2), .gap3.col1.c2_12#fulldocs > *:nth-child(1n+2), .col1.c2_12.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_12.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_12.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_12.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_12.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_12.summary > *:nth-child(1n+2), .col1.c2_12.defaultGrid363 > *:nth-child(1n+2), .col1.c2_12.defaultGrid333 > *:nth-child(1n+2), .col1.c2_12.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_12.defaultGrid246 > *:nth-child(1n+2), .col1.c2_12.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_12.defaultGrid3_9 > *:nth-child(1n+2) {
  width: 100% !important;
}
.row.gap3.col1.c3_1 > *:nth-child(1n+3), .gap3.col1.c3_1#fulldocs > *:nth-child(1n+3), .col1.c3_1.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_1.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_1.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_1.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_1.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_1.summary > *:nth-child(1n+3), .col1.c3_1.defaultGrid363 > *:nth-child(1n+3), .col1.c3_1.defaultGrid333 > *:nth-child(1n+3), .col1.c3_1.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_1.defaultGrid246 > *:nth-child(1n+3), .col1.c3_1.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_1.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
}
.row.gap3.col1.c3_2 > *:nth-child(1n+3), .gap3.col1.c3_2#fulldocs > *:nth-child(1n+3), .col1.c3_2.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_2.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_2.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_2.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_2.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_2.summary > *:nth-child(1n+3), .col1.c3_2.defaultGrid363 > *:nth-child(1n+3), .col1.c3_2.defaultGrid333 > *:nth-child(1n+3), .col1.c3_2.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_2.defaultGrid246 > *:nth-child(1n+3), .col1.c3_2.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_2.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.row.gap3.col1.c3_3 > *:nth-child(1n+3), .gap3.col1.c3_3#fulldocs > *:nth-child(1n+3), .col1.c3_3.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_3.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_3.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_3.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_3.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_3.summary > *:nth-child(1n+3), .col1.defaultGrid363 > *:nth-child(1n+3), .col1.c3_3.defaultGrid333 > *:nth-child(1n+3), .col1.c3_3.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_3.defaultGrid246 > *:nth-child(1n+3), .col1.c3_3.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_3.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
}
.row.gap3.col1.c3_4 > *:nth-child(1n+3), .gap3.col1.c3_4#fulldocs > *:nth-child(1n+3), .col1.c3_4.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_4.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_4.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_4.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_4.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_4.summary > *:nth-child(1n+3), .col1.c3_4.defaultGrid363 > *:nth-child(1n+3), .col1.defaultGrid333 > *:nth-child(1n+3), .col1.c3_4.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_4.defaultGrid246 > *:nth-child(1n+3), .col1.c3_4.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_4.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.row.gap3.col1.c3_5 > *:nth-child(1n+3), .gap3.col1.c3_5#fulldocs > *:nth-child(1n+3), .col1.c3_5.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_5.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_5.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_5.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_5.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_5.summary > *:nth-child(1n+3), .col1.c3_5.defaultGrid363 > *:nth-child(1n+3), .col1.c3_5.defaultGrid333 > *:nth-child(1n+3), .col1.c3_5.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_5.defaultGrid246 > *:nth-child(1n+3), .col1.c3_5.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_5.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
}
.row.gap3.col1.c3_6 > *:nth-child(1n+3), .gap3.col1.c3_6#fulldocs > *:nth-child(1n+3), .col1.c3_6.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_6.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_6.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_6.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_6.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_6.summary > *:nth-child(1n+3), .col1.c3_6.defaultGrid363 > *:nth-child(1n+3), .col1.c3_6.defaultGrid333 > *:nth-child(1n+3), .col1.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.defaultGrid246 > *:nth-child(1n+3), .col1.defaultGrid246.defaultGrid9_3 > *:nth-child(1n+3), .col1.defaultGrid246.defaultGrid8_4 > *:nth-child(1n+3), .col1.defaultGrid246.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.defaultGrid246.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.defaultGrid246.summary > *:nth-child(1n+3), .col1.defaultGrid246.defaultGrid363 > *:nth-child(1n+3), .col1.defaultGrid246.defaultGrid333 > *:nth-child(1n+3), .col1.c3_6.defaultGrid4_8 > *:nth-child(1n+3), .col1.defaultGrid4_8.defaultGrid246 > *:nth-child(1n+3), .col1.c3_6.defaultGrid3_9 > *:nth-child(1n+3), .col1.defaultGrid3_9.defaultGrid246 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.row.gap3.col1.c3_7 > *:nth-child(1n+3), .gap3.col1.c3_7#fulldocs > *:nth-child(1n+3), .col1.c3_7.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_7.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_7.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_7.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_7.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_7.summary > *:nth-child(1n+3), .col1.c3_7.defaultGrid363 > *:nth-child(1n+3), .col1.c3_7.defaultGrid333 > *:nth-child(1n+3), .col1.c3_7.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_7.defaultGrid246 > *:nth-child(1n+3), .col1.c3_7.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_7.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
}
.row.gap3.col1.c3_8 > *:nth-child(1n+3), .gap3.col1.c3_8#fulldocs > *:nth-child(1n+3), .col1.c3_8.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_8.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_8.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_8.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_8.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_8.summary > *:nth-child(1n+3), .col1.c3_8.defaultGrid363 > *:nth-child(1n+3), .col1.c3_8.defaultGrid333 > *:nth-child(1n+3), .col1.c3_8.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_8.defaultGrid246 > *:nth-child(1n+3), .col1.c3_8.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_8.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
.row.gap3.col1.c3_9 > *:nth-child(1n+3), .gap3.col1.c3_9#fulldocs > *:nth-child(1n+3), .col1.c3_9.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_9.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_9.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_9.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_9.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_9.summary > *:nth-child(1n+3), .col1.c3_9.defaultGrid363 > *:nth-child(1n+3), .col1.c3_9.defaultGrid333 > *:nth-child(1n+3), .col1.c3_9.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_9.defaultGrid246 > *:nth-child(1n+3), .col1.c3_9.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_9.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
}
.row.gap3.col1.c3_10 > *:nth-child(1n+3), .gap3.col1.c3_10#fulldocs > *:nth-child(1n+3), .col1.c3_10.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_10.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_10.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_10.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_10.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_10.summary > *:nth-child(1n+3), .col1.c3_10.defaultGrid363 > *:nth-child(1n+3), .col1.c3_10.defaultGrid333 > *:nth-child(1n+3), .col1.c3_10.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_10.defaultGrid246 > *:nth-child(1n+3), .col1.c3_10.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_10.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
.row.gap3.col1.c3_11 > *:nth-child(1n+3), .gap3.col1.c3_11#fulldocs > *:nth-child(1n+3), .col1.c3_11.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_11.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_11.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_11.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_11.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_11.summary > *:nth-child(1n+3), .col1.c3_11.defaultGrid363 > *:nth-child(1n+3), .col1.c3_11.defaultGrid333 > *:nth-child(1n+3), .col1.c3_11.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_11.defaultGrid246 > *:nth-child(1n+3), .col1.c3_11.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_11.defaultGrid3_9 > *:nth-child(1n+3) {
  width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
}
.row.gap3.col1.c3_12 > *:nth-child(1n+3), .gap3.col1.c3_12#fulldocs > *:nth-child(1n+3), .col1.c3_12.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_12.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_12.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_12.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_12.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_12.summary > *:nth-child(1n+3), .col1.c3_12.defaultGrid363 > *:nth-child(1n+3), .col1.c3_12.defaultGrid333 > *:nth-child(1n+3), .col1.c3_12.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_12.defaultGrid246 > *:nth-child(1n+3), .col1.c3_12.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_12.defaultGrid3_9 > *:nth-child(1n+3) {
  width: 100% !important;
}
.row.gap3.col2.c1_1 > *:nth-child(2n+1), .gap3.c1_1#fulldocs > *:nth-child(2n+1), .c1_1.defaultGrid9_3 > *:nth-child(2n+1), .c1_1.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_1.defaultGrid7_5 > *:nth-child(2n+1), .c1_1.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_1.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_1.summary > *:nth-child(2n+1), .col2.c1_1.defaultGrid363 > *:nth-child(2n+1), .c1_1.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_1.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_1.defaultGrid333 > *:nth-child(2n+1), .c1_1.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_1.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_1.defaultGrid336 > *:nth-child(2n+1), .c1_1.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_1.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_1.defaultGrid246 > *:nth-child(2n+1), .c1_1.defaultGrid4_8 > *:nth-child(2n+1), .c1_1.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 1) - 1.5rem) !important;
}
.row.gap3.col2.c1_2 > *:nth-child(2n+1), .gap3.c1_2#fulldocs > *:nth-child(2n+1), .c1_2.defaultGrid9_3 > *:nth-child(2n+1), .c1_2.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_2.defaultGrid7_5 > *:nth-child(2n+1), .c1_2.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_2.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_2.summary > *:nth-child(2n+1), .col2.c1_2.defaultGrid363 > *:nth-child(2n+1), .c1_2.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_2.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_2.defaultGrid333 > *:nth-child(2n+1), .c1_2.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_2.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_2.defaultGrid336 > *:nth-child(2n+1), .c1_2.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_2.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.defaultGrid246 > *:nth-child(2n+1), .gap3.defaultGrid246#fulldocs > *:nth-child(2n+1), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .gap3.defaultGrid246.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+1), .col2.defaultGrid246.defaultGrid363 > *:nth-child(2n+1), .defaultGrid246.defaultGrid363#fulldocs > *:nth-child(2n+1), .defaultGrid246.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.defaultGrid246.defaultGrid333 > *:nth-child(2n+1), .defaultGrid246.defaultGrid333#fulldocs > *:nth-child(2n+1), .defaultGrid246.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.defaultGrid246.defaultGrid336 > *:nth-child(2n+1), .defaultGrid246.defaultGrid336#fulldocs > *:nth-child(2n+1), .defaultGrid246.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .c1_2.defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .c1_2.defaultGrid3_9 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 2) - 1.5rem) !important;
}
.row.gap3.col2.c1_3 > *:nth-child(2n+1), .gap3.c1_3#fulldocs > *:nth-child(2n+1), .c1_3.defaultGrid9_3 > *:nth-child(2n+1), .c1_3.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_3.defaultGrid7_5 > *:nth-child(2n+1), .c1_3.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_3.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_3.summary > *:nth-child(2n+1), .col2.defaultGrid363 > *:nth-child(2n+1), .defaultGrid363#fulldocs > *:nth-child(2n+1), .defaultGrid363.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid363.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid363.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid363.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid363.summary > *:nth-child(2n+1), .col2.c1_3.defaultGrid333 > *:nth-child(2n+1), .c1_3.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_3.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.defaultGrid336 > *:nth-child(2n+1), .defaultGrid336#fulldocs > *:nth-child(2n+1), .defaultGrid336.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid336.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid336.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid336.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(2n+1), .gap3.col2.c1_3.defaultGrid246 > *:nth-child(2n+1), .c1_3.defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid363 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid336 > *:nth-child(2n+1), .defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 3) - 1.5rem) !important;
}
.row.gap3.col2.c1_4 > *:nth-child(2n+1), .gap3.c1_4#fulldocs > *:nth-child(2n+1), .c1_4.defaultGrid9_3 > *:nth-child(2n+1), .c1_4.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_4.defaultGrid7_5 > *:nth-child(2n+1), .c1_4.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_4.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_4.summary > *:nth-child(2n+1), .col2.c1_4.defaultGrid363 > *:nth-child(2n+1), .c1_4.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_4.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.defaultGrid333 > *:nth-child(2n+1), .defaultGrid333#fulldocs > *:nth-child(2n+1), .defaultGrid333.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid333.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid333.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid333.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(2n+1), .col2.c1_4.defaultGrid336 > *:nth-child(2n+1), .c1_4.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_4.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_4.defaultGrid246 > *:nth-child(2n+1), .defaultGrid4_8 > *:nth-child(2n+1), .c1_4.defaultGrid3_9 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid333 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 4) - 1.5rem) !important;
}
.row.gap3.col2.c1_5 > *:nth-child(2n+1), .gap3.c1_5#fulldocs > *:nth-child(2n+1), .c1_5.defaultGrid9_3 > *:nth-child(2n+1), .c1_5.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_5.defaultGrid7_5 > *:nth-child(2n+1), .c1_5.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_5.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_5.summary > *:nth-child(2n+1), .col2.c1_5.defaultGrid363 > *:nth-child(2n+1), .c1_5.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_5.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_5.defaultGrid333 > *:nth-child(2n+1), .c1_5.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_5.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_5.defaultGrid336 > *:nth-child(2n+1), .c1_5.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_5.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_5.defaultGrid246 > *:nth-child(2n+1), .c1_5.defaultGrid4_8 > *:nth-child(2n+1), .c1_5.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 5) - 1.5rem) !important;
}
.row.gap3.col2.c1_6 > *:nth-child(2n+1), .gap3.c1_6#fulldocs > *:nth-child(2n+1), .c1_6.defaultGrid9_3 > *:nth-child(2n+1), .c1_6.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_6.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .summary > *:nth-child(2n+1), .inteplannengroupage .header .summary > *:nth-child(2n+1), .col2.c1_6.defaultGrid363 > *:nth-child(2n+1), .c1_6.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_6.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_6.defaultGrid333 > *:nth-child(2n+1), .c1_6.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_6.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_6.defaultGrid336 > *:nth-child(2n+1), .c1_6.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_6.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_6.defaultGrid246 > *:nth-child(2n+1), .c1_6.defaultGrid4_8 > *:nth-child(2n+1), .c1_6.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 1.5rem) !important;
}
.row.gap3.col2.c1_7 > *:nth-child(2n+1), .gap3.c1_7#fulldocs > *:nth-child(2n+1), .c1_7.defaultGrid9_3 > *:nth-child(2n+1), .c1_7.defaultGrid8_4 > *:nth-child(2n+1), .gap3.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid7_5.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid7_5.defaultGrid8_4 > *:nth-child(2n+1), .c1_7.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_7.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_7.summary > *:nth-child(2n+1), .defaultGrid6_6.defaultGrid7_5 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid7_5.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid7_5.summary > *:nth-child(2n+1), .col2.c1_7.defaultGrid363 > *:nth-child(2n+1), .c1_7.defaultGrid363#fulldocs > *:nth-child(2n+1), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_7.defaultGrid333 > *:nth-child(2n+1), .c1_7.defaultGrid333#fulldocs > *:nth-child(2n+1), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_7.defaultGrid336 > *:nth-child(2n+1), .c1_7.defaultGrid336#fulldocs > *:nth-child(2n+1), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_7.defaultGrid246 > *:nth-child(2n+1), .c1_7.defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid7_5 > *:nth-child(2n+1), .c1_7.defaultGrid3_9 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid7_5 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 7) - 1.5rem) !important;
}
.row.gap3.col2.c1_8 > *:nth-child(2n+1), .gap3.c1_8#fulldocs > *:nth-child(2n+1), .c1_8.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_8.defaultGrid7_5 > *:nth-child(2n+1), .c1_8.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_8.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_8.summary > *:nth-child(2n+1), .col2.c1_8.defaultGrid363 > *:nth-child(2n+1), .c1_8.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_8.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_8.defaultGrid333 > *:nth-child(2n+1), .c1_8.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_8.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_8.defaultGrid336 > *:nth-child(2n+1), .c1_8.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_8.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_8.defaultGrid246 > *:nth-child(2n+1), .c1_8.defaultGrid4_8 > *:nth-child(2n+1), .c1_8.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 8) - 1.5rem) !important;
}
.row.gap3.col2.c1_9 > *:nth-child(2n+1), .gap3.c1_9#fulldocs > *:nth-child(2n+1), .defaultGrid9_3 > *:nth-child(2n+1), .c1_9.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_9.defaultGrid7_5 > *:nth-child(2n+1), .c1_9.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_9.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_9.summary > *:nth-child(2n+1), .col2.c1_9.defaultGrid363 > *:nth-child(2n+1), .c1_9.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_9.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_9.defaultGrid333 > *:nth-child(2n+1), .c1_9.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_9.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_9.defaultGrid336 > *:nth-child(2n+1), .c1_9.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_9.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_9.defaultGrid246 > *:nth-child(2n+1), .c1_9.defaultGrid4_8 > *:nth-child(2n+1), .c1_9.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 9) - 1.5rem) !important;
}
.row.gap3.col2.c1_10 > *:nth-child(2n+1), .gap3.c1_10#fulldocs > *:nth-child(2n+1), .c1_10.defaultGrid9_3 > *:nth-child(2n+1), .c1_10.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_10.defaultGrid7_5 > *:nth-child(2n+1), .c1_10.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_10.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_10.summary > *:nth-child(2n+1), .col2.c1_10.defaultGrid363 > *:nth-child(2n+1), .c1_10.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_10.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_10.defaultGrid333 > *:nth-child(2n+1), .c1_10.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_10.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_10.defaultGrid336 > *:nth-child(2n+1), .c1_10.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_10.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_10.defaultGrid246 > *:nth-child(2n+1), .c1_10.defaultGrid4_8 > *:nth-child(2n+1), .c1_10.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 10) - 1.5rem) !important;
}
.row.gap3.col2.c1_11 > *:nth-child(2n+1), .gap3.c1_11#fulldocs > *:nth-child(2n+1), .c1_11.defaultGrid9_3 > *:nth-child(2n+1), .c1_11.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_11.defaultGrid7_5 > *:nth-child(2n+1), .c1_11.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_11.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_11.summary > *:nth-child(2n+1), .col2.c1_11.defaultGrid363 > *:nth-child(2n+1), .c1_11.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_11.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_11.defaultGrid333 > *:nth-child(2n+1), .c1_11.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_11.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_11.defaultGrid336 > *:nth-child(2n+1), .c1_11.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_11.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_11.defaultGrid246 > *:nth-child(2n+1), .c1_11.defaultGrid4_8 > *:nth-child(2n+1), .c1_11.defaultGrid3_9 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 11) - 1.5rem) !important;
}
.row.gap3.col2.c1_12 > *:nth-child(2n+1), .gap3#fulldocs > *:nth-child(2n+1), .c1_12.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid9_3#fulldocs > *:nth-child(2n+1), .c1_12.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid8_4#fulldocs > *:nth-child(2n+1), .gap3.c1_12.defaultGrid7_5 > *:nth-child(2n+1), .c1_12.defaultGrid6_6 > *:nth-child(2n+1), .defaultGrid6_6#fulldocs > *:nth-child(2n+1), .groupagedetail .header .c1_12.summary > *:nth-child(2n+1), .groupagedetail .header .summary#fulldocs > *:nth-child(2n+1), .inteplannengroupage .header .c1_12.summary > *:nth-child(2n+1), .inteplannengroupage .header .summary#fulldocs > *:nth-child(2n+1), .col2.c1_12.defaultGrid363 > *:nth-child(2n+1), .defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_12.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_12.defaultGrid333 > *:nth-child(2n+1), .defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_12.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_12.defaultGrid336 > *:nth-child(2n+1), .defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_12.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_12.defaultGrid246 > *:nth-child(2n+1), .c1_12.defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid4_8#fulldocs > *:nth-child(2n+1), .c1_12.defaultGrid3_9 > *:nth-child(2n+1), .defaultGrid3_9#fulldocs > *:nth-child(2n+1) {
  width: 100% !important;
}
.row.gap3.col2.c2_1 > *:nth-child(2n+2), .gap3.c2_1#fulldocs > *:nth-child(2n+2), .c2_1.defaultGrid9_3 > *:nth-child(2n+2), .c2_1.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_1.defaultGrid7_5 > *:nth-child(2n+2), .c2_1.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_1.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_1.summary > *:nth-child(2n+2), .col2.c2_1.defaultGrid363 > *:nth-child(2n+2), .c2_1.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_1.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_1.defaultGrid333 > *:nth-child(2n+2), .c2_1.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_1.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_1.defaultGrid336 > *:nth-child(2n+2), .c2_1.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_1.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_1.defaultGrid246 > *:nth-child(2n+2), .c2_1.defaultGrid4_8 > *:nth-child(2n+2), .c2_1.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 1) - 1.5rem) !important;
}
.row.gap3.col2.c2_2 > *:nth-child(2n+2), .gap3.c2_2#fulldocs > *:nth-child(2n+2), .c2_2.defaultGrid9_3 > *:nth-child(2n+2), .c2_2.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_2.defaultGrid7_5 > *:nth-child(2n+2), .c2_2.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_2.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_2.summary > *:nth-child(2n+2), .col2.c2_2.defaultGrid363 > *:nth-child(2n+2), .c2_2.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_2.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_2.defaultGrid333 > *:nth-child(2n+2), .c2_2.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_2.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_2.defaultGrid336 > *:nth-child(2n+2), .c2_2.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_2.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_2.defaultGrid246 > *:nth-child(2n+2), .c2_2.defaultGrid4_8 > *:nth-child(2n+2), .c2_2.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 2) - 1.5rem) !important;
}
.row.gap3.col2.c2_3 > *:nth-child(2n+2), .gap3.c2_3#fulldocs > *:nth-child(2n+2), .defaultGrid9_3 > *:nth-child(2n+2), .c2_3.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_3.defaultGrid7_5 > *:nth-child(2n+2), .c2_3.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_3.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_3.summary > *:nth-child(2n+2), .col2.c2_3.defaultGrid363 > *:nth-child(2n+2), .c2_3.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_3.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_3.defaultGrid333 > *:nth-child(2n+2), .c2_3.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_3.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.defaultGrid336 > *:nth-child(2n+2), .defaultGrid336#fulldocs > *:nth-child(2n+2), .defaultGrid336.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid336.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid336.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(2n+2), .gap3.col2.c2_3.defaultGrid246 > *:nth-child(2n+2), .c2_3.defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid336 > *:nth-child(2n+2), .c2_3.defaultGrid3_9 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid336 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 3) - 1.5rem) !important;
}
.row.gap3.col2.c2_4 > *:nth-child(2n+2), .gap3.c2_4#fulldocs > *:nth-child(2n+2), .c2_4.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_4.defaultGrid7_5 > *:nth-child(2n+2), .c2_4.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_4.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_4.summary > *:nth-child(2n+2), .col2.c2_4.defaultGrid363 > *:nth-child(2n+2), .c2_4.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_4.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.defaultGrid333 > *:nth-child(2n+2), .defaultGrid333#fulldocs > *:nth-child(2n+2), .defaultGrid333.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid333.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid333.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(2n+2), .col2.c2_4.defaultGrid336 > *:nth-child(2n+2), .c2_4.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_4.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.defaultGrid246 > *:nth-child(2n+2), .gap3.defaultGrid246#fulldocs > *:nth-child(2n+2), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .gap3.defaultGrid246.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+2), .col2.defaultGrid246.defaultGrid363 > *:nth-child(2n+2), .defaultGrid246.defaultGrid363#fulldocs > *:nth-child(2n+2), .defaultGrid246.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.defaultGrid246.defaultGrid336 > *:nth-child(2n+2), .defaultGrid246.defaultGrid336#fulldocs > *:nth-child(2n+2), .defaultGrid246.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .c2_4.defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid333 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .c2_4.defaultGrid3_9 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid333 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 4) - 1.5rem) !important;
}
.row.gap3.col2.c2_5 > *:nth-child(2n+2), .gap3.c2_5#fulldocs > *:nth-child(2n+2), .c2_5.defaultGrid9_3 > *:nth-child(2n+2), .c2_5.defaultGrid8_4 > *:nth-child(2n+2), .gap3.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid7_5.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid7_5.defaultGrid8_4 > *:nth-child(2n+2), .c2_5.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_5.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_5.summary > *:nth-child(2n+2), .defaultGrid6_6.defaultGrid7_5 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid7_5.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid7_5.summary > *:nth-child(2n+2), .col2.c2_5.defaultGrid363 > *:nth-child(2n+2), .c2_5.defaultGrid363#fulldocs > *:nth-child(2n+2), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_5.defaultGrid333 > *:nth-child(2n+2), .c2_5.defaultGrid333#fulldocs > *:nth-child(2n+2), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_5.defaultGrid336 > *:nth-child(2n+2), .c2_5.defaultGrid336#fulldocs > *:nth-child(2n+2), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_5.defaultGrid246 > *:nth-child(2n+2), .c2_5.defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid7_5 > *:nth-child(2n+2), .c2_5.defaultGrid3_9 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid7_5 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 5) - 1.5rem) !important;
}
.row.gap3.col2.c2_6 > *:nth-child(2n+2), .gap3.c2_6#fulldocs > *:nth-child(2n+2), .c2_6.defaultGrid9_3 > *:nth-child(2n+2), .c2_6.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_6.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .summary > *:nth-child(2n+2), .inteplannengroupage .header .summary > *:nth-child(2n+2), .col2.defaultGrid363 > *:nth-child(2n+2), .defaultGrid363#fulldocs > *:nth-child(2n+2), .defaultGrid363.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid363.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_6.defaultGrid333 > *:nth-child(2n+2), .c2_6.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_6.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_6.defaultGrid336 > *:nth-child(2n+2), .c2_6.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_6.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_6.defaultGrid246 > *:nth-child(2n+2), .c2_6.defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid363 > *:nth-child(2n+2), .c2_6.defaultGrid3_9 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid363 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 1.5rem) !important;
}
.row.gap3.col2.c2_7 > *:nth-child(2n+2), .gap3.c2_7#fulldocs > *:nth-child(2n+2), .c2_7.defaultGrid9_3 > *:nth-child(2n+2), .c2_7.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_7.defaultGrid7_5 > *:nth-child(2n+2), .c2_7.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_7.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_7.summary > *:nth-child(2n+2), .col2.c2_7.defaultGrid363 > *:nth-child(2n+2), .c2_7.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_7.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_7.defaultGrid333 > *:nth-child(2n+2), .c2_7.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_7.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_7.defaultGrid336 > *:nth-child(2n+2), .c2_7.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_7.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_7.defaultGrid246 > *:nth-child(2n+2), .c2_7.defaultGrid4_8 > *:nth-child(2n+2), .c2_7.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 7) - 1.5rem) !important;
}
.row.gap3.col2.c2_8 > *:nth-child(2n+2), .gap3.c2_8#fulldocs > *:nth-child(2n+2), .c2_8.defaultGrid9_3 > *:nth-child(2n+2), .c2_8.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_8.defaultGrid7_5 > *:nth-child(2n+2), .c2_8.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_8.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_8.summary > *:nth-child(2n+2), .col2.c2_8.defaultGrid363 > *:nth-child(2n+2), .c2_8.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_8.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_8.defaultGrid333 > *:nth-child(2n+2), .c2_8.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_8.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_8.defaultGrid336 > *:nth-child(2n+2), .c2_8.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_8.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_8.defaultGrid246 > *:nth-child(2n+2), .defaultGrid4_8 > *:nth-child(2n+2), .c2_8.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 8) - 1.5rem) !important;
}
.row.gap3.col2.c2_9 > *:nth-child(2n+2), .gap3.c2_9#fulldocs > *:nth-child(2n+2), .c2_9.defaultGrid9_3 > *:nth-child(2n+2), .c2_9.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_9.defaultGrid7_5 > *:nth-child(2n+2), .c2_9.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_9.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_9.summary > *:nth-child(2n+2), .col2.c2_9.defaultGrid363 > *:nth-child(2n+2), .c2_9.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_9.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_9.defaultGrid333 > *:nth-child(2n+2), .c2_9.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_9.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_9.defaultGrid336 > *:nth-child(2n+2), .c2_9.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_9.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_9.defaultGrid246 > *:nth-child(2n+2), .c2_9.defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 9) - 1.5rem) !important;
}
.row.gap3.col2.c2_10 > *:nth-child(2n+2), .gap3.c2_10#fulldocs > *:nth-child(2n+2), .c2_10.defaultGrid9_3 > *:nth-child(2n+2), .c2_10.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_10.defaultGrid7_5 > *:nth-child(2n+2), .c2_10.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_10.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_10.summary > *:nth-child(2n+2), .col2.c2_10.defaultGrid363 > *:nth-child(2n+2), .c2_10.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_10.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_10.defaultGrid333 > *:nth-child(2n+2), .c2_10.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_10.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_10.defaultGrid336 > *:nth-child(2n+2), .c2_10.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_10.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_10.defaultGrid246 > *:nth-child(2n+2), .c2_10.defaultGrid4_8 > *:nth-child(2n+2), .c2_10.defaultGrid3_9 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 10) - 1.5rem) !important;
}
.row.gap3.col2.c2_11 > *:nth-child(2n+2), .gap3#fulldocs > *:nth-child(2n+2), .c2_11.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid9_3#fulldocs > *:nth-child(2n+2), .c2_11.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid8_4#fulldocs > *:nth-child(2n+2), .gap3.c2_11.defaultGrid7_5 > *:nth-child(2n+2), .c2_11.defaultGrid6_6 > *:nth-child(2n+2), .defaultGrid6_6#fulldocs > *:nth-child(2n+2), .groupagedetail .header .c2_11.summary > *:nth-child(2n+2), .groupagedetail .header .summary#fulldocs > *:nth-child(2n+2), .inteplannengroupage .header .c2_11.summary > *:nth-child(2n+2), .inteplannengroupage .header .summary#fulldocs > *:nth-child(2n+2), .col2.c2_11.defaultGrid363 > *:nth-child(2n+2), .defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_11.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_11.defaultGrid333 > *:nth-child(2n+2), .defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_11.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_11.defaultGrid336 > *:nth-child(2n+2), .defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_11.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_11.defaultGrid246 > *:nth-child(2n+2), .c2_11.defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid4_8#fulldocs > *:nth-child(2n+2), .c2_11.defaultGrid3_9 > *:nth-child(2n+2), .defaultGrid3_9#fulldocs > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 11) - 1.5rem) !important;
}
.row.gap3.col2.c2_12 > *:nth-child(2n+2), .gap3.c2_12#fulldocs > *:nth-child(2n+2), .c2_12.defaultGrid9_3 > *:nth-child(2n+2), .c2_12.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_12.defaultGrid7_5 > *:nth-child(2n+2), .c2_12.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_12.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_12.summary > *:nth-child(2n+2), .col2.c2_12.defaultGrid363 > *:nth-child(2n+2), .c2_12.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_12.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_12.defaultGrid333 > *:nth-child(2n+2), .c2_12.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_12.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_12.defaultGrid336 > *:nth-child(2n+2), .c2_12.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_12.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_12.defaultGrid246 > *:nth-child(2n+2), .c2_12.defaultGrid4_8 > *:nth-child(2n+2), .c2_12.defaultGrid3_9 > *:nth-child(2n+2) {
  width: 100% !important;
}
.row.gap3.col2.c3_1 > *:nth-child(2n+3), .gap3.c3_1#fulldocs > *:nth-child(2n+3), .c3_1.defaultGrid9_3 > *:nth-child(2n+3), .c3_1.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_1.defaultGrid7_5 > *:nth-child(2n+3), .c3_1.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_1.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_1.summary > *:nth-child(2n+3), .col2.c3_1.defaultGrid363 > *:nth-child(2n+3), .c3_1.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_1.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_1.defaultGrid333 > *:nth-child(2n+3), .c3_1.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_1.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_1.defaultGrid336 > *:nth-child(2n+3), .c3_1.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_1.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_1.defaultGrid246 > *:nth-child(2n+3), .c3_1.defaultGrid4_8 > *:nth-child(2n+3), .c3_1.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 1) - 1.5rem) !important;
}
.row.gap3.col2.c3_2 > *:nth-child(2n+3), .gap3.c3_2#fulldocs > *:nth-child(2n+3), .c3_2.defaultGrid9_3 > *:nth-child(2n+3), .c3_2.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_2.defaultGrid7_5 > *:nth-child(2n+3), .c3_2.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_2.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_2.summary > *:nth-child(2n+3), .col2.c3_2.defaultGrid363 > *:nth-child(2n+3), .c3_2.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_2.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_2.defaultGrid333 > *:nth-child(2n+3), .c3_2.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_2.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_2.defaultGrid336 > *:nth-child(2n+3), .c3_2.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_2.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_2.defaultGrid246 > *:nth-child(2n+3), .c3_2.defaultGrid4_8 > *:nth-child(2n+3), .c3_2.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 2) - 1.5rem) !important;
}
.row.gap3.col2.c3_3 > *:nth-child(2n+3), .gap3.c3_3#fulldocs > *:nth-child(2n+3), .c3_3.defaultGrid9_3 > *:nth-child(2n+3), .c3_3.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_3.defaultGrid7_5 > *:nth-child(2n+3), .c3_3.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_3.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_3.summary > *:nth-child(2n+3), .col2.defaultGrid363 > *:nth-child(2n+3), .defaultGrid363#fulldocs > *:nth-child(2n+3), .defaultGrid363.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid363.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid363.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid363.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid363.summary > *:nth-child(2n+3), .col2.c3_3.defaultGrid333 > *:nth-child(2n+3), .c3_3.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_3.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_3.defaultGrid336 > *:nth-child(2n+3), .c3_3.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_3.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_3.defaultGrid246 > *:nth-child(2n+3), .c3_3.defaultGrid4_8 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid363 > *:nth-child(2n+3), .c3_3.defaultGrid3_9 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid363 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 3) - 1.5rem) !important;
}
.row.gap3.col2.c3_4 > *:nth-child(2n+3), .gap3.c3_4#fulldocs > *:nth-child(2n+3), .c3_4.defaultGrid9_3 > *:nth-child(2n+3), .c3_4.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_4.defaultGrid7_5 > *:nth-child(2n+3), .c3_4.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_4.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_4.summary > *:nth-child(2n+3), .col2.c3_4.defaultGrid363 > *:nth-child(2n+3), .c3_4.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_4.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.defaultGrid333 > *:nth-child(2n+3), .defaultGrid333#fulldocs > *:nth-child(2n+3), .defaultGrid333.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid333.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid333.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid333.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(2n+3), .col2.c3_4.defaultGrid336 > *:nth-child(2n+3), .c3_4.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_4.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_4.defaultGrid246 > *:nth-child(2n+3), .c3_4.defaultGrid4_8 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid333 > *:nth-child(2n+3), .c3_4.defaultGrid3_9 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid333 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 4) - 1.5rem) !important;
}
.row.gap3.col2.c3_5 > *:nth-child(2n+3), .gap3.c3_5#fulldocs > *:nth-child(2n+3), .c3_5.defaultGrid9_3 > *:nth-child(2n+3), .c3_5.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_5.defaultGrid7_5 > *:nth-child(2n+3), .c3_5.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_5.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_5.summary > *:nth-child(2n+3), .col2.c3_5.defaultGrid363 > *:nth-child(2n+3), .c3_5.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_5.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_5.defaultGrid333 > *:nth-child(2n+3), .c3_5.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_5.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_5.defaultGrid336 > *:nth-child(2n+3), .c3_5.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_5.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_5.defaultGrid246 > *:nth-child(2n+3), .c3_5.defaultGrid4_8 > *:nth-child(2n+3), .c3_5.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 5) - 1.5rem) !important;
}
.row.gap3.col2.c3_6 > *:nth-child(2n+3), .gap3.c3_6#fulldocs > *:nth-child(2n+3), .c3_6.defaultGrid9_3 > *:nth-child(2n+3), .c3_6.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_6.defaultGrid7_5 > *:nth-child(2n+3), .c3_6.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_6.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_6.summary > *:nth-child(2n+3), .col2.c3_6.defaultGrid363 > *:nth-child(2n+3), .c3_6.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_6.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_6.defaultGrid333 > *:nth-child(2n+3), .c3_6.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_6.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.defaultGrid336 > *:nth-child(2n+3), .defaultGrid336#fulldocs > *:nth-child(2n+3), .defaultGrid336.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid336.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid336.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid336.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(2n+3), .gap3.col2.defaultGrid246 > *:nth-child(2n+3), .gap3.defaultGrid246#fulldocs > *:nth-child(2n+3), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .gap3.defaultGrid246.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+3), .col2.defaultGrid246.defaultGrid363 > *:nth-child(2n+3), .defaultGrid246.defaultGrid363#fulldocs > *:nth-child(2n+3), .defaultGrid246.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.defaultGrid246.defaultGrid333 > *:nth-child(2n+3), .defaultGrid246.defaultGrid333#fulldocs > *:nth-child(2n+3), .defaultGrid246.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .c3_6.defaultGrid4_8 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid336 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .c3_6.defaultGrid3_9 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid336 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 6) - 1.5rem) !important;
}
.row.gap3.col2.c3_7 > *:nth-child(2n+3), .gap3.c3_7#fulldocs > *:nth-child(2n+3), .c3_7.defaultGrid9_3 > *:nth-child(2n+3), .c3_7.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_7.defaultGrid7_5 > *:nth-child(2n+3), .c3_7.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_7.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_7.summary > *:nth-child(2n+3), .col2.c3_7.defaultGrid363 > *:nth-child(2n+3), .c3_7.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_7.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_7.defaultGrid333 > *:nth-child(2n+3), .c3_7.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_7.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_7.defaultGrid336 > *:nth-child(2n+3), .c3_7.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_7.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_7.defaultGrid246 > *:nth-child(2n+3), .c3_7.defaultGrid4_8 > *:nth-child(2n+3), .c3_7.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 7) - 1.5rem) !important;
}
.row.gap3.col2.c3_8 > *:nth-child(2n+3), .gap3.c3_8#fulldocs > *:nth-child(2n+3), .c3_8.defaultGrid9_3 > *:nth-child(2n+3), .c3_8.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_8.defaultGrid7_5 > *:nth-child(2n+3), .c3_8.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_8.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_8.summary > *:nth-child(2n+3), .col2.c3_8.defaultGrid363 > *:nth-child(2n+3), .c3_8.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_8.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_8.defaultGrid333 > *:nth-child(2n+3), .c3_8.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_8.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_8.defaultGrid336 > *:nth-child(2n+3), .c3_8.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_8.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_8.defaultGrid246 > *:nth-child(2n+3), .c3_8.defaultGrid4_8 > *:nth-child(2n+3), .c3_8.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 8) - 1.5rem) !important;
}
.row.gap3.col2.c3_9 > *:nth-child(2n+3), .gap3.c3_9#fulldocs > *:nth-child(2n+3), .c3_9.defaultGrid9_3 > *:nth-child(2n+3), .c3_9.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_9.defaultGrid7_5 > *:nth-child(2n+3), .c3_9.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_9.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_9.summary > *:nth-child(2n+3), .col2.c3_9.defaultGrid363 > *:nth-child(2n+3), .c3_9.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_9.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_9.defaultGrid333 > *:nth-child(2n+3), .c3_9.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_9.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_9.defaultGrid336 > *:nth-child(2n+3), .c3_9.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_9.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_9.defaultGrid246 > *:nth-child(2n+3), .c3_9.defaultGrid4_8 > *:nth-child(2n+3), .c3_9.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 9) - 1.5rem) !important;
}
.row.gap3.col2.c3_10 > *:nth-child(2n+3), .gap3.c3_10#fulldocs > *:nth-child(2n+3), .c3_10.defaultGrid9_3 > *:nth-child(2n+3), .c3_10.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_10.defaultGrid7_5 > *:nth-child(2n+3), .c3_10.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_10.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_10.summary > *:nth-child(2n+3), .col2.c3_10.defaultGrid363 > *:nth-child(2n+3), .c3_10.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_10.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_10.defaultGrid333 > *:nth-child(2n+3), .c3_10.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_10.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_10.defaultGrid336 > *:nth-child(2n+3), .c3_10.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_10.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_10.defaultGrid246 > *:nth-child(2n+3), .c3_10.defaultGrid4_8 > *:nth-child(2n+3), .c3_10.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 10) - 1.5rem) !important;
}
.row.gap3.col2.c3_11 > *:nth-child(2n+3), .gap3.c3_11#fulldocs > *:nth-child(2n+3), .c3_11.defaultGrid9_3 > *:nth-child(2n+3), .c3_11.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_11.defaultGrid7_5 > *:nth-child(2n+3), .c3_11.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_11.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_11.summary > *:nth-child(2n+3), .col2.c3_11.defaultGrid363 > *:nth-child(2n+3), .c3_11.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_11.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_11.defaultGrid333 > *:nth-child(2n+3), .c3_11.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_11.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_11.defaultGrid336 > *:nth-child(2n+3), .c3_11.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_11.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_11.defaultGrid246 > *:nth-child(2n+3), .c3_11.defaultGrid4_8 > *:nth-child(2n+3), .c3_11.defaultGrid3_9 > *:nth-child(2n+3) {
  width: calc(calc(calc(100% / 12) * 11) - 1.5rem) !important;
}
.row.gap3.col2.c3_12 > *:nth-child(2n+3), .gap3.c3_12#fulldocs > *:nth-child(2n+3), .c3_12.defaultGrid9_3 > *:nth-child(2n+3), .c3_12.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_12.defaultGrid7_5 > *:nth-child(2n+3), .c3_12.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_12.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_12.summary > *:nth-child(2n+3), .col2.c3_12.defaultGrid363 > *:nth-child(2n+3), .c3_12.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_12.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_12.defaultGrid333 > *:nth-child(2n+3), .c3_12.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_12.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_12.defaultGrid336 > *:nth-child(2n+3), .c3_12.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_12.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_12.defaultGrid246 > *:nth-child(2n+3), .c3_12.defaultGrid4_8 > *:nth-child(2n+3), .c3_12.defaultGrid3_9 > *:nth-child(2n+3) {
  width: 100% !important;
}
.row.gap3.col3.c1_1 > *:nth-child(3n+1), .gap3.col3.c1_1#fulldocs > *:nth-child(3n+1), .col3.c1_1.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_1.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_1.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_1.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_1.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_1.summary > *:nth-child(3n+1), .c1_1.defaultGrid363 > *:nth-child(3n+1), .c1_1.defaultGrid333 > *:nth-child(3n+1), .c1_1.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_1.defaultGrid246 > *:nth-child(3n+1), .c1_1.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_1.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_1.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_1.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_1.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_1.defaultGrid4_8 > *:nth-child(3n+1), .c1_1.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_1.defaultGrid3_9 > *:nth-child(3n+1), .c1_1.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 1) - 2rem) !important;
}
.row.gap3.col3.c1_2 > *:nth-child(3n+1), .gap3.col3.c1_2#fulldocs > *:nth-child(3n+1), .col3.c1_2.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_2.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_2.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_2.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_2.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_2.summary > *:nth-child(3n+1), .c1_2.defaultGrid363 > *:nth-child(3n+1), .c1_2.defaultGrid333 > *:nth-child(3n+1), .c1_2.defaultGrid336 > *:nth-child(3n+1), .gap3.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+1), .defaultGrid246.defaultGrid363 > *:nth-child(3n+1), .defaultGrid246.defaultGrid333 > *:nth-child(3n+1), .defaultGrid246.defaultGrid336 > *:nth-child(3n+1), .col3.c1_2.defaultGrid4_8 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_2.defaultGrid3_9 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 2) - 2rem) !important;
}
.row.gap3.col3.c1_3 > *:nth-child(3n+1), .gap3.col3.c1_3#fulldocs > *:nth-child(3n+1), .col3.c1_3.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_3.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_3.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_3.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_3.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_3.summary > *:nth-child(3n+1), .defaultGrid363 > *:nth-child(3n+1), .c1_3.defaultGrid333 > *:nth-child(3n+1), .defaultGrid336 > *:nth-child(3n+1), .gap3.c1_3.defaultGrid246 > *:nth-child(3n+1), .c1_3.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_3.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_3.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_3.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_3.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_3.defaultGrid4_8 > *:nth-child(3n+1), .c1_3.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.defaultGrid3_9 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid333 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 3) - 2rem) !important;
}
.row.gap3.col3.c1_4 > *:nth-child(3n+1), .gap3.col3.c1_4#fulldocs > *:nth-child(3n+1), .col3.c1_4.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_4.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_4.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_4.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_4.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_4.summary > *:nth-child(3n+1), .c1_4.defaultGrid363 > *:nth-child(3n+1), .defaultGrid333 > *:nth-child(3n+1), .c1_4.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_4.defaultGrid246 > *:nth-child(3n+1), .c1_4.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_4.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_4.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_4.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_4.defaultGrid246.summary > *:nth-child(3n+1), .col3.defaultGrid4_8 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid363 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid336 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_4.defaultGrid3_9 > *:nth-child(3n+1), .c1_4.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 4) - 2rem) !important;
}
.row.gap3.col3.c1_5 > *:nth-child(3n+1), .gap3.col3.c1_5#fulldocs > *:nth-child(3n+1), .col3.c1_5.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_5.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_5.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_5.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_5.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_5.summary > *:nth-child(3n+1), .c1_5.defaultGrid363 > *:nth-child(3n+1), .c1_5.defaultGrid333 > *:nth-child(3n+1), .c1_5.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_5.defaultGrid246 > *:nth-child(3n+1), .c1_5.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_5.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_5.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_5.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_5.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_5.defaultGrid4_8 > *:nth-child(3n+1), .c1_5.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_5.defaultGrid3_9 > *:nth-child(3n+1), .c1_5.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 5) - 2rem) !important;
}
.row.gap3.col3.c1_6 > *:nth-child(3n+1), .gap3.col3.c1_6#fulldocs > *:nth-child(3n+1), .col3.c1_6.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_6.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_6.defaultGrid7_5 > *:nth-child(3n+1), .col3.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.summary > *:nth-child(3n+1), .c1_6.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid363.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid363.summary > *:nth-child(3n+1), .c1_6.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid333.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(3n+1), .c1_6.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid336.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(3n+1), .gap3.c1_6.defaultGrid246 > *:nth-child(3n+1), .c1_6.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_6.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_6.defaultGrid4_8 > *:nth-child(3n+1), .c1_6.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_6.defaultGrid3_9 > *:nth-child(3n+1), .c1_6.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 2rem) !important;
}
.row.gap3.col3.c1_7 > *:nth-child(3n+1), .gap3.col3.c1_7#fulldocs > *:nth-child(3n+1), .col3.c1_7.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_7.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.defaultGrid7_5 > *:nth-child(3n+1), .col3.defaultGrid7_5.defaultGrid9_3 > *:nth-child(3n+1), .col3.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+1), .col3.c1_7.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_7.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_7.summary > *:nth-child(3n+1), .col3.defaultGrid6_6.defaultGrid7_5 > *:nth-child(3n+1), .groupagedetail .header .col3.defaultGrid7_5.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.defaultGrid7_5.summary > *:nth-child(3n+1), .c1_7.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .c1_7.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .c1_7.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .gap3.c1_7.defaultGrid246 > *:nth-child(3n+1), .c1_7.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_7.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .gap3.defaultGrid246.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid246.defaultGrid7_5.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid246.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+1), .c1_7.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_7.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_7.defaultGrid246.summary > *:nth-child(3n+1), .defaultGrid246.defaultGrid6_6.defaultGrid7_5 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid246.defaultGrid7_5.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid246.defaultGrid7_5.summary > *:nth-child(3n+1), .col3.c1_7.defaultGrid4_8 > *:nth-child(3n+1), .col3.defaultGrid4_8.defaultGrid7_5 > *:nth-child(3n+1), .c1_7.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid246.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_7.defaultGrid3_9 > *:nth-child(3n+1), .col3.defaultGrid3_9.defaultGrid7_5 > *:nth-child(3n+1), .c1_7.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid246.defaultGrid7_5 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 7) - 2rem) !important;
}
.row.gap3.col3.c1_8 > *:nth-child(3n+1), .gap3.col3.c1_8#fulldocs > *:nth-child(3n+1), .col3.c1_8.defaultGrid9_3 > *:nth-child(3n+1), .col3.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_8.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_8.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_8.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_8.summary > *:nth-child(3n+1), .c1_8.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363.defaultGrid8_4 > *:nth-child(3n+1), .c1_8.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333.defaultGrid8_4 > *:nth-child(3n+1), .c1_8.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336.defaultGrid8_4 > *:nth-child(3n+1), .gap3.c1_8.defaultGrid246 > *:nth-child(3n+1), .c1_8.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_8.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_8.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_8.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_8.defaultGrid4_8 > *:nth-child(3n+1), .c1_8.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_8.defaultGrid3_9 > *:nth-child(3n+1), .c1_8.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 8) - 2rem) !important;
}
.row.gap3.col3.c1_9 > *:nth-child(3n+1), .gap3.col3.c1_9#fulldocs > *:nth-child(3n+1), .col3.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_9.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_9.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_9.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_9.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_9.summary > *:nth-child(3n+1), .c1_9.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363.defaultGrid9_3 > *:nth-child(3n+1), .c1_9.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333.defaultGrid9_3 > *:nth-child(3n+1), .c1_9.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336.defaultGrid9_3 > *:nth-child(3n+1), .gap3.c1_9.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_9.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_9.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_9.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_9.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_9.defaultGrid4_8 > *:nth-child(3n+1), .c1_9.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_9.defaultGrid3_9 > *:nth-child(3n+1), .c1_9.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 9) - 2rem) !important;
}
.row.gap3.col3.c1_10 > *:nth-child(3n+1), .gap3.col3.c1_10#fulldocs > *:nth-child(3n+1), .col3.c1_10.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_10.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_10.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_10.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_10.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_10.summary > *:nth-child(3n+1), .c1_10.defaultGrid363 > *:nth-child(3n+1), .c1_10.defaultGrid333 > *:nth-child(3n+1), .c1_10.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_10.defaultGrid246 > *:nth-child(3n+1), .c1_10.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_10.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_10.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_10.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_10.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_10.defaultGrid4_8 > *:nth-child(3n+1), .c1_10.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_10.defaultGrid3_9 > *:nth-child(3n+1), .c1_10.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 10) - 2rem) !important;
}
.row.gap3.col3.c1_11 > *:nth-child(3n+1), .gap3.col3.c1_11#fulldocs > *:nth-child(3n+1), .col3.c1_11.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_11.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_11.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_11.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_11.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_11.summary > *:nth-child(3n+1), .c1_11.defaultGrid363 > *:nth-child(3n+1), .c1_11.defaultGrid333 > *:nth-child(3n+1), .c1_11.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_11.defaultGrid246 > *:nth-child(3n+1), .c1_11.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_11.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_11.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_11.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_11.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_11.defaultGrid4_8 > *:nth-child(3n+1), .c1_11.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_11.defaultGrid3_9 > *:nth-child(3n+1), .c1_11.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
  width: calc(calc(calc(100% / 12) * 11) - 2rem) !important;
}
.row.gap3.col3.c1_12 > *:nth-child(3n+1), .gap3.col3#fulldocs > *:nth-child(3n+1), .col3.c1_12.defaultGrid9_3 > *:nth-child(3n+1), .col3.defaultGrid9_3#fulldocs > *:nth-child(3n+1), .col3.c1_12.defaultGrid8_4 > *:nth-child(3n+1), .col3.defaultGrid8_4#fulldocs > *:nth-child(3n+1), .gap3.col3.c1_12.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_12.defaultGrid6_6 > *:nth-child(3n+1), .col3.defaultGrid6_6#fulldocs > *:nth-child(3n+1), .groupagedetail .header .col3.c1_12.summary > *:nth-child(3n+1), .groupagedetail .header .col3.summary#fulldocs > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_12.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.summary#fulldocs > *:nth-child(3n+1), .c1_12.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_12.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_12.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336#fulldocs > *:nth-child(3n+1), .gap3.c1_12.defaultGrid246 > *:nth-child(3n+1), .gap3.defaultGrid246#fulldocs > *:nth-child(3n+1), .c1_12.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid246.defaultGrid9_3#fulldocs > *:nth-child(3n+1), .c1_12.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .defaultGrid246.defaultGrid8_4#fulldocs > *:nth-child(3n+1), .c1_12.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .defaultGrid246.defaultGrid6_6#fulldocs > *:nth-child(3n+1), .groupagedetail .header .c1_12.defaultGrid246.summary > *:nth-child(3n+1), .groupagedetail .header .defaultGrid246.summary#fulldocs > *:nth-child(3n+1), .inteplannengroupage .header .c1_12.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid246.summary#fulldocs > *:nth-child(3n+1), .col3.c1_12.defaultGrid4_8 > *:nth-child(3n+1), .col3.defaultGrid4_8#fulldocs > *:nth-child(3n+1), .c1_12.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid246#fulldocs > *:nth-child(3n+1), .col3.c1_12.defaultGrid3_9 > *:nth-child(3n+1), .col3.defaultGrid3_9#fulldocs > *:nth-child(3n+1), .c1_12.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid246#fulldocs > *:nth-child(3n+1) {
  width: 100% !important;
}
.row.gap3.col3.c2_1 > *:nth-child(3n+2), .gap3.col3.c2_1#fulldocs > *:nth-child(3n+2), .col3.c2_1.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_1.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_1.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_1.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_1.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_1.summary > *:nth-child(3n+2), .c2_1.defaultGrid363 > *:nth-child(3n+2), .c2_1.defaultGrid333 > *:nth-child(3n+2), .c2_1.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_1.defaultGrid246 > *:nth-child(3n+2), .c2_1.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_1.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_1.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_1.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_1.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_1.defaultGrid4_8 > *:nth-child(3n+2), .c2_1.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_1.defaultGrid3_9 > *:nth-child(3n+2), .c2_1.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 1) - 2rem) !important;
}
.row.gap3.col3.c2_2 > *:nth-child(3n+2), .gap3.col3.c2_2#fulldocs > *:nth-child(3n+2), .col3.c2_2.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_2.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_2.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_2.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_2.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_2.summary > *:nth-child(3n+2), .c2_2.defaultGrid363 > *:nth-child(3n+2), .c2_2.defaultGrid333 > *:nth-child(3n+2), .c2_2.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_2.defaultGrid246 > *:nth-child(3n+2), .c2_2.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_2.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_2.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_2.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_2.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_2.defaultGrid4_8 > *:nth-child(3n+2), .c2_2.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_2.defaultGrid3_9 > *:nth-child(3n+2), .c2_2.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 2) - 2rem) !important;
}
.row.gap3.col3.c2_3 > *:nth-child(3n+2), .gap3.col3.c2_3#fulldocs > *:nth-child(3n+2), .col3.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_3.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_3.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_3.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_3.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_3.summary > *:nth-child(3n+2), .c2_3.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363.defaultGrid9_3 > *:nth-child(3n+2), .c2_3.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid336 > *:nth-child(3n+2), .gap3.c2_3.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_3.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_3.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_3.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_3.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_3.defaultGrid4_8 > *:nth-child(3n+2), .c2_3.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_3.defaultGrid3_9 > *:nth-child(3n+2), .c2_3.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 3) - 2rem) !important;
}
.row.gap3.col3.c2_4 > *:nth-child(3n+2), .gap3.col3.c2_4#fulldocs > *:nth-child(3n+2), .col3.c2_4.defaultGrid9_3 > *:nth-child(3n+2), .col3.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_4.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_4.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_4.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_4.summary > *:nth-child(3n+2), .c2_4.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid333 > *:nth-child(3n+2), .c2_4.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336.defaultGrid8_4 > *:nth-child(3n+2), .gap3.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+2), .defaultGrid246.defaultGrid363 > *:nth-child(3n+2), .defaultGrid246.defaultGrid336 > *:nth-child(3n+2), .col3.c2_4.defaultGrid4_8 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_4.defaultGrid3_9 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 4) - 2rem) !important;
}
.row.gap3.col3.c2_5 > *:nth-child(3n+2), .gap3.col3.c2_5#fulldocs > *:nth-child(3n+2), .col3.c2_5.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_5.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.defaultGrid7_5 > *:nth-child(3n+2), .col3.defaultGrid7_5.defaultGrid9_3 > *:nth-child(3n+2), .col3.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+2), .col3.c2_5.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_5.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_5.summary > *:nth-child(3n+2), .col3.defaultGrid6_6.defaultGrid7_5 > *:nth-child(3n+2), .groupagedetail .header .col3.defaultGrid7_5.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.defaultGrid7_5.summary > *:nth-child(3n+2), .c2_5.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363.defaultGrid7_5 > *:nth-child(3n+2), .c2_5.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .c2_5.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .gap3.c2_5.defaultGrid246 > *:nth-child(3n+2), .c2_5.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_5.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .gap3.defaultGrid246.defaultGrid7_5 > *:nth-child(3n+2), .defaultGrid246.defaultGrid7_5.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid246.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+2), .c2_5.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_5.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_5.defaultGrid246.summary > *:nth-child(3n+2), .defaultGrid246.defaultGrid6_6.defaultGrid7_5 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid246.defaultGrid7_5.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid246.defaultGrid7_5.summary > *:nth-child(3n+2), .col3.c2_5.defaultGrid4_8 > *:nth-child(3n+2), .col3.defaultGrid4_8.defaultGrid7_5 > *:nth-child(3n+2), .c2_5.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid246.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_5.defaultGrid3_9 > *:nth-child(3n+2), .col3.defaultGrid3_9.defaultGrid7_5 > *:nth-child(3n+2), .c2_5.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid246.defaultGrid7_5 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 5) - 2rem) !important;
}
.row.gap3.col3.c2_6 > *:nth-child(3n+2), .gap3.col3.c2_6#fulldocs > *:nth-child(3n+2), .col3.c2_6.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_6.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_6.defaultGrid7_5 > *:nth-child(3n+2), .col3.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.summary > *:nth-child(3n+2), .defaultGrid363 > *:nth-child(3n+2), .c2_6.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid333.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(3n+2), .c2_6.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid336.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(3n+2), .gap3.c2_6.defaultGrid246 > *:nth-child(3n+2), .c2_6.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_6.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_6.defaultGrid4_8 > *:nth-child(3n+2), .c2_6.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_6.defaultGrid3_9 > *:nth-child(3n+2), .c2_6.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 2rem) !important;
}
.row.gap3.col3.c2_7 > *:nth-child(3n+2), .gap3.col3.c2_7#fulldocs > *:nth-child(3n+2), .col3.c2_7.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_7.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_7.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_7.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_7.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_7.summary > *:nth-child(3n+2), .c2_7.defaultGrid363 > *:nth-child(3n+2), .c2_7.defaultGrid333 > *:nth-child(3n+2), .c2_7.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_7.defaultGrid246 > *:nth-child(3n+2), .c2_7.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_7.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_7.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_7.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_7.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_7.defaultGrid4_8 > *:nth-child(3n+2), .c2_7.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_7.defaultGrid3_9 > *:nth-child(3n+2), .c2_7.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 7) - 2rem) !important;
}
.row.gap3.col3.c2_8 > *:nth-child(3n+2), .gap3.col3.c2_8#fulldocs > *:nth-child(3n+2), .col3.c2_8.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_8.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_8.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_8.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_8.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_8.summary > *:nth-child(3n+2), .c2_8.defaultGrid363 > *:nth-child(3n+2), .c2_8.defaultGrid333 > *:nth-child(3n+2), .c2_8.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_8.defaultGrid246 > *:nth-child(3n+2), .c2_8.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_8.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_8.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_8.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_8.defaultGrid246.summary > *:nth-child(3n+2), .col3.defaultGrid4_8 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid363 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid333 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid336 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_8.defaultGrid3_9 > *:nth-child(3n+2), .c2_8.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 8) - 2rem) !important;
}
.row.gap3.col3.c2_9 > *:nth-child(3n+2), .gap3.col3.c2_9#fulldocs > *:nth-child(3n+2), .col3.c2_9.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_9.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_9.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_9.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_9.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_9.summary > *:nth-child(3n+2), .c2_9.defaultGrid363 > *:nth-child(3n+2), .c2_9.defaultGrid333 > *:nth-child(3n+2), .c2_9.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_9.defaultGrid246 > *:nth-child(3n+2), .c2_9.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_9.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_9.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_9.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_9.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_9.defaultGrid4_8 > *:nth-child(3n+2), .c2_9.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.defaultGrid3_9 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid363 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid333 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid336 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 9) - 2rem) !important;
}
.row.gap3.col3.c2_10 > *:nth-child(3n+2), .gap3.col3.c2_10#fulldocs > *:nth-child(3n+2), .col3.c2_10.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_10.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_10.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_10.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_10.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_10.summary > *:nth-child(3n+2), .c2_10.defaultGrid363 > *:nth-child(3n+2), .c2_10.defaultGrid333 > *:nth-child(3n+2), .c2_10.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_10.defaultGrid246 > *:nth-child(3n+2), .c2_10.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_10.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_10.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_10.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_10.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_10.defaultGrid4_8 > *:nth-child(3n+2), .c2_10.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_10.defaultGrid3_9 > *:nth-child(3n+2), .c2_10.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 10) - 2rem) !important;
}
.row.gap3.col3.c2_11 > *:nth-child(3n+2), .gap3.col3#fulldocs > *:nth-child(3n+2), .col3.c2_11.defaultGrid9_3 > *:nth-child(3n+2), .col3.defaultGrid9_3#fulldocs > *:nth-child(3n+2), .col3.c2_11.defaultGrid8_4 > *:nth-child(3n+2), .col3.defaultGrid8_4#fulldocs > *:nth-child(3n+2), .gap3.col3.c2_11.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_11.defaultGrid6_6 > *:nth-child(3n+2), .col3.defaultGrid6_6#fulldocs > *:nth-child(3n+2), .groupagedetail .header .col3.c2_11.summary > *:nth-child(3n+2), .groupagedetail .header .col3.summary#fulldocs > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_11.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.summary#fulldocs > *:nth-child(3n+2), .c2_11.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_11.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_11.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336#fulldocs > *:nth-child(3n+2), .gap3.c2_11.defaultGrid246 > *:nth-child(3n+2), .gap3.defaultGrid246#fulldocs > *:nth-child(3n+2), .c2_11.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid246.defaultGrid9_3#fulldocs > *:nth-child(3n+2), .c2_11.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid246.defaultGrid8_4#fulldocs > *:nth-child(3n+2), .c2_11.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .defaultGrid246.defaultGrid6_6#fulldocs > *:nth-child(3n+2), .groupagedetail .header .c2_11.defaultGrid246.summary > *:nth-child(3n+2), .groupagedetail .header .defaultGrid246.summary#fulldocs > *:nth-child(3n+2), .inteplannengroupage .header .c2_11.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid246.summary#fulldocs > *:nth-child(3n+2), .col3.c2_11.defaultGrid4_8 > *:nth-child(3n+2), .col3.defaultGrid4_8#fulldocs > *:nth-child(3n+2), .c2_11.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid246#fulldocs > *:nth-child(3n+2), .col3.c2_11.defaultGrid3_9 > *:nth-child(3n+2), .col3.defaultGrid3_9#fulldocs > *:nth-child(3n+2), .c2_11.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid246#fulldocs > *:nth-child(3n+2) {
  width: calc(calc(calc(100% / 12) * 11) - 2rem) !important;
}
.row.gap3.col3.c2_12 > *:nth-child(3n+2), .gap3.col3.c2_12#fulldocs > *:nth-child(3n+2), .col3.c2_12.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_12.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_12.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_12.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_12.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_12.summary > *:nth-child(3n+2), .c2_12.defaultGrid363 > *:nth-child(3n+2), .c2_12.defaultGrid333 > *:nth-child(3n+2), .c2_12.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_12.defaultGrid246 > *:nth-child(3n+2), .c2_12.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_12.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_12.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_12.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_12.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_12.defaultGrid4_8 > *:nth-child(3n+2), .c2_12.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_12.defaultGrid3_9 > *:nth-child(3n+2), .c2_12.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
  width: 100% !important;
}
.row.gap3.col3.c3_1 > *:nth-child(3n+3), .gap3.col3.c3_1#fulldocs > *:nth-child(3n+3), .col3.c3_1.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_1.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_1.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_1.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_1.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_1.summary > *:nth-child(3n+3), .c3_1.defaultGrid363 > *:nth-child(3n+3), .c3_1.defaultGrid333 > *:nth-child(3n+3), .c3_1.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_1.defaultGrid246 > *:nth-child(3n+3), .c3_1.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_1.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_1.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_1.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_1.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_1.defaultGrid4_8 > *:nth-child(3n+3), .c3_1.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_1.defaultGrid3_9 > *:nth-child(3n+3), .c3_1.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 1) - 2rem) !important;
}
.row.gap3.col3.c3_2 > *:nth-child(3n+3), .gap3.col3.c3_2#fulldocs > *:nth-child(3n+3), .col3.c3_2.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_2.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_2.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_2.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_2.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_2.summary > *:nth-child(3n+3), .c3_2.defaultGrid363 > *:nth-child(3n+3), .c3_2.defaultGrid333 > *:nth-child(3n+3), .c3_2.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_2.defaultGrid246 > *:nth-child(3n+3), .c3_2.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_2.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_2.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_2.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_2.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_2.defaultGrid4_8 > *:nth-child(3n+3), .c3_2.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_2.defaultGrid3_9 > *:nth-child(3n+3), .c3_2.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 2) - 2rem) !important;
}
.row.gap3.col3.c3_3 > *:nth-child(3n+3), .gap3.col3.c3_3#fulldocs > *:nth-child(3n+3), .col3.c3_3.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_3.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_3.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_3.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_3.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_3.summary > *:nth-child(3n+3), .defaultGrid363 > *:nth-child(3n+3), .c3_3.defaultGrid333 > *:nth-child(3n+3), .c3_3.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_3.defaultGrid246 > *:nth-child(3n+3), .c3_3.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_3.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_3.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_3.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_3.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_3.defaultGrid4_8 > *:nth-child(3n+3), .c3_3.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_3.defaultGrid3_9 > *:nth-child(3n+3), .c3_3.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 3) - 2rem) !important;
}
.row.gap3.col3.c3_4 > *:nth-child(3n+3), .gap3.col3.c3_4#fulldocs > *:nth-child(3n+3), .col3.c3_4.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_4.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_4.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_4.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_4.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_4.summary > *:nth-child(3n+3), .c3_4.defaultGrid363 > *:nth-child(3n+3), .defaultGrid333 > *:nth-child(3n+3), .c3_4.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_4.defaultGrid246 > *:nth-child(3n+3), .c3_4.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_4.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_4.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_4.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_4.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_4.defaultGrid4_8 > *:nth-child(3n+3), .c3_4.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_4.defaultGrid3_9 > *:nth-child(3n+3), .c3_4.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 4) - 2rem) !important;
}
.row.gap3.col3.c3_5 > *:nth-child(3n+3), .gap3.col3.c3_5#fulldocs > *:nth-child(3n+3), .col3.c3_5.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_5.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_5.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_5.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_5.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_5.summary > *:nth-child(3n+3), .c3_5.defaultGrid363 > *:nth-child(3n+3), .c3_5.defaultGrid333 > *:nth-child(3n+3), .c3_5.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_5.defaultGrid246 > *:nth-child(3n+3), .c3_5.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_5.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_5.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_5.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_5.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_5.defaultGrid4_8 > *:nth-child(3n+3), .c3_5.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_5.defaultGrid3_9 > *:nth-child(3n+3), .c3_5.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 5) - 2rem) !important;
}
.row.gap3.col3.c3_6 > *:nth-child(3n+3), .gap3.col3.c3_6#fulldocs > *:nth-child(3n+3), .col3.c3_6.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_6.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_6.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_6.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_6.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_6.summary > *:nth-child(3n+3), .c3_6.defaultGrid363 > *:nth-child(3n+3), .c3_6.defaultGrid333 > *:nth-child(3n+3), .defaultGrid336 > *:nth-child(3n+3), .gap3.defaultGrid246 > *:nth-child(3n+3), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+3), .defaultGrid246.defaultGrid363 > *:nth-child(3n+3), .defaultGrid246.defaultGrid333 > *:nth-child(3n+3), .col3.c3_6.defaultGrid4_8 > *:nth-child(3n+3), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_6.defaultGrid3_9 > *:nth-child(3n+3), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 6) - 2rem) !important;
}
.row.gap3.col3.c3_7 > *:nth-child(3n+3), .gap3.col3.c3_7#fulldocs > *:nth-child(3n+3), .col3.c3_7.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_7.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_7.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_7.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_7.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_7.summary > *:nth-child(3n+3), .c3_7.defaultGrid363 > *:nth-child(3n+3), .c3_7.defaultGrid333 > *:nth-child(3n+3), .c3_7.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_7.defaultGrid246 > *:nth-child(3n+3), .c3_7.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_7.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_7.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_7.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_7.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_7.defaultGrid4_8 > *:nth-child(3n+3), .c3_7.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_7.defaultGrid3_9 > *:nth-child(3n+3), .c3_7.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 7) - 2rem) !important;
}
.row.gap3.col3.c3_8 > *:nth-child(3n+3), .gap3.col3.c3_8#fulldocs > *:nth-child(3n+3), .col3.c3_8.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_8.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_8.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_8.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_8.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_8.summary > *:nth-child(3n+3), .c3_8.defaultGrid363 > *:nth-child(3n+3), .c3_8.defaultGrid333 > *:nth-child(3n+3), .c3_8.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_8.defaultGrid246 > *:nth-child(3n+3), .c3_8.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_8.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_8.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_8.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_8.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_8.defaultGrid4_8 > *:nth-child(3n+3), .c3_8.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_8.defaultGrid3_9 > *:nth-child(3n+3), .c3_8.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 8) - 2rem) !important;
}
.row.gap3.col3.c3_9 > *:nth-child(3n+3), .gap3.col3.c3_9#fulldocs > *:nth-child(3n+3), .col3.c3_9.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_9.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_9.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_9.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_9.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_9.summary > *:nth-child(3n+3), .c3_9.defaultGrid363 > *:nth-child(3n+3), .c3_9.defaultGrid333 > *:nth-child(3n+3), .c3_9.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_9.defaultGrid246 > *:nth-child(3n+3), .c3_9.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_9.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_9.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_9.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_9.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_9.defaultGrid4_8 > *:nth-child(3n+3), .c3_9.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_9.defaultGrid3_9 > *:nth-child(3n+3), .c3_9.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 9) - 2rem) !important;
}
.row.gap3.col3.c3_10 > *:nth-child(3n+3), .gap3.col3.c3_10#fulldocs > *:nth-child(3n+3), .col3.c3_10.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_10.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_10.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_10.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_10.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_10.summary > *:nth-child(3n+3), .c3_10.defaultGrid363 > *:nth-child(3n+3), .c3_10.defaultGrid333 > *:nth-child(3n+3), .c3_10.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_10.defaultGrid246 > *:nth-child(3n+3), .c3_10.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_10.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_10.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_10.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_10.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_10.defaultGrid4_8 > *:nth-child(3n+3), .c3_10.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_10.defaultGrid3_9 > *:nth-child(3n+3), .c3_10.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 10) - 2rem) !important;
}
.row.gap3.col3.c3_11 > *:nth-child(3n+3), .gap3.col3.c3_11#fulldocs > *:nth-child(3n+3), .col3.c3_11.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_11.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_11.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_11.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_11.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_11.summary > *:nth-child(3n+3), .c3_11.defaultGrid363 > *:nth-child(3n+3), .c3_11.defaultGrid333 > *:nth-child(3n+3), .c3_11.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_11.defaultGrid246 > *:nth-child(3n+3), .c3_11.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_11.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_11.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_11.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_11.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_11.defaultGrid4_8 > *:nth-child(3n+3), .c3_11.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_11.defaultGrid3_9 > *:nth-child(3n+3), .c3_11.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
  width: calc(calc(calc(100% / 12) * 11) - 2rem) !important;
}
.row.gap3.col3.c3_12 > *:nth-child(3n+3), .gap3.col3.c3_12#fulldocs > *:nth-child(3n+3), .col3.c3_12.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_12.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_12.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_12.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_12.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_12.summary > *:nth-child(3n+3), .c3_12.defaultGrid363 > *:nth-child(3n+3), .c3_12.defaultGrid333 > *:nth-child(3n+3), .c3_12.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_12.defaultGrid246 > *:nth-child(3n+3), .c3_12.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_12.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_12.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_12.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_12.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_12.defaultGrid4_8 > *:nth-child(3n+3), .c3_12.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_12.defaultGrid3_9 > *:nth-child(3n+3), .c3_12.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
  width: 100% !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .row.gap3.col1.c1_1t > *:nth-child(1n+1), .gap3.col1.c1_1t#fulldocs > *:nth-child(1n+1), .col1.c1_1t.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_1t.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_1t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_1t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_1t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_1t.summary > *:nth-child(1n+1), .col1.c1_1t.defaultGrid363 > *:nth-child(1n+1), .col1.c1_1t.defaultGrid333 > *:nth-child(1n+1), .col1.c1_1t.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_1t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_1t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_1t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.gap3.col1.c1_2t > *:nth-child(1n+1), .gap3.col1.c1_2t#fulldocs > *:nth-child(1n+1), .col1.c1_2t.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_2t.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_2t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_2t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_2t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_2t.summary > *:nth-child(1n+1), .col1.c1_2t.defaultGrid363 > *:nth-child(1n+1), .col1.c1_2t.defaultGrid333 > *:nth-child(1n+1), .col1.c1_2t.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.defaultGrid246 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid9_3 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid8_4 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.defaultGrid246.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.defaultGrid246.summary > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid363 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid333 > *:nth-child(1n+1), .col1.defaultGrid246.defaultGrid336 > *:nth-child(1n+1), .col1.c1_2t.defaultGrid4_8 > *:nth-child(1n+1), .col1.defaultGrid4_8.defaultGrid246 > *:nth-child(1n+1), .col1.c1_2t.defaultGrid3_9 > *:nth-child(1n+1), .col1.defaultGrid3_9.defaultGrid246 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.gap3.col1.c1_3t > *:nth-child(1n+1), .gap3.col1.c1_3t#fulldocs > *:nth-child(1n+1), .col1.c1_3t.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_3t.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_3t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_3t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_3t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_3t.summary > *:nth-child(1n+1), .col1.defaultGrid363 > *:nth-child(1n+1), .col1.c1_3t.defaultGrid333 > *:nth-child(1n+1), .col1.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_3t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_3t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_3t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.gap3.col1.c1_4t > *:nth-child(1n+1), .gap3.col1.c1_4t#fulldocs > *:nth-child(1n+1), .col1.c1_4t.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_4t.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_4t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_4t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_4t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_4t.summary > *:nth-child(1n+1), .col1.c1_4t.defaultGrid363 > *:nth-child(1n+1), .col1.defaultGrid333 > *:nth-child(1n+1), .col1.c1_4t.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_4t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_4t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_4t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.gap3.col1.c1_5t > *:nth-child(1n+1), .gap3.col1.c1_5t#fulldocs > *:nth-child(1n+1), .col1.c1_5t.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_5t.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_5t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_5t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_5t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_5t.summary > *:nth-child(1n+1), .col1.c1_5t.defaultGrid363 > *:nth-child(1n+1), .col1.c1_5t.defaultGrid333 > *:nth-child(1n+1), .col1.c1_5t.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_5t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_5t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_5t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.gap3.col1.c1_6t > *:nth-child(1n+1), .gap3.col1.c1_6t#fulldocs > *:nth-child(1n+1), .col1.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_6t.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.defaultGrid7_5 > *:nth-child(1n+1), .col1.defaultGrid7_5.defaultGrid8_4 > *:nth-child(1n+1), .col1.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.summary > *:nth-child(1n+1), .col1.c1_6t.defaultGrid363 > *:nth-child(1n+1), .col1.defaultGrid363.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_6t.defaultGrid333 > *:nth-child(1n+1), .col1.defaultGrid333.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_6t.defaultGrid336 > *:nth-child(1n+1), .col1.defaultGrid336.defaultGrid7_5 > *:nth-child(1n+1), .gap3.col1.c1_6t.defaultGrid246 > *:nth-child(1n+1), .col1.defaultGrid4_8 > *:nth-child(1n+1), .col1.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.gap3.col1.c1_7t > *:nth-child(1n+1), .gap3.col1.c1_7t#fulldocs > *:nth-child(1n+1), .col1.c1_7t.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_7t.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_7t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_7t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_7t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_7t.summary > *:nth-child(1n+1), .col1.c1_7t.defaultGrid363 > *:nth-child(1n+1), .col1.c1_7t.defaultGrid333 > *:nth-child(1n+1), .col1.c1_7t.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_7t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_7t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_7t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.gap3.col1.c1_8t > *:nth-child(1n+1), .gap3.col1.c1_8t#fulldocs > *:nth-child(1n+1), .col1.c1_8t.defaultGrid9_3 > *:nth-child(1n+1), .col1.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_8t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_8t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_8t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_8t.summary > *:nth-child(1n+1), .col1.c1_8t.defaultGrid363 > *:nth-child(1n+1), .col1.c1_8t.defaultGrid333 > *:nth-child(1n+1), .col1.c1_8t.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_8t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_8t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_8t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.gap3.col1.c1_9t > *:nth-child(1n+1), .gap3.col1.c1_9t#fulldocs > *:nth-child(1n+1), .col1.c1_9t.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_9t.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_9t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_9t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_9t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_9t.summary > *:nth-child(1n+1), .col1.c1_9t.defaultGrid363 > *:nth-child(1n+1), .col1.c1_9t.defaultGrid333 > *:nth-child(1n+1), .col1.c1_9t.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_9t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_9t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_9t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.gap3.col1.c1_10t > *:nth-child(1n+1), .gap3.col1.c1_10t#fulldocs > *:nth-child(1n+1), .col1.c1_10t.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_10t.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_10t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_10t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_10t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_10t.summary > *:nth-child(1n+1), .col1.c1_10t.defaultGrid363 > *:nth-child(1n+1), .col1.c1_10t.defaultGrid333 > *:nth-child(1n+1), .col1.c1_10t.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_10t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_10t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_10t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.gap3.col1.c1_11t > *:nth-child(1n+1), .gap3.col1.c1_11t#fulldocs > *:nth-child(1n+1), .col1.c1_11t.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_11t.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_11t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_11t.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_11t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_11t.summary > *:nth-child(1n+1), .col1.c1_11t.defaultGrid363 > *:nth-child(1n+1), .col1.c1_11t.defaultGrid333 > *:nth-child(1n+1), .col1.c1_11t.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_11t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_11t.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_11t.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.gap3.col1.c1_12t > *:nth-child(1n+1), .gap3.col1#fulldocs > *:nth-child(1n+1), .col1.c1_12t.defaultGrid9_3 > *:nth-child(1n+1), .col1.defaultGrid9_3#fulldocs > *:nth-child(1n+1), .col1.c1_12t.defaultGrid8_4 > *:nth-child(1n+1), .col1.defaultGrid8_4#fulldocs > *:nth-child(1n+1), .gap3.col1.c1_12t.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_12t.defaultGrid6_6 > *:nth-child(1n+1), .col1.defaultGrid6_6#fulldocs > *:nth-child(1n+1), .groupagedetail .header .col1.c1_12t.summary > *:nth-child(1n+1), .groupagedetail .header .col1.summary#fulldocs > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_12t.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.summary#fulldocs > *:nth-child(1n+1), .col1.c1_12t.defaultGrid363 > *:nth-child(1n+1), .col1.defaultGrid363#fulldocs > *:nth-child(1n+1), .col1.c1_12t.defaultGrid333 > *:nth-child(1n+1), .col1.defaultGrid333#fulldocs > *:nth-child(1n+1), .col1.c1_12t.defaultGrid336 > *:nth-child(1n+1), .col1.defaultGrid336#fulldocs > *:nth-child(1n+1), .gap3.col1.c1_12t.defaultGrid246 > *:nth-child(1n+1), .col1.c1_12t.defaultGrid4_8 > *:nth-child(1n+1), .col1.defaultGrid4_8#fulldocs > *:nth-child(1n+1), .col1.c1_12t.defaultGrid3_9 > *:nth-child(1n+1), .col1.defaultGrid3_9#fulldocs > *:nth-child(1n+1) {
    width: 100% !important;
  }
  .row.gap3.col1.c2_1t > *:nth-child(1n+2), .gap3.col1.c2_1t#fulldocs > *:nth-child(1n+2), .col1.c2_1t.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_1t.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_1t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_1t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_1t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_1t.summary > *:nth-child(1n+2), .col1.c2_1t.defaultGrid363 > *:nth-child(1n+2), .col1.c2_1t.defaultGrid333 > *:nth-child(1n+2), .col1.c2_1t.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_1t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_1t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_1t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.gap3.col1.c2_2t > *:nth-child(1n+2), .gap3.col1.c2_2t#fulldocs > *:nth-child(1n+2), .col1.c2_2t.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_2t.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_2t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_2t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_2t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_2t.summary > *:nth-child(1n+2), .col1.c2_2t.defaultGrid363 > *:nth-child(1n+2), .col1.c2_2t.defaultGrid333 > *:nth-child(1n+2), .col1.c2_2t.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_2t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_2t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_2t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.gap3.col1.c2_3t > *:nth-child(1n+2), .gap3.col1.c2_3t#fulldocs > *:nth-child(1n+2), .col1.c2_3t.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_3t.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_3t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_3t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_3t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_3t.summary > *:nth-child(1n+2), .col1.c2_3t.defaultGrid363 > *:nth-child(1n+2), .col1.c2_3t.defaultGrid333 > *:nth-child(1n+2), .col1.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_3t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_3t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_3t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.gap3.col1.c2_4t > *:nth-child(1n+2), .gap3.col1.c2_4t#fulldocs > *:nth-child(1n+2), .col1.c2_4t.defaultGrid9_3 > *:nth-child(1n+2), .col1.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_4t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_4t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_4t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_4t.summary > *:nth-child(1n+2), .col1.c2_4t.defaultGrid363 > *:nth-child(1n+2), .col1.defaultGrid333 > *:nth-child(1n+2), .col1.c2_4t.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.defaultGrid246 > *:nth-child(1n+2), .col1.defaultGrid246.defaultGrid9_3 > *:nth-child(1n+2), .col1.defaultGrid246.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.defaultGrid246.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.defaultGrid246.summary > *:nth-child(1n+2), .col1.defaultGrid246.defaultGrid363 > *:nth-child(1n+2), .col1.defaultGrid246.defaultGrid336 > *:nth-child(1n+2), .col1.c2_4t.defaultGrid4_8 > *:nth-child(1n+2), .col1.defaultGrid4_8.defaultGrid246 > *:nth-child(1n+2), .col1.c2_4t.defaultGrid3_9 > *:nth-child(1n+2), .col1.defaultGrid3_9.defaultGrid246 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.gap3.col1.c2_5t > *:nth-child(1n+2), .gap3.col1.c2_5t#fulldocs > *:nth-child(1n+2), .col1.c2_5t.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_5t.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_5t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_5t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_5t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_5t.summary > *:nth-child(1n+2), .col1.c2_5t.defaultGrid363 > *:nth-child(1n+2), .col1.c2_5t.defaultGrid333 > *:nth-child(1n+2), .col1.c2_5t.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_5t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_5t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_5t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.gap3.col1.c2_6t > *:nth-child(1n+2), .gap3.col1.c2_6t#fulldocs > *:nth-child(1n+2), .col1.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_6t.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.defaultGrid7_5 > *:nth-child(1n+2), .col1.defaultGrid7_5.defaultGrid8_4 > *:nth-child(1n+2), .col1.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.summary > *:nth-child(1n+2), .col1.defaultGrid363 > *:nth-child(1n+2), .col1.c2_6t.defaultGrid333 > *:nth-child(1n+2), .col1.defaultGrid333.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_6t.defaultGrid336 > *:nth-child(1n+2), .col1.defaultGrid336.defaultGrid7_5 > *:nth-child(1n+2), .gap3.col1.c2_6t.defaultGrid246 > *:nth-child(1n+2), .col1.defaultGrid4_8 > *:nth-child(1n+2), .col1.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.gap3.col1.c2_7t > *:nth-child(1n+2), .gap3.col1.c2_7t#fulldocs > *:nth-child(1n+2), .col1.c2_7t.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_7t.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_7t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_7t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_7t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_7t.summary > *:nth-child(1n+2), .col1.c2_7t.defaultGrid363 > *:nth-child(1n+2), .col1.c2_7t.defaultGrid333 > *:nth-child(1n+2), .col1.c2_7t.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_7t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_7t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_7t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.gap3.col1.c2_8t > *:nth-child(1n+2), .gap3.col1.c2_8t#fulldocs > *:nth-child(1n+2), .col1.c2_8t.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_8t.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_8t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_8t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_8t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_8t.summary > *:nth-child(1n+2), .col1.c2_8t.defaultGrid363 > *:nth-child(1n+2), .col1.c2_8t.defaultGrid333 > *:nth-child(1n+2), .col1.c2_8t.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_8t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_8t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_8t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.gap3.col1.c2_9t > *:nth-child(1n+2), .gap3.col1.c2_9t#fulldocs > *:nth-child(1n+2), .col1.c2_9t.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_9t.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_9t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_9t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_9t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_9t.summary > *:nth-child(1n+2), .col1.c2_9t.defaultGrid363 > *:nth-child(1n+2), .col1.c2_9t.defaultGrid333 > *:nth-child(1n+2), .col1.c2_9t.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_9t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_9t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_9t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.gap3.col1.c2_10t > *:nth-child(1n+2), .gap3.col1.c2_10t#fulldocs > *:nth-child(1n+2), .col1.c2_10t.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_10t.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_10t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_10t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_10t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_10t.summary > *:nth-child(1n+2), .col1.c2_10t.defaultGrid363 > *:nth-child(1n+2), .col1.c2_10t.defaultGrid333 > *:nth-child(1n+2), .col1.c2_10t.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_10t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_10t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_10t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.gap3.col1.c2_11t > *:nth-child(1n+2), .gap3.col1#fulldocs > *:nth-child(1n+2), .col1.c2_11t.defaultGrid9_3 > *:nth-child(1n+2), .col1.defaultGrid9_3#fulldocs > *:nth-child(1n+2), .col1.c2_11t.defaultGrid8_4 > *:nth-child(1n+2), .col1.defaultGrid8_4#fulldocs > *:nth-child(1n+2), .gap3.col1.c2_11t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_11t.defaultGrid6_6 > *:nth-child(1n+2), .col1.defaultGrid6_6#fulldocs > *:nth-child(1n+2), .groupagedetail .header .col1.c2_11t.summary > *:nth-child(1n+2), .groupagedetail .header .col1.summary#fulldocs > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_11t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.summary#fulldocs > *:nth-child(1n+2), .col1.c2_11t.defaultGrid363 > *:nth-child(1n+2), .col1.defaultGrid363#fulldocs > *:nth-child(1n+2), .col1.c2_11t.defaultGrid333 > *:nth-child(1n+2), .col1.defaultGrid333#fulldocs > *:nth-child(1n+2), .col1.c2_11t.defaultGrid336 > *:nth-child(1n+2), .col1.defaultGrid336#fulldocs > *:nth-child(1n+2), .gap3.col1.c2_11t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_11t.defaultGrid4_8 > *:nth-child(1n+2), .col1.defaultGrid4_8#fulldocs > *:nth-child(1n+2), .col1.c2_11t.defaultGrid3_9 > *:nth-child(1n+2), .col1.defaultGrid3_9#fulldocs > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.gap3.col1.c2_12t > *:nth-child(1n+2), .gap3.col1.c2_12t#fulldocs > *:nth-child(1n+2), .col1.c2_12t.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_12t.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_12t.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_12t.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_12t.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_12t.summary > *:nth-child(1n+2), .col1.c2_12t.defaultGrid363 > *:nth-child(1n+2), .col1.c2_12t.defaultGrid333 > *:nth-child(1n+2), .col1.c2_12t.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_12t.defaultGrid246 > *:nth-child(1n+2), .col1.c2_12t.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_12t.defaultGrid3_9 > *:nth-child(1n+2) {
    width: 100% !important;
  }
  .row.gap3.col1.c3_1t > *:nth-child(1n+3), .gap3.col1.c3_1t#fulldocs > *:nth-child(1n+3), .col1.c3_1t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_1t.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_1t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_1t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_1t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_1t.summary > *:nth-child(1n+3), .col1.c3_1t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_1t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_1t.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_1t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_1t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_1t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.gap3.col1.c3_2t > *:nth-child(1n+3), .gap3.col1.c3_2t#fulldocs > *:nth-child(1n+3), .col1.c3_2t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_2t.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_2t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_2t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_2t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_2t.summary > *:nth-child(1n+3), .col1.c3_2t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_2t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_2t.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_2t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_2t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_2t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.gap3.col1.c3_3t > *:nth-child(1n+3), .gap3.col1.c3_3t#fulldocs > *:nth-child(1n+3), .col1.c3_3t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_3t.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_3t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_3t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_3t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_3t.summary > *:nth-child(1n+3), .col1.defaultGrid363 > *:nth-child(1n+3), .col1.c3_3t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_3t.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_3t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_3t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_3t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.gap3.col1.c3_4t > *:nth-child(1n+3), .gap3.col1.c3_4t#fulldocs > *:nth-child(1n+3), .col1.c3_4t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_4t.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_4t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_4t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_4t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_4t.summary > *:nth-child(1n+3), .col1.c3_4t.defaultGrid363 > *:nth-child(1n+3), .col1.defaultGrid333 > *:nth-child(1n+3), .col1.c3_4t.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_4t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_4t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_4t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.gap3.col1.c3_5t > *:nth-child(1n+3), .gap3.col1.c3_5t#fulldocs > *:nth-child(1n+3), .col1.c3_5t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_5t.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_5t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_5t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_5t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_5t.summary > *:nth-child(1n+3), .col1.c3_5t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_5t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_5t.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_5t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_5t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_5t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.gap3.col1.c3_6t > *:nth-child(1n+3), .gap3.col1.c3_6t#fulldocs > *:nth-child(1n+3), .col1.c3_6t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_6t.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_6t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_6t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_6t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_6t.summary > *:nth-child(1n+3), .col1.c3_6t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_6t.defaultGrid333 > *:nth-child(1n+3), .col1.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.defaultGrid246 > *:nth-child(1n+3), .col1.defaultGrid246.defaultGrid9_3 > *:nth-child(1n+3), .col1.defaultGrid246.defaultGrid8_4 > *:nth-child(1n+3), .col1.defaultGrid246.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.defaultGrid246.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.defaultGrid246.summary > *:nth-child(1n+3), .col1.defaultGrid246.defaultGrid363 > *:nth-child(1n+3), .col1.defaultGrid246.defaultGrid333 > *:nth-child(1n+3), .col1.c3_6t.defaultGrid4_8 > *:nth-child(1n+3), .col1.defaultGrid4_8.defaultGrid246 > *:nth-child(1n+3), .col1.c3_6t.defaultGrid3_9 > *:nth-child(1n+3), .col1.defaultGrid3_9.defaultGrid246 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.gap3.col1.c3_7t > *:nth-child(1n+3), .gap3.col1.c3_7t#fulldocs > *:nth-child(1n+3), .col1.c3_7t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_7t.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_7t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_7t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_7t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_7t.summary > *:nth-child(1n+3), .col1.c3_7t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_7t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_7t.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_7t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_7t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_7t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.gap3.col1.c3_8t > *:nth-child(1n+3), .gap3.col1.c3_8t#fulldocs > *:nth-child(1n+3), .col1.c3_8t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_8t.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_8t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_8t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_8t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_8t.summary > *:nth-child(1n+3), .col1.c3_8t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_8t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_8t.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_8t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_8t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_8t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.gap3.col1.c3_9t > *:nth-child(1n+3), .gap3.col1.c3_9t#fulldocs > *:nth-child(1n+3), .col1.c3_9t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_9t.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_9t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_9t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_9t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_9t.summary > *:nth-child(1n+3), .col1.c3_9t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_9t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_9t.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_9t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_9t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_9t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.gap3.col1.c3_10t > *:nth-child(1n+3), .gap3.col1.c3_10t#fulldocs > *:nth-child(1n+3), .col1.c3_10t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_10t.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_10t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_10t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_10t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_10t.summary > *:nth-child(1n+3), .col1.c3_10t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_10t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_10t.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_10t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_10t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_10t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.gap3.col1.c3_11t > *:nth-child(1n+3), .gap3.col1.c3_11t#fulldocs > *:nth-child(1n+3), .col1.c3_11t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_11t.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_11t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_11t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_11t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_11t.summary > *:nth-child(1n+3), .col1.c3_11t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_11t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_11t.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_11t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_11t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_11t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.gap3.col1.c3_12t > *:nth-child(1n+3), .gap3.col1.c3_12t#fulldocs > *:nth-child(1n+3), .col1.c3_12t.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_12t.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_12t.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_12t.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_12t.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_12t.summary > *:nth-child(1n+3), .col1.c3_12t.defaultGrid363 > *:nth-child(1n+3), .col1.c3_12t.defaultGrid333 > *:nth-child(1n+3), .col1.c3_12t.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_12t.defaultGrid246 > *:nth-child(1n+3), .col1.c3_12t.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_12t.defaultGrid3_9 > *:nth-child(1n+3) {
    width: 100% !important;
  }
  .row.gap3.col2.c1_1t > *:nth-child(2n+1), .gap3.c1_1t#fulldocs > *:nth-child(2n+1), .c1_1t.defaultGrid9_3 > *:nth-child(2n+1), .c1_1t.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_1t.defaultGrid7_5 > *:nth-child(2n+1), .c1_1t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_1t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_1t.summary > *:nth-child(2n+1), .col2.c1_1t.defaultGrid363 > *:nth-child(2n+1), .c1_1t.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_1t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_1t.defaultGrid333 > *:nth-child(2n+1), .c1_1t.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_1t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_1t.defaultGrid336 > *:nth-child(2n+1), .c1_1t.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_1t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_1t.defaultGrid246 > *:nth-child(2n+1), .c1_1t.defaultGrid4_8 > *:nth-child(2n+1), .c1_1t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_2t > *:nth-child(2n+1), .gap3.c1_2t#fulldocs > *:nth-child(2n+1), .c1_2t.defaultGrid9_3 > *:nth-child(2n+1), .c1_2t.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_2t.defaultGrid7_5 > *:nth-child(2n+1), .c1_2t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_2t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_2t.summary > *:nth-child(2n+1), .col2.c1_2t.defaultGrid363 > *:nth-child(2n+1), .c1_2t.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_2t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_2t.defaultGrid333 > *:nth-child(2n+1), .c1_2t.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_2t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_2t.defaultGrid336 > *:nth-child(2n+1), .c1_2t.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_2t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.defaultGrid246 > *:nth-child(2n+1), .gap3.defaultGrid246#fulldocs > *:nth-child(2n+1), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+1), .gap3.defaultGrid246.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+1), .col2.defaultGrid246.defaultGrid363 > *:nth-child(2n+1), .defaultGrid246.defaultGrid363#fulldocs > *:nth-child(2n+1), .defaultGrid246.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.defaultGrid246.defaultGrid333 > *:nth-child(2n+1), .defaultGrid246.defaultGrid333#fulldocs > *:nth-child(2n+1), .defaultGrid246.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.defaultGrid246.defaultGrid336 > *:nth-child(2n+1), .defaultGrid246.defaultGrid336#fulldocs > *:nth-child(2n+1), .defaultGrid246.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .c1_2t.defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+1), .c1_2t.defaultGrid3_9 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_3t > *:nth-child(2n+1), .gap3.c1_3t#fulldocs > *:nth-child(2n+1), .c1_3t.defaultGrid9_3 > *:nth-child(2n+1), .c1_3t.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_3t.defaultGrid7_5 > *:nth-child(2n+1), .c1_3t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_3t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_3t.summary > *:nth-child(2n+1), .col2.defaultGrid363 > *:nth-child(2n+1), .defaultGrid363#fulldocs > *:nth-child(2n+1), .defaultGrid363.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid363.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid363.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid363.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid363.summary > *:nth-child(2n+1), .col2.c1_3t.defaultGrid333 > *:nth-child(2n+1), .c1_3t.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_3t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.defaultGrid336 > *:nth-child(2n+1), .defaultGrid336#fulldocs > *:nth-child(2n+1), .defaultGrid336.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid336.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid336.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid336.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(2n+1), .gap3.col2.c1_3t.defaultGrid246 > *:nth-child(2n+1), .c1_3t.defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid363 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid336 > *:nth-child(2n+1), .c1_3t.defaultGrid3_9 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid363 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid336 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_4t > *:nth-child(2n+1), .gap3.c1_4t#fulldocs > *:nth-child(2n+1), .c1_4t.defaultGrid9_3 > *:nth-child(2n+1), .c1_4t.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_4t.defaultGrid7_5 > *:nth-child(2n+1), .c1_4t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_4t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_4t.summary > *:nth-child(2n+1), .col2.c1_4t.defaultGrid363 > *:nth-child(2n+1), .c1_4t.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_4t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.defaultGrid333 > *:nth-child(2n+1), .defaultGrid333#fulldocs > *:nth-child(2n+1), .defaultGrid333.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid333.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid333.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .defaultGrid333.summary > *:nth-child(2n+1), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(2n+1), .col2.c1_4t.defaultGrid336 > *:nth-child(2n+1), .c1_4t.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_4t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_4t.defaultGrid246 > *:nth-child(2n+1), .c1_4t.defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid4_8.defaultGrid333 > *:nth-child(2n+1), .c1_4t.defaultGrid3_9 > *:nth-child(2n+1), .defaultGrid3_9.defaultGrid333 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_5t > *:nth-child(2n+1), .gap3.c1_5t#fulldocs > *:nth-child(2n+1), .c1_5t.defaultGrid9_3 > *:nth-child(2n+1), .c1_5t.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_5t.defaultGrid7_5 > *:nth-child(2n+1), .c1_5t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_5t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_5t.summary > *:nth-child(2n+1), .col2.c1_5t.defaultGrid363 > *:nth-child(2n+1), .c1_5t.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_5t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_5t.defaultGrid333 > *:nth-child(2n+1), .c1_5t.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_5t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_5t.defaultGrid336 > *:nth-child(2n+1), .c1_5t.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_5t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_5t.defaultGrid246 > *:nth-child(2n+1), .c1_5t.defaultGrid4_8 > *:nth-child(2n+1), .c1_5t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_6t > *:nth-child(2n+1), .gap3.c1_6t#fulldocs > *:nth-child(2n+1), .defaultGrid9_3 > *:nth-child(2n+1), .c1_6t.defaultGrid8_4 > *:nth-child(2n+1), .gap3.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid7_5.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .summary > *:nth-child(2n+1), .inteplannengroupage .header .summary > *:nth-child(2n+1), .col2.c1_6t.defaultGrid363 > *:nth-child(2n+1), .c1_6t.defaultGrid363#fulldocs > *:nth-child(2n+1), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_6t.defaultGrid333 > *:nth-child(2n+1), .c1_6t.defaultGrid333#fulldocs > *:nth-child(2n+1), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_6t.defaultGrid336 > *:nth-child(2n+1), .c1_6t.defaultGrid336#fulldocs > *:nth-child(2n+1), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_6t.defaultGrid246 > *:nth-child(2n+1), .defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_7t > *:nth-child(2n+1), .gap3.c1_7t#fulldocs > *:nth-child(2n+1), .c1_7t.defaultGrid9_3 > *:nth-child(2n+1), .c1_7t.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_7t.defaultGrid7_5 > *:nth-child(2n+1), .c1_7t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_7t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_7t.summary > *:nth-child(2n+1), .col2.c1_7t.defaultGrid363 > *:nth-child(2n+1), .c1_7t.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_7t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_7t.defaultGrid333 > *:nth-child(2n+1), .c1_7t.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_7t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_7t.defaultGrid336 > *:nth-child(2n+1), .c1_7t.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_7t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_7t.defaultGrid246 > *:nth-child(2n+1), .c1_7t.defaultGrid4_8 > *:nth-child(2n+1), .c1_7t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_8t > *:nth-child(2n+1), .gap3.c1_8t#fulldocs > *:nth-child(2n+1), .c1_8t.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_8t.defaultGrid7_5 > *:nth-child(2n+1), .c1_8t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_8t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_8t.summary > *:nth-child(2n+1), .col2.c1_8t.defaultGrid363 > *:nth-child(2n+1), .c1_8t.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_8t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_8t.defaultGrid333 > *:nth-child(2n+1), .c1_8t.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_8t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_8t.defaultGrid336 > *:nth-child(2n+1), .c1_8t.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_8t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_8t.defaultGrid246 > *:nth-child(2n+1), .c1_8t.defaultGrid4_8 > *:nth-child(2n+1), .c1_8t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_9t > *:nth-child(2n+1), .gap3.c1_9t#fulldocs > *:nth-child(2n+1), .c1_9t.defaultGrid9_3 > *:nth-child(2n+1), .c1_9t.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_9t.defaultGrid7_5 > *:nth-child(2n+1), .c1_9t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_9t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_9t.summary > *:nth-child(2n+1), .col2.c1_9t.defaultGrid363 > *:nth-child(2n+1), .c1_9t.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_9t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_9t.defaultGrid333 > *:nth-child(2n+1), .c1_9t.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_9t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_9t.defaultGrid336 > *:nth-child(2n+1), .c1_9t.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_9t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_9t.defaultGrid246 > *:nth-child(2n+1), .c1_9t.defaultGrid4_8 > *:nth-child(2n+1), .c1_9t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_10t > *:nth-child(2n+1), .gap3.c1_10t#fulldocs > *:nth-child(2n+1), .c1_10t.defaultGrid9_3 > *:nth-child(2n+1), .c1_10t.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_10t.defaultGrid7_5 > *:nth-child(2n+1), .c1_10t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_10t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_10t.summary > *:nth-child(2n+1), .col2.c1_10t.defaultGrid363 > *:nth-child(2n+1), .c1_10t.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_10t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_10t.defaultGrid333 > *:nth-child(2n+1), .c1_10t.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_10t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_10t.defaultGrid336 > *:nth-child(2n+1), .c1_10t.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_10t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_10t.defaultGrid246 > *:nth-child(2n+1), .c1_10t.defaultGrid4_8 > *:nth-child(2n+1), .c1_10t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_11t > *:nth-child(2n+1), .gap3.c1_11t#fulldocs > *:nth-child(2n+1), .c1_11t.defaultGrid9_3 > *:nth-child(2n+1), .c1_11t.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_11t.defaultGrid7_5 > *:nth-child(2n+1), .c1_11t.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_11t.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_11t.summary > *:nth-child(2n+1), .col2.c1_11t.defaultGrid363 > *:nth-child(2n+1), .c1_11t.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_11t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_11t.defaultGrid333 > *:nth-child(2n+1), .c1_11t.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_11t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_11t.defaultGrid336 > *:nth-child(2n+1), .c1_11t.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_11t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_11t.defaultGrid246 > *:nth-child(2n+1), .c1_11t.defaultGrid4_8 > *:nth-child(2n+1), .c1_11t.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_12t > *:nth-child(2n+1), .gap3#fulldocs > *:nth-child(2n+1), .c1_12t.defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid9_3#fulldocs > *:nth-child(2n+1), .c1_12t.defaultGrid8_4 > *:nth-child(2n+1), .defaultGrid8_4#fulldocs > *:nth-child(2n+1), .gap3.c1_12t.defaultGrid7_5 > *:nth-child(2n+1), .c1_12t.defaultGrid6_6 > *:nth-child(2n+1), .defaultGrid6_6#fulldocs > *:nth-child(2n+1), .groupagedetail .header .c1_12t.summary > *:nth-child(2n+1), .groupagedetail .header .summary#fulldocs > *:nth-child(2n+1), .inteplannengroupage .header .c1_12t.summary > *:nth-child(2n+1), .inteplannengroupage .header .summary#fulldocs > *:nth-child(2n+1), .col2.c1_12t.defaultGrid363 > *:nth-child(2n+1), .defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_12t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_12t.defaultGrid333 > *:nth-child(2n+1), .defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_12t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_12t.defaultGrid336 > *:nth-child(2n+1), .defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_12t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_12t.defaultGrid246 > *:nth-child(2n+1), .c1_12t.defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid4_8#fulldocs > *:nth-child(2n+1), .c1_12t.defaultGrid3_9 > *:nth-child(2n+1), .defaultGrid3_9#fulldocs > *:nth-child(2n+1) {
    width: 100% !important;
  }
  .row.gap3.col2.c2_1t > *:nth-child(2n+2), .gap3.c2_1t#fulldocs > *:nth-child(2n+2), .c2_1t.defaultGrid9_3 > *:nth-child(2n+2), .c2_1t.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_1t.defaultGrid7_5 > *:nth-child(2n+2), .c2_1t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_1t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_1t.summary > *:nth-child(2n+2), .col2.c2_1t.defaultGrid363 > *:nth-child(2n+2), .c2_1t.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_1t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_1t.defaultGrid333 > *:nth-child(2n+2), .c2_1t.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_1t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_1t.defaultGrid336 > *:nth-child(2n+2), .c2_1t.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_1t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_1t.defaultGrid246 > *:nth-child(2n+2), .c2_1t.defaultGrid4_8 > *:nth-child(2n+2), .c2_1t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_2t > *:nth-child(2n+2), .gap3.c2_2t#fulldocs > *:nth-child(2n+2), .c2_2t.defaultGrid9_3 > *:nth-child(2n+2), .c2_2t.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_2t.defaultGrid7_5 > *:nth-child(2n+2), .c2_2t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_2t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_2t.summary > *:nth-child(2n+2), .col2.c2_2t.defaultGrid363 > *:nth-child(2n+2), .c2_2t.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_2t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_2t.defaultGrid333 > *:nth-child(2n+2), .c2_2t.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_2t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_2t.defaultGrid336 > *:nth-child(2n+2), .c2_2t.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_2t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_2t.defaultGrid246 > *:nth-child(2n+2), .c2_2t.defaultGrid4_8 > *:nth-child(2n+2), .c2_2t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_3t > *:nth-child(2n+2), .gap3.c2_3t#fulldocs > *:nth-child(2n+2), .c2_3t.defaultGrid9_3 > *:nth-child(2n+2), .c2_3t.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_3t.defaultGrid7_5 > *:nth-child(2n+2), .c2_3t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_3t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_3t.summary > *:nth-child(2n+2), .col2.c2_3t.defaultGrid363 > *:nth-child(2n+2), .c2_3t.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_3t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_3t.defaultGrid333 > *:nth-child(2n+2), .c2_3t.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_3t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.defaultGrid336 > *:nth-child(2n+2), .defaultGrid336#fulldocs > *:nth-child(2n+2), .defaultGrid336.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid336.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid336.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid336.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(2n+2), .gap3.col2.c2_3t.defaultGrid246 > *:nth-child(2n+2), .c2_3t.defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid336 > *:nth-child(2n+2), .c2_3t.defaultGrid3_9 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid336 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_4t > *:nth-child(2n+2), .gap3.c2_4t#fulldocs > *:nth-child(2n+2), .c2_4t.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_4t.defaultGrid7_5 > *:nth-child(2n+2), .c2_4t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_4t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_4t.summary > *:nth-child(2n+2), .col2.c2_4t.defaultGrid363 > *:nth-child(2n+2), .c2_4t.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_4t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.defaultGrid333 > *:nth-child(2n+2), .defaultGrid333#fulldocs > *:nth-child(2n+2), .defaultGrid333.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid333.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid333.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(2n+2), .col2.c2_4t.defaultGrid336 > *:nth-child(2n+2), .c2_4t.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_4t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.defaultGrid246 > *:nth-child(2n+2), .gap3.defaultGrid246#fulldocs > *:nth-child(2n+2), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+2), .gap3.defaultGrid246.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+2), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+2), .col2.defaultGrid246.defaultGrid363 > *:nth-child(2n+2), .defaultGrid246.defaultGrid363#fulldocs > *:nth-child(2n+2), .defaultGrid246.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.defaultGrid246.defaultGrid336 > *:nth-child(2n+2), .defaultGrid246.defaultGrid336#fulldocs > *:nth-child(2n+2), .defaultGrid246.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .c2_4t.defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid333 > *:nth-child(2n+2), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+2), .c2_4t.defaultGrid3_9 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid333 > *:nth-child(2n+2), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_5t > *:nth-child(2n+2), .gap3.c2_5t#fulldocs > *:nth-child(2n+2), .c2_5t.defaultGrid9_3 > *:nth-child(2n+2), .c2_5t.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_5t.defaultGrid7_5 > *:nth-child(2n+2), .c2_5t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_5t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_5t.summary > *:nth-child(2n+2), .col2.c2_5t.defaultGrid363 > *:nth-child(2n+2), .c2_5t.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_5t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_5t.defaultGrid333 > *:nth-child(2n+2), .c2_5t.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_5t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_5t.defaultGrid336 > *:nth-child(2n+2), .c2_5t.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_5t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_5t.defaultGrid246 > *:nth-child(2n+2), .c2_5t.defaultGrid4_8 > *:nth-child(2n+2), .c2_5t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_6t > *:nth-child(2n+2), .gap3.c2_6t#fulldocs > *:nth-child(2n+2), .defaultGrid9_3 > *:nth-child(2n+2), .c2_6t.defaultGrid8_4 > *:nth-child(2n+2), .gap3.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid7_5.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .summary > *:nth-child(2n+2), .inteplannengroupage .header .summary > *:nth-child(2n+2), .col2.defaultGrid363 > *:nth-child(2n+2), .defaultGrid363#fulldocs > *:nth-child(2n+2), .defaultGrid363.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_6t.defaultGrid333 > *:nth-child(2n+2), .c2_6t.defaultGrid333#fulldocs > *:nth-child(2n+2), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_6t.defaultGrid336 > *:nth-child(2n+2), .c2_6t.defaultGrid336#fulldocs > *:nth-child(2n+2), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_6t.defaultGrid246 > *:nth-child(2n+2), .defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_7t > *:nth-child(2n+2), .gap3.c2_7t#fulldocs > *:nth-child(2n+2), .c2_7t.defaultGrid9_3 > *:nth-child(2n+2), .c2_7t.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_7t.defaultGrid7_5 > *:nth-child(2n+2), .c2_7t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_7t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_7t.summary > *:nth-child(2n+2), .col2.c2_7t.defaultGrid363 > *:nth-child(2n+2), .c2_7t.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_7t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_7t.defaultGrid333 > *:nth-child(2n+2), .c2_7t.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_7t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_7t.defaultGrid336 > *:nth-child(2n+2), .c2_7t.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_7t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_7t.defaultGrid246 > *:nth-child(2n+2), .c2_7t.defaultGrid4_8 > *:nth-child(2n+2), .c2_7t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_8t > *:nth-child(2n+2), .gap3.c2_8t#fulldocs > *:nth-child(2n+2), .c2_8t.defaultGrid9_3 > *:nth-child(2n+2), .c2_8t.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_8t.defaultGrid7_5 > *:nth-child(2n+2), .c2_8t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_8t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_8t.summary > *:nth-child(2n+2), .col2.c2_8t.defaultGrid363 > *:nth-child(2n+2), .c2_8t.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_8t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_8t.defaultGrid333 > *:nth-child(2n+2), .c2_8t.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_8t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_8t.defaultGrid336 > *:nth-child(2n+2), .c2_8t.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_8t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_8t.defaultGrid246 > *:nth-child(2n+2), .c2_8t.defaultGrid4_8 > *:nth-child(2n+2), .c2_8t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_9t > *:nth-child(2n+2), .gap3.c2_9t#fulldocs > *:nth-child(2n+2), .c2_9t.defaultGrid9_3 > *:nth-child(2n+2), .c2_9t.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_9t.defaultGrid7_5 > *:nth-child(2n+2), .c2_9t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_9t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_9t.summary > *:nth-child(2n+2), .col2.c2_9t.defaultGrid363 > *:nth-child(2n+2), .c2_9t.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_9t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_9t.defaultGrid333 > *:nth-child(2n+2), .c2_9t.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_9t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_9t.defaultGrid336 > *:nth-child(2n+2), .c2_9t.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_9t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_9t.defaultGrid246 > *:nth-child(2n+2), .c2_9t.defaultGrid4_8 > *:nth-child(2n+2), .c2_9t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_10t > *:nth-child(2n+2), .gap3.c2_10t#fulldocs > *:nth-child(2n+2), .c2_10t.defaultGrid9_3 > *:nth-child(2n+2), .c2_10t.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_10t.defaultGrid7_5 > *:nth-child(2n+2), .c2_10t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_10t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_10t.summary > *:nth-child(2n+2), .col2.c2_10t.defaultGrid363 > *:nth-child(2n+2), .c2_10t.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_10t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_10t.defaultGrid333 > *:nth-child(2n+2), .c2_10t.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_10t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_10t.defaultGrid336 > *:nth-child(2n+2), .c2_10t.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_10t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_10t.defaultGrid246 > *:nth-child(2n+2), .c2_10t.defaultGrid4_8 > *:nth-child(2n+2), .c2_10t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_11t > *:nth-child(2n+2), .gap3#fulldocs > *:nth-child(2n+2), .c2_11t.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid9_3#fulldocs > *:nth-child(2n+2), .c2_11t.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid8_4#fulldocs > *:nth-child(2n+2), .gap3.c2_11t.defaultGrid7_5 > *:nth-child(2n+2), .c2_11t.defaultGrid6_6 > *:nth-child(2n+2), .defaultGrid6_6#fulldocs > *:nth-child(2n+2), .groupagedetail .header .c2_11t.summary > *:nth-child(2n+2), .groupagedetail .header .summary#fulldocs > *:nth-child(2n+2), .inteplannengroupage .header .c2_11t.summary > *:nth-child(2n+2), .inteplannengroupage .header .summary#fulldocs > *:nth-child(2n+2), .col2.c2_11t.defaultGrid363 > *:nth-child(2n+2), .defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_11t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_11t.defaultGrid333 > *:nth-child(2n+2), .defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_11t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_11t.defaultGrid336 > *:nth-child(2n+2), .defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_11t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_11t.defaultGrid246 > *:nth-child(2n+2), .c2_11t.defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid4_8#fulldocs > *:nth-child(2n+2), .c2_11t.defaultGrid3_9 > *:nth-child(2n+2), .defaultGrid3_9#fulldocs > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_12t > *:nth-child(2n+2), .gap3.c2_12t#fulldocs > *:nth-child(2n+2), .c2_12t.defaultGrid9_3 > *:nth-child(2n+2), .c2_12t.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_12t.defaultGrid7_5 > *:nth-child(2n+2), .c2_12t.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_12t.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_12t.summary > *:nth-child(2n+2), .col2.c2_12t.defaultGrid363 > *:nth-child(2n+2), .c2_12t.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_12t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_12t.defaultGrid333 > *:nth-child(2n+2), .c2_12t.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_12t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_12t.defaultGrid336 > *:nth-child(2n+2), .c2_12t.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_12t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_12t.defaultGrid246 > *:nth-child(2n+2), .c2_12t.defaultGrid4_8 > *:nth-child(2n+2), .c2_12t.defaultGrid3_9 > *:nth-child(2n+2) {
    width: 100% !important;
  }
  .row.gap3.col2.c3_1t > *:nth-child(2n+3), .gap3.c3_1t#fulldocs > *:nth-child(2n+3), .c3_1t.defaultGrid9_3 > *:nth-child(2n+3), .c3_1t.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_1t.defaultGrid7_5 > *:nth-child(2n+3), .c3_1t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_1t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_1t.summary > *:nth-child(2n+3), .col2.c3_1t.defaultGrid363 > *:nth-child(2n+3), .c3_1t.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_1t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_1t.defaultGrid333 > *:nth-child(2n+3), .c3_1t.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_1t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_1t.defaultGrid336 > *:nth-child(2n+3), .c3_1t.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_1t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_1t.defaultGrid246 > *:nth-child(2n+3), .c3_1t.defaultGrid4_8 > *:nth-child(2n+3), .c3_1t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_2t > *:nth-child(2n+3), .gap3.c3_2t#fulldocs > *:nth-child(2n+3), .c3_2t.defaultGrid9_3 > *:nth-child(2n+3), .c3_2t.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_2t.defaultGrid7_5 > *:nth-child(2n+3), .c3_2t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_2t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_2t.summary > *:nth-child(2n+3), .col2.c3_2t.defaultGrid363 > *:nth-child(2n+3), .c3_2t.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_2t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_2t.defaultGrid333 > *:nth-child(2n+3), .c3_2t.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_2t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_2t.defaultGrid336 > *:nth-child(2n+3), .c3_2t.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_2t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_2t.defaultGrid246 > *:nth-child(2n+3), .c3_2t.defaultGrid4_8 > *:nth-child(2n+3), .c3_2t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_3t > *:nth-child(2n+3), .gap3.c3_3t#fulldocs > *:nth-child(2n+3), .c3_3t.defaultGrid9_3 > *:nth-child(2n+3), .c3_3t.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_3t.defaultGrid7_5 > *:nth-child(2n+3), .c3_3t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_3t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_3t.summary > *:nth-child(2n+3), .col2.defaultGrid363 > *:nth-child(2n+3), .defaultGrid363#fulldocs > *:nth-child(2n+3), .defaultGrid363.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid363.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid363.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid363.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid363.summary > *:nth-child(2n+3), .col2.c3_3t.defaultGrid333 > *:nth-child(2n+3), .c3_3t.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_3t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_3t.defaultGrid336 > *:nth-child(2n+3), .c3_3t.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_3t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_3t.defaultGrid246 > *:nth-child(2n+3), .c3_3t.defaultGrid4_8 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid363 > *:nth-child(2n+3), .c3_3t.defaultGrid3_9 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid363 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_4t > *:nth-child(2n+3), .gap3.c3_4t#fulldocs > *:nth-child(2n+3), .c3_4t.defaultGrid9_3 > *:nth-child(2n+3), .c3_4t.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_4t.defaultGrid7_5 > *:nth-child(2n+3), .c3_4t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_4t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_4t.summary > *:nth-child(2n+3), .col2.c3_4t.defaultGrid363 > *:nth-child(2n+3), .c3_4t.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_4t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.defaultGrid333 > *:nth-child(2n+3), .defaultGrid333#fulldocs > *:nth-child(2n+3), .defaultGrid333.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid333.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid333.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid333.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(2n+3), .col2.c3_4t.defaultGrid336 > *:nth-child(2n+3), .c3_4t.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_4t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_4t.defaultGrid246 > *:nth-child(2n+3), .c3_4t.defaultGrid4_8 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid333 > *:nth-child(2n+3), .c3_4t.defaultGrid3_9 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid333 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_5t > *:nth-child(2n+3), .gap3.c3_5t#fulldocs > *:nth-child(2n+3), .c3_5t.defaultGrid9_3 > *:nth-child(2n+3), .c3_5t.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_5t.defaultGrid7_5 > *:nth-child(2n+3), .c3_5t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_5t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_5t.summary > *:nth-child(2n+3), .col2.c3_5t.defaultGrid363 > *:nth-child(2n+3), .c3_5t.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_5t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_5t.defaultGrid333 > *:nth-child(2n+3), .c3_5t.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_5t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_5t.defaultGrid336 > *:nth-child(2n+3), .c3_5t.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_5t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_5t.defaultGrid246 > *:nth-child(2n+3), .c3_5t.defaultGrid4_8 > *:nth-child(2n+3), .c3_5t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_6t > *:nth-child(2n+3), .gap3.c3_6t#fulldocs > *:nth-child(2n+3), .c3_6t.defaultGrid9_3 > *:nth-child(2n+3), .c3_6t.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_6t.defaultGrid7_5 > *:nth-child(2n+3), .c3_6t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_6t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_6t.summary > *:nth-child(2n+3), .col2.c3_6t.defaultGrid363 > *:nth-child(2n+3), .c3_6t.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_6t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_6t.defaultGrid333 > *:nth-child(2n+3), .c3_6t.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_6t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.defaultGrid336 > *:nth-child(2n+3), .defaultGrid336#fulldocs > *:nth-child(2n+3), .defaultGrid336.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid336.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid336.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid336.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(2n+3), .gap3.col2.defaultGrid246 > *:nth-child(2n+3), .gap3.defaultGrid246#fulldocs > *:nth-child(2n+3), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .gap3.defaultGrid246.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+3), .col2.defaultGrid246.defaultGrid363 > *:nth-child(2n+3), .defaultGrid246.defaultGrid363#fulldocs > *:nth-child(2n+3), .defaultGrid246.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.defaultGrid246.defaultGrid333 > *:nth-child(2n+3), .defaultGrid246.defaultGrid333#fulldocs > *:nth-child(2n+3), .defaultGrid246.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .c3_6t.defaultGrid4_8 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid336 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .c3_6t.defaultGrid3_9 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid336 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_7t > *:nth-child(2n+3), .gap3.c3_7t#fulldocs > *:nth-child(2n+3), .c3_7t.defaultGrid9_3 > *:nth-child(2n+3), .c3_7t.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_7t.defaultGrid7_5 > *:nth-child(2n+3), .c3_7t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_7t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_7t.summary > *:nth-child(2n+3), .col2.c3_7t.defaultGrid363 > *:nth-child(2n+3), .c3_7t.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_7t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_7t.defaultGrid333 > *:nth-child(2n+3), .c3_7t.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_7t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_7t.defaultGrid336 > *:nth-child(2n+3), .c3_7t.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_7t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_7t.defaultGrid246 > *:nth-child(2n+3), .c3_7t.defaultGrid4_8 > *:nth-child(2n+3), .c3_7t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_8t > *:nth-child(2n+3), .gap3.c3_8t#fulldocs > *:nth-child(2n+3), .c3_8t.defaultGrid9_3 > *:nth-child(2n+3), .c3_8t.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_8t.defaultGrid7_5 > *:nth-child(2n+3), .c3_8t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_8t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_8t.summary > *:nth-child(2n+3), .col2.c3_8t.defaultGrid363 > *:nth-child(2n+3), .c3_8t.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_8t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_8t.defaultGrid333 > *:nth-child(2n+3), .c3_8t.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_8t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_8t.defaultGrid336 > *:nth-child(2n+3), .c3_8t.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_8t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_8t.defaultGrid246 > *:nth-child(2n+3), .c3_8t.defaultGrid4_8 > *:nth-child(2n+3), .c3_8t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_9t > *:nth-child(2n+3), .gap3.c3_9t#fulldocs > *:nth-child(2n+3), .c3_9t.defaultGrid9_3 > *:nth-child(2n+3), .c3_9t.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_9t.defaultGrid7_5 > *:nth-child(2n+3), .c3_9t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_9t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_9t.summary > *:nth-child(2n+3), .col2.c3_9t.defaultGrid363 > *:nth-child(2n+3), .c3_9t.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_9t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_9t.defaultGrid333 > *:nth-child(2n+3), .c3_9t.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_9t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_9t.defaultGrid336 > *:nth-child(2n+3), .c3_9t.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_9t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_9t.defaultGrid246 > *:nth-child(2n+3), .c3_9t.defaultGrid4_8 > *:nth-child(2n+3), .c3_9t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_10t > *:nth-child(2n+3), .gap3.c3_10t#fulldocs > *:nth-child(2n+3), .c3_10t.defaultGrid9_3 > *:nth-child(2n+3), .c3_10t.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_10t.defaultGrid7_5 > *:nth-child(2n+3), .c3_10t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_10t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_10t.summary > *:nth-child(2n+3), .col2.c3_10t.defaultGrid363 > *:nth-child(2n+3), .c3_10t.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_10t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_10t.defaultGrid333 > *:nth-child(2n+3), .c3_10t.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_10t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_10t.defaultGrid336 > *:nth-child(2n+3), .c3_10t.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_10t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_10t.defaultGrid246 > *:nth-child(2n+3), .c3_10t.defaultGrid4_8 > *:nth-child(2n+3), .c3_10t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_11t > *:nth-child(2n+3), .gap3.c3_11t#fulldocs > *:nth-child(2n+3), .c3_11t.defaultGrid9_3 > *:nth-child(2n+3), .c3_11t.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_11t.defaultGrid7_5 > *:nth-child(2n+3), .c3_11t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_11t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_11t.summary > *:nth-child(2n+3), .col2.c3_11t.defaultGrid363 > *:nth-child(2n+3), .c3_11t.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_11t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_11t.defaultGrid333 > *:nth-child(2n+3), .c3_11t.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_11t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_11t.defaultGrid336 > *:nth-child(2n+3), .c3_11t.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_11t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_11t.defaultGrid246 > *:nth-child(2n+3), .c3_11t.defaultGrid4_8 > *:nth-child(2n+3), .c3_11t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_12t > *:nth-child(2n+3), .gap3.c3_12t#fulldocs > *:nth-child(2n+3), .c3_12t.defaultGrid9_3 > *:nth-child(2n+3), .c3_12t.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_12t.defaultGrid7_5 > *:nth-child(2n+3), .c3_12t.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_12t.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_12t.summary > *:nth-child(2n+3), .col2.c3_12t.defaultGrid363 > *:nth-child(2n+3), .c3_12t.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_12t.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_12t.defaultGrid333 > *:nth-child(2n+3), .c3_12t.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_12t.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_12t.defaultGrid336 > *:nth-child(2n+3), .c3_12t.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_12t.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_12t.defaultGrid246 > *:nth-child(2n+3), .c3_12t.defaultGrid4_8 > *:nth-child(2n+3), .c3_12t.defaultGrid3_9 > *:nth-child(2n+3) {
    width: 100% !important;
  }
  .row.gap3.col3.c1_1t > *:nth-child(3n+1), .gap3.col3.c1_1t#fulldocs > *:nth-child(3n+1), .col3.c1_1t.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_1t.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_1t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_1t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_1t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_1t.summary > *:nth-child(3n+1), .c1_1t.defaultGrid363 > *:nth-child(3n+1), .c1_1t.defaultGrid333 > *:nth-child(3n+1), .c1_1t.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_1t.defaultGrid246 > *:nth-child(3n+1), .c1_1t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_1t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_1t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_1t.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_1t.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_1t.defaultGrid4_8 > *:nth-child(3n+1), .c1_1t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_1t.defaultGrid3_9 > *:nth-child(3n+1), .c1_1t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 2rem) !important;
  }
  .row.gap3.col3.c1_2t > *:nth-child(3n+1), .gap3.col3.c1_2t#fulldocs > *:nth-child(3n+1), .col3.c1_2t.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_2t.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_2t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_2t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_2t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_2t.summary > *:nth-child(3n+1), .c1_2t.defaultGrid363 > *:nth-child(3n+1), .c1_2t.defaultGrid333 > *:nth-child(3n+1), .c1_2t.defaultGrid336 > *:nth-child(3n+1), .gap3.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+1), .defaultGrid246.defaultGrid363 > *:nth-child(3n+1), .defaultGrid246.defaultGrid333 > *:nth-child(3n+1), .defaultGrid246.defaultGrid336 > *:nth-child(3n+1), .col3.c1_2t.defaultGrid4_8 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_2t.defaultGrid3_9 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 2rem) !important;
  }
  .row.gap3.col3.c1_3t > *:nth-child(3n+1), .gap3.col3.c1_3t#fulldocs > *:nth-child(3n+1), .col3.c1_3t.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_3t.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_3t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_3t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_3t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_3t.summary > *:nth-child(3n+1), .defaultGrid363 > *:nth-child(3n+1), .c1_3t.defaultGrid333 > *:nth-child(3n+1), .defaultGrid336 > *:nth-child(3n+1), .gap3.c1_3t.defaultGrid246 > *:nth-child(3n+1), .c1_3t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_3t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_3t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_3t.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_3t.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_3t.defaultGrid4_8 > *:nth-child(3n+1), .c1_3t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_3t.defaultGrid3_9 > *:nth-child(3n+1), .c1_3t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 2rem) !important;
  }
  .row.gap3.col3.c1_4t > *:nth-child(3n+1), .gap3.col3.c1_4t#fulldocs > *:nth-child(3n+1), .col3.c1_4t.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_4t.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_4t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_4t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_4t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_4t.summary > *:nth-child(3n+1), .c1_4t.defaultGrid363 > *:nth-child(3n+1), .defaultGrid333 > *:nth-child(3n+1), .c1_4t.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_4t.defaultGrid246 > *:nth-child(3n+1), .c1_4t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_4t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_4t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_4t.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_4t.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_4t.defaultGrid4_8 > *:nth-child(3n+1), .c1_4t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_4t.defaultGrid3_9 > *:nth-child(3n+1), .c1_4t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 2rem) !important;
  }
  .row.gap3.col3.c1_5t > *:nth-child(3n+1), .gap3.col3.c1_5t#fulldocs > *:nth-child(3n+1), .col3.c1_5t.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_5t.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_5t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_5t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_5t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_5t.summary > *:nth-child(3n+1), .c1_5t.defaultGrid363 > *:nth-child(3n+1), .c1_5t.defaultGrid333 > *:nth-child(3n+1), .c1_5t.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_5t.defaultGrid246 > *:nth-child(3n+1), .c1_5t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_5t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_5t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_5t.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_5t.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_5t.defaultGrid4_8 > *:nth-child(3n+1), .c1_5t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_5t.defaultGrid3_9 > *:nth-child(3n+1), .c1_5t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 2rem) !important;
  }
  .row.gap3.col3.c1_6t > *:nth-child(3n+1), .gap3.col3.c1_6t#fulldocs > *:nth-child(3n+1), .col3.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_6t.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.defaultGrid7_5 > *:nth-child(3n+1), .col3.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+1), .col3.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.summary > *:nth-child(3n+1), .c1_6t.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid363.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid363.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid363.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid363.summary > *:nth-child(3n+1), .c1_6t.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid333.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid333.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(3n+1), .c1_6t.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid336.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid336.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(3n+1), .gap3.c1_6t.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_6t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .gap3.defaultGrid246.defaultGrid7_5 > *:nth-child(3n+1), .defaultGrid246.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+1), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+1), .col3.defaultGrid4_8 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid363 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid333 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid336 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.defaultGrid3_9 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid363 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid333 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid336 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 2rem) !important;
  }
  .row.gap3.col3.c1_7t > *:nth-child(3n+1), .gap3.col3.c1_7t#fulldocs > *:nth-child(3n+1), .col3.c1_7t.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_7t.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_7t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_7t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_7t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_7t.summary > *:nth-child(3n+1), .c1_7t.defaultGrid363 > *:nth-child(3n+1), .c1_7t.defaultGrid333 > *:nth-child(3n+1), .c1_7t.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_7t.defaultGrid246 > *:nth-child(3n+1), .c1_7t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_7t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_7t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_7t.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_7t.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_7t.defaultGrid4_8 > *:nth-child(3n+1), .c1_7t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_7t.defaultGrid3_9 > *:nth-child(3n+1), .c1_7t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 2rem) !important;
  }
  .row.gap3.col3.c1_8t > *:nth-child(3n+1), .gap3.col3.c1_8t#fulldocs > *:nth-child(3n+1), .col3.c1_8t.defaultGrid9_3 > *:nth-child(3n+1), .col3.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_8t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_8t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_8t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_8t.summary > *:nth-child(3n+1), .c1_8t.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363.defaultGrid8_4 > *:nth-child(3n+1), .c1_8t.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333.defaultGrid8_4 > *:nth-child(3n+1), .c1_8t.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336.defaultGrid8_4 > *:nth-child(3n+1), .gap3.c1_8t.defaultGrid246 > *:nth-child(3n+1), .c1_8t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_8t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_8t.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_8t.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_8t.defaultGrid4_8 > *:nth-child(3n+1), .c1_8t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_8t.defaultGrid3_9 > *:nth-child(3n+1), .c1_8t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 2rem) !important;
  }
  .row.gap3.col3.c1_9t > *:nth-child(3n+1), .gap3.col3.c1_9t#fulldocs > *:nth-child(3n+1), .col3.c1_9t.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_9t.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_9t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_9t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_9t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_9t.summary > *:nth-child(3n+1), .c1_9t.defaultGrid363 > *:nth-child(3n+1), .c1_9t.defaultGrid333 > *:nth-child(3n+1), .c1_9t.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_9t.defaultGrid246 > *:nth-child(3n+1), .c1_9t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_9t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_9t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_9t.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_9t.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_9t.defaultGrid4_8 > *:nth-child(3n+1), .c1_9t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_9t.defaultGrid3_9 > *:nth-child(3n+1), .c1_9t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 2rem) !important;
  }
  .row.gap3.col3.c1_10t > *:nth-child(3n+1), .gap3.col3.c1_10t#fulldocs > *:nth-child(3n+1), .col3.c1_10t.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_10t.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_10t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_10t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_10t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_10t.summary > *:nth-child(3n+1), .c1_10t.defaultGrid363 > *:nth-child(3n+1), .c1_10t.defaultGrid333 > *:nth-child(3n+1), .c1_10t.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_10t.defaultGrid246 > *:nth-child(3n+1), .c1_10t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_10t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_10t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_10t.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_10t.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_10t.defaultGrid4_8 > *:nth-child(3n+1), .c1_10t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_10t.defaultGrid3_9 > *:nth-child(3n+1), .c1_10t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 2rem) !important;
  }
  .row.gap3.col3.c1_11t > *:nth-child(3n+1), .gap3.col3.c1_11t#fulldocs > *:nth-child(3n+1), .col3.c1_11t.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_11t.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_11t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_11t.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_11t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_11t.summary > *:nth-child(3n+1), .c1_11t.defaultGrid363 > *:nth-child(3n+1), .c1_11t.defaultGrid333 > *:nth-child(3n+1), .c1_11t.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_11t.defaultGrid246 > *:nth-child(3n+1), .c1_11t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_11t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_11t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_11t.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_11t.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_11t.defaultGrid4_8 > *:nth-child(3n+1), .c1_11t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_11t.defaultGrid3_9 > *:nth-child(3n+1), .c1_11t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 2rem) !important;
  }
  .row.gap3.col3.c1_12t > *:nth-child(3n+1), .gap3.col3#fulldocs > *:nth-child(3n+1), .col3.c1_12t.defaultGrid9_3 > *:nth-child(3n+1), .col3.defaultGrid9_3#fulldocs > *:nth-child(3n+1), .col3.c1_12t.defaultGrid8_4 > *:nth-child(3n+1), .col3.defaultGrid8_4#fulldocs > *:nth-child(3n+1), .gap3.col3.c1_12t.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_12t.defaultGrid6_6 > *:nth-child(3n+1), .col3.defaultGrid6_6#fulldocs > *:nth-child(3n+1), .groupagedetail .header .col3.c1_12t.summary > *:nth-child(3n+1), .groupagedetail .header .col3.summary#fulldocs > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_12t.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.summary#fulldocs > *:nth-child(3n+1), .c1_12t.defaultGrid363 > *:nth-child(3n+1), .defaultGrid363#fulldocs > *:nth-child(3n+1), .c1_12t.defaultGrid333 > *:nth-child(3n+1), .defaultGrid333#fulldocs > *:nth-child(3n+1), .c1_12t.defaultGrid336 > *:nth-child(3n+1), .defaultGrid336#fulldocs > *:nth-child(3n+1), .gap3.c1_12t.defaultGrid246 > *:nth-child(3n+1), .gap3.defaultGrid246#fulldocs > *:nth-child(3n+1), .c1_12t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid246.defaultGrid9_3#fulldocs > *:nth-child(3n+1), .c1_12t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .defaultGrid246.defaultGrid8_4#fulldocs > *:nth-child(3n+1), .c1_12t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .defaultGrid246.defaultGrid6_6#fulldocs > *:nth-child(3n+1), .groupagedetail .header .c1_12t.defaultGrid246.summary > *:nth-child(3n+1), .groupagedetail .header .defaultGrid246.summary#fulldocs > *:nth-child(3n+1), .inteplannengroupage .header .c1_12t.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid246.summary#fulldocs > *:nth-child(3n+1), .col3.c1_12t.defaultGrid4_8 > *:nth-child(3n+1), .col3.defaultGrid4_8#fulldocs > *:nth-child(3n+1), .c1_12t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid246#fulldocs > *:nth-child(3n+1), .col3.c1_12t.defaultGrid3_9 > *:nth-child(3n+1), .col3.defaultGrid3_9#fulldocs > *:nth-child(3n+1), .c1_12t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid246#fulldocs > *:nth-child(3n+1) {
    width: 100% !important;
  }
  .row.gap3.col3.c2_1t > *:nth-child(3n+2), .gap3.col3.c2_1t#fulldocs > *:nth-child(3n+2), .col3.c2_1t.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_1t.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_1t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_1t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_1t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_1t.summary > *:nth-child(3n+2), .c2_1t.defaultGrid363 > *:nth-child(3n+2), .c2_1t.defaultGrid333 > *:nth-child(3n+2), .c2_1t.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_1t.defaultGrid246 > *:nth-child(3n+2), .c2_1t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_1t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_1t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_1t.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_1t.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_1t.defaultGrid4_8 > *:nth-child(3n+2), .c2_1t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_1t.defaultGrid3_9 > *:nth-child(3n+2), .c2_1t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 2rem) !important;
  }
  .row.gap3.col3.c2_2t > *:nth-child(3n+2), .gap3.col3.c2_2t#fulldocs > *:nth-child(3n+2), .col3.c2_2t.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_2t.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_2t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_2t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_2t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_2t.summary > *:nth-child(3n+2), .c2_2t.defaultGrid363 > *:nth-child(3n+2), .c2_2t.defaultGrid333 > *:nth-child(3n+2), .c2_2t.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_2t.defaultGrid246 > *:nth-child(3n+2), .c2_2t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_2t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_2t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_2t.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_2t.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_2t.defaultGrid4_8 > *:nth-child(3n+2), .c2_2t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_2t.defaultGrid3_9 > *:nth-child(3n+2), .c2_2t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 2rem) !important;
  }
  .row.gap3.col3.c2_3t > *:nth-child(3n+2), .gap3.col3.c2_3t#fulldocs > *:nth-child(3n+2), .col3.c2_3t.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_3t.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_3t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_3t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_3t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_3t.summary > *:nth-child(3n+2), .c2_3t.defaultGrid363 > *:nth-child(3n+2), .c2_3t.defaultGrid333 > *:nth-child(3n+2), .defaultGrid336 > *:nth-child(3n+2), .gap3.c2_3t.defaultGrid246 > *:nth-child(3n+2), .c2_3t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_3t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_3t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_3t.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_3t.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_3t.defaultGrid4_8 > *:nth-child(3n+2), .c2_3t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_3t.defaultGrid3_9 > *:nth-child(3n+2), .c2_3t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 2rem) !important;
  }
  .row.gap3.col3.c2_4t > *:nth-child(3n+2), .gap3.col3.c2_4t#fulldocs > *:nth-child(3n+2), .col3.c2_4t.defaultGrid9_3 > *:nth-child(3n+2), .col3.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_4t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_4t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_4t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_4t.summary > *:nth-child(3n+2), .c2_4t.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid333 > *:nth-child(3n+2), .c2_4t.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336.defaultGrid8_4 > *:nth-child(3n+2), .gap3.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+2), .defaultGrid246.defaultGrid363 > *:nth-child(3n+2), .defaultGrid246.defaultGrid336 > *:nth-child(3n+2), .col3.c2_4t.defaultGrid4_8 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_4t.defaultGrid3_9 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 2rem) !important;
  }
  .row.gap3.col3.c2_5t > *:nth-child(3n+2), .gap3.col3.c2_5t#fulldocs > *:nth-child(3n+2), .col3.c2_5t.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_5t.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_5t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_5t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_5t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_5t.summary > *:nth-child(3n+2), .c2_5t.defaultGrid363 > *:nth-child(3n+2), .c2_5t.defaultGrid333 > *:nth-child(3n+2), .c2_5t.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_5t.defaultGrid246 > *:nth-child(3n+2), .c2_5t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_5t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_5t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_5t.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_5t.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_5t.defaultGrid4_8 > *:nth-child(3n+2), .c2_5t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_5t.defaultGrid3_9 > *:nth-child(3n+2), .c2_5t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 2rem) !important;
  }
  .row.gap3.col3.c2_6t > *:nth-child(3n+2), .gap3.col3.c2_6t#fulldocs > *:nth-child(3n+2), .col3.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_6t.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.defaultGrid7_5 > *:nth-child(3n+2), .col3.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+2), .col3.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.summary > *:nth-child(3n+2), .defaultGrid363 > *:nth-child(3n+2), .c2_6t.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid333.defaultGrid7_5 > *:nth-child(3n+2), .defaultGrid333.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid333.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(3n+2), .c2_6t.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid336.defaultGrid7_5 > *:nth-child(3n+2), .defaultGrid336.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid336.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(3n+2), .gap3.c2_6t.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_6t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .gap3.defaultGrid246.defaultGrid7_5 > *:nth-child(3n+2), .defaultGrid246.defaultGrid7_5.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+2), .col3.defaultGrid4_8 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid333 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid336 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.defaultGrid3_9 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid333 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid336 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 2rem) !important;
  }
  .row.gap3.col3.c2_7t > *:nth-child(3n+2), .gap3.col3.c2_7t#fulldocs > *:nth-child(3n+2), .col3.c2_7t.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_7t.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_7t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_7t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_7t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_7t.summary > *:nth-child(3n+2), .c2_7t.defaultGrid363 > *:nth-child(3n+2), .c2_7t.defaultGrid333 > *:nth-child(3n+2), .c2_7t.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_7t.defaultGrid246 > *:nth-child(3n+2), .c2_7t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_7t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_7t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_7t.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_7t.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_7t.defaultGrid4_8 > *:nth-child(3n+2), .c2_7t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_7t.defaultGrid3_9 > *:nth-child(3n+2), .c2_7t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 2rem) !important;
  }
  .row.gap3.col3.c2_8t > *:nth-child(3n+2), .gap3.col3.c2_8t#fulldocs > *:nth-child(3n+2), .col3.c2_8t.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_8t.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_8t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_8t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_8t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_8t.summary > *:nth-child(3n+2), .c2_8t.defaultGrid363 > *:nth-child(3n+2), .c2_8t.defaultGrid333 > *:nth-child(3n+2), .c2_8t.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_8t.defaultGrid246 > *:nth-child(3n+2), .c2_8t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_8t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_8t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_8t.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_8t.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_8t.defaultGrid4_8 > *:nth-child(3n+2), .c2_8t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_8t.defaultGrid3_9 > *:nth-child(3n+2), .c2_8t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 2rem) !important;
  }
  .row.gap3.col3.c2_9t > *:nth-child(3n+2), .gap3.col3.c2_9t#fulldocs > *:nth-child(3n+2), .col3.c2_9t.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_9t.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_9t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_9t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_9t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_9t.summary > *:nth-child(3n+2), .c2_9t.defaultGrid363 > *:nth-child(3n+2), .c2_9t.defaultGrid333 > *:nth-child(3n+2), .c2_9t.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_9t.defaultGrid246 > *:nth-child(3n+2), .c2_9t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_9t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_9t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_9t.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_9t.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_9t.defaultGrid4_8 > *:nth-child(3n+2), .c2_9t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_9t.defaultGrid3_9 > *:nth-child(3n+2), .c2_9t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 2rem) !important;
  }
  .row.gap3.col3.c2_10t > *:nth-child(3n+2), .gap3.col3.c2_10t#fulldocs > *:nth-child(3n+2), .col3.c2_10t.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_10t.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_10t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_10t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_10t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_10t.summary > *:nth-child(3n+2), .c2_10t.defaultGrid363 > *:nth-child(3n+2), .c2_10t.defaultGrid333 > *:nth-child(3n+2), .c2_10t.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_10t.defaultGrid246 > *:nth-child(3n+2), .c2_10t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_10t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_10t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_10t.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_10t.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_10t.defaultGrid4_8 > *:nth-child(3n+2), .c2_10t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_10t.defaultGrid3_9 > *:nth-child(3n+2), .c2_10t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 2rem) !important;
  }
  .row.gap3.col3.c2_11t > *:nth-child(3n+2), .gap3.col3#fulldocs > *:nth-child(3n+2), .col3.c2_11t.defaultGrid9_3 > *:nth-child(3n+2), .col3.defaultGrid9_3#fulldocs > *:nth-child(3n+2), .col3.c2_11t.defaultGrid8_4 > *:nth-child(3n+2), .col3.defaultGrid8_4#fulldocs > *:nth-child(3n+2), .gap3.col3.c2_11t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_11t.defaultGrid6_6 > *:nth-child(3n+2), .col3.defaultGrid6_6#fulldocs > *:nth-child(3n+2), .groupagedetail .header .col3.c2_11t.summary > *:nth-child(3n+2), .groupagedetail .header .col3.summary#fulldocs > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_11t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.summary#fulldocs > *:nth-child(3n+2), .c2_11t.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_11t.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_11t.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336#fulldocs > *:nth-child(3n+2), .gap3.c2_11t.defaultGrid246 > *:nth-child(3n+2), .gap3.defaultGrid246#fulldocs > *:nth-child(3n+2), .c2_11t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid246.defaultGrid9_3#fulldocs > *:nth-child(3n+2), .c2_11t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid246.defaultGrid8_4#fulldocs > *:nth-child(3n+2), .c2_11t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .defaultGrid246.defaultGrid6_6#fulldocs > *:nth-child(3n+2), .groupagedetail .header .c2_11t.defaultGrid246.summary > *:nth-child(3n+2), .groupagedetail .header .defaultGrid246.summary#fulldocs > *:nth-child(3n+2), .inteplannengroupage .header .c2_11t.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid246.summary#fulldocs > *:nth-child(3n+2), .col3.c2_11t.defaultGrid4_8 > *:nth-child(3n+2), .col3.defaultGrid4_8#fulldocs > *:nth-child(3n+2), .c2_11t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid246#fulldocs > *:nth-child(3n+2), .col3.c2_11t.defaultGrid3_9 > *:nth-child(3n+2), .col3.defaultGrid3_9#fulldocs > *:nth-child(3n+2), .c2_11t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid246#fulldocs > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 2rem) !important;
  }
  .row.gap3.col3.c2_12t > *:nth-child(3n+2), .gap3.col3.c2_12t#fulldocs > *:nth-child(3n+2), .col3.c2_12t.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_12t.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_12t.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_12t.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_12t.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_12t.summary > *:nth-child(3n+2), .c2_12t.defaultGrid363 > *:nth-child(3n+2), .c2_12t.defaultGrid333 > *:nth-child(3n+2), .c2_12t.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_12t.defaultGrid246 > *:nth-child(3n+2), .c2_12t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_12t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_12t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_12t.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_12t.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_12t.defaultGrid4_8 > *:nth-child(3n+2), .c2_12t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_12t.defaultGrid3_9 > *:nth-child(3n+2), .c2_12t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: 100% !important;
  }
  .row.gap3.col3.c3_1t > *:nth-child(3n+3), .gap3.col3.c3_1t#fulldocs > *:nth-child(3n+3), .col3.c3_1t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_1t.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_1t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_1t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_1t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_1t.summary > *:nth-child(3n+3), .c3_1t.defaultGrid363 > *:nth-child(3n+3), .c3_1t.defaultGrid333 > *:nth-child(3n+3), .c3_1t.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_1t.defaultGrid246 > *:nth-child(3n+3), .c3_1t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_1t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_1t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_1t.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_1t.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_1t.defaultGrid4_8 > *:nth-child(3n+3), .c3_1t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_1t.defaultGrid3_9 > *:nth-child(3n+3), .c3_1t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 2rem) !important;
  }
  .row.gap3.col3.c3_2t > *:nth-child(3n+3), .gap3.col3.c3_2t#fulldocs > *:nth-child(3n+3), .col3.c3_2t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_2t.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_2t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_2t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_2t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_2t.summary > *:nth-child(3n+3), .c3_2t.defaultGrid363 > *:nth-child(3n+3), .c3_2t.defaultGrid333 > *:nth-child(3n+3), .c3_2t.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_2t.defaultGrid246 > *:nth-child(3n+3), .c3_2t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_2t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_2t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_2t.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_2t.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_2t.defaultGrid4_8 > *:nth-child(3n+3), .c3_2t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_2t.defaultGrid3_9 > *:nth-child(3n+3), .c3_2t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 2rem) !important;
  }
  .row.gap3.col3.c3_3t > *:nth-child(3n+3), .gap3.col3.c3_3t#fulldocs > *:nth-child(3n+3), .col3.c3_3t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_3t.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_3t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_3t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_3t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_3t.summary > *:nth-child(3n+3), .defaultGrid363 > *:nth-child(3n+3), .c3_3t.defaultGrid333 > *:nth-child(3n+3), .c3_3t.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_3t.defaultGrid246 > *:nth-child(3n+3), .c3_3t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_3t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_3t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_3t.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_3t.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_3t.defaultGrid4_8 > *:nth-child(3n+3), .c3_3t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_3t.defaultGrid3_9 > *:nth-child(3n+3), .c3_3t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 2rem) !important;
  }
  .row.gap3.col3.c3_4t > *:nth-child(3n+3), .gap3.col3.c3_4t#fulldocs > *:nth-child(3n+3), .col3.c3_4t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_4t.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_4t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_4t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_4t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_4t.summary > *:nth-child(3n+3), .c3_4t.defaultGrid363 > *:nth-child(3n+3), .defaultGrid333 > *:nth-child(3n+3), .c3_4t.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_4t.defaultGrid246 > *:nth-child(3n+3), .c3_4t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_4t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_4t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_4t.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_4t.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_4t.defaultGrid4_8 > *:nth-child(3n+3), .c3_4t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_4t.defaultGrid3_9 > *:nth-child(3n+3), .c3_4t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 2rem) !important;
  }
  .row.gap3.col3.c3_5t > *:nth-child(3n+3), .gap3.col3.c3_5t#fulldocs > *:nth-child(3n+3), .col3.c3_5t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_5t.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_5t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_5t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_5t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_5t.summary > *:nth-child(3n+3), .c3_5t.defaultGrid363 > *:nth-child(3n+3), .c3_5t.defaultGrid333 > *:nth-child(3n+3), .c3_5t.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_5t.defaultGrid246 > *:nth-child(3n+3), .c3_5t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_5t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_5t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_5t.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_5t.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_5t.defaultGrid4_8 > *:nth-child(3n+3), .c3_5t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_5t.defaultGrid3_9 > *:nth-child(3n+3), .c3_5t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 2rem) !important;
  }
  .row.gap3.col3.c3_6t > *:nth-child(3n+3), .gap3.col3.c3_6t#fulldocs > *:nth-child(3n+3), .col3.c3_6t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_6t.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_6t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_6t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_6t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_6t.summary > *:nth-child(3n+3), .c3_6t.defaultGrid363 > *:nth-child(3n+3), .c3_6t.defaultGrid333 > *:nth-child(3n+3), .defaultGrid336 > *:nth-child(3n+3), .gap3.defaultGrid246 > *:nth-child(3n+3), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+3), .defaultGrid246.defaultGrid363 > *:nth-child(3n+3), .defaultGrid246.defaultGrid333 > *:nth-child(3n+3), .col3.c3_6t.defaultGrid4_8 > *:nth-child(3n+3), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_6t.defaultGrid3_9 > *:nth-child(3n+3), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 2rem) !important;
  }
  .row.gap3.col3.c3_7t > *:nth-child(3n+3), .gap3.col3.c3_7t#fulldocs > *:nth-child(3n+3), .col3.c3_7t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_7t.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_7t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_7t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_7t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_7t.summary > *:nth-child(3n+3), .c3_7t.defaultGrid363 > *:nth-child(3n+3), .c3_7t.defaultGrid333 > *:nth-child(3n+3), .c3_7t.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_7t.defaultGrid246 > *:nth-child(3n+3), .c3_7t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_7t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_7t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_7t.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_7t.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_7t.defaultGrid4_8 > *:nth-child(3n+3), .c3_7t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_7t.defaultGrid3_9 > *:nth-child(3n+3), .c3_7t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 2rem) !important;
  }
  .row.gap3.col3.c3_8t > *:nth-child(3n+3), .gap3.col3.c3_8t#fulldocs > *:nth-child(3n+3), .col3.c3_8t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_8t.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_8t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_8t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_8t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_8t.summary > *:nth-child(3n+3), .c3_8t.defaultGrid363 > *:nth-child(3n+3), .c3_8t.defaultGrid333 > *:nth-child(3n+3), .c3_8t.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_8t.defaultGrid246 > *:nth-child(3n+3), .c3_8t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_8t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_8t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_8t.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_8t.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_8t.defaultGrid4_8 > *:nth-child(3n+3), .c3_8t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_8t.defaultGrid3_9 > *:nth-child(3n+3), .c3_8t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 2rem) !important;
  }
  .row.gap3.col3.c3_9t > *:nth-child(3n+3), .gap3.col3.c3_9t#fulldocs > *:nth-child(3n+3), .col3.c3_9t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_9t.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_9t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_9t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_9t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_9t.summary > *:nth-child(3n+3), .c3_9t.defaultGrid363 > *:nth-child(3n+3), .c3_9t.defaultGrid333 > *:nth-child(3n+3), .c3_9t.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_9t.defaultGrid246 > *:nth-child(3n+3), .c3_9t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_9t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_9t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_9t.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_9t.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_9t.defaultGrid4_8 > *:nth-child(3n+3), .c3_9t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_9t.defaultGrid3_9 > *:nth-child(3n+3), .c3_9t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 2rem) !important;
  }
  .row.gap3.col3.c3_10t > *:nth-child(3n+3), .gap3.col3.c3_10t#fulldocs > *:nth-child(3n+3), .col3.c3_10t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_10t.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_10t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_10t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_10t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_10t.summary > *:nth-child(3n+3), .c3_10t.defaultGrid363 > *:nth-child(3n+3), .c3_10t.defaultGrid333 > *:nth-child(3n+3), .c3_10t.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_10t.defaultGrid246 > *:nth-child(3n+3), .c3_10t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_10t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_10t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_10t.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_10t.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_10t.defaultGrid4_8 > *:nth-child(3n+3), .c3_10t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_10t.defaultGrid3_9 > *:nth-child(3n+3), .c3_10t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 2rem) !important;
  }
  .row.gap3.col3.c3_11t > *:nth-child(3n+3), .gap3.col3.c3_11t#fulldocs > *:nth-child(3n+3), .col3.c3_11t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_11t.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_11t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_11t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_11t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_11t.summary > *:nth-child(3n+3), .c3_11t.defaultGrid363 > *:nth-child(3n+3), .c3_11t.defaultGrid333 > *:nth-child(3n+3), .c3_11t.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_11t.defaultGrid246 > *:nth-child(3n+3), .c3_11t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_11t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_11t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_11t.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_11t.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_11t.defaultGrid4_8 > *:nth-child(3n+3), .c3_11t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_11t.defaultGrid3_9 > *:nth-child(3n+3), .c3_11t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 2rem) !important;
  }
  .row.gap3.col3.c3_12t > *:nth-child(3n+3), .gap3.col3.c3_12t#fulldocs > *:nth-child(3n+3), .col3.c3_12t.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_12t.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_12t.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_12t.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_12t.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_12t.summary > *:nth-child(3n+3), .c3_12t.defaultGrid363 > *:nth-child(3n+3), .c3_12t.defaultGrid333 > *:nth-child(3n+3), .c3_12t.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_12t.defaultGrid246 > *:nth-child(3n+3), .c3_12t.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_12t.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_12t.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_12t.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_12t.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_12t.defaultGrid4_8 > *:nth-child(3n+3), .c3_12t.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_12t.defaultGrid3_9 > *:nth-child(3n+3), .c3_12t.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: 100% !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .row.gap3.col1.c1_1p > *:nth-child(1n+1), .gap3.col1.c1_1p#fulldocs > *:nth-child(1n+1), .col1.c1_1p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_1p.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_1p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_1p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_1p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_1p.summary > *:nth-child(1n+1), .col1.c1_1p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_1p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_1p.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_1p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_1p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_1p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.gap3.col1.c1_2p > *:nth-child(1n+1), .gap3.col1.c1_2p#fulldocs > *:nth-child(1n+1), .col1.c1_2p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_2p.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_2p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_2p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_2p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_2p.summary > *:nth-child(1n+1), .col1.c1_2p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_2p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_2p.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_2p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_2p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_2p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.gap3.col1.c1_3p > *:nth-child(1n+1), .gap3.col1.c1_3p#fulldocs > *:nth-child(1n+1), .col1.c1_3p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_3p.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_3p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_3p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_3p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_3p.summary > *:nth-child(1n+1), .col1.c1_3p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_3p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_3p.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_3p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_3p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_3p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.gap3.col1.c1_4p > *:nth-child(1n+1), .gap3.col1.c1_4p#fulldocs > *:nth-child(1n+1), .col1.c1_4p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_4p.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_4p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_4p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_4p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_4p.summary > *:nth-child(1n+1), .col1.c1_4p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_4p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_4p.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_4p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_4p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_4p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.gap3.col1.c1_5p > *:nth-child(1n+1), .gap3.col1.c1_5p#fulldocs > *:nth-child(1n+1), .col1.c1_5p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_5p.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_5p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_5p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_5p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_5p.summary > *:nth-child(1n+1), .col1.c1_5p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_5p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_5p.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_5p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_5p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_5p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.gap3.col1.c1_6p > *:nth-child(1n+1), .gap3.col1.c1_6p#fulldocs > *:nth-child(1n+1), .col1.c1_6p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_6p.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_6p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_6p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_6p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_6p.summary > *:nth-child(1n+1), .col1.c1_6p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_6p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_6p.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_6p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_6p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_6p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.gap3.col1.c1_7p > *:nth-child(1n+1), .gap3.col1.c1_7p#fulldocs > *:nth-child(1n+1), .col1.c1_7p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_7p.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_7p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_7p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_7p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_7p.summary > *:nth-child(1n+1), .col1.c1_7p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_7p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_7p.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_7p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_7p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_7p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.gap3.col1.c1_8p > *:nth-child(1n+1), .gap3.col1.c1_8p#fulldocs > *:nth-child(1n+1), .col1.c1_8p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_8p.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_8p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_8p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_8p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_8p.summary > *:nth-child(1n+1), .col1.c1_8p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_8p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_8p.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_8p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_8p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_8p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.gap3.col1.c1_9p > *:nth-child(1n+1), .gap3.col1.c1_9p#fulldocs > *:nth-child(1n+1), .col1.c1_9p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_9p.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_9p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_9p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_9p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_9p.summary > *:nth-child(1n+1), .col1.c1_9p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_9p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_9p.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_9p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_9p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_9p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.gap3.col1.c1_10p > *:nth-child(1n+1), .gap3.col1.c1_10p#fulldocs > *:nth-child(1n+1), .col1.c1_10p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_10p.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_10p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_10p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_10p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_10p.summary > *:nth-child(1n+1), .col1.c1_10p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_10p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_10p.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_10p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_10p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_10p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.gap3.col1.c1_11p > *:nth-child(1n+1), .gap3.col1.c1_11p#fulldocs > *:nth-child(1n+1), .col1.c1_11p.defaultGrid9_3 > *:nth-child(1n+1), .col1.c1_11p.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.c1_11p.defaultGrid7_5 > *:nth-child(1n+1), .col1.c1_11p.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.c1_11p.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.c1_11p.summary > *:nth-child(1n+1), .col1.c1_11p.defaultGrid363 > *:nth-child(1n+1), .col1.c1_11p.defaultGrid333 > *:nth-child(1n+1), .col1.c1_11p.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.c1_11p.defaultGrid246 > *:nth-child(1n+1), .col1.c1_11p.defaultGrid4_8 > *:nth-child(1n+1), .col1.c1_11p.defaultGrid3_9 > *:nth-child(1n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.gap3.col1.c1_12p > *:nth-child(1n+1), .gap3.col1#fulldocs > *:nth-child(1n+1), .col1.defaultGrid9_3 > *:nth-child(1n+1), .col1.defaultGrid8_4 > *:nth-child(1n+1), .gap3.col1.defaultGrid7_5 > *:nth-child(1n+1), .col1.defaultGrid6_6 > *:nth-child(1n+1), .groupagedetail .header .col1.summary > *:nth-child(1n+1), .inteplannengroupage .header .col1.summary > *:nth-child(1n+1), .col1.defaultGrid363 > *:nth-child(1n+1), .col1.defaultGrid333 > *:nth-child(1n+1), .col1.defaultGrid336 > *:nth-child(1n+1), .gap3.col1.defaultGrid246 > *:nth-child(1n+1), .col1.defaultGrid4_8 > *:nth-child(1n+1), .col1.defaultGrid3_9 > *:nth-child(1n+1) {
    width: 100% !important;
  }
  .row.gap3.col1.c2_1p > *:nth-child(1n+2), .gap3.col1.c2_1p#fulldocs > *:nth-child(1n+2), .col1.c2_1p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_1p.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_1p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_1p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_1p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_1p.summary > *:nth-child(1n+2), .col1.c2_1p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_1p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_1p.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_1p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_1p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_1p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.gap3.col1.c2_2p > *:nth-child(1n+2), .gap3.col1.c2_2p#fulldocs > *:nth-child(1n+2), .col1.c2_2p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_2p.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_2p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_2p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_2p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_2p.summary > *:nth-child(1n+2), .col1.c2_2p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_2p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_2p.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_2p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_2p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_2p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.gap3.col1.c2_3p > *:nth-child(1n+2), .gap3.col1.c2_3p#fulldocs > *:nth-child(1n+2), .col1.c2_3p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_3p.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_3p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_3p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_3p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_3p.summary > *:nth-child(1n+2), .col1.c2_3p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_3p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_3p.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_3p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_3p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_3p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.gap3.col1.c2_4p > *:nth-child(1n+2), .gap3.col1.c2_4p#fulldocs > *:nth-child(1n+2), .col1.c2_4p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_4p.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_4p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_4p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_4p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_4p.summary > *:nth-child(1n+2), .col1.c2_4p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_4p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_4p.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_4p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_4p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_4p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.gap3.col1.c2_5p > *:nth-child(1n+2), .gap3.col1.c2_5p#fulldocs > *:nth-child(1n+2), .col1.c2_5p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_5p.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_5p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_5p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_5p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_5p.summary > *:nth-child(1n+2), .col1.c2_5p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_5p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_5p.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_5p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_5p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_5p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.gap3.col1.c2_6p > *:nth-child(1n+2), .gap3.col1.c2_6p#fulldocs > *:nth-child(1n+2), .col1.c2_6p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_6p.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_6p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_6p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_6p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_6p.summary > *:nth-child(1n+2), .col1.c2_6p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_6p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_6p.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_6p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_6p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_6p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.gap3.col1.c2_7p > *:nth-child(1n+2), .gap3.col1.c2_7p#fulldocs > *:nth-child(1n+2), .col1.c2_7p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_7p.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_7p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_7p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_7p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_7p.summary > *:nth-child(1n+2), .col1.c2_7p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_7p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_7p.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_7p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_7p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_7p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.gap3.col1.c2_8p > *:nth-child(1n+2), .gap3.col1.c2_8p#fulldocs > *:nth-child(1n+2), .col1.c2_8p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_8p.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_8p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_8p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_8p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_8p.summary > *:nth-child(1n+2), .col1.c2_8p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_8p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_8p.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_8p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_8p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_8p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.gap3.col1.c2_9p > *:nth-child(1n+2), .gap3.col1.c2_9p#fulldocs > *:nth-child(1n+2), .col1.c2_9p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_9p.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_9p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_9p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_9p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_9p.summary > *:nth-child(1n+2), .col1.c2_9p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_9p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_9p.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_9p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_9p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_9p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.gap3.col1.c2_10p > *:nth-child(1n+2), .gap3.col1.c2_10p#fulldocs > *:nth-child(1n+2), .col1.c2_10p.defaultGrid9_3 > *:nth-child(1n+2), .col1.c2_10p.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.c2_10p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_10p.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.c2_10p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_10p.summary > *:nth-child(1n+2), .col1.c2_10p.defaultGrid363 > *:nth-child(1n+2), .col1.c2_10p.defaultGrid333 > *:nth-child(1n+2), .col1.c2_10p.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.c2_10p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_10p.defaultGrid4_8 > *:nth-child(1n+2), .col1.c2_10p.defaultGrid3_9 > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.gap3.col1.c2_11p > *:nth-child(1n+2), .gap3.col1#fulldocs > *:nth-child(1n+2), .col1.c2_11p.defaultGrid9_3 > *:nth-child(1n+2), .col1.defaultGrid9_3#fulldocs > *:nth-child(1n+2), .col1.c2_11p.defaultGrid8_4 > *:nth-child(1n+2), .col1.defaultGrid8_4#fulldocs > *:nth-child(1n+2), .gap3.col1.c2_11p.defaultGrid7_5 > *:nth-child(1n+2), .col1.c2_11p.defaultGrid6_6 > *:nth-child(1n+2), .col1.defaultGrid6_6#fulldocs > *:nth-child(1n+2), .groupagedetail .header .col1.c2_11p.summary > *:nth-child(1n+2), .groupagedetail .header .col1.summary#fulldocs > *:nth-child(1n+2), .inteplannengroupage .header .col1.c2_11p.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.summary#fulldocs > *:nth-child(1n+2), .col1.c2_11p.defaultGrid363 > *:nth-child(1n+2), .col1.defaultGrid363#fulldocs > *:nth-child(1n+2), .col1.c2_11p.defaultGrid333 > *:nth-child(1n+2), .col1.defaultGrid333#fulldocs > *:nth-child(1n+2), .col1.c2_11p.defaultGrid336 > *:nth-child(1n+2), .col1.defaultGrid336#fulldocs > *:nth-child(1n+2), .gap3.col1.c2_11p.defaultGrid246 > *:nth-child(1n+2), .col1.c2_11p.defaultGrid4_8 > *:nth-child(1n+2), .col1.defaultGrid4_8#fulldocs > *:nth-child(1n+2), .col1.c2_11p.defaultGrid3_9 > *:nth-child(1n+2), .col1.defaultGrid3_9#fulldocs > *:nth-child(1n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.gap3.col1.c2_12p > *:nth-child(1n+2), .gap3.col1.c2_12p#fulldocs > *:nth-child(1n+2), .col1.defaultGrid9_3 > *:nth-child(1n+2), .col1.defaultGrid8_4 > *:nth-child(1n+2), .gap3.col1.defaultGrid7_5 > *:nth-child(1n+2), .col1.defaultGrid6_6 > *:nth-child(1n+2), .groupagedetail .header .col1.summary > *:nth-child(1n+2), .inteplannengroupage .header .col1.summary > *:nth-child(1n+2), .col1.defaultGrid363 > *:nth-child(1n+2), .col1.defaultGrid333 > *:nth-child(1n+2), .col1.defaultGrid336 > *:nth-child(1n+2), .gap3.col1.defaultGrid246 > *:nth-child(1n+2), .col1.defaultGrid4_8 > *:nth-child(1n+2), .col1.defaultGrid3_9 > *:nth-child(1n+2) {
    width: 100% !important;
  }
  .row.gap3.col1.c3_1p > *:nth-child(1n+3), .gap3.col1.c3_1p#fulldocs > *:nth-child(1n+3), .col1.c3_1p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_1p.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_1p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_1p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_1p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_1p.summary > *:nth-child(1n+3), .col1.c3_1p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_1p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_1p.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_1p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_1p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_1p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 0rem) !important;
  }
  .row.gap3.col1.c3_2p > *:nth-child(1n+3), .gap3.col1.c3_2p#fulldocs > *:nth-child(1n+3), .col1.c3_2p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_2p.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_2p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_2p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_2p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_2p.summary > *:nth-child(1n+3), .col1.c3_2p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_2p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_2p.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_2p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_2p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_2p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .row.gap3.col1.c3_3p > *:nth-child(1n+3), .gap3.col1.c3_3p#fulldocs > *:nth-child(1n+3), .col1.c3_3p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_3p.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_3p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_3p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_3p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_3p.summary > *:nth-child(1n+3), .col1.c3_3p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_3p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_3p.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_3p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_3p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_3p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 0rem) !important;
  }
  .row.gap3.col1.c3_4p > *:nth-child(1n+3), .gap3.col1.c3_4p#fulldocs > *:nth-child(1n+3), .col1.c3_4p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_4p.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_4p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_4p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_4p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_4p.summary > *:nth-child(1n+3), .col1.c3_4p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_4p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_4p.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_4p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_4p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_4p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .row.gap3.col1.c3_5p > *:nth-child(1n+3), .gap3.col1.c3_5p#fulldocs > *:nth-child(1n+3), .col1.c3_5p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_5p.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_5p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_5p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_5p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_5p.summary > *:nth-child(1n+3), .col1.c3_5p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_5p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_5p.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_5p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_5p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_5p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 0rem) !important;
  }
  .row.gap3.col1.c3_6p > *:nth-child(1n+3), .gap3.col1.c3_6p#fulldocs > *:nth-child(1n+3), .col1.c3_6p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_6p.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_6p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_6p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_6p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_6p.summary > *:nth-child(1n+3), .col1.c3_6p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_6p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_6p.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_6p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_6p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_6p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .row.gap3.col1.c3_7p > *:nth-child(1n+3), .gap3.col1.c3_7p#fulldocs > *:nth-child(1n+3), .col1.c3_7p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_7p.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_7p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_7p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_7p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_7p.summary > *:nth-child(1n+3), .col1.c3_7p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_7p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_7p.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_7p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_7p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_7p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 0rem) !important;
  }
  .row.gap3.col1.c3_8p > *:nth-child(1n+3), .gap3.col1.c3_8p#fulldocs > *:nth-child(1n+3), .col1.c3_8p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_8p.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_8p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_8p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_8p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_8p.summary > *:nth-child(1n+3), .col1.c3_8p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_8p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_8p.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_8p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_8p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_8p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
  .row.gap3.col1.c3_9p > *:nth-child(1n+3), .gap3.col1.c3_9p#fulldocs > *:nth-child(1n+3), .col1.c3_9p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_9p.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_9p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_9p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_9p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_9p.summary > *:nth-child(1n+3), .col1.c3_9p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_9p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_9p.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_9p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_9p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_9p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 0rem) !important;
  }
  .row.gap3.col1.c3_10p > *:nth-child(1n+3), .gap3.col1.c3_10p#fulldocs > *:nth-child(1n+3), .col1.c3_10p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_10p.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_10p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_10p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_10p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_10p.summary > *:nth-child(1n+3), .col1.c3_10p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_10p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_10p.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_10p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_10p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_10p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
  .row.gap3.col1.c3_11p > *:nth-child(1n+3), .gap3.col1.c3_11p#fulldocs > *:nth-child(1n+3), .col1.c3_11p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_11p.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_11p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_11p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_11p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_11p.summary > *:nth-child(1n+3), .col1.c3_11p.defaultGrid363 > *:nth-child(1n+3), .col1.c3_11p.defaultGrid333 > *:nth-child(1n+3), .col1.c3_11p.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.c3_11p.defaultGrid246 > *:nth-child(1n+3), .col1.c3_11p.defaultGrid4_8 > *:nth-child(1n+3), .col1.c3_11p.defaultGrid3_9 > *:nth-child(1n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 0rem) !important;
  }
  .row.gap3.col1.c3_12p > *:nth-child(1n+3), .gap3.col1.c3_12p#fulldocs > *:nth-child(1n+3), .col1.c3_12p.defaultGrid9_3 > *:nth-child(1n+3), .col1.c3_12p.defaultGrid8_4 > *:nth-child(1n+3), .gap3.col1.c3_12p.defaultGrid7_5 > *:nth-child(1n+3), .col1.c3_12p.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.c3_12p.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.c3_12p.summary > *:nth-child(1n+3), .col1.defaultGrid363 > *:nth-child(1n+3), .col1.defaultGrid333 > *:nth-child(1n+3), .col1.defaultGrid336 > *:nth-child(1n+3), .gap3.col1.defaultGrid246 > *:nth-child(1n+3), .col1.defaultGrid246.defaultGrid9_3 > *:nth-child(1n+3), .col1.defaultGrid246.defaultGrid8_4 > *:nth-child(1n+3), .col1.defaultGrid246.defaultGrid6_6 > *:nth-child(1n+3), .groupagedetail .header .col1.defaultGrid246.summary > *:nth-child(1n+3), .inteplannengroupage .header .col1.defaultGrid246.summary > *:nth-child(1n+3), .col1.c3_12p.defaultGrid4_8 > *:nth-child(1n+3), .col1.defaultGrid4_8.defaultGrid246 > *:nth-child(1n+3), .col1.c3_12p.defaultGrid3_9 > *:nth-child(1n+3), .col1.defaultGrid3_9.defaultGrid246 > *:nth-child(1n+3) {
    width: 100% !important;
  }
  .row.gap3.col2.c1_1p > *:nth-child(2n+1), .gap3.c1_1p#fulldocs > *:nth-child(2n+1), .c1_1p.defaultGrid9_3 > *:nth-child(2n+1), .c1_1p.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_1p.defaultGrid7_5 > *:nth-child(2n+1), .c1_1p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_1p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_1p.summary > *:nth-child(2n+1), .col2.c1_1p.defaultGrid363 > *:nth-child(2n+1), .c1_1p.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_1p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_1p.defaultGrid333 > *:nth-child(2n+1), .c1_1p.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_1p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_1p.defaultGrid336 > *:nth-child(2n+1), .c1_1p.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_1p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_1p.defaultGrid246 > *:nth-child(2n+1), .c1_1p.defaultGrid4_8 > *:nth-child(2n+1), .c1_1p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_2p > *:nth-child(2n+1), .gap3.c1_2p#fulldocs > *:nth-child(2n+1), .c1_2p.defaultGrid9_3 > *:nth-child(2n+1), .c1_2p.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_2p.defaultGrid7_5 > *:nth-child(2n+1), .c1_2p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_2p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_2p.summary > *:nth-child(2n+1), .col2.c1_2p.defaultGrid363 > *:nth-child(2n+1), .c1_2p.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_2p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_2p.defaultGrid333 > *:nth-child(2n+1), .c1_2p.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_2p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_2p.defaultGrid336 > *:nth-child(2n+1), .c1_2p.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_2p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_2p.defaultGrid246 > *:nth-child(2n+1), .c1_2p.defaultGrid4_8 > *:nth-child(2n+1), .c1_2p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_3p > *:nth-child(2n+1), .gap3.c1_3p#fulldocs > *:nth-child(2n+1), .c1_3p.defaultGrid9_3 > *:nth-child(2n+1), .c1_3p.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_3p.defaultGrid7_5 > *:nth-child(2n+1), .c1_3p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_3p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_3p.summary > *:nth-child(2n+1), .col2.c1_3p.defaultGrid363 > *:nth-child(2n+1), .c1_3p.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_3p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_3p.defaultGrid333 > *:nth-child(2n+1), .c1_3p.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_3p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_3p.defaultGrid336 > *:nth-child(2n+1), .c1_3p.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_3p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_3p.defaultGrid246 > *:nth-child(2n+1), .c1_3p.defaultGrid4_8 > *:nth-child(2n+1), .c1_3p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_4p > *:nth-child(2n+1), .gap3.c1_4p#fulldocs > *:nth-child(2n+1), .c1_4p.defaultGrid9_3 > *:nth-child(2n+1), .c1_4p.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_4p.defaultGrid7_5 > *:nth-child(2n+1), .c1_4p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_4p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_4p.summary > *:nth-child(2n+1), .col2.c1_4p.defaultGrid363 > *:nth-child(2n+1), .c1_4p.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_4p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_4p.defaultGrid333 > *:nth-child(2n+1), .c1_4p.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_4p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_4p.defaultGrid336 > *:nth-child(2n+1), .c1_4p.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_4p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_4p.defaultGrid246 > *:nth-child(2n+1), .c1_4p.defaultGrid4_8 > *:nth-child(2n+1), .c1_4p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_5p > *:nth-child(2n+1), .gap3.c1_5p#fulldocs > *:nth-child(2n+1), .c1_5p.defaultGrid9_3 > *:nth-child(2n+1), .c1_5p.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_5p.defaultGrid7_5 > *:nth-child(2n+1), .c1_5p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_5p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_5p.summary > *:nth-child(2n+1), .col2.c1_5p.defaultGrid363 > *:nth-child(2n+1), .c1_5p.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_5p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_5p.defaultGrid333 > *:nth-child(2n+1), .c1_5p.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_5p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_5p.defaultGrid336 > *:nth-child(2n+1), .c1_5p.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_5p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_5p.defaultGrid246 > *:nth-child(2n+1), .c1_5p.defaultGrid4_8 > *:nth-child(2n+1), .c1_5p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_6p > *:nth-child(2n+1), .gap3.c1_6p#fulldocs > *:nth-child(2n+1), .c1_6p.defaultGrid9_3 > *:nth-child(2n+1), .c1_6p.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_6p.defaultGrid7_5 > *:nth-child(2n+1), .c1_6p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_6p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_6p.summary > *:nth-child(2n+1), .col2.c1_6p.defaultGrid363 > *:nth-child(2n+1), .c1_6p.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_6p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_6p.defaultGrid333 > *:nth-child(2n+1), .c1_6p.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_6p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_6p.defaultGrid336 > *:nth-child(2n+1), .c1_6p.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_6p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_6p.defaultGrid246 > *:nth-child(2n+1), .c1_6p.defaultGrid4_8 > *:nth-child(2n+1), .c1_6p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_7p > *:nth-child(2n+1), .gap3.c1_7p#fulldocs > *:nth-child(2n+1), .c1_7p.defaultGrid9_3 > *:nth-child(2n+1), .c1_7p.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_7p.defaultGrid7_5 > *:nth-child(2n+1), .c1_7p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_7p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_7p.summary > *:nth-child(2n+1), .col2.c1_7p.defaultGrid363 > *:nth-child(2n+1), .c1_7p.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_7p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_7p.defaultGrid333 > *:nth-child(2n+1), .c1_7p.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_7p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_7p.defaultGrid336 > *:nth-child(2n+1), .c1_7p.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_7p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_7p.defaultGrid246 > *:nth-child(2n+1), .c1_7p.defaultGrid4_8 > *:nth-child(2n+1), .c1_7p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_8p > *:nth-child(2n+1), .gap3.c1_8p#fulldocs > *:nth-child(2n+1), .c1_8p.defaultGrid9_3 > *:nth-child(2n+1), .c1_8p.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_8p.defaultGrid7_5 > *:nth-child(2n+1), .c1_8p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_8p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_8p.summary > *:nth-child(2n+1), .col2.c1_8p.defaultGrid363 > *:nth-child(2n+1), .c1_8p.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_8p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_8p.defaultGrid333 > *:nth-child(2n+1), .c1_8p.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_8p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_8p.defaultGrid336 > *:nth-child(2n+1), .c1_8p.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_8p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_8p.defaultGrid246 > *:nth-child(2n+1), .c1_8p.defaultGrid4_8 > *:nth-child(2n+1), .c1_8p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_9p > *:nth-child(2n+1), .gap3.c1_9p#fulldocs > *:nth-child(2n+1), .c1_9p.defaultGrid9_3 > *:nth-child(2n+1), .c1_9p.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_9p.defaultGrid7_5 > *:nth-child(2n+1), .c1_9p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_9p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_9p.summary > *:nth-child(2n+1), .col2.c1_9p.defaultGrid363 > *:nth-child(2n+1), .c1_9p.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_9p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_9p.defaultGrid333 > *:nth-child(2n+1), .c1_9p.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_9p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_9p.defaultGrid336 > *:nth-child(2n+1), .c1_9p.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_9p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_9p.defaultGrid246 > *:nth-child(2n+1), .c1_9p.defaultGrid4_8 > *:nth-child(2n+1), .c1_9p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_10p > *:nth-child(2n+1), .gap3.c1_10p#fulldocs > *:nth-child(2n+1), .c1_10p.defaultGrid9_3 > *:nth-child(2n+1), .c1_10p.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_10p.defaultGrid7_5 > *:nth-child(2n+1), .c1_10p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_10p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_10p.summary > *:nth-child(2n+1), .col2.c1_10p.defaultGrid363 > *:nth-child(2n+1), .c1_10p.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_10p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_10p.defaultGrid333 > *:nth-child(2n+1), .c1_10p.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_10p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_10p.defaultGrid336 > *:nth-child(2n+1), .c1_10p.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_10p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_10p.defaultGrid246 > *:nth-child(2n+1), .c1_10p.defaultGrid4_8 > *:nth-child(2n+1), .c1_10p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_11p > *:nth-child(2n+1), .gap3.c1_11p#fulldocs > *:nth-child(2n+1), .c1_11p.defaultGrid9_3 > *:nth-child(2n+1), .c1_11p.defaultGrid8_4 > *:nth-child(2n+1), .gap3.c1_11p.defaultGrid7_5 > *:nth-child(2n+1), .c1_11p.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .c1_11p.summary > *:nth-child(2n+1), .inteplannengroupage .header .c1_11p.summary > *:nth-child(2n+1), .col2.c1_11p.defaultGrid363 > *:nth-child(2n+1), .c1_11p.defaultGrid363#fulldocs > *:nth-child(2n+1), .c1_11p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_11p.defaultGrid333 > *:nth-child(2n+1), .c1_11p.defaultGrid333#fulldocs > *:nth-child(2n+1), .c1_11p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.c1_11p.defaultGrid336 > *:nth-child(2n+1), .c1_11p.defaultGrid336#fulldocs > *:nth-child(2n+1), .c1_11p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.c1_11p.defaultGrid246 > *:nth-child(2n+1), .c1_11p.defaultGrid4_8 > *:nth-child(2n+1), .c1_11p.defaultGrid3_9 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 1.5rem) !important;
  }
  .row.gap3.col2.c1_12p > *:nth-child(2n+1), .gap3#fulldocs > *:nth-child(2n+1), .defaultGrid9_3 > *:nth-child(2n+1), .defaultGrid8_4 > *:nth-child(2n+1), .gap3.defaultGrid7_5 > *:nth-child(2n+1), .defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .summary > *:nth-child(2n+1), .inteplannengroupage .header .summary > *:nth-child(2n+1), .col2.defaultGrid363 > *:nth-child(2n+1), .defaultGrid363#fulldocs > *:nth-child(2n+1), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+1), .col2.defaultGrid333 > *:nth-child(2n+1), .defaultGrid333#fulldocs > *:nth-child(2n+1), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+1), .col2.defaultGrid336 > *:nth-child(2n+1), .defaultGrid336#fulldocs > *:nth-child(2n+1), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+1), .gap3.col2.defaultGrid246 > *:nth-child(2n+1), .defaultGrid4_8 > *:nth-child(2n+1), .defaultGrid3_9 > *:nth-child(2n+1) {
    width: 100% !important;
  }
  .row.gap3.col2.c2_1p > *:nth-child(2n+2), .gap3.c2_1p#fulldocs > *:nth-child(2n+2), .c2_1p.defaultGrid9_3 > *:nth-child(2n+2), .c2_1p.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_1p.defaultGrid7_5 > *:nth-child(2n+2), .c2_1p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_1p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_1p.summary > *:nth-child(2n+2), .col2.c2_1p.defaultGrid363 > *:nth-child(2n+2), .c2_1p.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_1p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_1p.defaultGrid333 > *:nth-child(2n+2), .c2_1p.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_1p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_1p.defaultGrid336 > *:nth-child(2n+2), .c2_1p.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_1p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_1p.defaultGrid246 > *:nth-child(2n+2), .c2_1p.defaultGrid4_8 > *:nth-child(2n+2), .c2_1p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_2p > *:nth-child(2n+2), .gap3.c2_2p#fulldocs > *:nth-child(2n+2), .c2_2p.defaultGrid9_3 > *:nth-child(2n+2), .c2_2p.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_2p.defaultGrid7_5 > *:nth-child(2n+2), .c2_2p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_2p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_2p.summary > *:nth-child(2n+2), .col2.c2_2p.defaultGrid363 > *:nth-child(2n+2), .c2_2p.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_2p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_2p.defaultGrid333 > *:nth-child(2n+2), .c2_2p.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_2p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_2p.defaultGrid336 > *:nth-child(2n+2), .c2_2p.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_2p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_2p.defaultGrid246 > *:nth-child(2n+2), .c2_2p.defaultGrid4_8 > *:nth-child(2n+2), .c2_2p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_3p > *:nth-child(2n+2), .gap3.c2_3p#fulldocs > *:nth-child(2n+2), .c2_3p.defaultGrid9_3 > *:nth-child(2n+2), .c2_3p.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_3p.defaultGrid7_5 > *:nth-child(2n+2), .c2_3p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_3p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_3p.summary > *:nth-child(2n+2), .col2.c2_3p.defaultGrid363 > *:nth-child(2n+2), .c2_3p.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_3p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_3p.defaultGrid333 > *:nth-child(2n+2), .c2_3p.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_3p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_3p.defaultGrid336 > *:nth-child(2n+2), .c2_3p.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_3p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_3p.defaultGrid246 > *:nth-child(2n+2), .c2_3p.defaultGrid4_8 > *:nth-child(2n+2), .c2_3p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_4p > *:nth-child(2n+2), .gap3.c2_4p#fulldocs > *:nth-child(2n+2), .c2_4p.defaultGrid9_3 > *:nth-child(2n+2), .c2_4p.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_4p.defaultGrid7_5 > *:nth-child(2n+2), .c2_4p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_4p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_4p.summary > *:nth-child(2n+2), .col2.c2_4p.defaultGrid363 > *:nth-child(2n+2), .c2_4p.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_4p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_4p.defaultGrid333 > *:nth-child(2n+2), .c2_4p.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_4p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_4p.defaultGrid336 > *:nth-child(2n+2), .c2_4p.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_4p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_4p.defaultGrid246 > *:nth-child(2n+2), .c2_4p.defaultGrid4_8 > *:nth-child(2n+2), .c2_4p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_5p > *:nth-child(2n+2), .gap3.c2_5p#fulldocs > *:nth-child(2n+2), .c2_5p.defaultGrid9_3 > *:nth-child(2n+2), .c2_5p.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_5p.defaultGrid7_5 > *:nth-child(2n+2), .c2_5p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_5p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_5p.summary > *:nth-child(2n+2), .col2.c2_5p.defaultGrid363 > *:nth-child(2n+2), .c2_5p.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_5p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_5p.defaultGrid333 > *:nth-child(2n+2), .c2_5p.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_5p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_5p.defaultGrid336 > *:nth-child(2n+2), .c2_5p.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_5p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_5p.defaultGrid246 > *:nth-child(2n+2), .c2_5p.defaultGrid4_8 > *:nth-child(2n+2), .c2_5p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_6p > *:nth-child(2n+2), .gap3.c2_6p#fulldocs > *:nth-child(2n+2), .c2_6p.defaultGrid9_3 > *:nth-child(2n+2), .c2_6p.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_6p.defaultGrid7_5 > *:nth-child(2n+2), .c2_6p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_6p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_6p.summary > *:nth-child(2n+2), .col2.c2_6p.defaultGrid363 > *:nth-child(2n+2), .c2_6p.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_6p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_6p.defaultGrid333 > *:nth-child(2n+2), .c2_6p.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_6p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_6p.defaultGrid336 > *:nth-child(2n+2), .c2_6p.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_6p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_6p.defaultGrid246 > *:nth-child(2n+2), .c2_6p.defaultGrid4_8 > *:nth-child(2n+2), .c2_6p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_7p > *:nth-child(2n+2), .gap3.c2_7p#fulldocs > *:nth-child(2n+2), .c2_7p.defaultGrid9_3 > *:nth-child(2n+2), .c2_7p.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_7p.defaultGrid7_5 > *:nth-child(2n+2), .c2_7p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_7p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_7p.summary > *:nth-child(2n+2), .col2.c2_7p.defaultGrid363 > *:nth-child(2n+2), .c2_7p.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_7p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_7p.defaultGrid333 > *:nth-child(2n+2), .c2_7p.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_7p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_7p.defaultGrid336 > *:nth-child(2n+2), .c2_7p.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_7p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_7p.defaultGrid246 > *:nth-child(2n+2), .c2_7p.defaultGrid4_8 > *:nth-child(2n+2), .c2_7p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_8p > *:nth-child(2n+2), .gap3.c2_8p#fulldocs > *:nth-child(2n+2), .c2_8p.defaultGrid9_3 > *:nth-child(2n+2), .c2_8p.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_8p.defaultGrid7_5 > *:nth-child(2n+2), .c2_8p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_8p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_8p.summary > *:nth-child(2n+2), .col2.c2_8p.defaultGrid363 > *:nth-child(2n+2), .c2_8p.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_8p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_8p.defaultGrid333 > *:nth-child(2n+2), .c2_8p.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_8p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_8p.defaultGrid336 > *:nth-child(2n+2), .c2_8p.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_8p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_8p.defaultGrid246 > *:nth-child(2n+2), .c2_8p.defaultGrid4_8 > *:nth-child(2n+2), .c2_8p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_9p > *:nth-child(2n+2), .gap3.c2_9p#fulldocs > *:nth-child(2n+2), .c2_9p.defaultGrid9_3 > *:nth-child(2n+2), .c2_9p.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_9p.defaultGrid7_5 > *:nth-child(2n+2), .c2_9p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_9p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_9p.summary > *:nth-child(2n+2), .col2.c2_9p.defaultGrid363 > *:nth-child(2n+2), .c2_9p.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_9p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_9p.defaultGrid333 > *:nth-child(2n+2), .c2_9p.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_9p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_9p.defaultGrid336 > *:nth-child(2n+2), .c2_9p.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_9p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_9p.defaultGrid246 > *:nth-child(2n+2), .c2_9p.defaultGrid4_8 > *:nth-child(2n+2), .c2_9p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_10p > *:nth-child(2n+2), .gap3.c2_10p#fulldocs > *:nth-child(2n+2), .c2_10p.defaultGrid9_3 > *:nth-child(2n+2), .c2_10p.defaultGrid8_4 > *:nth-child(2n+2), .gap3.c2_10p.defaultGrid7_5 > *:nth-child(2n+2), .c2_10p.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .c2_10p.summary > *:nth-child(2n+2), .inteplannengroupage .header .c2_10p.summary > *:nth-child(2n+2), .col2.c2_10p.defaultGrid363 > *:nth-child(2n+2), .c2_10p.defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_10p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_10p.defaultGrid333 > *:nth-child(2n+2), .c2_10p.defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_10p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_10p.defaultGrid336 > *:nth-child(2n+2), .c2_10p.defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_10p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_10p.defaultGrid246 > *:nth-child(2n+2), .c2_10p.defaultGrid4_8 > *:nth-child(2n+2), .c2_10p.defaultGrid3_9 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_11p > *:nth-child(2n+2), .gap3#fulldocs > *:nth-child(2n+2), .c2_11p.defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid9_3#fulldocs > *:nth-child(2n+2), .c2_11p.defaultGrid8_4 > *:nth-child(2n+2), .defaultGrid8_4#fulldocs > *:nth-child(2n+2), .gap3.c2_11p.defaultGrid7_5 > *:nth-child(2n+2), .c2_11p.defaultGrid6_6 > *:nth-child(2n+2), .defaultGrid6_6#fulldocs > *:nth-child(2n+2), .groupagedetail .header .c2_11p.summary > *:nth-child(2n+2), .groupagedetail .header .summary#fulldocs > *:nth-child(2n+2), .inteplannengroupage .header .c2_11p.summary > *:nth-child(2n+2), .inteplannengroupage .header .summary#fulldocs > *:nth-child(2n+2), .col2.c2_11p.defaultGrid363 > *:nth-child(2n+2), .defaultGrid363#fulldocs > *:nth-child(2n+2), .c2_11p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_11p.defaultGrid333 > *:nth-child(2n+2), .defaultGrid333#fulldocs > *:nth-child(2n+2), .c2_11p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.c2_11p.defaultGrid336 > *:nth-child(2n+2), .defaultGrid336#fulldocs > *:nth-child(2n+2), .c2_11p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.c2_11p.defaultGrid246 > *:nth-child(2n+2), .c2_11p.defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid4_8#fulldocs > *:nth-child(2n+2), .c2_11p.defaultGrid3_9 > *:nth-child(2n+2), .defaultGrid3_9#fulldocs > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 1.5rem) !important;
  }
  .row.gap3.col2.c2_12p > *:nth-child(2n+2), .gap3.c2_12p#fulldocs > *:nth-child(2n+2), .defaultGrid9_3 > *:nth-child(2n+2), .defaultGrid8_4 > *:nth-child(2n+2), .gap3.defaultGrid7_5 > *:nth-child(2n+2), .defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .summary > *:nth-child(2n+2), .inteplannengroupage .header .summary > *:nth-child(2n+2), .col2.defaultGrid363 > *:nth-child(2n+2), .defaultGrid363#fulldocs > *:nth-child(2n+2), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+2), .col2.defaultGrid333 > *:nth-child(2n+2), .defaultGrid333#fulldocs > *:nth-child(2n+2), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+2), .col2.defaultGrid336 > *:nth-child(2n+2), .defaultGrid336#fulldocs > *:nth-child(2n+2), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+2), .gap3.col2.defaultGrid246 > *:nth-child(2n+2), .gap3.defaultGrid246#fulldocs > *:nth-child(2n+2), .defaultGrid4_8 > *:nth-child(2n+2), .defaultGrid3_9 > *:nth-child(2n+2) {
    width: 100% !important;
  }
  .row.gap3.col2.c3_1p > *:nth-child(2n+3), .gap3.c3_1p#fulldocs > *:nth-child(2n+3), .c3_1p.defaultGrid9_3 > *:nth-child(2n+3), .c3_1p.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_1p.defaultGrid7_5 > *:nth-child(2n+3), .c3_1p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_1p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_1p.summary > *:nth-child(2n+3), .col2.c3_1p.defaultGrid363 > *:nth-child(2n+3), .c3_1p.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_1p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_1p.defaultGrid333 > *:nth-child(2n+3), .c3_1p.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_1p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_1p.defaultGrid336 > *:nth-child(2n+3), .c3_1p.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_1p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_1p.defaultGrid246 > *:nth-child(2n+3), .c3_1p.defaultGrid4_8 > *:nth-child(2n+3), .c3_1p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_2p > *:nth-child(2n+3), .gap3.c3_2p#fulldocs > *:nth-child(2n+3), .c3_2p.defaultGrid9_3 > *:nth-child(2n+3), .c3_2p.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_2p.defaultGrid7_5 > *:nth-child(2n+3), .c3_2p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_2p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_2p.summary > *:nth-child(2n+3), .col2.c3_2p.defaultGrid363 > *:nth-child(2n+3), .c3_2p.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_2p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_2p.defaultGrid333 > *:nth-child(2n+3), .c3_2p.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_2p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_2p.defaultGrid336 > *:nth-child(2n+3), .c3_2p.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_2p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_2p.defaultGrid246 > *:nth-child(2n+3), .c3_2p.defaultGrid4_8 > *:nth-child(2n+3), .c3_2p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_3p > *:nth-child(2n+3), .gap3.c3_3p#fulldocs > *:nth-child(2n+3), .c3_3p.defaultGrid9_3 > *:nth-child(2n+3), .c3_3p.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_3p.defaultGrid7_5 > *:nth-child(2n+3), .c3_3p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_3p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_3p.summary > *:nth-child(2n+3), .col2.c3_3p.defaultGrid363 > *:nth-child(2n+3), .c3_3p.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_3p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_3p.defaultGrid333 > *:nth-child(2n+3), .c3_3p.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_3p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_3p.defaultGrid336 > *:nth-child(2n+3), .c3_3p.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_3p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_3p.defaultGrid246 > *:nth-child(2n+3), .c3_3p.defaultGrid4_8 > *:nth-child(2n+3), .c3_3p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_4p > *:nth-child(2n+3), .gap3.c3_4p#fulldocs > *:nth-child(2n+3), .c3_4p.defaultGrid9_3 > *:nth-child(2n+3), .c3_4p.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_4p.defaultGrid7_5 > *:nth-child(2n+3), .c3_4p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_4p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_4p.summary > *:nth-child(2n+3), .col2.c3_4p.defaultGrid363 > *:nth-child(2n+3), .c3_4p.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_4p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_4p.defaultGrid333 > *:nth-child(2n+3), .c3_4p.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_4p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_4p.defaultGrid336 > *:nth-child(2n+3), .c3_4p.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_4p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_4p.defaultGrid246 > *:nth-child(2n+3), .c3_4p.defaultGrid4_8 > *:nth-child(2n+3), .c3_4p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_5p > *:nth-child(2n+3), .gap3.c3_5p#fulldocs > *:nth-child(2n+3), .c3_5p.defaultGrid9_3 > *:nth-child(2n+3), .c3_5p.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_5p.defaultGrid7_5 > *:nth-child(2n+3), .c3_5p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_5p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_5p.summary > *:nth-child(2n+3), .col2.c3_5p.defaultGrid363 > *:nth-child(2n+3), .c3_5p.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_5p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_5p.defaultGrid333 > *:nth-child(2n+3), .c3_5p.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_5p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_5p.defaultGrid336 > *:nth-child(2n+3), .c3_5p.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_5p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_5p.defaultGrid246 > *:nth-child(2n+3), .c3_5p.defaultGrid4_8 > *:nth-child(2n+3), .c3_5p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_6p > *:nth-child(2n+3), .gap3.c3_6p#fulldocs > *:nth-child(2n+3), .c3_6p.defaultGrid9_3 > *:nth-child(2n+3), .c3_6p.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_6p.defaultGrid7_5 > *:nth-child(2n+3), .c3_6p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_6p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_6p.summary > *:nth-child(2n+3), .col2.c3_6p.defaultGrid363 > *:nth-child(2n+3), .c3_6p.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_6p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_6p.defaultGrid333 > *:nth-child(2n+3), .c3_6p.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_6p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_6p.defaultGrid336 > *:nth-child(2n+3), .c3_6p.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_6p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_6p.defaultGrid246 > *:nth-child(2n+3), .c3_6p.defaultGrid4_8 > *:nth-child(2n+3), .c3_6p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_7p > *:nth-child(2n+3), .gap3.c3_7p#fulldocs > *:nth-child(2n+3), .c3_7p.defaultGrid9_3 > *:nth-child(2n+3), .c3_7p.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_7p.defaultGrid7_5 > *:nth-child(2n+3), .c3_7p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_7p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_7p.summary > *:nth-child(2n+3), .col2.c3_7p.defaultGrid363 > *:nth-child(2n+3), .c3_7p.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_7p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_7p.defaultGrid333 > *:nth-child(2n+3), .c3_7p.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_7p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_7p.defaultGrid336 > *:nth-child(2n+3), .c3_7p.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_7p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_7p.defaultGrid246 > *:nth-child(2n+3), .c3_7p.defaultGrid4_8 > *:nth-child(2n+3), .c3_7p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_8p > *:nth-child(2n+3), .gap3.c3_8p#fulldocs > *:nth-child(2n+3), .c3_8p.defaultGrid9_3 > *:nth-child(2n+3), .c3_8p.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_8p.defaultGrid7_5 > *:nth-child(2n+3), .c3_8p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_8p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_8p.summary > *:nth-child(2n+3), .col2.c3_8p.defaultGrid363 > *:nth-child(2n+3), .c3_8p.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_8p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_8p.defaultGrid333 > *:nth-child(2n+3), .c3_8p.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_8p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_8p.defaultGrid336 > *:nth-child(2n+3), .c3_8p.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_8p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_8p.defaultGrid246 > *:nth-child(2n+3), .c3_8p.defaultGrid4_8 > *:nth-child(2n+3), .c3_8p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_9p > *:nth-child(2n+3), .gap3.c3_9p#fulldocs > *:nth-child(2n+3), .c3_9p.defaultGrid9_3 > *:nth-child(2n+3), .c3_9p.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_9p.defaultGrid7_5 > *:nth-child(2n+3), .c3_9p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_9p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_9p.summary > *:nth-child(2n+3), .col2.c3_9p.defaultGrid363 > *:nth-child(2n+3), .c3_9p.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_9p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_9p.defaultGrid333 > *:nth-child(2n+3), .c3_9p.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_9p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_9p.defaultGrid336 > *:nth-child(2n+3), .c3_9p.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_9p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_9p.defaultGrid246 > *:nth-child(2n+3), .c3_9p.defaultGrid4_8 > *:nth-child(2n+3), .c3_9p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_10p > *:nth-child(2n+3), .gap3.c3_10p#fulldocs > *:nth-child(2n+3), .c3_10p.defaultGrid9_3 > *:nth-child(2n+3), .c3_10p.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_10p.defaultGrid7_5 > *:nth-child(2n+3), .c3_10p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_10p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_10p.summary > *:nth-child(2n+3), .col2.c3_10p.defaultGrid363 > *:nth-child(2n+3), .c3_10p.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_10p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_10p.defaultGrid333 > *:nth-child(2n+3), .c3_10p.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_10p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_10p.defaultGrid336 > *:nth-child(2n+3), .c3_10p.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_10p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_10p.defaultGrid246 > *:nth-child(2n+3), .c3_10p.defaultGrid4_8 > *:nth-child(2n+3), .c3_10p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_11p > *:nth-child(2n+3), .gap3.c3_11p#fulldocs > *:nth-child(2n+3), .c3_11p.defaultGrid9_3 > *:nth-child(2n+3), .c3_11p.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_11p.defaultGrid7_5 > *:nth-child(2n+3), .c3_11p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_11p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_11p.summary > *:nth-child(2n+3), .col2.c3_11p.defaultGrid363 > *:nth-child(2n+3), .c3_11p.defaultGrid363#fulldocs > *:nth-child(2n+3), .c3_11p.defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_11p.defaultGrid333 > *:nth-child(2n+3), .c3_11p.defaultGrid333#fulldocs > *:nth-child(2n+3), .c3_11p.defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .col2.c3_11p.defaultGrid336 > *:nth-child(2n+3), .c3_11p.defaultGrid336#fulldocs > *:nth-child(2n+3), .c3_11p.defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .gap3.col2.c3_11p.defaultGrid246 > *:nth-child(2n+3), .c3_11p.defaultGrid4_8 > *:nth-child(2n+3), .c3_11p.defaultGrid3_9 > *:nth-child(2n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 1.5rem) !important;
  }
  .row.gap3.col2.c3_12p > *:nth-child(2n+3), .gap3.c3_12p#fulldocs > *:nth-child(2n+3), .c3_12p.defaultGrid9_3 > *:nth-child(2n+3), .c3_12p.defaultGrid8_4 > *:nth-child(2n+3), .gap3.c3_12p.defaultGrid7_5 > *:nth-child(2n+3), .c3_12p.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .c3_12p.summary > *:nth-child(2n+3), .inteplannengroupage .header .c3_12p.summary > *:nth-child(2n+3), .col2.defaultGrid363 > *:nth-child(2n+3), .defaultGrid363#fulldocs > *:nth-child(2n+3), .defaultGrid363.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid363.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid363.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid363.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid363.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid363.summary > *:nth-child(2n+3), .col2.defaultGrid333 > *:nth-child(2n+3), .defaultGrid333#fulldocs > *:nth-child(2n+3), .defaultGrid333.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid333.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid333.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid333.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid333.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid333.summary > *:nth-child(2n+3), .col2.defaultGrid336 > *:nth-child(2n+3), .defaultGrid336#fulldocs > *:nth-child(2n+3), .defaultGrid336.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid336.defaultGrid8_4 > *:nth-child(2n+3), .defaultGrid336.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid336.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid336.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid336.summary > *:nth-child(2n+3), .gap3.col2.defaultGrid246 > *:nth-child(2n+3), .gap3.defaultGrid246#fulldocs > *:nth-child(2n+3), .defaultGrid246.defaultGrid9_3 > *:nth-child(2n+3), .defaultGrid246.defaultGrid8_4 > *:nth-child(2n+3), .gap3.defaultGrid246.defaultGrid7_5 > *:nth-child(2n+3), .defaultGrid246.defaultGrid6_6 > *:nth-child(2n+3), .groupagedetail .header .defaultGrid246.summary > *:nth-child(2n+3), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(2n+3), .c3_12p.defaultGrid4_8 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid363 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid333 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid336 > *:nth-child(2n+3), .defaultGrid4_8.defaultGrid246 > *:nth-child(2n+3), .c3_12p.defaultGrid3_9 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid363 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid333 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid336 > *:nth-child(2n+3), .defaultGrid3_9.defaultGrid246 > *:nth-child(2n+3) {
    width: 100% !important;
  }
  .row.gap3.col3.c1_1p > *:nth-child(3n+1), .gap3.col3.c1_1p#fulldocs > *:nth-child(3n+1), .col3.c1_1p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_1p.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_1p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_1p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_1p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_1p.summary > *:nth-child(3n+1), .c1_1p.defaultGrid363 > *:nth-child(3n+1), .c1_1p.defaultGrid333 > *:nth-child(3n+1), .c1_1p.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_1p.defaultGrid246 > *:nth-child(3n+1), .c1_1p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_1p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_1p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_1p.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_1p.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_1p.defaultGrid4_8 > *:nth-child(3n+1), .c1_1p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_1p.defaultGrid3_9 > *:nth-child(3n+1), .c1_1p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 1) - 2rem) !important;
  }
  .row.gap3.col3.c1_2p > *:nth-child(3n+1), .gap3.col3.c1_2p#fulldocs > *:nth-child(3n+1), .col3.c1_2p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_2p.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_2p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_2p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_2p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_2p.summary > *:nth-child(3n+1), .c1_2p.defaultGrid363 > *:nth-child(3n+1), .c1_2p.defaultGrid333 > *:nth-child(3n+1), .c1_2p.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_2p.defaultGrid246 > *:nth-child(3n+1), .c1_2p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_2p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_2p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_2p.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_2p.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_2p.defaultGrid4_8 > *:nth-child(3n+1), .c1_2p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_2p.defaultGrid3_9 > *:nth-child(3n+1), .c1_2p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 2rem) !important;
  }
  .row.gap3.col3.c1_3p > *:nth-child(3n+1), .gap3.col3.c1_3p#fulldocs > *:nth-child(3n+1), .col3.c1_3p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_3p.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_3p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_3p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_3p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_3p.summary > *:nth-child(3n+1), .c1_3p.defaultGrid363 > *:nth-child(3n+1), .c1_3p.defaultGrid333 > *:nth-child(3n+1), .c1_3p.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_3p.defaultGrid246 > *:nth-child(3n+1), .c1_3p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_3p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_3p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_3p.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_3p.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_3p.defaultGrid4_8 > *:nth-child(3n+1), .c1_3p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_3p.defaultGrid3_9 > *:nth-child(3n+1), .c1_3p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 3) - 2rem) !important;
  }
  .row.gap3.col3.c1_4p > *:nth-child(3n+1), .gap3.col3.c1_4p#fulldocs > *:nth-child(3n+1), .col3.c1_4p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_4p.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_4p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_4p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_4p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_4p.summary > *:nth-child(3n+1), .c1_4p.defaultGrid363 > *:nth-child(3n+1), .c1_4p.defaultGrid333 > *:nth-child(3n+1), .c1_4p.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_4p.defaultGrid246 > *:nth-child(3n+1), .c1_4p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_4p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_4p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_4p.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_4p.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_4p.defaultGrid4_8 > *:nth-child(3n+1), .c1_4p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_4p.defaultGrid3_9 > *:nth-child(3n+1), .c1_4p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 2rem) !important;
  }
  .row.gap3.col3.c1_5p > *:nth-child(3n+1), .gap3.col3.c1_5p#fulldocs > *:nth-child(3n+1), .col3.c1_5p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_5p.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_5p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_5p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_5p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_5p.summary > *:nth-child(3n+1), .c1_5p.defaultGrid363 > *:nth-child(3n+1), .c1_5p.defaultGrid333 > *:nth-child(3n+1), .c1_5p.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_5p.defaultGrid246 > *:nth-child(3n+1), .c1_5p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_5p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_5p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_5p.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_5p.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_5p.defaultGrid4_8 > *:nth-child(3n+1), .c1_5p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_5p.defaultGrid3_9 > *:nth-child(3n+1), .c1_5p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 5) - 2rem) !important;
  }
  .row.gap3.col3.c1_6p > *:nth-child(3n+1), .gap3.col3.c1_6p#fulldocs > *:nth-child(3n+1), .col3.c1_6p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_6p.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_6p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_6p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_6p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_6p.summary > *:nth-child(3n+1), .c1_6p.defaultGrid363 > *:nth-child(3n+1), .c1_6p.defaultGrid333 > *:nth-child(3n+1), .c1_6p.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_6p.defaultGrid246 > *:nth-child(3n+1), .c1_6p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_6p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_6p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_6p.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_6p.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_6p.defaultGrid4_8 > *:nth-child(3n+1), .c1_6p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_6p.defaultGrid3_9 > *:nth-child(3n+1), .c1_6p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 2rem) !important;
  }
  .row.gap3.col3.c1_7p > *:nth-child(3n+1), .gap3.col3.c1_7p#fulldocs > *:nth-child(3n+1), .col3.c1_7p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_7p.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_7p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_7p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_7p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_7p.summary > *:nth-child(3n+1), .c1_7p.defaultGrid363 > *:nth-child(3n+1), .c1_7p.defaultGrid333 > *:nth-child(3n+1), .c1_7p.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_7p.defaultGrid246 > *:nth-child(3n+1), .c1_7p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_7p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_7p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_7p.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_7p.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_7p.defaultGrid4_8 > *:nth-child(3n+1), .c1_7p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_7p.defaultGrid3_9 > *:nth-child(3n+1), .c1_7p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 7) - 2rem) !important;
  }
  .row.gap3.col3.c1_8p > *:nth-child(3n+1), .gap3.col3.c1_8p#fulldocs > *:nth-child(3n+1), .col3.c1_8p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_8p.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_8p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_8p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_8p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_8p.summary > *:nth-child(3n+1), .c1_8p.defaultGrid363 > *:nth-child(3n+1), .c1_8p.defaultGrid333 > *:nth-child(3n+1), .c1_8p.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_8p.defaultGrid246 > *:nth-child(3n+1), .c1_8p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_8p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_8p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_8p.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_8p.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_8p.defaultGrid4_8 > *:nth-child(3n+1), .c1_8p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_8p.defaultGrid3_9 > *:nth-child(3n+1), .c1_8p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 8) - 2rem) !important;
  }
  .row.gap3.col3.c1_9p > *:nth-child(3n+1), .gap3.col3.c1_9p#fulldocs > *:nth-child(3n+1), .col3.c1_9p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_9p.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_9p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_9p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_9p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_9p.summary > *:nth-child(3n+1), .c1_9p.defaultGrid363 > *:nth-child(3n+1), .c1_9p.defaultGrid333 > *:nth-child(3n+1), .c1_9p.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_9p.defaultGrid246 > *:nth-child(3n+1), .c1_9p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_9p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_9p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_9p.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_9p.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_9p.defaultGrid4_8 > *:nth-child(3n+1), .c1_9p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_9p.defaultGrid3_9 > *:nth-child(3n+1), .c1_9p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 9) - 2rem) !important;
  }
  .row.gap3.col3.c1_10p > *:nth-child(3n+1), .gap3.col3.c1_10p#fulldocs > *:nth-child(3n+1), .col3.c1_10p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_10p.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_10p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_10p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_10p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_10p.summary > *:nth-child(3n+1), .c1_10p.defaultGrid363 > *:nth-child(3n+1), .c1_10p.defaultGrid333 > *:nth-child(3n+1), .c1_10p.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_10p.defaultGrid246 > *:nth-child(3n+1), .c1_10p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_10p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_10p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_10p.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_10p.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_10p.defaultGrid4_8 > *:nth-child(3n+1), .c1_10p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_10p.defaultGrid3_9 > *:nth-child(3n+1), .c1_10p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 10) - 2rem) !important;
  }
  .row.gap3.col3.c1_11p > *:nth-child(3n+1), .gap3.col3.c1_11p#fulldocs > *:nth-child(3n+1), .col3.c1_11p.defaultGrid9_3 > *:nth-child(3n+1), .col3.c1_11p.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.c1_11p.defaultGrid7_5 > *:nth-child(3n+1), .col3.c1_11p.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.c1_11p.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.c1_11p.summary > *:nth-child(3n+1), .c1_11p.defaultGrid363 > *:nth-child(3n+1), .c1_11p.defaultGrid333 > *:nth-child(3n+1), .c1_11p.defaultGrid336 > *:nth-child(3n+1), .gap3.c1_11p.defaultGrid246 > *:nth-child(3n+1), .c1_11p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .c1_11p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .c1_11p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .c1_11p.defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .c1_11p.defaultGrid246.summary > *:nth-child(3n+1), .col3.c1_11p.defaultGrid4_8 > *:nth-child(3n+1), .c1_11p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.c1_11p.defaultGrid3_9 > *:nth-child(3n+1), .c1_11p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: calc(calc(calc(100% / 12) * 11) - 2rem) !important;
  }
  .row.gap3.col3.c1_12p > *:nth-child(3n+1), .gap3.col3#fulldocs > *:nth-child(3n+1), .col3.defaultGrid9_3 > *:nth-child(3n+1), .col3.defaultGrid8_4 > *:nth-child(3n+1), .gap3.col3.defaultGrid7_5 > *:nth-child(3n+1), .col3.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .col3.summary > *:nth-child(3n+1), .inteplannengroupage .header .col3.summary > *:nth-child(3n+1), .defaultGrid363 > *:nth-child(3n+1), .defaultGrid333 > *:nth-child(3n+1), .defaultGrid336 > *:nth-child(3n+1), .gap3.defaultGrid246 > *:nth-child(3n+1), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+1), .defaultGrid246.defaultGrid8_4 > *:nth-child(3n+1), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+1), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+1), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+1), .col3.defaultGrid4_8 > *:nth-child(3n+1), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+1), .col3.defaultGrid3_9 > *:nth-child(3n+1), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+1) {
    width: 100% !important;
  }
  .row.gap3.col3.c2_1p > *:nth-child(3n+2), .gap3.col3.c2_1p#fulldocs > *:nth-child(3n+2), .col3.c2_1p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_1p.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_1p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_1p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_1p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_1p.summary > *:nth-child(3n+2), .c2_1p.defaultGrid363 > *:nth-child(3n+2), .c2_1p.defaultGrid333 > *:nth-child(3n+2), .c2_1p.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_1p.defaultGrid246 > *:nth-child(3n+2), .c2_1p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_1p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_1p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_1p.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_1p.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_1p.defaultGrid4_8 > *:nth-child(3n+2), .c2_1p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_1p.defaultGrid3_9 > *:nth-child(3n+2), .c2_1p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 1) - 2rem) !important;
  }
  .row.gap3.col3.c2_2p > *:nth-child(3n+2), .gap3.col3.c2_2p#fulldocs > *:nth-child(3n+2), .col3.c2_2p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_2p.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_2p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_2p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_2p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_2p.summary > *:nth-child(3n+2), .c2_2p.defaultGrid363 > *:nth-child(3n+2), .c2_2p.defaultGrid333 > *:nth-child(3n+2), .c2_2p.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_2p.defaultGrid246 > *:nth-child(3n+2), .c2_2p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_2p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_2p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_2p.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_2p.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_2p.defaultGrid4_8 > *:nth-child(3n+2), .c2_2p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_2p.defaultGrid3_9 > *:nth-child(3n+2), .c2_2p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 2) - 2rem) !important;
  }
  .row.gap3.col3.c2_3p > *:nth-child(3n+2), .gap3.col3.c2_3p#fulldocs > *:nth-child(3n+2), .col3.c2_3p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_3p.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_3p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_3p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_3p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_3p.summary > *:nth-child(3n+2), .c2_3p.defaultGrid363 > *:nth-child(3n+2), .c2_3p.defaultGrid333 > *:nth-child(3n+2), .c2_3p.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_3p.defaultGrid246 > *:nth-child(3n+2), .c2_3p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_3p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_3p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_3p.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_3p.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_3p.defaultGrid4_8 > *:nth-child(3n+2), .c2_3p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_3p.defaultGrid3_9 > *:nth-child(3n+2), .c2_3p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 3) - 2rem) !important;
  }
  .row.gap3.col3.c2_4p > *:nth-child(3n+2), .gap3.col3.c2_4p#fulldocs > *:nth-child(3n+2), .col3.c2_4p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_4p.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_4p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_4p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_4p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_4p.summary > *:nth-child(3n+2), .c2_4p.defaultGrid363 > *:nth-child(3n+2), .c2_4p.defaultGrid333 > *:nth-child(3n+2), .c2_4p.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_4p.defaultGrid246 > *:nth-child(3n+2), .c2_4p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_4p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_4p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_4p.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_4p.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_4p.defaultGrid4_8 > *:nth-child(3n+2), .c2_4p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_4p.defaultGrid3_9 > *:nth-child(3n+2), .c2_4p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 4) - 2rem) !important;
  }
  .row.gap3.col3.c2_5p > *:nth-child(3n+2), .gap3.col3.c2_5p#fulldocs > *:nth-child(3n+2), .col3.c2_5p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_5p.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_5p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_5p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_5p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_5p.summary > *:nth-child(3n+2), .c2_5p.defaultGrid363 > *:nth-child(3n+2), .c2_5p.defaultGrid333 > *:nth-child(3n+2), .c2_5p.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_5p.defaultGrid246 > *:nth-child(3n+2), .c2_5p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_5p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_5p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_5p.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_5p.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_5p.defaultGrid4_8 > *:nth-child(3n+2), .c2_5p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_5p.defaultGrid3_9 > *:nth-child(3n+2), .c2_5p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 5) - 2rem) !important;
  }
  .row.gap3.col3.c2_6p > *:nth-child(3n+2), .gap3.col3.c2_6p#fulldocs > *:nth-child(3n+2), .col3.c2_6p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_6p.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_6p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_6p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_6p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_6p.summary > *:nth-child(3n+2), .c2_6p.defaultGrid363 > *:nth-child(3n+2), .c2_6p.defaultGrid333 > *:nth-child(3n+2), .c2_6p.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_6p.defaultGrid246 > *:nth-child(3n+2), .c2_6p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_6p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_6p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_6p.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_6p.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_6p.defaultGrid4_8 > *:nth-child(3n+2), .c2_6p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_6p.defaultGrid3_9 > *:nth-child(3n+2), .c2_6p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 2rem) !important;
  }
  .row.gap3.col3.c2_7p > *:nth-child(3n+2), .gap3.col3.c2_7p#fulldocs > *:nth-child(3n+2), .col3.c2_7p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_7p.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_7p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_7p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_7p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_7p.summary > *:nth-child(3n+2), .c2_7p.defaultGrid363 > *:nth-child(3n+2), .c2_7p.defaultGrid333 > *:nth-child(3n+2), .c2_7p.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_7p.defaultGrid246 > *:nth-child(3n+2), .c2_7p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_7p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_7p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_7p.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_7p.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_7p.defaultGrid4_8 > *:nth-child(3n+2), .c2_7p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_7p.defaultGrid3_9 > *:nth-child(3n+2), .c2_7p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 7) - 2rem) !important;
  }
  .row.gap3.col3.c2_8p > *:nth-child(3n+2), .gap3.col3.c2_8p#fulldocs > *:nth-child(3n+2), .col3.c2_8p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_8p.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_8p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_8p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_8p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_8p.summary > *:nth-child(3n+2), .c2_8p.defaultGrid363 > *:nth-child(3n+2), .c2_8p.defaultGrid333 > *:nth-child(3n+2), .c2_8p.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_8p.defaultGrid246 > *:nth-child(3n+2), .c2_8p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_8p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_8p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_8p.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_8p.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_8p.defaultGrid4_8 > *:nth-child(3n+2), .c2_8p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_8p.defaultGrid3_9 > *:nth-child(3n+2), .c2_8p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 2rem) !important;
  }
  .row.gap3.col3.c2_9p > *:nth-child(3n+2), .gap3.col3.c2_9p#fulldocs > *:nth-child(3n+2), .col3.c2_9p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_9p.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_9p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_9p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_9p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_9p.summary > *:nth-child(3n+2), .c2_9p.defaultGrid363 > *:nth-child(3n+2), .c2_9p.defaultGrid333 > *:nth-child(3n+2), .c2_9p.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_9p.defaultGrid246 > *:nth-child(3n+2), .c2_9p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_9p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_9p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_9p.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_9p.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_9p.defaultGrid4_8 > *:nth-child(3n+2), .c2_9p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_9p.defaultGrid3_9 > *:nth-child(3n+2), .c2_9p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 9) - 2rem) !important;
  }
  .row.gap3.col3.c2_10p > *:nth-child(3n+2), .gap3.col3.c2_10p#fulldocs > *:nth-child(3n+2), .col3.c2_10p.defaultGrid9_3 > *:nth-child(3n+2), .col3.c2_10p.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.c2_10p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_10p.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.c2_10p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_10p.summary > *:nth-child(3n+2), .c2_10p.defaultGrid363 > *:nth-child(3n+2), .c2_10p.defaultGrid333 > *:nth-child(3n+2), .c2_10p.defaultGrid336 > *:nth-child(3n+2), .gap3.c2_10p.defaultGrid246 > *:nth-child(3n+2), .c2_10p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .c2_10p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .c2_10p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .c2_10p.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .c2_10p.defaultGrid246.summary > *:nth-child(3n+2), .col3.c2_10p.defaultGrid4_8 > *:nth-child(3n+2), .c2_10p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.c2_10p.defaultGrid3_9 > *:nth-child(3n+2), .c2_10p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 2rem) !important;
  }
  .row.gap3.col3.c2_11p > *:nth-child(3n+2), .gap3.col3#fulldocs > *:nth-child(3n+2), .col3.c2_11p.defaultGrid9_3 > *:nth-child(3n+2), .col3.defaultGrid9_3#fulldocs > *:nth-child(3n+2), .col3.c2_11p.defaultGrid8_4 > *:nth-child(3n+2), .col3.defaultGrid8_4#fulldocs > *:nth-child(3n+2), .gap3.col3.c2_11p.defaultGrid7_5 > *:nth-child(3n+2), .col3.c2_11p.defaultGrid6_6 > *:nth-child(3n+2), .col3.defaultGrid6_6#fulldocs > *:nth-child(3n+2), .groupagedetail .header .col3.c2_11p.summary > *:nth-child(3n+2), .groupagedetail .header .col3.summary#fulldocs > *:nth-child(3n+2), .inteplannengroupage .header .col3.c2_11p.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.summary#fulldocs > *:nth-child(3n+2), .c2_11p.defaultGrid363 > *:nth-child(3n+2), .defaultGrid363#fulldocs > *:nth-child(3n+2), .c2_11p.defaultGrid333 > *:nth-child(3n+2), .defaultGrid333#fulldocs > *:nth-child(3n+2), .c2_11p.defaultGrid336 > *:nth-child(3n+2), .defaultGrid336#fulldocs > *:nth-child(3n+2), .gap3.c2_11p.defaultGrid246 > *:nth-child(3n+2), .gap3.defaultGrid246#fulldocs > *:nth-child(3n+2), .c2_11p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid246.defaultGrid9_3#fulldocs > *:nth-child(3n+2), .c2_11p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid246.defaultGrid8_4#fulldocs > *:nth-child(3n+2), .c2_11p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .defaultGrid246.defaultGrid6_6#fulldocs > *:nth-child(3n+2), .groupagedetail .header .c2_11p.defaultGrid246.summary > *:nth-child(3n+2), .groupagedetail .header .defaultGrid246.summary#fulldocs > *:nth-child(3n+2), .inteplannengroupage .header .c2_11p.defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid246.summary#fulldocs > *:nth-child(3n+2), .col3.c2_11p.defaultGrid4_8 > *:nth-child(3n+2), .col3.defaultGrid4_8#fulldocs > *:nth-child(3n+2), .c2_11p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid246#fulldocs > *:nth-child(3n+2), .col3.c2_11p.defaultGrid3_9 > *:nth-child(3n+2), .col3.defaultGrid3_9#fulldocs > *:nth-child(3n+2), .c2_11p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid246#fulldocs > *:nth-child(3n+2) {
    width: calc(calc(calc(100% / 12) * 11) - 2rem) !important;
  }
  .row.gap3.col3.c2_12p > *:nth-child(3n+2), .gap3.col3.c2_12p#fulldocs > *:nth-child(3n+2), .col3.defaultGrid9_3 > *:nth-child(3n+2), .col3.defaultGrid8_4 > *:nth-child(3n+2), .gap3.col3.defaultGrid7_5 > *:nth-child(3n+2), .col3.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .col3.summary > *:nth-child(3n+2), .inteplannengroupage .header .col3.summary > *:nth-child(3n+2), .defaultGrid363 > *:nth-child(3n+2), .defaultGrid333 > *:nth-child(3n+2), .defaultGrid336 > *:nth-child(3n+2), .gap3.defaultGrid246 > *:nth-child(3n+2), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+2), .defaultGrid246.defaultGrid8_4 > *:nth-child(3n+2), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+2), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+2), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+2), .col3.defaultGrid4_8 > *:nth-child(3n+2), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+2), .col3.defaultGrid3_9 > *:nth-child(3n+2), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+2) {
    width: 100% !important;
  }
  .row.gap3.col3.c3_1p > *:nth-child(3n+3), .gap3.col3.c3_1p#fulldocs > *:nth-child(3n+3), .col3.c3_1p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_1p.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_1p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_1p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_1p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_1p.summary > *:nth-child(3n+3), .c3_1p.defaultGrid363 > *:nth-child(3n+3), .c3_1p.defaultGrid333 > *:nth-child(3n+3), .c3_1p.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_1p.defaultGrid246 > *:nth-child(3n+3), .c3_1p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_1p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_1p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_1p.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_1p.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_1p.defaultGrid4_8 > *:nth-child(3n+3), .c3_1p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_1p.defaultGrid3_9 > *:nth-child(3n+3), .c3_1p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 1) - 2rem) !important;
  }
  .row.gap3.col3.c3_2p > *:nth-child(3n+3), .gap3.col3.c3_2p#fulldocs > *:nth-child(3n+3), .col3.c3_2p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_2p.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_2p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_2p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_2p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_2p.summary > *:nth-child(3n+3), .c3_2p.defaultGrid363 > *:nth-child(3n+3), .c3_2p.defaultGrid333 > *:nth-child(3n+3), .c3_2p.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_2p.defaultGrid246 > *:nth-child(3n+3), .c3_2p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_2p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_2p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_2p.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_2p.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_2p.defaultGrid4_8 > *:nth-child(3n+3), .c3_2p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_2p.defaultGrid3_9 > *:nth-child(3n+3), .c3_2p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 2) - 2rem) !important;
  }
  .row.gap3.col3.c3_3p > *:nth-child(3n+3), .gap3.col3.c3_3p#fulldocs > *:nth-child(3n+3), .col3.c3_3p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_3p.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_3p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_3p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_3p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_3p.summary > *:nth-child(3n+3), .c3_3p.defaultGrid363 > *:nth-child(3n+3), .c3_3p.defaultGrid333 > *:nth-child(3n+3), .c3_3p.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_3p.defaultGrid246 > *:nth-child(3n+3), .c3_3p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_3p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_3p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_3p.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_3p.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_3p.defaultGrid4_8 > *:nth-child(3n+3), .c3_3p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_3p.defaultGrid3_9 > *:nth-child(3n+3), .c3_3p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 3) - 2rem) !important;
  }
  .row.gap3.col3.c3_4p > *:nth-child(3n+3), .gap3.col3.c3_4p#fulldocs > *:nth-child(3n+3), .col3.c3_4p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_4p.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_4p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_4p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_4p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_4p.summary > *:nth-child(3n+3), .c3_4p.defaultGrid363 > *:nth-child(3n+3), .c3_4p.defaultGrid333 > *:nth-child(3n+3), .c3_4p.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_4p.defaultGrid246 > *:nth-child(3n+3), .c3_4p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_4p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_4p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_4p.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_4p.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_4p.defaultGrid4_8 > *:nth-child(3n+3), .c3_4p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_4p.defaultGrid3_9 > *:nth-child(3n+3), .c3_4p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 4) - 2rem) !important;
  }
  .row.gap3.col3.c3_5p > *:nth-child(3n+3), .gap3.col3.c3_5p#fulldocs > *:nth-child(3n+3), .col3.c3_5p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_5p.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_5p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_5p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_5p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_5p.summary > *:nth-child(3n+3), .c3_5p.defaultGrid363 > *:nth-child(3n+3), .c3_5p.defaultGrid333 > *:nth-child(3n+3), .c3_5p.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_5p.defaultGrid246 > *:nth-child(3n+3), .c3_5p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_5p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_5p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_5p.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_5p.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_5p.defaultGrid4_8 > *:nth-child(3n+3), .c3_5p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_5p.defaultGrid3_9 > *:nth-child(3n+3), .c3_5p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 5) - 2rem) !important;
  }
  .row.gap3.col3.c3_6p > *:nth-child(3n+3), .gap3.col3.c3_6p#fulldocs > *:nth-child(3n+3), .col3.c3_6p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_6p.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_6p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_6p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_6p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_6p.summary > *:nth-child(3n+3), .c3_6p.defaultGrid363 > *:nth-child(3n+3), .c3_6p.defaultGrid333 > *:nth-child(3n+3), .c3_6p.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_6p.defaultGrid246 > *:nth-child(3n+3), .c3_6p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_6p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_6p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_6p.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_6p.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_6p.defaultGrid4_8 > *:nth-child(3n+3), .c3_6p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_6p.defaultGrid3_9 > *:nth-child(3n+3), .c3_6p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 6) - 2rem) !important;
  }
  .row.gap3.col3.c3_7p > *:nth-child(3n+3), .gap3.col3.c3_7p#fulldocs > *:nth-child(3n+3), .col3.c3_7p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_7p.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_7p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_7p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_7p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_7p.summary > *:nth-child(3n+3), .c3_7p.defaultGrid363 > *:nth-child(3n+3), .c3_7p.defaultGrid333 > *:nth-child(3n+3), .c3_7p.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_7p.defaultGrid246 > *:nth-child(3n+3), .c3_7p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_7p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_7p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_7p.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_7p.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_7p.defaultGrid4_8 > *:nth-child(3n+3), .c3_7p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_7p.defaultGrid3_9 > *:nth-child(3n+3), .c3_7p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 7) - 2rem) !important;
  }
  .row.gap3.col3.c3_8p > *:nth-child(3n+3), .gap3.col3.c3_8p#fulldocs > *:nth-child(3n+3), .col3.c3_8p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_8p.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_8p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_8p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_8p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_8p.summary > *:nth-child(3n+3), .c3_8p.defaultGrid363 > *:nth-child(3n+3), .c3_8p.defaultGrid333 > *:nth-child(3n+3), .c3_8p.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_8p.defaultGrid246 > *:nth-child(3n+3), .c3_8p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_8p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_8p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_8p.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_8p.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_8p.defaultGrid4_8 > *:nth-child(3n+3), .c3_8p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_8p.defaultGrid3_9 > *:nth-child(3n+3), .c3_8p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 8) - 2rem) !important;
  }
  .row.gap3.col3.c3_9p > *:nth-child(3n+3), .gap3.col3.c3_9p#fulldocs > *:nth-child(3n+3), .col3.c3_9p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_9p.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_9p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_9p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_9p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_9p.summary > *:nth-child(3n+3), .c3_9p.defaultGrid363 > *:nth-child(3n+3), .c3_9p.defaultGrid333 > *:nth-child(3n+3), .c3_9p.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_9p.defaultGrid246 > *:nth-child(3n+3), .c3_9p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_9p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_9p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_9p.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_9p.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_9p.defaultGrid4_8 > *:nth-child(3n+3), .c3_9p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_9p.defaultGrid3_9 > *:nth-child(3n+3), .c3_9p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 9) - 2rem) !important;
  }
  .row.gap3.col3.c3_10p > *:nth-child(3n+3), .gap3.col3.c3_10p#fulldocs > *:nth-child(3n+3), .col3.c3_10p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_10p.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_10p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_10p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_10p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_10p.summary > *:nth-child(3n+3), .c3_10p.defaultGrid363 > *:nth-child(3n+3), .c3_10p.defaultGrid333 > *:nth-child(3n+3), .c3_10p.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_10p.defaultGrid246 > *:nth-child(3n+3), .c3_10p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_10p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_10p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_10p.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_10p.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_10p.defaultGrid4_8 > *:nth-child(3n+3), .c3_10p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_10p.defaultGrid3_9 > *:nth-child(3n+3), .c3_10p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 10) - 2rem) !important;
  }
  .row.gap3.col3.c3_11p > *:nth-child(3n+3), .gap3.col3.c3_11p#fulldocs > *:nth-child(3n+3), .col3.c3_11p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_11p.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_11p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_11p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_11p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_11p.summary > *:nth-child(3n+3), .c3_11p.defaultGrid363 > *:nth-child(3n+3), .c3_11p.defaultGrid333 > *:nth-child(3n+3), .c3_11p.defaultGrid336 > *:nth-child(3n+3), .gap3.c3_11p.defaultGrid246 > *:nth-child(3n+3), .c3_11p.defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .c3_11p.defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .c3_11p.defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .c3_11p.defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .c3_11p.defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_11p.defaultGrid4_8 > *:nth-child(3n+3), .c3_11p.defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_11p.defaultGrid3_9 > *:nth-child(3n+3), .c3_11p.defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: calc(calc(calc(100% / 12) * 11) - 2rem) !important;
  }
  .row.gap3.col3.c3_12p > *:nth-child(3n+3), .gap3.col3.c3_12p#fulldocs > *:nth-child(3n+3), .col3.c3_12p.defaultGrid9_3 > *:nth-child(3n+3), .col3.c3_12p.defaultGrid8_4 > *:nth-child(3n+3), .gap3.col3.c3_12p.defaultGrid7_5 > *:nth-child(3n+3), .col3.c3_12p.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .col3.c3_12p.summary > *:nth-child(3n+3), .inteplannengroupage .header .col3.c3_12p.summary > *:nth-child(3n+3), .defaultGrid363 > *:nth-child(3n+3), .defaultGrid333 > *:nth-child(3n+3), .defaultGrid336 > *:nth-child(3n+3), .gap3.defaultGrid246 > *:nth-child(3n+3), .defaultGrid246.defaultGrid9_3 > *:nth-child(3n+3), .defaultGrid246.defaultGrid8_4 > *:nth-child(3n+3), .defaultGrid246.defaultGrid6_6 > *:nth-child(3n+3), .groupagedetail .header .defaultGrid246.summary > *:nth-child(3n+3), .inteplannengroupage .header .defaultGrid246.summary > *:nth-child(3n+3), .col3.c3_12p.defaultGrid4_8 > *:nth-child(3n+3), .defaultGrid4_8.defaultGrid246 > *:nth-child(3n+3), .col3.c3_12p.defaultGrid3_9 > *:nth-child(3n+3), .defaultGrid3_9.defaultGrid246 > *:nth-child(3n+3) {
    width: 100% !important;
  }
}

.cardlist {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: flex-start;
}
.cardlist.cardlist111_0 {
  grid-gap: 0rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist111_0 {
    grid-gap: calc(0rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist111_0 {
    grid-gap: calc(0rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist111_0 > * {
    width: 100%;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist111_0 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist111_0 > * {
    width: 100%;
  }
}
.cardlist.cardlist121_0 {
  grid-gap: 0rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist121_0 {
    grid-gap: calc(0rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist121_0 {
    grid-gap: calc(0rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist121_0 > * {
    width: 100%;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist121_0 > * {
    width: calc((100% / 2) - (0rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist121_0 > * {
    width: 100%;
  }
}
.cardlist.cardlist131_0 {
  grid-gap: 0rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist131_0 {
    grid-gap: calc(0rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist131_0 {
    grid-gap: calc(0rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist131_0 > * {
    width: 100%;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist131_0 > * {
    width: calc((100% / 3) - (0rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist131_0 > * {
    width: 100%;
  }
}
.cardlist.cardlist211_0 {
  grid-gap: 0rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist211_0 {
    grid-gap: calc(0rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist211_0 {
    grid-gap: calc(0rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist211_0 > * {
    width: calc((100% / 2) - (0rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist211_0 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist211_0 > * {
    width: 100%;
  }
}
.cardlist.cardlist221_0 {
  grid-gap: 0rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist221_0 {
    grid-gap: calc(0rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist221_0 {
    grid-gap: calc(0rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist221_0 > * {
    width: calc((100% / 2) - (0rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist221_0 > * {
    width: calc((100% / 2) - (0rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist221_0 > * {
    width: 100%;
  }
}
.cardlist.cardlist231_0 {
  grid-gap: 0rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist231_0 {
    grid-gap: calc(0rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist231_0 {
    grid-gap: calc(0rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist231_0 > * {
    width: calc((100% / 2) - (0rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist231_0 > * {
    width: calc((100% / 3) - (0rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist231_0 > * {
    width: 100%;
  }
}
.cardlist.cardlist311_0 {
  grid-gap: 0rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist311_0 {
    grid-gap: calc(0rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist311_0 {
    grid-gap: calc(0rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist311_0 > * {
    width: calc((100% / 3) - (0rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist311_0 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist311_0 > * {
    width: 100%;
  }
}
.cardlist.cardlist321_0 {
  grid-gap: 0rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist321_0 {
    grid-gap: calc(0rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist321_0 {
    grid-gap: calc(0rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist321_0 > * {
    width: calc((100% / 3) - (0rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist321_0 > * {
    width: calc((100% / 2) - (0rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist321_0 > * {
    width: 100%;
  }
}
.cardlist.cardlist331_0 {
  grid-gap: 0rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist331_0 {
    grid-gap: calc(0rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist331_0 {
    grid-gap: calc(0rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist331_0 > * {
    width: calc((100% / 3) - (0rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist331_0 > * {
    width: calc((100% / 3) - (0rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist331_0 > * {
    width: 100%;
  }
}
.cardlist.cardlist411_0 {
  grid-gap: 0rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist411_0 {
    grid-gap: calc(0rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist411_0 {
    grid-gap: calc(0rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist411_0 > * {
    width: calc((100% / 4) - (0rem * calc(4 - 1) / 4));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist411_0 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist411_0 > * {
    width: 100%;
  }
}
.cardlist.cardlist421_0 {
  grid-gap: 0rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist421_0 {
    grid-gap: calc(0rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist421_0 {
    grid-gap: calc(0rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist421_0 > * {
    width: calc((100% / 4) - (0rem * calc(4 - 1) / 4));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist421_0 > * {
    width: calc((100% / 2) - (0rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist421_0 > * {
    width: 100%;
  }
}
.cardlist.cardlist431_0 {
  grid-gap: 0rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist431_0 {
    grid-gap: calc(0rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist431_0 {
    grid-gap: calc(0rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist431_0 > * {
    width: calc((100% / 4) - (0rem * calc(4 - 1) / 4));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist431_0 > * {
    width: calc((100% / 3) - (0rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist431_0 > * {
    width: 100%;
  }
}
.cardlist.cardlist511_0 {
  grid-gap: 0rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist511_0 {
    grid-gap: calc(0rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist511_0 {
    grid-gap: calc(0rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist511_0 > * {
    width: calc((100% / 5) - (0rem * calc(5 - 1) / 5));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist511_0 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist511_0 > * {
    width: 100%;
  }
}
.cardlist.cardlist521_0 {
  grid-gap: 0rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist521_0 {
    grid-gap: calc(0rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist521_0 {
    grid-gap: calc(0rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist521_0 > * {
    width: calc((100% / 5) - (0rem * calc(5 - 1) / 5));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist521_0 > * {
    width: calc((100% / 2) - (0rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist521_0 > * {
    width: 100%;
  }
}
.cardlist.cardlist531_0 {
  grid-gap: 0rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist531_0 {
    grid-gap: calc(0rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist531_0 {
    grid-gap: calc(0rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist531_0 > * {
    width: calc((100% / 5) - (0rem * calc(5 - 1) / 5));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist531_0 > * {
    width: calc((100% / 3) - (0rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist531_0 > * {
    width: 100%;
  }
}
.cardlist.cardlist611_0 {
  grid-gap: 0rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist611_0 {
    grid-gap: calc(0rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist611_0 {
    grid-gap: calc(0rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist611_0 > * {
    width: calc((100% / 6) - (0rem * calc(6 - 1) / 6));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist611_0 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist611_0 > * {
    width: 100%;
  }
}
.cardlist.cardlist621_0 {
  grid-gap: 0rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist621_0 {
    grid-gap: calc(0rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist621_0 {
    grid-gap: calc(0rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist621_0 > * {
    width: calc((100% / 6) - (0rem * calc(6 - 1) / 6));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist621_0 > * {
    width: calc((100% / 2) - (0rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist621_0 > * {
    width: 100%;
  }
}
.cardlist.cardlist631_0 {
  grid-gap: 0rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist631_0 {
    grid-gap: calc(0rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist631_0 {
    grid-gap: calc(0rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist631_0 > * {
    width: calc((100% / 6) - (0rem * calc(6 - 1) / 6));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist631_0 > * {
    width: calc((100% / 3) - (0rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist631_0 > * {
    width: 100%;
  }
}
.cardlist.cardlist111_1 {
  grid-gap: 1rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist111_1 {
    grid-gap: calc(1rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist111_1 {
    grid-gap: calc(1rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist111_1 > * {
    width: 100%;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist111_1 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist111_1 > * {
    width: 100%;
  }
}
.cardlist.cardlist121_1 {
  grid-gap: 1rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist121_1 {
    grid-gap: calc(1rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist121_1 {
    grid-gap: calc(1rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist121_1 > * {
    width: 100%;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist121_1 > * {
    width: calc((100% / 2) - (1rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist121_1 > * {
    width: 100%;
  }
}
.cardlist.cardlist131_1 {
  grid-gap: 1rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist131_1 {
    grid-gap: calc(1rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist131_1 {
    grid-gap: calc(1rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist131_1 > * {
    width: 100%;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist131_1 > * {
    width: calc((100% / 3) - (1rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist131_1 > * {
    width: 100%;
  }
}
.cardlist.cardlist211_1 {
  grid-gap: 1rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist211_1 {
    grid-gap: calc(1rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist211_1 {
    grid-gap: calc(1rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist211_1 > * {
    width: calc((100% / 2) - (1rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist211_1 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist211_1 > * {
    width: 100%;
  }
}
.cardlist.cardlist221_1 {
  grid-gap: 1rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist221_1 {
    grid-gap: calc(1rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist221_1 {
    grid-gap: calc(1rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist221_1 > * {
    width: calc((100% / 2) - (1rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist221_1 > * {
    width: calc((100% / 2) - (1rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist221_1 > * {
    width: 100%;
  }
}
.cardlist.cardlist231_1 {
  grid-gap: 1rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist231_1 {
    grid-gap: calc(1rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist231_1 {
    grid-gap: calc(1rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist231_1 > * {
    width: calc((100% / 2) - (1rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist231_1 > * {
    width: calc((100% / 3) - (1rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist231_1 > * {
    width: 100%;
  }
}
.cardlist.cardlist311_1 {
  grid-gap: 1rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist311_1 {
    grid-gap: calc(1rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist311_1 {
    grid-gap: calc(1rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist311_1 > * {
    width: calc((100% / 3) - (1rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist311_1 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist311_1 > * {
    width: 100%;
  }
}
.cardlist.cardlist321_1 {
  grid-gap: 1rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist321_1 {
    grid-gap: calc(1rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist321_1 {
    grid-gap: calc(1rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist321_1 > * {
    width: calc((100% / 3) - (1rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist321_1 > * {
    width: calc((100% / 2) - (1rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist321_1 > * {
    width: 100%;
  }
}
.cardlist.cardlist331_1 {
  grid-gap: 1rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist331_1 {
    grid-gap: calc(1rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist331_1 {
    grid-gap: calc(1rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist331_1 > * {
    width: calc((100% / 3) - (1rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist331_1 > * {
    width: calc((100% / 3) - (1rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist331_1 > * {
    width: 100%;
  }
}
.cardlist.cardlist411_1 {
  grid-gap: 1rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist411_1 {
    grid-gap: calc(1rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist411_1 {
    grid-gap: calc(1rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist411_1 > * {
    width: calc((100% / 4) - (1rem * calc(4 - 1) / 4));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist411_1 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist411_1 > * {
    width: 100%;
  }
}
.cardlist.cardlist421_1 {
  grid-gap: 1rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist421_1 {
    grid-gap: calc(1rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist421_1 {
    grid-gap: calc(1rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist421_1 > * {
    width: calc((100% / 4) - (1rem * calc(4 - 1) / 4));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist421_1 > * {
    width: calc((100% / 2) - (1rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist421_1 > * {
    width: 100%;
  }
}
.cardlist.cardlist431_1 {
  grid-gap: 1rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist431_1 {
    grid-gap: calc(1rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist431_1 {
    grid-gap: calc(1rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist431_1 > * {
    width: calc((100% / 4) - (1rem * calc(4 - 1) / 4));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist431_1 > * {
    width: calc((100% / 3) - (1rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist431_1 > * {
    width: 100%;
  }
}
.cardlist.cardlist511_1 {
  grid-gap: 1rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist511_1 {
    grid-gap: calc(1rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist511_1 {
    grid-gap: calc(1rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist511_1 > * {
    width: calc((100% / 5) - (1rem * calc(5 - 1) / 5));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist511_1 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist511_1 > * {
    width: 100%;
  }
}
.cardlist.cardlist521_1 {
  grid-gap: 1rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist521_1 {
    grid-gap: calc(1rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist521_1 {
    grid-gap: calc(1rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist521_1 > * {
    width: calc((100% / 5) - (1rem * calc(5 - 1) / 5));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist521_1 > * {
    width: calc((100% / 2) - (1rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist521_1 > * {
    width: 100%;
  }
}
.cardlist.cardlist531_1 {
  grid-gap: 1rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist531_1 {
    grid-gap: calc(1rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist531_1 {
    grid-gap: calc(1rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist531_1 > * {
    width: calc((100% / 5) - (1rem * calc(5 - 1) / 5));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist531_1 > * {
    width: calc((100% / 3) - (1rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist531_1 > * {
    width: 100%;
  }
}
.cardlist.cardlist611_1 {
  grid-gap: 1rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist611_1 {
    grid-gap: calc(1rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist611_1 {
    grid-gap: calc(1rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist611_1 > * {
    width: calc((100% / 6) - (1rem * calc(6 - 1) / 6));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist611_1 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist611_1 > * {
    width: 100%;
  }
}
.cardlist.cardlist621_1 {
  grid-gap: 1rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist621_1 {
    grid-gap: calc(1rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist621_1 {
    grid-gap: calc(1rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist621_1 > * {
    width: calc((100% / 6) - (1rem * calc(6 - 1) / 6));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist621_1 > * {
    width: calc((100% / 2) - (1rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist621_1 > * {
    width: 100%;
  }
}
.cardlist.cardlist631_1 {
  grid-gap: 1rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist631_1 {
    grid-gap: calc(1rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist631_1 {
    grid-gap: calc(1rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist631_1 > * {
    width: calc((100% / 6) - (1rem * calc(6 - 1) / 6));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist631_1 > * {
    width: calc((100% / 3) - (1rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist631_1 > * {
    width: 100%;
  }
}
.cardlist.cardlist111_2 {
  grid-gap: 2rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist111_2 {
    grid-gap: calc(2rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist111_2 {
    grid-gap: calc(2rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist111_2 > * {
    width: 100%;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist111_2 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist111_2 > * {
    width: 100%;
  }
}
.cardlist.cardlist121_2 {
  grid-gap: 2rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist121_2 {
    grid-gap: calc(2rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist121_2 {
    grid-gap: calc(2rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist121_2 > * {
    width: 100%;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist121_2 > * {
    width: calc((100% / 2) - (2rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist121_2 > * {
    width: 100%;
  }
}
.cardlist.cardlist131_2 {
  grid-gap: 2rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist131_2 {
    grid-gap: calc(2rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist131_2 {
    grid-gap: calc(2rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist131_2 > * {
    width: 100%;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist131_2 > * {
    width: calc((100% / 3) - (2rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist131_2 > * {
    width: 100%;
  }
}
.cardlist.cardlist211_2 {
  grid-gap: 2rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist211_2 {
    grid-gap: calc(2rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist211_2 {
    grid-gap: calc(2rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist211_2 > * {
    width: calc((100% / 2) - (2rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist211_2 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist211_2 > * {
    width: 100%;
  }
}
.cardlist.cardlist221_2 {
  grid-gap: 2rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist221_2 {
    grid-gap: calc(2rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist221_2 {
    grid-gap: calc(2rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist221_2 > * {
    width: calc((100% / 2) - (2rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist221_2 > * {
    width: calc((100% / 2) - (2rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist221_2 > * {
    width: 100%;
  }
}
.cardlist.cardlist231_2 {
  grid-gap: 2rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist231_2 {
    grid-gap: calc(2rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist231_2 {
    grid-gap: calc(2rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist231_2 > * {
    width: calc((100% / 2) - (2rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist231_2 > * {
    width: calc((100% / 3) - (2rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist231_2 > * {
    width: 100%;
  }
}
.cardlist.cardlist311_2 {
  grid-gap: 2rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist311_2 {
    grid-gap: calc(2rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist311_2 {
    grid-gap: calc(2rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist311_2 > * {
    width: calc((100% / 3) - (2rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist311_2 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist311_2 > * {
    width: 100%;
  }
}
.cardlist.cardlist321_2 {
  grid-gap: 2rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist321_2 {
    grid-gap: calc(2rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist321_2 {
    grid-gap: calc(2rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist321_2 > * {
    width: calc((100% / 3) - (2rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist321_2 > * {
    width: calc((100% / 2) - (2rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist321_2 > * {
    width: 100%;
  }
}
.cardlist.cardlist331_2 {
  grid-gap: 2rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist331_2 {
    grid-gap: calc(2rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist331_2 {
    grid-gap: calc(2rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist331_2 > * {
    width: calc((100% / 3) - (2rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist331_2 > * {
    width: calc((100% / 3) - (2rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist331_2 > * {
    width: 100%;
  }
}
.cardlist.cardlist411_2 {
  grid-gap: 2rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist411_2 {
    grid-gap: calc(2rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist411_2 {
    grid-gap: calc(2rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist411_2 > * {
    width: calc((100% / 4) - (2rem * calc(4 - 1) / 4));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist411_2 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist411_2 > * {
    width: 100%;
  }
}
.cardlist.cardlist421_2 {
  grid-gap: 2rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist421_2 {
    grid-gap: calc(2rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist421_2 {
    grid-gap: calc(2rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist421_2 > * {
    width: calc((100% / 4) - (2rem * calc(4 - 1) / 4));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist421_2 > * {
    width: calc((100% / 2) - (2rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist421_2 > * {
    width: 100%;
  }
}
.cardlist.cardlist431_2 {
  grid-gap: 2rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist431_2 {
    grid-gap: calc(2rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist431_2 {
    grid-gap: calc(2rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist431_2 > * {
    width: calc((100% / 4) - (2rem * calc(4 - 1) / 4));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist431_2 > * {
    width: calc((100% / 3) - (2rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist431_2 > * {
    width: 100%;
  }
}
.cardlist.cardlist511_2 {
  grid-gap: 2rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist511_2 {
    grid-gap: calc(2rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist511_2 {
    grid-gap: calc(2rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist511_2 > * {
    width: calc((100% / 5) - (2rem * calc(5 - 1) / 5));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist511_2 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist511_2 > * {
    width: 100%;
  }
}
.cardlist.cardlist521_2 {
  grid-gap: 2rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist521_2 {
    grid-gap: calc(2rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist521_2 {
    grid-gap: calc(2rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist521_2 > * {
    width: calc((100% / 5) - (2rem * calc(5 - 1) / 5));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist521_2 > * {
    width: calc((100% / 2) - (2rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist521_2 > * {
    width: 100%;
  }
}
.cardlist.cardlist531_2 {
  grid-gap: 2rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist531_2 {
    grid-gap: calc(2rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist531_2 {
    grid-gap: calc(2rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist531_2 > * {
    width: calc((100% / 5) - (2rem * calc(5 - 1) / 5));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist531_2 > * {
    width: calc((100% / 3) - (2rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist531_2 > * {
    width: 100%;
  }
}
.cardlist.cardlist611_2 {
  grid-gap: 2rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist611_2 {
    grid-gap: calc(2rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist611_2 {
    grid-gap: calc(2rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist611_2 > * {
    width: calc((100% / 6) - (2rem * calc(6 - 1) / 6));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist611_2 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist611_2 > * {
    width: 100%;
  }
}
.cardlist.cardlist621_2 {
  grid-gap: 2rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist621_2 {
    grid-gap: calc(2rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist621_2 {
    grid-gap: calc(2rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist621_2 > * {
    width: calc((100% / 6) - (2rem * calc(6 - 1) / 6));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist621_2 > * {
    width: calc((100% / 2) - (2rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist621_2 > * {
    width: 100%;
  }
}
.cardlist.cardlist631_2 {
  grid-gap: 2rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist631_2 {
    grid-gap: calc(2rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist631_2 {
    grid-gap: calc(2rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist631_2 > * {
    width: calc((100% / 6) - (2rem * calc(6 - 1) / 6));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist631_2 > * {
    width: calc((100% / 3) - (2rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist631_2 > * {
    width: 100%;
  }
}
.cardlist.cardlist111_3 {
  grid-gap: 3rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist111_3 {
    grid-gap: calc(3rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist111_3 {
    grid-gap: calc(3rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist111_3 > * {
    width: 100%;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist111_3 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist111_3 > * {
    width: 100%;
  }
}
.cardlist.cardlist121_3 {
  grid-gap: 3rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist121_3 {
    grid-gap: calc(3rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist121_3 {
    grid-gap: calc(3rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist121_3 > * {
    width: 100%;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist121_3 > * {
    width: calc((100% / 2) - (3rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist121_3 > * {
    width: 100%;
  }
}
.cardlist.cardlist131_3 {
  grid-gap: 3rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist131_3 {
    grid-gap: calc(3rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist131_3 {
    grid-gap: calc(3rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist131_3 > * {
    width: 100%;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist131_3 > * {
    width: calc((100% / 3) - (3rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist131_3 > * {
    width: 100%;
  }
}
.cardlist.cardlist211_3 {
  grid-gap: 3rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist211_3 {
    grid-gap: calc(3rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist211_3 {
    grid-gap: calc(3rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist211_3 > * {
    width: calc((100% / 2) - (3rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist211_3 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist211_3 > * {
    width: 100%;
  }
}
.cardlist.cardlist221_3 {
  grid-gap: 3rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist221_3 {
    grid-gap: calc(3rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist221_3 {
    grid-gap: calc(3rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist221_3 > * {
    width: calc((100% / 2) - (3rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist221_3 > * {
    width: calc((100% / 2) - (3rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist221_3 > * {
    width: 100%;
  }
}
.cardlist.cardlist231_3 {
  grid-gap: 3rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist231_3 {
    grid-gap: calc(3rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist231_3 {
    grid-gap: calc(3rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist231_3 > * {
    width: calc((100% / 2) - (3rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist231_3 > * {
    width: calc((100% / 3) - (3rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist231_3 > * {
    width: 100%;
  }
}
.cardlist.cardlist311_3 {
  grid-gap: 3rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist311_3 {
    grid-gap: calc(3rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist311_3 {
    grid-gap: calc(3rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist311_3 > * {
    width: calc((100% / 3) - (3rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist311_3 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist311_3 > * {
    width: 100%;
  }
}
.cardlist.cardlist321_3 {
  grid-gap: 3rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist321_3 {
    grid-gap: calc(3rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist321_3 {
    grid-gap: calc(3rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist321_3 > * {
    width: calc((100% / 3) - (3rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist321_3 > * {
    width: calc((100% / 2) - (3rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist321_3 > * {
    width: 100%;
  }
}
.cardlist.cardlist331_3 {
  grid-gap: 3rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist331_3 {
    grid-gap: calc(3rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist331_3 {
    grid-gap: calc(3rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist331_3 > * {
    width: calc((100% / 3) - (3rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist331_3 > * {
    width: calc((100% / 3) - (3rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist331_3 > * {
    width: 100%;
  }
}
.cardlist.cardlist411_3 {
  grid-gap: 3rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist411_3 {
    grid-gap: calc(3rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist411_3 {
    grid-gap: calc(3rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist411_3 > * {
    width: calc((100% / 4) - (3rem * calc(4 - 1) / 4));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist411_3 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist411_3 > * {
    width: 100%;
  }
}
.cardlist.cardlist421_3 {
  grid-gap: 3rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist421_3 {
    grid-gap: calc(3rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist421_3 {
    grid-gap: calc(3rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist421_3 > * {
    width: calc((100% / 4) - (3rem * calc(4 - 1) / 4));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist421_3 > * {
    width: calc((100% / 2) - (3rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist421_3 > * {
    width: 100%;
  }
}
.cardlist.cardlist431_3 {
  grid-gap: 3rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist431_3 {
    grid-gap: calc(3rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist431_3 {
    grid-gap: calc(3rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist431_3 > * {
    width: calc((100% / 4) - (3rem * calc(4 - 1) / 4));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist431_3 > * {
    width: calc((100% / 3) - (3rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist431_3 > * {
    width: 100%;
  }
}
.cardlist.cardlist511_3 {
  grid-gap: 3rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist511_3 {
    grid-gap: calc(3rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist511_3 {
    grid-gap: calc(3rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist511_3 > * {
    width: calc((100% / 5) - (3rem * calc(5 - 1) / 5));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist511_3 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist511_3 > * {
    width: 100%;
  }
}
.cardlist.cardlist521_3 {
  grid-gap: 3rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist521_3 {
    grid-gap: calc(3rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist521_3 {
    grid-gap: calc(3rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist521_3 > * {
    width: calc((100% / 5) - (3rem * calc(5 - 1) / 5));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist521_3 > * {
    width: calc((100% / 2) - (3rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist521_3 > * {
    width: 100%;
  }
}
.cardlist.cardlist531_3 {
  grid-gap: 3rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist531_3 {
    grid-gap: calc(3rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist531_3 {
    grid-gap: calc(3rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist531_3 > * {
    width: calc((100% / 5) - (3rem * calc(5 - 1) / 5));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist531_3 > * {
    width: calc((100% / 3) - (3rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist531_3 > * {
    width: 100%;
  }
}
.cardlist.cardlist611_3 {
  grid-gap: 3rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist611_3 {
    grid-gap: calc(3rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist611_3 {
    grid-gap: calc(3rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist611_3 > * {
    width: calc((100% / 6) - (3rem * calc(6 - 1) / 6));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist611_3 > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist611_3 > * {
    width: 100%;
  }
}
.cardlist.cardlist621_3 {
  grid-gap: 3rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist621_3 {
    grid-gap: calc(3rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist621_3 {
    grid-gap: calc(3rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist621_3 > * {
    width: calc((100% / 6) - (3rem * calc(6 - 1) / 6));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist621_3 > * {
    width: calc((100% / 2) - (3rem * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist621_3 > * {
    width: 100%;
  }
}
.cardlist.cardlist631_3 {
  grid-gap: 3rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist631_3 {
    grid-gap: calc(3rem * 0.9);
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist631_3 {
    grid-gap: calc(3rem * 0.8);
  }
}
@media (min-width: 1300px) {
  .cardlist.cardlist631_3 > * {
    width: calc((100% / 6) - (3rem * calc(6 - 1) / 6));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .cardlist.cardlist631_3 > * {
    width: calc((100% / 3) - (3rem * calc(3 - 1) / 3));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .cardlist.cardlist631_3 > * {
    width: 100%;
  }
}

.main {
  margin-left: 14vw;
  background-color: #F7FAFC;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .main {
    padding-top: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .main {
    padding-top: calc(32px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .main {
    padding-bottom: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .main {
    padding-bottom: calc(32px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .main {
    padding-left: calc(32px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .main {
    padding-left: calc(32px * 0.3) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .main {
    padding-right: calc(32px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .main {
    padding-right: calc(32px * 0.3) !important;
  }
}
@media (min-width: 0px) and (max-width: 1300px) {
  .main {
    width: 100%;
    margin-top: 6vh;
    margin-left: unset;
  }
}

.listHeader {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .listHeader {
    margin-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .listHeader {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
.listHeader > div:first-of-type {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.listHeader strong {
  font-size: 40px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .listHeader strong {
    font-size: calc(40px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .listHeader strong {
    font-size: calc(40px * 0.8) !important;
  }
}
.listHeader i {
  font-size: 32px !important;
  margin-right: 10px !important;
  padding-top: 2px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .listHeader i {
    font-size: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .listHeader i {
    font-size: calc(32px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .listHeader i {
    margin-right: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .listHeader i {
    margin-right: calc(10px * 0.8) !important;
  }
}

.detailedHeader {
  margin-bottom: 15px !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .detailedHeader {
    margin-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .detailedHeader {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .detailedHeader {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
.detailedHeader > div:first-of-type {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
@media (min-width: 0px) and (max-width: 788px) {
  .detailedHeader > div:first-of-type {
    margin-bottom: 12px;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
}
.detailedHeader > div:first-of-type i {
  font-size: 64px !important;
  margin-right: 15px !important;
  padding-top: 7px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .detailedHeader > div:first-of-type i {
    font-size: calc(64px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .detailedHeader > div:first-of-type i {
    font-size: calc(64px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .detailedHeader > div:first-of-type i {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .detailedHeader > div:first-of-type i {
    margin-right: calc(15px * 0.8) !important;
  }
}
.detailedHeader > div:first-of-type .title, .detailedHeader > div:first-of-type strong:first-of-type {
  font-size: 40px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .detailedHeader > div:first-of-type .title, .detailedHeader > div:first-of-type strong:first-of-type {
    font-size: calc(40px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .detailedHeader > div:first-of-type .title, .detailedHeader > div:first-of-type strong:first-of-type {
    font-size: calc(40px * 0.8) !important;
  }
}
.detailedHeader > div:first-of-type strong:last-of-type {
  padding-left: 2px;
}
.detailedHeader .images {
  margin-left: 50px;
  display: flex;
}
.detailedHeader .images img {
  display: block;
  margin-right: 20px;
  padding: 10px 14px;
  background: white;
  height: 60px;
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
}
.detailedHeader .images img:nth-child(1) {
  border-bottom: 4px solid #CA4797;
}
.detailedHeader .images img:nth-child(2) {
  border-bottom: 4px solid #7B66C2;
}
.detailedHeader .images img:nth-child(3) {
  border-bottom: 4px solid #CA4797;
}
.detailedHeader .images img:nth-child(4) {
  border-bottom: 4px solid #F1A149;
}
.detailedHeader .images img:nth-child(5) {
  border-bottom: 4px solid #2FBDE5;
}
.detailedHeader button:hover {
  color: #81839F !important;
  background-color: #F7FAFC !important;
}
.detailedHeader > div:last-of-type {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  grid-gap: 20px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .detailedHeader > div:last-of-type {
    grid-gap: 10px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .detailedHeader > div:last-of-type {
    grid-gap: 10px;
  }
}
.detailedHeader > div:last-of-type > button {
  margin: 0;
}
.detailedHeader > div:last-of-type > button:last-of-type {
  margin-right: unset !important;
  align-self: flex-end;
}

.iconHeader {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.iconHeader > i {
  font-size: 3rem;
  margin-right: 15px;
  color: #51536B;
}

/*
    zet de scroll-axis die je wil gebruiken ($x en/of $y) op TRUE
*/
/*
    zet de scroll-axis die je wil gebruiken ($x en/of $y) op TRUE
*/
/*@mixin scrollbar($thumbclr: $cGrey70, $trackclr: $cGrey30, $size: 10px,$margin: $sXS, $x: null, $y: null) {

    @if $x==true {
        overflow-x: auto;
    }
    @else {
        overflow-x: hidden;
    }

    @if $y==true {
        overflow-y: auto;
    }
    @else {
        overflow-y: hidden;
    }

    scrollbar-color: $thumbclr $trackclr;

    &::-webkit-scrollbar {
        width: $size;
        height: $size;
    }

    &::-webkit-scrollbar-thumb {
        background: $thumbclr;
        border-radius: $size;
        border: 2px solid rgba($trackclr, 1);
    }

    &::-webkit-scrollbar-track {
        margin: $margin;
        background: $trackclr;
        border-radius: $size;
        border: 2px solid rgba($thumbclr, 0.25);
    }
}

*/
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px !important;
  color: #272838;
  font-family: "IBM Plex Sans", Verdana, sans-serif;
  background: #F7FAFC;
  margin: 0;
  padding: 0;
}
@media (min-width: 788px) and (max-width: 1300px) {
  body {
    font-size: calc(16px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  body {
    font-size: calc(16px * 0.9) !important;
  }
}
body.collapse .nav {
  width: 50px;
  min-width: unset !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  justify-content: flex-end;
}
body.collapse .logo {
  display: none !important;
}
body.collapse .menu {
  display: none !important;
}
body.collapse .logout, body.collapse .nav .logoutActual, .nav body.collapse .logoutActual {
  border: none !important;
  padding: 0;
}
body.collapse .logout div:first-of-type, body.collapse .nav .logoutActual div:first-of-type, .nav body.collapse .logoutActual div:first-of-type {
  display: none;
}
body.collapse .main {
  margin-left: 3vw;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
body.collapse .icn, body.collapse .formsection.readonly .formSubheader, .formsection.readonly body.collapse .formSubheader, body.collapse .nav .menu > ul > li > ul > li, .nav body.collapse .menu > ul > li > ul > li {
  border: 1px solid #DDDEE7;
}
body.collapse .icn.collapse::before, body.collapse .formsection.readonly .collapse.formSubheader::before, .formsection.readonly body.collapse .collapse.formSubheader::before, body.collapse .nav .menu > ul > li > ul > li.collapse::before, .nav body.collapse .menu > ul > li > ul > li.collapse::before {
  content: "\f101" !important;
}

iframe {
  height: 100%;
  width: 100% !important;
}
iframe.docViewer {
  min-height: 65vh !important;
}

h1, h2, h3, h4, h5, blockquote, strong.primary, strong.secondary, strong.tertiary, .fontHeaders {
  font-family: "IBM Plex Sans", Verdana, sans-serif;
  color: #51536B;
}

input, textarea {
  font-size: 16px !important;
  font-family: "IBM Plex Sans", Verdana, sans-serif;
}
@media (min-width: 788px) and (max-width: 1300px) {
  input, textarea {
    font-size: calc(16px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  input, textarea {
    font-size: calc(16px * 0.6) !important;
  }
}

h1 {
  font-size: 40px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  h1 {
    font-size: calc(40px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  h1 {
    font-size: calc(40px * 0.9) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  h1 {
    margin-top: calc(5px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  h1 {
    margin-top: calc(5px * 0.9) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  h1 {
    margin-bottom: calc(5px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  h1 {
    margin-bottom: calc(5px * 0.9) !important;
  }
}

h2 {
  font-size: 20px !important;
  margin-bottom: 5px !important;
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  h2 {
    font-size: calc(20px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  h2 {
    font-size: calc(20px * 0.9) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  h2 {
    margin-bottom: calc(5px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  h2 {
    margin-bottom: calc(5px * 0.9) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  h2 {
    margin-bottom: calc(5px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  h2 {
    margin-bottom: calc(5px * 0.9) !important;
  }
}

h3 {
  font-size: 18px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  h3 {
    font-size: calc(18px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  h3 {
    font-size: calc(18px * 0.9) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  h3 {
    margin-top: calc(5px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  h3 {
    margin-top: calc(5px * 0.9) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  h3 {
    margin-bottom: calc(5px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  h3 {
    margin-bottom: calc(5px * 0.9) !important;
  }
}

strong.primary {
  font-size: 18px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  color: #81839F;
}
@media (min-width: 788px) and (max-width: 1300px) {
  strong.primary {
    font-size: calc(18px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  strong.primary {
    font-size: calc(18px * 1) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  strong.primary {
    margin-top: calc(5px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  strong.primary {
    margin-top: calc(5px * 0.9) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  strong.primary {
    margin-bottom: calc(5px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  strong.primary {
    margin-bottom: calc(5px * 0.9) !important;
  }
}

strong.secondary {
  font-size: 13px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  strong.secondary {
    font-size: calc(13px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  strong.secondary {
    font-size: calc(13px * 0.9) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  strong.secondary {
    margin-top: calc(5px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  strong.secondary {
    margin-top: calc(5px * 0.9) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  strong.secondary {
    margin-bottom: calc(5px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  strong.secondary {
    margin-bottom: calc(5px * 0.9) !important;
  }
}

strong.tertiary {
  font-size: 16px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  strong.tertiary {
    font-size: calc(16px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  strong.tertiary {
    font-size: calc(16px * 1) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  strong.tertiary {
    margin-top: calc(5px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  strong.tertiary {
    margin-top: calc(5px * 0.9) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  strong.tertiary {
    margin-bottom: calc(5px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  strong.tertiary {
    margin-bottom: calc(5px * 0.9) !important;
  }
}

p {
  margin-block-start: 0em;
  font-size: 13px !important;
  margin-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  p {
    font-size: calc(13px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  p {
    font-size: calc(13px * 1) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  p {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  p {
    margin-bottom: calc(15px * 0.6) !important;
  }
}

p.small, .agenda .agendabody .r .fc p.fc-button-primary, .agenda .agendabody .l > p.filterWrapper, p.filelist {
  font-size: 11px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  p.small, .agenda .agendabody .r .fc p.fc-button-primary, .agenda .agendabody .l > p.filterWrapper, p.filelist {
    font-size: calc(11px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  p.small, .agenda .agendabody .r .fc p.fc-button-primary, .agenda .agendabody .l > p.filterWrapper, p.filelist {
    font-size: calc(11px * 1) !important;
  }
}

blockquote {
  font-size: 13px !important;
  font-weight: 400;
  margin-block-start: unset;
  margin-block-end: unset;
  margin-inline-start: unset;
  margin-inline-end: unset;
}
@media (min-width: 788px) and (max-width: 1300px) {
  blockquote {
    font-size: calc(13px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  blockquote {
    font-size: calc(13px * 0.6) !important;
  }
}
blockquote:before {
  content: open-quote;
}
blockquote:after {
  content: close-quote;
}

ul, ol {
  margin-block-start: 10px;
  margin-block-end: 10px;
  padding-inline-start: 0;
  list-style: none;
}

li {
  font-size: 13px !important;
  text-indent: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  li {
    font-size: calc(13px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  li {
    font-size: calc(13px * 0.9) !important;
  }
}

ul.horizontal, ol.horizontal {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul.horizontal li, ol.horizontal li {
  float: left;
  padding: 32px;
}

hr {
  margin-left: 0;
  background-color: #989AB7;
  border: unset;
  height: 3px;
}

.obj {
  width: 100%;
  height: 100%;
}

.bgw {
  background: white !important;
}

.mainmodal:not(.x) {
  margin-left: unset !important;
  margin-top: unset !important;
  background: white !important;
  padding: 5px !important;
}

.nav {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 14vw;
  min-width: 230px;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: #202020 !important;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  border-inline-end: 1px solid #CDCFDF;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .nav {
    padding-top: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .nav {
    padding-top: calc(32px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .nav {
    padding-bottom: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .nav {
    padding-bottom: calc(32px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .nav {
    padding-left: calc(32px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .nav {
    padding-left: calc(32px * 0.3) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .nav {
    padding-right: calc(32px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .nav {
    padding-right: calc(32px * 0.3) !important;
  }
}
@media (min-width: 0px) and (max-width: 1300px) {
  .nav {
    align-items: center;
    width: 100%;
    height: 6vh;
    min-height: 40px;
    flex-direction: row;
    border-inline-end: unset;
    border-block-end: 1px solid #CDCFDF;
  }
}
.nav .arrowsDown {
  display: none;
  cursor: pointer;
}
.nav .arrowsDown:before {
  padding-right: 0 !important;
}
@media (min-width: 0px) and (max-width: 1300px) {
  .nav .arrowsDown {
    display: block;
    font-size: 26px !important;
  }
}
.nav .logo {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 1300px) {
  .nav .logo {
    margin-left: 15px !important;
    width: 100px;
  }
}
@media (min-width: 0px) and (max-width: 1300px) and (min-width: 788px) and (max-width: 1300px) {
  .nav .logo {
    margin-left: calc(15px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 1300px) and (min-width: 0px) and (max-width: 788px) {
  .nav .logo {
    margin-left: calc(15px * 0.8) !important;
  }
}
.nav .menu {
  display: block;
  position: relative;
  flex-grow: 1;
  margin-block: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #989AB7 #DDDEE7;
  font-weight: 600;
  font-size: 16px !important;
}
.nav .menu::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #D8D8D8;
}
.nav .menu::-webkit-scrollbar-thumb {
  background: #aaa;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .nav .menu {
    font-size: calc(16px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .nav .menu {
    font-size: calc(16px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 1300px) {
  .nav .menu {
    min-width: 230px;
    display: none;
    height: 94vh;
    position: fixed;
    left: 0;
    top: 6vh;
    margin-block: unset;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .nav .menu {
    width: 14vw;
    border-inline-end: 1px solid #CDCFDF;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .nav .menu {
    width: 100vw;
  }
}
@media (min-width: 0px) and (max-width: 1300px) {
  .nav .menu > ul {
    padding: 15px !important;
  }
}
@media (min-width: 0px) and (max-width: 1300px) and (min-width: 788px) and (max-width: 1300px) {
  .nav .menu > ul {
    padding: calc(15px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 1300px) and (min-width: 0px) and (max-width: 788px) {
  .nav .menu > ul {
    padding: calc(15px * 0.8) !important;
  }
}
.nav .menu > ul > li:not(:first-child) {
  margin-block-start: 32px;
}
.nav .menu > ul > li > p {
  color: white;
  font-size: 13px !important;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .nav .menu > ul > li > p {
    font-size: calc(13px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .nav .menu > ul > li > p {
    font-size: calc(13px * 1) !important;
  }
}
.nav .menu > ul > li > p::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 95%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 1px solid #E3ECF3;
}
.nav .menu > ul > li > p span, .nav .menu > ul > li > p i {
  background: #142157;
  margin-right: 5px;
}
.nav .menu > ul > li > p span {
  padding-right: 5px;
}
.nav .menu > ul > li > p i {
  padding-left: 5px;
}
.nav .menu > ul > li > ul {
  display: none;
}
.nav .menu > ul > li > ul > li {
  margin-block-start: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 16px !important;
  padding: 5px;
}
.nav .menu > ul > li > ul > li:hover, .nav .menu > ul > li > ul > li.active {
  background-color: #E1A1AC;
  border-radius: 0.125em;
  color: white;
}
.nav .menu > ul > li > ul > li:hover > a, .nav .menu > ul > li > ul > li.active > a {
  color: white;
}
.nav .menu > ul > li > ul > li::before {
  width: 2em !important;
  font-size: 16px !important;
}
.nav .menu > ul > li > ul > li > a {
  text-decoration: none;
  color: white;
  font-size: 16px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .nav .menu > ul > li > ul > li > a {
    font-size: calc(16px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .nav .menu > ul > li > ul > li > a {
    font-size: calc(16px * 0.8) !important;
  }
}
.nav .menu > ul > li > ul > li.Dashboard::before {
  content: "\f64a";
}
.nav .menu > ul > li > ul > li.Bemiddelingen::before {
  content: "\e066";
}
.nav .menu > ul > li > ul > li.Zoekers::before {
  content: "\f0c0";
}
.nav .menu > ul > li > ul > li.Eigenaren::before {
  content: "\f508";
}
.nav .menu > ul > li > ul > li.Woningen::before {
  content: "\f1ad";
}
.nav .menu > ul > li > ul > li.Huurtrajecten::before {
  content: "\f542";
}
.nav .menu > ul > li > ul > li.Huurders::before {
  content: "\f0c0";
}
.nav .menu > ul > li > ul > li.Opzeggingen::before {
  content: "\f1c3";
}
.nav .menu > ul > li > ul > li.Verhogingen::before {
  content: "\f201";
}
.nav .menu > ul > li > ul > li.Contracten::before {
  content: "\f570";
}
.nav .menu > ul > li > ul > li.Tickets::before {
  content: "\f543";
}
.nav .menu > ul > li > ul > li.Facturen::before {
  content: "\f570";
}
.nav .menu > ul > li > ul > li.Omzet::before {
  content: "\f201";
}
.nav .menu > ul > li > ul > li.Landen::before {
  content: "\f57d";
}
.nav .menu > ul > li > ul > li.Havens::before {
  content: "\f21a";
}
.nav .menu > ul > li > ul > li.Hubs::before {
  content: "\f64f";
}
.nav .menu > ul > li > ul > li.Currencies::before {
  content: "\f51e";
}
.nav .menu > ul > li > ul > li.Warehouses::before {
  content: "\f494";
}
.nav .menu > ul > li > ul > li.Ships::before {
  content: "\f21a";
}
.nav .menu > ul > li > ul > li.Destinations::before {
  content: "\f5a0";
}
.nav .menu > ul > li > ul > li.Extras::before {
  content: "\f65e";
}
.nav .menu > ul > li > ul > li.Prices::before {
  content: "\f3d1";
}
.nav .menu > ul > li > ul > li.Terms::before {
  content: "\f573";
}
.nav .menu > ul > li > ul > li.Partners::before {
  content: "\f4c4";
}
.nav .menu > ul > li > ul > li.Verhuizers::before {
  content: "\f4de";
}
.nav .menu > ul > li > ul > li.Truckers::before {
  content: "\f4df";
}
.nav .menu > ul > li > ul > li.DestPartners::before {
  content: "\f48b";
}
.nav .menu > ul > li > ul > li.B2BContact::before {
  content: "\f4ce";
}
.nav .menu > ul > li > ul > li.Verhuizingen::before {
  content: "\f49e";
}
.nav .menu > ul > li > ul > li.Offertes::before {
  content: "\f571";
}
.nav .menu > ul > li > ul > li.Containers::before {
  content: "\f187";
}
.nav .menu > ul > li > ul > li.Producten::before {
  content: "\f542";
}
.nav .menu > ul > li > ul > li.Boek::before {
  content: "\f02d";
}
.nav .menu > ul > li > ul > li.Autonummer::before {
  content: "\f0cb";
}
.nav .menu > ul > li > ul > li.Setting::before {
  content: "\f0ad";
}
.nav .menu > ul > li > ul > li.Template::before {
  content: "\f1c9";
}
.nav .menu > ul > li > ul > li.Enum::before {
  content: "\f0ca";
}
.nav .menu > ul > li > ul > li.Relation::before {
  content: "\f6ff";
}
.nav .menu > ul > li > ul > li.Entity::before {
  content: "\f0ce";
}
.nav .menu > ul > li > ul > li.Views::before {
  content: "\f00b";
}
.nav .menu > ul > li > ul > li.ClearCache::before {
  content: "\f1b8";
}
.nav .menu > ul > li > ul > li.Emails::before {
  content: "\f674";
}
.nav .menu > ul > li > ul > li.Intervals::before {
  content: "\f017";
}
.nav .menu > ul > li > ul > li.Zoho::before {
  content: "\f021";
}
.nav .menu > ul > li > ul > li.Batch::before {
  content: "\f0ae";
}
.nav .menu .category a {
  background-color: #142157;
}
.nav > button.logout, .nav > button.logoutActual {
  background-color: inherit;
}
.nav .logoutActual {
  background-color: transparent;
}
@media (min-width: 0px) and (max-width: 1300px) {
  .nav .logoutActual {
    display: flex !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .nav .logoutActual {
    display: flex !important;
  }
}
.nav .logout, .nav .logoutActual {
  border: 1px solid #DDDEE7;
  margin: 0 auto;
  margin-top: 10px;
  width: 100%;
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 1300px) {
  .nav .logout, .nav .logoutActual {
    max-height: 32px;
    margin: unset;
    margin-left: auto;
    width: unset;
    padding: 5px;
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .nav .logout, .nav .logoutActual {
    padding: 1px !important;
    display: none;
  }
}
.nav .logout .signout, .nav .logoutActual .signout {
  font-size: 30px;
}
.nav .logout > div:first-child, .nav .logoutActual > div:first-child {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  font-size: 13px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .nav .logout > div:first-child, .nav .logoutActual > div:first-child {
    font-size: calc(13px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .nav .logout > div:first-child, .nav .logoutActual > div:first-child {
    font-size: calc(13px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 1300px) {
  .nav .logout > div:first-child, .nav .logoutActual > div:first-child {
    display: none;
  }
}
.nav .logout > div:first-child > span:first-child, .nav .logoutActual > div:first-child > span:first-child {
  margin-block-end: 0;
  font-weight: 600;
}
.nav .logout > div:first-child > span:last-child, .nav .logoutActual > div:first-child > span:last-child {
  color: #989AB7;
}
.nav .logout > div:last-child, .nav .logoutActual > div:last-child {
  padding: 5px 0px 5px 5px !important;
}

.bgcPrimary {
  background-color: #528AFA;
}

.cPrimary {
  color: #528AFA;
}

.bgcSecondary {
  background-color: #E7EFFE;
}

.cSecondary {
  color: #E7EFFE;
}

.cTextPrimair {
  color: #272838;
}

.cTextSecundair {
  color: #81839F;
}

.cTextInputs {
  color: #ABADC4;
}

.cCBPrimair {
  color: #B9BAC4;
}

.cCBSecundair {
  color: #DDDEE7;
}

.bgcWhite {
  background-color: white;
}

.bgcBlack {
  background-color: #272838;
}

.cWhite {
  color: white;
}

.bgcGrey90 {
  background-color: #51536B;
}

.cGrey90 {
  color: #51536B;
}

.bgcGrey80 {
  background-color: #81839F;
}

.cGrey80 {
  color: #81839F;
}

.bgcGrey70 {
  background-color: #989AB7;
}

.cGrey70 {
  color: #989AB7;
}

.bgcGrey60 {
  background-color: #ABADC4;
}

.cGrey60 {
  color: #ABADC4;
}

.bgcGrey50 {
  background-color: #B9BAC4;
}

.cGrey50 {
  color: #B9BAC4;
}

.bgcGrey40 {
  background-color: #CDCFDF;
}

.cGrey40 {
  color: #CDCFDF;
}

.bgcGrey30 {
  background-color: #DDDEE7;
}

.cGrey30 {
  color: #DDDEE7;
}

.bgcGreen80 {
  background-color: #30C2C9;
}

.cGreen80 {
  color: #30C2C9;
}

.bgcGreen60 {
  background-color: #AAE5E9;
}

.cGreen60 {
  color: #AAE5E9;
}

.bgcRed80 {
  background-color: #FF7D88;
}

.cRed80 {
  color: #FF7D88;
}

.bgcRed60 {
  background-color: #FFE8EA;
}

.cRed60 {
  color: #FFE8EA;
}

.cBtnSecundair {
  color: #BAD0FD !important;
}

.bgcBtnSecundair {
  background-color: #BAD0FD !important;
}

.cTblPrimair {
  color: #51536B;
}

.bgcTblPrimair {
  background-color: #51536B;
}

.cTblSecundair {
  color: #989AB7;
}

.bgcTblSecundair {
  background-color: #989AB7;
}

.cAffirmative {
  color: #35D484;
}

.bgcAffirmative {
  background-color: #35D484;
}

.txtBlack {
  color: #272838;
}

.txtGrey {
  color: gray;
}

.txtLightGrey {
  color: lightslategray;
}

.txtGreyDark {
  color: darkgrey;
}

.txtWhite {
  color: white;
}

.txtRedtone {
  color: red;
}

.txtGreentone {
  color: #3DC47E;
}

.txtCTA {
  color: #528AFA;
}

.glyphicon-chevron-up {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.glyphicon-chevron-up:before {
  content: "\f077";
}

.glyphicon-chevron-down {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.glyphicon-chevron-down:before {
  content: "\f078";
}

.la-angle-left {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.la-angle-left:before {
  content: "\f053";
}

.la-angle-right {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.la-angle-right:before {
  content: "\f054";
}

.datepicker table tr td.today {
  background-color: #BAD0FD;
  background-image: unset;
}
.datepicker table tr td.today:hover {
  background-color: #528AFA !important;
  background-image: unset;
}

.datepicker table tr td.active {
  background-color: #528AFA;
  background-image: unset;
}

.datepicker thead {
  background-color: #F7FAFC;
}

.datepicker table tr td.day:hover,
.datepicker .datepicker-switch:hover,
.datepicker .next:hover, .datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: unset !important;
  background-color: #DDDEE7 !important;
}

.mydatepicker {
  line-height: 30px !important;
}

.flexRow_SB_C {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.flexRow_End {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.flexHub {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 20px;
  margin-bottom: 70px !important;
}
@media (min-width: 1300px) {
  .flexHub > * {
    width: calc((100% / 2) - (20px * calc(2 - 1) / 2));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .flexHub > * {
    width: calc((100% / 2) - (20px * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .flexHub > * {
    width: 100%;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .flexHub {
    margin-bottom: calc(70px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .flexHub {
    margin-bottom: calc(70px * 1) !important;
  }
}
.flexHub .sidebar {
  width: calc(25% - 20px) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .flexHub .sidebar {
    width: calc(calc(25% - 20px) * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .flexHub .sidebar {
    width: calc(calc(25% - 20px) * 4) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .flexHub .sidebar {
    width: 100% !important;
  }
}
.flexHub .sidebar > div:last-of-type {
  margin-bottom: 32px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .flexHub .sidebar > div:last-of-type {
    margin-bottom: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .flexHub .sidebar > div:last-of-type {
    margin-bottom: calc(32px * 0.8) !important;
  }
}
.flexHub .maincontent {
  width: calc(75% - 20px) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .flexHub .maincontent {
    width: calc(calc(75% - 20px) * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .flexHub .maincontent {
    width: calc(calc(75% - 20px) * 1.33) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .flexHub .maincontent {
    width: 100% !important;
  }
}
.flexHub .maincontent > h2 {
  margin-top: 0;
}
.flexHub .maincontent ol {
  padding-inline-start: 25px;
  list-style: upper-roman;
}
.flexHub .maincontent *:last-of-type {
  margin-bottom: 0;
}

/*.flexContact {
    @include flexgrid(2,2,1,20px,space-between);

    .adres {
        text-align: end;
    }
}*/
.flexContact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  grid-gap: 20px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .flexContact {
    flex-wrap: wrap;
  }
  .flexContact .adres {
    width: 100% !important;
  }
}
.flexContact .adres {
  width: 40%;
  text-align: end;
}

.h-100 {
  height: 100%;
}

.form {
  font-size: 15px !important;
  color: #272838;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form {
    font-size: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form {
    font-size: calc(15px * 0.9) !important;
  }
}
.form.huurinkomsten div:nth-child(even) {
  width: 50% !important;
}
.form.huurinkomsten div:nth-child(odd) {
  width: 50% !important;
}
.form.col1212 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem;
  padding-top: 15px !important;
}
.form.col1212 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
}
.form.col1212 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col1212 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col1212 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col1212 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col1212 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col1212 {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col1212 {
    padding-top: calc(15px * 0.7) !important;
  }
}
.form.col1212 > div {
  display: flex;
  align-items: center;
}
.form.col1212 > * {
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col1212 > * {
    margin-bottom: calc(5px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col1212 > * {
    margin-bottom: calc(5px * 0.7) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col1212 > *:nth-child(2n+1) {
    margin-bottom: 5px !important;
  }
}
.form.col1212 > header, .form.col1212 > .fw {
  width: 100% !important;
}
.form.col1212 .radioButtonWrapper {
  display: block !important;
  margin-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col1212 .radioButtonWrapper {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col1212 .radioButtonWrapper {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
.form.col48 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem;
  padding-top: 15px !important;
}
.form.col48 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.form.col48 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col48 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .form.col48 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col48 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col48 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col48 {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col48 {
    padding-top: calc(15px * 0.7) !important;
  }
}
.form.col48 > div {
  display: flex;
  align-items: center;
}
.form.col48 > * {
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col48 > * {
    margin-bottom: calc(5px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col48 > * {
    margin-bottom: calc(5px * 0.7) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col48 > *:nth-child(2n+1) {
    margin-bottom: 5px !important;
  }
}
.form.col48 > header, .form.col48 > .fw {
  width: 100% !important;
}
.form.col48 .radioButtonWrapper {
  display: block !important;
  margin-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col48 .radioButtonWrapper {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col48 .radioButtonWrapper {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
.form.col2, .form#fulldocs, .form.defaultGrid3_9, .form.defaultGrid4_8, .form.defaultGrid6_6, .groupagedetail .header .form.summary, .inteplannengroupage .header .form.summary, .form.defaultGrid7_5, .form.defaultGrid8_4, .form.defaultGrid9_3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem;
  padding-top: 15px !important;
}
.form.col2 > *:nth-child(2n+1), .form#fulldocs > *:nth-child(2n+1), .form.defaultGrid3_9 > *:nth-child(2n+1), .form.defaultGrid4_8 > *:nth-child(2n+1), .form.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .form.summary > *:nth-child(2n+1), .inteplannengroupage .header .form.summary > *:nth-child(2n+1), .form.defaultGrid7_5 > *:nth-child(2n+1), .form.defaultGrid8_4 > *:nth-child(2n+1), .form.defaultGrid9_3 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.form.col2 > *:nth-child(2n+2), .form#fulldocs > *:nth-child(2n+2), .form.defaultGrid3_9 > *:nth-child(2n+2), .form.defaultGrid4_8 > *:nth-child(2n+2), .form.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .form.summary > *:nth-child(2n+2), .inteplannengroupage .header .form.summary > *:nth-child(2n+2), .form.defaultGrid7_5 > *:nth-child(2n+2), .form.defaultGrid8_4 > *:nth-child(2n+2), .form.defaultGrid9_3 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2 > *:nth-child(2n+1), .form#fulldocs > *:nth-child(2n+1), .form.defaultGrid3_9 > *:nth-child(2n+1), .form.defaultGrid4_8 > *:nth-child(2n+1), .form.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .form.summary > *:nth-child(2n+1), .inteplannengroupage .header .form.summary > *:nth-child(2n+1), .form.defaultGrid7_5 > *:nth-child(2n+1), .form.defaultGrid8_4 > *:nth-child(2n+1), .form.defaultGrid9_3 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .form.col2 > *:nth-child(2n+2), .form#fulldocs > *:nth-child(2n+2), .form.defaultGrid3_9 > *:nth-child(2n+2), .form.defaultGrid4_8 > *:nth-child(2n+2), .form.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .form.summary > *:nth-child(2n+2), .inteplannengroupage .header .form.summary > *:nth-child(2n+2), .form.defaultGrid7_5 > *:nth-child(2n+2), .form.defaultGrid8_4 > *:nth-child(2n+2), .form.defaultGrid9_3 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2 > *:nth-child(2n+1), .form#fulldocs > *:nth-child(2n+1), .form.defaultGrid3_9 > *:nth-child(2n+1), .form.defaultGrid4_8 > *:nth-child(2n+1), .form.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .form.summary > *:nth-child(2n+1), .inteplannengroupage .header .form.summary > *:nth-child(2n+1), .form.defaultGrid7_5 > *:nth-child(2n+1), .form.defaultGrid8_4 > *:nth-child(2n+1), .form.defaultGrid9_3 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col2 > *:nth-child(2n+2), .form#fulldocs > *:nth-child(2n+2), .form.defaultGrid3_9 > *:nth-child(2n+2), .form.defaultGrid4_8 > *:nth-child(2n+2), .form.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .form.summary > *:nth-child(2n+2), .inteplannengroupage .header .form.summary > *:nth-child(2n+2), .form.defaultGrid7_5 > *:nth-child(2n+2), .form.defaultGrid8_4 > *:nth-child(2n+2), .form.defaultGrid9_3 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2, .form#fulldocs, .form.defaultGrid3_9, .form.defaultGrid4_8, .form.defaultGrid6_6, .groupagedetail .header .form.summary, .inteplannengroupage .header .form.summary, .form.defaultGrid7_5, .form.defaultGrid8_4, .form.defaultGrid9_3 {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2, .form#fulldocs, .form.defaultGrid3_9, .form.defaultGrid4_8, .form.defaultGrid6_6, .groupagedetail .header .form.summary, .inteplannengroupage .header .form.summary, .form.defaultGrid7_5, .form.defaultGrid8_4, .form.defaultGrid9_3 {
    padding-top: calc(15px * 0.7) !important;
  }
}
.form.col2 > div, .form#fulldocs > div, .form.defaultGrid3_9 > div, .form.defaultGrid4_8 > div, .form.defaultGrid6_6 > div, .groupagedetail .header .form.summary > div, .inteplannengroupage .header .form.summary > div, .form.defaultGrid7_5 > div, .form.defaultGrid8_4 > div, .form.defaultGrid9_3 > div {
  display: flex;
  align-items: center;
}
.form.col2 > *, .form#fulldocs > *, .form.defaultGrid3_9 > *, .form.defaultGrid4_8 > *, .form.defaultGrid6_6 > *, .groupagedetail .header .form.summary > *, .inteplannengroupage .header .form.summary > *, .form.defaultGrid7_5 > *, .form.defaultGrid8_4 > *, .form.defaultGrid9_3 > * {
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2 > *, .form#fulldocs > *, .form.defaultGrid3_9 > *, .form.defaultGrid4_8 > *, .form.defaultGrid6_6 > *, .groupagedetail .header .form.summary > *, .inteplannengroupage .header .form.summary > *, .form.defaultGrid7_5 > *, .form.defaultGrid8_4 > *, .form.defaultGrid9_3 > * {
    margin-bottom: calc(5px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2 > *, .form#fulldocs > *, .form.defaultGrid3_9 > *, .form.defaultGrid4_8 > *, .form.defaultGrid6_6 > *, .groupagedetail .header .form.summary > *, .inteplannengroupage .header .form.summary > *, .form.defaultGrid7_5 > *, .form.defaultGrid8_4 > *, .form.defaultGrid9_3 > * {
    margin-bottom: calc(5px * 0.7) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2 > *:nth-child(2n+1), .form#fulldocs > *:nth-child(2n+1), .form.defaultGrid3_9 > *:nth-child(2n+1), .form.defaultGrid4_8 > *:nth-child(2n+1), .form.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .form.summary > *:nth-child(2n+1), .inteplannengroupage .header .form.summary > *:nth-child(2n+1), .form.defaultGrid7_5 > *:nth-child(2n+1), .form.defaultGrid8_4 > *:nth-child(2n+1), .form.defaultGrid9_3 > *:nth-child(2n+1) {
    margin-bottom: 5px !important;
  }
}
.form.col2 > header, .form#fulldocs > header, .form.defaultGrid3_9 > header, .form.defaultGrid4_8 > header, .form.defaultGrid6_6 > header, .groupagedetail .header .form.summary > header, .inteplannengroupage .header .form.summary > header, .form.defaultGrid7_5 > header, .form.defaultGrid8_4 > header, .form.defaultGrid9_3 > header, .form.col2 > .fw, .form#fulldocs > .fw, .form.defaultGrid3_9 > .fw, .form.defaultGrid4_8 > .fw, .form.defaultGrid6_6 > .fw, .groupagedetail .header .form.summary > .fw, .inteplannengroupage .header .form.summary > .fw, .form.defaultGrid7_5 > .fw, .form.defaultGrid8_4 > .fw, .form.defaultGrid9_3 > .fw {
  width: 100% !important;
}
.form.col2 .radioButtonWrapper, .form#fulldocs .radioButtonWrapper, .form.defaultGrid3_9 .radioButtonWrapper, .form.defaultGrid4_8 .radioButtonWrapper, .form.defaultGrid6_6 .radioButtonWrapper, .groupagedetail .header .form.summary .radioButtonWrapper, .inteplannengroupage .header .form.summary .radioButtonWrapper, .form.defaultGrid7_5 .radioButtonWrapper, .form.defaultGrid8_4 .radioButtonWrapper, .form.defaultGrid9_3 .radioButtonWrapper {
  display: block !important;
  margin-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2 .radioButtonWrapper, .form#fulldocs .radioButtonWrapper, .form.defaultGrid3_9 .radioButtonWrapper, .form.defaultGrid4_8 .radioButtonWrapper, .form.defaultGrid6_6 .radioButtonWrapper, .groupagedetail .header .form.summary .radioButtonWrapper, .inteplannengroupage .header .form.summary .radioButtonWrapper, .form.defaultGrid7_5 .radioButtonWrapper, .form.defaultGrid8_4 .radioButtonWrapper, .form.defaultGrid9_3 .radioButtonWrapper {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2 .radioButtonWrapper, .form#fulldocs .radioButtonWrapper, .form.defaultGrid3_9 .radioButtonWrapper, .form.defaultGrid4_8 .radioButtonWrapper, .form.defaultGrid6_6 .radioButtonWrapper, .groupagedetail .header .form.summary .radioButtonWrapper, .inteplannengroupage .header .form.summary .radioButtonWrapper, .form.defaultGrid7_5 .radioButtonWrapper, .form.defaultGrid8_4 .radioButtonWrapper, .form.defaultGrid9_3 .radioButtonWrapper {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
.form.col2_singleColumn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem;
  padding-top: 15px !important;
}
.form.col2_singleColumn > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.form.col2_singleColumn > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2_singleColumn > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .form.col2_singleColumn > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2_singleColumn > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col2_singleColumn > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2_singleColumn {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2_singleColumn {
    padding-top: calc(15px * 0.7) !important;
  }
}
.form.col2_singleColumn > div {
  display: flex;
  align-items: center;
}
.form.col2_singleColumn > * {
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2_singleColumn > * {
    margin-bottom: calc(5px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2_singleColumn > * {
    margin-bottom: calc(5px * 0.7) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2_singleColumn > *:nth-child(2n+1) {
    margin-bottom: 5px !important;
  }
}
.form.col2_singleColumn > header, .form.col2_singleColumn > .fw {
  width: 100% !important;
}
.form.col2_singleColumn > div:nth-of-type(even) {
  margin-left: -5px;
}
.form.col2_singleColumn > *:nth-child(2n+1) {
  width: calc(16.6666666667% - 0rem - 10px) !important;
}
.form.col2.moreLabelSpacing, .form.moreLabelSpacing#fulldocs, .form.moreLabelSpacing.defaultGrid3_9, .form.moreLabelSpacing.defaultGrid4_8, .form.moreLabelSpacing.defaultGrid6_6, .groupagedetail .header .form.moreLabelSpacing.summary, .inteplannengroupage .header .form.moreLabelSpacing.summary, .form.moreLabelSpacing.defaultGrid7_5, .form.moreLabelSpacing.defaultGrid8_4, .form.moreLabelSpacing.defaultGrid9_3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem;
  padding-top: 15px !important;
}
.form.col2.moreLabelSpacing > *:nth-child(2n+1), .form.moreLabelSpacing#fulldocs > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid3_9 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid4_8 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .form.moreLabelSpacing.summary > *:nth-child(2n+1), .inteplannengroupage .header .form.moreLabelSpacing.summary > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid7_5 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid8_4 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid9_3 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.form.col2.moreLabelSpacing > *:nth-child(2n+2), .form.moreLabelSpacing#fulldocs > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid3_9 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid4_8 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .form.moreLabelSpacing.summary > *:nth-child(2n+2), .inteplannengroupage .header .form.moreLabelSpacing.summary > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid7_5 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid8_4 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid9_3 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2.moreLabelSpacing > *:nth-child(2n+1), .form.moreLabelSpacing#fulldocs > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid3_9 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid4_8 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .form.moreLabelSpacing.summary > *:nth-child(2n+1), .inteplannengroupage .header .form.moreLabelSpacing.summary > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid7_5 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid8_4 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid9_3 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .form.col2.moreLabelSpacing > *:nth-child(2n+2), .form.moreLabelSpacing#fulldocs > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid3_9 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid4_8 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .form.moreLabelSpacing.summary > *:nth-child(2n+2), .inteplannengroupage .header .form.moreLabelSpacing.summary > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid7_5 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid8_4 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid9_3 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2.moreLabelSpacing > *:nth-child(2n+1), .form.moreLabelSpacing#fulldocs > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid3_9 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid4_8 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .form.moreLabelSpacing.summary > *:nth-child(2n+1), .inteplannengroupage .header .form.moreLabelSpacing.summary > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid7_5 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid8_4 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid9_3 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col2.moreLabelSpacing > *:nth-child(2n+2), .form.moreLabelSpacing#fulldocs > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid3_9 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid4_8 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .form.moreLabelSpacing.summary > *:nth-child(2n+2), .inteplannengroupage .header .form.moreLabelSpacing.summary > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid7_5 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid8_4 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid9_3 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2.moreLabelSpacing, .form.moreLabelSpacing#fulldocs, .form.moreLabelSpacing.defaultGrid3_9, .form.moreLabelSpacing.defaultGrid4_8, .form.moreLabelSpacing.defaultGrid6_6, .groupagedetail .header .form.moreLabelSpacing.summary, .inteplannengroupage .header .form.moreLabelSpacing.summary, .form.moreLabelSpacing.defaultGrid7_5, .form.moreLabelSpacing.defaultGrid8_4, .form.moreLabelSpacing.defaultGrid9_3 {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2.moreLabelSpacing, .form.moreLabelSpacing#fulldocs, .form.moreLabelSpacing.defaultGrid3_9, .form.moreLabelSpacing.defaultGrid4_8, .form.moreLabelSpacing.defaultGrid6_6, .groupagedetail .header .form.moreLabelSpacing.summary, .inteplannengroupage .header .form.moreLabelSpacing.summary, .form.moreLabelSpacing.defaultGrid7_5, .form.moreLabelSpacing.defaultGrid8_4, .form.moreLabelSpacing.defaultGrid9_3 {
    padding-top: calc(15px * 0.7) !important;
  }
}
.form.col2.moreLabelSpacing > div, .form.moreLabelSpacing#fulldocs > div, .form.moreLabelSpacing.defaultGrid3_9 > div, .form.moreLabelSpacing.defaultGrid4_8 > div, .form.moreLabelSpacing.defaultGrid6_6 > div, .groupagedetail .header .form.moreLabelSpacing.summary > div, .inteplannengroupage .header .form.moreLabelSpacing.summary > div, .form.moreLabelSpacing.defaultGrid7_5 > div, .form.moreLabelSpacing.defaultGrid8_4 > div, .form.moreLabelSpacing.defaultGrid9_3 > div {
  display: flex;
  align-items: center;
}
.form.col2.moreLabelSpacing > *, .form.moreLabelSpacing#fulldocs > *, .form.moreLabelSpacing.defaultGrid3_9 > *, .form.moreLabelSpacing.defaultGrid4_8 > *, .form.moreLabelSpacing.defaultGrid6_6 > *, .groupagedetail .header .form.moreLabelSpacing.summary > *, .inteplannengroupage .header .form.moreLabelSpacing.summary > *, .form.moreLabelSpacing.defaultGrid7_5 > *, .form.moreLabelSpacing.defaultGrid8_4 > *, .form.moreLabelSpacing.defaultGrid9_3 > * {
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2.moreLabelSpacing > *, .form.moreLabelSpacing#fulldocs > *, .form.moreLabelSpacing.defaultGrid3_9 > *, .form.moreLabelSpacing.defaultGrid4_8 > *, .form.moreLabelSpacing.defaultGrid6_6 > *, .groupagedetail .header .form.moreLabelSpacing.summary > *, .inteplannengroupage .header .form.moreLabelSpacing.summary > *, .form.moreLabelSpacing.defaultGrid7_5 > *, .form.moreLabelSpacing.defaultGrid8_4 > *, .form.moreLabelSpacing.defaultGrid9_3 > * {
    margin-bottom: calc(5px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2.moreLabelSpacing > *, .form.moreLabelSpacing#fulldocs > *, .form.moreLabelSpacing.defaultGrid3_9 > *, .form.moreLabelSpacing.defaultGrid4_8 > *, .form.moreLabelSpacing.defaultGrid6_6 > *, .groupagedetail .header .form.moreLabelSpacing.summary > *, .inteplannengroupage .header .form.moreLabelSpacing.summary > *, .form.moreLabelSpacing.defaultGrid7_5 > *, .form.moreLabelSpacing.defaultGrid8_4 > *, .form.moreLabelSpacing.defaultGrid9_3 > * {
    margin-bottom: calc(5px * 0.7) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2.moreLabelSpacing > *:nth-child(2n+1), .form.moreLabelSpacing#fulldocs > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid3_9 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid4_8 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .form.moreLabelSpacing.summary > *:nth-child(2n+1), .inteplannengroupage .header .form.moreLabelSpacing.summary > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid7_5 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid8_4 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid9_3 > *:nth-child(2n+1) {
    margin-bottom: 5px !important;
  }
}
.form.col2.moreLabelSpacing > header, .form.moreLabelSpacing#fulldocs > header, .form.moreLabelSpacing.defaultGrid3_9 > header, .form.moreLabelSpacing.defaultGrid4_8 > header, .form.moreLabelSpacing.defaultGrid6_6 > header, .groupagedetail .header .form.moreLabelSpacing.summary > header, .inteplannengroupage .header .form.moreLabelSpacing.summary > header, .form.moreLabelSpacing.defaultGrid7_5 > header, .form.moreLabelSpacing.defaultGrid8_4 > header, .form.moreLabelSpacing.defaultGrid9_3 > header, .form.col2.moreLabelSpacing > .fw, .form.moreLabelSpacing#fulldocs > .fw, .form.moreLabelSpacing.defaultGrid3_9 > .fw, .form.moreLabelSpacing.defaultGrid4_8 > .fw, .form.moreLabelSpacing.defaultGrid6_6 > .fw, .groupagedetail .header .form.moreLabelSpacing.summary > .fw, .inteplannengroupage .header .form.moreLabelSpacing.summary > .fw, .form.moreLabelSpacing.defaultGrid7_5 > .fw, .form.moreLabelSpacing.defaultGrid8_4 > .fw, .form.moreLabelSpacing.defaultGrid9_3 > .fw {
  width: 100% !important;
}
.form.col2x2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem;
  align-items: flex-start !important;
}
.form.col2x2 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.form.col2x2 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2x2 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .form.col2x2 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col2x2 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
.form.col2x2 > div:nth-child(odd) {
  padding-right: 32px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2x2 > div:nth-child(odd) {
    padding-right: calc(32px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2 > div:nth-child(odd) {
    padding-right: calc(32px * 0) !important;
  }
}
.form.col2x2 > * {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem;
  padding-top: 15px !important;
}
.form.col2x2 > * > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.form.col2x2 > * > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2x2 > * > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .form.col2x2 > * > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2 > * > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col2x2 > * > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2x2 > * {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2 > * {
    padding-top: calc(15px * 0.7) !important;
  }
}
.form.col2x2 > * > div {
  display: flex;
  align-items: center;
}
.form.col2x2 > * > * {
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2x2 > * > * {
    margin-bottom: calc(5px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2 > * > * {
    margin-bottom: calc(5px * 0.7) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2 > * > *:nth-child(2n+1) {
    margin-bottom: 5px !important;
  }
}
.form.col2x2 > * > header, .form.col2x2 > * > .fw {
  width: 100% !important;
}
.form.col2x2 > * > *.dz-message {
  width: 100% !important;
}
.form.col2x2 > div.wideinput {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem;
  padding-right: unset !important;
}
.form.col2x2 > div.wideinput > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.form.col2x2 > div.wideinput > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2x2 > div.wideinput > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .form.col2x2 > div.wideinput > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2 > div.wideinput > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col2x2 > div.wideinput > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
.form.col2x2 > div.wideinput > *:nth-child(even) {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.form .LabelToTop {
  align-items: unset !important;
}
.form label {
  font-weight: bold;
}
.form.col2x2Half {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem;
  padding-top: 15px !important;
  align-items: flex-start !important;
}
.form.col2x2Half > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.form.col2x2Half > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2x2Half > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .form.col2x2Half > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2Half > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col2x2Half > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2x2Half {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2Half {
    padding-top: calc(15px * 0.7) !important;
  }
}
.form.col2x2Half > div {
  display: flex;
  align-items: center;
}
.form.col2x2Half > * {
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2x2Half > * {
    margin-bottom: calc(5px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2Half > * {
    margin-bottom: calc(5px * 0.7) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2Half > *:nth-child(2n+1) {
    margin-bottom: 5px !important;
  }
}
.form.col2x2Half > header, .form.col2x2Half > .fw {
  width: 100% !important;
}
.form .field-validation-error > span {
  color: #FF7D88 !important;
}

.FormFooter {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .FormFooter {
    padding-top: calc(32px * 20px) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .FormFooter {
    padding-top: calc(32px * 0.9) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .FormFooter {
    padding-bottom: calc(32px * 20px) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .FormFooter {
    padding-bottom: calc(32px * 0.9) !important;
  }
}
.FormFooter .right {
  width: 100%;
  text-align: right;
}
.FormFooter .right button {
  margin-bottom: 10px;
}
.FormFooter .right > button:first-of-type {
  margin-right: 10px;
}
.FormFooter .left {
  width: 50%;
}

.doubleinput > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.doubleinput > div > * {
  width: 40% !important;
}

form {
  width: 100%;
}

#filter select ~ span * {
  min-width: 250px !important;
}

.formsection {
  margin-bottom: 20px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formsection {
    margin-bottom: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formsection {
    margin-bottom: calc(20px * 0.8) !important;
  }
}
.formsection .formSubheader {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.formsection .col > div > div {
  margin-bottom: 7px;
}
.formsection.readonly .uitleg {
  display: none;
}
.uitleg {
  /*

      background-color: #FBFBFB !important;
      border: unset !important;


      > div:first-of-type {
          padding-left: 5px !important;
          padding-right: 30px !important;
      }

      i {
          color: #9797AF !important;
          font-size: 32px;
      }
  */
  background: #f0f0f0;
  border: 0px solid #528AFA;
  display: flex;
  font-size: 12px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  color: #9797AF !important;
  font-weight: bold;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uitleg {
    padding-left: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uitleg {
    padding-left: calc(5px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uitleg {
    padding-right: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uitleg {
    padding-right: calc(5px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uitleg {
    padding-top: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uitleg {
    padding-top: calc(5px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uitleg {
    padding-bottom: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uitleg {
    padding-bottom: calc(5px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uitleg {
    margin-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uitleg {
    margin-bottom: calc(15px * 0.6) !important;
  }
}
.uitleg > div:first-of-type {
  width: 30px;
}
.uitleg > div:first-of-type i {
  color: #9797AF;
  padding-top: 3px;
}
.uitleg div {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uitleg div {
    padding-left: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uitleg div {
    padding-left: calc(15px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uitleg div {
    padding-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uitleg div {
    padding-right: calc(15px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uitleg div {
    padding-top: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uitleg div {
    padding-top: calc(10px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uitleg div {
    padding-bottom: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uitleg div {
    padding-bottom: calc(10px * 0.8) !important;
  }
}
.uitleg.yellow {
  background-color: #FCF4CD;
}

.wysiwyg {
  width: 100%;
  background: white;
}

.ql-container {
  min-height: 120px;
}

.rowReverse {
  flex-direction: row-reverse;
}

.beforefooter {
  padding-top: 70px !important;
  display: none;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .beforefooter {
    padding-top: calc(70px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .beforefooter {
    padding-top: calc(70px * 0.6) !important;
  }
}

.iframeModal .beforefooter {
  display: block !important;
}

#teuploaden {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 20px;
  min-height: 400px;
}
@media (min-width: 1300px) {
  #teuploaden > * {
    width: calc((100% / 2) - (20px * calc(2 - 1) / 2));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  #teuploaden > * {
    width: calc((100% / 2) - (20px * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  #teuploaden > * {
    width: 100%;
  }
}
#teuploaden iframe .form {
  background-color: red !important;
}
#teuploaden > div .notes {
  width: 100% !important;
}
#teuploaden > div .notes .searchboxfilterMini {
  display: none;
}
#teuploaden > div .notes .listviewbar strong {
  display: none;
}
#teuploaden > div .notes .listviewbar > div:first-of-type {
  display: none;
}
#teuploaden > div .notes .listviewbar ul li:last-of-type {
  display: none;
}
#teuploaden > div .notes .listviewbar > div:last-of-type {
  width: 60% !important;
}
#teuploaden > div .notes .listviewbar > div:last-of-type #filter select ~ span * {
  min-width: 210px !important;
}
#teuploaden .dropzone #frmfrm638060055551311273 {
  background-color: red !important;
}
#teuploaden table td {
  width: 50% !important;
}

#geupload {
  display: none;
}
#geupload .DocumentViewer {
  height: 80vh !important;
}

.borderUnset {
  border: 0 !important;
}

.form {
  font-size: 15px !important;
  color: #272838;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form {
    font-size: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form {
    font-size: calc(15px * 0.9) !important;
  }
}
.form.huurinkomsten div:nth-child(even) {
  width: 50% !important;
}
.form.huurinkomsten div:nth-child(odd) {
  width: 50% !important;
}
.form.col1212 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem;
  padding-top: 15px !important;
}
.form.col1212 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
}
.form.col1212 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col1212 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col1212 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col1212 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col1212 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col1212 {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col1212 {
    padding-top: calc(15px * 0.7) !important;
  }
}
.form.col1212 > div {
  display: flex;
  align-items: center;
}
.form.col1212 > * {
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col1212 > * {
    margin-bottom: calc(5px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col1212 > * {
    margin-bottom: calc(5px * 0.7) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col1212 > *:nth-child(2n+1) {
    margin-bottom: 5px !important;
  }
}
.form.col1212 > header, .form.col1212 > .fw {
  width: 100% !important;
}
.form.col1212 .radioButtonWrapper {
  display: block !important;
  margin-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col1212 .radioButtonWrapper {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col1212 .radioButtonWrapper {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
.form.col48 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem;
  padding-top: 15px !important;
}
.form.col48 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
}
.form.col48 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col48 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 4) - 0rem) !important;
  }
  .form.col48 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 8) - 0rem) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col48 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col48 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col48 {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col48 {
    padding-top: calc(15px * 0.7) !important;
  }
}
.form.col48 > div {
  display: flex;
  align-items: center;
}
.form.col48 > * {
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col48 > * {
    margin-bottom: calc(5px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col48 > * {
    margin-bottom: calc(5px * 0.7) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col48 > *:nth-child(2n+1) {
    margin-bottom: 5px !important;
  }
}
.form.col48 > header, .form.col48 > .fw {
  width: 100% !important;
}
.form.col48 .radioButtonWrapper {
  display: block !important;
  margin-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col48 .radioButtonWrapper {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col48 .radioButtonWrapper {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
.form.col2, .form#fulldocs, .form.defaultGrid3_9, .form.defaultGrid4_8, .form.defaultGrid6_6, .groupagedetail .header .form.summary, .inteplannengroupage .header .form.summary, .form.defaultGrid7_5, .form.defaultGrid8_4, .form.defaultGrid9_3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem;
  padding-top: 15px !important;
}
.form.col2 > *:nth-child(2n+1), .form#fulldocs > *:nth-child(2n+1), .form.defaultGrid3_9 > *:nth-child(2n+1), .form.defaultGrid4_8 > *:nth-child(2n+1), .form.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .form.summary > *:nth-child(2n+1), .inteplannengroupage .header .form.summary > *:nth-child(2n+1), .form.defaultGrid7_5 > *:nth-child(2n+1), .form.defaultGrid8_4 > *:nth-child(2n+1), .form.defaultGrid9_3 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.form.col2 > *:nth-child(2n+2), .form#fulldocs > *:nth-child(2n+2), .form.defaultGrid3_9 > *:nth-child(2n+2), .form.defaultGrid4_8 > *:nth-child(2n+2), .form.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .form.summary > *:nth-child(2n+2), .inteplannengroupage .header .form.summary > *:nth-child(2n+2), .form.defaultGrid7_5 > *:nth-child(2n+2), .form.defaultGrid8_4 > *:nth-child(2n+2), .form.defaultGrid9_3 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2 > *:nth-child(2n+1), .form#fulldocs > *:nth-child(2n+1), .form.defaultGrid3_9 > *:nth-child(2n+1), .form.defaultGrid4_8 > *:nth-child(2n+1), .form.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .form.summary > *:nth-child(2n+1), .inteplannengroupage .header .form.summary > *:nth-child(2n+1), .form.defaultGrid7_5 > *:nth-child(2n+1), .form.defaultGrid8_4 > *:nth-child(2n+1), .form.defaultGrid9_3 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .form.col2 > *:nth-child(2n+2), .form#fulldocs > *:nth-child(2n+2), .form.defaultGrid3_9 > *:nth-child(2n+2), .form.defaultGrid4_8 > *:nth-child(2n+2), .form.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .form.summary > *:nth-child(2n+2), .inteplannengroupage .header .form.summary > *:nth-child(2n+2), .form.defaultGrid7_5 > *:nth-child(2n+2), .form.defaultGrid8_4 > *:nth-child(2n+2), .form.defaultGrid9_3 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2 > *:nth-child(2n+1), .form#fulldocs > *:nth-child(2n+1), .form.defaultGrid3_9 > *:nth-child(2n+1), .form.defaultGrid4_8 > *:nth-child(2n+1), .form.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .form.summary > *:nth-child(2n+1), .inteplannengroupage .header .form.summary > *:nth-child(2n+1), .form.defaultGrid7_5 > *:nth-child(2n+1), .form.defaultGrid8_4 > *:nth-child(2n+1), .form.defaultGrid9_3 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col2 > *:nth-child(2n+2), .form#fulldocs > *:nth-child(2n+2), .form.defaultGrid3_9 > *:nth-child(2n+2), .form.defaultGrid4_8 > *:nth-child(2n+2), .form.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .form.summary > *:nth-child(2n+2), .inteplannengroupage .header .form.summary > *:nth-child(2n+2), .form.defaultGrid7_5 > *:nth-child(2n+2), .form.defaultGrid8_4 > *:nth-child(2n+2), .form.defaultGrid9_3 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2, .form#fulldocs, .form.defaultGrid3_9, .form.defaultGrid4_8, .form.defaultGrid6_6, .groupagedetail .header .form.summary, .inteplannengroupage .header .form.summary, .form.defaultGrid7_5, .form.defaultGrid8_4, .form.defaultGrid9_3 {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2, .form#fulldocs, .form.defaultGrid3_9, .form.defaultGrid4_8, .form.defaultGrid6_6, .groupagedetail .header .form.summary, .inteplannengroupage .header .form.summary, .form.defaultGrid7_5, .form.defaultGrid8_4, .form.defaultGrid9_3 {
    padding-top: calc(15px * 0.7) !important;
  }
}
.form.col2 > div, .form#fulldocs > div, .form.defaultGrid3_9 > div, .form.defaultGrid4_8 > div, .form.defaultGrid6_6 > div, .groupagedetail .header .form.summary > div, .inteplannengroupage .header .form.summary > div, .form.defaultGrid7_5 > div, .form.defaultGrid8_4 > div, .form.defaultGrid9_3 > div {
  display: flex;
  align-items: center;
}
.form.col2 > *, .form#fulldocs > *, .form.defaultGrid3_9 > *, .form.defaultGrid4_8 > *, .form.defaultGrid6_6 > *, .groupagedetail .header .form.summary > *, .inteplannengroupage .header .form.summary > *, .form.defaultGrid7_5 > *, .form.defaultGrid8_4 > *, .form.defaultGrid9_3 > * {
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2 > *, .form#fulldocs > *, .form.defaultGrid3_9 > *, .form.defaultGrid4_8 > *, .form.defaultGrid6_6 > *, .groupagedetail .header .form.summary > *, .inteplannengroupage .header .form.summary > *, .form.defaultGrid7_5 > *, .form.defaultGrid8_4 > *, .form.defaultGrid9_3 > * {
    margin-bottom: calc(5px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2 > *, .form#fulldocs > *, .form.defaultGrid3_9 > *, .form.defaultGrid4_8 > *, .form.defaultGrid6_6 > *, .groupagedetail .header .form.summary > *, .inteplannengroupage .header .form.summary > *, .form.defaultGrid7_5 > *, .form.defaultGrid8_4 > *, .form.defaultGrid9_3 > * {
    margin-bottom: calc(5px * 0.7) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2 > *:nth-child(2n+1), .form#fulldocs > *:nth-child(2n+1), .form.defaultGrid3_9 > *:nth-child(2n+1), .form.defaultGrid4_8 > *:nth-child(2n+1), .form.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .form.summary > *:nth-child(2n+1), .inteplannengroupage .header .form.summary > *:nth-child(2n+1), .form.defaultGrid7_5 > *:nth-child(2n+1), .form.defaultGrid8_4 > *:nth-child(2n+1), .form.defaultGrid9_3 > *:nth-child(2n+1) {
    margin-bottom: 5px !important;
  }
}
.form.col2 > header, .form#fulldocs > header, .form.defaultGrid3_9 > header, .form.defaultGrid4_8 > header, .form.defaultGrid6_6 > header, .groupagedetail .header .form.summary > header, .inteplannengroupage .header .form.summary > header, .form.defaultGrid7_5 > header, .form.defaultGrid8_4 > header, .form.defaultGrid9_3 > header, .form.col2 > .fw, .form#fulldocs > .fw, .form.defaultGrid3_9 > .fw, .form.defaultGrid4_8 > .fw, .form.defaultGrid6_6 > .fw, .groupagedetail .header .form.summary > .fw, .inteplannengroupage .header .form.summary > .fw, .form.defaultGrid7_5 > .fw, .form.defaultGrid8_4 > .fw, .form.defaultGrid9_3 > .fw {
  width: 100% !important;
}
.form.col2 .radioButtonWrapper, .form#fulldocs .radioButtonWrapper, .form.defaultGrid3_9 .radioButtonWrapper, .form.defaultGrid4_8 .radioButtonWrapper, .form.defaultGrid6_6 .radioButtonWrapper, .groupagedetail .header .form.summary .radioButtonWrapper, .inteplannengroupage .header .form.summary .radioButtonWrapper, .form.defaultGrid7_5 .radioButtonWrapper, .form.defaultGrid8_4 .radioButtonWrapper, .form.defaultGrid9_3 .radioButtonWrapper {
  display: block !important;
  margin-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2 .radioButtonWrapper, .form#fulldocs .radioButtonWrapper, .form.defaultGrid3_9 .radioButtonWrapper, .form.defaultGrid4_8 .radioButtonWrapper, .form.defaultGrid6_6 .radioButtonWrapper, .groupagedetail .header .form.summary .radioButtonWrapper, .inteplannengroupage .header .form.summary .radioButtonWrapper, .form.defaultGrid7_5 .radioButtonWrapper, .form.defaultGrid8_4 .radioButtonWrapper, .form.defaultGrid9_3 .radioButtonWrapper {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2 .radioButtonWrapper, .form#fulldocs .radioButtonWrapper, .form.defaultGrid3_9 .radioButtonWrapper, .form.defaultGrid4_8 .radioButtonWrapper, .form.defaultGrid6_6 .radioButtonWrapper, .groupagedetail .header .form.summary .radioButtonWrapper, .inteplannengroupage .header .form.summary .radioButtonWrapper, .form.defaultGrid7_5 .radioButtonWrapper, .form.defaultGrid8_4 .radioButtonWrapper, .form.defaultGrid9_3 .radioButtonWrapper {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
.form.col2_singleColumn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem;
  padding-top: 15px !important;
}
.form.col2_singleColumn > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.form.col2_singleColumn > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2_singleColumn > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .form.col2_singleColumn > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2_singleColumn > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col2_singleColumn > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2_singleColumn {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2_singleColumn {
    padding-top: calc(15px * 0.7) !important;
  }
}
.form.col2_singleColumn > div {
  display: flex;
  align-items: center;
}
.form.col2_singleColumn > * {
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2_singleColumn > * {
    margin-bottom: calc(5px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2_singleColumn > * {
    margin-bottom: calc(5px * 0.7) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2_singleColumn > *:nth-child(2n+1) {
    margin-bottom: 5px !important;
  }
}
.form.col2_singleColumn > header, .form.col2_singleColumn > .fw {
  width: 100% !important;
}
.form.col2_singleColumn > div:nth-of-type(even) {
  margin-left: -5px;
}
.form.col2_singleColumn > *:nth-child(2n+1) {
  width: calc(16.6666666667% - 0rem - 10px) !important;
}
.form.col2.moreLabelSpacing, .form.moreLabelSpacing#fulldocs, .form.moreLabelSpacing.defaultGrid3_9, .form.moreLabelSpacing.defaultGrid4_8, .form.moreLabelSpacing.defaultGrid6_6, .groupagedetail .header .form.moreLabelSpacing.summary, .inteplannengroupage .header .form.moreLabelSpacing.summary, .form.moreLabelSpacing.defaultGrid7_5, .form.moreLabelSpacing.defaultGrid8_4, .form.moreLabelSpacing.defaultGrid9_3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem;
  padding-top: 15px !important;
}
.form.col2.moreLabelSpacing > *:nth-child(2n+1), .form.moreLabelSpacing#fulldocs > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid3_9 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid4_8 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .form.moreLabelSpacing.summary > *:nth-child(2n+1), .inteplannengroupage .header .form.moreLabelSpacing.summary > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid7_5 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid8_4 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid9_3 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.form.col2.moreLabelSpacing > *:nth-child(2n+2), .form.moreLabelSpacing#fulldocs > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid3_9 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid4_8 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .form.moreLabelSpacing.summary > *:nth-child(2n+2), .inteplannengroupage .header .form.moreLabelSpacing.summary > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid7_5 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid8_4 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid9_3 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2.moreLabelSpacing > *:nth-child(2n+1), .form.moreLabelSpacing#fulldocs > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid3_9 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid4_8 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .form.moreLabelSpacing.summary > *:nth-child(2n+1), .inteplannengroupage .header .form.moreLabelSpacing.summary > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid7_5 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid8_4 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid9_3 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .form.col2.moreLabelSpacing > *:nth-child(2n+2), .form.moreLabelSpacing#fulldocs > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid3_9 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid4_8 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .form.moreLabelSpacing.summary > *:nth-child(2n+2), .inteplannengroupage .header .form.moreLabelSpacing.summary > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid7_5 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid8_4 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid9_3 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2.moreLabelSpacing > *:nth-child(2n+1), .form.moreLabelSpacing#fulldocs > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid3_9 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid4_8 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .form.moreLabelSpacing.summary > *:nth-child(2n+1), .inteplannengroupage .header .form.moreLabelSpacing.summary > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid7_5 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid8_4 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid9_3 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col2.moreLabelSpacing > *:nth-child(2n+2), .form.moreLabelSpacing#fulldocs > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid3_9 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid4_8 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid6_6 > *:nth-child(2n+2), .groupagedetail .header .form.moreLabelSpacing.summary > *:nth-child(2n+2), .inteplannengroupage .header .form.moreLabelSpacing.summary > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid7_5 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid8_4 > *:nth-child(2n+2), .form.moreLabelSpacing.defaultGrid9_3 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2.moreLabelSpacing, .form.moreLabelSpacing#fulldocs, .form.moreLabelSpacing.defaultGrid3_9, .form.moreLabelSpacing.defaultGrid4_8, .form.moreLabelSpacing.defaultGrid6_6, .groupagedetail .header .form.moreLabelSpacing.summary, .inteplannengroupage .header .form.moreLabelSpacing.summary, .form.moreLabelSpacing.defaultGrid7_5, .form.moreLabelSpacing.defaultGrid8_4, .form.moreLabelSpacing.defaultGrid9_3 {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2.moreLabelSpacing, .form.moreLabelSpacing#fulldocs, .form.moreLabelSpacing.defaultGrid3_9, .form.moreLabelSpacing.defaultGrid4_8, .form.moreLabelSpacing.defaultGrid6_6, .groupagedetail .header .form.moreLabelSpacing.summary, .inteplannengroupage .header .form.moreLabelSpacing.summary, .form.moreLabelSpacing.defaultGrid7_5, .form.moreLabelSpacing.defaultGrid8_4, .form.moreLabelSpacing.defaultGrid9_3 {
    padding-top: calc(15px * 0.7) !important;
  }
}
.form.col2.moreLabelSpacing > div, .form.moreLabelSpacing#fulldocs > div, .form.moreLabelSpacing.defaultGrid3_9 > div, .form.moreLabelSpacing.defaultGrid4_8 > div, .form.moreLabelSpacing.defaultGrid6_6 > div, .groupagedetail .header .form.moreLabelSpacing.summary > div, .inteplannengroupage .header .form.moreLabelSpacing.summary > div, .form.moreLabelSpacing.defaultGrid7_5 > div, .form.moreLabelSpacing.defaultGrid8_4 > div, .form.moreLabelSpacing.defaultGrid9_3 > div {
  display: flex;
  align-items: center;
}
.form.col2.moreLabelSpacing > *, .form.moreLabelSpacing#fulldocs > *, .form.moreLabelSpacing.defaultGrid3_9 > *, .form.moreLabelSpacing.defaultGrid4_8 > *, .form.moreLabelSpacing.defaultGrid6_6 > *, .groupagedetail .header .form.moreLabelSpacing.summary > *, .inteplannengroupage .header .form.moreLabelSpacing.summary > *, .form.moreLabelSpacing.defaultGrid7_5 > *, .form.moreLabelSpacing.defaultGrid8_4 > *, .form.moreLabelSpacing.defaultGrid9_3 > * {
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2.moreLabelSpacing > *, .form.moreLabelSpacing#fulldocs > *, .form.moreLabelSpacing.defaultGrid3_9 > *, .form.moreLabelSpacing.defaultGrid4_8 > *, .form.moreLabelSpacing.defaultGrid6_6 > *, .groupagedetail .header .form.moreLabelSpacing.summary > *, .inteplannengroupage .header .form.moreLabelSpacing.summary > *, .form.moreLabelSpacing.defaultGrid7_5 > *, .form.moreLabelSpacing.defaultGrid8_4 > *, .form.moreLabelSpacing.defaultGrid9_3 > * {
    margin-bottom: calc(5px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2.moreLabelSpacing > *, .form.moreLabelSpacing#fulldocs > *, .form.moreLabelSpacing.defaultGrid3_9 > *, .form.moreLabelSpacing.defaultGrid4_8 > *, .form.moreLabelSpacing.defaultGrid6_6 > *, .groupagedetail .header .form.moreLabelSpacing.summary > *, .inteplannengroupage .header .form.moreLabelSpacing.summary > *, .form.moreLabelSpacing.defaultGrid7_5 > *, .form.moreLabelSpacing.defaultGrid8_4 > *, .form.moreLabelSpacing.defaultGrid9_3 > * {
    margin-bottom: calc(5px * 0.7) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2.moreLabelSpacing > *:nth-child(2n+1), .form.moreLabelSpacing#fulldocs > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid3_9 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid4_8 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid6_6 > *:nth-child(2n+1), .groupagedetail .header .form.moreLabelSpacing.summary > *:nth-child(2n+1), .inteplannengroupage .header .form.moreLabelSpacing.summary > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid7_5 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid8_4 > *:nth-child(2n+1), .form.moreLabelSpacing.defaultGrid9_3 > *:nth-child(2n+1) {
    margin-bottom: 5px !important;
  }
}
.form.col2.moreLabelSpacing > header, .form.moreLabelSpacing#fulldocs > header, .form.moreLabelSpacing.defaultGrid3_9 > header, .form.moreLabelSpacing.defaultGrid4_8 > header, .form.moreLabelSpacing.defaultGrid6_6 > header, .groupagedetail .header .form.moreLabelSpacing.summary > header, .inteplannengroupage .header .form.moreLabelSpacing.summary > header, .form.moreLabelSpacing.defaultGrid7_5 > header, .form.moreLabelSpacing.defaultGrid8_4 > header, .form.moreLabelSpacing.defaultGrid9_3 > header, .form.col2.moreLabelSpacing > .fw, .form.moreLabelSpacing#fulldocs > .fw, .form.moreLabelSpacing.defaultGrid3_9 > .fw, .form.moreLabelSpacing.defaultGrid4_8 > .fw, .form.moreLabelSpacing.defaultGrid6_6 > .fw, .groupagedetail .header .form.moreLabelSpacing.summary > .fw, .inteplannengroupage .header .form.moreLabelSpacing.summary > .fw, .form.moreLabelSpacing.defaultGrid7_5 > .fw, .form.moreLabelSpacing.defaultGrid8_4 > .fw, .form.moreLabelSpacing.defaultGrid9_3 > .fw {
  width: 100% !important;
}
.form.col2x2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem;
  align-items: flex-start !important;
}
.form.col2x2 > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.form.col2x2 > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2x2 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .form.col2x2 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2 > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col2x2 > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
.form.col2x2 > div:nth-child(odd) {
  padding-right: 32px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2x2 > div:nth-child(odd) {
    padding-right: calc(32px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2 > div:nth-child(odd) {
    padding-right: calc(32px * 0) !important;
  }
}
.form.col2x2 > * {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem;
  padding-top: 15px !important;
}
.form.col2x2 > * > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
.form.col2x2 > * > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2x2 > * > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
  .form.col2x2 > * > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 6) - 0rem) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2 > * > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col2x2 > * > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2x2 > * {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2 > * {
    padding-top: calc(15px * 0.7) !important;
  }
}
.form.col2x2 > * > div {
  display: flex;
  align-items: center;
}
.form.col2x2 > * > * {
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2x2 > * > * {
    margin-bottom: calc(5px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2 > * > * {
    margin-bottom: calc(5px * 0.7) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2 > * > *:nth-child(2n+1) {
    margin-bottom: 5px !important;
  }
}
.form.col2x2 > * > header, .form.col2x2 > * > .fw {
  width: 100% !important;
}
.form.col2x2 > * > *.dz-message {
  width: 100% !important;
}
.form.col2x2 > div.wideinput {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem;
  padding-right: unset !important;
}
.form.col2x2 > div.wideinput > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.form.col2x2 > div.wideinput > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2x2 > div.wideinput > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .form.col2x2 > div.wideinput > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2 > div.wideinput > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col2x2 > div.wideinput > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
.form.col2x2 > div.wideinput > *:nth-child(even) {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.form .LabelToTop {
  align-items: unset !important;
}
.form label {
  font-weight: bold;
}
.form.col2x2Half {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  grid-gap: 0rem;
  padding-top: 15px !important;
  align-items: flex-start !important;
}
.form.col2x2Half > *:nth-child(2n+1) {
  width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
}
.form.col2x2Half > *:nth-child(2n+2) {
  width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2x2Half > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 2) - 0rem) !important;
  }
  .form.col2x2Half > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 10) - 0rem) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2Half > *:nth-child(2n+1) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
  .form.col2x2Half > *:nth-child(2n+2) {
    width: calc(calc(calc(100% / 12) * 12) - 0rem) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2x2Half {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2Half {
    padding-top: calc(15px * 0.7) !important;
  }
}
.form.col2x2Half > div {
  display: flex;
  align-items: center;
}
.form.col2x2Half > * {
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2x2Half > * {
    margin-bottom: calc(5px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2Half > * {
    margin-bottom: calc(5px * 0.7) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2Half > *:nth-child(2n+1) {
    margin-bottom: 5px !important;
  }
}
.form.col2x2Half > header, .form.col2x2Half > .fw {
  width: 100% !important;
}
.form .field-validation-error > span {
  color: #FF7D88 !important;
}

.FormFooter {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .FormFooter {
    padding-top: calc(32px * 20px) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .FormFooter {
    padding-top: calc(32px * 0.9) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .FormFooter {
    padding-bottom: calc(32px * 20px) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .FormFooter {
    padding-bottom: calc(32px * 0.9) !important;
  }
}
.FormFooter .right {
  width: 100%;
  text-align: right;
}
.FormFooter .right button {
  margin-bottom: 10px;
}
.FormFooter .right > button:first-of-type {
  margin-right: 10px;
}
.FormFooter .left {
  width: 50%;
}

.doubleinput > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.doubleinput > div > * {
  width: 40% !important;
}

form {
  width: 100%;
}

#filter select ~ span * {
  min-width: 250px !important;
}

.formsection {
  margin-bottom: 20px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formsection {
    margin-bottom: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formsection {
    margin-bottom: calc(20px * 0.8) !important;
  }
}
.formsection .formSubheader {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}
.formsection .col > div > div {
  margin-bottom: 7px;
}
.formsection.readonly .uitleg {
  display: none;
}
.uitleg {
  /*

      background-color: #FBFBFB !important;
      border: unset !important;


      > div:first-of-type {
          padding-left: 5px !important;
          padding-right: 30px !important;
      }

      i {
          color: #9797AF !important;
          font-size: 32px;
      }
  */
  background: #f0f0f0;
  border: 0px solid #528AFA;
  display: flex;
  font-size: 12px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  color: #9797AF !important;
  font-weight: bold;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uitleg {
    padding-left: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uitleg {
    padding-left: calc(5px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uitleg {
    padding-right: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uitleg {
    padding-right: calc(5px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uitleg {
    padding-top: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uitleg {
    padding-top: calc(5px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uitleg {
    padding-bottom: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uitleg {
    padding-bottom: calc(5px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uitleg {
    margin-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uitleg {
    margin-bottom: calc(15px * 0.6) !important;
  }
}
.uitleg > div:first-of-type {
  width: 30px;
}
.uitleg > div:first-of-type i {
  color: #9797AF;
  padding-top: 3px;
}
.uitleg div {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uitleg div {
    padding-left: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uitleg div {
    padding-left: calc(15px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uitleg div {
    padding-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uitleg div {
    padding-right: calc(15px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uitleg div {
    padding-top: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uitleg div {
    padding-top: calc(10px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .uitleg div {
    padding-bottom: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .uitleg div {
    padding-bottom: calc(10px * 0.8) !important;
  }
}
.uitleg.yellow {
  background-color: #FCF4CD;
}

.wysiwyg {
  width: 100%;
  background: white;
}

.ql-container {
  min-height: 120px;
}

.rowReverse {
  flex-direction: row-reverse;
}

.beforefooter {
  padding-top: 70px !important;
  display: none;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .beforefooter {
    padding-top: calc(70px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .beforefooter {
    padding-top: calc(70px * 0.6) !important;
  }
}

.iframeModal .beforefooter {
  display: block !important;
}

#teuploaden {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 20px;
  min-height: 400px;
}
@media (min-width: 1300px) {
  #teuploaden > * {
    width: calc((100% / 2) - (20px * calc(2 - 1) / 2));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  #teuploaden > * {
    width: calc((100% / 2) - (20px * calc(2 - 1) / 2));
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  #teuploaden > * {
    width: 100%;
  }
}
#teuploaden iframe .form {
  background-color: red !important;
}
#teuploaden > div .notes {
  width: 100% !important;
}
#teuploaden > div .notes .searchboxfilterMini {
  display: none;
}
#teuploaden > div .notes .listviewbar strong {
  display: none;
}
#teuploaden > div .notes .listviewbar > div:first-of-type {
  display: none;
}
#teuploaden > div .notes .listviewbar ul li:last-of-type {
  display: none;
}
#teuploaden > div .notes .listviewbar > div:last-of-type {
  width: 60% !important;
}
#teuploaden > div .notes .listviewbar > div:last-of-type #filter select ~ span * {
  min-width: 210px !important;
}
#teuploaden .dropzone #frmfrm638060055551311273 {
  background-color: red !important;
}
#teuploaden table td {
  width: 50% !important;
}

#geupload {
  display: none;
}
#geupload .DocumentViewer {
  height: 80vh !important;
}

.borderUnset {
  border: 0 !important;
}

.input, .docFilterbox #zoeken input, .listviewbar input, .select2-search__field, .select2basic, .select2lookup {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 16px !important;
  line-height: 43.2px !important;
  color: #ABADC4;
  background-clip: padding-box;
  background-color: white;
  border: 1px solid #989AB7;
  border-radius: 0.5rem;
  border-color: #E7EFFE;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  resize: none;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .input, .docFilterbox #zoeken input, .listviewbar input, .select2-search__field, .select2basic, .select2lookup {
    padding-left: calc(20px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .input, .docFilterbox #zoeken input, .listviewbar input, .select2-search__field, .select2basic, .select2lookup {
    padding-left: calc(20px * 1) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .input, .docFilterbox #zoeken input, .listviewbar input, .select2-search__field, .select2basic, .select2lookup {
    padding-right: calc(20px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .input, .docFilterbox #zoeken input, .listviewbar input, .select2-search__field, .select2basic, .select2lookup {
    padding-right: calc(20px * 1) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .input, .docFilterbox #zoeken input, .listviewbar input, .select2-search__field, .select2basic, .select2lookup {
    padding-top: calc(0 * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .input, .docFilterbox #zoeken input, .listviewbar input, .select2-search__field, .select2basic, .select2lookup {
    padding-top: calc(0 * 1) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .input, .docFilterbox #zoeken input, .listviewbar input, .select2-search__field, .select2basic, .select2lookup {
    padding-bottom: calc(0 * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .input, .docFilterbox #zoeken input, .listviewbar input, .select2-search__field, .select2basic, .select2lookup {
    padding-bottom: calc(0 * 1) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .input, .docFilterbox #zoeken input, .listviewbar input, .select2-search__field, .select2basic, .select2lookup {
    font-size: calc(16px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .input, .docFilterbox #zoeken input, .listviewbar input, .select2-search__field, .select2basic, .select2lookup {
    font-size: calc(16px * 1) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .input, .docFilterbox #zoeken input, .listviewbar input, .select2-search__field, .select2basic, .select2lookup {
    line-height: calc(43.2px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .input, .docFilterbox #zoeken input, .listviewbar input, .select2-search__field, .select2basic, .select2lookup {
    line-height: calc(43.2px * 1) !important;
  }
}
.input:disabled, .docFilterbox #zoeken input:disabled, .listviewbar input:disabled, .select2-search__field:disabled, .select2basic:disabled, .select2lookup:disabled {
  background-color: #F7FAFC;
}
.input:focus:not(.input-validation-error), .docFilterbox #zoeken input:focus:not(.input-validation-error), .listviewbar input:focus:not(.input-validation-error), .select2-search__field:focus:not(.input-validation-error), .select2basic:focus:not(.input-validation-error), .select2lookup:focus:not(.input-validation-error) {
  border-color: #528AFA;
  outline: 0;
  box-shadow: 0 0 0 0.4rem #E7EFFE;
}
.input:focus:not(.input-validation-error)[readonly], .docFilterbox #zoeken input:focus:not(.input-validation-error)[readonly], .listviewbar input:focus:not(.input-validation-error)[readonly], .select2-search__field:focus:not(.input-validation-error)[readonly], .select2basic:focus:not(.input-validation-error)[readonly], .select2lookup:focus:not(.input-validation-error)[readonly] {
  outline: unset !important;
  box-shadow: unset !important;
}
.input:not(.input-validation-error)[readonly], .docFilterbox #zoeken input:not(.input-validation-error)[readonly], .listviewbar input:not(.input-validation-error)[readonly], .select2-search__field:not(.input-validation-error)[readonly], .select2basic:not(.input-validation-error)[readonly], .select2lookup:not(.input-validation-error)[readonly] {
  cursor: default !important;
  border: 0px solid white !important;
}
.input.small:not(textarea), .docFilterbox #zoeken input.small:not(textarea), .agenda .agendabody .r .fc .input.fc-button-primary:not(textarea), .agenda .agendabody .r .fc .docFilterbox #zoeken input.fc-button-primary:not(textarea), .docFilterbox #zoeken .agenda .agendabody .r .fc input.fc-button-primary:not(textarea), .agenda .agendabody .l > .input.filterWrapper:not(textarea), .agenda .agendabody .docFilterbox #zoeken .l > input.filterWrapper:not(textarea), .docFilterbox #zoeken .agenda .agendabody .l > input.filterWrapper:not(textarea), .filelist td a.input:not(textarea), .input.filelist:not(textarea), .docFilterbox #zoeken input.filelist:not(textarea), .listviewbar input.small:not(textarea), .listviewbar .agenda .agendabody .r .fc input.fc-button-primary:not(textarea), .agenda .agendabody .r .fc .listviewbar input.fc-button-primary:not(textarea), .listviewbar .agenda .agendabody .l > input.filterWrapper:not(textarea), .agenda .agendabody .listviewbar .l > input.filterWrapper:not(textarea), .listviewbar input.filelist:not(textarea), .small.select2-search__field:not(textarea), .agenda .agendabody .r .fc .select2-search__field.fc-button-primary:not(textarea), .agenda .agendabody .l > .select2-search__field.filterWrapper:not(textarea), .filelist td a.select2-search__field:not(textarea), .select2-search__field.filelist:not(textarea), .select2basic.small:not(textarea), .agenda .agendabody .r .fc .select2basic.fc-button-primary:not(textarea), .agenda .agendabody .l > .select2basic.filterWrapper:not(textarea), .filelist td a.select2basic:not(textarea), .select2basic.filelist:not(textarea), .select2lookup.small:not(textarea), .agenda .agendabody .r .fc .select2lookup.fc-button-primary:not(textarea), .agenda .agendabody .l > .select2lookup.filterWrapper:not(textarea), .filelist td a.select2lookup:not(textarea), .select2lookup.filelist:not(textarea) {
  width: 50%;
  font-size: 13px !important;
  height: 28.8px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .input.small:not(textarea), .docFilterbox #zoeken input.small:not(textarea), .agenda .agendabody .r .fc .input.fc-button-primary:not(textarea), .agenda .agendabody .r .fc .docFilterbox #zoeken input.fc-button-primary:not(textarea), .docFilterbox #zoeken .agenda .agendabody .r .fc input.fc-button-primary:not(textarea), .agenda .agendabody .l > .input.filterWrapper:not(textarea), .agenda .agendabody .docFilterbox #zoeken .l > input.filterWrapper:not(textarea), .docFilterbox #zoeken .agenda .agendabody .l > input.filterWrapper:not(textarea), .filelist td a.input:not(textarea), .input.filelist:not(textarea), .docFilterbox #zoeken input.filelist:not(textarea), .listviewbar input.small:not(textarea), .listviewbar .agenda .agendabody .r .fc input.fc-button-primary:not(textarea), .agenda .agendabody .r .fc .listviewbar input.fc-button-primary:not(textarea), .listviewbar .agenda .agendabody .l > input.filterWrapper:not(textarea), .agenda .agendabody .listviewbar .l > input.filterWrapper:not(textarea), .listviewbar input.filelist:not(textarea), .small.select2-search__field:not(textarea), .agenda .agendabody .r .fc .select2-search__field.fc-button-primary:not(textarea), .agenda .agendabody .l > .select2-search__field.filterWrapper:not(textarea), .filelist td a.select2-search__field:not(textarea), .select2-search__field.filelist:not(textarea), .select2basic.small:not(textarea), .agenda .agendabody .r .fc .select2basic.fc-button-primary:not(textarea), .agenda .agendabody .l > .select2basic.filterWrapper:not(textarea), .filelist td a.select2basic:not(textarea), .select2basic.filelist:not(textarea), .select2lookup.small:not(textarea), .agenda .agendabody .r .fc .select2lookup.fc-button-primary:not(textarea), .agenda .agendabody .l > .select2lookup.filterWrapper:not(textarea), .filelist td a.select2lookup:not(textarea), .select2lookup.filelist:not(textarea) {
    font-size: calc(13px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .input.small:not(textarea), .docFilterbox #zoeken input.small:not(textarea), .agenda .agendabody .r .fc .input.fc-button-primary:not(textarea), .agenda .agendabody .r .fc .docFilterbox #zoeken input.fc-button-primary:not(textarea), .docFilterbox #zoeken .agenda .agendabody .r .fc input.fc-button-primary:not(textarea), .agenda .agendabody .l > .input.filterWrapper:not(textarea), .agenda .agendabody .docFilterbox #zoeken .l > input.filterWrapper:not(textarea), .docFilterbox #zoeken .agenda .agendabody .l > input.filterWrapper:not(textarea), .filelist td a.input:not(textarea), .input.filelist:not(textarea), .docFilterbox #zoeken input.filelist:not(textarea), .listviewbar input.small:not(textarea), .listviewbar .agenda .agendabody .r .fc input.fc-button-primary:not(textarea), .agenda .agendabody .r .fc .listviewbar input.fc-button-primary:not(textarea), .listviewbar .agenda .agendabody .l > input.filterWrapper:not(textarea), .agenda .agendabody .listviewbar .l > input.filterWrapper:not(textarea), .listviewbar input.filelist:not(textarea), .small.select2-search__field:not(textarea), .agenda .agendabody .r .fc .select2-search__field.fc-button-primary:not(textarea), .agenda .agendabody .l > .select2-search__field.filterWrapper:not(textarea), .filelist td a.select2-search__field:not(textarea), .select2-search__field.filelist:not(textarea), .select2basic.small:not(textarea), .agenda .agendabody .r .fc .select2basic.fc-button-primary:not(textarea), .agenda .agendabody .l > .select2basic.filterWrapper:not(textarea), .filelist td a.select2basic:not(textarea), .select2basic.filelist:not(textarea), .select2lookup.small:not(textarea), .agenda .agendabody .r .fc .select2lookup.fc-button-primary:not(textarea), .agenda .agendabody .l > .select2lookup.filterWrapper:not(textarea), .filelist td a.select2lookup:not(textarea), .select2lookup.filelist:not(textarea) {
    font-size: calc(13px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .input.small:not(textarea), .docFilterbox #zoeken input.small:not(textarea), .agenda .agendabody .r .fc .input.fc-button-primary:not(textarea), .agenda .agendabody .r .fc .docFilterbox #zoeken input.fc-button-primary:not(textarea), .docFilterbox #zoeken .agenda .agendabody .r .fc input.fc-button-primary:not(textarea), .agenda .agendabody .l > .input.filterWrapper:not(textarea), .agenda .agendabody .docFilterbox #zoeken .l > input.filterWrapper:not(textarea), .docFilterbox #zoeken .agenda .agendabody .l > input.filterWrapper:not(textarea), .filelist td a.input:not(textarea), .input.filelist:not(textarea), .docFilterbox #zoeken input.filelist:not(textarea), .listviewbar input.small:not(textarea), .listviewbar .agenda .agendabody .r .fc input.fc-button-primary:not(textarea), .agenda .agendabody .r .fc .listviewbar input.fc-button-primary:not(textarea), .listviewbar .agenda .agendabody .l > input.filterWrapper:not(textarea), .agenda .agendabody .listviewbar .l > input.filterWrapper:not(textarea), .listviewbar input.filelist:not(textarea), .small.select2-search__field:not(textarea), .agenda .agendabody .r .fc .select2-search__field.fc-button-primary:not(textarea), .agenda .agendabody .l > .select2-search__field.filterWrapper:not(textarea), .filelist td a.select2-search__field:not(textarea), .select2-search__field.filelist:not(textarea), .select2basic.small:not(textarea), .agenda .agendabody .r .fc .select2basic.fc-button-primary:not(textarea), .agenda .agendabody .l > .select2basic.filterWrapper:not(textarea), .filelist td a.select2basic:not(textarea), .select2basic.filelist:not(textarea), .select2lookup.small:not(textarea), .agenda .agendabody .r .fc .select2lookup.fc-button-primary:not(textarea), .agenda .agendabody .l > .select2lookup.filterWrapper:not(textarea), .filelist td a.select2lookup:not(textarea), .select2lookup.filelist:not(textarea) {
    width: 100%;
  }
}
.input.halfwidth, .docFilterbox #zoeken input.halfwidth, .listviewbar input.halfwidth, .halfwidth.select2-search__field, .select2basic.halfwidth, .select2lookup.halfwidth {
  width: 50%;
}
.input.large:not(textarea), .docFilterbox #zoeken input.large:not(textarea), .listviewbar input.large:not(textarea), .large.select2-search__field:not(textarea), .select2basic.large:not(textarea), .select2lookup.large:not(textarea) {
  font-size: 18px !important;
  height: 57.2px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .input.large:not(textarea), .docFilterbox #zoeken input.large:not(textarea), .listviewbar input.large:not(textarea), .large.select2-search__field:not(textarea), .select2basic.large:not(textarea), .select2lookup.large:not(textarea) {
    font-size: calc(18px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .input.large:not(textarea), .docFilterbox #zoeken input.large:not(textarea), .listviewbar input.large:not(textarea), .large.select2-search__field:not(textarea), .select2basic.large:not(textarea), .select2lookup.large:not(textarea) {
    font-size: calc(18px * 1) !important;
  }
}
.input.input-validation-error, .docFilterbox #zoeken input.input-validation-error, .listviewbar input.input-validation-error, .input-validation-error.select2-search__field, .select2basic.input-validation-error, .select2lookup.input-validation-error {
  border-color: #FF7D88 !important;
}
.input.input-validation-error:focus, .docFilterbox #zoeken input.input-validation-error:focus, .listviewbar input.input-validation-error:focus, .input-validation-error.select2-search__field:focus, .select2basic.input-validation-error:focus, .select2lookup.input-validation-error:focus {
  border-color: #FF7D88;
  outline: 0;
  box-shadow: 0 0 0 0.4rem #FFE8EA;
}
.input::placeholder, .docFilterbox #zoeken input::placeholder, .listviewbar input::placeholder, .select2-search__field::placeholder, .select2basic::placeholder, .select2lookup::placeholder {
  color: #ABADC4;
}

textarea.input, textarea.select2-search__field {
  height: 6em;
}
textarea.input.small, .agenda .agendabody .r .fc textarea.input.fc-button-primary, .agenda .agendabody .l > textarea.input.filterWrapper, textarea.input.filelist, textarea.small.select2-search__field, .agenda .agendabody .r .fc textarea.select2-search__field.fc-button-primary, .agenda .agendabody .l > textarea.select2-search__field.filterWrapper, textarea.select2-search__field.filelist {
  height: 4em;
  font-size: 13px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  textarea.input.small, .agenda .agendabody .r .fc textarea.input.fc-button-primary, .agenda .agendabody .l > textarea.input.filterWrapper, textarea.input.filelist, textarea.small.select2-search__field, .agenda .agendabody .r .fc textarea.select2-search__field.fc-button-primary, .agenda .agendabody .l > textarea.select2-search__field.filterWrapper, textarea.select2-search__field.filelist {
    font-size: calc(13px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  textarea.input.small, .agenda .agendabody .r .fc textarea.input.fc-button-primary, .agenda .agendabody .l > textarea.input.filterWrapper, textarea.input.filelist, textarea.small.select2-search__field, .agenda .agendabody .r .fc textarea.select2-search__field.fc-button-primary, .agenda .agendabody .l > textarea.select2-search__field.filterWrapper, textarea.select2-search__field.filelist {
    font-size: calc(13px * 1) !important;
  }
}
textarea.input.large, textarea.large.select2-search__field {
  height: 8em;
  font-size: 18px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  textarea.input.large, textarea.large.select2-search__field {
    font-size: calc(18px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  textarea.input.large, textarea.large.select2-search__field {
    font-size: calc(18px * 1) !important;
  }
}

.readonly .zoekboxRight::before, .readonly .docFilterbox #zoeken::before, .docFilterbox .readonly #zoeken::before, .readonly .listviewbar .searchboxfilterMini::before, .listviewbar .readonly .searchboxfilterMini::before, .readonly .listviewbar .searchboxfilter div:first-of-type::before, .listviewbar .searchboxfilter .readonly div:first-of-type::before,
.readonly .ZoekboxLeft::before {
  display: none;
}
.readonly div {
  margin-bottom: unset !important;
}
.readonly div:focus {
  box-shadow: none !important;
}

.readonly.zoekboxLeft::before,
.readonly.zoekboxRight::before,
.docFilterbox .readonly#zoeken::before,
.listviewbar .readonly.searchboxfilterMini::before,
.listviewbar .searchboxfilter div.readonly:first-of-type::before {
  display: none;
}

.readonly input,
.readonly textarea,
.input.readonly,
.docFilterbox #zoeken input.readonly,
.listviewbar input.readonly,
.readonly.select2-search__field,
.input[readonly],
.docFilterbox #zoeken input[readonly],
.listviewbar input[readonly],
[readonly].select2-search__field {
  border: none !important;
  pointer-events: none !important;
  padding-left: unset !important;
}
.readonly input:focus,
.readonly textarea:focus,
.input.readonly:focus,
.docFilterbox #zoeken input.readonly:focus,
.listviewbar input.readonly:focus,
.readonly.select2-search__field:focus,
.input[readonly]:focus,
.docFilterbox #zoeken input[readonly]:focus,
.listviewbar input[readonly]:focus,
[readonly].select2-search__field:focus {
  box-shadow: none !important;
  pointer-events: none !important;
}

.readonly .fa-trash {
  display: none;
}

.zoekboxLeft {
  position: relative;
  /*place icon*/
  /*position icon in zoekbox based on IcnLeft*/
}
.zoekboxLeft:before {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  display: inline-block;
  padding-right: 5px;
  font-weight: 900;
  color: #81839F;
}
.zoekboxLeft:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.zoekboxLeft .input, .zoekboxLeft .docFilterbox #zoeken input, .docFilterbox #zoeken .zoekboxLeft input, .zoekboxLeft .listviewbar input, .listviewbar .zoekboxLeft input, .zoekboxLeft .select2-search__field {
  padding-left: 41px !important;
}
.zoekboxLeft:before {
  left: 10px;
}
.zoekboxLeft.small, .agenda .agendabody .r .fc .zoekboxLeft.fc-button-primary, .agenda .agendabody .l > .zoekboxLeft.filterWrapper, .filelist td a.zoekboxLeft, .zoekboxLeft.filelist {
  width: 50%;
}

.zoekboxRight, .docFilterbox #zoeken, .listviewbar .searchboxfilterMini, .listviewbar .searchboxfilter div:first-of-type {
  position: relative;
  /*place icon*/
  /*position icon in zoekbox based on IcnLeft*/
  width: 100%;
  min-width: 395px !important;
  max-width: 500px !important;
}
.zoekboxRight:before, .docFilterbox #zoeken:before, .listviewbar .searchboxfilterMini:before, .listviewbar .searchboxfilter div:first-of-type:before {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  display: inline-block;
  padding-right: 5px;
  font-weight: 900;
  color: #81839F;
}
.zoekboxRight:before, .docFilterbox #zoeken:before, .listviewbar .searchboxfilterMini:before, .listviewbar .searchboxfilter div:first-of-type:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.zoekboxRight:before, .docFilterbox #zoeken:before, .listviewbar .searchboxfilterMini:before, .listviewbar .searchboxfilter div:first-of-type:before {
  right: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .zoekboxRight, .docFilterbox #zoeken, .listviewbar .searchboxfilterMini, .listviewbar .searchboxfilter div:first-of-type {
    min-width: 195px !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekboxRight, .docFilterbox #zoeken, .listviewbar .searchboxfilterMini, .listviewbar .searchboxfilter div:first-of-type {
    width: 100% !important;
    min-width: 150px !important;
  }
}
.zoekboxRight .input, .docFilterbox #zoeken .input, .docFilterbox #zoeken input, .zoekboxRight .listviewbar input, .listviewbar .zoekboxRight input, .listviewbar .searchboxfilterMini .input, .listviewbar .searchboxfilterMini input, .listviewbar .searchboxfilter div:first-of-type .input, .listviewbar .searchboxfilter div:first-of-type input, .zoekboxRight .select2-search__field, .docFilterbox #zoeken .select2-search__field, .listviewbar .searchboxfilterMini .select2-search__field, .listviewbar .searchboxfilter div:first-of-type .select2-search__field {
  padding-right: 40px !important;
}
.zoekboxRight.small, .docFilterbox .small#zoeken, .agenda .agendabody .r .fc .zoekboxRight.fc-button-primary, .agenda .agendabody .r .fc .docFilterbox .fc-button-primary#zoeken, .docFilterbox .agenda .agendabody .r .fc .fc-button-primary#zoeken, .agenda .agendabody .l > .zoekboxRight.filterWrapper, .agenda .agendabody .docFilterbox .l > .filterWrapper#zoeken, .docFilterbox .agenda .agendabody .l > .filterWrapper#zoeken, .filelist td a.zoekboxRight, .filelist td .docFilterbox a#zoeken, .docFilterbox .filelist td a#zoeken, .zoekboxRight.filelist, .docFilterbox .filelist#zoeken, .listviewbar .small.searchboxfilterMini, .listviewbar .agenda .agendabody .r .fc .searchboxfilterMini.fc-button-primary, .agenda .agendabody .r .fc .listviewbar .searchboxfilterMini.fc-button-primary, .listviewbar .agenda .agendabody .l > .searchboxfilterMini.filterWrapper, .agenda .agendabody .listviewbar .l > .searchboxfilterMini.filterWrapper, .listviewbar .filelist td a.searchboxfilterMini, .filelist td .listviewbar a.searchboxfilterMini, .listviewbar .searchboxfilterMini.filelist, .listviewbar .searchboxfilter div.small:first-of-type, .listviewbar .searchboxfilter .agenda .agendabody .r .fc div.fc-button-primary:first-of-type, .agenda .agendabody .r .fc .listviewbar .searchboxfilter div.fc-button-primary:first-of-type, .listviewbar .searchboxfilter .agenda .agendabody .l > div.filterWrapper:first-of-type, .agenda .agendabody .listviewbar .searchboxfilter .l > div.filterWrapper:first-of-type, .listviewbar .searchboxfilter div.filelist:first-of-type {
  width: 50%;
}
.zoekboxRight.small .input, .zoekboxRight.small .docFilterbox #zoeken input, .docFilterbox #zoeken .zoekboxRight.small input, .docFilterbox .small#zoeken .input, .docFilterbox .small#zoeken input, .agenda .agendabody .r .fc .zoekboxRight.fc-button-primary .input, .agenda .agendabody .r .fc .zoekboxRight.fc-button-primary .docFilterbox #zoeken input, .docFilterbox #zoeken .agenda .agendabody .r .fc .zoekboxRight.fc-button-primary input, .agenda .agendabody .r .fc .docFilterbox .fc-button-primary#zoeken .input, .agenda .agendabody .r .fc .docFilterbox .fc-button-primary#zoeken input, .docFilterbox .agenda .agendabody .r .fc .fc-button-primary#zoeken .input, .docFilterbox .agenda .agendabody .r .fc .fc-button-primary#zoeken input, .agenda .agendabody .l > .zoekboxRight.filterWrapper .input, .agenda .agendabody .l > .zoekboxRight.filterWrapper .docFilterbox #zoeken input, .docFilterbox #zoeken .agenda .agendabody .l > .zoekboxRight.filterWrapper input, .agenda .agendabody .docFilterbox .l > .filterWrapper#zoeken .input, .agenda .agendabody .docFilterbox .l > .filterWrapper#zoeken input, .docFilterbox .agenda .agendabody .l > .filterWrapper#zoeken .input, .docFilterbox .agenda .agendabody .l > .filterWrapper#zoeken input, .filelist td a.zoekboxRight .input, .filelist td a.zoekboxRight .docFilterbox #zoeken input, .docFilterbox #zoeken .filelist td a.zoekboxRight input, .filelist td .docFilterbox a#zoeken .input, .filelist td .docFilterbox a#zoeken input, .docFilterbox .filelist td a#zoeken .input, .docFilterbox .filelist td a#zoeken input, .zoekboxRight.filelist .input, .zoekboxRight.filelist .docFilterbox #zoeken input, .docFilterbox #zoeken .zoekboxRight.filelist input, .docFilterbox .filelist#zoeken .input, .docFilterbox .filelist#zoeken input, .zoekboxRight.small .listviewbar input, .docFilterbox .small#zoeken .listviewbar input, .agenda .agendabody .r .fc .zoekboxRight.fc-button-primary .listviewbar input, .agenda .agendabody .r .fc .docFilterbox .fc-button-primary#zoeken .listviewbar input, .docFilterbox .agenda .agendabody .r .fc .fc-button-primary#zoeken .listviewbar input, .agenda .agendabody .l > .zoekboxRight.filterWrapper .listviewbar input, .agenda .agendabody .docFilterbox .l > .filterWrapper#zoeken .listviewbar input, .docFilterbox .agenda .agendabody .l > .filterWrapper#zoeken .listviewbar input, .filelist td a.zoekboxRight .listviewbar input, .filelist td .docFilterbox a#zoeken .listviewbar input, .docFilterbox .filelist td a#zoeken .listviewbar input, .zoekboxRight.filelist .listviewbar input, .docFilterbox .filelist#zoeken .listviewbar input, .listviewbar .zoekboxRight.small input, .listviewbar .docFilterbox .small#zoeken input, .docFilterbox .listviewbar .small#zoeken input, .listviewbar .agenda .agendabody .r .fc .zoekboxRight.fc-button-primary input, .listviewbar .agenda .agendabody .r .fc .docFilterbox .fc-button-primary#zoeken input, .docFilterbox .listviewbar .agenda .agendabody .r .fc .fc-button-primary#zoeken input, .agenda .agendabody .r .fc .listviewbar .zoekboxRight.fc-button-primary input, .agenda .agendabody .r .fc .listviewbar .docFilterbox .fc-button-primary#zoeken input, .docFilterbox .agenda .agendabody .r .fc .listviewbar .fc-button-primary#zoeken input, .listviewbar .agenda .agendabody .l > .zoekboxRight.filterWrapper input, .listviewbar .agenda .agendabody .docFilterbox .l > .filterWrapper#zoeken input, .docFilterbox .listviewbar .agenda .agendabody .l > .filterWrapper#zoeken input, .agenda .agendabody .listviewbar .l > .zoekboxRight.filterWrapper input, .agenda .agendabody .listviewbar .docFilterbox .l > .filterWrapper#zoeken input, .docFilterbox .agenda .agendabody .listviewbar .l > .filterWrapper#zoeken input, .listviewbar .filelist td a.zoekboxRight input, .listviewbar .filelist td .docFilterbox a#zoeken input, .docFilterbox .listviewbar .filelist td a#zoeken input, .filelist td .listviewbar a.zoekboxRight input, .filelist td .listviewbar .docFilterbox a#zoeken input, .docFilterbox .filelist td .listviewbar a#zoeken input, .listviewbar .zoekboxRight.filelist input, .listviewbar .docFilterbox .filelist#zoeken input, .docFilterbox .listviewbar .filelist#zoeken input, .listviewbar .small.searchboxfilterMini .input, .listviewbar .small.searchboxfilterMini .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .small.searchboxfilterMini input, .listviewbar .agenda .agendabody .r .fc .searchboxfilterMini.fc-button-primary .input, .listviewbar .agenda .agendabody .r .fc .searchboxfilterMini.fc-button-primary .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .agenda .agendabody .r .fc .searchboxfilterMini.fc-button-primary input, .agenda .agendabody .r .fc .listviewbar .searchboxfilterMini.fc-button-primary .input, .agenda .agendabody .r .fc .listviewbar .searchboxfilterMini.fc-button-primary .docFilterbox #zoeken input, .docFilterbox #zoeken .agenda .agendabody .r .fc .listviewbar .searchboxfilterMini.fc-button-primary input, .listviewbar .agenda .agendabody .l > .searchboxfilterMini.filterWrapper .input, .listviewbar .agenda .agendabody .l > .searchboxfilterMini.filterWrapper .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .agenda .agendabody .l > .searchboxfilterMini.filterWrapper input, .agenda .agendabody .listviewbar .l > .searchboxfilterMini.filterWrapper .input, .agenda .agendabody .listviewbar .l > .searchboxfilterMini.filterWrapper .docFilterbox #zoeken input, .docFilterbox #zoeken .agenda .agendabody .listviewbar .l > .searchboxfilterMini.filterWrapper input, .listviewbar .filelist td a.searchboxfilterMini .input, .listviewbar .filelist td a.searchboxfilterMini .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .filelist td a.searchboxfilterMini input, .filelist td .listviewbar a.searchboxfilterMini .input, .filelist td .listviewbar a.searchboxfilterMini .docFilterbox #zoeken input, .docFilterbox #zoeken .filelist td .listviewbar a.searchboxfilterMini input, .listviewbar .searchboxfilterMini.filelist .input, .listviewbar .searchboxfilterMini.filelist .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .searchboxfilterMini.filelist input, .listviewbar .small.searchboxfilterMini input, .listviewbar .agenda .agendabody .r .fc .searchboxfilterMini.fc-button-primary input, .agenda .agendabody .r .fc .listviewbar .searchboxfilterMini.fc-button-primary input, .listviewbar .agenda .agendabody .l > .searchboxfilterMini.filterWrapper input, .agenda .agendabody .listviewbar .l > .searchboxfilterMini.filterWrapper input, .listviewbar .filelist td a.searchboxfilterMini input, .filelist td .listviewbar a.searchboxfilterMini input, .listviewbar .searchboxfilterMini.filelist input, .listviewbar .searchboxfilter div.small:first-of-type .input, .listviewbar .searchboxfilter div.small:first-of-type .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .searchboxfilter div.small:first-of-type input, .listviewbar .searchboxfilter .agenda .agendabody .r .fc div.fc-button-primary:first-of-type .input, .listviewbar .searchboxfilter .agenda .agendabody .r .fc div.fc-button-primary:first-of-type .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .searchboxfilter .agenda .agendabody .r .fc div.fc-button-primary:first-of-type input, .agenda .agendabody .r .fc .listviewbar .searchboxfilter div.fc-button-primary:first-of-type .input, .agenda .agendabody .r .fc .listviewbar .searchboxfilter div.fc-button-primary:first-of-type .docFilterbox #zoeken input, .docFilterbox #zoeken .agenda .agendabody .r .fc .listviewbar .searchboxfilter div.fc-button-primary:first-of-type input, .listviewbar .searchboxfilter .agenda .agendabody .l > div.filterWrapper:first-of-type .input, .listviewbar .searchboxfilter .agenda .agendabody .l > div.filterWrapper:first-of-type .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .searchboxfilter .agenda .agendabody .l > div.filterWrapper:first-of-type input, .agenda .agendabody .listviewbar .searchboxfilter .l > div.filterWrapper:first-of-type .input, .agenda .agendabody .listviewbar .searchboxfilter .l > div.filterWrapper:first-of-type .docFilterbox #zoeken input, .docFilterbox #zoeken .agenda .agendabody .listviewbar .searchboxfilter .l > div.filterWrapper:first-of-type input, .listviewbar .searchboxfilter div.filelist:first-of-type .input, .listviewbar .searchboxfilter div.filelist:first-of-type .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .searchboxfilter div.filelist:first-of-type input, .listviewbar .searchboxfilter div.small:first-of-type input, .listviewbar .searchboxfilter .agenda .agendabody .r .fc div.fc-button-primary:first-of-type input, .agenda .agendabody .r .fc .listviewbar .searchboxfilter div.fc-button-primary:first-of-type input, .listviewbar .searchboxfilter .agenda .agendabody .l > div.filterWrapper:first-of-type input, .agenda .agendabody .listviewbar .searchboxfilter .l > div.filterWrapper:first-of-type input, .listviewbar .searchboxfilter div.filelist:first-of-type input, .zoekboxRight.small .select2-search__field, .docFilterbox .small#zoeken .select2-search__field, .agenda .agendabody .r .fc .zoekboxRight.fc-button-primary .select2-search__field, .agenda .agendabody .r .fc .docFilterbox .fc-button-primary#zoeken .select2-search__field, .docFilterbox .agenda .agendabody .r .fc .fc-button-primary#zoeken .select2-search__field, .agenda .agendabody .l > .zoekboxRight.filterWrapper .select2-search__field, .agenda .agendabody .docFilterbox .l > .filterWrapper#zoeken .select2-search__field, .docFilterbox .agenda .agendabody .l > .filterWrapper#zoeken .select2-search__field, .filelist td a.zoekboxRight .select2-search__field, .filelist td .docFilterbox a#zoeken .select2-search__field, .docFilterbox .filelist td a#zoeken .select2-search__field, .zoekboxRight.filelist .select2-search__field, .docFilterbox .filelist#zoeken .select2-search__field, .listviewbar .small.searchboxfilterMini .select2-search__field, .listviewbar .agenda .agendabody .r .fc .searchboxfilterMini.fc-button-primary .select2-search__field, .agenda .agendabody .r .fc .listviewbar .searchboxfilterMini.fc-button-primary .select2-search__field, .listviewbar .agenda .agendabody .l > .searchboxfilterMini.filterWrapper .select2-search__field, .agenda .agendabody .listviewbar .l > .searchboxfilterMini.filterWrapper .select2-search__field, .listviewbar .filelist td a.searchboxfilterMini .select2-search__field, .filelist td .listviewbar a.searchboxfilterMini .select2-search__field, .listviewbar .searchboxfilterMini.filelist .select2-search__field, .listviewbar .searchboxfilter div.small:first-of-type .select2-search__field, .listviewbar .searchboxfilter .agenda .agendabody .r .fc div.fc-button-primary:first-of-type .select2-search__field, .agenda .agendabody .r .fc .listviewbar .searchboxfilter div.fc-button-primary:first-of-type .select2-search__field, .listviewbar .searchboxfilter .agenda .agendabody .l > div.filterWrapper:first-of-type .select2-search__field, .agenda .agendabody .listviewbar .searchboxfilter .l > div.filterWrapper:first-of-type .select2-search__field, .listviewbar .searchboxfilter div.filelist:first-of-type .select2-search__field {
  font-size: 13px !important;
  height: 28.8px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .zoekboxRight.small .input, .zoekboxRight.small .docFilterbox #zoeken input, .docFilterbox #zoeken .zoekboxRight.small input, .docFilterbox .small#zoeken .input, .docFilterbox .small#zoeken input, .agenda .agendabody .r .fc .zoekboxRight.fc-button-primary .input, .agenda .agendabody .r .fc .zoekboxRight.fc-button-primary .docFilterbox #zoeken input, .docFilterbox #zoeken .agenda .agendabody .r .fc .zoekboxRight.fc-button-primary input, .agenda .agendabody .r .fc .docFilterbox .fc-button-primary#zoeken .input, .agenda .agendabody .r .fc .docFilterbox .fc-button-primary#zoeken input, .docFilterbox .agenda .agendabody .r .fc .fc-button-primary#zoeken .input, .docFilterbox .agenda .agendabody .r .fc .fc-button-primary#zoeken input, .agenda .agendabody .l > .zoekboxRight.filterWrapper .input, .agenda .agendabody .l > .zoekboxRight.filterWrapper .docFilterbox #zoeken input, .docFilterbox #zoeken .agenda .agendabody .l > .zoekboxRight.filterWrapper input, .agenda .agendabody .docFilterbox .l > .filterWrapper#zoeken .input, .agenda .agendabody .docFilterbox .l > .filterWrapper#zoeken input, .docFilterbox .agenda .agendabody .l > .filterWrapper#zoeken .input, .docFilterbox .agenda .agendabody .l > .filterWrapper#zoeken input, .filelist td a.zoekboxRight .input, .filelist td a.zoekboxRight .docFilterbox #zoeken input, .docFilterbox #zoeken .filelist td a.zoekboxRight input, .filelist td .docFilterbox a#zoeken .input, .filelist td .docFilterbox a#zoeken input, .docFilterbox .filelist td a#zoeken .input, .docFilterbox .filelist td a#zoeken input, .zoekboxRight.filelist .input, .zoekboxRight.filelist .docFilterbox #zoeken input, .docFilterbox #zoeken .zoekboxRight.filelist input, .docFilterbox .filelist#zoeken .input, .docFilterbox .filelist#zoeken input, .zoekboxRight.small .listviewbar input, .docFilterbox .small#zoeken .listviewbar input, .agenda .agendabody .r .fc .zoekboxRight.fc-button-primary .listviewbar input, .agenda .agendabody .r .fc .docFilterbox .fc-button-primary#zoeken .listviewbar input, .docFilterbox .agenda .agendabody .r .fc .fc-button-primary#zoeken .listviewbar input, .agenda .agendabody .l > .zoekboxRight.filterWrapper .listviewbar input, .agenda .agendabody .docFilterbox .l > .filterWrapper#zoeken .listviewbar input, .docFilterbox .agenda .agendabody .l > .filterWrapper#zoeken .listviewbar input, .filelist td a.zoekboxRight .listviewbar input, .filelist td .docFilterbox a#zoeken .listviewbar input, .docFilterbox .filelist td a#zoeken .listviewbar input, .zoekboxRight.filelist .listviewbar input, .docFilterbox .filelist#zoeken .listviewbar input, .listviewbar .zoekboxRight.small input, .listviewbar .docFilterbox .small#zoeken input, .docFilterbox .listviewbar .small#zoeken input, .listviewbar .agenda .agendabody .r .fc .zoekboxRight.fc-button-primary input, .listviewbar .agenda .agendabody .r .fc .docFilterbox .fc-button-primary#zoeken input, .docFilterbox .listviewbar .agenda .agendabody .r .fc .fc-button-primary#zoeken input, .agenda .agendabody .r .fc .listviewbar .zoekboxRight.fc-button-primary input, .agenda .agendabody .r .fc .listviewbar .docFilterbox .fc-button-primary#zoeken input, .docFilterbox .agenda .agendabody .r .fc .listviewbar .fc-button-primary#zoeken input, .listviewbar .agenda .agendabody .l > .zoekboxRight.filterWrapper input, .listviewbar .agenda .agendabody .docFilterbox .l > .filterWrapper#zoeken input, .docFilterbox .listviewbar .agenda .agendabody .l > .filterWrapper#zoeken input, .agenda .agendabody .listviewbar .l > .zoekboxRight.filterWrapper input, .agenda .agendabody .listviewbar .docFilterbox .l > .filterWrapper#zoeken input, .docFilterbox .agenda .agendabody .listviewbar .l > .filterWrapper#zoeken input, .listviewbar .filelist td a.zoekboxRight input, .listviewbar .filelist td .docFilterbox a#zoeken input, .docFilterbox .listviewbar .filelist td a#zoeken input, .filelist td .listviewbar a.zoekboxRight input, .filelist td .listviewbar .docFilterbox a#zoeken input, .docFilterbox .filelist td .listviewbar a#zoeken input, .listviewbar .zoekboxRight.filelist input, .listviewbar .docFilterbox .filelist#zoeken input, .docFilterbox .listviewbar .filelist#zoeken input, .listviewbar .small.searchboxfilterMini .input, .listviewbar .small.searchboxfilterMini .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .small.searchboxfilterMini input, .listviewbar .agenda .agendabody .r .fc .searchboxfilterMini.fc-button-primary .input, .listviewbar .agenda .agendabody .r .fc .searchboxfilterMini.fc-button-primary .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .agenda .agendabody .r .fc .searchboxfilterMini.fc-button-primary input, .agenda .agendabody .r .fc .listviewbar .searchboxfilterMini.fc-button-primary .input, .agenda .agendabody .r .fc .listviewbar .searchboxfilterMini.fc-button-primary .docFilterbox #zoeken input, .docFilterbox #zoeken .agenda .agendabody .r .fc .listviewbar .searchboxfilterMini.fc-button-primary input, .listviewbar .agenda .agendabody .l > .searchboxfilterMini.filterWrapper .input, .listviewbar .agenda .agendabody .l > .searchboxfilterMini.filterWrapper .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .agenda .agendabody .l > .searchboxfilterMini.filterWrapper input, .agenda .agendabody .listviewbar .l > .searchboxfilterMini.filterWrapper .input, .agenda .agendabody .listviewbar .l > .searchboxfilterMini.filterWrapper .docFilterbox #zoeken input, .docFilterbox #zoeken .agenda .agendabody .listviewbar .l > .searchboxfilterMini.filterWrapper input, .listviewbar .filelist td a.searchboxfilterMini .input, .listviewbar .filelist td a.searchboxfilterMini .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .filelist td a.searchboxfilterMini input, .filelist td .listviewbar a.searchboxfilterMini .input, .filelist td .listviewbar a.searchboxfilterMini .docFilterbox #zoeken input, .docFilterbox #zoeken .filelist td .listviewbar a.searchboxfilterMini input, .listviewbar .searchboxfilterMini.filelist .input, .listviewbar .searchboxfilterMini.filelist .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .searchboxfilterMini.filelist input, .listviewbar .small.searchboxfilterMini input, .listviewbar .agenda .agendabody .r .fc .searchboxfilterMini.fc-button-primary input, .agenda .agendabody .r .fc .listviewbar .searchboxfilterMini.fc-button-primary input, .listviewbar .agenda .agendabody .l > .searchboxfilterMini.filterWrapper input, .agenda .agendabody .listviewbar .l > .searchboxfilterMini.filterWrapper input, .listviewbar .filelist td a.searchboxfilterMini input, .filelist td .listviewbar a.searchboxfilterMini input, .listviewbar .searchboxfilterMini.filelist input, .listviewbar .searchboxfilter div.small:first-of-type .input, .listviewbar .searchboxfilter div.small:first-of-type .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .searchboxfilter div.small:first-of-type input, .listviewbar .searchboxfilter .agenda .agendabody .r .fc div.fc-button-primary:first-of-type .input, .listviewbar .searchboxfilter .agenda .agendabody .r .fc div.fc-button-primary:first-of-type .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .searchboxfilter .agenda .agendabody .r .fc div.fc-button-primary:first-of-type input, .agenda .agendabody .r .fc .listviewbar .searchboxfilter div.fc-button-primary:first-of-type .input, .agenda .agendabody .r .fc .listviewbar .searchboxfilter div.fc-button-primary:first-of-type .docFilterbox #zoeken input, .docFilterbox #zoeken .agenda .agendabody .r .fc .listviewbar .searchboxfilter div.fc-button-primary:first-of-type input, .listviewbar .searchboxfilter .agenda .agendabody .l > div.filterWrapper:first-of-type .input, .listviewbar .searchboxfilter .agenda .agendabody .l > div.filterWrapper:first-of-type .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .searchboxfilter .agenda .agendabody .l > div.filterWrapper:first-of-type input, .agenda .agendabody .listviewbar .searchboxfilter .l > div.filterWrapper:first-of-type .input, .agenda .agendabody .listviewbar .searchboxfilter .l > div.filterWrapper:first-of-type .docFilterbox #zoeken input, .docFilterbox #zoeken .agenda .agendabody .listviewbar .searchboxfilter .l > div.filterWrapper:first-of-type input, .listviewbar .searchboxfilter div.filelist:first-of-type .input, .listviewbar .searchboxfilter div.filelist:first-of-type .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .searchboxfilter div.filelist:first-of-type input, .listviewbar .searchboxfilter div.small:first-of-type input, .listviewbar .searchboxfilter .agenda .agendabody .r .fc div.fc-button-primary:first-of-type input, .agenda .agendabody .r .fc .listviewbar .searchboxfilter div.fc-button-primary:first-of-type input, .listviewbar .searchboxfilter .agenda .agendabody .l > div.filterWrapper:first-of-type input, .agenda .agendabody .listviewbar .searchboxfilter .l > div.filterWrapper:first-of-type input, .listviewbar .searchboxfilter div.filelist:first-of-type input, .zoekboxRight.small .select2-search__field, .docFilterbox .small#zoeken .select2-search__field, .agenda .agendabody .r .fc .zoekboxRight.fc-button-primary .select2-search__field, .agenda .agendabody .r .fc .docFilterbox .fc-button-primary#zoeken .select2-search__field, .docFilterbox .agenda .agendabody .r .fc .fc-button-primary#zoeken .select2-search__field, .agenda .agendabody .l > .zoekboxRight.filterWrapper .select2-search__field, .agenda .agendabody .docFilterbox .l > .filterWrapper#zoeken .select2-search__field, .docFilterbox .agenda .agendabody .l > .filterWrapper#zoeken .select2-search__field, .filelist td a.zoekboxRight .select2-search__field, .filelist td .docFilterbox a#zoeken .select2-search__field, .docFilterbox .filelist td a#zoeken .select2-search__field, .zoekboxRight.filelist .select2-search__field, .docFilterbox .filelist#zoeken .select2-search__field, .listviewbar .small.searchboxfilterMini .select2-search__field, .listviewbar .agenda .agendabody .r .fc .searchboxfilterMini.fc-button-primary .select2-search__field, .agenda .agendabody .r .fc .listviewbar .searchboxfilterMini.fc-button-primary .select2-search__field, .listviewbar .agenda .agendabody .l > .searchboxfilterMini.filterWrapper .select2-search__field, .agenda .agendabody .listviewbar .l > .searchboxfilterMini.filterWrapper .select2-search__field, .listviewbar .filelist td a.searchboxfilterMini .select2-search__field, .filelist td .listviewbar a.searchboxfilterMini .select2-search__field, .listviewbar .searchboxfilterMini.filelist .select2-search__field, .listviewbar .searchboxfilter div.small:first-of-type .select2-search__field, .listviewbar .searchboxfilter .agenda .agendabody .r .fc div.fc-button-primary:first-of-type .select2-search__field, .agenda .agendabody .r .fc .listviewbar .searchboxfilter div.fc-button-primary:first-of-type .select2-search__field, .listviewbar .searchboxfilter .agenda .agendabody .l > div.filterWrapper:first-of-type .select2-search__field, .agenda .agendabody .listviewbar .searchboxfilter .l > div.filterWrapper:first-of-type .select2-search__field, .listviewbar .searchboxfilter div.filelist:first-of-type .select2-search__field {
    font-size: calc(13px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekboxRight.small .input, .zoekboxRight.small .docFilterbox #zoeken input, .docFilterbox #zoeken .zoekboxRight.small input, .docFilterbox .small#zoeken .input, .docFilterbox .small#zoeken input, .agenda .agendabody .r .fc .zoekboxRight.fc-button-primary .input, .agenda .agendabody .r .fc .zoekboxRight.fc-button-primary .docFilterbox #zoeken input, .docFilterbox #zoeken .agenda .agendabody .r .fc .zoekboxRight.fc-button-primary input, .agenda .agendabody .r .fc .docFilterbox .fc-button-primary#zoeken .input, .agenda .agendabody .r .fc .docFilterbox .fc-button-primary#zoeken input, .docFilterbox .agenda .agendabody .r .fc .fc-button-primary#zoeken .input, .docFilterbox .agenda .agendabody .r .fc .fc-button-primary#zoeken input, .agenda .agendabody .l > .zoekboxRight.filterWrapper .input, .agenda .agendabody .l > .zoekboxRight.filterWrapper .docFilterbox #zoeken input, .docFilterbox #zoeken .agenda .agendabody .l > .zoekboxRight.filterWrapper input, .agenda .agendabody .docFilterbox .l > .filterWrapper#zoeken .input, .agenda .agendabody .docFilterbox .l > .filterWrapper#zoeken input, .docFilterbox .agenda .agendabody .l > .filterWrapper#zoeken .input, .docFilterbox .agenda .agendabody .l > .filterWrapper#zoeken input, .filelist td a.zoekboxRight .input, .filelist td a.zoekboxRight .docFilterbox #zoeken input, .docFilterbox #zoeken .filelist td a.zoekboxRight input, .filelist td .docFilterbox a#zoeken .input, .filelist td .docFilterbox a#zoeken input, .docFilterbox .filelist td a#zoeken .input, .docFilterbox .filelist td a#zoeken input, .zoekboxRight.filelist .input, .zoekboxRight.filelist .docFilterbox #zoeken input, .docFilterbox #zoeken .zoekboxRight.filelist input, .docFilterbox .filelist#zoeken .input, .docFilterbox .filelist#zoeken input, .zoekboxRight.small .listviewbar input, .docFilterbox .small#zoeken .listviewbar input, .agenda .agendabody .r .fc .zoekboxRight.fc-button-primary .listviewbar input, .agenda .agendabody .r .fc .docFilterbox .fc-button-primary#zoeken .listviewbar input, .docFilterbox .agenda .agendabody .r .fc .fc-button-primary#zoeken .listviewbar input, .agenda .agendabody .l > .zoekboxRight.filterWrapper .listviewbar input, .agenda .agendabody .docFilterbox .l > .filterWrapper#zoeken .listviewbar input, .docFilterbox .agenda .agendabody .l > .filterWrapper#zoeken .listviewbar input, .filelist td a.zoekboxRight .listviewbar input, .filelist td .docFilterbox a#zoeken .listviewbar input, .docFilterbox .filelist td a#zoeken .listviewbar input, .zoekboxRight.filelist .listviewbar input, .docFilterbox .filelist#zoeken .listviewbar input, .listviewbar .zoekboxRight.small input, .listviewbar .docFilterbox .small#zoeken input, .docFilterbox .listviewbar .small#zoeken input, .listviewbar .agenda .agendabody .r .fc .zoekboxRight.fc-button-primary input, .listviewbar .agenda .agendabody .r .fc .docFilterbox .fc-button-primary#zoeken input, .docFilterbox .listviewbar .agenda .agendabody .r .fc .fc-button-primary#zoeken input, .agenda .agendabody .r .fc .listviewbar .zoekboxRight.fc-button-primary input, .agenda .agendabody .r .fc .listviewbar .docFilterbox .fc-button-primary#zoeken input, .docFilterbox .agenda .agendabody .r .fc .listviewbar .fc-button-primary#zoeken input, .listviewbar .agenda .agendabody .l > .zoekboxRight.filterWrapper input, .listviewbar .agenda .agendabody .docFilterbox .l > .filterWrapper#zoeken input, .docFilterbox .listviewbar .agenda .agendabody .l > .filterWrapper#zoeken input, .agenda .agendabody .listviewbar .l > .zoekboxRight.filterWrapper input, .agenda .agendabody .listviewbar .docFilterbox .l > .filterWrapper#zoeken input, .docFilterbox .agenda .agendabody .listviewbar .l > .filterWrapper#zoeken input, .listviewbar .filelist td a.zoekboxRight input, .listviewbar .filelist td .docFilterbox a#zoeken input, .docFilterbox .listviewbar .filelist td a#zoeken input, .filelist td .listviewbar a.zoekboxRight input, .filelist td .listviewbar .docFilterbox a#zoeken input, .docFilterbox .filelist td .listviewbar a#zoeken input, .listviewbar .zoekboxRight.filelist input, .listviewbar .docFilterbox .filelist#zoeken input, .docFilterbox .listviewbar .filelist#zoeken input, .listviewbar .small.searchboxfilterMini .input, .listviewbar .small.searchboxfilterMini .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .small.searchboxfilterMini input, .listviewbar .agenda .agendabody .r .fc .searchboxfilterMini.fc-button-primary .input, .listviewbar .agenda .agendabody .r .fc .searchboxfilterMini.fc-button-primary .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .agenda .agendabody .r .fc .searchboxfilterMini.fc-button-primary input, .agenda .agendabody .r .fc .listviewbar .searchboxfilterMini.fc-button-primary .input, .agenda .agendabody .r .fc .listviewbar .searchboxfilterMini.fc-button-primary .docFilterbox #zoeken input, .docFilterbox #zoeken .agenda .agendabody .r .fc .listviewbar .searchboxfilterMini.fc-button-primary input, .listviewbar .agenda .agendabody .l > .searchboxfilterMini.filterWrapper .input, .listviewbar .agenda .agendabody .l > .searchboxfilterMini.filterWrapper .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .agenda .agendabody .l > .searchboxfilterMini.filterWrapper input, .agenda .agendabody .listviewbar .l > .searchboxfilterMini.filterWrapper .input, .agenda .agendabody .listviewbar .l > .searchboxfilterMini.filterWrapper .docFilterbox #zoeken input, .docFilterbox #zoeken .agenda .agendabody .listviewbar .l > .searchboxfilterMini.filterWrapper input, .listviewbar .filelist td a.searchboxfilterMini .input, .listviewbar .filelist td a.searchboxfilterMini .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .filelist td a.searchboxfilterMini input, .filelist td .listviewbar a.searchboxfilterMini .input, .filelist td .listviewbar a.searchboxfilterMini .docFilterbox #zoeken input, .docFilterbox #zoeken .filelist td .listviewbar a.searchboxfilterMini input, .listviewbar .searchboxfilterMini.filelist .input, .listviewbar .searchboxfilterMini.filelist .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .searchboxfilterMini.filelist input, .listviewbar .small.searchboxfilterMini input, .listviewbar .agenda .agendabody .r .fc .searchboxfilterMini.fc-button-primary input, .agenda .agendabody .r .fc .listviewbar .searchboxfilterMini.fc-button-primary input, .listviewbar .agenda .agendabody .l > .searchboxfilterMini.filterWrapper input, .agenda .agendabody .listviewbar .l > .searchboxfilterMini.filterWrapper input, .listviewbar .filelist td a.searchboxfilterMini input, .filelist td .listviewbar a.searchboxfilterMini input, .listviewbar .searchboxfilterMini.filelist input, .listviewbar .searchboxfilter div.small:first-of-type .input, .listviewbar .searchboxfilter div.small:first-of-type .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .searchboxfilter div.small:first-of-type input, .listviewbar .searchboxfilter .agenda .agendabody .r .fc div.fc-button-primary:first-of-type .input, .listviewbar .searchboxfilter .agenda .agendabody .r .fc div.fc-button-primary:first-of-type .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .searchboxfilter .agenda .agendabody .r .fc div.fc-button-primary:first-of-type input, .agenda .agendabody .r .fc .listviewbar .searchboxfilter div.fc-button-primary:first-of-type .input, .agenda .agendabody .r .fc .listviewbar .searchboxfilter div.fc-button-primary:first-of-type .docFilterbox #zoeken input, .docFilterbox #zoeken .agenda .agendabody .r .fc .listviewbar .searchboxfilter div.fc-button-primary:first-of-type input, .listviewbar .searchboxfilter .agenda .agendabody .l > div.filterWrapper:first-of-type .input, .listviewbar .searchboxfilter .agenda .agendabody .l > div.filterWrapper:first-of-type .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .searchboxfilter .agenda .agendabody .l > div.filterWrapper:first-of-type input, .agenda .agendabody .listviewbar .searchboxfilter .l > div.filterWrapper:first-of-type .input, .agenda .agendabody .listviewbar .searchboxfilter .l > div.filterWrapper:first-of-type .docFilterbox #zoeken input, .docFilterbox #zoeken .agenda .agendabody .listviewbar .searchboxfilter .l > div.filterWrapper:first-of-type input, .listviewbar .searchboxfilter div.filelist:first-of-type .input, .listviewbar .searchboxfilter div.filelist:first-of-type .docFilterbox #zoeken input, .docFilterbox #zoeken .listviewbar .searchboxfilter div.filelist:first-of-type input, .listviewbar .searchboxfilter div.small:first-of-type input, .listviewbar .searchboxfilter .agenda .agendabody .r .fc div.fc-button-primary:first-of-type input, .agenda .agendabody .r .fc .listviewbar .searchboxfilter div.fc-button-primary:first-of-type input, .listviewbar .searchboxfilter .agenda .agendabody .l > div.filterWrapper:first-of-type input, .agenda .agendabody .listviewbar .searchboxfilter .l > div.filterWrapper:first-of-type input, .listviewbar .searchboxfilter div.filelist:first-of-type input, .zoekboxRight.small .select2-search__field, .docFilterbox .small#zoeken .select2-search__field, .agenda .agendabody .r .fc .zoekboxRight.fc-button-primary .select2-search__field, .agenda .agendabody .r .fc .docFilterbox .fc-button-primary#zoeken .select2-search__field, .docFilterbox .agenda .agendabody .r .fc .fc-button-primary#zoeken .select2-search__field, .agenda .agendabody .l > .zoekboxRight.filterWrapper .select2-search__field, .agenda .agendabody .docFilterbox .l > .filterWrapper#zoeken .select2-search__field, .docFilterbox .agenda .agendabody .l > .filterWrapper#zoeken .select2-search__field, .filelist td a.zoekboxRight .select2-search__field, .filelist td .docFilterbox a#zoeken .select2-search__field, .docFilterbox .filelist td a#zoeken .select2-search__field, .zoekboxRight.filelist .select2-search__field, .docFilterbox .filelist#zoeken .select2-search__field, .listviewbar .small.searchboxfilterMini .select2-search__field, .listviewbar .agenda .agendabody .r .fc .searchboxfilterMini.fc-button-primary .select2-search__field, .agenda .agendabody .r .fc .listviewbar .searchboxfilterMini.fc-button-primary .select2-search__field, .listviewbar .agenda .agendabody .l > .searchboxfilterMini.filterWrapper .select2-search__field, .agenda .agendabody .listviewbar .l > .searchboxfilterMini.filterWrapper .select2-search__field, .listviewbar .filelist td a.searchboxfilterMini .select2-search__field, .filelist td .listviewbar a.searchboxfilterMini .select2-search__field, .listviewbar .searchboxfilterMini.filelist .select2-search__field, .listviewbar .searchboxfilter div.small:first-of-type .select2-search__field, .listviewbar .searchboxfilter .agenda .agendabody .r .fc div.fc-button-primary:first-of-type .select2-search__field, .agenda .agendabody .r .fc .listviewbar .searchboxfilter div.fc-button-primary:first-of-type .select2-search__field, .listviewbar .searchboxfilter .agenda .agendabody .l > div.filterWrapper:first-of-type .select2-search__field, .agenda .agendabody .listviewbar .searchboxfilter .l > div.filterWrapper:first-of-type .select2-search__field, .listviewbar .searchboxfilter div.filelist:first-of-type .select2-search__field {
    font-size: calc(13px * 1) !important;
  }
}

.textarea:not(.ignore) {
  min-height: 100px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .textarea:not(.ignore) {
    min-height: 100px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .textarea:not(.ignore) {
    min-height: 100px;
  }
}

.select2basic + span,
.select2lookup + span {
  height: 43.2px !important;
}
.select2basic + span .selection,
.select2lookup + span .selection {
  height: 43.2px !important;
}
.select2basic + span .select2-selection,
.select2lookup + span .select2-selection {
  position: relative !important;
  height: 43.2px !important;
}
.select2basic + span .select2-selection__rendered,
.select2lookup + span .select2-selection__rendered {
  font-size: 16px !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .select2basic + span .select2-selection__rendered,
  .select2lookup + span .select2-selection__rendered {
    font-size: calc(16px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .select2basic + span .select2-selection__rendered,
  .select2lookup + span .select2-selection__rendered {
    font-size: calc(16px * 1) !important;
  }
}
.select2basic.large + span,
.select2lookup.large + span {
  height: 57.2px !important;
}
.select2basic.large + span .selection,
.select2lookup.large + span .selection {
  height: 57.2px !important;
}
.select2basic.large + span .select2-selection,
.select2lookup.large + span .select2-selection {
  position: relative !important;
  height: 57.2px !important;
}
.select2basic.large + span .select2-selection__rendered,
.select2lookup.large + span .select2-selection__rendered {
  font-size: 18px !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .select2basic.large + span .select2-selection__rendered,
  .select2lookup.large + span .select2-selection__rendered {
    font-size: calc(18px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .select2basic.large + span .select2-selection__rendered,
  .select2lookup.large + span .select2-selection__rendered {
    font-size: calc(18px * 1) !important;
  }
}
.select2basic.small + span, .agenda .agendabody .r .fc .select2basic.fc-button-primary + span, .agenda .agendabody .l > .select2basic.filterWrapper + span, .filelist td a.select2basic + span, .select2basic.filelist + span,
.select2lookup.small + span,
.agenda .agendabody .r .fc .select2lookup.fc-button-primary + span,
.agenda .agendabody .l > .select2lookup.filterWrapper + span,
.filelist td a.select2lookup + span,
.select2lookup.filelist + span {
  height: 28.8px !important;
}
.select2basic.small + span .selection, .agenda .agendabody .r .fc .select2basic.fc-button-primary + span .selection, .agenda .agendabody .l > .select2basic.filterWrapper + span .selection, .filelist td a.select2basic + span .selection, .select2basic.filelist + span .selection,
.select2lookup.small + span .selection,
.agenda .agendabody .r .fc .select2lookup.fc-button-primary + span .selection,
.agenda .agendabody .l > .select2lookup.filterWrapper + span .selection,
.filelist td a.select2lookup + span .selection,
.select2lookup.filelist + span .selection {
  height: 28.8px !important;
}
.select2basic.small + span .select2-selection, .agenda .agendabody .r .fc .select2basic.fc-button-primary + span .select2-selection, .agenda .agendabody .l > .select2basic.filterWrapper + span .select2-selection, .filelist td a.select2basic + span .select2-selection, .select2basic.filelist + span .select2-selection,
.select2lookup.small + span .select2-selection,
.agenda .agendabody .r .fc .select2lookup.fc-button-primary + span .select2-selection,
.agenda .agendabody .l > .select2lookup.filterWrapper + span .select2-selection,
.filelist td a.select2lookup + span .select2-selection,
.select2lookup.filelist + span .select2-selection {
  position: relative !important;
  height: 28.8px !important;
}
.select2basic.small + span .select2-selection__rendered, .agenda .agendabody .r .fc .select2basic.fc-button-primary + span .select2-selection__rendered, .agenda .agendabody .l > .select2basic.filterWrapper + span .select2-selection__rendered, .filelist td a.select2basic + span .select2-selection__rendered, .select2basic.filelist + span .select2-selection__rendered,
.select2lookup.small + span .select2-selection__rendered,
.agenda .agendabody .r .fc .select2lookup.fc-button-primary + span .select2-selection__rendered,
.agenda .agendabody .l > .select2lookup.filterWrapper + span .select2-selection__rendered,
.filelist td a.select2lookup + span .select2-selection__rendered,
.select2lookup.filelist + span .select2-selection__rendered {
  font-size: 13px !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .select2basic.small + span .select2-selection__rendered, .agenda .agendabody .r .fc .select2basic.fc-button-primary + span .select2-selection__rendered, .agenda .agendabody .l > .select2basic.filterWrapper + span .select2-selection__rendered, .filelist td a.select2basic + span .select2-selection__rendered, .select2basic.filelist + span .select2-selection__rendered,
  .select2lookup.small + span .select2-selection__rendered,
  .agenda .agendabody .r .fc .select2lookup.fc-button-primary + span .select2-selection__rendered,
  .agenda .agendabody .l > .select2lookup.filterWrapper + span .select2-selection__rendered,
  .filelist td a.select2lookup + span .select2-selection__rendered,
  .select2lookup.filelist + span .select2-selection__rendered {
    font-size: calc(13px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .select2basic.small + span .select2-selection__rendered, .agenda .agendabody .r .fc .select2basic.fc-button-primary + span .select2-selection__rendered, .agenda .agendabody .l > .select2basic.filterWrapper + span .select2-selection__rendered, .filelist td a.select2basic + span .select2-selection__rendered, .select2basic.filelist + span .select2-selection__rendered,
  .select2lookup.small + span .select2-selection__rendered,
  .agenda .agendabody .r .fc .select2lookup.fc-button-primary + span .select2-selection__rendered,
  .agenda .agendabody .l > .select2lookup.filterWrapper + span .select2-selection__rendered,
  .filelist td a.select2lookup + span .select2-selection__rendered,
  .select2lookup.filelist + span .select2-selection__rendered {
    font-size: calc(13px * 1) !important;
  }
}
.select2basic.borderlessSelect2,
.select2lookup.borderlessSelect2 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .select2basic.borderlessSelect2,
  .select2lookup.borderlessSelect2 {
    padding-left: calc(5px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .select2basic.borderlessSelect2,
  .select2lookup.borderlessSelect2 {
    padding-left: calc(5px * 1) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .select2basic.borderlessSelect2,
  .select2lookup.borderlessSelect2 {
    padding-right: calc(5px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .select2basic.borderlessSelect2,
  .select2lookup.borderlessSelect2 {
    padding-right: calc(5px * 1) !important;
  }
}
.select2basic.borderlessSelect2 + span,
.select2lookup.borderlessSelect2 + span {
  min-width: 140px;
}
.select2basic.borderlessSelect2 + span:hover,
.select2lookup.borderlessSelect2 + span:hover {
  background-color: #DDDEE7 !important;
  border-radius: 4px;
}
.select2basic.borderlessSelect2 + span .select2-selection,
.select2lookup.borderlessSelect2 + span .select2-selection {
  background-color: transparent;
}
.select2basic.borderlessSelect2 + span .select2-selection__rendered,
.select2lookup.borderlessSelect2 + span .select2-selection__rendered {
  padding-right: 10px !important;
  padding-left: 10px !important;
  color: #989AB7;
}
.select2basic.readonly + span,
.select2lookup.readonly + span {
  pointer-events: none !important;
}
.select2basic.readonly + span .select2-selection--single,
.select2lookup.readonly + span .select2-selection--single {
  border: unset !important;
}

.select2-container--default {
  width: 100% !important;
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
  border-radius: 0.5rem !important;
  border-color: #E7EFFE !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-results__option[aria-selected] {
  color: #ABADC4;
}

@media (min-width: 788px) and (max-width: 1300px) {
  .select2basic.small + span .select2-selection__rendered, .agenda .agendabody .r .fc .select2basic.fc-button-primary + span .select2-selection__rendered, .agenda .agendabody .l > .select2basic.filterWrapper + span .select2-selection__rendered, .filelist td a.select2basic + span .select2-selection__rendered, .select2basic.filelist + span .select2-selection__rendered {
    font-size: 11px !important;
  }
}

/*.select2-container .select2-selection--single .select2-selection__rendered {
    @include respT {
        font-size: $fXS !important;
    }
}*/
.select2-selection__rendered,
.select2-results__option {
  width: 100%;
  padding-left: 20px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #528AFA !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #DDDEE7;
}

.select2-selection__arrow {
  height: 100% !important;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.select2-selection__arrow:before {
  content: "\f078";
}
.select2-selection__arrow:before {
  color: #ABADC4;
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.select2-selection__arrow > b {
  display: none;
}

.input[readonly] ~ .trash, .docFilterbox #zoeken input[readonly] ~ .trash, .listviewbar input[readonly] ~ .trash, [readonly].select2-search__field ~ .trash {
  display: none;
}

.ql-toolbar,
.ql-container {
  border: 1px solid #989AB7 !important;
  border-radius: 0.5rem !important;
  border-color: #E7EFFE !important;
}
.ql-toolbar:focus-within,
.ql-container:focus-within {
  border-color: #528AFA !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.4rem #E7EFFE !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.ql-toolbar *,
.ql-container * {
  font-size: 16px !important;
  color: #ABADC4;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .ql-toolbar *,
  .ql-container * {
    font-size: calc(16px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .ql-toolbar *,
  .ql-container * {
    font-size: calc(16px * 1) !important;
  }
}
.ql-toolbar.small, .agenda .agendabody .r .fc .ql-toolbar.fc-button-primary, .agenda .agendabody .l > .ql-toolbar.filterWrapper, .filelist td a.ql-toolbar, .ql-toolbar.filelist,
.ql-container.small,
.agenda .agendabody .r .fc .ql-container.fc-button-primary,
.agenda .agendabody .l > .ql-container.filterWrapper,
.filelist td a.ql-container,
.ql-container.filelist {
  width: 50%;
}
.ql-toolbar.small p, .agenda .agendabody .r .fc .ql-toolbar.fc-button-primary p, .agenda .agendabody .l > .ql-toolbar.filterWrapper p, .filelist td a.ql-toolbar p, .ql-toolbar.filelist p,
.ql-container.small p,
.agenda .agendabody .r .fc .ql-container.fc-button-primary p,
.agenda .agendabody .l > .ql-container.filterWrapper p,
.filelist td a.ql-container p,
.ql-container.filelist p {
  font-size: 13px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .ql-toolbar.small p, .agenda .agendabody .r .fc .ql-toolbar.fc-button-primary p, .agenda .agendabody .l > .ql-toolbar.filterWrapper p, .filelist td a.ql-toolbar p, .ql-toolbar.filelist p,
  .ql-container.small p,
  .agenda .agendabody .r .fc .ql-container.fc-button-primary p,
  .agenda .agendabody .l > .ql-container.filterWrapper p,
  .filelist td a.ql-container p,
  .ql-container.filelist p {
    font-size: calc(13px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .ql-toolbar.small p, .agenda .agendabody .r .fc .ql-toolbar.fc-button-primary p, .agenda .agendabody .l > .ql-toolbar.filterWrapper p, .filelist td a.ql-toolbar p, .ql-toolbar.filelist p,
  .ql-container.small p,
  .agenda .agendabody .r .fc .ql-container.fc-button-primary p,
  .agenda .agendabody .l > .ql-container.filterWrapper p,
  .filelist td a.ql-container p,
  .ql-container.filelist p {
    font-size: calc(13px * 1) !important;
  }
}
.ql-toolbar.large *,
.ql-container.large * {
  font-size: 18px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .ql-toolbar.large *,
  .ql-container.large * {
    font-size: calc(18px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .ql-toolbar.large *,
  .ql-container.large * {
    font-size: calc(18px * 1) !important;
  }
}

.ql-disabled {
  background-color: #F7FAFC;
}
.ql-disabled * {
  cursor: not-allowed;
}

/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}
select[readonly].select2-hidden-accessible + .select2-container span span {
  border: 0;
}

.input[readonly] + .select2 .select2-selection__rendered, .docFilterbox #zoeken input[readonly] + .select2 .select2-selection__rendered, .listviewbar input[readonly] + .select2 .select2-selection__rendered, [readonly].select2-search__field + .select2 .select2-selection__rendered {
  padding-left: unset !important;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: transparent;
  box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}

/*Select2 ReadOnly End*/
.select2-selection__rendered, .select2-results__option {
  min-width: 125px;
}

@media (min-width: 1300px) {
  .respHideD {
    display: none !important;
  }
}

@media (min-width: 788px) and (max-width: 1300px) {
  .respHideT {
    display: none !important;
  }
}

@media (min-width: 0px) and (max-width: 788px) {
  .respHideP {
    display: none !important;
  }
}

@media (min-width: 788px) and (max-width: 1300px) {
  .respHideGtP {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .respHideGtP {
    display: none !important;
  }
}

@media (min-width: 788px) and (max-width: 1300px) {
  .respHideLtD {
    display: none !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .respHideLtD {
    display: none !important;
  }
}

@media (min-width: 788px) and (max-width: 1300px) {
  .w50_tablet {
    width: 50% !important;
  }
}

.txtC {
  text-align: center;
  margin-bottom: 20px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .txtC {
    margin-bottom: calc(20px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .txtC {
    margin-bottom: calc(20px * 1) !important;
  }
}

.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.headerSmall {
  font-size: 24px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .headerSmall {
    font-size: calc(24px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .headerSmall {
    font-size: calc(24px * 0.8) !important;
  }
}

.headerMedium {
  font-size: 32px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .headerMedium {
    font-size: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .headerMedium {
    font-size: calc(32px * 0.8) !important;
  }
}

.headerLarge {
  font-size: 38px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .headerLarge {
    font-size: calc(38px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .headerLarge {
    font-size: calc(38px * 0.8) !important;
  }
}

.txtBlack {
  color: black;
}

.txtWhite {
  color: white;
}

.smallStrongT {
  font-size: 16px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .smallStrongT {
    font-size: calc(16px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .smallStrongT {
    font-size: calc(16px * 1) !important;
  }
}

.strikeTrough {
  text-decoration: line-through;
}

.btn, .agenda .agendabody .r #detail button, .agenda .agendabody .r .fc .fc-button-primary, .filelist td a, .modalFooter button, .detailedHeader button {
  display: inline-block;
  font-weight: 700;
  font-family: "IBM Plex Sans", Verdana, sans-serif;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent !important;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: white;
  background-color: #528AFA;
  border-color: #528AFA;
}
.btn:not(.wide), .agenda .agendabody .r #detail button:not(.wide), .agenda .agendabody .r .fc .fc-button-primary:not(.wide), .filelist td a:not(.wide), .modalFooter button:not(.wide), .detailedHeader button:not(.wide) {
  margin: 0 10px;
}
.btn:not(.wide):first-of-type, .agenda .agendabody .r #detail button:not(.wide):first-of-type, .agenda .agendabody .r .fc .fc-button-primary:not(.wide):first-of-type, .filelist td a:not(.wide):first-of-type, .modalFooter button:not(.wide):first-of-type, .detailedHeader button:not(.wide):first-of-type {
  margin-left: unset !important;
}
.btn:not(.wide):first-of-type.mL_XS, .agenda .agendabody .r #detail button:not(.wide):first-of-type.mL_XS, .agenda .agendabody .r .fc .fc-button-primary:not(.wide):first-of-type.mL_XS, .filelist td a:not(.wide):first-of-type.mL_XS, .modalFooter button:not(.wide):first-of-type.mL_XS, .detailedHeader button:not(.wide):first-of-type.mL_XS {
  margin-left: 10px !important;
}
.btn:not(.wide):last-of-type, .agenda .agendabody .r #detail button:not(.wide):last-of-type, .agenda .agendabody .r .fc .fc-button-primary:not(.wide):last-of-type, .filelist td a:not(.wide):last-of-type, .modalFooter button:not(.wide):last-of-type, .detailedHeader button:not(.wide):last-of-type {
  margin-right: unset;
}
.btn:not(:disabled):not(.disabled), .agenda .agendabody .r #detail button:not(:disabled):not(.disabled), .agenda .agendabody .r .fc .fc-button-primary:not(:disabled):not(.disabled), .filelist td a:not(:disabled):not(.disabled), .modalFooter button:not(:disabled):not(.disabled), .detailedHeader button:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:hover, .agenda .agendabody .r #detail button:hover, .agenda .agendabody .r .fc .fc-button-primary:hover, .filelist td a:hover, .modalFooter button:hover, .detailedHeader button:hover {
  color: #fff;
  background-color: #2068f9;
}

.btn:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r #detail button:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r .fc .fc-button-primary:not(.small):not(.filelist):not(.mini), .filelist td a:not(.small):not(.filelist):not(.mini), .modalFooter button:not(.small):not(.filelist):not(.mini), .detailedHeader button:not(.small):not(.filelist):not(.mini) {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 16px !important;
  line-height: 20px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r #detail button:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r .fc .fc-button-primary:not(.small):not(.filelist):not(.mini), .filelist td a:not(.small):not(.filelist):not(.mini), .modalFooter button:not(.small):not(.filelist):not(.mini), .detailedHeader button:not(.small):not(.filelist):not(.mini) {
    padding-left: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r #detail button:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r .fc .fc-button-primary:not(.small):not(.filelist):not(.mini), .filelist td a:not(.small):not(.filelist):not(.mini), .modalFooter button:not(.small):not(.filelist):not(.mini), .detailedHeader button:not(.small):not(.filelist):not(.mini) {
    padding-left: calc(20px * 0.6) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r #detail button:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r .fc .fc-button-primary:not(.small):not(.filelist):not(.mini), .filelist td a:not(.small):not(.filelist):not(.mini), .modalFooter button:not(.small):not(.filelist):not(.mini), .detailedHeader button:not(.small):not(.filelist):not(.mini) {
    padding-right: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r #detail button:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r .fc .fc-button-primary:not(.small):not(.filelist):not(.mini), .filelist td a:not(.small):not(.filelist):not(.mini), .modalFooter button:not(.small):not(.filelist):not(.mini), .detailedHeader button:not(.small):not(.filelist):not(.mini) {
    padding-right: calc(20px * 0.6) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r #detail button:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r .fc .fc-button-primary:not(.small):not(.filelist):not(.mini), .filelist td a:not(.small):not(.filelist):not(.mini), .modalFooter button:not(.small):not(.filelist):not(.mini), .detailedHeader button:not(.small):not(.filelist):not(.mini) {
    padding-top: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r #detail button:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r .fc .fc-button-primary:not(.small):not(.filelist):not(.mini), .filelist td a:not(.small):not(.filelist):not(.mini), .modalFooter button:not(.small):not(.filelist):not(.mini), .detailedHeader button:not(.small):not(.filelist):not(.mini) {
    padding-top: calc(10px * 0.6) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r #detail button:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r .fc .fc-button-primary:not(.small):not(.filelist):not(.mini), .filelist td a:not(.small):not(.filelist):not(.mini), .modalFooter button:not(.small):not(.filelist):not(.mini), .detailedHeader button:not(.small):not(.filelist):not(.mini) {
    padding-bottom: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r #detail button:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r .fc .fc-button-primary:not(.small):not(.filelist):not(.mini), .filelist td a:not(.small):not(.filelist):not(.mini), .modalFooter button:not(.small):not(.filelist):not(.mini), .detailedHeader button:not(.small):not(.filelist):not(.mini) {
    padding-bottom: calc(10px * 0.6) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r #detail button:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r .fc .fc-button-primary:not(.small):not(.filelist):not(.mini), .filelist td a:not(.small):not(.filelist):not(.mini), .modalFooter button:not(.small):not(.filelist):not(.mini), .detailedHeader button:not(.small):not(.filelist):not(.mini) {
    font-size: calc(16px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r #detail button:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r .fc .fc-button-primary:not(.small):not(.filelist):not(.mini), .filelist td a:not(.small):not(.filelist):not(.mini), .modalFooter button:not(.small):not(.filelist):not(.mini), .detailedHeader button:not(.small):not(.filelist):not(.mini) {
    font-size: calc(16px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r #detail button:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r .fc .fc-button-primary:not(.small):not(.filelist):not(.mini), .filelist td a:not(.small):not(.filelist):not(.mini), .modalFooter button:not(.small):not(.filelist):not(.mini), .detailedHeader button:not(.small):not(.filelist):not(.mini) {
    line-height: calc(20px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r #detail button:not(.small):not(.filelist):not(.mini), .agenda .agendabody .r .fc .fc-button-primary:not(.small):not(.filelist):not(.mini), .filelist td a:not(.small):not(.filelist):not(.mini), .modalFooter button:not(.small):not(.filelist):not(.mini), .detailedHeader button:not(.small):not(.filelist):not(.mini) {
    line-height: calc(20px * 1) !important;
  }
}

.btn.secondary, .agenda .agendabody .r #detail button.secondary, .agenda .agendabody .r .fc .secondary.fc-button-primary, .filelist td a.secondary, .modalFooter button.secondary, .detailedHeader button.secondary {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 16px !important;
  line-height: 20px !important;
  background-color: #BAD0FD;
  border-color: #BAD0FD;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.secondary, .agenda .agendabody .r #detail button.secondary, .agenda .agendabody .r .fc .secondary.fc-button-primary, .filelist td a.secondary, .modalFooter button.secondary, .detailedHeader button.secondary {
    padding-left: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.secondary, .agenda .agendabody .r #detail button.secondary, .agenda .agendabody .r .fc .secondary.fc-button-primary, .filelist td a.secondary, .modalFooter button.secondary, .detailedHeader button.secondary {
    padding-left: calc(20px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.secondary, .agenda .agendabody .r #detail button.secondary, .agenda .agendabody .r .fc .secondary.fc-button-primary, .filelist td a.secondary, .modalFooter button.secondary, .detailedHeader button.secondary {
    padding-right: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.secondary, .agenda .agendabody .r #detail button.secondary, .agenda .agendabody .r .fc .secondary.fc-button-primary, .filelist td a.secondary, .modalFooter button.secondary, .detailedHeader button.secondary {
    padding-right: calc(20px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.secondary, .agenda .agendabody .r #detail button.secondary, .agenda .agendabody .r .fc .secondary.fc-button-primary, .filelist td a.secondary, .modalFooter button.secondary, .detailedHeader button.secondary {
    padding-top: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.secondary, .agenda .agendabody .r #detail button.secondary, .agenda .agendabody .r .fc .secondary.fc-button-primary, .filelist td a.secondary, .modalFooter button.secondary, .detailedHeader button.secondary {
    padding-top: calc(10px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.secondary, .agenda .agendabody .r #detail button.secondary, .agenda .agendabody .r .fc .secondary.fc-button-primary, .filelist td a.secondary, .modalFooter button.secondary, .detailedHeader button.secondary {
    padding-bottom: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.secondary, .agenda .agendabody .r #detail button.secondary, .agenda .agendabody .r .fc .secondary.fc-button-primary, .filelist td a.secondary, .modalFooter button.secondary, .detailedHeader button.secondary {
    padding-bottom: calc(10px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.secondary, .agenda .agendabody .r #detail button.secondary, .agenda .agendabody .r .fc .secondary.fc-button-primary, .filelist td a.secondary, .modalFooter button.secondary, .detailedHeader button.secondary {
    font-size: calc(16px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.secondary, .agenda .agendabody .r #detail button.secondary, .agenda .agendabody .r .fc .secondary.fc-button-primary, .filelist td a.secondary, .modalFooter button.secondary, .detailedHeader button.secondary {
    font-size: calc(16px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.secondary, .agenda .agendabody .r #detail button.secondary, .agenda .agendabody .r .fc .secondary.fc-button-primary, .filelist td a.secondary, .modalFooter button.secondary, .detailedHeader button.secondary {
    line-height: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.secondary, .agenda .agendabody .r #detail button.secondary, .agenda .agendabody .r .fc .secondary.fc-button-primary, .filelist td a.secondary, .modalFooter button.secondary, .detailedHeader button.secondary {
    line-height: calc(20px * 0.8) !important;
  }
}
.btn.secondary:hover, .agenda .agendabody .r #detail button.secondary:hover, .agenda .agendabody .r .fc .secondary.fc-button-primary:hover, .filelist td a.secondary:hover, .modalFooter button.secondary:hover, .detailedHeader button.secondary:hover {
  background-color: #88aefc;
  border-color: #BAD0FD;
}

.btn.outline, .agenda .agendabody .r #detail button.outline, .agenda .agendabody .r .fc .outline.fc-button-primary, .filelist td a.outline, .modalFooter button.outline, .detailedHeader button {
  background-color: white;
  color: #81839F;
  border: 1px solid #CDCFDF !important;
}
.btn.outline:before, .agenda .agendabody .r #detail button.outline:before, .agenda .agendabody .r .fc .outline.fc-button-primary:before, .filelist td a.outline:before, .modalFooter button.outline:before, .detailedHeader button:before, .btn.outline:after, .agenda .agendabody .r #detail button.outline:after, .agenda .agendabody .r .fc .outline.fc-button-primary:after, .filelist td a.outline:after, .modalFooter button.outline:after, .detailedHeader button:after {
  color: #272838;
}
.btn.outline:hover, .agenda .agendabody .r #detail button.outline:hover, .agenda .agendabody .r .fc .outline.fc-button-primary:hover, .filelist td a.outline:hover, .modalFooter button.outline:hover, .detailedHeader button:hover {
  background-color: #F7FAFC;
}

.btn.btnIcnAfter, .agenda .agendabody .r #detail button.btnIcnAfter, .agenda .agendabody .r .fc .btnIcnAfter.fc-button-primary, .filelist td a.btnIcnAfter, .modalFooter button.btnIcnAfter, .detailedHeader button.btnIcnAfter {
  padding-left: 32px !important;
  padding-right: 32px !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  font-size: 16px !important;
  line-height: 33px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.btnIcnAfter, .agenda .agendabody .r #detail button.btnIcnAfter, .agenda .agendabody .r .fc .btnIcnAfter.fc-button-primary, .filelist td a.btnIcnAfter, .modalFooter button.btnIcnAfter, .detailedHeader button.btnIcnAfter {
    padding-left: calc(32px * 1.2) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.btnIcnAfter, .agenda .agendabody .r #detail button.btnIcnAfter, .agenda .agendabody .r .fc .btnIcnAfter.fc-button-primary, .filelist td a.btnIcnAfter, .modalFooter button.btnIcnAfter, .detailedHeader button.btnIcnAfter {
    padding-left: calc(32px * 1.4) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.btnIcnAfter, .agenda .agendabody .r #detail button.btnIcnAfter, .agenda .agendabody .r .fc .btnIcnAfter.fc-button-primary, .filelist td a.btnIcnAfter, .modalFooter button.btnIcnAfter, .detailedHeader button.btnIcnAfter {
    padding-right: calc(32px * 1.2) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.btnIcnAfter, .agenda .agendabody .r #detail button.btnIcnAfter, .agenda .agendabody .r .fc .btnIcnAfter.fc-button-primary, .filelist td a.btnIcnAfter, .modalFooter button.btnIcnAfter, .detailedHeader button.btnIcnAfter {
    padding-right: calc(32px * 1.4) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.btnIcnAfter, .agenda .agendabody .r #detail button.btnIcnAfter, .agenda .agendabody .r .fc .btnIcnAfter.fc-button-primary, .filelist td a.btnIcnAfter, .modalFooter button.btnIcnAfter, .detailedHeader button.btnIcnAfter {
    padding-top: calc(1px * 1.2) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.btnIcnAfter, .agenda .agendabody .r #detail button.btnIcnAfter, .agenda .agendabody .r .fc .btnIcnAfter.fc-button-primary, .filelist td a.btnIcnAfter, .modalFooter button.btnIcnAfter, .detailedHeader button.btnIcnAfter {
    padding-top: calc(1px * 1.4) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.btnIcnAfter, .agenda .agendabody .r #detail button.btnIcnAfter, .agenda .agendabody .r .fc .btnIcnAfter.fc-button-primary, .filelist td a.btnIcnAfter, .modalFooter button.btnIcnAfter, .detailedHeader button.btnIcnAfter {
    padding-bottom: calc(1px * 1.2) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.btnIcnAfter, .agenda .agendabody .r #detail button.btnIcnAfter, .agenda .agendabody .r .fc .btnIcnAfter.fc-button-primary, .filelist td a.btnIcnAfter, .modalFooter button.btnIcnAfter, .detailedHeader button.btnIcnAfter {
    padding-bottom: calc(1px * 1.4) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.btnIcnAfter, .agenda .agendabody .r #detail button.btnIcnAfter, .agenda .agendabody .r .fc .btnIcnAfter.fc-button-primary, .filelist td a.btnIcnAfter, .modalFooter button.btnIcnAfter, .detailedHeader button.btnIcnAfter {
    font-size: calc(16px * 1.2) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.btnIcnAfter, .agenda .agendabody .r #detail button.btnIcnAfter, .agenda .agendabody .r .fc .btnIcnAfter.fc-button-primary, .filelist td a.btnIcnAfter, .modalFooter button.btnIcnAfter, .detailedHeader button.btnIcnAfter {
    font-size: calc(16px * 1.4) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.btnIcnAfter, .agenda .agendabody .r #detail button.btnIcnAfter, .agenda .agendabody .r .fc .btnIcnAfter.fc-button-primary, .filelist td a.btnIcnAfter, .modalFooter button.btnIcnAfter, .detailedHeader button.btnIcnAfter {
    line-height: calc(33px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.btnIcnAfter, .agenda .agendabody .r #detail button.btnIcnAfter, .agenda .agendabody .r .fc .btnIcnAfter.fc-button-primary, .filelist td a.btnIcnAfter, .modalFooter button.btnIcnAfter, .detailedHeader button.btnIcnAfter {
    line-height: calc(33px * 1) !important;
  }
}
.btn.btnIcnAfter:after, .agenda .agendabody .r #detail button.btnIcnAfter:after, .agenda .agendabody .r .fc .btnIcnAfter.fc-button-primary:after, .filelist td a.btnIcnAfter:after, .modalFooter button.btnIcnAfter:after, .detailedHeader button.btnIcnAfter:after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  display: inline-block;
  padding-left: 10px;
  font-weight: 900;
  color: inherit;
}
.btn.btnIcnAfter.arrowright:after, .agenda .agendabody .r #detail button.btnIcnAfter.arrowright:after, .agenda .agendabody .r .fc .btnIcnAfter.arrowright.fc-button-primary:after, .filelist td a.btnIcnAfter.arrowright:after, .modalFooter button.btnIcnAfter.arrowright:after, .detailedHeader button.btnIcnAfter.arrowright:after {
  content: "\f061" !important;
}
.btn.btnIcnAfter.arrowleft:after, .agenda .agendabody .r #detail button.btnIcnAfter.arrowleft:after, .agenda .agendabody .r .fc .btnIcnAfter.arrowleft.fc-button-primary:after, .filelist td a.btnIcnAfter.arrowleft:after, .modalFooter button.btnIcnAfter.arrowleft:after, .detailedHeader button.btnIcnAfter.arrowleft:after {
  content: "\f060" !important;
}
.btn.btnIcnAfter.mail:after, .agenda .agendabody .r #detail button.btnIcnAfter.mail:after, .agenda .agendabody .r .fc .btnIcnAfter.mail.fc-button-primary:after, .filelist td a.btnIcnAfter.mail:after, .modalFooter button.btnIcnAfter.mail:after, .detailedHeader button.btnIcnAfter.mail:after {
  content: "\f0e0" !important;
}
.btn.btnIcnAfter.phone:after, .agenda .agendabody .r #detail button.btnIcnAfter.phone:after, .agenda .agendabody .r .fc .btnIcnAfter.phone.fc-button-primary:after, .filelist td a.btnIcnAfter.phone:after, .modalFooter button.btnIcnAfter.phone:after, .detailedHeader button.btnIcnAfter.phone:after {
  content: "\f879" !important;
}
.btn.btnIcnAfter.location:after, .agenda .agendabody .r #detail button.btnIcnAfter.location:after, .agenda .agendabody .r .fc .btnIcnAfter.location.fc-button-primary:after, .filelist td a.btnIcnAfter.location:after, .modalFooter button.btnIcnAfter.location:after, .detailedHeader button.btnIcnAfter.location:after {
  content: "\f124" !important;
}
.btn.btnIcnAfter.magnifyglass:after, .agenda .agendabody .r #detail button.btnIcnAfter.magnifyglass:after, .agenda .agendabody .r .fc .btnIcnAfter.magnifyglass.fc-button-primary:after, .filelist td a.btnIcnAfter.magnifyglass:after, .modalFooter button.btnIcnAfter.magnifyglass:after, .detailedHeader button.btnIcnAfter.magnifyglass:after {
  content: "\f002" !important;
}
.btn.btnIcnAfter.balancescale:after, .agenda .agendabody .r #detail button.btnIcnAfter.balancescale:after, .agenda .agendabody .r .fc .btnIcnAfter.balancescale.fc-button-primary:after, .filelist td a.btnIcnAfter.balancescale:after, .modalFooter button.btnIcnAfter.balancescale:after, .detailedHeader button.btnIcnAfter.balancescale:after {
  content: "\f516" !important;
}
.btn.btnIcnAfter.training:after, .agenda .agendabody .r #detail button.btnIcnAfter.training:after, .agenda .agendabody .r .fc .btnIcnAfter.training.fc-button-primary:after, .filelist td a.btnIcnAfter.training:after, .modalFooter button.btnIcnAfter.training:after, .detailedHeader button.btnIcnAfter.training:after {
  content: "\f44b" !important;
}
.btn.btnIcnAfter.finance:after, .agenda .agendabody .r #detail button.btnIcnAfter.finance:after, .agenda .agendabody .r .fc .btnIcnAfter.finance.fc-button-primary:after, .filelist td a.btnIcnAfter.finance:after, .modalFooter button.btnIcnAfter.finance:after, .detailedHeader button.btnIcnAfter.finance:after {
  content: "\f51e" !important;
}
.btn.btnIcnAfter.finance:after, .agenda .agendabody .r #detail button.btnIcnAfter.finance:after, .agenda .agendabody .r .fc .btnIcnAfter.finance.fc-button-primary:after, .filelist td a.btnIcnAfter.finance:after, .modalFooter button.btnIcnAfter.finance:after, .detailedHeader button.btnIcnAfter.finance:after {
  content: "\f51e" !important;
}
.btn.btnIcnAfter.fancypen:after, .agenda .agendabody .r #detail button.btnIcnAfter.fancypen:after, .agenda .agendabody .r .fc .btnIcnAfter.fancypen.fc-button-primary:after, .filelist td a.btnIcnAfter.fancypen:after, .modalFooter button.btnIcnAfter.fancypen:after, .detailedHeader button.btnIcnAfter.fancypen:after {
  content: "\f5ac" !important;
}
.btn.btnIcnAfter.moneybill:after, .agenda .agendabody .r #detail button.btnIcnAfter.moneybill:after, .agenda .agendabody .r .fc .btnIcnAfter.moneybill.fc-button-primary:after, .filelist td a.btnIcnAfter.moneybill:after, .modalFooter button.btnIcnAfter.moneybill:after, .detailedHeader button.btnIcnAfter.moneybill:after {
  content: "\f0d6" !important;
}
.btn.btnIcnAfter.crossclose:after, .agenda .agendabody .r #detail button.btnIcnAfter.crossclose:after, .agenda .agendabody .r .fc .btnIcnAfter.crossclose.fc-button-primary:after, .filelist td a.btnIcnAfter.crossclose:after, .modalFooter button.btnIcnAfter.crossclose:after, .detailedHeader button.btnIcnAfter.crossclose:after {
  content: "\f057" !important;
}
.btn.btnIcnAfter.chevrondown:after, .agenda .agendabody .r #detail button.btnIcnAfter.chevrondown:after, .agenda .agendabody .r .fc .btnIcnAfter.chevrondown.fc-button-primary:after, .filelist td a.btnIcnAfter.chevrondown:after, .modalFooter button.btnIcnAfter.chevrondown:after, .detailedHeader button.btnIcnAfter.chevrondown:after {
  content: "\f107" !important;
}
.btn.btnIcnAfter.chevronup:after, .agenda .agendabody .r #detail button.btnIcnAfter.chevronup:after, .agenda .agendabody .r .fc .btnIcnAfter.chevronup.fc-button-primary:after, .filelist td a.btnIcnAfter.chevronup:after, .modalFooter button.btnIcnAfter.chevronup:after, .detailedHeader button.btnIcnAfter.chevronup:after {
  content: "\f106" !important;
}
.btn.btnIcnAfter.chat:after, .agenda .agendabody .r #detail button.btnIcnAfter.chat:after, .agenda .agendabody .r .fc .btnIcnAfter.chat.fc-button-primary:after, .filelist td a.btnIcnAfter.chat:after, .modalFooter button.btnIcnAfter.chat:after, .detailedHeader button.btnIcnAfter.chat:after {
  content: "\f086" !important;
}
.btn.btnIcnAfter.note:after, .agenda .agendabody .r #detail button.btnIcnAfter.note:after, .agenda .agendabody .r .fc .btnIcnAfter.note.fc-button-primary:after, .filelist td a.btnIcnAfter.note:after, .modalFooter button.btnIcnAfter.note:after, .detailedHeader button.btnIcnAfter.note:after {
  content: "\f249" !important;
}
.btn.btnIcnAfter.plus:after, .agenda .agendabody .r #detail button.btnIcnAfter.plus:after, .agenda .agendabody .r .fc .btnIcnAfter.plus.fc-button-primary:after, .filelist td a.btnIcnAfter.plus:after, .modalFooter button.btnIcnAfter.plus:after, .detailedHeader button.btnIcnAfter.plus:after {
  content: "\f067" !important;
}
.btn.btnIcnAfter.upload:after, .agenda .agendabody .r #detail button.btnIcnAfter.upload:after, .agenda .agendabody .r .fc .btnIcnAfter.upload.fc-button-primary:after, .filelist td a.btnIcnAfter.upload:after, .modalFooter button.btnIcnAfter.upload:after, .detailedHeader button.btnIcnAfter.upload:after {
  content: "\f093" !important;
}
.btn.btnIcnAfter.agenda::after, .agenda .agendabody .r #detail button.btnIcnAfter.agenda::after, .agenda .agendabody .r .fc .btnIcnAfter.agenda.fc-button-primary::after, .filelist td a.btnIcnAfter.agenda::after, .modalFooter button.btnIcnAfter.agenda::after, .detailedHeader button.btnIcnAfter.agenda::after {
  content: "\f073" !important;
}

.btn.btnIcnBefore, .agenda .agendabody .r #detail button.btnIcnBefore, .agenda .agendabody .r .fc .btnIcnBefore.fc-button-primary, .filelist td a.btnIcnBefore, .modalFooter button.btnIcnBefore, .detailedHeader button {
  padding-left: 32px !important;
  padding-right: 32px !important;
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  font-size: 16px !important;
  line-height: 33px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.btnIcnBefore, .agenda .agendabody .r #detail button.btnIcnBefore, .agenda .agendabody .r .fc .btnIcnBefore.fc-button-primary, .filelist td a.btnIcnBefore, .modalFooter button.btnIcnBefore, .detailedHeader button {
    padding-left: calc(32px * 1.2) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.btnIcnBefore, .agenda .agendabody .r #detail button.btnIcnBefore, .agenda .agendabody .r .fc .btnIcnBefore.fc-button-primary, .filelist td a.btnIcnBefore, .modalFooter button.btnIcnBefore, .detailedHeader button {
    padding-left: calc(32px * 1.4) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.btnIcnBefore, .agenda .agendabody .r #detail button.btnIcnBefore, .agenda .agendabody .r .fc .btnIcnBefore.fc-button-primary, .filelist td a.btnIcnBefore, .modalFooter button.btnIcnBefore, .detailedHeader button {
    padding-right: calc(32px * 1.2) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.btnIcnBefore, .agenda .agendabody .r #detail button.btnIcnBefore, .agenda .agendabody .r .fc .btnIcnBefore.fc-button-primary, .filelist td a.btnIcnBefore, .modalFooter button.btnIcnBefore, .detailedHeader button {
    padding-right: calc(32px * 1.4) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.btnIcnBefore, .agenda .agendabody .r #detail button.btnIcnBefore, .agenda .agendabody .r .fc .btnIcnBefore.fc-button-primary, .filelist td a.btnIcnBefore, .modalFooter button.btnIcnBefore, .detailedHeader button {
    padding-top: calc(1px * 1.2) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.btnIcnBefore, .agenda .agendabody .r #detail button.btnIcnBefore, .agenda .agendabody .r .fc .btnIcnBefore.fc-button-primary, .filelist td a.btnIcnBefore, .modalFooter button.btnIcnBefore, .detailedHeader button {
    padding-top: calc(1px * 1.4) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.btnIcnBefore, .agenda .agendabody .r #detail button.btnIcnBefore, .agenda .agendabody .r .fc .btnIcnBefore.fc-button-primary, .filelist td a.btnIcnBefore, .modalFooter button.btnIcnBefore, .detailedHeader button {
    padding-bottom: calc(1px * 1.2) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.btnIcnBefore, .agenda .agendabody .r #detail button.btnIcnBefore, .agenda .agendabody .r .fc .btnIcnBefore.fc-button-primary, .filelist td a.btnIcnBefore, .modalFooter button.btnIcnBefore, .detailedHeader button {
    padding-bottom: calc(1px * 1.4) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.btnIcnBefore, .agenda .agendabody .r #detail button.btnIcnBefore, .agenda .agendabody .r .fc .btnIcnBefore.fc-button-primary, .filelist td a.btnIcnBefore, .modalFooter button.btnIcnBefore, .detailedHeader button {
    font-size: calc(16px * 1.2) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.btnIcnBefore, .agenda .agendabody .r #detail button.btnIcnBefore, .agenda .agendabody .r .fc .btnIcnBefore.fc-button-primary, .filelist td a.btnIcnBefore, .modalFooter button.btnIcnBefore, .detailedHeader button {
    font-size: calc(16px * 1.4) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.btnIcnBefore, .agenda .agendabody .r #detail button.btnIcnBefore, .agenda .agendabody .r .fc .btnIcnBefore.fc-button-primary, .filelist td a.btnIcnBefore, .modalFooter button.btnIcnBefore, .detailedHeader button {
    line-height: calc(33px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.btnIcnBefore, .agenda .agendabody .r #detail button.btnIcnBefore, .agenda .agendabody .r .fc .btnIcnBefore.fc-button-primary, .filelist td a.btnIcnBefore, .modalFooter button.btnIcnBefore, .detailedHeader button {
    line-height: calc(33px * 1) !important;
  }
}
.btn.btnIcnBefore:before, .agenda .agendabody .r #detail button.btnIcnBefore:before, .agenda .agendabody .r .fc .btnIcnBefore.fc-button-primary:before, .filelist td a.btnIcnBefore:before, .modalFooter button.btnIcnBefore:before, .detailedHeader button:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  display: inline-block;
  padding-right: 10px;
  font-weight: 900;
  color: white;
}
.btn.btnIcnBefore.arrowright:before, .agenda .agendabody .r #detail button.btnIcnBefore.arrowright:before, .agenda .agendabody .r .fc .btnIcnBefore.arrowright.fc-button-primary:before, .filelist td a.btnIcnBefore.arrowright:before, .modalFooter button.btnIcnBefore.arrowright:before, .detailedHeader button.arrowright:before {
  content: "\f061" !important;
}
.btn.btnIcnBefore.star:before, .agenda .agendabody .r #detail button.btnIcnBefore.star:before, .agenda .agendabody .r .fc .btnIcnBefore.star.fc-button-primary:before, .filelist td a.btnIcnBefore.star:before, .modalFooter button.btnIcnBefore.star:before, .detailedHeader button.star:before {
  content: "\f005" !important;
}
.btn.btnIcnBefore.arrowleft:before, .agenda .agendabody .r #detail button.btnIcnBefore.arrowleft:before, .agenda .agendabody .r .fc .btnIcnBefore.arrowleft.fc-button-primary:before, .filelist td a.btnIcnBefore.arrowleft:before, .modalFooter button.btnIcnBefore.arrowleft:before, .detailedHeader button.arrowleft:before {
  content: "\f060" !important;
}
.btn.btnIcnBefore.mail:before, .agenda .agendabody .r #detail button.btnIcnBefore.mail:before, .agenda .agendabody .r .fc .btnIcnBefore.mail.fc-button-primary:before, .filelist td a.btnIcnBefore.mail:before, .modalFooter button.btnIcnBefore.mail:before, .detailedHeader button.mail:before {
  content: "\f0e0" !important;
}
.btn.btnIcnBefore.phone:before, .agenda .agendabody .r #detail button.btnIcnBefore.phone:before, .agenda .agendabody .r .fc .btnIcnBefore.phone.fc-button-primary:before, .filelist td a.btnIcnBefore.phone:before, .modalFooter button.btnIcnBefore.phone:before, .detailedHeader button.phone:before {
  content: "\f879" !important;
}
.btn.btnIcnBefore.location:before, .agenda .agendabody .r #detail button.btnIcnBefore.location:before, .agenda .agendabody .r .fc .btnIcnBefore.location.fc-button-primary:before, .filelist td a.btnIcnBefore.location:before, .modalFooter button.btnIcnBefore.location:before, .detailedHeader button.location:before {
  content: "\f124" !important;
}
.btn.btnIcnBefore.magnifyglass:before, .agenda .agendabody .r #detail button.btnIcnBefore.magnifyglass:before, .agenda .agendabody .r .fc .btnIcnBefore.magnifyglass.fc-button-primary:before, .filelist td a.btnIcnBefore.magnifyglass:before, .modalFooter button.btnIcnBefore.magnifyglass:before, .detailedHeader button.magnifyglass:before {
  content: "\f002" !important;
}
.btn.btnIcnBefore.balancescale:before, .agenda .agendabody .r #detail button.btnIcnBefore.balancescale:before, .agenda .agendabody .r .fc .btnIcnBefore.balancescale.fc-button-primary:before, .filelist td a.btnIcnBefore.balancescale:before, .modalFooter button.btnIcnBefore.balancescale:before, .detailedHeader button.balancescale:before {
  content: "\f516" !important;
}
.btn.btnIcnBefore.training:before, .agenda .agendabody .r #detail button.btnIcnBefore.training:before, .agenda .agendabody .r .fc .btnIcnBefore.training.fc-button-primary:before, .filelist td a.btnIcnBefore.training:before, .modalFooter button.btnIcnBefore.training:before, .detailedHeader button.training:before {
  content: "\f44b" !important;
}
.btn.btnIcnBefore.finance:before, .agenda .agendabody .r #detail button.btnIcnBefore.finance:before, .agenda .agendabody .r .fc .btnIcnBefore.finance.fc-button-primary:before, .filelist td a.btnIcnBefore.finance:before, .modalFooter button.btnIcnBefore.finance:before, .detailedHeader button.finance:before {
  content: "\f51e" !important;
}
.btn.btnIcnBefore.finance:before, .agenda .agendabody .r #detail button.btnIcnBefore.finance:before, .agenda .agendabody .r .fc .btnIcnBefore.finance.fc-button-primary:before, .filelist td a.btnIcnBefore.finance:before, .modalFooter button.btnIcnBefore.finance:before, .detailedHeader button.finance:before {
  content: "\f51e" !important;
}
.btn.btnIcnBefore.fancypen:before, .agenda .agendabody .r #detail button.btnIcnBefore.fancypen:before, .agenda .agendabody .r .fc .btnIcnBefore.fancypen.fc-button-primary:before, .filelist td a.btnIcnBefore.fancypen:before, .modalFooter button.btnIcnBefore.fancypen:before, .detailedHeader button.fancypen:before {
  content: "\f5ac" !important;
}
.btn.btnIcnBefore.moneybill:before, .agenda .agendabody .r #detail button.btnIcnBefore.moneybill:before, .agenda .agendabody .r .fc .btnIcnBefore.moneybill.fc-button-primary:before, .filelist td a.btnIcnBefore.moneybill:before, .modalFooter button.btnIcnBefore.moneybill:before, .detailedHeader button.moneybill:before {
  content: "\f0d6" !important;
}
.btn.btnIcnBefore.crossclose:before, .agenda .agendabody .r #detail button.btnIcnBefore.crossclose:before, .agenda .agendabody .r .fc .btnIcnBefore.crossclose.fc-button-primary:before, .filelist td a.btnIcnBefore.crossclose:before, .modalFooter button.btnIcnBefore.crossclose:before, .detailedHeader button.crossclose:before {
  content: "\f057" !important;
}
.btn.btnIcnBefore.chevrondown:before, .agenda .agendabody .r #detail button.btnIcnBefore.chevrondown:before, .agenda .agendabody .r .fc .btnIcnBefore.chevrondown.fc-button-primary:before, .filelist td a.btnIcnBefore.chevrondown:before, .modalFooter button.btnIcnBefore.chevrondown:before, .detailedHeader button.chevrondown:before {
  content: "\f107" !important;
}
.btn.btnIcnBefore.chevronup:before, .agenda .agendabody .r #detail button.btnIcnBefore.chevronup:before, .agenda .agendabody .r .fc .btnIcnBefore.chevronup.fc-button-primary:before, .filelist td a.btnIcnBefore.chevronup:before, .modalFooter button.btnIcnBefore.chevronup:before, .detailedHeader button.chevronup:before {
  content: "\f106" !important;
}
.btn.btnIcnBefore.chat:before, .agenda .agendabody .r #detail button.btnIcnBefore.chat:before, .agenda .agendabody .r .fc .btnIcnBefore.chat.fc-button-primary:before, .filelist td a.btnIcnBefore.chat:before, .modalFooter button.btnIcnBefore.chat:before, .detailedHeader button.chat:before {
  content: "\f086" !important;
}
.btn.btnIcnBefore.note:before, .agenda .agendabody .r #detail button.btnIcnBefore.note:before, .agenda .agendabody .r .fc .btnIcnBefore.note.fc-button-primary:before, .filelist td a.btnIcnBefore.note:before, .modalFooter button.btnIcnBefore.note:before, .detailedHeader button.note:before {
  content: "\f249" !important;
}
.btn.btnIcnBefore.plus:before, .agenda .agendabody .r #detail button.btnIcnBefore.plus:before, .agenda .agendabody .r .fc .btnIcnBefore.plus.fc-button-primary:before, .filelist td a.btnIcnBefore.plus:before, .modalFooter button.btnIcnBefore.plus:before, .detailedHeader button.plus:before {
  content: "\f067" !important;
}
.btn.btnIcnBefore.upload:before, .agenda .agendabody .r #detail button.btnIcnBefore.upload:before, .agenda .agendabody .r .fc .btnIcnBefore.upload.fc-button-primary:before, .filelist td a.btnIcnBefore.upload:before, .modalFooter button.btnIcnBefore.upload:before, .detailedHeader button.upload:before {
  content: "\f093" !important;
}
.btn.btnIcnBefore.agenda::before, .agenda .agendabody .r #detail button.btnIcnBefore.agenda::before, .agenda .agendabody .r .fc .btnIcnBefore.agenda.fc-button-primary::before, .filelist td a.btnIcnBefore.agenda::before, .modalFooter button.btnIcnBefore.agenda::before, .detailedHeader button.agenda::before {
  content: "\f073" !important;
}

.outline.btnIcnBefore:before, .detailedHeader button:before {
  color: inherit !important;
}

.outline.btnIcnAfter:after, .detailedHeader button.btnIcnAfter:after {
  color: inherit !important;
}

.btn.small, .agenda .agendabody .r #detail button.small, .agenda .agendabody .r .fc .fc-button-primary, .agenda .agendabody .l > .btn.filterWrapper, .agenda .agendabody .r #detail .l > button.filterWrapper, .filelist td a, .btn.filelist, .agenda .agendabody .r #detail button.filelist, .modalFooter button.small, .modalFooter .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .modalFooter .l > button.filterWrapper, .modalFooter button.filelist, .detailedHeader button.small, .detailedHeader .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .detailedHeader .l > button.filterWrapper, .detailedHeader button.filelist {
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  font-size: 12px !important;
  line-height: 18px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.small, .agenda .agendabody .r #detail button.small, .agenda .agendabody .r .fc .fc-button-primary, .agenda .agendabody .l > .btn.filterWrapper, .agenda .agendabody .r #detail .l > button.filterWrapper, .filelist td a, .btn.filelist, .agenda .agendabody .r #detail button.filelist, .modalFooter button.small, .modalFooter .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .modalFooter .l > button.filterWrapper, .modalFooter button.filelist, .detailedHeader button.small, .detailedHeader .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .detailedHeader .l > button.filterWrapper, .detailedHeader button.filelist {
    padding-left: calc(12px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.small, .agenda .agendabody .r #detail button.small, .agenda .agendabody .r .fc .fc-button-primary, .agenda .agendabody .l > .btn.filterWrapper, .agenda .agendabody .r #detail .l > button.filterWrapper, .filelist td a, .btn.filelist, .agenda .agendabody .r #detail button.filelist, .modalFooter button.small, .modalFooter .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .modalFooter .l > button.filterWrapper, .modalFooter button.filelist, .detailedHeader button.small, .detailedHeader .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .detailedHeader .l > button.filterWrapper, .detailedHeader button.filelist {
    padding-left: calc(12px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.small, .agenda .agendabody .r #detail button.small, .agenda .agendabody .r .fc .fc-button-primary, .agenda .agendabody .l > .btn.filterWrapper, .agenda .agendabody .r #detail .l > button.filterWrapper, .filelist td a, .btn.filelist, .agenda .agendabody .r #detail button.filelist, .modalFooter button.small, .modalFooter .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .modalFooter .l > button.filterWrapper, .modalFooter button.filelist, .detailedHeader button.small, .detailedHeader .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .detailedHeader .l > button.filterWrapper, .detailedHeader button.filelist {
    padding-right: calc(12px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.small, .agenda .agendabody .r #detail button.small, .agenda .agendabody .r .fc .fc-button-primary, .agenda .agendabody .l > .btn.filterWrapper, .agenda .agendabody .r #detail .l > button.filterWrapper, .filelist td a, .btn.filelist, .agenda .agendabody .r #detail button.filelist, .modalFooter button.small, .modalFooter .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .modalFooter .l > button.filterWrapper, .modalFooter button.filelist, .detailedHeader button.small, .detailedHeader .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .detailedHeader .l > button.filterWrapper, .detailedHeader button.filelist {
    padding-right: calc(12px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.small, .agenda .agendabody .r #detail button.small, .agenda .agendabody .r .fc .fc-button-primary, .agenda .agendabody .l > .btn.filterWrapper, .agenda .agendabody .r #detail .l > button.filterWrapper, .filelist td a, .btn.filelist, .agenda .agendabody .r #detail button.filelist, .modalFooter button.small, .modalFooter .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .modalFooter .l > button.filterWrapper, .modalFooter button.filelist, .detailedHeader button.small, .detailedHeader .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .detailedHeader .l > button.filterWrapper, .detailedHeader button.filelist {
    padding-top: calc(4px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.small, .agenda .agendabody .r #detail button.small, .agenda .agendabody .r .fc .fc-button-primary, .agenda .agendabody .l > .btn.filterWrapper, .agenda .agendabody .r #detail .l > button.filterWrapper, .filelist td a, .btn.filelist, .agenda .agendabody .r #detail button.filelist, .modalFooter button.small, .modalFooter .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .modalFooter .l > button.filterWrapper, .modalFooter button.filelist, .detailedHeader button.small, .detailedHeader .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .detailedHeader .l > button.filterWrapper, .detailedHeader button.filelist {
    padding-top: calc(4px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.small, .agenda .agendabody .r #detail button.small, .agenda .agendabody .r .fc .fc-button-primary, .agenda .agendabody .l > .btn.filterWrapper, .agenda .agendabody .r #detail .l > button.filterWrapper, .filelist td a, .btn.filelist, .agenda .agendabody .r #detail button.filelist, .modalFooter button.small, .modalFooter .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .modalFooter .l > button.filterWrapper, .modalFooter button.filelist, .detailedHeader button.small, .detailedHeader .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .detailedHeader .l > button.filterWrapper, .detailedHeader button.filelist {
    padding-bottom: calc(4px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.small, .agenda .agendabody .r #detail button.small, .agenda .agendabody .r .fc .fc-button-primary, .agenda .agendabody .l > .btn.filterWrapper, .agenda .agendabody .r #detail .l > button.filterWrapper, .filelist td a, .btn.filelist, .agenda .agendabody .r #detail button.filelist, .modalFooter button.small, .modalFooter .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .modalFooter .l > button.filterWrapper, .modalFooter button.filelist, .detailedHeader button.small, .detailedHeader .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .detailedHeader .l > button.filterWrapper, .detailedHeader button.filelist {
    padding-bottom: calc(4px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.small, .agenda .agendabody .r #detail button.small, .agenda .agendabody .r .fc .fc-button-primary, .agenda .agendabody .l > .btn.filterWrapper, .agenda .agendabody .r #detail .l > button.filterWrapper, .filelist td a, .btn.filelist, .agenda .agendabody .r #detail button.filelist, .modalFooter button.small, .modalFooter .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .modalFooter .l > button.filterWrapper, .modalFooter button.filelist, .detailedHeader button.small, .detailedHeader .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .detailedHeader .l > button.filterWrapper, .detailedHeader button.filelist {
    font-size: calc(12px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.small, .agenda .agendabody .r #detail button.small, .agenda .agendabody .r .fc .fc-button-primary, .agenda .agendabody .l > .btn.filterWrapper, .agenda .agendabody .r #detail .l > button.filterWrapper, .filelist td a, .btn.filelist, .agenda .agendabody .r #detail button.filelist, .modalFooter button.small, .modalFooter .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .modalFooter .l > button.filterWrapper, .modalFooter button.filelist, .detailedHeader button.small, .detailedHeader .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .detailedHeader .l > button.filterWrapper, .detailedHeader button.filelist {
    font-size: calc(12px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.small, .agenda .agendabody .r #detail button.small, .agenda .agendabody .r .fc .fc-button-primary, .agenda .agendabody .l > .btn.filterWrapper, .agenda .agendabody .r #detail .l > button.filterWrapper, .filelist td a, .btn.filelist, .agenda .agendabody .r #detail button.filelist, .modalFooter button.small, .modalFooter .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .modalFooter .l > button.filterWrapper, .modalFooter button.filelist, .detailedHeader button.small, .detailedHeader .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .detailedHeader .l > button.filterWrapper, .detailedHeader button.filelist {
    line-height: calc(18px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.small, .agenda .agendabody .r #detail button.small, .agenda .agendabody .r .fc .fc-button-primary, .agenda .agendabody .l > .btn.filterWrapper, .agenda .agendabody .r #detail .l > button.filterWrapper, .filelist td a, .btn.filelist, .agenda .agendabody .r #detail button.filelist, .modalFooter button.small, .modalFooter .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .modalFooter .l > button.filterWrapper, .modalFooter button.filelist, .detailedHeader button.small, .detailedHeader .agenda .agendabody .l > button.filterWrapper, .agenda .agendabody .detailedHeader .l > button.filterWrapper, .detailedHeader button.filelist {
    line-height: calc(18px * 1) !important;
  }
}
.btn.small:not(:first-of-type), .agenda .agendabody .r #detail button.small:not(:first-of-type), .agenda .agendabody .r .fc .fc-button-primary:not(:first-of-type), .agenda .agendabody .l > .btn.filterWrapper:not(:first-of-type), .agenda .agendabody .r #detail .l > button.filterWrapper:not(:first-of-type), .filelist td a:not(:first-of-type), .btn.filelist:not(:first-of-type), .agenda .agendabody .r #detail button.filelist:not(:first-of-type), .modalFooter button.small:not(:first-of-type), .modalFooter .agenda .agendabody .l > button.filterWrapper:not(:first-of-type), .agenda .agendabody .modalFooter .l > button.filterWrapper:not(:first-of-type), .modalFooter button.filelist:not(:first-of-type), .detailedHeader button.small:not(:first-of-type), .detailedHeader .agenda .agendabody .l > button.filterWrapper:not(:first-of-type), .agenda .agendabody .detailedHeader .l > button.filterWrapper:not(:first-of-type), .detailedHeader button.filelist:not(:first-of-type) {
  margin-right: 0 7.5px;
}

.btn.mini, .agenda .agendabody .r #detail button.mini, .agenda .agendabody .r .fc .mini.fc-button-primary, .filelist td a.mini, .modalFooter button.mini, .detailedHeader button.mini {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  line-height: 13px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.mini, .agenda .agendabody .r #detail button.mini, .agenda .agendabody .r .fc .mini.fc-button-primary, .filelist td a.mini, .modalFooter button.mini, .detailedHeader button.mini {
    padding-left: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.mini, .agenda .agendabody .r #detail button.mini, .agenda .agendabody .r .fc .mini.fc-button-primary, .filelist td a.mini, .modalFooter button.mini, .detailedHeader button.mini {
    padding-left: calc(15px * 0.6) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.mini, .agenda .agendabody .r #detail button.mini, .agenda .agendabody .r .fc .mini.fc-button-primary, .filelist td a.mini, .modalFooter button.mini, .detailedHeader button.mini {
    padding-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.mini, .agenda .agendabody .r #detail button.mini, .agenda .agendabody .r .fc .mini.fc-button-primary, .filelist td a.mini, .modalFooter button.mini, .detailedHeader button.mini {
    padding-right: calc(15px * 0.6) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.mini, .agenda .agendabody .r #detail button.mini, .agenda .agendabody .r .fc .mini.fc-button-primary, .filelist td a.mini, .modalFooter button.mini, .detailedHeader button.mini {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.mini, .agenda .agendabody .r #detail button.mini, .agenda .agendabody .r .fc .mini.fc-button-primary, .filelist td a.mini, .modalFooter button.mini, .detailedHeader button.mini {
    padding-top: calc(15px * 0.6) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.mini, .agenda .agendabody .r #detail button.mini, .agenda .agendabody .r .fc .mini.fc-button-primary, .filelist td a.mini, .modalFooter button.mini, .detailedHeader button.mini {
    padding-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.mini, .agenda .agendabody .r #detail button.mini, .agenda .agendabody .r .fc .mini.fc-button-primary, .filelist td a.mini, .modalFooter button.mini, .detailedHeader button.mini {
    padding-bottom: calc(15px * 0.6) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .btn.mini, .agenda .agendabody .r #detail button.mini, .agenda .agendabody .r .fc .mini.fc-button-primary, .filelist td a.mini, .modalFooter button.mini, .detailedHeader button.mini {
    line-height: calc(13px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .btn.mini, .agenda .agendabody .r #detail button.mini, .agenda .agendabody .r .fc .mini.fc-button-primary, .filelist td a.mini, .modalFooter button.mini, .detailedHeader button.mini {
    line-height: calc(13px * 0.6) !important;
  }
}

.btn.icnonly:before, .agenda .agendabody .r #detail button.icnonly:before, .agenda .agendabody .r .fc .icnonly.fc-button-primary:before, .filelist td a.icnonly:before, .modalFooter button.icnonly:before, .detailedHeader button.icnonly:before {
  padding-right: unset !important;
}
.btn.icnonly:after, .agenda .agendabody .r #detail button.icnonly:after, .agenda .agendabody .r .fc .icnonly.fc-button-primary:after, .filelist td a.icnonly:after, .modalFooter button.icnonly:after, .detailedHeader button.icnonly:after {
  padding-left: unset !important;
}

.btn.wide, .agenda .agendabody .r #detail button.wide, .agenda .agendabody .r .fc .wide.fc-button-primary, .filelist td a.wide, .modalFooter button.wide, .detailedHeader button.wide {
  width: 100%;
}

button:disabled {
  background-color: grey !important;
  color: lightgray !important;
  cursor: not-allowed;
}

.buttonbox {
  display: flex;
  flex-direction: column !important;
}
.buttonbox .btn, .buttonbox .agenda .agendabody .r #detail button, .agenda .agendabody .r #detail .buttonbox button, .buttonbox .agenda .agendabody .r .fc .fc-button-primary, .agenda .agendabody .r .fc .buttonbox .fc-button-primary, .buttonbox .filelist td a, .filelist td .buttonbox a, .buttonbox .modalFooter button, .modalFooter .buttonbox button, .buttonbox .detailedHeader button, .detailedHeader .buttonbox button {
  margin: 5px 0px;
  width: 100%;
}

.icn, .formsection.readonly .formSubheader, .nav .menu > ul > li > ul > li {
  color: #CDCFDF;
  font-size: 24px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .icn, .formsection.readonly .formSubheader, .nav .menu > ul > li > ul > li {
    font-size: calc(24px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .icn, .formsection.readonly .formSubheader, .nav .menu > ul > li > ul > li {
    font-size: calc(24px * 0.8) !important;
  }
}
.icn:before, .formsection.readonly .formSubheader:before, .nav .menu > ul > li > ul > li:before {
  padding-right: 5px;
  width: 35px;
  display: inline !important;
}
.icn.big, .formsection.readonly .big.formSubheader, .nav .menu > ul > li > ul > li.big {
  font-size: 15rem;
}
.icn.medium, .loginpage > div > div.icn, .formsection.readonly .medium.formSubheader, .formsection.readonly .loginpage > div > div.formSubheader, .nav .menu > ul > li > ul > li.medium {
  font-size: 10rem;
}
.icn.small, .formsection.readonly .small.formSubheader, .agenda .agendabody .r .fc .icn.fc-button-primary, .agenda .agendabody .r .fc .formsection.readonly .fc-button-primary.formSubheader, .formsection.readonly .agenda .agendabody .r .fc .fc-button-primary.formSubheader, .agenda .agendabody .l > .icn.filterWrapper, .agenda .agendabody .formsection.readonly .l > .filterWrapper.formSubheader, .formsection.readonly .agenda .agendabody .l > .filterWrapper.formSubheader, .filelist td a.icn, .filelist td .formsection.readonly a.formSubheader, .formsection.readonly .filelist td a.formSubheader, .icn.filelist, .formsection.readonly .filelist.formSubheader, .nav .menu > ul > li > ul > li.small, .nav .agenda .agendabody .r .fc .menu > ul > li > ul > li.fc-button-primary, .agenda .agendabody .r .fc .nav .menu > ul > li > ul > li.fc-button-primary, .nav .agenda .agendabody .menu > ul > li > ul.l > li.filterWrapper, .agenda .agendabody .nav .menu > ul > li > ul.l > li.filterWrapper, .nav .menu > ul > li > ul > li.filelist {
  font-size: 7.5rem;
}
.icn.affermative:before, .formsection.readonly .affermative.formSubheader:before, .nav .menu > ul > li > ul > li.affermative:before, .icn.affermative.after:after, .formsection.readonly .affermative.after.formSubheader:after, .nav .menu > ul > li > ul > li.affermative.after:after {
  color: #35D484;
}
.icn.decline:before, .formsection.readonly .decline.formSubheader:before, .nav .menu > ul > li > ul > li.decline:before, .icn.decline.after:after, .formsection.readonly .decline.after.formSubheader:after, .nav .menu > ul > li > ul > li.decline.after:after {
  color: #FF7D88;
}
.icn.primary:before, .formsection.readonly .primary.formSubheader:before, .nav .menu > ul > li > ul > li.primary:before, .icn.primary.after:after, .formsection.readonly .primary.after.formSubheader:after, .nav .menu > ul > li > ul > li.primary.after:after {
  color: #528AFA;
}
.icn.secondary:before, .formsection.readonly .secondary.formSubheader:before, .nav .menu > ul > li > ul > li.secondary:before, .icn.secondary.after:after, .formsection.readonly .secondary.after.formSubheader:after, .nav .menu > ul > li > ul > li.secondary.after:after {
  color: #E7EFFE;
}
.icn.black:before, .formsection.readonly .black.formSubheader:before, .nav .menu > ul > li > ul > li.black:before, .icn.black.after:after, .formsection.readonly .black.after.formSubheader:after, .nav .menu > ul > li > ul > li.black.after:after {
  color: black;
}
.icn.white:before, .formsection.readonly .white.formSubheader:before, .nav .menu > ul > li > ul > li.white:before, .icn.white.after:after, .formsection.readonly .white.after.formSubheader:after, .nav .menu > ul > li > ul > li.white.after:after {
  color: white;
}
.icn.user::before, .formsection.readonly .user.formSubheader::before, .nav .menu > ul > li > ul > li.user::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2bd";
}
.icn.user.after::after, .formsection.readonly .user.after.formSubheader::after, .nav .menu > ul > li > ul > li.user.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2bd";
}
.icn.user.after:before, .formsection.readonly .user.after.formSubheader:before, .nav .menu > ul > li > ul > li.user.after:before {
  display: none !important;
}
.icn.user.after:after, .formsection.readonly .user.after.formSubheader:after, .nav .menu > ul > li > ul > li.user.after:after {
  padding-left: 5px !important;
}
.icn.user-alt::before, .formsection.readonly .user-alt.formSubheader::before, .nav .menu > ul > li > ul > li::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
}
.icn.user-alt.after::after, .formsection.readonly .user-alt.after.formSubheader::after, .nav .menu > ul > li > ul > li.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
}
.icn.user-alt.after:before, .formsection.readonly .user-alt.after.formSubheader:before, .nav .menu > ul > li > ul > li.after:before {
  display: none !important;
}
.icn.user-alt.after:after, .formsection.readonly .user-alt.after.formSubheader:after, .nav .menu > ul > li > ul > li.after:after {
  padding-left: 5px !important;
}
.icn.check-circle::before, .formsection.readonly .check-circle.formSubheader::before, .nav .menu > ul > li > ul > li.check-circle::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
}
.icn.check-circle.after::after, .formsection.readonly .check-circle.after.formSubheader::after, .nav .menu > ul > li > ul > li.check-circle.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
}
.icn.check-circle.after:before, .formsection.readonly .check-circle.after.formSubheader:before, .nav .menu > ul > li > ul > li.check-circle.after:before {
  display: none !important;
}
.icn.check-circle.after:after, .formsection.readonly .check-circle.after.formSubheader:after, .nav .menu > ul > li > ul > li.check-circle.after:after {
  padding-left: 5px !important;
}
.icn.check::before, .formsection.readonly .formSubheader::before, .nav .menu > ul > li > ul > li.check::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
}
.icn.check.after::after, .formsection.readonly .after.formSubheader::after, .nav .menu > ul > li > ul > li.check.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
}
.icn.check.after:before, .formsection.readonly .after.formSubheader:before, .nav .menu > ul > li > ul > li.check.after:before {
  display: none !important;
}
.icn.check.after:after, .formsection.readonly .after.formSubheader:after, .nav .menu > ul > li > ul > li.check.after:after {
  padding-left: 5px !important;
}
.icn.document::before, .formsection.readonly .document.formSubheader::before, .nav .menu > ul > li > ul > li.document::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15c";
}
.icn.document.after::after, .formsection.readonly .document.after.formSubheader::after, .nav .menu > ul > li > ul > li.document.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15c";
}
.icn.document.after:before, .formsection.readonly .document.after.formSubheader:before, .nav .menu > ul > li > ul > li.document.after:before {
  display: none !important;
}
.icn.document.after:after, .formsection.readonly .document.after.formSubheader:after, .nav .menu > ul > li > ul > li.document.after:after {
  padding-left: 5px !important;
}
.icn.download::before, .formsection.readonly .download.formSubheader::before, .nav .menu > ul > li > ul > li.download::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f019";
}
.icn.download.after::after, .formsection.readonly .download.after.formSubheader::after, .nav .menu > ul > li > ul > li.download.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f019";
}
.icn.download.after:before, .formsection.readonly .download.after.formSubheader:before, .nav .menu > ul > li > ul > li.download.after:before {
  display: none !important;
}
.icn.download.after:after, .formsection.readonly .download.after.formSubheader:after, .nav .menu > ul > li > ul > li.download.after:after {
  padding-left: 5px !important;
}
.icn.euro::before, .formsection.readonly .euro.formSubheader::before, .nav .menu > ul > li > ul > li.euro::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f153";
}
.icn.euro.after::after, .formsection.readonly .euro.after.formSubheader::after, .nav .menu > ul > li > ul > li.euro.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f153";
}
.icn.euro.after:before, .formsection.readonly .euro.after.formSubheader:before, .nav .menu > ul > li > ul > li.euro.after:before {
  display: none !important;
}
.icn.euro.after:after, .formsection.readonly .euro.after.formSubheader:after, .nav .menu > ul > li > ul > li.euro.after:after {
  padding-left: 5px !important;
}
.icn.plus::before, .formsection.readonly .plus.formSubheader::before, .nav .menu > ul > li > ul > li.plus::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
}
.icn.plus.after::after, .formsection.readonly .plus.after.formSubheader::after, .nav .menu > ul > li > ul > li.plus.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
}
.icn.plus.after:before, .formsection.readonly .plus.after.formSubheader:before, .nav .menu > ul > li > ul > li.plus.after:before {
  display: none !important;
}
.icn.plus.after:after, .formsection.readonly .plus.after.formSubheader:after, .nav .menu > ul > li > ul > li.plus.after:after {
  padding-left: 5px !important;
}
.icn.plus-circle::before, .formsection.readonly .plus-circle.formSubheader::before, .nav .menu > ul > li > ul > li.plus-circle::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
}
.icn.plus-circle.after::after, .formsection.readonly .plus-circle.after.formSubheader::after, .nav .menu > ul > li > ul > li.plus-circle.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
}
.icn.plus-circle.after:before, .formsection.readonly .plus-circle.after.formSubheader:before, .nav .menu > ul > li > ul > li.plus-circle.after:before {
  display: none !important;
}
.icn.plus-circle.after:after, .formsection.readonly .plus-circle.after.formSubheader:after, .nav .menu > ul > li > ul > li.plus-circle.after:after {
  padding-left: 5px !important;
}
.icn.plus-rectangle::before, .formsection.readonly .plus-rectangle.formSubheader::before, .nav .menu > ul > li > ul > li.plus-rectangle::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0fe";
}
.icn.plus-rectangle.after::after, .formsection.readonly .plus-rectangle.after.formSubheader::after, .nav .menu > ul > li > ul > li.plus-rectangle.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0fe";
}
.icn.plus-rectangle.after:before, .formsection.readonly .plus-rectangle.after.formSubheader:before, .nav .menu > ul > li > ul > li.plus-rectangle.after:before {
  display: none !important;
}
.icn.plus-rectangle.after:after, .formsection.readonly .plus-rectangle.after.formSubheader:after, .nav .menu > ul > li > ul > li.plus-rectangle.after:after {
  padding-left: 5px !important;
}
.icn.arrowright::before, .formsection.readonly .arrowright.formSubheader::before, .nav .menu > ul > li > ul > li.arrowright::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
}
.icn.arrowright.after::after, .formsection.readonly .arrowright.after.formSubheader::after, .nav .menu > ul > li > ul > li.arrowright.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
}
.icn.arrowright.after:before, .formsection.readonly .arrowright.after.formSubheader:before, .nav .menu > ul > li > ul > li.arrowright.after:before {
  display: none !important;
}
.icn.arrowright.after:after, .formsection.readonly .arrowright.after.formSubheader:after, .nav .menu > ul > li > ul > li.arrowright.after:after {
  padding-left: 5px !important;
}
.icn.arrowleft::before, .formsection.readonly .arrowleft.formSubheader::before, .nav .menu > ul > li > ul > li.arrowleft::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060";
}
.icn.arrowleft.after::after, .formsection.readonly .arrowleft.after.formSubheader::after, .nav .menu > ul > li > ul > li.arrowleft.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060";
}
.icn.arrowleft.after:before, .formsection.readonly .arrowleft.after.formSubheader:before, .nav .menu > ul > li > ul > li.arrowleft.after:before {
  display: none !important;
}
.icn.arrowleft.after:after, .formsection.readonly .arrowleft.after.formSubheader:after, .nav .menu > ul > li > ul > li.arrowleft.after:after {
  padding-left: 5px !important;
}
.icn.mail::before, .formsection.readonly .mail.formSubheader::before, .nav .menu > ul > li > ul > li.mail::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
}
.icn.mail.after::after, .formsection.readonly .mail.after.formSubheader::after, .nav .menu > ul > li > ul > li.mail.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
}
.icn.mail.after:before, .formsection.readonly .mail.after.formSubheader:before, .nav .menu > ul > li > ul > li.mail.after:before {
  display: none !important;
}
.icn.mail.after:after, .formsection.readonly .mail.after.formSubheader:after, .nav .menu > ul > li > ul > li.mail.after:after {
  padding-left: 5px !important;
}
.icn.phone::before, .formsection.readonly .phone.formSubheader::before, .nav .menu > ul > li > ul > li.phone::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f879";
}
.icn.phone.after::after, .formsection.readonly .phone.after.formSubheader::after, .nav .menu > ul > li > ul > li.phone.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f879";
}
.icn.phone.after:before, .formsection.readonly .phone.after.formSubheader:before, .nav .menu > ul > li > ul > li.phone.after:before {
  display: none !important;
}
.icn.phone.after:after, .formsection.readonly .phone.after.formSubheader:after, .nav .menu > ul > li > ul > li.phone.after:after {
  padding-left: 5px !important;
}
.icn.trash::before, .formsection.readonly .trash.formSubheader::before, .nav .menu > ul > li > ul > li.trash::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2ed";
}
.icn.trash.after::after, .formsection.readonly .trash.after.formSubheader::after, .nav .menu > ul > li > ul > li.trash.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2ed";
}
.icn.trash.after:before, .formsection.readonly .trash.after.formSubheader:before, .nav .menu > ul > li > ul > li.trash.after:before {
  display: none !important;
}
.icn.trash.after:after, .formsection.readonly .trash.after.formSubheader:after, .nav .menu > ul > li > ul > li.trash.after:after {
  padding-left: 5px !important;
}
.icn.location::before, .formsection.readonly .location.formSubheader::before, .nav .menu > ul > li > ul > li.location::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f124";
}
.icn.location.after::after, .formsection.readonly .location.after.formSubheader::after, .nav .menu > ul > li > ul > li.location.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f124";
}
.icn.location.after:before, .formsection.readonly .location.after.formSubheader:before, .nav .menu > ul > li > ul > li.location.after:before {
  display: none !important;
}
.icn.location.after:after, .formsection.readonly .location.after.formSubheader:after, .nav .menu > ul > li > ul > li.location.after:after {
  padding-left: 5px !important;
}
.icn.magnifyglass::before, .formsection.readonly .magnifyglass.formSubheader::before, .nav .menu > ul > li > ul > li.magnifyglass::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
}
.icn.magnifyglass.after::after, .formsection.readonly .magnifyglass.after.formSubheader::after, .nav .menu > ul > li > ul > li.magnifyglass.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
}
.icn.magnifyglass.after:before, .formsection.readonly .magnifyglass.after.formSubheader:before, .nav .menu > ul > li > ul > li.magnifyglass.after:before {
  display: none !important;
}
.icn.magnifyglass.after:after, .formsection.readonly .magnifyglass.after.formSubheader:after, .nav .menu > ul > li > ul > li.magnifyglass.after:after {
  padding-left: 5px !important;
}
.icn.balancescale::before, .formsection.readonly .balancescale.formSubheader::before, .nav .menu > ul > li > ul > li.balancescale::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f516";
}
.icn.balancescale.after::after, .formsection.readonly .balancescale.after.formSubheader::after, .nav .menu > ul > li > ul > li.balancescale.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f516";
}
.icn.balancescale.after:before, .formsection.readonly .balancescale.after.formSubheader:before, .nav .menu > ul > li > ul > li.balancescale.after:before {
  display: none !important;
}
.icn.balancescale.after:after, .formsection.readonly .balancescale.after.formSubheader:after, .nav .menu > ul > li > ul > li.balancescale.after:after {
  padding-left: 5px !important;
}
.icn.training::before, .formsection.readonly .training.formSubheader::before, .nav .menu > ul > li > ul > li.training::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f44b";
}
.icn.training.after::after, .formsection.readonly .training.after.formSubheader::after, .nav .menu > ul > li > ul > li.training.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f44b";
}
.icn.training.after:before, .formsection.readonly .training.after.formSubheader:before, .nav .menu > ul > li > ul > li.training.after:before {
  display: none !important;
}
.icn.training.after:after, .formsection.readonly .training.after.formSubheader:after, .nav .menu > ul > li > ul > li.training.after:after {
  padding-left: 5px !important;
}
.icn.finance::before, .formsection.readonly .finance.formSubheader::before, .nav .menu > ul > li > ul > li.finance::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f51e";
}
.icn.finance.after::after, .formsection.readonly .finance.after.formSubheader::after, .nav .menu > ul > li > ul > li.finance.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f51e";
}
.icn.finance.after:before, .formsection.readonly .finance.after.formSubheader:before, .nav .menu > ul > li > ul > li.finance.after:before {
  display: none !important;
}
.icn.finance.after:after, .formsection.readonly .finance.after.formSubheader:after, .nav .menu > ul > li > ul > li.finance.after:after {
  padding-left: 5px !important;
}
.icn.fancypen::before, .formsection.readonly .fancypen.formSubheader::before, .nav .menu > ul > li > ul > li.fancypen::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f5ac";
}
.icn.fancypen.after::after, .formsection.readonly .fancypen.after.formSubheader::after, .nav .menu > ul > li > ul > li.fancypen.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f5ac";
}
.icn.fancypen.after:before, .formsection.readonly .fancypen.after.formSubheader:before, .nav .menu > ul > li > ul > li.fancypen.after:before {
  display: none !important;
}
.icn.fancypen.after:after, .formsection.readonly .fancypen.after.formSubheader:after, .nav .menu > ul > li > ul > li.fancypen.after:after {
  padding-left: 5px !important;
}
.icn.moneybill::before, .formsection.readonly .moneybill.formSubheader::before, .nav .menu > ul > li > ul > li.moneybill::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d6";
}
.icn.moneybill.after::after, .formsection.readonly .moneybill.after.formSubheader::after, .nav .menu > ul > li > ul > li.moneybill.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d6";
}
.icn.moneybill.after:before, .formsection.readonly .moneybill.after.formSubheader:before, .nav .menu > ul > li > ul > li.moneybill.after:before {
  display: none !important;
}
.icn.moneybill.after:after, .formsection.readonly .moneybill.after.formSubheader:after, .nav .menu > ul > li > ul > li.moneybill.after:after {
  padding-left: 5px !important;
}
.icn.crossclose::before, .formsection.readonly .crossclose.formSubheader::before, .nav .menu > ul > li > ul > li.crossclose::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f057";
}
.icn.crossclose.after::after, .formsection.readonly .crossclose.after.formSubheader::after, .nav .menu > ul > li > ul > li.crossclose.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f057";
}
.icn.crossclose.after:before, .formsection.readonly .crossclose.after.formSubheader:before, .nav .menu > ul > li > ul > li.crossclose.after:before {
  display: none !important;
}
.icn.crossclose.after:after, .formsection.readonly .crossclose.after.formSubheader:after, .nav .menu > ul > li > ul > li.crossclose.after:after {
  padding-left: 5px !important;
}
.icn.chevrondown::before, .formsection.readonly .chevrondown.formSubheader::before, .nav .menu > ul > li > ul > li.chevrondown::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
}
.icn.chevrondown.after::after, .formsection.readonly .chevrondown.after.formSubheader::after, .nav .menu > ul > li > ul > li.chevrondown.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
}
.icn.chevrondown.after:before, .formsection.readonly .chevrondown.after.formSubheader:before, .nav .menu > ul > li > ul > li.chevrondown.after:before {
  display: none !important;
}
.icn.chevrondown.after:after, .formsection.readonly .chevrondown.after.formSubheader:after, .nav .menu > ul > li > ul > li.chevrondown.after:after {
  padding-left: 5px !important;
}
.icn.chevronup::before, .formsection.readonly .chevronup.formSubheader::before, .nav .menu > ul > li > ul > li.chevronup::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
}
.icn.chevronup.after::after, .formsection.readonly .chevronup.after.formSubheader::after, .nav .menu > ul > li > ul > li.chevronup.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
}
.icn.chevronup.after:before, .formsection.readonly .chevronup.after.formSubheader:before, .nav .menu > ul > li > ul > li.chevronup.after:before {
  display: none !important;
}
.icn.chevronup.after:after, .formsection.readonly .chevronup.after.formSubheader:after, .nav .menu > ul > li > ul > li.chevronup.after:after {
  padding-left: 5px !important;
}
.icn.chevronleft::before, .formsection.readonly .chevronleft.formSubheader::before, .nav .menu > ul > li > ul > li.chevronleft::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
}
.icn.chevronleft.after::after, .formsection.readonly .chevronleft.after.formSubheader::after, .nav .menu > ul > li > ul > li.chevronleft.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
}
.icn.chevronleft.after:before, .formsection.readonly .chevronleft.after.formSubheader:before, .nav .menu > ul > li > ul > li.chevronleft.after:before {
  display: none !important;
}
.icn.chevronleft.after:after, .formsection.readonly .chevronleft.after.formSubheader:after, .nav .menu > ul > li > ul > li.chevronleft.after:after {
  padding-left: 5px !important;
}
.icn.chevronright::before, .formsection.readonly .chevronright.formSubheader::before, .nav .menu > ul > li > ul > li.chevronright::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}
.icn.chevronright.after::after, .formsection.readonly .chevronright.after.formSubheader::after, .nav .menu > ul > li > ul > li.chevronright.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}
.icn.chevronright.after:before, .formsection.readonly .chevronright.after.formSubheader:before, .nav .menu > ul > li > ul > li.chevronright.after:before {
  display: none !important;
}
.icn.chevronright.after:after, .formsection.readonly .chevronright.after.formSubheader:after, .nav .menu > ul > li > ul > li.chevronright.after:after {
  padding-left: 5px !important;
}
.icn.chat::before, .formsection.readonly .chat.formSubheader::before, .nav .menu > ul > li > ul > li.chat::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f086";
}
.icn.chat.after::after, .formsection.readonly .chat.after.formSubheader::after, .nav .menu > ul > li > ul > li.chat.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f086";
}
.icn.chat.after:before, .formsection.readonly .chat.after.formSubheader:before, .nav .menu > ul > li > ul > li.chat.after:before {
  display: none !important;
}
.icn.chat.after:after, .formsection.readonly .chat.after.formSubheader:after, .nav .menu > ul > li > ul > li.chat.after:after {
  padding-left: 5px !important;
}
.icn.hamburger::before, .formsection.readonly .hamburger.formSubheader::before, .nav .menu > ul > li > ul > li.hamburger::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9";
}
.icn.hamburger.after::after, .formsection.readonly .hamburger.after.formSubheader::after, .nav .menu > ul > li > ul > li.hamburger.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9";
}
.icn.hamburger.after:before, .formsection.readonly .hamburger.after.formSubheader:before, .nav .menu > ul > li > ul > li.hamburger.after:before {
  display: none !important;
}
.icn.hamburger.after:after, .formsection.readonly .hamburger.after.formSubheader:after, .nav .menu > ul > li > ul > li.hamburger.after:after {
  padding-left: 5px !important;
}
.icn.arrowsDown, .formsection.readonly .arrowsDown.formSubheader, .nav .menu > ul > li > ul > li.arrowsDown {
  border: 1px solid #CDCFDF;
  padding: 5px 14px;
}
.icn.arrowsDown::before, .formsection.readonly .arrowsDown.formSubheader::before, .nav .menu > ul > li > ul > li.arrowsDown::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f103";
}
.icn.arrowsDown.after::after, .formsection.readonly .arrowsDown.after.formSubheader::after, .nav .menu > ul > li > ul > li.arrowsDown.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f103";
}
.icn.arrowsDown.after:before, .formsection.readonly .arrowsDown.after.formSubheader:before, .nav .menu > ul > li > ul > li.arrowsDown.after:before {
  display: none !important;
}
.icn.arrowsDown.after:after, .formsection.readonly .arrowsDown.after.formSubheader:after, .nav .menu > ul > li > ul > li.arrowsDown.after:after {
  padding-left: 5px !important;
}
.icn.arrowsUp, .formsection.readonly .arrowsUp.formSubheader, .nav .menu > ul > li > ul > li.arrowsUp {
  border: 1px solid #CDCFDF;
  padding: 5px 14px;
}
.icn.arrowsUp::before, .formsection.readonly .arrowsUp.formSubheader::before, .nav .menu > ul > li > ul > li.arrowsUp::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
}
.icn.arrowsUp.after::after, .formsection.readonly .arrowsUp.after.formSubheader::after, .nav .menu > ul > li > ul > li.arrowsUp.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
}
.icn.arrowsUp.after:before, .formsection.readonly .arrowsUp.after.formSubheader:before, .nav .menu > ul > li > ul > li.arrowsUp.after:before {
  display: none !important;
}
.icn.arrowsUp.after:after, .formsection.readonly .arrowsUp.after.formSubheader:after, .nav .menu > ul > li > ul > li.arrowsUp.after:after {
  padding-left: 5px !important;
}
.icn.signout::before, .formsection.readonly .signout.formSubheader::before, .nav .menu > ul > li > ul > li.signout::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f5";
}
.icn.signout.after::after, .formsection.readonly .signout.after.formSubheader::after, .nav .menu > ul > li > ul > li.signout.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f5";
}
.icn.signout.after:before, .formsection.readonly .signout.after.formSubheader:before, .nav .menu > ul > li > ul > li.signout.after:before {
  display: none !important;
}
.icn.signout.after:after, .formsection.readonly .signout.after.formSubheader:after, .nav .menu > ul > li > ul > li.signout.after:after {
  padding-left: 5px !important;
}
.icn.collapseOut::before, .formsection.readonly .collapseOut.formSubheader::before, .nav .menu > ul > li > ul > li.collapseOut::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
}
.icn.collapseOut.after::after, .formsection.readonly .collapseOut.after.formSubheader::after, .nav .menu > ul > li > ul > li.collapseOut.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f5";
}
.icn.collapseOut.after:before, .formsection.readonly .collapseOut.after.formSubheader:before, .nav .menu > ul > li > ul > li.collapseOut.after:before {
  display: none !important;
}
.icn.collapseOut.after:after, .formsection.readonly .collapseOut.after.formSubheader:after, .nav .menu > ul > li > ul > li.collapseOut.after:after {
  padding-left: 5px !important;
}
.icn.collapse::before, .formsection.readonly .collapse.formSubheader::before, .nav .menu > ul > li > ul > li.collapse::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f100";
}
.icn.PowerOff::before, .formsection.readonly .PowerOff.formSubheader::before, .nav .menu > ul > li > ul > li.PowerOff::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f011";
}
.icn.collapse.after::after, .formsection.readonly .collapse.after.formSubheader::after, .nav .menu > ul > li > ul > li.collapse.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f100";
}
.icn.collapse.after:before, .formsection.readonly .collapse.after.formSubheader:before, .nav .menu > ul > li > ul > li.collapse.after:before {
  display: none !important;
}
.icn.collapse.after:after, .formsection.readonly .collapse.after.formSubheader:after, .nav .menu > ul > li > ul > li.collapse.after:after {
  padding-left: 5px !important;
}
.icn.save::before, .formsection.readonly .save.formSubheader::before, .nav .menu > ul > li > ul > li.save::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c7";
}
.icn.save.after::after, .formsection.readonly .save.after.formSubheader::after, .nav .menu > ul > li > ul > li.save.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c7";
}
.icn.save.after:before, .formsection.readonly .save.after.formSubheader:before, .nav .menu > ul > li > ul > li.save.after:before {
  display: none !important;
}
.icn.save.after:after, .formsection.readonly .save.after.formSubheader:after, .nav .menu > ul > li > ul > li.save.after:after {
  padding-left: 5px !important;
}
.icn.pdf::before, .formsection.readonly .pdf.formSubheader::before, .nav .menu > ul > li > ul > li.pdf::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c1";
}
.icn.pdf.after::after, .formsection.readonly .pdf.after.formSubheader::after, .nav .menu > ul > li > ul > li.pdf.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c1";
}
.icn.pdf.after:before, .formsection.readonly .pdf.after.formSubheader:before, .nav .menu > ul > li > ul > li.pdf.after:before {
  display: none !important;
}
.icn.pdf.after:after, .formsection.readonly .pdf.after.formSubheader:after, .nav .menu > ul > li > ul > li.pdf.after:after {
  padding-left: 5px !important;
}
.icn.agenda::before, .formsection.readonly .agenda.formSubheader::before, .nav .menu > ul > li > ul > li.agenda::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
}
.icn.agenda.after::after, .formsection.readonly .agenda.after.formSubheader::after, .nav .menu > ul > li > ul > li.agenda.after::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
}
.icn.agenda.after:before, .formsection.readonly .agenda.after.formSubheader:before, .nav .menu > ul > li > ul > li.agenda.after:before {
  display: none !important;
}
.icn.agenda.after:after, .formsection.readonly .agenda.after.formSubheader:after, .nav .menu > ul > li > ul > li.agenda.after:after {
  padding-left: 5px !important;
}

.fa_btn {
  gap: 10px;
  align-items: center;
}
.fa_btn button {
  all: unset !important;
  margin-right: 10px;
}
.fa_btn i {
  color: #272838;
}
.fa_btn a {
  padding-right: 0 !important;
}

/* iCheck plugin Square skin, blue.css
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: white;
  border: 2px solid #DDDEE7;
  cursor: pointer;
  margin-right: 5px;
}

.icheckbox_square-blue {
  border-radius: 3px;
}
.icheckbox_square-blue:before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translateX(-50%) translateY(-50%);
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
}
.icheckbox_square-blue:hover:not(.disabled):not(.checked) {
  border-color: #bfc1d2;
}
.icheckbox_square-blue.checked {
  position: relative;
  background-color: #528AFA;
  border: 2px solid #528AFA;
}
.icheckbox_square-blue.disabled, .formsection.readonly > .form input.icheckbox_square-blue {
  cursor: default;
}

.iradio_square-blue {
  border: 2px solid #DDDEE7;
  border-radius: 36px;
}
.iradio_square-blue:before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translateX(-50%) translateY(-50%);
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
}
.iradio_square-blue:hover:not(.disabled):not(.checked) {
  border-color: #bfc1d2;
}
.iradio_square-blue.checked {
  position: relative;
  background-color: #528AFA;
  border: 2px solid #528AFA;
}
.iradio_square-blue.checked.outline, .detailedHeader button.iradio_square-blue.checked {
  position: relative;
  background-color: white !important;
  border-color: #bfc1d2 !important;
  border: 2px solid red;
}
.iradio_square-blue.checked.outline:before, .detailedHeader button.iradio_square-blue.checked:before {
  color: #bfc1d2;
}
.iradio_square-blue.disabled, .formsection.readonly > .form input.iradio_square-blue {
  cursor: default;
}
.iradio_square-blue.checked.disabled, .formsection.readonly > .form input.iradio_square-blue.checked {
  background-color: #F7FAFC;
  border-color: #bfc1d2 !important;
}
.iradio_square-blue.checked.disabled:before, .formsection.readonly > .form input.iradio_square-blue.checked:before {
  color: #bfc1d2 !important;
}

.CbRbWrapper {
  height: 43.2px;
  display: flex;
  align-items: center;
}
.CbRbWrapper .titleWrapper {
  display: flex;
  flex-direction: column;
}
.CbRbWrapper .titleWrapper.strikethrough {
  color: #B9BAC4;
}
.CbRbWrapper .titleWrapper.strikethrough label:first-of-type {
  text-decoration: line-through;
}
.CbRbWrapper .titleWrapper .subtitle {
  color: #B9BAC4 !important;
}
.CbRbWrapper label {
  font-weight: bold;
  margin-right: 10px;
}
.CbRbWrapper label.disabled {
  color: #B9BAC4 !important;
  cursor: not-allowed;
}

.form-check {
  margin-top: 10px;
  margin-bottom: 10px;
}

.imgDivAlignbgLT {
  background-position: left top;
}

.imgDivAlignbgLC {
  background-position: left center;
}

.imgDivAlignbgLB {
  background-position: left bottom;
}

.imgDivAlignbgRT {
  background-position: right top;
}

.imgDivAlignbgRC {
  background-position: right center;
}

.imgDivAlignbgRB {
  background-position: right bottom;
}

.imgDivAlignbgCT {
  background-position: center top;
}

.imgDivAlignbgCC {
  background-position: center center;
}

.imgDivAlignbgCB {
  background-position: center bottom;
}

img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.imgViewer {
  flex-direction: row-reverse;
}
.imgViewer .dropzone {
  border: 0;
  height: 100%;
}
.imgViewer .dropzone i {
  color: #528AFA;
}
.imgViewer *:nth-child(1) {
  order: 1;
}
.imgViewer *:nth-child(2) {
  order: 3;
}
.imgViewer *:nth-child(3) {
  order: 2;
}
.imgViewer .ImageViewer {
  border: 0;
}
.imgViewer .dz-message {
  display: flex;
  flex-direction: column;
}
.imgViewer .imageDelete {
  min-height: 150px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
}
.imgViewer .imageDelete i {
  font-size: 2rem;
  margin-right: 10px;
  color: black;
}
.imgViewer .formsection {
  border-bottom: 1px solid #E3ECF3;
}
.imgViewer img {
  max-width: 250px;
  max-height: 250px !important;
  margin-top: 0 !important;
  margin-bottom: 10px;
}

a {
  color: #272838;
  font-size: 13px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  a {
    font-size: calc(13px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  a {
    font-size: calc(13px * 1) !important;
  }
}
a:hover {
  color: #51536B;
}

a.secondary {
  color: #81839F;
  text-decoration: none;
}
a.secondary:hover {
  color: #51536B;
}

a.large {
  font-size: 13px;
  margin-block-start: unset !important;
  margin-block-end: unset !important;
  margin-inline-start: unset !important;
  margin-inline-end: unset !important;
}

/* ibm-plex-sans-100 - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 100;
  src: url("/webfonts/ibm-plex-sans-v14-latin-100.eot"); /* IE9 Compat Modes */
  src: local(""), url("/webfonts/ibm-plex-sans-v14-latin-100.eot?#iefix") format("embedded-opentype"), url("/webfonts/ibm-plex-sans-v14-latin-100.woff2") format("woff2"), url("/webfonts/ibm-plex-sans-v14-latin-100.woff") format("woff"), url("/webfonts/ibm-plex-sans-v14-latin-100.ttf") format("truetype"), url("/webfonts/ibm-plex-sans-v14-latin-100.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-100italic - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 100;
  src: url("/webfonts/ibm-plex-sans-v14-latin-100italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("/webfonts/ibm-plex-sans-v14-latin-100italic.eot?#iefix") format("embedded-opentype"), url("/webfonts/ibm-plex-sans-v14-latin-100italic.woff2") format("woff2"), url("/webfonts/ibm-plex-sans-v14-latin-100italic.woff") format("woff"), url("/webfonts/ibm-plex-sans-v14-latin-100italic.ttf") format("truetype"), url("/webfonts/ibm-plex-sans-v14-latin-100italic.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-200 - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 200;
  src: url("/webfonts/ibm-plex-sans-v14-latin-200.eot"); /* IE9 Compat Modes */
  src: local(""), url("/webfonts/ibm-plex-sans-v14-latin-200.eot?#iefix") format("embedded-opentype"), url("/webfonts/ibm-plex-sans-v14-latin-200.woff2") format("woff2"), url("/webfonts/ibm-plex-sans-v14-latin-200.woff") format("woff"), url("/webfonts/ibm-plex-sans-v14-latin-200.ttf") format("truetype"), url("/webfonts/ibm-plex-sans-v14-latin-200.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-200italic - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 200;
  src: url("/webfonts/ibm-plex-sans-v14-latin-200italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("/webfonts/ibm-plex-sans-v14-latin-200italic.eot?#iefix") format("embedded-opentype"), url("/webfonts/ibm-plex-sans-v14-latin-200italic.woff2") format("woff2"), url("/webfonts/ibm-plex-sans-v14-latin-200italic.woff") format("woff"), url("/webfonts/ibm-plex-sans-v14-latin-200italic.ttf") format("truetype"), url("/webfonts/ibm-plex-sans-v14-latin-200italic.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-300 - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/webfonts/ibm-plex-sans-v14-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("/webfonts/ibm-plex-sans-v14-latin-300.eot?#iefix") format("embedded-opentype"), url("/webfonts/ibm-plex-sans-v14-latin-300.woff2") format("woff2"), url("/webfonts/ibm-plex-sans-v14-latin-300.woff") format("woff"), url("/webfonts/ibm-plex-sans-v14-latin-300.ttf") format("truetype"), url("/webfonts/ibm-plex-sans-v14-latin-300.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-300italic - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 300;
  src: url("/webfonts/ibm-plex-sans-v14-latin-300italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("/webfonts/ibm-plex-sans-v14-latin-300italic.eot?#iefix") format("embedded-opentype"), url("/webfonts/ibm-plex-sans-v14-latin-300italic.woff2") format("woff2"), url("/webfonts/ibm-plex-sans-v14-latin-300italic.woff") format("woff"), url("/webfonts/ibm-plex-sans-v14-latin-300italic.ttf") format("truetype"), url("/webfonts/ibm-plex-sans-v14-latin-300italic.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-regular - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/webfonts/ibm-plex-sans-v14-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/webfonts/ibm-plex-sans-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("/webfonts/ibm-plex-sans-v14-latin-regular.woff2") format("woff2"), url("/webfonts/ibm-plex-sans-v14-latin-regular.woff") format("woff"), url("/webfonts/ibm-plex-sans-v14-latin-regular.ttf") format("truetype"), url("/webfonts/ibm-plex-sans-v14-latin-regular.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-italic - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/webfonts/ibm-plex-sans-v14-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("/webfonts/ibm-plex-sans-v14-latin-italic.eot?#iefix") format("embedded-opentype"), url("/webfonts/ibm-plex-sans-v14-latin-italic.woff2") format("woff2"), url("/webfonts/ibm-plex-sans-v14-latin-italic.woff") format("woff"), url("/webfonts/ibm-plex-sans-v14-latin-italic.ttf") format("truetype"), url("/webfonts/ibm-plex-sans-v14-latin-italic.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-500 - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/webfonts/ibm-plex-sans-v14-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("/webfonts/ibm-plex-sans-v14-latin-500.eot?#iefix") format("embedded-opentype"), url("/webfonts/ibm-plex-sans-v14-latin-500.woff2") format("woff2"), url("/webfonts/ibm-plex-sans-v14-latin-500.woff") format("woff"), url("/webfonts/ibm-plex-sans-v14-latin-500.ttf") format("truetype"), url("/webfonts/ibm-plex-sans-v14-latin-500.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-500italic - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 500;
  src: url("/webfonts/ibm-plex-sans-v14-latin-500italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("/webfonts/ibm-plex-sans-v14-latin-500italic.eot?#iefix") format("embedded-opentype"), url("/webfonts/ibm-plex-sans-v14-latin-500italic.woff2") format("woff2"), url("/webfonts/ibm-plex-sans-v14-latin-500italic.woff") format("woff"), url("/webfonts/ibm-plex-sans-v14-latin-500italic.ttf") format("truetype"), url("/webfonts/ibm-plex-sans-v14-latin-500italic.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-600 - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/webfonts/ibm-plex-sans-v14-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("/webfonts/ibm-plex-sans-v14-latin-600.eot?#iefix") format("embedded-opentype"), url("/webfonts/ibm-plex-sans-v14-latin-600.woff2") format("woff2"), url("/webfonts/ibm-plex-sans-v14-latin-600.woff") format("woff"), url("/webfonts/ibm-plex-sans-v14-latin-600.ttf") format("truetype"), url("/webfonts/ibm-plex-sans-v14-latin-600.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-600italic - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/webfonts/ibm-plex-sans-v14-latin-600italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("/webfonts/ibm-plex-sans-v14-latin-600italic.eot?#iefix") format("embedded-opentype"), url("/webfonts/ibm-plex-sans-v14-latin-600italic.woff2") format("woff2"), url("/webfonts/ibm-plex-sans-v14-latin-600italic.woff") format("woff"), url("/webfonts/ibm-plex-sans-v14-latin-600italic.ttf") format("truetype"), url("/webfonts/ibm-plex-sans-v14-latin-600italic.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-700 - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/webfonts/ibm-plex-sans-v14-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("/webfonts/ibm-plex-sans-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("/webfonts/ibm-plex-sans-v14-latin-700.woff2") format("woff2"), url("/webfonts/ibm-plex-sans-v14-latin-700.woff") format("woff"), url("/webfonts/ibm-plex-sans-v14-latin-700.ttf") format("truetype"), url("/webfonts/ibm-plex-sans-v14-latin-700.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/* ibm-plex-sans-700italic - latin */
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/webfonts/ibm-plex-sans-v14-latin-700italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("/webfonts/ibm-plex-sans-v14-latin-700italic.eot?#iefix") format("embedded-opentype"), url("/webfonts/ibm-plex-sans-v14-latin-700italic.woff2") format("woff2"), url("/webfonts/ibm-plex-sans-v14-latin-700italic.woff") format("woff"), url("/webfonts/ibm-plex-sans-v14-latin-700italic.ttf") format("truetype"), url("/webfonts/ibm-plex-sans-v14-latin-700italic.svg#IBMPlexSans") format("svg"); /* Legacy iOS */
}
/*@font-face {
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: normal;
	src: local('IBM Plex Sans'), url('/webfonts/IBMPlexSans-Regular.ttf') format('truetype');
}


@font-face {
	font-family: 'IBM Plex Sans Thin';
	font-style: normal;
	font-weight: normal;
	src: local('IBM Plex Thin'), url('/webfonts/IBMPlexSans-Thin.ttf') format('truetype');
}


@font-face {
	font-family: 'IBM Plex Light';
	font-style: normal;
	font-weight: normal;
	src: local('IBM Plex Light'), url('/webfonts/IBMPlexSans-Light.ttf') format('truetype');
}


@font-face {
	font-family: 'IBM Plex SemiBold';
	font-style: normal;
	font-weight: normal;
	src: local('IBM Plex SemiBold'), url('/webfonts/IBMPlexSans-SemiBold.ttf') format('truetype');
}


@font-face {
	font-family: 'IBM Plex Bold';
	font-style: normal;
	font-weight: normal;
	src: local('IBM Plex Bold'), url('/webfonts/IBMPlexSans-Bold.ttf') format('truetype');
}*/
.TEMPboxwrap {
  width: 320px;
}

.scroll {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #aaa #DDDEE7;
}
.scroll::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #D8D8D8;
}
.scroll::-webkit-scrollbar-thumb {
  background: #aaa;
}

.scroll.small, .agenda .agendabody .r .fc .scroll.fc-button-primary, .agenda .agendabody .l > .scroll.filterWrapper, .filelist td a.scroll, .scroll.filelist {
  height: 170px;
}

.scroll.medium, .loginpage > div > div.scroll {
  height: 250px;
}

.scroll.large {
  height: 400px;
}

.basebox, .stepbox, .box, .gekoppeldeverhuizingen, .groupagedetail, .inteplannengroupage, .loginpage > div > div, .agenda .agendabody .l > .filterWrapper, .zoekbox, .simplebox, .tabbedbar, .listviewbar, .DocumentViewer .DocumentList .document {
  min-width: 200px;
  width: 100%;
  margin-bottom: 15px !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  color: #272838;
  background-color: white;
  /* &:last-child {
       margin-bottom: 0 !important;
   }
      azure bug #1814
  */
}
@media (min-width: 788px) and (max-width: 1300px) {
  .basebox, .stepbox, .box, .gekoppeldeverhuizingen, .groupagedetail, .inteplannengroupage, .loginpage > div > div, .agenda .agendabody .l > .filterWrapper, .zoekbox, .simplebox, .tabbedbar, .listviewbar, .DocumentViewer .DocumentList .document {
    min-width: 200px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .basebox, .stepbox, .box, .gekoppeldeverhuizingen, .groupagedetail, .inteplannengroupage, .loginpage > div > div, .agenda .agendabody .l > .filterWrapper, .zoekbox, .simplebox, .tabbedbar, .listviewbar, .DocumentViewer .DocumentList .document {
    min-width: 100%;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .basebox, .stepbox, .box, .gekoppeldeverhuizingen, .groupagedetail, .inteplannengroupage, .loginpage > div > div, .agenda .agendabody .l > .filterWrapper, .zoekbox, .simplebox, .tabbedbar, .listviewbar, .DocumentViewer .DocumentList .document {
    margin-bottom: calc(15px * 100%) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .basebox, .stepbox, .box, .gekoppeldeverhuizingen, .groupagedetail, .inteplannengroupage, .loginpage > div > div, .agenda .agendabody .l > .filterWrapper, .zoekbox, .simplebox, .tabbedbar, .listviewbar, .DocumentViewer .DocumentList .document {
    margin-bottom: calc(15px * 100%) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .basebox, .stepbox, .box, .gekoppeldeverhuizingen, .groupagedetail, .inteplannengroupage, .loginpage > div > div, .agenda .agendabody .l > .filterWrapper, .zoekbox, .simplebox, .tabbedbar, .listviewbar, .DocumentViewer .DocumentList .document {
    padding-left: calc(20px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .basebox, .stepbox, .box, .gekoppeldeverhuizingen, .groupagedetail, .inteplannengroupage, .loginpage > div > div, .agenda .agendabody .l > .filterWrapper, .zoekbox, .simplebox, .tabbedbar, .listviewbar, .DocumentViewer .DocumentList .document {
    padding-left: calc(20px * 0.6) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .basebox, .stepbox, .box, .gekoppeldeverhuizingen, .groupagedetail, .inteplannengroupage, .loginpage > div > div, .agenda .agendabody .l > .filterWrapper, .zoekbox, .simplebox, .tabbedbar, .listviewbar, .DocumentViewer .DocumentList .document {
    padding-right: calc(20px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .basebox, .stepbox, .box, .gekoppeldeverhuizingen, .groupagedetail, .inteplannengroupage, .loginpage > div > div, .agenda .agendabody .l > .filterWrapper, .zoekbox, .simplebox, .tabbedbar, .listviewbar, .DocumentViewer .DocumentList .document {
    padding-right: calc(20px * 0.6) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .basebox, .stepbox, .box, .gekoppeldeverhuizingen, .groupagedetail, .inteplannengroupage, .loginpage > div > div, .agenda .agendabody .l > .filterWrapper, .zoekbox, .simplebox, .tabbedbar, .listviewbar, .DocumentViewer .DocumentList .document {
    padding-top: calc(5px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .basebox, .stepbox, .box, .gekoppeldeverhuizingen, .groupagedetail, .inteplannengroupage, .loginpage > div > div, .agenda .agendabody .l > .filterWrapper, .zoekbox, .simplebox, .tabbedbar, .listviewbar, .DocumentViewer .DocumentList .document {
    padding-top: calc(5px * 0.6) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .basebox, .stepbox, .box, .gekoppeldeverhuizingen, .groupagedetail, .inteplannengroupage, .loginpage > div > div, .agenda .agendabody .l > .filterWrapper, .zoekbox, .simplebox, .tabbedbar, .listviewbar, .DocumentViewer .DocumentList .document {
    padding-bottom: calc(5px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .basebox, .stepbox, .box, .gekoppeldeverhuizingen, .groupagedetail, .inteplannengroupage, .loginpage > div > div, .agenda .agendabody .l > .filterWrapper, .zoekbox, .simplebox, .tabbedbar, .listviewbar, .DocumentViewer .DocumentList .document {
    padding-bottom: calc(5px * 0.6) !important;
  }
}

.simplebox, .tabbedbar, .listviewbar, .DocumentViewer .DocumentList .document {
  padding: 10px !important;
  background-color: white !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .simplebox, .tabbedbar, .listviewbar, .DocumentViewer .DocumentList .document {
    padding: calc(10px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .simplebox, .tabbedbar, .listviewbar, .DocumentViewer .DocumentList .document {
    padding: calc(10px * 1) !important;
  }
}
.simplebox ul, .tabbedbar ul, .listviewbar ul, .DocumentViewer .DocumentList .document ul {
  margin-block-start: 0px !important;
  margin-block-end: 0px !important;
}

.box, .gekoppeldeverhuizingen, .groupagedetail, .inteplannengroupage, .loginpage > div > div, .agenda .agendabody .l > .filterWrapper, .zoekbox {
  /*    min-height: 240px;*/
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  background-color: white;
}
.box .fa > *, .gekoppeldeverhuizingen .fa > *, .groupagedetail .fa > *, .inteplannengroupage .fa > *, .loginpage > div > div .fa > *, .agenda .agendabody .l > .filterWrapper .fa > *, .zoekbox .fa > *, .box .fas > *, .gekoppeldeverhuizingen .fas > *, .groupagedetail .fas > *, .inteplannengroupage .fas > *, .loginpage > div > div .fas > *, .agenda .agendabody .l > .filterWrapper .fas > *, .zoekbox .fas > *, .box .far > *, .gekoppeldeverhuizingen .far > *, .groupagedetail .far > *, .inteplannengroupage .far > *, .loginpage > div > div .far > *, .agenda .agendabody .l > .filterWrapper .far > *, .zoekbox .far > * {
  padding-left: 10px;
}
.box:not(.noheader):not(.card):not(.zoekbox) > :first-child, .gekoppeldeverhuizingen:not(.noheader):not(.card):not(.zoekbox) > :first-child, .groupagedetail:not(.noheader):not(.card):not(.zoekbox) > :first-child, .inteplannengroupage:not(.noheader):not(.card):not(.zoekbox) > :first-child, .loginpage > div > div:not(.noheader):not(.card):not(.zoekbox) > :first-child, .agenda .agendabody .l > .filterWrapper:not(.noheader):not(.card):not(.zoekbox) > :first-child, .zoekbox:not(.noheader):not(.card):not(.zoekbox) > :first-child {
  width: 100%;
  margin-block-start: unset;
  padding-block: 10px;
  box-shadow: 0px 2px 0px 0px #DDDEE7;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.box.noboxshadow > :first-child, .noboxshadow.gekoppeldeverhuizingen > :first-child, .noboxshadow.groupagedetail > :first-child, .noboxshadow.inteplannengroupage > :first-child, .loginpage > div > div.noboxshadow > :first-child, .agenda .agendabody .l > .noboxshadow.filterWrapper > :first-child, .noboxshadow.zoekbox > :first-child {
  box-shadow: unset !important;
}
.box.noboxshadowpls, .noboxshadowpls.gekoppeldeverhuizingen, .noboxshadowpls.groupagedetail, .noboxshadowpls.inteplannengroupage, .loginpage > div > div.noboxshadowpls, .agenda .agendabody .l > .noboxshadowpls.filterWrapper, .noboxshadowpls.zoekbox {
  box-shadow: unset !important;
}
.box:not(.noheader):not(.card):not(.zoekbox) > :last-child, .gekoppeldeverhuizingen:not(.noheader):not(.card):not(.zoekbox) > :last-child, .groupagedetail:not(.noheader):not(.card):not(.zoekbox) > :last-child, .inteplannengroupage:not(.noheader):not(.card):not(.zoekbox) > :last-child, .loginpage > div > div:not(.noheader):not(.card):not(.zoekbox) > :last-child, .agenda .agendabody .l > .filterWrapper:not(.noheader):not(.card):not(.zoekbox) > :last-child, .zoekbox:not(.noheader):not(.card):not(.zoekbox) > :last-child {
  padding-block-start: 5px;
}
.box.extendPaddingBlock:not(.noheader):not(.card):not(.zoekbox) > :last-child, .extendPaddingBlock.gekoppeldeverhuizingen:not(.noheader):not(.card):not(.zoekbox) > :last-child, .extendPaddingBlock.groupagedetail:not(.noheader):not(.card):not(.zoekbox) > :last-child, .extendPaddingBlock.inteplannengroupage:not(.noheader):not(.card):not(.zoekbox) > :last-child, .loginpage > div > div.extendPaddingBlock:not(.noheader):not(.card):not(.zoekbox) > :last-child, .agenda .agendabody .l > .extendPaddingBlock.filterWrapper:not(.noheader):not(.card):not(.zoekbox) > :last-child, .extendPaddingBlock.zoekbox:not(.noheader):not(.card):not(.zoekbox) > :last-child {
  padding-block-start: 20px !important;
}
.box img, .gekoppeldeverhuizingen img, .groupagedetail img, .inteplannengroupage img, .loginpage > div > div img, .agenda .agendabody .l > .filterWrapper img, .zoekbox img {
  max-width: 100%;
  max-height: none !important;
}
.box .hideoverflow:not(.noheader):not(.card):not(.zoekbox):not(.simple) > :first-child, .gekoppeldeverhuizingen .hideoverflow:not(.noheader):not(.card):not(.zoekbox):not(.simple) > :first-child, .groupagedetail .hideoverflow:not(.noheader):not(.card):not(.zoekbox):not(.simple) > :first-child, .inteplannengroupage .hideoverflow:not(.noheader):not(.card):not(.zoekbox):not(.simple) > :first-child, .loginpage > div > div .hideoverflow:not(.noheader):not(.card):not(.zoekbox):not(.simple) > :first-child, .agenda .agendabody .l > .filterWrapper .hideoverflow:not(.noheader):not(.card):not(.zoekbox):not(.simple) > :first-child, .zoekbox .hideoverflow:not(.noheader):not(.card):not(.zoekbox):not(.simple) > :first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box.foto, .foto.gekoppeldeverhuizingen, .foto.groupagedetail, .foto.inteplannengroupage, .loginpage > div > div.foto, .agenda .agendabody .l > .foto.filterWrapper, .foto.zoekbox {
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .box.foto, .foto.gekoppeldeverhuizingen, .foto.groupagedetail, .foto.inteplannengroupage, .loginpage > div > div.foto, .agenda .agendabody .l > .foto.filterWrapper, .foto.zoekbox {
    min-width: 45%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .box.foto, .foto.gekoppeldeverhuizingen, .foto.groupagedetail, .foto.inteplannengroupage, .loginpage > div > div.foto, .agenda .agendabody .l > .foto.filterWrapper, .foto.zoekbox {
    min-width: 100%;
  }
}
.box.foto .fas, .foto.gekoppeldeverhuizingen .fas, .foto.groupagedetail .fas, .foto.inteplannengroupage .fas, .loginpage > div > div.foto .fas, .agenda .agendabody .l > .foto.filterWrapper .fas, .foto.zoekbox .fas, .box.foto .far, .foto.gekoppeldeverhuizingen .far, .foto.groupagedetail .far, .foto.inteplannengroupage .far, .loginpage > div > div.foto .far, .agenda .agendabody .l > .foto.filterWrapper .far, .foto.zoekbox .far, .box.foto .fa, .foto.gekoppeldeverhuizingen .fa, .foto.groupagedetail .fa, .foto.inteplannengroupage .fa, .loginpage > div > div.foto .fa, .agenda .agendabody .l > .foto.filterWrapper .fa, .foto.zoekbox .fa {
  color: #272838;
}
.box.foto > :last-child, .foto.gekoppeldeverhuizingen > :last-child, .foto.groupagedetail > :last-child, .foto.inteplannengroupage > :last-child, .loginpage > div > div.foto > :last-child, .agenda .agendabody .l > .foto.filterWrapper > :last-child, .foto.zoekbox > :last-child {
  overflow-x: initial;
  overflow-y: initial;
  background: white;
}
.box.foto > :last-child .flickity-page-dots .dot, .foto.gekoppeldeverhuizingen > :last-child .flickity-page-dots .dot, .foto.groupagedetail > :last-child .flickity-page-dots .dot, .foto.inteplannengroupage > :last-child .flickity-page-dots .dot, .loginpage > div > div.foto > :last-child .flickity-page-dots .dot, .agenda .agendabody .l > .foto.filterWrapper > :last-child .flickity-page-dots .dot, .foto.zoekbox > :last-child .flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}
.box.foto > :last-child .flickity-page-dots, .foto.gekoppeldeverhuizingen > :last-child .flickity-page-dots, .foto.groupagedetail > :last-child .flickity-page-dots, .foto.inteplannengroupage > :last-child .flickity-page-dots, .loginpage > div > div.foto > :last-child .flickity-page-dots, .agenda .agendabody .l > .foto.filterWrapper > :last-child .flickity-page-dots, .foto.zoekbox > :last-child .flickity-page-dots {
  bottom: 10px;
}
.box.foto > :last-child .flickity-prev-next-button, .foto.gekoppeldeverhuizingen > :last-child .flickity-prev-next-button, .foto.groupagedetail > :last-child .flickity-prev-next-button, .foto.inteplannengroupage > :last-child .flickity-prev-next-button, .loginpage > div > div.foto > :last-child .flickity-prev-next-button, .agenda .agendabody .l > .foto.filterWrapper > :last-child .flickity-prev-next-button, .foto.zoekbox > :last-child .flickity-prev-next-button {
  border-radius: 50% !important;
}
.box.foto > :last-child .flickity-slider > *, .foto.gekoppeldeverhuizingen > :last-child .flickity-slider > *, .foto.groupagedetail > :last-child .flickity-slider > *, .foto.inteplannengroupage > :last-child .flickity-slider > *, .loginpage > div > div.foto > :last-child .flickity-slider > *, .agenda .agendabody .l > .foto.filterWrapper > :last-child .flickity-slider > *, .foto.zoekbox > :last-child .flickity-slider > * {
  margin-right: 10px;
}
.box.foto > :last-child .flickity-button, .foto.gekoppeldeverhuizingen > :last-child .flickity-button, .foto.groupagedetail > :last-child .flickity-button, .foto.inteplannengroupage > :last-child .flickity-button, .loginpage > div > div.foto > :last-child .flickity-button, .agenda .agendabody .l > .foto.filterWrapper > :last-child .flickity-button, .foto.zoekbox > :last-child .flickity-button {
  background: transparent;
}
.box.foto > :last-child .flickity-prev-next-button, .foto.gekoppeldeverhuizingen > :last-child .flickity-prev-next-button, .foto.groupagedetail > :last-child .flickity-prev-next-button, .foto.inteplannengroupage > :last-child .flickity-prev-next-button, .loginpage > div > div.foto > :last-child .flickity-prev-next-button, .agenda .agendabody .l > .foto.filterWrapper > :last-child .flickity-prev-next-button, .foto.zoekbox > :last-child .flickity-prev-next-button {
  width: 32px;
  height: 32px;
  border-radius: 0;
}
.box.foto > :last-child .flickity-button-icon, .foto.gekoppeldeverhuizingen > :last-child .flickity-button-icon, .foto.groupagedetail > :last-child .flickity-button-icon, .foto.inteplannengroupage > :last-child .flickity-button-icon, .loginpage > div > div.foto > :last-child .flickity-button-icon, .agenda .agendabody .l > .foto.filterWrapper > :last-child .flickity-button-icon, .foto.zoekbox > :last-child .flickity-button-icon {
  fill: #81839F;
  opacity: 0.5;
}
.box.foto > :last-child .flickity-button:hover, .foto.gekoppeldeverhuizingen > :last-child .flickity-button:hover, .foto.groupagedetail > :last-child .flickity-button:hover, .foto.inteplannengroupage > :last-child .flickity-button:hover, .loginpage > div > div.foto > :last-child .flickity-button:hover, .agenda .agendabody .l > .foto.filterWrapper > :last-child .flickity-button:hover, .foto.zoekbox > :last-child .flickity-button:hover {
  background-color: white;
}
.box.foto > :last-child .flickity-prev-next-button.previous, .foto.gekoppeldeverhuizingen > :last-child .flickity-prev-next-button.previous, .foto.groupagedetail > :last-child .flickity-prev-next-button.previous, .foto.inteplannengroupage > :last-child .flickity-prev-next-button.previous, .loginpage > div > div.foto > :last-child .flickity-prev-next-button.previous, .agenda .agendabody .l > .foto.filterWrapper > :last-child .flickity-prev-next-button.previous, .foto.zoekbox > :last-child .flickity-prev-next-button.previous {
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
.box.foto > :last-child .flickity-prev-next-button.next, .foto.gekoppeldeverhuizingen > :last-child .flickity-prev-next-button.next, .foto.groupagedetail > :last-child .flickity-prev-next-button.next, .foto.inteplannengroupage > :last-child .flickity-prev-next-button.next, .loginpage > div > div.foto > :last-child .flickity-prev-next-button.next, .agenda .agendabody .l > .foto.filterWrapper > :last-child .flickity-prev-next-button.next, .foto.zoekbox > :last-child .flickity-prev-next-button.next {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  right: 0;
}
.box > div:last-of-type button:last-of-type, .gekoppeldeverhuizingen > div:last-of-type button:last-of-type, .groupagedetail > div:last-of-type button:last-of-type, .inteplannengroupage > div:last-of-type button:last-of-type, .loginpage > div > div > div:last-of-type button:last-of-type, .agenda .agendabody .l > .filterWrapper > div:last-of-type button:last-of-type, .zoekbox > div:last-of-type button:last-of-type {
  margin-bottom: 10px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .box > div:last-of-type button:last-of-type, .gekoppeldeverhuizingen > div:last-of-type button:last-of-type, .groupagedetail > div:last-of-type button:last-of-type, .inteplannengroupage > div:last-of-type button:last-of-type, .loginpage > div > div > div:last-of-type button:last-of-type, .agenda .agendabody .l > .filterWrapper > div:last-of-type button:last-of-type, .zoekbox > div:last-of-type button:last-of-type {
    margin-bottom: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .box > div:last-of-type button:last-of-type, .gekoppeldeverhuizingen > div:last-of-type button:last-of-type, .groupagedetail > div:last-of-type button:last-of-type, .inteplannengroupage > div:last-of-type button:last-of-type, .loginpage > div > div > div:last-of-type button:last-of-type, .agenda .agendabody .l > .filterWrapper > div:last-of-type button:last-of-type, .zoekbox > div:last-of-type button:last-of-type {
    margin-bottom: calc(10px * 0.8) !important;
  }
}
.box > div:last-of-type button:last-of-type.mBUnset, .gekoppeldeverhuizingen > div:last-of-type button:last-of-type.mBUnset, .groupagedetail > div:last-of-type button:last-of-type.mBUnset, .inteplannengroupage > div:last-of-type button:last-of-type.mBUnset, .loginpage > div > div > div:last-of-type button:last-of-type.mBUnset, .agenda .agendabody .l > .filterWrapper > div:last-of-type button:last-of-type.mBUnset, .zoekbox > div:last-of-type button:last-of-type.mBUnset {
  margin-bottom: 0 !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .box > div:last-of-type button:last-of-type.mBUnset, .gekoppeldeverhuizingen > div:last-of-type button:last-of-type.mBUnset, .groupagedetail > div:last-of-type button:last-of-type.mBUnset, .inteplannengroupage > div:last-of-type button:last-of-type.mBUnset, .loginpage > div > div > div:last-of-type button:last-of-type.mBUnset, .agenda .agendabody .l > .filterWrapper > div:last-of-type button:last-of-type.mBUnset, .zoekbox > div:last-of-type button:last-of-type.mBUnset {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .box > div:last-of-type button:last-of-type.mBUnset, .gekoppeldeverhuizingen > div:last-of-type button:last-of-type.mBUnset, .groupagedetail > div:last-of-type button:last-of-type.mBUnset, .inteplannengroupage > div:last-of-type button:last-of-type.mBUnset, .loginpage > div > div > div:last-of-type button:last-of-type.mBUnset, .agenda .agendabody .l > .filterWrapper > div:last-of-type button:last-of-type.mBUnset, .zoekbox > div:last-of-type button:last-of-type.mBUnset {
    margin-bottom: 0 !important;
  }
}
/*.fulltable .linkedtable .listsection span, a {
    //background-color: white !important;
}*/
/*.menu .nav .menu > ul > li > ul > li:hover > a, .nav .menu > ul > li > ul > li.active > a {
*/
/*box class in combi met andere classes*/
.box.small, .small.gekoppeldeverhuizingen, .small.groupagedetail, .small.inteplannengroupage, .loginpage > div > div.small, .agenda .agendabody .r .fc .box.fc-button-primary, .agenda .agendabody .r .fc .fc-button-primary.gekoppeldeverhuizingen, .agenda .agendabody .r .fc .fc-button-primary.groupagedetail, .agenda .agendabody .r .fc .fc-button-primary.inteplannengroupage, .agenda .agendabody .r .fc .loginpage > div > div.fc-button-primary, .agenda .agendabody .l > .filterWrapper, .filelist td a.box, .filelist td a.gekoppeldeverhuizingen, .filelist td a.groupagedetail, .filelist td a.inteplannengroupage, .box.filelist, .filelist.gekoppeldeverhuizingen, .filelist.groupagedetail, .filelist.inteplannengroupage, .loginpage > div > div.filelist, .small.zoekbox, .agenda .agendabody .r .fc .zoekbox.fc-button-primary, .filelist td a.zoekbox, .zoekbox.filelist {
  min-width: 130px;
  min-height: 120px;
}
.box.medium, .medium.gekoppeldeverhuizingen, .medium.groupagedetail, .medium.inteplannengroupage, .loginpage > div > div, .agenda .agendabody .l > .medium.filterWrapper, .agenda .agendabody .loginpage > div.l > div.filterWrapper, .medium.zoekbox {
  min-width: 240px;
  min-height: 180px;
}
.box.large, .large.gekoppeldeverhuizingen, .large.groupagedetail, .large.inteplannengroupage, .loginpage > div > div.large, .agenda .agendabody .l > .large.filterWrapper, .large.zoekbox {
  min-width: 400px;
  min-height: 300px;
}
.box.open, .open.gekoppeldeverhuizingen, .open.groupagedetail, .open.inteplannengroupage, .loginpage > div > div.open, .agenda .agendabody .l > .open.filterWrapper, .open.zoekbox {
  border: 2px dashed rgba(152, 154, 183, 0.25);
  box-shadow: none;
}
.box.centered, .centered.gekoppeldeverhuizingen, .centered.groupagedetail, .centered.inteplannengroupage, .loginpage > div > div, .agenda .agendabody .l > .centered.filterWrapper, .agenda .agendabody .loginpage > div.l > div.filterWrapper, .centered.zoekbox, .box .centered, .gekoppeldeverhuizingen .centered, .groupagedetail .centered, .inteplannengroupage .centered, .loginpage > div > div .centered, .loginpage > div.loginpage > div > div, .agenda .agendabody .l > .filterWrapper .centered, .agenda .agendabody .l > .filterWrapper .loginpage > div > div, .zoekbox .centered {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-grow: 4;
  grid-gap: 15px;
}
.box.greyed, .greyed.gekoppeldeverhuizingen, .greyed.groupagedetail, .greyed.inteplannengroupage, .loginpage > div > div.greyed, .agenda .agendabody .l > .greyed.filterWrapper, .zoekbox {
  color: rgba(39, 40, 56, 0.4);
  background-color: rgba(152, 154, 183, 0.15);
  border: 1px solid rgba(152, 154, 183, 0.33);
  box-shadow: none;
}
.box.greyed > :last-child *, .greyed.gekoppeldeverhuizingen > :last-child *, .greyed.groupagedetail > :last-child *, .greyed.inteplannengroupage > :last-child *, .loginpage > div > div.greyed > :last-child *, .agenda .agendabody .l > .greyed.filterWrapper > :last-child *, .zoekbox > :last-child * {
  color: rgba(39, 40, 56, 0.4);
}

.noborderplease {
  border: 0 !important;
}

.notelistSmall {
  max-height: 400px;
  overflow-y: auto;
}
.notelistSmall::-webkit-scrollbar {
  height: 4px;
  background-color: none;
  /* or add it to the track */
}
.notelistSmall::-webkit-scrollbar-thumb {
  background: #aaa;
}
.notelistSmall::-webkit-scrollbar {
  width: 4px !important;
}
.notelistSmall .note {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  padding: 10px 10px;
  position: relative;
  display: flex;
  gap: 10px;
  font-size: 13px;
  background-color: #EEEEEE !important;
  margin-bottom: 10px;
}
.notelistSmall .note .logo {
  border-radius: 50%;
  background-color: #D83023;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: white;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.notelistSmall .note .content {
  flex-grow: 1;
}
.notelistSmall .note .price {
  display: none;
  justify-content: right;
  align-items: flex-end;
}
.notelistSmall .note .price a {
  text-decoration: none;
  font-weight: bold;
  color: #9797AF !important;
}
.notelistSmall .note .pricebox {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #3E4581;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 7px;
  border-radius: 0px 10px 0px 10px;
}
.notelistSmall .note:hover .price {
  display: flex;
}

.kanban {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow-x: auto;
}
.kanban::-webkit-scrollbar {
  width: 4px;
  height: 15px;
  background-color: #D8D8D8;
}
.kanban::-webkit-scrollbar-thumb {
  background: #aaa;
}
.kanban .card {
  margin-bottom: 20px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .kanban .card {
    margin-bottom: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .kanban .card {
    margin-bottom: calc(20px * 0.8) !important;
  }
}
.kanban .columns, .kanban .columnTitles {
  display: flex;
}
.kanban .columns > div, .kanban .columnTitles > div {
  width: 250px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  flex-shrink: 0;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .kanban .columns > div, .kanban .columnTitles > div {
    width: calc(250px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .kanban .columns > div, .kanban .columnTitles > div {
    width: calc(250px * 0.95) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .kanban .columns > div, .kanban .columnTitles > div {
    padding-top: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .kanban .columns > div, .kanban .columnTitles > div {
    padding-top: calc(10px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .kanban .columns > div, .kanban .columnTitles > div {
    padding-bottom: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .kanban .columns > div, .kanban .columnTitles > div {
    padding-bottom: calc(10px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .kanban .columns > div, .kanban .columnTitles > div {
    padding-left: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .kanban .columns > div, .kanban .columnTitles > div {
    padding-left: calc(20px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .kanban .columns > div, .kanban .columnTitles > div {
    padding-right: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .kanban .columns > div, .kanban .columnTitles > div {
    padding-right: calc(20px * 0.8) !important;
  }
}
.kanban .columnTitles {
  background-color: #FCFDFE;
}
.kanban .columnTitles > div {
  font-size: 13px !important;
  color: #30C2C9;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .kanban .columnTitles > div {
    font-size: calc(13px * 0.95) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .kanban .columnTitles > div {
    font-size: calc(13px * 0.9) !important;
  }
}
.kanban .columnTitles > div::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  border-bottom: 2px solid #DDDEE7;
}
.kanban .columnTitles .tableHeader {
  display: flex;
  justify-content: space-between;
}
.kanban .columnTitles .tableHeader > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #30C2C9;
}
.kanban .columns {
  height: calc(100% - 40px);
}
.kanban .columns > div {
  border-right: 2px solid #DDDEE7;
  height: 100%;
  overflow-y: auto;
}
.kanban .columns > div::-webkit-scrollbar {
  width: 4px;
  height: 15px;
  background-color: #D8D8D8;
}
.kanban .columns > div::-webkit-scrollbar-thumb {
  background: #aaa;
}
.kanban .columns > div:last-of-type {
  border-right: unset;
}

.fullpagekanban {
  height: 80vh;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .fullpagekanban {
    height: 75vh;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .fullpagekanban {
    height: 75vh;
  }
}

.noscroll {
  overflow-x: hidden;
}
.noscroll .columns > div {
  overflow: unset;
}

.tasklist {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-top: 1px solid #DDDEE7;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .tasklist {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .tasklist {
    padding-top: calc(15px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .tasklist {
    padding-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .tasklist {
    padding-bottom: calc(15px * 0.8) !important;
  }
}
.tasklist form > div {
  margin-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .tasklist form > div {
    margin-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .tasklist form > div {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
.tasklist form > div:last-of-type {
  margin-bottom: unset !important;
}
.tasklist form > div label {
  margin-left: 5px;
  font-size: 16px !important;
  font-weight: 700;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .tasklist form > div label {
    font-size: calc(16px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .tasklist form > div label {
    font-size: calc(16px * 0.8) !important;
  }
}
.tasklist .melding > div {
  display: flex;
  color: #CDCFDF;
  margin-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .tasklist .melding > div {
    margin-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .tasklist .melding > div {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
.tasklist .melding > div:last-of-type {
  margin-bottom: unset !important;
}
.tasklist .melding > div label {
  font-weight: 500;
}
.tasklist .melding > div > i {
  font-size: 2rem;
  margin-right: 5px;
}
.tasklist .melding-richtext > div > div {
  display: flex;
  color: #CDCFDF;
  margin-bottom: unset !important;
  margin-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .tasklist .melding-richtext > div > div {
    margin-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .tasklist .melding-richtext > div > div {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
.tasklist .melding-richtext > div > div label {
  font-weight: 500;
}
.tasklist .melding-richtext > div > div > i {
  font-size: 2rem;
  margin-right: 5px;
}
.tasklist .melding-richtext > div > div .ql-editor {
  padding: 0px 15px;
}

.zoekbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-bottom: 5px !important;
  min-width: unset;
  min-height: unset;
  border: none;
  flex-wrap: nowrap;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .zoekbox {
    padding-left: calc(15px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekbox {
    padding-left: calc(15px * 0) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .zoekbox {
    padding-right: calc(15px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekbox {
    padding-right: calc(15px * 0) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .zoekbox {
    padding-top: calc(5px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekbox {
    padding-top: calc(5px * 0) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .zoekbox {
    padding-bottom: calc(5px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekbox {
    padding-bottom: calc(5px * 0) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .zoekbox {
    margin-bottom: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekbox {
    margin-bottom: calc(5px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekbox {
    flex-direction: column;
    padding: 10px 12px !important;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.zoekbox .showfilterphone {
  display: none;
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekbox .showfilterphone {
    display: block;
  }
}
.zoekbox .hidefilterphone {
  display: none;
}
.zoekbox .zoekboxLeft {
  width: 50% !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .zoekbox .zoekboxLeft {
    width: calc(50% * 50%) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekbox .zoekboxLeft {
    width: calc(50% * 2) !important;
  }
}
.zoekbox .zoekboxLeft > input {
  margin: 0;
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekbox .zoekboxLeft {
    display: none;
  }
}
.zoekbox .filterWrapper {
  padding-block-start: 0;
  width: 70%;
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekbox .filterWrapper {
    display: none;
    width: 100%;
  }
}
.zoekbox .filterWrapper > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100% !important;
  grid-gap: 15px;
  flex-wrap: nowrap;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .zoekbox .filterWrapper > div {
    width: calc(100% * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekbox .filterWrapper > div {
    width: calc(100% * 1) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .zoekbox .filterWrapper > div {
    grid-gap: 10px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekbox .filterWrapper > div {
    grid-gap: 10px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekbox .filterWrapper > div {
    flex-direction: column;
    width: 100%;
  }
}
.zoekbox .filterWrapper > div > div {
  width: 100% !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .zoekbox .filterWrapper > div > div {
    width: calc(100% * 1.3) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekbox .filterWrapper > div > div {
    width: calc(100% * 1) !important;
  }
}
.zoekbox .filterWrapper > div > select {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .zoekbox .filterWrapper > div > select {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekbox .filterWrapper > div > select {
    margin-right: calc(15px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekbox .filterWrapper > div .select2basic.borderless + span, .zoekbox .filterWrapper > div .select2lookup.borderless + span {
    width: 100% !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekbox button {
    margin-left: 0 !important;
  }
}
.zoekbox .rightpad {
  padding-right: 24px;
}

.zoekbox + .kanban {
  margin-top: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .zoekbox + .kanban {
    margin-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .zoekbox + .kanban {
    margin-top: calc(15px * 0.8) !important;
  }
}

.borderlessInput::placeholder {
  color: inherit;
}
.borderlessInput.input, .docFilterbox #zoeken input.borderlessInput, .listviewbar input.borderlessInput, .borderlessInput.select2-search__field {
  border: none;
  border-color: transparent;
  background-color: transparent;
  color: #51536B !important;
  margin-bottom: 5px;
  margin-top: 5px;
}
.borderlessInput.input:focus, .docFilterbox #zoeken input.borderlessInput:focus, .listviewbar input.borderlessInput:focus, .borderlessInput.select2-search__field:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.card {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: unset !important;
  background-color: white;
}
.card .top, .card .tasklist {
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .card .top, .card .tasklist {
    padding-left: calc(12px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .card .top, .card .tasklist {
    padding-left: calc(12px * 0.6) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .card .top, .card .tasklist {
    padding-right: calc(12px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .card .top, .card .tasklist {
    padding-right: calc(12px * 0.6) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .card .top, .card .tasklist {
    padding-top: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .card .top, .card .tasklist {
    padding-top: calc(10px * 0.6) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .card .top, .card .tasklist {
    padding-bottom: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .card .top, .card .tasklist {
    padding-bottom: calc(10px * 0.6) !important;
  }
}
.card .top {
  border-left: 4px solid #528AFA;
  position: relative;
}
.card .top .header {
  position: relative;
}
.card .top .header a {
  font-size: 13px !important;
  font-weight: 700;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .card .top .header a {
    font-size: calc(13px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .card .top .header a {
    font-size: calc(13px * 0.8) !important;
  }
}
.card .top .header p {
  font-size: 13px !important;
  color: #ABADC4;
  margin-bottom: 0px;
  word-break: break-word;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .card .top .header p {
    font-size: calc(13px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .card .top .header p {
    font-size: calc(13px * 0.9) !important;
  }
}
.card .top .header p:first-of-type {
  padding-right: calc(30px + 5px);
  margin-bottom: 10px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .card .top .header p:first-of-type {
    margin-bottom: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .card .top .header p:first-of-type {
    margin-bottom: calc(10px * 0.8) !important;
  }
}
.card .top .header p > i {
  margin-left: 10px !important;
  font-size: 1.5rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .card .top .header p > i {
    margin-left: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .card .top .header p > i {
    margin-left: calc(10px * 0.6) !important;
  }
}
.card .top .header .topright {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.card .top .header .topright.lbl {
  color: #B9BAC4;
  font-size: 13px;
}
.card .top .header .topright.initials {
  background-color: #528AFA;
  border-radius: 50%;
  width: 30px;
  padding: 6px;
  color: white;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}
.card .top .actionBtns {
  position: absolute;
  bottom: 20px;
  right: 15px;
  opacity: 0;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .card .top .actionBtns {
    opacity: 1;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .card .top .actionBtns {
    opacity: 1;
    right: 11px;
  }
}
.card .top .actionBtns > button {
  border-radius: 50%;
  padding: 8px !important;
  border: 0px solid black;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.card .top .actionBtns > button span {
  width: 16px;
  height: 16px;
}
.card .top .actionBtns > button:first-of-type {
  margin-right: 5px !important;
}
.card .tasklist {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border-top: 1px solid #DDDEE7;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .card .tasklist {
    padding-top: calc(12px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .card .tasklist {
    padding-top: calc(12px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .card .tasklist {
    padding-bottom: calc(12px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .card .tasklist {
    padding-bottom: calc(12px * 0.8) !important;
  }
}
.card .tasklist .melding > div label {
  font-size: 13px !important;
}
.card .tasklist form > div {
  margin-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .card .tasklist form > div {
    margin-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .card .tasklist form > div {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
.card .tasklist form > div:last-of-type {
  margin-bottom: unset !important;
}
.card .tasklist form > div label {
  margin-left: 5px;
  font-size: 13px !important;
  font-weight: 700;
}
.card .tasklist .melding > div {
  display: flex;
  color: #ABADC4;
  margin-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .card .tasklist .melding > div {
    margin-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .card .tasklist .melding > div {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
.card .tasklist .melding > div:last-of-type {
  margin-bottom: unset !important;
}
.card .tasklist .melding > div label {
  font-weight: 500;
}
.card .tasklist .melding > div > i {
  font-size: 1.5rem;
  margin-right: 5px;
  padding-top: 1px;
}
.card:hover .actionBtns {
  display: block;
  transition: 0.3s;
  transition-timing-function: ease-in;
  opacity: 1;
}
.card.large .top {
  min-height: 140px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .card.large .top {
    min-height: 126px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .card.large .top {
    min-height: 112px;
  }
}
.card.large .top .header > div p:first-of-type {
  margin-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .card.large .top .header > div p:first-of-type {
    margin-bottom: calc(15px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .card.large .top .header > div p:first-of-type {
    margin-bottom: calc(15px * 0.1) !important;
  }
}
.card.inactive {
  background-color: #ecf3f8;
  box-shadow: none;
}
.card.inactive .actionBtns {
  display: none;
}
.card.statusorange .top {
  border-left: 6px solid #FAAC52;
}
.card.statusred .top {
  border-left: 6px solid #FF7D88;
}
.card.statusgrey .top {
  border-left: 6px solid #B9BAC4;
}
.card.statusgreen .top {
  border-left: 6px solid #30C2C9;
}

.cardlist .box, .cardlist .gekoppeldeverhuizingen, .cardlist .groupagedetail, .cardlist .inteplannengroupage, .cardlist .loginpage > div > div, .cardlist .agenda .agendabody .l > .filterWrapper, .agenda .agendabody .cardlist .l > .filterWrapper, .cardlist .zoekbox {
  margin-bottom: unset !important;
}
.cardlist > h2 {
  margin-top: unset;
}

/*

.card .actionBtns {

    @include respP {
        display: block !important;
    }
}*/
.doc_dropzone .doc_dropbox .box_body {
  padding-top: unset;
}
.doc_dropzone .doc_dropbox .box_body .helpertext {
  font-size: 16px;
  color: #989AB7;
  margin-top: 15px;
  margin-bottom: 15px;
}
.doc_dropzone .doc_dropbox .dropzone {
  border: 2px dashed #dedede;
  border-radius: 5px;
  background: #F7FAFC;
  cursor: pointer;
}
.doc_dropzone .doc_dropbox .dropzone .dz-message {
  color: #DDDEE7;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-direction: column !important;
  padding: 20px;
}
.doc_dropzone .doc_dropbox .dropzone .dz-message .text {
  color: #272838 !important;
}
.doc_dropzone .doc_dropbox .dropzone .fa-cloud-upload-alt {
  font-size: 48px;
  margin-bottom: 20px;
}
.doc_dropzone .doc_dropbox .dropzone button {
  margin-top: 15px;
}

.DocumentViewer {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border: 2px dashed #e5e5e5;
  border-radius: 3px;
  padding: 5px;
  display: flex;
  height: 60vh;
}
.DocumentViewer.noBorder {
  border: 0 !important;
}
.DocumentViewer .DocumentList {
  width: 100%;
}
.DocumentViewer .DocumentList .document {
  display: flex;
  width: 100%;
}
.DocumentViewer .DocumentList .document:hover > div:not(:last-child), .DocumentViewer .DocumentList .document .DocumentViewer .DocumentList .document i:hover {
  cursor: pointer;
}
.DocumentViewer .DocumentList .document > div {
  padding: 10px;
}
.DocumentViewer .DocumentList .document .colDescr {
  flex-grow: 1;
}
.DocumentViewer .DocumentList .document .colClicks {
  width: 12%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.DocumentViewer .DocumentList .document .colClicks > i {
  cursor: pointer;
}
.DocumentViewer .DocumentPreview {
  display: none;
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.DocumentViewer .DocumentPreview.preview .DocumentPreview {
  display: block;
  width: 70%;
  padding: 5px;
  height: 70vh;
}
.DocumentViewer .DocumentPreview.preview .DocumentPreview .obj {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}
.DocumentViewer .DocumentPreview.preview .DocumentList {
  display: block;
  width: 30%;
}
.DocumentViewer .DocumentPreview .img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.uploadform {
  width: 100%;
  height: 100%;
}
.uploadform .dropzone {
  min-height: 100px;
  background: #fff;
  padding: 20px 20px;
}
.uploadform .dropzone .col2x2 > div {
  width: 100% !important;
}
.uploadform form.dropzone {
  border: 0 !important;
}
.uploadform .dz-message {
  width: 100% !important;
}

.smallmode {
  width: 100% !important;
}
.smallmode .DocumentViewer {
  height: 100% !important;
  padding: 0;
}
.smallmode .DocumentViewer .DocumentList {
  width: 100% !important;
}
.smallmode .DocumentViewer .DocumentList .document {
  background-color: #f5f5f5 !important;
  min-width: 0 !important;
}
.smallmode .listviewbar {
  box-shadow: unset !important;
  padding-right: unset !important;
  padding-left: 12px;
  margin-top: 0 !important;
}
.smallmode .listviewbar > div {
  gap: 10px;
}
.smallmode .listviewbar > div:nth-last-of-type(n+2) {
  width: 100%;
}
.smallmode .listviewbar > div:nth-last-of-type(n+2) > div {
  width: 100%;
}
.smallmode .listviewbar .searchfilterbox {
  width: 100%;
}
.smallmode .DocumentPreview {
  display: none !important;
}
.smallmode .filelist {
  max-width: unset !important;
  margin-right: 10px;
  margin-left: 10px;
}
.smallmode button {
  margin-left: 10px !important;
}

.modal {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  z-index: 100;
  display: none;
}
.modal-container {
  display: flex;
  max-width: 80rem;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.3s;
  background: #fff;
  transform: translateY(100px) scale(0.4);
}
@media (min-width: 0px) and (max-width: 788px) {
  .modal-container {
    height: 100%;
    border-radius: 0;
    min-width: 95vw;
  }
}
.modal-container.large {
  max-width: unset;
  width: 90vw !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modal-container.large {
    width: calc(90vw * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modal-container.large {
    width: calc(90vw * 1) !important;
  }
}
.modal-container.small, .agenda .agendabody .r .fc .modal-container.fc-button-primary, .agenda .agendabody .l > .modal-container.filterWrapper, .filelist td a.modal-container, .modal-container.filelist {
  max-width: unset;
  width: 30vw !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modal-container.small, .agenda .agendabody .r .fc .modal-container.fc-button-primary, .agenda .agendabody .l > .modal-container.filterWrapper, .filelist td a.modal-container, .modal-container.filelist {
    width: calc(30vw * 1.1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modal-container.small, .agenda .agendabody .r .fc .modal-container.fc-button-primary, .agenda .agendabody .l > .modal-container.filterWrapper, .filelist td a.modal-container, .modal-container.filelist {
    width: calc(30vw * 1.2) !important;
  }
}
.modal-container.largeHeight {
  height: 90vh !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modal-container.largeHeight {
    height: calc(90vh * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modal-container.largeHeight {
    height: calc(90vh * 1) !important;
  }
}
.modal-container.mediumWidthHeight {
  width: 70vw !important;
  height: 75vh !important;
  max-width: unset !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modal-container.mediumWidthHeight {
    width: calc(70vw * 1.1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modal-container.mediumWidthHeight {
    width: calc(70vw * 1.2) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modal-container.mediumWidthHeight {
    height: calc(75vh * 1.1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modal-container.mediumWidthHeight {
    height: calc(75vh * 1.2) !important;
  }
}
.modal-container.mediumHeight {
  height: 75vh !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modal-container.mediumHeight {
    height: calc(75vh * 1.1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modal-container.mediumHeight {
    height: calc(75vh * 1.2) !important;
  }
}
.modal-container.smallHeight {
  height: 50vh !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modal-container.smallHeight {
    height: calc(50vh * 1.1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modal-container.smallHeight {
    height: calc(50vh * 1.2) !important;
  }
}
.modal-container.miniHeight {
  min-height: 30vh;
}
.modal-container.empty {
  max-width: unset;
  width: unset;
}
.modal.is-open {
  background: rgba(51, 51, 51, 0.85);
  display: flex;
}
.modal.is-open .modal-container {
  opacity: 1;
  transition-duration: 0.6s;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.modal section {
  overflow-y: auto;
  padding-bottom: 1px !important;
}
.modal section::-webkit-scrollbar {
  height: 4px;
  background-color: none;
  /* or add it to the track */
}
.modal section::-webkit-scrollbar-thumb {
  background: #aaa;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modal section {
    padding-bottom: calc(1px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modal section {
    padding-bottom: calc(1px * 0.8) !important;
  }
}
.modal section::-webkit-scrollbar {
  width: 6px;
}
.modal .modalBody {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal .modalBody section {
  padding-left: 32px !important;
  padding-right: 32px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  flex-grow: 2;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modal .modalBody section {
    padding-left: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modal .modalBody section {
    padding-left: calc(32px * 0.5) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modal .modalBody section {
    padding-right: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modal .modalBody section {
    padding-right: calc(32px * 0.5) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modal .modalBody section {
    padding-top: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modal .modalBody section {
    padding-top: calc(20px * 0.5) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modal .modalBody section {
    padding-bottom: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modal .modalBody section {
    padding-bottom: calc(20px * 0.5) !important;
  }
}

.modalHeader {
  padding-left: 32px !important;
  padding-right: 32px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background-color: #F7FAFC;
  border-bottom: 2px solid #E3ECF3;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modalHeader {
    padding-left: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modalHeader {
    padding-left: calc(32px * 0.5) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modalHeader {
    padding-right: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modalHeader {
    padding-right: calc(32px * 0.5) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modalHeader {
    padding-top: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modalHeader {
    padding-top: calc(20px * 0.5) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modalHeader {
    padding-bottom: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modalHeader {
    padding-bottom: calc(20px * 0.5) !important;
  }
}

.modalHeaderSlick {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 50px;
  background-color: white;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin-top: 0 !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modalHeaderSlick {
    padding-left: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modalHeaderSlick {
    padding-left: calc(15px * 0.5) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modalHeaderSlick {
    padding-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modalHeaderSlick {
    padding-right: calc(15px * 0.5) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modalHeaderSlick {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modalHeaderSlick {
    padding-top: calc(15px * 0.5) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modalHeaderSlick {
    padding-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modalHeaderSlick {
    padding-bottom: calc(15px * 0.5) !important;
  }
}

.modalFooter {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  background-color: #F7FAFC;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modalFooter {
    padding-left: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modalFooter {
    padding-left: calc(15px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modalFooter {
    padding-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modalFooter {
    padding-right: calc(15px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modalFooter {
    padding-top: calc(12px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modalFooter {
    padding-top: calc(12px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modalFooter {
    padding-bottom: calc(12px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modalFooter {
    padding-bottom: calc(12px * 0.8) !important;
  }
}
.modalFooter > div:last-child {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 0px) and (max-width: 788px) {
  .modalFooter > div:last-child button {
    margin-right: unset;
  }
}
.modalFooter > div:first-child {
  width: 20%;
}
.modalFooter button {
  margin-bottom: 0 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modalFooter button {
    padding-top: calc(8px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modalFooter button {
    padding-top: calc(8px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modalFooter button {
    padding-bottom: calc(8px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modalFooter button {
    padding-bottom: calc(8px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .modalFooter button {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .modalFooter button {
    margin-bottom: 0 !important;
  }
}

.nofixed .modalFooter {
  position: unset !important;
}

.formSubheader {
  /*    border-top: 1px solid $cTabListBorder;*/
  /*@include respPaddingB(12px,$constRespMPercT,$constRespMPercP);*/
}
.formSubheader:not(:first-of-type) {
  margin-top: 32px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader:not(:first-of-type) {
    margin-top: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader:not(:first-of-type) {
    margin-top: calc(32px * 0.8) !important;
  }
}
.formSubheader.user::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
}
.formSubheader.user:before {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader.user:before {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader.user:before {
    margin-right: calc(15px * 0.8) !important;
  }
}
.formSubheader.user-friends::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f500";
}
.formSubheader.user-friends:before {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader.user-friends:before {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader.user-friends:before {
    margin-right: calc(15px * 0.8) !important;
  }
}
.formSubheader.mail::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
}
.formSubheader.mail:before {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader.mail:before {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader.mail:before {
    margin-right: calc(15px * 0.8) !important;
  }
}
.formSubheader.phone::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f879";
}
.formSubheader.phone:before {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader.phone:before {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader.phone:before {
    margin-right: calc(15px * 0.8) !important;
  }
}
.formSubheader.location::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f124";
}
.formSubheader.location:before {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader.location:before {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader.location:before {
    margin-right: calc(15px * 0.8) !important;
  }
}
.formSubheader.magnifyglass::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
}
.formSubheader.magnifyglass:before {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader.magnifyglass:before {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader.magnifyglass:before {
    margin-right: calc(15px * 0.8) !important;
  }
}
.formSubheader.balancescale::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f516";
}
.formSubheader.balancescale:before {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader.balancescale:before {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader.balancescale:before {
    margin-right: calc(15px * 0.8) !important;
  }
}
.formSubheader.training::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f44b";
}
.formSubheader.training:before {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader.training:before {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader.training:before {
    margin-right: calc(15px * 0.8) !important;
  }
}
.formSubheader.finance::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f51e";
}
.formSubheader.finance:before {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader.finance:before {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader.finance:before {
    margin-right: calc(15px * 0.8) !important;
  }
}
.formSubheader.finance::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f51e";
}
.formSubheader.finance:before {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader.finance:before {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader.finance:before {
    margin-right: calc(15px * 0.8) !important;
  }
}
.formSubheader.fancypen::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f5ac";
}
.formSubheader.fancypen:before {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader.fancypen:before {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader.fancypen:before {
    margin-right: calc(15px * 0.8) !important;
  }
}
.formSubheader.moneybill::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d6";
}
.formSubheader.moneybill:before {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader.moneybill:before {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader.moneybill:before {
    margin-right: calc(15px * 0.8) !important;
  }
}
.formSubheader.crossclose::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f057";
}
.formSubheader.crossclose:before {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader.crossclose:before {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader.crossclose:before {
    margin-right: calc(15px * 0.8) !important;
  }
}
.formSubheader.chevrondown::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
}
.formSubheader.chevrondown:before {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader.chevrondown:before {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader.chevrondown:before {
    margin-right: calc(15px * 0.8) !important;
  }
}
.formSubheader.chevronup::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
}
.formSubheader.chevronup:before {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader.chevronup:before {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader.chevronup:before {
    margin-right: calc(15px * 0.8) !important;
  }
}
.formSubheader.chat::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f086";
}
.formSubheader.chat:before {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader.chat:before {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader.chat:before {
    margin-right: calc(15px * 0.8) !important;
  }
}
.formSubheader.document::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f15c";
}
.formSubheader.document:before {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader.document:before {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader.document:before {
    margin-right: calc(15px * 0.8) !important;
  }
}
.formSubheader.house::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f015";
}
.formSubheader.house:before {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader.house:before {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader.house:before {
    margin-right: calc(15px * 0.8) !important;
  }
}
.formSubheader.noIcn {
  content: "";
  line-height: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.formSubheader.calenderPlus::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f271";
}
.formSubheader.calenderPlus:before {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formSubheader.calenderPlus:before {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formSubheader.calenderPlus:before {
    margin-right: calc(15px * 0.8) !important;
  }
}

iframe {
  border: 0;
}

.iframeModal {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 400px;
  border: 0;
}
.iframeModal .content {
  flex-grow: 2;
  overflow-y: auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .iframeModal .content {
    padding-left: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .iframeModal .content {
    padding-left: calc(15px * 0.5) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .iframeModal .content {
    padding-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .iframeModal .content {
    padding-right: calc(15px * 0.5) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .iframeModal .content {
    padding-top: calc(8px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .iframeModal .content {
    padding-top: calc(8px * 0.5) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .iframeModal .content {
    padding-bottom: calc(8px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .iframeModal .content {
    padding-bottom: calc(8px * 0.5) !important;
  }
}
.iframeModal .content::-webkit-scrollbar {
  height: 4px;
  background-color: none;
  /* or add it to the track */
}
.iframeModal .content::-webkit-scrollbar-thumb {
  background: #aaa;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .iframeModal .content {
    margin-bottom: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .iframeModal .content {
    margin-bottom: calc(5px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .iframeModal .content {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .iframeModal .footer button {
    margin-bottom: 5px;
  }
}
.iframeModal .box, .iframeModal .gekoppeldeverhuizingen, .iframeModal .groupagedetail, .iframeModal .inteplannengroupage, .iframeModal .loginpage > div > div, .iframeModal .agenda .agendabody .l > .filterWrapper, .agenda .agendabody .iframeModal .l > .filterWrapper, .iframeModal .zoekbox {
  box-shadow: none !important;
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.modalAligner {
  display: flex;
  flex-direction: column;
}

.makescrollable {
  height: 250px !important;
  overflow-y: auto !important;
  display: block;
}

.persoonfilteritem {
  margin-bottom: 10px;
  cursor: pointer !important;
}
.persoonfilteritem .persoonfilter {
  cursor: pointer !important;
}

.persoonfilterWrapper {
  width: 100%;
}
.persoonfilterWrapper > div {
  width: 100%;
}

.tablist, .tabbedbar, .listviewbar > div:first-of-type {
  width: 100%;
  align-items: center !important;
  background-color: white;
  overflow-x: auto scroll;
  overflow-y: hidden;
  padding-bottom: unset !important;
  padding-top: unset !important;
}
.tablist::-webkit-scrollbar, .tabbedbar::-webkit-scrollbar, .listviewbar > div:first-of-type::-webkit-scrollbar {
  height: 4px;
  background-color: none;
  /* or add it to the track */
}
.tablist::-webkit-scrollbar-thumb, .tabbedbar::-webkit-scrollbar-thumb, .listviewbar > div:first-of-type::-webkit-scrollbar-thumb {
  background: #aaa;
}
.tablist ul, .tabbedbar ul, .listviewbar > div:first-of-type ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 4px !important;
  height: 100%;
  width: 100%;
  flex-wrap: nowrap;
  color: #81839F;
  font-weight: 600;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .tablist ul, .tabbedbar ul, .listviewbar > div:first-of-type ul {
    margin-left: calc(4px * 80%) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .tablist ul, .tabbedbar ul, .listviewbar > div:first-of-type ul {
    margin-left: calc(4px * 40%) !important;
  }
}
.tablist ul li, .tabbedbar ul li, .listviewbar > div:first-of-type ul li {
  font-size: 16px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .tablist ul li, .tabbedbar ul li, .listviewbar > div:first-of-type ul li {
    font-size: calc(16px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .tablist ul li, .tabbedbar ul li, .listviewbar > div:first-of-type ul li {
    font-size: calc(16px * 0.8) !important;
  }
}
.tablist.grey, .grey.tabbedbar, .listviewbar > div.grey:first-of-type {
  background-color: #F7FAFC;
}
.tablist:not(.boxed), .tabbedbar:not(.boxed), .listviewbar > div:not(.boxed):first-of-type {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 40px;
}
.tablist:not(.boxed) ul, .tabbedbar:not(.boxed) ul, .listviewbar > div:not(.boxed):first-of-type ul {
  margin-block-start: 0;
  margin-block-end: 0;
}
.tablist:not(.boxed) ul li, .tabbedbar:not(.boxed) ul li, .listviewbar > div:not(.boxed):first-of-type ul li {
  margin-right: 32px !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: center;
  height: 100%;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .tablist:not(.boxed) ul li, .tabbedbar:not(.boxed) ul li, .listviewbar > div:not(.boxed):first-of-type ul li {
    margin-right: calc(32px * 80%) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .tablist:not(.boxed) ul li, .tabbedbar:not(.boxed) ul li, .listviewbar > div:not(.boxed):first-of-type ul li {
    margin-right: calc(32px * 60%) !important;
  }
}
.tablist:not(.boxed) ul li:hover, .tabbedbar:not(.boxed) ul li:hover, .listviewbar > div:not(.boxed):first-of-type ul li:hover {
  color: #528AFA;
}
.tablist:not(.boxed) ul li:hover::before, .tabbedbar:not(.boxed) ul li:hover::before, .listviewbar > div:not(.boxed):first-of-type ul li:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0px;
  background-color: #528AFA;
}
.tablist:not(.boxed) .selected, .tabbedbar:not(.boxed) .selected, .listviewbar > div:not(.boxed):first-of-type .selected {
  color: #528AFA;
  overflow: visible;
}
.tablist:not(.boxed) .selected::before, .tabbedbar:not(.boxed) .selected::before, .listviewbar > div:not(.boxed):first-of-type .selected::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0px;
  background-color: #528AFA;
}
.tablist.boxed ul, .boxed.tabbedbar ul, .listviewbar > div.boxed:first-of-type ul {
  color: #989AB7;
}
.tablist.boxed ul .selected, .boxed.tabbedbar ul .selected, .listviewbar > div.boxed:first-of-type ul .selected {
  border-radius: 3px;
  color: #528AFA;
  background-color: #E7EFFE;
}
.tablist.boxed ul li, .boxed.tabbedbar ul li, .listviewbar > div.boxed:first-of-type ul li {
  display: inline-block;
  cursor: pointer;
  margin-right: 8px !important;
  padding: 4px 22px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .tablist.boxed ul li, .boxed.tabbedbar ul li, .listviewbar > div.boxed:first-of-type ul li {
    margin-right: calc(8px * 80%) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .tablist.boxed ul li, .boxed.tabbedbar ul li, .listviewbar > div.boxed:first-of-type ul li {
    margin-right: calc(8px * 60%) !important;
  }
}
.tablist.boxed ul li:hover, .boxed.tabbedbar ul li:hover, .listviewbar > div.boxed:first-of-type ul li:hover {
  border-radius: 3px;
  color: #528AFA;
  background-color: #E7EFFE;
}

.listsection + div {
  padding-top: 10px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .listsection + div {
    padding-top: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .listsection + div {
    padding-top: calc(10px * 0.8) !important;
  }
}

.listsection + .tworow, .listsection + .filelist {
  padding-top: 0 !important;
}

.box .listsection span, .gekoppeldeverhuizingen .listsection span, .groupagedetail .listsection span, .inteplannengroupage .listsection span, .loginpage > div > div .listsection span, .agenda .agendabody .l > .filterWrapper .listsection span, .zoekbox .listsection span {
  background: white !important;
}

.box .listsection a, .gekoppeldeverhuizingen .listsection a, .groupagedetail .listsection a, .inteplannengroupage .listsection a, .loginpage > div > div .listsection a, .agenda .agendabody .l > .filterWrapper .listsection a, .zoekbox .listsection a {
  background: white !important;
}

.formsection .listsection span {
  background: white !important;
}

.formsection .listsection a {
  background: white !important;
}

.noteslist .listsection span {
  background: #f7fafc !important;
}

.noteslist .listsection a {
  background: white !important;
}

.listsection {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px !important;
  cursor: pointer;
  position: relative;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .listsection {
    margin-top: calc(15px * 100%) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .listsection {
    margin-top: calc(15px * 40%) !important;
  }
}
.listsection:first-of-type {
  margin-top: unset !important;
}
.listsection::after {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 1px solid #E3ECF3;
}
.listsection span {
  font-weight: 600;
  height: 100%;
  z-index: 2;
  color: #989AB7;
  padding-right: 15px;
  margin-block-start: 0;
  margin-block-end: 0;
  background-color: #F7FAFC;
}
.listsection span.closed::before {
  content: "\f054";
}
.listsection span::before {
  content: "\f078";
  display: inline-block;
  width: 13px;
  font-family: "Font Awesome 5 Free";
  margin-right: 15px;
  font-size: 13px;
}
.listsection a {
  padding-left: 8px !important;
  padding-right: 8px !important;
  margin-right: 15px;
  font-weight: 600;
  color: #51536B;
  background-color: #F7FAFC;
  z-index: 2;
  text-decoration: none;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .listsection a {
    padding-left: calc(8px * 100%) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .listsection a {
    padding-left: calc(8px * 100%) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .listsection a {
    padding-right: calc(8px * 100%) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .listsection a {
    padding-right: calc(8px * 100%) !important;
  }
}
.listsection a::before {
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.listviewbar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 10px;
  flex-wrap: nowrap !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .listviewbar {
    grid-gap: 10px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .listviewbar {
    grid-gap: 10px;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .listviewbar {
    padding-left: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .listviewbar {
    padding-left: calc(15px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .listviewbar {
    padding-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .listviewbar {
    padding-right: calc(15px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .listviewbar {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .listviewbar strong {
    display: none;
  }
}
.listviewbar > div:first-of-type {
  flex-grow: 1;
  display: flex;
  gap: 10px;
}
.listviewbar > div:first-of-type ul {
  margin-left: unset !important;
}
.listviewbar > div:first-of-type ul li {
  white-space: nowrap;
}
.listviewbar .searchboxfilter div:first-of-type {
  min-width: 395px !important;
  max-width: 500px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .listviewbar .searchboxfilter div:first-of-type {
    min-width: 195px !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .listviewbar .searchboxfilter div:first-of-type {
    width: 100% !important;
    min-width: 150px !important;
  }
}
.listviewbar .searchboxfilterMini {
  min-width: 395px !important;
  max-width: 500px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .listviewbar .searchboxfilterMini {
    min-width: 195px !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .listviewbar .searchboxfilterMini {
    width: 100% !important;
    min-width: 150px !important;
  }
}
.listviewbar input {
  min-width: 395px !important;
  max-width: 500px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .listviewbar input {
    min-width: 195px !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .listviewbar input {
    min-width: 150px !important;
  }
}

.tabbedbar {
  margin-bottom: 2rem !important;
}
@media (min-width: 0px) and (max-width: 788px) {
  .tabbedbar ul {
    margin-left: 0 !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .tabbedbar ul li:first-of-type {
    margin-left: 0 !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .tabbedbar ul li:last-of-type {
    padding-right: 10px;
  }
}

li a {
  font-size: unset;
  color: unset;
  text-decoration: none;
}
li a:hover {
  color: unset;
}

.linkedtable {
  margin-bottom: 20px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .linkedtable {
    margin-bottom: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .linkedtable {
    margin-bottom: calc(20px * 0.8) !important;
  }
}

.form.col2x2 {
  border-top: 1px solid #E3ECF3;
  margin-bottom: 20px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .form.col2x2 {
    margin-bottom: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .form.col2x2 {
    margin-bottom: calc(20px * 0.8) !important;
  }
}

.form.col2, .form#fulldocs, .form.defaultGrid3_9, .form.defaultGrid4_8, .form.defaultGrid6_6, .groupagedetail .header .form.summary, .inteplannengroupage .header .form.summary, .form.defaultGrid7_5, .form.defaultGrid8_4, .form.defaultGrid9_3 {
  border-top: 1px solid #E3ECF3;
}

.col2x2_wLists {
  display: flex;
  justify-content: space-between;
}
.col2x2_wLists > div {
  width: 49% !important;
}
.col2x2_wLists .linkedtable {
  width: 100% !important;
  justify-content: space-between;
  flex-direction: column;
}
.noteslist {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .noteslist {
    flex-direction: column;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .noteslist {
    flex-direction: column;
  }
}
.noteslist .notes {
  width: 45%;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .noteslist .notes {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .noteslist .notes {
    width: 100%;
  }
}
.noteslist .notes table .odd, .noteslist .notes table .even {
  cursor: pointer;
}
.noteslist .notes table .date {
  color: black;
  font-size: 13px;
}
.noteslist .notes table tr td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  text-align: left !important;
}
.noteslist .notes table tr td:nth-of-type(1) {
  display: none;
  width: 10%;
  padding-left: 15px !important;
  padding-right: 8px !important;
}
.noteslist .notes table tr td:nth-of-type(1) i {
  padding: 20px;
  border: 2px solid #f1f1f1;
  background-color: #f8f8f8;
}
.noteslist .notes table tr td:nth-of-type(2) {
  width: 70%;
  padding-left: 15px !important;
}
.noteslist .notes table tr td:nth-of-type(2) .notitieTitle {
  display: inline-block;
  margin-bottom: 2px !important;
  color: #272838 !important;
}
.noteslist .notes table tr td:nth-of-type(2) .notitieDescription > p {
  margin-bottom: 2px !important;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  font-size: 14px !important;
  width: 100%;
}
.noteslist .notes table tr td:nth-of-type(2) .subNotitieDescription {
  display: flex;
  width: 100%;
}
.noteslist .notes table tr td:nth-of-type(2) .subNotitieDescription > * {
  display: block;
}
.noteslist .notes table tr td:nth-of-type(2) .subNotitieDescription > * > a {
  text-decoration: none;
  cursor: default;
}
.noteslist .notes table tr td:nth-of-type(2) .subNotitieDescription > *:first-of-type {
  margin-right: 15px;
}
.noteslist .notes table tr td:nth-of-type(3) {
  width: 30%;
  font-size: 11px;
  text-align: right !important;
  vertical-align: top !important;
}
.noteslist .notes table tr td:nth-of-type(4) {
  display: none;
  font-size: 10px;
}
.noteslist .iframeWrapper {
  width: 60%;
  min-height: 60vh;
}
.noteslist .iframeWrapper .iframeModal .col2x2 {
  border: 0 !important;
}
@media (min-width: 0px) and (max-width: 788px) {
  .noteslist .iframeWrapper {
    width: 100%;
  }
}

.notesListModal {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  grid-gap: 20px;
  flex-direction: column !important;
}
@media (min-width: 1300px) {
  .notesListModal > * {
    width: calc((100% / 2) - (20px * calc(2 - 1) / 2));
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .notesListModal > * {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .notesListModal > * {
    width: 100%;
  }
}
.notesListModal .col4x4 form {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.notesListModal .col4x4 form .formsection {
  width: 50% !important;
}
.notesListModal > * {
  width: 100% !important;
}
.notesListModal .noteslist {
  padding-bottom: 80px;
}
.notesListModal .noteslist > * {
  width: 100% !important;
}

.tablistNotes .listviewbar > div {
  width: 50% !important;
}
.tablistNotes .listviewbar > div:last-of-type:before {
  min-width: unset !important;
  max-width: unset !important;
}
.tablistNotes .listviewbar input {
  min-width: 200px !important;
  max-width: unset !important;
}
.tablistNotes .searchboxfilterMini {
  min-width: unset !important;
  max-width: unset !important;
}

:root {
  --bordercolor: $tableBorderColor;
  --darkColor: $tableHeadColor;
  --lightColor: #68798B;
}

.dataTables_scroll {
  box-shadow: 0px 3px 8px #d9d9d9;
  border-radius: 6px 6px 0 0;
}
.dataTables_scroll .dataTables_scrollBody {
  background-color: white;
}
.dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar {
  height: 4px;
  background-color: none;
  /* or add it to the track */
}
.dataTables_scroll .dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: #aaa;
}
.dataTables_scrollHeadInner {
  border-radius: 6px 6px 0px 0px;
  background-color: #fcfdfe !important;
}
.dataTables_scrollHeadInner .bigHeader thead th {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.dataTable {
  border: unset !important;
}
.dataTable:not(.tworow):not(.filelist) {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 0px) and (max-width: 788px) {
  .dataTable:not(.tworow):not(.filelist) {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}
.dataTable thead > tr, .dataTable thead > tr > th {
  font-size: 11px !important;
  background-color: #fcfdfe !important;
  color: #30C2C9 !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  padding-left: 8px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .dataTable thead > tr, .dataTable thead > tr > th {
    font-size: calc(11px * 100%) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .dataTable thead > tr, .dataTable thead > tr > th {
    font-size: calc(11px * 100%) !important;
  }
}
.dataTable tbody {
  font-size: 14px !important;
}
.dataTable tbody td {
  cursor: pointer;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.dataTable tbody td.dataTables_empty {
  cursor: unset !important;
}
.dataTable tbody tr > td:first-child {
  font-weight: 500 !important;
  color: #272838 !important;
}

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
  background-color: #fcfdfe !important;
  font-size: 14px !important;
}

.dataTables_info, .dataTables_paginate {
  padding-left: calc( 21px + 9px) !important;
  padding-right: calc( 21px + 9px) !important;
  box-shadow: 0px 3px 8px #d9d9d9;
  color: #30C2C9 !important;
  border: unset !important;
}

.dataTables_info {
  position: relative;
}
.dataTables_info:after {
  position: absolute;
  width: 20px;
  height: 100%;
  right: -10px;
  background: #fcfdfe;
  top: 0px;
  content: "";
}

table.dataTable thead .sorting_asc {
  background-image: url(/images/datatables/sort_asc.svg) !important;
}
table.dataTable thead .sorting_desc {
  background-image: url(/images/datatables/sort_desc.svg) !important;
}
table.dataTable thead th:last-of-type {
  min-width: 35px !important;
}
table.dataTable td:last-of-type a:first-of-type {
  padding-right: 10px;
}

.dataTables_info {
  border-radius: 0 0 0 6px;
  white-space: nowrap;
  padding-left: 15px !important;
}

.dataTables_wrapper .dataTables_paginate {
  border-radius: 0 0 6px 0;
  padding-right: 10px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px 8px !important;
  border-radius: 6px;
  font-size: 14px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060";
  margin-right: 8px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  margin-left: 8px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):hover {
  border: 1px solid #fcfdfe !important;
  background-color: #30C2C9 !important;
  color: white !important;
  text-decoration: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .formsection.readonly > .form input.paginate_button, .formsection.readonly > .form .dataTables_wrapper .dataTables_paginate input.paginate_button {
  color: #B9BAC4 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .formsection.readonly > .form input.paginate_button:hover, .formsection.readonly > .form .dataTables_wrapper .dataTables_paginate input.paginate_button:hover {
  color: #B9BAC4 !important;
  text-decoration: none !important;
}

table.dataTable thead th.sorting:after, th.sorting_disabled:after {
  content: unset !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  display: none !important;
}

.tworow .dataTable, .filelist .dataTable {
  padding-left: unset !important;
  padding-right: unset !important;
}

.tworow table.dataTable.no-footer, .filelist table.dataTable.no-footer {
  border-bottom: none !important;
}
.tworow .dataTables_scroll, .filelist .dataTables_scroll {
  box-shadow: unset !important;
}
.tworow .dataTables_scroll .dataTables_scrollBody, .filelist .dataTables_scroll .dataTables_scrollBody {
  background-color: unset !important;
}
.tworow table, .filelist table {
  border-collapse: separate !important;
  border-spacing: 0 16px;
}
.tworow p, .filelist p {
  font-weight: 500;
}
.tworow td, .filelist td {
  padding: 8px 24px !important;
  border-top: unset !important;
}
.tworow td span.subrow, .filelist td span.subrow {
  font-weight: 500;
  font-size: 12px;
  color: var(--lightColor) !important;
}
.tworow thead, .filelist thead {
  display: none;
}
.tworow tbody tr, .filelist tbody tr {
  box-shadow: 0px 3px 8px #d9d9d9;
}
.tworow.small table > tbody tr td, .agenda .agendabody .r .fc .tworow.fc-button-primary table > tbody tr td, .agenda .agendabody .l > .tworow.filterWrapper table > tbody tr td, .filelist table > tbody tr td {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.tworow tr td:last-of-type, .filelist tr td:last-of-type {
  text-align: right;
}

.odd td:last-of-type {
  text-align: right;
}

.even td:last-of-type {
  text-align: right;
}

.filelist {
  max-width: 540px;
  margin-left: unset;
  margin-right: unset;
}
.filelist td {
  font-weight: 700 !important;
  color: #51536B !important;
  font-size: 16px !important;
}
.filelist td span.subrow {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.filelist td i.file-icon {
  font-size: 28px;
}
.filelist td a {
  color: white;
  background-color: #528AFA;
}
.filelist td:last-of-type {
  float: right;
}

.table1 > tbody > tr > td:first-child {
  max-width: 150px;
}

@media (min-width: 0px) and (max-width: 788px) {
  .dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_info {
    font-size: 10px !important;
  }
}

#huurinningen_wrapper .top, #huurinningen_wrapper .bottom {
  display: none;
}
#huurinningen_wrapper table::-webkit-scrollbar {
  height: 4px;
  background-color: none;
  /* or add it to the track */
}
#huurinningen_wrapper table::-webkit-scrollbar-thumb {
  background: #aaa;
}
#huurinningen_wrapper table thead {
  background-color: #f6f6f6 !important;
  color: #E7EFFE !important;
}
#huurinningen_wrapper table tbody .fas, #huurinningen_wrapper table tbody fa {
  cursor: pointer;
}
#huurinningen_wrapper table tbody td {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.huurinkomsten div:nth-child(even) {
  justify-content: flex-end;
  margin-bottom: 20px !important;
  width: 50% !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .huurinkomsten div:nth-child(even) {
    margin-bottom: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .huurinkomsten div:nth-child(even) {
    margin-bottom: calc(20px * 0.8) !important;
  }
}
.huurinkomsten div:nth-child(odd) {
  margin-bottom: 20px !important;
  width: 50% !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .huurinkomsten div:nth-child(odd) {
    margin-bottom: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .huurinkomsten div:nth-child(odd) {
    margin-bottom: calc(20px * 0.8) !important;
  }
}
.huurinkomsten div:nth-child(odd) label {
  font-weight: normal !important;
}

.huurinningenWrapper .dataTables_scrollFoot table.dataTable tfoot td {
  padding: 10px 18px 10px 10px !important;
  font-weight: 500;
}
.huurinningenWrapper table {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.huurinningenWrapper tfoot .txtCenter {
  font-size: 12px !important;
}

@media (min-width: 0px) and (max-width: 788px) {
  .fix3_9_tablet {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .fix3_9_tablet > div:first-of-type {
    width: calc(30% - 3rem) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .fix3_9_tablet > div:last-of-type {
    width: 70% !important;
  }
}

.extraColumn tbody tr td:nth-child(2) {
  width: 120px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .extraColumn tbody tr td:nth-child(2) {
    width: calc(120px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .extraColumn tbody tr td:nth-child(2) {
    width: calc(120px * 0.8) !important;
  }
}

.extraColumn thead th:nth-child(2) {
  width: 120px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .extraColumn thead th:nth-child(2) {
    width: calc(120px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .extraColumn thead th:nth-child(2) {
    width: calc(120px * 0.8) !important;
  }
}

.extraColumn tfoot tr td:nth-child(2) {
  width: 90px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .extraColumn tfoot tr td:nth-child(2) {
    width: calc(90px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .extraColumn tfoot tr td:nth-child(2) {
    width: calc(90px * 0.8) !important;
  }
}

.beforeIcon, .RedStop, .RedCross, .GreenCheck {
  padding-left: 35px !important;
}
.beforeIcon::before, .RedStop::before, .RedCross::before, .GreenCheck::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  font-size: 19px;
  transform: translateX(-25px) translateY(-2px);
}

.GreenCheck::before {
  content: "\f058";
  color: green;
}

.InBeheer {
  background-color: #fcf5c5 !important;
}
.InBeheer .sorting_1 {
  background: unset !important;
}

.InOptie {
  background-color: #ddd !important;
}
.InOptie .sorting_1 {
  background: unset !important;
}

.RedCross::before {
  content: "\f057";
  color: red;
}

.RedStop {
  color: transparent;
}
.RedStop::before {
  content: "\f256";
  color: red;
}

.agenda {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
}
.agenda .agendabody {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  /*        .fc-daygrid-event-harness {
      border-radius: $sS;
  }*/
}
@media (min-width: 0px) and (max-width: 1300px) {
  .agenda .agendabody {
    flex-direction: column;
  }
}
.agenda .agendabody .persoonlabel {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.agenda .agendabody .soortfilter {
  margin-top: 4px;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
  /* &:before {
      background-color:red;
      content: "";
      position: absolute;
      left: -21px;
      width: 15px;
      height: 100%;
  }*/
}
.agenda .agendabody .filtercolor {
  width: 15px;
  height: 15px;
}
.agenda .agendabody .soort {
  position: relative;
  margin-left: 3px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  cursor: pointer;
}
.agenda .agendabody .soort.soort1:before {
  background-color: #f00;
}
.agenda .agendabody .soort.soort2:before {
  background-color: #0f0;
}
.agenda .agendabody .soort.soort3:before {
  background-color: #00f;
}
.agenda .agendabody .soort.soort4:before {
  background-color: orange;
}
.agenda .agendabody .newAfspraakWrapper {
  margin-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .agenda .agendabody .newAfspraakWrapper {
    margin-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .agenda .agendabody .newAfspraakWrapper {
    margin-bottom: calc(15px * 0.8) !important;
  }
}
.agenda .agendabody .l {
  width: 18%;
  margin-block-start: 20px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  grid-gap: 10px;
}
@media (min-width: 1300px) {
  .agenda .agendabody .l {
    background-color: #F7FAFC;
  }
}
@media (min-width: 0px) and (max-width: 1300px) {
  .agenda .agendabody .l {
    width: 100%;
    padding-left: 10px;
  }
}
.agenda .agendabody .l.zoekbox2 {
  min-width: 11.8em;
}
@media (min-width: 0px) and (max-width: 1300px) {
  .agenda .agendabody .l.zoekbox2 {
    display: block;
    background-color: rgba(152, 154, 183, 0.15);
    border: 1px solid rgba(152, 154, 183, 0.33);
    padding-block: 10px;
  }
}
.agenda .agendabody .l .showbtn {
  display: none;
}
@media (min-width: 0px) and (max-width: 1300px) {
  .agenda .agendabody .l .showbtn {
    display: block;
  }
}
.agenda .agendabody .l .hidebtn {
  display: none;
  margin-bottom: 10px;
  margin-left: unset;
}
@media (min-width: 0px) and (max-width: 1300px) {
  .agenda .agendabody .l > .filterWrapper {
    display: none;
    box-shadow: unset;
    line-height: 1.75em;
  }
}
.agenda .agendabody .l > .filterWrapper > form {
  margin-block-end: 10px;
}
@media (min-width: 0px) and (max-width: 1300px) {
  .agenda .agendabody .l > .filterWrapper > form {
    margin-block-end: unset;
  }
}
.agenda .agendabody .l > .filterWrapper > form > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 20px !important;
  margin-right: 10px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .agenda .agendabody .l > .filterWrapper > form > div {
    margin-bottom: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .agenda .agendabody .l > .filterWrapper > form > div {
    margin-bottom: calc(20px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .agenda .agendabody .l > .filterWrapper > form > div {
    margin-right: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .agenda .agendabody .l > .filterWrapper > form > div {
    margin-right: calc(10px * 0.8) !important;
  }
}
.agenda .agendabody .l > .filterWrapper > form > div:last-of-type {
  margin-bottom: 15px;
}
.agenda .agendabody .r {
  width: 88%;
}
@media (min-width: 0px) and (max-width: 1300px) {
  .agenda .agendabody .r {
    width: 100%;
  }
}
.agenda .agendabody .r #calendar {
  width: 100%;
  height: 90vh;
  margin: 20px auto;
}
@media (min-width: 0px) and (max-width: 1300px) {
  .agenda .agendabody .r #calendar {
    height: unset !important;
    min-height: 100vh !important;
  }
}
.agenda .agendabody .r .fc .fc-button-primary {
  padding-top: unset;
  padding-bottom: unset;
  padding-left: unset;
  padding-right: unset;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin-top: unset;
  margin-right: unset;
  margin-bottom: 2px;
  margin-left: unset;
  height: 44px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .agenda .agendabody .r .fc .fc-button-primary {
    padding-left: calc(10px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .agenda .agendabody .r .fc .fc-button-primary {
    padding-left: calc(10px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .agenda .agendabody .r .fc .fc-button-primary {
    padding-right: calc(10px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .agenda .agendabody .r .fc .fc-button-primary {
    padding-right: calc(10px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .agenda .agendabody .r .fc .fc-button-primary {
    padding-top: calc(10px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .agenda .agendabody .r .fc .fc-button-primary {
    padding-top: calc(10px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .agenda .agendabody .r .fc .fc-button-primary {
    padding-bottom: calc(10px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .agenda .agendabody .r .fc .fc-button-primary {
    padding-bottom: calc(10px * 0.8) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .agenda .agendabody .r .fc .fc-button-primary {
    height: calc(44px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .agenda .agendabody .r .fc .fc-button-primary {
    height: calc(44px * 0.8) !important;
  }
}
.agenda .agendabody .r .fc .fc-button-primary:not(first-of-type) {
  margin-right: unset !important;
}
.agenda .agendabody .r .fc-today-button {
  margin-left: 10px !important;
}
@media (min-width: 0px) and (max-width: 788px) {
  .agenda .agendabody .r {
    /*.fc-toolbar-chunk {
        @include flex();
        flex-wrap: nowrap;
    }

    .fc-toolbar-title {
        text-align: center;
    }*/
  }
  .agenda .agendabody .r .fc-toolbar {
    flex-direction: column;
  }
  .agenda .agendabody .r .fc-toolbar-title {
    line-height: 2em;
  }
}
.agenda .agendabody .r #detail {
  display: none;
}
@media (min-width: 0px) and (max-width: 1300px) {
  .agenda .agendabody .r #detail {
    height: 1250px !important;
  }
}
.agenda .agendabody .r thead > tr, .agenda .agendabody .r thead > tr > th {
  color: #30C2C9 !important;
  line-height: 2em;
  padding-left: unset !important;
  font-size: 18px;
  text-align: center;
}
.agenda .agendabody .r thead > tr .fc-col-header-cell-cushion, .agenda .agendabody .r thead > tr > th .fc-col-header-cell-cushion {
  padding-left: 20px !important;
}
.agenda .agendabody .r .fc-scroller {
  overflow-x: auto;
  overflow-y: auto;
  scrollbar-color: #aaa #DDDEE7;
}
.agenda .agendabody .r .fc-scroller::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #D8D8D8;
}
.agenda .agendabody .r .fc-scroller::-webkit-scrollbar-thumb {
  background: #aaa;
}
.agenda .agendabody .soort1 > .fc-event-main {
  border-left: 0.8em solid #f00;
}
.agenda .agendabody .soort2 > .fc-event-main {
  border-left: 0.8em solid #0f0;
}
.agenda .agendabody .soort3 > .fc-event-main {
  border-left: 0.8em solid #00f;
}
.agenda .agendabody .soort4 > .fc-event-main {
  border-left: 0.8em solid orange;
}
.agenda .agendabody .fc-timegrid-event, .agenda .agendabody .fc-daygrid-event {
  border: unset !important;
  box-shadow: 6px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background-color: rgba(221, 222, 231, 0.3);
  border-radius: 15px;
}
.agenda .agendabody .fc-timegrid-event .fc-event-main, .agenda .agendabody .fc-daygrid-event .fc-event-main {
  background-color: white;
  border-radius: 15px;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 20px;
}
.agenda .agendabody .fc-timegrid-event .fc-event-main .fc-event-time, .agenda .agendabody .fc-daygrid-event .fc-event-main .fc-event-time {
  color: #B9BAC4;
}
.agenda .agendabody .fc-timegrid-event .fc-event-main .fc-event-title, .agenda .agendabody .fc-daygrid-event .fc-event-main .fc-event-title {
  color: #272838;
  font-size: 13px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .agenda .agendabody .fc-timegrid-event .fc-event-main .fc-event-title, .agenda .agendabody .fc-daygrid-event .fc-event-main .fc-event-title {
    font-size: calc(13px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .agenda .agendabody .fc-timegrid-event .fc-event-main .fc-event-title, .agenda .agendabody .fc-daygrid-event .fc-event-main .fc-event-title {
    font-size: calc(13px * 0.8) !important;
  }
}
.agenda .agendabody .fc-daygrid-day-number, .agenda .agendabody .fc-col-header-cell a, .agenda .agendabody .fc-list-day-text, .agenda .agendabody .fc-list-event-time, .agenda .agendabody .fc-timegrid-axis, .agenda .agendabody .fc-timegrid-axis-chunk {
  color: #30C2C9;
  font-weight: bold;
}
.agenda .agendabody .fc-col-header-cell, .agenda .agendabody .fc-timegrid-axis-frame {
  background-color: white;
}
.agenda .agendabody .fc-list-event-time {
  min-width: 8.5em;
}
.agenda .agendabody .fc-list-event-title > a {
  font-size: 16px;
  font-weight: bold;
}
.agenda .fc-daygrid-event-harness {
  padding: 10px;
}
.agenda .fc-timegrid-axis, .agenda .fc-timegrid-axis-chunk, .agenda .fc-scrollgrid-sync-inner > span {
  font-weight: bold;
}
.agenda .fc-daygrid-day {
  background-color: rgba(221, 222, 231, 0.3);
}
.agenda .dn {
  display: none;
}

.appointmentWrapper form {
  margin-bottom: 32px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .appointmentWrapper form {
    margin-bottom: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .appointmentWrapper form {
    margin-bottom: calc(32px * 0.8) !important;
  }
}
.appointmentWrapper .formsection .form {
  border: 0 !important;
}
.appointmentWrapper .formsection .form > div:first-of-type {
  padding-top: 0 !important;
}

.fc-event-title {
  font-size: 13px !important;
  text-overflow: ellipsis !important;
}

.fc-event-time {
  font-size: 13px !important;
}

.fc-event-main {
  padding: 7px 20px !important;
  min-height: 50px;
}

.stepbox {
  padding-top: 20px !important;
  padding-top: 20px;
  display: flex;
  max-width: 900px;
  background-color: white;
  margin-bottom: 0 !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .stepbox {
    padding-top: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .stepbox {
    padding-top: calc(20px * 0.8) !important;
  }
}
.stepbox .stepCheckbox {
  flex-direction: row-reverse;
  align-items: unset !important;
  justify-content: flex-end;
}
.stepbox > div:first-child {
  width: 5%;
  min-width: 30px;
}
.stepbox > div:nth-child(2) {
  width: 70%;
}
@media (min-width: 0px) and (max-width: 788px) {
  .stepbox > div:nth-child(2) {
    width: 85% !important;
  }
}
.stepbox > div:nth-child(3) {
  text-align: right;
  width: 25%;
}
@media (min-width: 0px) and (max-width: 788px) {
  .stepbox > div:nth-child(3) {
    width: 100% !important;
  }
}
.stepbox p {
  font-size: 16px !important;
  color: #ABADC4;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .stepbox p {
    font-size: calc(16px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .stepbox p {
    font-size: calc(16px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .stepbox {
    flex-wrap: wrap !important;
  }
}

.stepbox.readonly {
  background-color: #FCFDFE;
  pointer-events: none;
}
.stepbox.readonly input {
  background-color: #FCFDFE;
}
.stepbox.readonly strong, .stepbox.readonly label {
  color: #ABADC4;
}

.formsection.readonly > .form {
  background-color: #F5F5F5 !important;
  border: 1px solid #E3ECF3 !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-bottom: 20px !important;
  padding-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formsection.readonly > .form {
    padding-left: calc(30px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formsection.readonly > .form {
    padding-left: calc(30px * 1) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formsection.readonly > .form {
    padding-right: calc(30px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formsection.readonly > .form {
    padding-right: calc(30px * 1) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formsection.readonly > .form {
    margin-bottom: calc(20px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formsection.readonly > .form {
    margin-bottom: calc(20px * 1) !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .formsection.readonly > .form {
    padding-bottom: calc(15px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .formsection.readonly > .form {
    padding-bottom: calc(15px * 1) !important;
  }
}
.formsection.readonly > .form div button, .formsection.readonly > .form div a {
  cursor: default !important;
}
.formsection.readonly > .form div button {
  background-color: #989AB7 !important;
}
.formsection.readonly > .form .ql-formats button {
  background-color: white !important;
}
.formsection.readonly > .form i {
  color: #989AB7 !important;
}
.formsection.readonly > .form label {
  color: #989AB7 !important;
  font-weight: 300;
}
.formsection.readonly > .form input {
  background-color: #F5F5F5 !important;
}
.formsection.readonly .formSubheader {
  color: #989AB7 !important;
  font-weight: 500 !important;
  font-size: 18px !important;
}

.loginpage {
  height: 100vh;
  position: relative;
  background: url("/images/DSC05015_2.jpg"), #BFDCEF;
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: cover;
}
@media (min-width: 0px) and (max-width: 788px) {
  .loginpage > div {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.loginpage > div > div {
  max-width: 500px;
  padding-bottom: 20px;
  background: #c6c6c6;
}
.loginpage .logo {
  width: 200px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.inteplannengroupage .fc {
  display: none;
}
.inteplannengroupage .header {
  background: #EEEEEE;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -25px;
  margin-bottom: 20px;
  padding: 20px;
}
.inteplannengroupage .header h2 {
  color: #9797AF;
  margin-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E2E2E2;
}
.inteplannengroupage .header .summary {
  margin-top: 20px;
  grid-gap: 1rem !important;
  color: #9797AF;
  font-weight: bold;
  font-size: 14px;
}
.inteplannengroupage .header .summary > div:nth-child(even) {
  text-align: right;
}
.inteplannengroupage .uitleg {
  background-color: #FBFBFB !important;
  border: unset !important;
  font-size: 12px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  color: #9797AF !important;
  font-weight: bold;
}
.inteplannengroupage .uitleg > div:first-of-type {
  padding-left: 5px !important;
  padding-right: 30px !important;
}
.inteplannengroupage .uitleg i {
  color: #9797AF !important;
  font-size: 32px;
}
.inteplannengroupage .verhuizingen {
  width: 100%;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #aaa #DDDEE7;
  padding-right: 10px;
}
.inteplannengroupage .verhuizingen::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #D8D8D8;
}
.inteplannengroupage .verhuizingen::-webkit-scrollbar-thumb {
  background: #aaa;
}
.inteplannengroupage .verhuizingen .verhuizing {
  margin-bottom: 20px;
}

.groupagedetail {
  background: #FBFBFB;
}
.groupagedetail .fc {
  display: none;
}
.groupagedetail .header {
  background: #FBFBFB;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -25px;
  margin-bottom: 0px;
  padding: 20px;
  padding-bottom: 0px !important;
}
.groupagedetail .header h2 {
  color: #9797AF;
  margin-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E2E2E2;
}
.groupagedetail .header .summary {
  margin-top: 20px;
  grid-gap: 1rem !important;
  color: #9797AF;
  font-weight: bold;
  font-size: 14px;
}
.groupagedetail .header .summary > div:nth-child(even) {
  text-align: right;
}
.groupagedetail .col2x2 {
  border: unset !important;
  color: #9797AF;
  font-size: 12px;
}
.groupagedetail .col2x2 > div > div:nth-child(even) {
  width: 20% !important;
}
.groupagedetail .col2x2 > div > div:nth-child(odd) {
  width: 75% !important;
}
.groupagedetail .col2x2 > div > div:nth-child(even) {
  font-weight: bold;
}
.groupagedetail .part3 {
  display: none;
}

.gekoppeldeverhuizingen {
  background: #ffffff;
}
.gekoppeldeverhuizingen .fc {
  display: none;
}
.gekoppeldeverhuizingen .header {
  background: #ffffff;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -25px;
  margin-bottom: 0px;
  padding: 20px;
  padding-bottom: 0px !important;
}
.gekoppeldeverhuizingen .header h2 {
  color: #9797AF;
  margin-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E2E2E2;
}
.gekoppeldeverhuizingen .col2, .gekoppeldeverhuizingen #fulldocs, .gekoppeldeverhuizingen .defaultGrid3_9, .gekoppeldeverhuizingen .defaultGrid4_8, .gekoppeldeverhuizingen .defaultGrid6_6, .gekoppeldeverhuizingen .defaultGrid7_5, .gekoppeldeverhuizingen .defaultGrid8_4, .gekoppeldeverhuizingen .defaultGrid9_3, .gekoppeldeverhuizingen .inteplannengroupage .header .summary, .inteplannengroupage .header .gekoppeldeverhuizingen .summary, .gekoppeldeverhuizingen .groupagedetail .header .summary, .groupagedetail .header .gekoppeldeverhuizingen .summary {
  border: unset !important;
  gap: 20px;
}
.gekoppeldeverhuizingen .part3 {
  display: none;
}

.verhuizing {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  padding: 10px 10px;
  position: relative;
  display: flex;
  gap: 10px;
  font-size: 13px;
  cursor: pointer;
  background-color: #EEEEEE !important;
}
.verhuizing .logo {
  border-radius: 50%;
  background-color: #D83023;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: white;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.verhuizing .content {
  flex-grow: 1;
}
.verhuizing .price {
  display: none;
  justify-content: right;
  align-items: flex-end;
}
.verhuizing .price a {
  text-decoration: none;
  font-weight: bold;
  color: #9797AF !important;
}
.verhuizing .pricebox {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #3E4581;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 7px;
  border-radius: 0px 10px 0px 10px;
}
.verhuizing:hover .price {
  display: flex;
}

.offertebox .header {
  display: flex;
  justify-content: space-between;
}
.offertebox .header .buttons {
  display: flex;
}
.offertebox .header .buttons button {
  padding: 6px 12px !important;
}
.offertebox .header .buttons .nb {
  margin-bottom: unset !important;
}
.offertebox .currency {
  display: flex;
  gap: 5px;
}
.offertebox .currency .curr {
  border-radius: 50%;
  background-color: #D83023;
  padding: 3px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: white;
  font-size: 12px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.offertebox .products {
  margin-top: 20px;
}
.offertebox .products table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: -40px;
}
.offertebox .products table thead tr {
  background-color: white;
}
.offertebox .products table thead tr th {
  padding: 4px 8px;
  font-weight: bold;
  border-bottom: 1px solid #A7A7A7;
  vertical-align: bottom;
}
.offertebox .products table thead tr th:nth-child(1) {
  width: 10%;
}
.offertebox .products table thead tr th:nth-child(2) {
  width: 30%;
}
.offertebox .products table thead tr th:nth-child(3) {
  width: 5%;
}
.offertebox .products table thead tr th:nth-child(4) {
  width: 10%;
}
.offertebox .products table thead tr th:nth-child(5) {
  width: 4%;
}
.offertebox .products table thead tr th:nth-child(6) {
  width: 5%;
}
.offertebox .products table thead tr th:nth-child(7) {
  width: 3%;
}
.offertebox .products table tbody tr td {
  padding: 12px 8px;
  vertical-align: top;
}
.offertebox .products table tbody tr td:first-child {
  font-weight: bold;
}
.offertebox .products table tbody tr td span {
  padding-right: 5px;
}
.offertebox .products table tbody tr:nth-child(even) {
  background-color: white;
}
.offertebox .products table tbody tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.offertebox .products table tfoot tr td {
  padding: 12px 8px;
  background-color: #EEEEEE;
  font-weight: bold;
}
.offertebox .products table tfoot tr:last-child td {
  border-top: 2px solid #A7A7A7;
  background-color: white !important;
}

.producttabel {
  width: 100%;
  border-collapse: collapse;
}
.producttabel thead tr {
  background-color: white;
}
.producttabel thead tr th {
  padding: 4px 8px;
  font-weight: bold;
  border-bottom: 1px solid #A7A7A7;
  vertical-align: bottom;
}
.producttabel thead tr th:nth-child(1) {
  width: 60%;
}
.producttabel thead tr th:nth-child(2) {
  width: 10%;
}
.producttabel thead tr th:nth-child(3) {
  width: 15%;
}
.producttabel thead tr th:nth-child(4) {
  width: 15%;
}
.producttabel thead tr th:nth-child(5) {
  width: 10%;
}
.producttabel tbody tr td {
  padding: 12px 8px;
  vertical-align: top;
}
.producttabel tbody tr td:first-child {
  font-weight: bold;
}
.producttabel tbody tr td span {
  padding-right: 5px;
}
.producttabel tbody tr td input {
  max-width: 140px;
}
.producttabel tbody tr:nth-child(even) {
  background-color: white;
}
.producttabel tbody tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.producttabel tfoot tr td {
  padding: 12px 8px;
  background-color: #EEEEEE;
  font-weight: bold;
}
.producttabel tfoot tr:last-child td {
  border-top: 2px solid #A7A7A7;
  background-color: white !important;
}

.accordionmenu {
  display: block;
  position: relative;
  flex-grow: 1;
  font-weight: 600;
  font-size: 16px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .accordionmenu {
    font-size: calc(16px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .accordionmenu {
    font-size: calc(16px * 0.8) !important;
  }
}
.accordionmenu > ul {
  margin: unset !important;
}
.accordionmenu > ul > li:not(:first-child) {
  margin-block-start: 5px;
}
.accordionmenu > ul > li.active > p {
  background: #DDDEE7;
}
.accordionmenu > ul > li.active > p::after {
  border: unset !important;
}
.accordionmenu > ul > li.active > div {
  background: #F7FAFC;
}
.accordionmenu > ul > li > p {
  color: #81839F;
  padding: 10px;
  font-size: 16px !important;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .accordionmenu > ul > li > p {
    font-size: calc(16px * 1) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .accordionmenu > ul > li > p {
    font-size: calc(16px * 1) !important;
  }
}
.accordionmenu > ul > li > p::after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 90%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 1px solid #E3ECF3;
}
.accordionmenu > ul > li > p span, .accordionmenu > ul > li > p i {
  margin-right: 5px;
}
.accordionmenu > ul > li > p span {
  padding-left: 10px;
  padding-right: 5px;
}
.accordionmenu > ul > li > p i {
  padding-left: 5px;
}
.accordionmenu > ul > li > div {
  padding: 20px;
}

#fulldocs {
  display: flex;
  height: 75vh;
  flex-wrap: nowrap !important;
  flex-grow: 1;
}
#fulldocs.opened #leftbar {
  width: 3% !important;
}
#fulldocs.opened #leftbar .collapsed {
  display: flex;
}
#fulldocs.opened #leftbar .docsbox {
  display: none;
}
#fulldocs.opened #rightbar {
  width: 97% !important;
  display: block;
  height: 100%;
}
#fulldocs.opened #rightbar #docfrm {
  width: 100%;
  height: 100%;
}
#fulldocs:not(.opened) #leftbar .collapsed {
  display: none !important;
}
#fulldocs #leftbar .collapsed {
  cursor: pointer;
  display: none;
  flex-direction: column;
  background-color: #EEEEEE !important;
  height: 100%;
  padding: 10px;
  display: flex;
  color: #CDCFDF;
  align-items: center;
}
#fulldocs #leftbar .collapsed .txt {
  font-weight: bold;
  writing-mode: vertical-rl;
  font-size: 18px;
}
#fulldocs #rightbar {
  display: none;
}

.docFilterbox {
  width: 100% !important;
}
@media (min-width: 0px) and (max-width: 788px) {
  .docFilterbox strong {
    display: none;
  }
}
.docFilterbox #zoeken {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: unset !important;
  min-width: unset !important;
}
.docFilterbox .filterWrapper {
  margin-bottom: 20px;
}
.docFilterbox .filterWrapper b {
  font-size: 18px;
}
.docFilterbox .filterWrapper .filterb {
  margin-top: 5px;
}
.docFilterbox .filterWrapper .filterbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.docFilterbox .filterWrapper .filterbox input {
  width: 10%;
  margin-bottom: 10px;
  text-align: left;
  margin-left: -10px;
}
.docFilterbox .filterWrapper .filterbox label {
  padding-top: 2px;
  width: 85%;
  margin-bottom: 10px;
}

.iframeModal .darkgreybox,
.iframeModal .lightgreybox,
.iframeModal .progressbox {
  padding-left: 10px !important;
  padding-right: 10px !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
}

.darkgreybox {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px !important;
  background-color: #EEEEEE !important;
}
.darkgreybox .offertebox {
  background-color: #EEEEEE !important;
}

.progressbox {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px !important;
  overflow-y: auto;
}
.progressbox .item {
  display: flex;
  gap: 2rem;
}
.progressbox .item .l {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin-bottom: 20px;
  padding-top: 15px;
}
.progressbox .item .l i {
  font-size: 32px;
  color: #BCC3E2;
}
.progressbox .item .l:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 47%;
  width: 3px;
  background: #142157;
  height: 100%;
}
.progressbox .item .r {
  margin-bottom: 20px;
  padding-top: 15px;
}
.progressbox .item .r .header {
  margin-bottom: 4px;
}
.progressbox .item .r .lbl {
  border-radius: 6px;
  padding: 3px 5px;
  background: #E1E3E8;
  font-size: 12px;
}
.progressbox .item:first-child {
  background: #D1D5E9;
  border-radius: 4px;
  font-weight: bold;
}
.progressbox .item:last-child .l:after {
  display: none;
}

.lightgreybox {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1) !important;
  background-color: #FBFBFB !important;
}
.lightgreybox > first-child {
  box-shadow: unset !important;
}
.lightgreybox .offertebox {
  background-color: #FBFBFB !important;
}
.lightgreybox .approve {
  background: #7ABA57;
}
.lightgreybox .reject {
  background: #E94B57;
}
.lightgreybox .btnrow {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 20px;
  margin-bottom: 10px;
}
.lightgreybox .docprev {
  border: 1px solid #EEEEEE !important;
  background: white !important;
  padding: 5px;
  height: 100%;
}

.docsbox .header {
  display: flex;
  justify-content: space-between;
}
.docsbox .header .buttons {
  display: flex;
}
.docsbox .header .buttons button {
  padding: 6px 12px !important;
}
.docsbox .header .buttons .nb {
  margin-bottom: unset !important;
}
.docsbox .docs {
  margin-top: 20px;
}
.docsbox .docs .doc {
  cursor: pointer;
}
.docsbox .docs table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: -40px;
}
.docsbox .docs table thead tr {
  background-color: white;
}
.docsbox .docs table thead tr th {
  padding: 4px 8px;
  font-weight: bold;
  border-bottom: 1px solid #A7A7A7;
  vertical-align: bottom;
}
.docsbox .docs table thead tr th:nth-child(1) {
  width: 14%;
}
.docsbox .docs table thead tr th:nth-child(2) {
  width: 24%;
}
.docsbox .docs table thead tr th:nth-child(3) {
  width: 5%;
}
.docsbox .docs table thead tr th:nth-child(4) {
  width: 10%;
}
.docsbox .docs table thead tr th:nth-child(5) {
  width: 10%;
}
.docsbox .docs table thead tr th:nth-child(6) {
  width: 5%;
}
.docsbox .docs table tbody tr td {
  padding: 12px 8px;
  vertical-align: top;
}
.docsbox .docs table tbody tr td:first-child {
  font-weight: bold;
}
.docsbox .docs table tbody tr td span {
  padding-right: 5px;
}
.docsbox .docs table tbody tr:nth-child(even) {
  background-color: white;
}
.docsbox .docs table tbody tr:nth-child(odd) {
  background-color: #F5F5F5;
}

#gmap {
  width: 100%;
  display: flex;
  grid-gap: 20px;
  height: 80vh;
}
#gmap #zoekbox {
  width: 30%;
}
#gmap #zoekbox > div {
  height: 100%;
}
#gmap #zoekbox #zoekboxinner {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
#gmap #zoekbox #Uitkomst {
  display: none;
  margin-top: 30px;
  overflow-y: scroll;
  flex-grow: 1;
}
#gmap #zoekbox #Uitkomst table tr {
  cursor: pointer;
}
#gmap #inputZoeken {
  width: 100%;
}
#gmap #rechts {
  width: 70%;
}
#gmap #locatieDiv {
  display: none;
}
#gmap #locatie {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
}
#gmap #locatie > * {
  width: 45%;
}
#gmap #kaart {
  height: 100%;
  width: 100%;
}
#gmap #pano {
  display: none;
  height: 100%;
  width: 100%;
}

.mUnset {
  margin: 0 !important;
}

.mBUnset {
  margin-bottom: 0 !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mBUnset {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mBUnset {
    margin-bottom: 0 !important;
  }
}

.mB_L {
  margin-bottom: 32px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_L {
    margin-bottom: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_L {
    margin-bottom: calc(32px * 0.8) !important;
  }
}

.mB_M {
  margin-bottom: 20px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_M {
    margin-bottom: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_M {
    margin-bottom: calc(20px * 0.8) !important;
  }
}

.mB_S, .simplebox, .DocumentViewer .DocumentList .document, .listviewbar, .tabbedbar {
  margin-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_S, .simplebox, .DocumentViewer .DocumentList .document, .listviewbar, .tabbedbar {
    margin-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_S, .simplebox, .DocumentViewer .DocumentList .document, .listviewbar, .tabbedbar {
    margin-bottom: calc(15px * 0.8) !important;
  }
}

.mB_XS {
  margin-bottom: 10px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_XS {
    margin-bottom: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_XS {
    margin-bottom: calc(10px * 0.8) !important;
  }
}

.mB_XXS {
  margin-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mB_XXS {
    margin-bottom: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mB_XXS {
    margin-bottom: calc(5px * 0.8) !important;
  }
}

.mTUnset {
  margin-top: 0 !important;
}

.mT_XL {
  margin-top: 64px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_XL {
    margin-top: calc(64px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_XL {
    margin-top: calc(64px * 0.8) !important;
  }
}

.mT_L {
  margin-top: 32px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_L {
    margin-top: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_L {
    margin-top: calc(32px * 0.8) !important;
  }
}

.mT_M {
  margin-top: 20px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_M {
    margin-top: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_M {
    margin-top: calc(20px * 0.8) !important;
  }
}

.mT_S {
  margin-top: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_S {
    margin-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_S {
    margin-top: calc(15px * 0.8) !important;
  }
}

.mT_XS {
  margin-top: 10px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_XS {
    margin-top: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_XS {
    margin-top: calc(10px * 0.8) !important;
  }
}

.mT_XXS {
  margin-top: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mT_XXS {
    margin-top: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mT_XXS {
    margin-top: calc(5px * 0.8) !important;
  }
}

.mLUnset {
  margin-left: 0 !important;
}

.mL_L {
  margin-left: 32px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mL_L {
    margin-left: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mL_L {
    margin-left: calc(32px * 0.8) !important;
  }
}

.mL_M {
  margin-left: 20px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mL_M {
    margin-left: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mL_M {
    margin-left: calc(20px * 0.8) !important;
  }
}

.mL_S {
  margin-left: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mL_S {
    margin-left: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mL_S {
    margin-left: calc(15px * 0.8) !important;
  }
}

.mL_XS {
  margin-left: 10px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mL_XS {
    margin-left: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mL_XS {
    margin-left: calc(10px * 0.8) !important;
  }
}

.mL_XXS {
  margin-left: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mL_XXS {
    margin-left: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mL_XXS {
    margin-left: calc(5px * 0.8) !important;
  }
}

.mRUnset {
  margin-right: 0 !important;
}

.mR_L {
  margin-right: 32px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mR_L {
    margin-right: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mR_L {
    margin-right: calc(32px * 0.8) !important;
  }
}

.mR_M {
  margin-right: 20px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mR_M {
    margin-right: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mR_M {
    margin-right: calc(20px * 0.8) !important;
  }
}

.mR_S {
  margin-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mR_S {
    margin-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mR_S {
    margin-right: calc(15px * 0.8) !important;
  }
}

.mR_XS {
  margin-right: 10px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mR_XS {
    margin-right: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mR_XS {
    margin-right: calc(10px * 0.8) !important;
  }
}

.mR_XXS {
  margin-right: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .mR_XXS {
    margin-right: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .mR_XXS {
    margin-right: calc(5px * 0.8) !important;
  }
}

.pUnset {
  padding: 0 !important;
}

.pBUnset {
  padding-bottom: unset !important;
}

.pB_XL {
  padding-bottom: 64px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pB_XL {
    padding-bottom: calc(64px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pB_XL {
    padding-bottom: calc(64px * 0.8) !important;
  }
}

.pB_L {
  padding-bottom: 32px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pB_L {
    padding-bottom: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pB_L {
    padding-bottom: calc(32px * 0.8) !important;
  }
}

.pB_M {
  padding-bottom: 20px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pB_M {
    padding-bottom: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pB_M {
    padding-bottom: calc(20px * 0.8) !important;
  }
}

.pB_S {
  padding-bottom: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pB_S {
    padding-bottom: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pB_S {
    padding-bottom: calc(15px * 0.8) !important;
  }
}

.pB_XS {
  padding-bottom: 10px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pB_XS {
    padding-bottom: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pB_XS {
    padding-bottom: calc(10px * 0.8) !important;
  }
}

.pB_XXS {
  padding-bottom: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pB_XXS {
    padding-bottom: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pB_XXS {
    padding-bottom: calc(5px * 0.8) !important;
  }
}

.pTUnset {
  padding-top: unset !important;
}

.pT_L {
  padding-top: 32px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pT_L {
    padding-top: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pT_L {
    padding-top: calc(32px * 0.8) !important;
  }
}

.pT_M {
  padding-top: 20px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pT_M {
    padding-top: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pT_M {
    padding-top: calc(20px * 0.8) !important;
  }
}

.pT_S {
  padding-top: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pT_S {
    padding-top: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pT_S {
    padding-top: calc(15px * 0.8) !important;
  }
}

.pT_XS {
  padding-top: 10px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pT_XS {
    padding-top: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pT_XS {
    padding-top: calc(10px * 0.8) !important;
  }
}

.pT_XXS {
  padding-top: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pT_XXS {
    padding-top: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pT_XXS {
    padding-top: calc(5px * 0.8) !important;
  }
}

.pLUnset {
  padding-left: unset !important;
}

.pL_L {
  padding-left: 32px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pL_L {
    padding-left: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pL_L {
    padding-left: calc(32px * 0.8) !important;
  }
}

.pL_M {
  padding-left: 20px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pL_M {
    padding-left: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pL_M {
    padding-left: calc(20px * 0.8) !important;
  }
}

.pL_S {
  padding-left: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pL_S {
    padding-left: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pL_S {
    padding-left: calc(15px * 0.8) !important;
  }
}

.pL_XS {
  padding-left: 10px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pL_XS {
    padding-left: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pL_XS {
    padding-left: calc(10px * 0.8) !important;
  }
}

.pL_XSbfore:before {
  padding-left: 10px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pL_XSbfore:before {
    padding-left: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pL_XSbfore:before {
    padding-left: calc(10px * 0.8) !important;
  }
}

.pL_XXS {
  padding-left: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pL_XXS {
    padding-left: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pL_XXS {
    padding-left: calc(5px * 0.8) !important;
  }
}

.pRUnset {
  padding-right: unset !important;
}

.pR_L {
  padding-right: 32px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pR_L {
    padding-right: calc(32px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pR_L {
    padding-right: calc(32px * 0.8) !important;
  }
}

.pR_M {
  padding-right: 20px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pR_M {
    padding-right: calc(20px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pR_M {
    padding-right: calc(20px * 0.8) !important;
  }
}

.pR_S {
  padding-right: 15px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pR_S {
    padding-right: calc(15px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pR_S {
    padding-right: calc(15px * 0.8) !important;
  }
}

.pR_XS {
  padding-right: 10px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pR_XS {
    padding-right: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pR_XS {
    padding-right: calc(10px * 0.8) !important;
  }
}

.pR_XSbfore::before {
  padding-right: 10px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pR_XSbfore::before {
    padding-right: calc(10px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pR_XSbfore::before {
    padding-right: calc(10px * 0.8) !important;
  }
}

.pR_XXS {
  padding-right: 5px !important;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .pR_XXS {
    padding-right: calc(5px * 0.9) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .pR_XXS {
    padding-right: calc(5px * 0.8) !important;
  }
}

@media (min-width: 0px) and (max-width: 788px) {
  .pLR-xs-phone {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (min-width: 0px) and (max-width: 788px) {
  .pTB-xs-phone {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.marginLauto {
  margin-left: auto !important;
}

.marginRauto {
  margin-right: auto !important;
}

.flex, .loginpage, .loginpage > div {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}
.flex.fd-c, .loginpage, .loginpage > div {
  flex-direction: column !important;
}
@media (min-width: 0px) and (max-width: 788px) {
  .flex.fd-c_phone, .fd-c_phone.loginpage, .loginpage > div.fd-c_phone {
    flex-direction: column !important;
  }
}
@media (min-width: 788px) and (max-width: 1300px) {
  .flex.fd-c_tablet, .fd-c_tablet.loginpage, .loginpage > div.fd-c_tablet {
    flex-direction: column !important;
  }
}
.flex.ai-st, .ai-st.loginpage, .loginpage > div.ai-st {
  align-items: stretch !important;
}
.flex.ai-fs, .ai-fs.loginpage, .loginpage > div.ai-fs {
  align-items: flex-start !important;
}
@media (min-width: 0px) and (max-width: 788px) {
  .flex.ai-fs_phone, .ai-fs_phone.loginpage, .loginpage > div.ai-fs_phone, .flex.detailedHeader, .loginpage.detailedHeader, .loginpage > div.detailedHeader {
    align-items: flex-start !important;
  }
}
.flex.ai-fe, .ai-fe.loginpage, .loginpage > div.ai-fe {
  align-items: flex-end !important;
}
.flex.jc-fs, .jc-fs.loginpage, .loginpage > div.jc-fs {
  justify-content: flex-start !important;
}
.flex.jc-fe, .jc-fe.loginpage, .loginpage > div.jc-fe {
  justify-content: flex-end !important;
}
@media (min-width: 0px) and (max-width: 788px) {
  .flex.jc-fs_phone, .jc-fs_phone.loginpage, .loginpage > div.jc-fs_phone {
    justify-content: flex-start !important;
  }
}
.flex.jc-c, .loginpage, .loginpage > div {
  justify-content: center !important;
}
.flex.jc-sb, .jc-sb.loginpage, .loginpage > div.jc-sb {
  justify-content: space-between !important;
}
.flex.jc-sa, .jc-sa.loginpage, .loginpage > div.jc-sa, .flex.tabbedbar, .loginpage.tabbedbar, .loginpage > div.tabbedbar {
  justify-content: space-around !important;
}
.flex.jcs-fe, .jcs-fe.loginpage, .loginpage > div.jcs-fe {
  justify-self: right !important;
}
.flex.jcs-c, .jcs-c.loginpage, .loginpage > div.jcs-c {
  justify-self: center !important;
}
.flex.jcs-a, .jcs-a.loginpage, .loginpage > div.jcs-a {
  justify-self: auto !important;
}
.flex.jcs-fs, .jcs-fs.loginpage, .loginpage > div.jcs-fs {
  justify-self: flex-start !important;
}
.flex.g-s, .g-s.loginpage, .loginpage > div.g-s {
  grid-gap: 5px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .flex.g-s, .g-s.loginpage, .loginpage > div.g-s {
    grid-gap: 5px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .flex.g-s, .g-s.loginpage, .loginpage > div.g-s {
    grid-gap: 5px;
  }
}
.flex.g-m, .g-m.loginpage, .loginpage > div.g-m {
  grid-gap: 10px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .flex.g-m, .g-m.loginpage, .loginpage > div.g-m {
    grid-gap: 10px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .flex.g-m, .g-m.loginpage, .loginpage > div.g-m {
    grid-gap: 5px;
  }
}
.flex.g-l, .g-l.loginpage, .loginpage > div.g-l {
  grid-gap: 15px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .flex.g-l, .g-l.loginpage, .loginpage > div.g-l {
    grid-gap: 15px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .flex.g-l, .g-l.loginpage, .loginpage > div.g-l {
    grid-gap: 10px;
  }
}

.fg-1 {
  flex-grow: 1 !important;
}

.ai-c, .loginpage, .loginpage > div {
  align-items: center !important;
}

.flexColumn {
  display: flex !important;
  flex-direction: column !important;
}

li {
  text-indent: 0;
}

.w100 {
  width: 100% !important;
}

@media (min-width: 788px) and (max-width: 1300px) {
  .w100_t {
    width: 100% !important;
  }
}

@media (min-width: 0px) and (max-width: 788px) {
  .w100_p {
    width: 100% !important;
  }
}

.minHeightnone {
  min-height: 0 !important;
}

.txtCenter {
  text-align: center !important;
  margin-bottom: 20px !important;
}

.noBoxshadow {
  box-shadow: unset !important;
}

.headerInputLineHeight, .listviewbar input, .docFilterbox #zoeken input {
  line-height: 34px !important;
}

.whiteSpace_NoWrap {
  white-space: nowrap !important;
}

.borderBottom {
  border-bottom: 1px solid #E3ECF3 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.noBS {
  box-shadow: unset !important;
}

.displayBlock {
  display: block !important;
}

#excersise {
  width: 100%;
  height: 80vh;
}
#excersise .top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 60px;
  flex-wrap: nowrap;
}
#excersise .top .links {
  width: 500px;
  padding-top: 20px;
}
#excersise .top .rechts {
  flex-grow: 1;
  padding-left: 40px;
  background: white;
}
#excersise .bottom {
  width: 100%;
}
#excersise .lane {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #c4c4c4;
  flex-wrap: nowrap;
}
#excersise .lane .l {
  position: relative;
  width: 80px;
}
#excersise .lane .l img {
  width: 60px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#excersise .lane .l span {
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  color: #939393;
}
#excersise .lane .r {
  flex-grow: 1;
  max-width: 1000px;
  overflow-x: auto;
}
#excersise .lane .r .rinner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: nowrap !important;
}
#excersise .ex {
  background: white;
  padding: 5px;
  border-radius: 3px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: #f2f2f2;
  width: 270px;
}
#excersise .ex.bles {
  background: #fbecec !important;
}
#excersise .ex .img {
  text-align: center;
  background: white;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
#excersise .ex .img .wrap {
  width: 250px;
  height: 120px;
  background-position: center top;
  background-size: cover;
}
#excersise .ex .img .removecross {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  background: #2C3F67;
  color: white;
  padding: 5px;
}
#excersise .ex .img:hover .removecross {
  display: block !important;
  cursor: pointer;
}
#excersise .ex .head {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: #636363;
}
#excersise .params {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  flex-wrap: nowrap;
}
#excersise .params .param {
  background-image: url(/excersie/icons/param.png);
  width: 80px;
  height: 76px;
  position: relative;
}
#excersise .params .param span:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #2C3F67;
}
#excersise .params .param span:nth-child(2) {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0px 10px;
}
#excersise .nieuweex {
  margin-top: 20px;
}
#excersise .nieuweex .templateselect {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  flex-wrap: nowrap !important;
}
#excersise .nieuweex .templateselect > div {
  width: 50%;
  padding: 40px 60px;
  background: #f2f2f2;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
}
#excersise .nieuweex .templateselect > div:hover {
  background: #FFD43B;
  cursor: pointer;
}
#excersise .nieuweex .templates {
  max-height: 50vh;
  overflow-y: auto;
}
#excersise .nieuweex .templates .choosetemplate {
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #f2f2f2 !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap !important;
  gap: 10px;
  width: 100%;
}
#excersise .nieuweex .templates .choosetemplate .img .wrap {
  width: 60px;
  height: 60px;
  background-position: left center;
  background-size: cover;
}
#excersise .nieuweex .templates .choosetemplate .content {
  flex-grow: 1;
}
#excersise .nieuweex .templates .choosetemplate .contentNoSub {
  flex-grow: 1;
  display: none;
}
#excersise .nieuweex .templates .choosetemplate .stars {
  min-width: 100px;
  font-size: 12px;
  text-align: right;
}
#excersise .nieuweex .templates .choosetemplate .stars.l {
  font-size: 30px !important;
}
#excersise .nieuweex .templates .choosetemplate .stars img {
  height: 25px;
}
#excersise .nieuweex .templates .choosetemplate.nosub {
  background: #f2f2f2;
}
#excersise .nieuweex .templates .choosetemplate.nosub:hover .content {
  display: none;
}
#excersise .nieuweex .templates .choosetemplate.nosub:hover .contentNoSub {
  display: block !important;
}
#excersise .nieuweex .templates .choosetemplate:not(.nosub):hover {
  background: #FFD43B;
  cursor: pointer;
}
#excersise .tags {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}
#excersise .tags .tag {
  background: #f2f2f2;
  border-radius: 2px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
#excersise .tags .tag.selected, #excersise .tags .tag:hover {
  background: #FFD43B;
  cursor: pointer;
}

.ibox {
  clear: both;
  margin-bottom: 320px;
  margin-top: 0;
  padding: 0;
}
.ibox .ibox-title {
  background-color: white;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px;
  margin-bottom: 0;
  padding: 15px 90px 8px 15px;
  min-height: 48px;
  position: relative;
  clear: both;
  -webkit-border-radius: 2.5rem 2.5rem 0 0;
  -moz-border-radius: 2.5rem 2.5rem 0 0;
  border-radius: 43.2px 43.2px 0 0;
}
.ibox .ibox-content {
  background-color: white;
  width: 100%;
  padding: 200px 320px 320px 320px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  clear: both;
}
@media (min-width: 0px) and (max-width: 788px) {
  .ibox .ibox-content thead {
    display: none !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .ibox .ibox-content td {
    display: block;
  }
}
.ibox .ibox-content code {
  background-color: #F9F2F4;
  border-radius: 4rem;
  color: #ca4440;
  font-size: 90%;
  padding: 32px 64px;
  white-space: nowrap;
}

.styleguideNav {
  width: 15vw !important;
  height: 100vh;
  position: fixed;
  background-color: #38424D;
}
@media (min-width: 0px) and (max-width: 788px) {
  .styleguideNav {
    display: none !important;
  }
}
.styleguideNav #header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.styleguideNav #header a {
  width: 100%;
  display: flex;
  justify-content: center;
}
.styleguideNav #header a img {
  width: 20rem;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .styleguideNav #header a img {
    width: 10rem;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .styleguideNav #header a img {
    width: 7.5rem;
  }
}
.styleguideNav .scroller {
  overflow-y: auto;
}
.styleguideNav .scroller_nav {
  height: 90vh;
}
.styleguideNav h2 {
  color: white;
  padding-left: 2rem;
  padding-top: 1rem;
}
.styleguideNav ul {
  margin-bottom: unset !important;
  padding-left: 1rem;
  width: 100%;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .styleguideNav ul {
    padding-left: 20px !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .styleguideNav ul {
    padding-left: 10px !important;
  }
}
.styleguideNav ul li {
  line-height: 3.5rem;
  font-size: 1.9rem;
  padding: 15px 20px;
  display: block;
  min-height: 3.5rem;
  list-style-type: none;
  display: block;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .styleguideNav ul li {
    padding: 15px 0 !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .styleguideNav ul li {
    padding: 15px 0 !important;
  }
}
.styleguideNav ul li a {
  display: block;
  color: #bbb;
  text-decoration: none;
}
.styleguideNav ul li a:hover {
  color: #F5F5F5;
}

.contentwrapper {
  position: relative;
  width: 80vw;
  padding-left: 64px;
  padding-right: 0rem;
  background: white;
  margin-left: 15vw;
  padding-top: 100px;
  padding-bottom: 36px;
  min-height: 88vh;
}
@media (min-width: 0px) and (max-width: 788px) {
  .contentwrapper {
    width: 100% !important;
    margin-left: unset !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 15px !important;
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table th {
  text-align: inherit;
}
.table th.sm {
  width: 10%;
}
.table th.l {
  width: 50%;
}
.table th.description {
  width: 30%;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #f3f4f4;
  padding: 15px;
  vertical-align: top;
}
.table.small > thead > tr > th, .table.filelist > thead > tr > th, .filelist td a.table > thead > tr > th, .agenda .agendabody .l > .table.filterWrapper > thead > tr > th, .agenda .agendabody .r .fc .table.fc-button-primary > thead > tr > th, .table.small > tbody > tr > th, .table.filelist > tbody > tr > th, .filelist td a.table > tbody > tr > th, .agenda .agendabody .l > .table.filterWrapper > tbody > tr > th, .agenda .agendabody .r .fc .table.fc-button-primary > tbody > tr > th, .table.small > tfoot > tr > th, .table.filelist > tfoot > tr > th, .filelist td a.table > tfoot > tr > th, .agenda .agendabody .l > .table.filterWrapper > tfoot > tr > th, .agenda .agendabody .r .fc .table.fc-button-primary > tfoot > tr > th, .table.small > thead > tr > td, .table.filelist > thead > tr > td, .filelist td a.table > thead > tr > td, .agenda .agendabody .l > .table.filterWrapper > thead > tr > td, .agenda .agendabody .r .fc .table.fc-button-primary > thead > tr > td, .table.small > tbody > tr > td, .table.filelist > tbody > tr > td, .filelist td a.table > tbody > tr > td, .agenda .agendabody .l > .table.filterWrapper > tbody > tr > td, .agenda .agendabody .r .fc .table.fc-button-primary > tbody > tr > td, .table.small > tfoot > tr > td, .table.filelist > tfoot > tr > td, .filelist td a.table > tfoot > tr > td, .agenda .agendabody .l > .table.filterWrapper > tfoot > tr > td, .agenda .agendabody .r .fc .table.fc-button-primary > tfoot > tr > td {
  border-top: 1px solid #f3f4f4;
  padding: 5px !important;
  vertical-align: top;
}
.table > thead > tr > th {
  border-bottom: 1px solid #f3f4f4;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.borderall * {
  border: 1px solid grey;
  background: #F5F5F5;
}

.colorboxBig {
  width: 212px;
  height: 212px;
  border-radius: 19px;
  box-shadow: 5px 5px 27px rgba(0, 0, 0, 0.3);
}
.colorboxBig p {
  padding: 10px;
  color: white;
}
.colorboxBig p.alt {
  color: #272838;
}

.colorboxSmall {
  width: 96px;
  height: 96px;
  border-radius: 9px;
  box-shadow: 5px 5px 27px rgba(0, 0, 0, 0.3);
}
.colorboxSmall p {
  font-size: 11px !important;
  padding: 10px;
  color: white;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .colorboxSmall p {
    font-size: calc(11px * 0.8) !important;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .colorboxSmall p {
    font-size: calc(11px * 0.6) !important;
  }
}
.colorboxSmall p.alt {
  color: #272838;
}

.colorspanbox {
  border: 1px solid #F5F5F5;
  border-radius: 8px;
  padding: 10px;
}

.cspAltered {
  background-color: #272838;
}

.btndivider button {
  margin-bottom: 10px;
}
.btndivider button:first-of-type {
  margin-bottom: unset;
  margin-left: 10px;
}

.wrapperIcnHorizontal {
  display: flex;
  grid-gap: 40px;
}
@media (min-width: 788px) and (max-width: 1300px) {
  .wrapperIcnHorizontal {
    grid-gap: 30px;
  }
}
@media (min-width: 0px) and (max-width: 788px) {
  .wrapperIcnHorizontal {
    grid-gap: 20px;
  }
}

.verplicht {
  font-size: 12px !important;
  color: red !important;
}

.nietverplicht {
  font-size: 1337px;
}
