@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Open+Sans:wght@400;700&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* Scroll Margin*/
[id] {
  scroll-margin-top: 2ex;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  appearance: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01s !important;
    transition-duration: 0.01s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}
html body {
  background: #ffffff;
  color: #000000;
}
html body.noscroll {
  overflow: hidden;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  color: #132d7d;
  text-decoration-skip-ink: auto;
}
a:not([class]):hover {
  color: #000040;
  transition-duration: 0.3s;
}

.row,
.sub-row {
  display: grid;
  width: 100%;
  max-width: 89.75rem;
  padding: 0 1rem;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: 1fr;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
@media (min-width: 601px) {
  .row,
.sub-row {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 801px) {
  .row,
.sub-row {
    padding: 0 2rem;
  }
}
@media (min-width: 1916px) {
  .row,
.sub-row {
    max-width: 119.8rem;
  }
}
.row.fullwidth,
.sub-row.fullwidth {
  max-width: 100vw;
}
.row.fullheight,
.sub-row.fullheight {
  min-height: 100vh;
}
.row.top,
.sub-row.top {
  align-items: normal;
}
.row.top [class^=col-],
.sub-row.top [class^=col-] {
  height: 100%;
}
.row.bottom,
.sub-row.bottom {
  align-items: end;
}

.sub-row {
  padding: 0;
  grid-column: 1/span 12;
}

.auto-row {
  display: grid;
  width: 100%;
  max-width: 89.75rem;
  padding: 0 1rem;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 601px) {
  .auto-row {
    grid-template-columns: repeat(auto-fit, minmax(276px, 1fr));
  }
}
@media (min-width: 801px) {
  .auto-row {
    grid-template-columns: repeat(auto-fit, minmax(237px, 1fr));
    padding: 0 2rem;
  }
}
@media (min-width: 1025px) {
  .auto-row {
    max-width: 119.8rem;
    grid-template-columns: repeat(auto-fit, minmax(228px, 1fr));
  }
}

[class^=col-] {
  position: relative;
}
[class^=col-] img,
[class^=col-] iframe {
  max-width: 100%;
}

@media (max-width: 600px) {
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-1-1,
.sub-row .col-1-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-1-2,
.sub-row .col-1-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-1-3,
.sub-row .col-1-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-1-4,
.sub-row .col-1-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-1-5,
.sub-row .col-1-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-1-6,
.sub-row .col-1-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-1-7,
.sub-row .col-1-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-1-8,
.sub-row .col-1-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-1-9,
.sub-row .col-1-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-1-10,
.sub-row .col-1-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-1-11,
.sub-row .col-1-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-1-12,
.sub-row .col-1-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-2-1,
.sub-row .col-2-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-2-2,
.sub-row .col-2-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-2-3,
.sub-row .col-2-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-2-4,
.sub-row .col-2-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-2-5,
.sub-row .col-2-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-2-6,
.sub-row .col-2-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-2-7,
.sub-row .col-2-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-2-8,
.sub-row .col-2-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-2-9,
.sub-row .col-2-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-2-10,
.sub-row .col-2-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-2-11,
.sub-row .col-2-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-2-12,
.sub-row .col-2-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-3-1,
.sub-row .col-3-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-3-2,
.sub-row .col-3-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-3-3,
.sub-row .col-3-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-3-4,
.sub-row .col-3-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-3-5,
.sub-row .col-3-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-3-6,
.sub-row .col-3-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-3-7,
.sub-row .col-3-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-3-8,
.sub-row .col-3-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-3-9,
.sub-row .col-3-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-3-10,
.sub-row .col-3-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-3-11,
.sub-row .col-3-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-3-12,
.sub-row .col-3-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-4-1,
.sub-row .col-4-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-4-2,
.sub-row .col-4-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-4-3,
.sub-row .col-4-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-4-4,
.sub-row .col-4-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-4-5,
.sub-row .col-4-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-4-6,
.sub-row .col-4-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-4-7,
.sub-row .col-4-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-4-8,
.sub-row .col-4-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-4-9,
.sub-row .col-4-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-4-10,
.sub-row .col-4-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-4-11,
.sub-row .col-4-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-4-12,
.sub-row .col-4-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-5-1,
.sub-row .col-5-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-5-2,
.sub-row .col-5-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-5-3,
.sub-row .col-5-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-5-4,
.sub-row .col-5-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-5-5,
.sub-row .col-5-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-5-6,
.sub-row .col-5-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-5-7,
.sub-row .col-5-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-5-8,
.sub-row .col-5-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-5-9,
.sub-row .col-5-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-5-10,
.sub-row .col-5-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-5-11,
.sub-row .col-5-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-5-12,
.sub-row .col-5-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-6-1,
.sub-row .col-6-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-6-2,
.sub-row .col-6-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-6-3,
.sub-row .col-6-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-6-4,
.sub-row .col-6-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-6-5,
.sub-row .col-6-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-6-6,
.sub-row .col-6-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-6-7,
.sub-row .col-6-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-6-8,
.sub-row .col-6-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-6-9,
.sub-row .col-6-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-6-10,
.sub-row .col-6-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-6-11,
.sub-row .col-6-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-6-12,
.sub-row .col-6-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-7-1,
.sub-row .col-7-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-7-2,
.sub-row .col-7-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-7-3,
.sub-row .col-7-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-7-4,
.sub-row .col-7-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-7-5,
.sub-row .col-7-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-7-6,
.sub-row .col-7-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-7-7,
.sub-row .col-7-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-7-8,
.sub-row .col-7-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-7-9,
.sub-row .col-7-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-7-10,
.sub-row .col-7-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-7-11,
.sub-row .col-7-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-7-12,
.sub-row .col-7-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-8-1,
.sub-row .col-8-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-8-2,
.sub-row .col-8-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-8-3,
.sub-row .col-8-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-8-4,
.sub-row .col-8-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-8-5,
.sub-row .col-8-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-8-6,
.sub-row .col-8-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-8-7,
.sub-row .col-8-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-8-8,
.sub-row .col-8-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-8-9,
.sub-row .col-8-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-8-10,
.sub-row .col-8-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-8-11,
.sub-row .col-8-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-8-12,
.sub-row .col-8-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-9-1,
.sub-row .col-9-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-9-2,
.sub-row .col-9-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-9-3,
.sub-row .col-9-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-9-4,
.sub-row .col-9-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-9-5,
.sub-row .col-9-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-9-6,
.sub-row .col-9-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-9-7,
.sub-row .col-9-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-9-8,
.sub-row .col-9-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-9-9,
.sub-row .col-9-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-9-10,
.sub-row .col-9-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-9-11,
.sub-row .col-9-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-9-12,
.sub-row .col-9-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-10-1,
.sub-row .col-10-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-10-2,
.sub-row .col-10-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-10-3,
.sub-row .col-10-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-10-4,
.sub-row .col-10-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-10-5,
.sub-row .col-10-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-10-6,
.sub-row .col-10-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-10-7,
.sub-row .col-10-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-10-8,
.sub-row .col-10-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-10-9,
.sub-row .col-10-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-10-10,
.sub-row .col-10-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-10-11,
.sub-row .col-10-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-10-12,
.sub-row .col-10-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-11-1,
.sub-row .col-11-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-11-2,
.sub-row .col-11-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-11-3,
.sub-row .col-11-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-11-4,
.sub-row .col-11-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-11-5,
.sub-row .col-11-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-11-6,
.sub-row .col-11-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-11-7,
.sub-row .col-11-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-11-8,
.sub-row .col-11-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-11-9,
.sub-row .col-11-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-11-10,
.sub-row .col-11-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-11-11,
.sub-row .col-11-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-11-12,
.sub-row .col-11-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-12-1,
.sub-row .col-12-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-12-2,
.sub-row .col-12-2 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-12-3,
.sub-row .col-12-3 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-12-4,
.sub-row .col-12-4 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-12-5,
.sub-row .col-12-5 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-12-6,
.sub-row .col-12-6 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-12-7,
.sub-row .col-12-7 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-12-8,
.sub-row .col-12-8 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-12-9,
.sub-row .col-12-9 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-12-10,
.sub-row .col-12-10 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-12-11,
.sub-row .col-12-11 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-12-12,
.sub-row .col-12-12 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-s-0,
.sub-row .col-s-0 {
    display: none;
  }
}
@media (min-width: 601px) {
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-1-1,
.sub-row .col-1-1 {
    display: block;
    grid-column: 2/span 1;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-1-2,
.sub-row .col-1-2 {
    display: block;
    grid-column: 2/span 2;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-1-3,
.sub-row .col-1-3 {
    display: block;
    grid-column: 2/span 3;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-1-4,
.sub-row .col-1-4 {
    display: block;
    grid-column: 2/span 4;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-1-5,
.sub-row .col-1-5 {
    display: block;
    grid-column: 2/span 5;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-1-6,
.sub-row .col-1-6 {
    display: block;
    grid-column: 2/span 6;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-1-7,
.sub-row .col-1-7 {
    display: block;
    grid-column: 2/span 7;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-1-8,
.sub-row .col-1-8 {
    display: block;
    grid-column: 2/span 8;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-1-9,
.sub-row .col-1-9 {
    display: block;
    grid-column: 2/span 9;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-1-10,
.sub-row .col-1-10 {
    display: block;
    grid-column: 2/span 10;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-1-11,
.sub-row .col-1-11 {
    display: block;
    grid-column: 2/span 11;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-1-12,
.sub-row .col-1-12 {
    display: block;
    grid-column: 2/span 12;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-2-1,
.sub-row .col-2-1 {
    display: block;
    grid-column: 3/span 1;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-2-2,
.sub-row .col-2-2 {
    display: block;
    grid-column: 3/span 2;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-2-3,
.sub-row .col-2-3 {
    display: block;
    grid-column: 3/span 3;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-2-4,
.sub-row .col-2-4 {
    display: block;
    grid-column: 3/span 4;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-2-5,
.sub-row .col-2-5 {
    display: block;
    grid-column: 3/span 5;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-2-6,
.sub-row .col-2-6 {
    display: block;
    grid-column: 3/span 6;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-2-7,
.sub-row .col-2-7 {
    display: block;
    grid-column: 3/span 7;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-2-8,
.sub-row .col-2-8 {
    display: block;
    grid-column: 3/span 8;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-2-9,
.sub-row .col-2-9 {
    display: block;
    grid-column: 3/span 9;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-2-10,
.sub-row .col-2-10 {
    display: block;
    grid-column: 3/span 10;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-2-11,
.sub-row .col-2-11 {
    display: block;
    grid-column: 3/span 11;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-2-12,
.sub-row .col-2-12 {
    display: block;
    grid-column: 3/span 12;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-3-1,
.sub-row .col-3-1 {
    display: block;
    grid-column: 4/span 1;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-3-2,
.sub-row .col-3-2 {
    display: block;
    grid-column: 4/span 2;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-3-3,
.sub-row .col-3-3 {
    display: block;
    grid-column: 4/span 3;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-3-4,
.sub-row .col-3-4 {
    display: block;
    grid-column: 4/span 4;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-3-5,
.sub-row .col-3-5 {
    display: block;
    grid-column: 4/span 5;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-3-6,
.sub-row .col-3-6 {
    display: block;
    grid-column: 4/span 6;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-3-7,
.sub-row .col-3-7 {
    display: block;
    grid-column: 4/span 7;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-3-8,
.sub-row .col-3-8 {
    display: block;
    grid-column: 4/span 8;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-3-9,
.sub-row .col-3-9 {
    display: block;
    grid-column: 4/span 9;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-3-10,
.sub-row .col-3-10 {
    display: block;
    grid-column: 4/span 10;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-3-11,
.sub-row .col-3-11 {
    display: block;
    grid-column: 4/span 11;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-3-12,
.sub-row .col-3-12 {
    display: block;
    grid-column: 4/span 12;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-4-1,
.sub-row .col-4-1 {
    display: block;
    grid-column: 5/span 1;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-4-2,
.sub-row .col-4-2 {
    display: block;
    grid-column: 5/span 2;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-4-3,
.sub-row .col-4-3 {
    display: block;
    grid-column: 5/span 3;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-4-4,
.sub-row .col-4-4 {
    display: block;
    grid-column: 5/span 4;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-4-5,
.sub-row .col-4-5 {
    display: block;
    grid-column: 5/span 5;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-4-6,
.sub-row .col-4-6 {
    display: block;
    grid-column: 5/span 6;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-4-7,
.sub-row .col-4-7 {
    display: block;
    grid-column: 5/span 7;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-4-8,
.sub-row .col-4-8 {
    display: block;
    grid-column: 5/span 8;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-4-9,
.sub-row .col-4-9 {
    display: block;
    grid-column: 5/span 9;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-4-10,
.sub-row .col-4-10 {
    display: block;
    grid-column: 5/span 10;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-4-11,
.sub-row .col-4-11 {
    display: block;
    grid-column: 5/span 11;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-4-12,
.sub-row .col-4-12 {
    display: block;
    grid-column: 5/span 12;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-5-1,
.sub-row .col-5-1 {
    display: block;
    grid-column: 6/span 1;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-5-2,
.sub-row .col-5-2 {
    display: block;
    grid-column: 6/span 2;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-5-3,
.sub-row .col-5-3 {
    display: block;
    grid-column: 6/span 3;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-5-4,
.sub-row .col-5-4 {
    display: block;
    grid-column: 6/span 4;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-5-5,
.sub-row .col-5-5 {
    display: block;
    grid-column: 6/span 5;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-5-6,
.sub-row .col-5-6 {
    display: block;
    grid-column: 6/span 6;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-5-7,
.sub-row .col-5-7 {
    display: block;
    grid-column: 6/span 7;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-5-8,
.sub-row .col-5-8 {
    display: block;
    grid-column: 6/span 8;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-5-9,
.sub-row .col-5-9 {
    display: block;
    grid-column: 6/span 9;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-5-10,
.sub-row .col-5-10 {
    display: block;
    grid-column: 6/span 10;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-5-11,
.sub-row .col-5-11 {
    display: block;
    grid-column: 6/span 11;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-5-12,
.sub-row .col-5-12 {
    display: block;
    grid-column: 6/span 12;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-6-1,
.sub-row .col-6-1 {
    display: block;
    grid-column: 7/span 1;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-6-2,
.sub-row .col-6-2 {
    display: block;
    grid-column: 7/span 2;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-6-3,
.sub-row .col-6-3 {
    display: block;
    grid-column: 7/span 3;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-6-4,
.sub-row .col-6-4 {
    display: block;
    grid-column: 7/span 4;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-6-5,
.sub-row .col-6-5 {
    display: block;
    grid-column: 7/span 5;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-6-6,
.sub-row .col-6-6 {
    display: block;
    grid-column: 7/span 6;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-6-7,
.sub-row .col-6-7 {
    display: block;
    grid-column: 7/span 7;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-6-8,
.sub-row .col-6-8 {
    display: block;
    grid-column: 7/span 8;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-6-9,
.sub-row .col-6-9 {
    display: block;
    grid-column: 7/span 9;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-6-10,
.sub-row .col-6-10 {
    display: block;
    grid-column: 7/span 10;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-6-11,
.sub-row .col-6-11 {
    display: block;
    grid-column: 7/span 11;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-6-12,
.sub-row .col-6-12 {
    display: block;
    grid-column: 7/span 12;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-7-1,
.sub-row .col-7-1 {
    display: block;
    grid-column: 8/span 1;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-7-2,
.sub-row .col-7-2 {
    display: block;
    grid-column: 8/span 2;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-7-3,
.sub-row .col-7-3 {
    display: block;
    grid-column: 8/span 3;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-7-4,
.sub-row .col-7-4 {
    display: block;
    grid-column: 8/span 4;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-7-5,
.sub-row .col-7-5 {
    display: block;
    grid-column: 8/span 5;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-7-6,
.sub-row .col-7-6 {
    display: block;
    grid-column: 8/span 6;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-7-7,
.sub-row .col-7-7 {
    display: block;
    grid-column: 8/span 7;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-7-8,
.sub-row .col-7-8 {
    display: block;
    grid-column: 8/span 8;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-7-9,
.sub-row .col-7-9 {
    display: block;
    grid-column: 8/span 9;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-7-10,
.sub-row .col-7-10 {
    display: block;
    grid-column: 8/span 10;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-7-11,
.sub-row .col-7-11 {
    display: block;
    grid-column: 8/span 11;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-7-12,
.sub-row .col-7-12 {
    display: block;
    grid-column: 8/span 12;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-8-1,
.sub-row .col-8-1 {
    display: block;
    grid-column: 9/span 1;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-8-2,
.sub-row .col-8-2 {
    display: block;
    grid-column: 9/span 2;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-8-3,
.sub-row .col-8-3 {
    display: block;
    grid-column: 9/span 3;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-8-4,
.sub-row .col-8-4 {
    display: block;
    grid-column: 9/span 4;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-8-5,
.sub-row .col-8-5 {
    display: block;
    grid-column: 9/span 5;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-8-6,
.sub-row .col-8-6 {
    display: block;
    grid-column: 9/span 6;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-8-7,
.sub-row .col-8-7 {
    display: block;
    grid-column: 9/span 7;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-8-8,
.sub-row .col-8-8 {
    display: block;
    grid-column: 9/span 8;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-8-9,
.sub-row .col-8-9 {
    display: block;
    grid-column: 9/span 9;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-8-10,
.sub-row .col-8-10 {
    display: block;
    grid-column: 9/span 10;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-8-11,
.sub-row .col-8-11 {
    display: block;
    grid-column: 9/span 11;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-8-12,
.sub-row .col-8-12 {
    display: block;
    grid-column: 9/span 12;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-9-1,
.sub-row .col-9-1 {
    display: block;
    grid-column: 10/span 1;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-9-2,
.sub-row .col-9-2 {
    display: block;
    grid-column: 10/span 2;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-9-3,
.sub-row .col-9-3 {
    display: block;
    grid-column: 10/span 3;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-9-4,
.sub-row .col-9-4 {
    display: block;
    grid-column: 10/span 4;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-9-5,
.sub-row .col-9-5 {
    display: block;
    grid-column: 10/span 5;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-9-6,
.sub-row .col-9-6 {
    display: block;
    grid-column: 10/span 6;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-9-7,
.sub-row .col-9-7 {
    display: block;
    grid-column: 10/span 7;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-9-8,
.sub-row .col-9-8 {
    display: block;
    grid-column: 10/span 8;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-9-9,
.sub-row .col-9-9 {
    display: block;
    grid-column: 10/span 9;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-9-10,
.sub-row .col-9-10 {
    display: block;
    grid-column: 10/span 10;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-9-11,
.sub-row .col-9-11 {
    display: block;
    grid-column: 10/span 11;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-9-12,
.sub-row .col-9-12 {
    display: block;
    grid-column: 10/span 12;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-10-1,
.sub-row .col-10-1 {
    display: block;
    grid-column: 11/span 1;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-10-2,
.sub-row .col-10-2 {
    display: block;
    grid-column: 11/span 2;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-10-3,
.sub-row .col-10-3 {
    display: block;
    grid-column: 11/span 3;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-10-4,
.sub-row .col-10-4 {
    display: block;
    grid-column: 11/span 4;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-10-5,
.sub-row .col-10-5 {
    display: block;
    grid-column: 11/span 5;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-10-6,
.sub-row .col-10-6 {
    display: block;
    grid-column: 11/span 6;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-10-7,
.sub-row .col-10-7 {
    display: block;
    grid-column: 11/span 7;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-10-8,
.sub-row .col-10-8 {
    display: block;
    grid-column: 11/span 8;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-10-9,
.sub-row .col-10-9 {
    display: block;
    grid-column: 11/span 9;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-10-10,
.sub-row .col-10-10 {
    display: block;
    grid-column: 11/span 10;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-10-11,
.sub-row .col-10-11 {
    display: block;
    grid-column: 11/span 11;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-10-12,
.sub-row .col-10-12 {
    display: block;
    grid-column: 11/span 12;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-11-1,
.sub-row .col-11-1 {
    display: block;
    grid-column: 12/span 1;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-11-2,
.sub-row .col-11-2 {
    display: block;
    grid-column: 12/span 2;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-11-3,
.sub-row .col-11-3 {
    display: block;
    grid-column: 12/span 3;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-11-4,
.sub-row .col-11-4 {
    display: block;
    grid-column: 12/span 4;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-11-5,
.sub-row .col-11-5 {
    display: block;
    grid-column: 12/span 5;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-11-6,
.sub-row .col-11-6 {
    display: block;
    grid-column: 12/span 6;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-11-7,
.sub-row .col-11-7 {
    display: block;
    grid-column: 12/span 7;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-11-8,
.sub-row .col-11-8 {
    display: block;
    grid-column: 12/span 8;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-11-9,
.sub-row .col-11-9 {
    display: block;
    grid-column: 12/span 9;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-11-10,
.sub-row .col-11-10 {
    display: block;
    grid-column: 12/span 10;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-11-11,
.sub-row .col-11-11 {
    display: block;
    grid-column: 12/span 11;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-11-12,
.sub-row .col-11-12 {
    display: block;
    grid-column: 12/span 12;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-1,
.sub-row .col-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-12-1,
.sub-row .col-12-1 {
    display: block;
    grid-column: 13/span 1;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-2,
.sub-row .col-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-12-2,
.sub-row .col-12-2 {
    display: block;
    grid-column: 13/span 2;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-3,
.sub-row .col-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-12-3,
.sub-row .col-12-3 {
    display: block;
    grid-column: 13/span 3;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-4,
.sub-row .col-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-12-4,
.sub-row .col-12-4 {
    display: block;
    grid-column: 13/span 4;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-5,
.sub-row .col-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-12-5,
.sub-row .col-12-5 {
    display: block;
    grid-column: 13/span 5;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-6,
.sub-row .col-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-12-6,
.sub-row .col-12-6 {
    display: block;
    grid-column: 13/span 6;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-7,
.sub-row .col-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-12-7,
.sub-row .col-12-7 {
    display: block;
    grid-column: 13/span 7;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-8,
.sub-row .col-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-12-8,
.sub-row .col-12-8 {
    display: block;
    grid-column: 13/span 8;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-9,
.sub-row .col-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-12-9,
.sub-row .col-12-9 {
    display: block;
    grid-column: 13/span 9;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-10,
.sub-row .col-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-12-10,
.sub-row .col-12-10 {
    display: block;
    grid-column: 13/span 10;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-11,
.sub-row .col-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-12-11,
.sub-row .col-12-11 {
    display: block;
    grid-column: 13/span 11;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
  .row .col-12,
.sub-row .col-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-12-12,
.sub-row .col-12-12 {
    display: block;
    grid-column: 13/span 12;
  }
  .row .col-m-0,
.sub-row .col-m-0 {
    display: none;
  }
}
@media (min-width: 801px) {
  .row .col-l-1,
.sub-row .col-l-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-l-1-1,
.sub-row .col-l-1-1 {
    display: block;
    grid-column: 2/span 1;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-2,
.sub-row .col-l-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-l-1-2,
.sub-row .col-l-1-2 {
    display: block;
    grid-column: 2/span 2;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-3,
.sub-row .col-l-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-l-1-3,
.sub-row .col-l-1-3 {
    display: block;
    grid-column: 2/span 3;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-4,
.sub-row .col-l-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-l-1-4,
.sub-row .col-l-1-4 {
    display: block;
    grid-column: 2/span 4;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-5,
.sub-row .col-l-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-l-1-5,
.sub-row .col-l-1-5 {
    display: block;
    grid-column: 2/span 5;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-6,
.sub-row .col-l-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-l-1-6,
.sub-row .col-l-1-6 {
    display: block;
    grid-column: 2/span 6;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-7,
.sub-row .col-l-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-l-1-7,
.sub-row .col-l-1-7 {
    display: block;
    grid-column: 2/span 7;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-8,
.sub-row .col-l-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-l-1-8,
.sub-row .col-l-1-8 {
    display: block;
    grid-column: 2/span 8;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-9,
.sub-row .col-l-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-l-1-9,
.sub-row .col-l-1-9 {
    display: block;
    grid-column: 2/span 9;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-10,
.sub-row .col-l-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-l-1-10,
.sub-row .col-l-1-10 {
    display: block;
    grid-column: 2/span 10;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-11,
.sub-row .col-l-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-l-1-11,
.sub-row .col-l-1-11 {
    display: block;
    grid-column: 2/span 11;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-12,
.sub-row .col-l-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-l-1-12,
.sub-row .col-l-1-12 {
    display: block;
    grid-column: 2/span 12;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-1,
.sub-row .col-l-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-l-2-1,
.sub-row .col-l-2-1 {
    display: block;
    grid-column: 3/span 1;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-2,
.sub-row .col-l-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-l-2-2,
.sub-row .col-l-2-2 {
    display: block;
    grid-column: 3/span 2;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-3,
.sub-row .col-l-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-l-2-3,
.sub-row .col-l-2-3 {
    display: block;
    grid-column: 3/span 3;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-4,
.sub-row .col-l-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-l-2-4,
.sub-row .col-l-2-4 {
    display: block;
    grid-column: 3/span 4;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-5,
.sub-row .col-l-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-l-2-5,
.sub-row .col-l-2-5 {
    display: block;
    grid-column: 3/span 5;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-6,
.sub-row .col-l-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-l-2-6,
.sub-row .col-l-2-6 {
    display: block;
    grid-column: 3/span 6;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-7,
.sub-row .col-l-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-l-2-7,
.sub-row .col-l-2-7 {
    display: block;
    grid-column: 3/span 7;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-8,
.sub-row .col-l-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-l-2-8,
.sub-row .col-l-2-8 {
    display: block;
    grid-column: 3/span 8;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-9,
.sub-row .col-l-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-l-2-9,
.sub-row .col-l-2-9 {
    display: block;
    grid-column: 3/span 9;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-10,
.sub-row .col-l-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-l-2-10,
.sub-row .col-l-2-10 {
    display: block;
    grid-column: 3/span 10;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-11,
.sub-row .col-l-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-l-2-11,
.sub-row .col-l-2-11 {
    display: block;
    grid-column: 3/span 11;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-12,
.sub-row .col-l-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-l-2-12,
.sub-row .col-l-2-12 {
    display: block;
    grid-column: 3/span 12;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-1,
.sub-row .col-l-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-l-3-1,
.sub-row .col-l-3-1 {
    display: block;
    grid-column: 4/span 1;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-2,
.sub-row .col-l-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-l-3-2,
.sub-row .col-l-3-2 {
    display: block;
    grid-column: 4/span 2;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-3,
.sub-row .col-l-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-l-3-3,
.sub-row .col-l-3-3 {
    display: block;
    grid-column: 4/span 3;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-4,
.sub-row .col-l-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-l-3-4,
.sub-row .col-l-3-4 {
    display: block;
    grid-column: 4/span 4;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-5,
.sub-row .col-l-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-l-3-5,
.sub-row .col-l-3-5 {
    display: block;
    grid-column: 4/span 5;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-6,
.sub-row .col-l-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-l-3-6,
.sub-row .col-l-3-6 {
    display: block;
    grid-column: 4/span 6;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-7,
.sub-row .col-l-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-l-3-7,
.sub-row .col-l-3-7 {
    display: block;
    grid-column: 4/span 7;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-8,
.sub-row .col-l-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-l-3-8,
.sub-row .col-l-3-8 {
    display: block;
    grid-column: 4/span 8;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-9,
.sub-row .col-l-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-l-3-9,
.sub-row .col-l-3-9 {
    display: block;
    grid-column: 4/span 9;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-10,
.sub-row .col-l-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-l-3-10,
.sub-row .col-l-3-10 {
    display: block;
    grid-column: 4/span 10;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-11,
.sub-row .col-l-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-l-3-11,
.sub-row .col-l-3-11 {
    display: block;
    grid-column: 4/span 11;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-12,
.sub-row .col-l-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-l-3-12,
.sub-row .col-l-3-12 {
    display: block;
    grid-column: 4/span 12;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-1,
.sub-row .col-l-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-l-4-1,
.sub-row .col-l-4-1 {
    display: block;
    grid-column: 5/span 1;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-2,
.sub-row .col-l-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-l-4-2,
.sub-row .col-l-4-2 {
    display: block;
    grid-column: 5/span 2;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-3,
.sub-row .col-l-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-l-4-3,
.sub-row .col-l-4-3 {
    display: block;
    grid-column: 5/span 3;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-4,
.sub-row .col-l-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-l-4-4,
.sub-row .col-l-4-4 {
    display: block;
    grid-column: 5/span 4;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-5,
.sub-row .col-l-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-l-4-5,
.sub-row .col-l-4-5 {
    display: block;
    grid-column: 5/span 5;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-6,
.sub-row .col-l-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-l-4-6,
.sub-row .col-l-4-6 {
    display: block;
    grid-column: 5/span 6;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-7,
.sub-row .col-l-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-l-4-7,
.sub-row .col-l-4-7 {
    display: block;
    grid-column: 5/span 7;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-8,
.sub-row .col-l-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-l-4-8,
.sub-row .col-l-4-8 {
    display: block;
    grid-column: 5/span 8;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-9,
.sub-row .col-l-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-l-4-9,
.sub-row .col-l-4-9 {
    display: block;
    grid-column: 5/span 9;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-10,
.sub-row .col-l-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-l-4-10,
.sub-row .col-l-4-10 {
    display: block;
    grid-column: 5/span 10;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-11,
.sub-row .col-l-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-l-4-11,
.sub-row .col-l-4-11 {
    display: block;
    grid-column: 5/span 11;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-12,
.sub-row .col-l-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-l-4-12,
.sub-row .col-l-4-12 {
    display: block;
    grid-column: 5/span 12;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-1,
.sub-row .col-l-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-l-5-1,
.sub-row .col-l-5-1 {
    display: block;
    grid-column: 6/span 1;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-2,
.sub-row .col-l-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-l-5-2,
.sub-row .col-l-5-2 {
    display: block;
    grid-column: 6/span 2;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-3,
.sub-row .col-l-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-l-5-3,
.sub-row .col-l-5-3 {
    display: block;
    grid-column: 6/span 3;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-4,
.sub-row .col-l-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-l-5-4,
.sub-row .col-l-5-4 {
    display: block;
    grid-column: 6/span 4;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-5,
.sub-row .col-l-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-l-5-5,
.sub-row .col-l-5-5 {
    display: block;
    grid-column: 6/span 5;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-6,
.sub-row .col-l-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-l-5-6,
.sub-row .col-l-5-6 {
    display: block;
    grid-column: 6/span 6;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-7,
.sub-row .col-l-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-l-5-7,
.sub-row .col-l-5-7 {
    display: block;
    grid-column: 6/span 7;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-8,
.sub-row .col-l-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-l-5-8,
.sub-row .col-l-5-8 {
    display: block;
    grid-column: 6/span 8;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-9,
.sub-row .col-l-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-l-5-9,
.sub-row .col-l-5-9 {
    display: block;
    grid-column: 6/span 9;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-10,
.sub-row .col-l-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-l-5-10,
.sub-row .col-l-5-10 {
    display: block;
    grid-column: 6/span 10;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-11,
.sub-row .col-l-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-l-5-11,
.sub-row .col-l-5-11 {
    display: block;
    grid-column: 6/span 11;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-12,
.sub-row .col-l-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-l-5-12,
.sub-row .col-l-5-12 {
    display: block;
    grid-column: 6/span 12;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-1,
.sub-row .col-l-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-l-6-1,
.sub-row .col-l-6-1 {
    display: block;
    grid-column: 7/span 1;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-2,
.sub-row .col-l-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-l-6-2,
.sub-row .col-l-6-2 {
    display: block;
    grid-column: 7/span 2;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-3,
.sub-row .col-l-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-l-6-3,
.sub-row .col-l-6-3 {
    display: block;
    grid-column: 7/span 3;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-4,
.sub-row .col-l-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-l-6-4,
.sub-row .col-l-6-4 {
    display: block;
    grid-column: 7/span 4;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-5,
.sub-row .col-l-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-l-6-5,
.sub-row .col-l-6-5 {
    display: block;
    grid-column: 7/span 5;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-6,
.sub-row .col-l-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-l-6-6,
.sub-row .col-l-6-6 {
    display: block;
    grid-column: 7/span 6;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-7,
.sub-row .col-l-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-l-6-7,
.sub-row .col-l-6-7 {
    display: block;
    grid-column: 7/span 7;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-8,
.sub-row .col-l-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-l-6-8,
.sub-row .col-l-6-8 {
    display: block;
    grid-column: 7/span 8;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-9,
.sub-row .col-l-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-l-6-9,
.sub-row .col-l-6-9 {
    display: block;
    grid-column: 7/span 9;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-10,
.sub-row .col-l-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-l-6-10,
.sub-row .col-l-6-10 {
    display: block;
    grid-column: 7/span 10;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-11,
.sub-row .col-l-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-l-6-11,
.sub-row .col-l-6-11 {
    display: block;
    grid-column: 7/span 11;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-12,
.sub-row .col-l-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-l-6-12,
.sub-row .col-l-6-12 {
    display: block;
    grid-column: 7/span 12;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-1,
.sub-row .col-l-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-l-7-1,
.sub-row .col-l-7-1 {
    display: block;
    grid-column: 8/span 1;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-2,
.sub-row .col-l-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-l-7-2,
.sub-row .col-l-7-2 {
    display: block;
    grid-column: 8/span 2;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-3,
.sub-row .col-l-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-l-7-3,
.sub-row .col-l-7-3 {
    display: block;
    grid-column: 8/span 3;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-4,
.sub-row .col-l-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-l-7-4,
.sub-row .col-l-7-4 {
    display: block;
    grid-column: 8/span 4;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-5,
.sub-row .col-l-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-l-7-5,
.sub-row .col-l-7-5 {
    display: block;
    grid-column: 8/span 5;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-6,
.sub-row .col-l-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-l-7-6,
.sub-row .col-l-7-6 {
    display: block;
    grid-column: 8/span 6;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-7,
.sub-row .col-l-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-l-7-7,
.sub-row .col-l-7-7 {
    display: block;
    grid-column: 8/span 7;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-8,
.sub-row .col-l-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-l-7-8,
.sub-row .col-l-7-8 {
    display: block;
    grid-column: 8/span 8;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-9,
.sub-row .col-l-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-l-7-9,
.sub-row .col-l-7-9 {
    display: block;
    grid-column: 8/span 9;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-10,
.sub-row .col-l-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-l-7-10,
.sub-row .col-l-7-10 {
    display: block;
    grid-column: 8/span 10;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-11,
.sub-row .col-l-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-l-7-11,
.sub-row .col-l-7-11 {
    display: block;
    grid-column: 8/span 11;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-12,
.sub-row .col-l-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-l-7-12,
.sub-row .col-l-7-12 {
    display: block;
    grid-column: 8/span 12;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-1,
.sub-row .col-l-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-l-8-1,
.sub-row .col-l-8-1 {
    display: block;
    grid-column: 9/span 1;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-2,
.sub-row .col-l-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-l-8-2,
.sub-row .col-l-8-2 {
    display: block;
    grid-column: 9/span 2;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-3,
.sub-row .col-l-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-l-8-3,
.sub-row .col-l-8-3 {
    display: block;
    grid-column: 9/span 3;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-4,
.sub-row .col-l-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-l-8-4,
.sub-row .col-l-8-4 {
    display: block;
    grid-column: 9/span 4;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-5,
.sub-row .col-l-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-l-8-5,
.sub-row .col-l-8-5 {
    display: block;
    grid-column: 9/span 5;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-6,
.sub-row .col-l-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-l-8-6,
.sub-row .col-l-8-6 {
    display: block;
    grid-column: 9/span 6;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-7,
.sub-row .col-l-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-l-8-7,
.sub-row .col-l-8-7 {
    display: block;
    grid-column: 9/span 7;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-8,
.sub-row .col-l-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-l-8-8,
.sub-row .col-l-8-8 {
    display: block;
    grid-column: 9/span 8;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-9,
.sub-row .col-l-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-l-8-9,
.sub-row .col-l-8-9 {
    display: block;
    grid-column: 9/span 9;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-10,
.sub-row .col-l-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-l-8-10,
.sub-row .col-l-8-10 {
    display: block;
    grid-column: 9/span 10;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-11,
.sub-row .col-l-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-l-8-11,
.sub-row .col-l-8-11 {
    display: block;
    grid-column: 9/span 11;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-12,
.sub-row .col-l-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-l-8-12,
.sub-row .col-l-8-12 {
    display: block;
    grid-column: 9/span 12;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-1,
.sub-row .col-l-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-l-9-1,
.sub-row .col-l-9-1 {
    display: block;
    grid-column: 10/span 1;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-2,
.sub-row .col-l-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-l-9-2,
.sub-row .col-l-9-2 {
    display: block;
    grid-column: 10/span 2;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-3,
.sub-row .col-l-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-l-9-3,
.sub-row .col-l-9-3 {
    display: block;
    grid-column: 10/span 3;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-4,
.sub-row .col-l-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-l-9-4,
.sub-row .col-l-9-4 {
    display: block;
    grid-column: 10/span 4;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-5,
.sub-row .col-l-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-l-9-5,
.sub-row .col-l-9-5 {
    display: block;
    grid-column: 10/span 5;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-6,
.sub-row .col-l-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-l-9-6,
.sub-row .col-l-9-6 {
    display: block;
    grid-column: 10/span 6;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-7,
.sub-row .col-l-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-l-9-7,
.sub-row .col-l-9-7 {
    display: block;
    grid-column: 10/span 7;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-8,
.sub-row .col-l-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-l-9-8,
.sub-row .col-l-9-8 {
    display: block;
    grid-column: 10/span 8;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-9,
.sub-row .col-l-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-l-9-9,
.sub-row .col-l-9-9 {
    display: block;
    grid-column: 10/span 9;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-10,
.sub-row .col-l-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-l-9-10,
.sub-row .col-l-9-10 {
    display: block;
    grid-column: 10/span 10;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-11,
.sub-row .col-l-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-l-9-11,
.sub-row .col-l-9-11 {
    display: block;
    grid-column: 10/span 11;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-12,
.sub-row .col-l-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-l-9-12,
.sub-row .col-l-9-12 {
    display: block;
    grid-column: 10/span 12;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-1,
.sub-row .col-l-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-l-10-1,
.sub-row .col-l-10-1 {
    display: block;
    grid-column: 11/span 1;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-2,
.sub-row .col-l-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-l-10-2,
.sub-row .col-l-10-2 {
    display: block;
    grid-column: 11/span 2;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-3,
.sub-row .col-l-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-l-10-3,
.sub-row .col-l-10-3 {
    display: block;
    grid-column: 11/span 3;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-4,
.sub-row .col-l-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-l-10-4,
.sub-row .col-l-10-4 {
    display: block;
    grid-column: 11/span 4;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-5,
.sub-row .col-l-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-l-10-5,
.sub-row .col-l-10-5 {
    display: block;
    grid-column: 11/span 5;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-6,
.sub-row .col-l-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-l-10-6,
.sub-row .col-l-10-6 {
    display: block;
    grid-column: 11/span 6;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-7,
.sub-row .col-l-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-l-10-7,
.sub-row .col-l-10-7 {
    display: block;
    grid-column: 11/span 7;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-8,
.sub-row .col-l-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-l-10-8,
.sub-row .col-l-10-8 {
    display: block;
    grid-column: 11/span 8;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-9,
.sub-row .col-l-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-l-10-9,
.sub-row .col-l-10-9 {
    display: block;
    grid-column: 11/span 9;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-10,
.sub-row .col-l-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-l-10-10,
.sub-row .col-l-10-10 {
    display: block;
    grid-column: 11/span 10;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-11,
.sub-row .col-l-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-l-10-11,
.sub-row .col-l-10-11 {
    display: block;
    grid-column: 11/span 11;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-12,
.sub-row .col-l-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-l-10-12,
.sub-row .col-l-10-12 {
    display: block;
    grid-column: 11/span 12;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-1,
.sub-row .col-l-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-l-11-1,
.sub-row .col-l-11-1 {
    display: block;
    grid-column: 12/span 1;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-2,
.sub-row .col-l-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-l-11-2,
.sub-row .col-l-11-2 {
    display: block;
    grid-column: 12/span 2;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-3,
.sub-row .col-l-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-l-11-3,
.sub-row .col-l-11-3 {
    display: block;
    grid-column: 12/span 3;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-4,
.sub-row .col-l-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-l-11-4,
.sub-row .col-l-11-4 {
    display: block;
    grid-column: 12/span 4;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-5,
.sub-row .col-l-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-l-11-5,
.sub-row .col-l-11-5 {
    display: block;
    grid-column: 12/span 5;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-6,
.sub-row .col-l-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-l-11-6,
.sub-row .col-l-11-6 {
    display: block;
    grid-column: 12/span 6;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-7,
.sub-row .col-l-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-l-11-7,
.sub-row .col-l-11-7 {
    display: block;
    grid-column: 12/span 7;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-8,
.sub-row .col-l-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-l-11-8,
.sub-row .col-l-11-8 {
    display: block;
    grid-column: 12/span 8;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-9,
.sub-row .col-l-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-l-11-9,
.sub-row .col-l-11-9 {
    display: block;
    grid-column: 12/span 9;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-10,
.sub-row .col-l-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-l-11-10,
.sub-row .col-l-11-10 {
    display: block;
    grid-column: 12/span 10;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-11,
.sub-row .col-l-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-l-11-11,
.sub-row .col-l-11-11 {
    display: block;
    grid-column: 12/span 11;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-12,
.sub-row .col-l-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-l-11-12,
.sub-row .col-l-11-12 {
    display: block;
    grid-column: 12/span 12;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-1,
.sub-row .col-l-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-l-12-1,
.sub-row .col-l-12-1 {
    display: block;
    grid-column: 13/span 1;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-2,
.sub-row .col-l-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-l-12-2,
.sub-row .col-l-12-2 {
    display: block;
    grid-column: 13/span 2;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-3,
.sub-row .col-l-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-l-12-3,
.sub-row .col-l-12-3 {
    display: block;
    grid-column: 13/span 3;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-4,
.sub-row .col-l-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-l-12-4,
.sub-row .col-l-12-4 {
    display: block;
    grid-column: 13/span 4;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-5,
.sub-row .col-l-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-l-12-5,
.sub-row .col-l-12-5 {
    display: block;
    grid-column: 13/span 5;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-6,
.sub-row .col-l-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-l-12-6,
.sub-row .col-l-12-6 {
    display: block;
    grid-column: 13/span 6;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-7,
.sub-row .col-l-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-l-12-7,
.sub-row .col-l-12-7 {
    display: block;
    grid-column: 13/span 7;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-8,
.sub-row .col-l-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-l-12-8,
.sub-row .col-l-12-8 {
    display: block;
    grid-column: 13/span 8;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-9,
.sub-row .col-l-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-l-12-9,
.sub-row .col-l-12-9 {
    display: block;
    grid-column: 13/span 9;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-10,
.sub-row .col-l-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-l-12-10,
.sub-row .col-l-12-10 {
    display: block;
    grid-column: 13/span 10;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-11,
.sub-row .col-l-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-l-12-11,
.sub-row .col-l-12-11 {
    display: block;
    grid-column: 13/span 11;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
  .row .col-l-12,
.sub-row .col-l-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-l-12-12,
.sub-row .col-l-12-12 {
    display: block;
    grid-column: 13/span 12;
  }
  .row .col-l-0,
.sub-row .col-l-0 {
    display: none;
  }
}
@media (min-width: 1025px) {
  .row .col-xl-1,
.sub-row .col-xl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xl-1-1,
.sub-row .col-xl-1-1 {
    display: block;
    grid-column: 2/span 1;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-2,
.sub-row .col-xl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xl-1-2,
.sub-row .col-xl-1-2 {
    display: block;
    grid-column: 2/span 2;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-3,
.sub-row .col-xl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xl-1-3,
.sub-row .col-xl-1-3 {
    display: block;
    grid-column: 2/span 3;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-4,
.sub-row .col-xl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xl-1-4,
.sub-row .col-xl-1-4 {
    display: block;
    grid-column: 2/span 4;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-5,
.sub-row .col-xl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xl-1-5,
.sub-row .col-xl-1-5 {
    display: block;
    grid-column: 2/span 5;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-6,
.sub-row .col-xl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xl-1-6,
.sub-row .col-xl-1-6 {
    display: block;
    grid-column: 2/span 6;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-7,
.sub-row .col-xl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xl-1-7,
.sub-row .col-xl-1-7 {
    display: block;
    grid-column: 2/span 7;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-8,
.sub-row .col-xl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xl-1-8,
.sub-row .col-xl-1-8 {
    display: block;
    grid-column: 2/span 8;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-9,
.sub-row .col-xl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xl-1-9,
.sub-row .col-xl-1-9 {
    display: block;
    grid-column: 2/span 9;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-10,
.sub-row .col-xl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xl-1-10,
.sub-row .col-xl-1-10 {
    display: block;
    grid-column: 2/span 10;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-11,
.sub-row .col-xl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xl-1-11,
.sub-row .col-xl-1-11 {
    display: block;
    grid-column: 2/span 11;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-12,
.sub-row .col-xl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xl-1-12,
.sub-row .col-xl-1-12 {
    display: block;
    grid-column: 2/span 12;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-1,
.sub-row .col-xl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xl-2-1,
.sub-row .col-xl-2-1 {
    display: block;
    grid-column: 3/span 1;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-2,
.sub-row .col-xl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xl-2-2,
.sub-row .col-xl-2-2 {
    display: block;
    grid-column: 3/span 2;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-3,
.sub-row .col-xl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xl-2-3,
.sub-row .col-xl-2-3 {
    display: block;
    grid-column: 3/span 3;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-4,
.sub-row .col-xl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xl-2-4,
.sub-row .col-xl-2-4 {
    display: block;
    grid-column: 3/span 4;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-5,
.sub-row .col-xl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xl-2-5,
.sub-row .col-xl-2-5 {
    display: block;
    grid-column: 3/span 5;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-6,
.sub-row .col-xl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xl-2-6,
.sub-row .col-xl-2-6 {
    display: block;
    grid-column: 3/span 6;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-7,
.sub-row .col-xl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xl-2-7,
.sub-row .col-xl-2-7 {
    display: block;
    grid-column: 3/span 7;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-8,
.sub-row .col-xl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xl-2-8,
.sub-row .col-xl-2-8 {
    display: block;
    grid-column: 3/span 8;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-9,
.sub-row .col-xl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xl-2-9,
.sub-row .col-xl-2-9 {
    display: block;
    grid-column: 3/span 9;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-10,
.sub-row .col-xl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xl-2-10,
.sub-row .col-xl-2-10 {
    display: block;
    grid-column: 3/span 10;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-11,
.sub-row .col-xl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xl-2-11,
.sub-row .col-xl-2-11 {
    display: block;
    grid-column: 3/span 11;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-12,
.sub-row .col-xl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xl-2-12,
.sub-row .col-xl-2-12 {
    display: block;
    grid-column: 3/span 12;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-1,
.sub-row .col-xl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xl-3-1,
.sub-row .col-xl-3-1 {
    display: block;
    grid-column: 4/span 1;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-2,
.sub-row .col-xl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xl-3-2,
.sub-row .col-xl-3-2 {
    display: block;
    grid-column: 4/span 2;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-3,
.sub-row .col-xl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xl-3-3,
.sub-row .col-xl-3-3 {
    display: block;
    grid-column: 4/span 3;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-4,
.sub-row .col-xl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xl-3-4,
.sub-row .col-xl-3-4 {
    display: block;
    grid-column: 4/span 4;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-5,
.sub-row .col-xl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xl-3-5,
.sub-row .col-xl-3-5 {
    display: block;
    grid-column: 4/span 5;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-6,
.sub-row .col-xl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xl-3-6,
.sub-row .col-xl-3-6 {
    display: block;
    grid-column: 4/span 6;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-7,
.sub-row .col-xl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xl-3-7,
.sub-row .col-xl-3-7 {
    display: block;
    grid-column: 4/span 7;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-8,
.sub-row .col-xl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xl-3-8,
.sub-row .col-xl-3-8 {
    display: block;
    grid-column: 4/span 8;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-9,
.sub-row .col-xl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xl-3-9,
.sub-row .col-xl-3-9 {
    display: block;
    grid-column: 4/span 9;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-10,
.sub-row .col-xl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xl-3-10,
.sub-row .col-xl-3-10 {
    display: block;
    grid-column: 4/span 10;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-11,
.sub-row .col-xl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xl-3-11,
.sub-row .col-xl-3-11 {
    display: block;
    grid-column: 4/span 11;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-12,
.sub-row .col-xl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xl-3-12,
.sub-row .col-xl-3-12 {
    display: block;
    grid-column: 4/span 12;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-1,
.sub-row .col-xl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xl-4-1,
.sub-row .col-xl-4-1 {
    display: block;
    grid-column: 5/span 1;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-2,
.sub-row .col-xl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xl-4-2,
.sub-row .col-xl-4-2 {
    display: block;
    grid-column: 5/span 2;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-3,
.sub-row .col-xl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xl-4-3,
.sub-row .col-xl-4-3 {
    display: block;
    grid-column: 5/span 3;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-4,
.sub-row .col-xl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xl-4-4,
.sub-row .col-xl-4-4 {
    display: block;
    grid-column: 5/span 4;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-5,
.sub-row .col-xl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xl-4-5,
.sub-row .col-xl-4-5 {
    display: block;
    grid-column: 5/span 5;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-6,
.sub-row .col-xl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xl-4-6,
.sub-row .col-xl-4-6 {
    display: block;
    grid-column: 5/span 6;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-7,
.sub-row .col-xl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xl-4-7,
.sub-row .col-xl-4-7 {
    display: block;
    grid-column: 5/span 7;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-8,
.sub-row .col-xl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xl-4-8,
.sub-row .col-xl-4-8 {
    display: block;
    grid-column: 5/span 8;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-9,
.sub-row .col-xl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xl-4-9,
.sub-row .col-xl-4-9 {
    display: block;
    grid-column: 5/span 9;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-10,
.sub-row .col-xl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xl-4-10,
.sub-row .col-xl-4-10 {
    display: block;
    grid-column: 5/span 10;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-11,
.sub-row .col-xl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xl-4-11,
.sub-row .col-xl-4-11 {
    display: block;
    grid-column: 5/span 11;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-12,
.sub-row .col-xl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xl-4-12,
.sub-row .col-xl-4-12 {
    display: block;
    grid-column: 5/span 12;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-1,
.sub-row .col-xl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xl-5-1,
.sub-row .col-xl-5-1 {
    display: block;
    grid-column: 6/span 1;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-2,
.sub-row .col-xl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xl-5-2,
.sub-row .col-xl-5-2 {
    display: block;
    grid-column: 6/span 2;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-3,
.sub-row .col-xl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xl-5-3,
.sub-row .col-xl-5-3 {
    display: block;
    grid-column: 6/span 3;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-4,
.sub-row .col-xl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xl-5-4,
.sub-row .col-xl-5-4 {
    display: block;
    grid-column: 6/span 4;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-5,
.sub-row .col-xl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xl-5-5,
.sub-row .col-xl-5-5 {
    display: block;
    grid-column: 6/span 5;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-6,
.sub-row .col-xl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xl-5-6,
.sub-row .col-xl-5-6 {
    display: block;
    grid-column: 6/span 6;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-7,
.sub-row .col-xl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xl-5-7,
.sub-row .col-xl-5-7 {
    display: block;
    grid-column: 6/span 7;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-8,
.sub-row .col-xl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xl-5-8,
.sub-row .col-xl-5-8 {
    display: block;
    grid-column: 6/span 8;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-9,
.sub-row .col-xl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xl-5-9,
.sub-row .col-xl-5-9 {
    display: block;
    grid-column: 6/span 9;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-10,
.sub-row .col-xl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xl-5-10,
.sub-row .col-xl-5-10 {
    display: block;
    grid-column: 6/span 10;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-11,
.sub-row .col-xl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xl-5-11,
.sub-row .col-xl-5-11 {
    display: block;
    grid-column: 6/span 11;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-12,
.sub-row .col-xl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xl-5-12,
.sub-row .col-xl-5-12 {
    display: block;
    grid-column: 6/span 12;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-1,
.sub-row .col-xl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xl-6-1,
.sub-row .col-xl-6-1 {
    display: block;
    grid-column: 7/span 1;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-2,
.sub-row .col-xl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xl-6-2,
.sub-row .col-xl-6-2 {
    display: block;
    grid-column: 7/span 2;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-3,
.sub-row .col-xl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xl-6-3,
.sub-row .col-xl-6-3 {
    display: block;
    grid-column: 7/span 3;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-4,
.sub-row .col-xl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xl-6-4,
.sub-row .col-xl-6-4 {
    display: block;
    grid-column: 7/span 4;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-5,
.sub-row .col-xl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xl-6-5,
.sub-row .col-xl-6-5 {
    display: block;
    grid-column: 7/span 5;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-6,
.sub-row .col-xl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xl-6-6,
.sub-row .col-xl-6-6 {
    display: block;
    grid-column: 7/span 6;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-7,
.sub-row .col-xl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xl-6-7,
.sub-row .col-xl-6-7 {
    display: block;
    grid-column: 7/span 7;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-8,
.sub-row .col-xl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xl-6-8,
.sub-row .col-xl-6-8 {
    display: block;
    grid-column: 7/span 8;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-9,
.sub-row .col-xl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xl-6-9,
.sub-row .col-xl-6-9 {
    display: block;
    grid-column: 7/span 9;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-10,
.sub-row .col-xl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xl-6-10,
.sub-row .col-xl-6-10 {
    display: block;
    grid-column: 7/span 10;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-11,
.sub-row .col-xl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xl-6-11,
.sub-row .col-xl-6-11 {
    display: block;
    grid-column: 7/span 11;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-12,
.sub-row .col-xl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xl-6-12,
.sub-row .col-xl-6-12 {
    display: block;
    grid-column: 7/span 12;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-1,
.sub-row .col-xl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xl-7-1,
.sub-row .col-xl-7-1 {
    display: block;
    grid-column: 8/span 1;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-2,
.sub-row .col-xl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xl-7-2,
.sub-row .col-xl-7-2 {
    display: block;
    grid-column: 8/span 2;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-3,
.sub-row .col-xl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xl-7-3,
.sub-row .col-xl-7-3 {
    display: block;
    grid-column: 8/span 3;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-4,
.sub-row .col-xl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xl-7-4,
.sub-row .col-xl-7-4 {
    display: block;
    grid-column: 8/span 4;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-5,
.sub-row .col-xl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xl-7-5,
.sub-row .col-xl-7-5 {
    display: block;
    grid-column: 8/span 5;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-6,
.sub-row .col-xl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xl-7-6,
.sub-row .col-xl-7-6 {
    display: block;
    grid-column: 8/span 6;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-7,
.sub-row .col-xl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xl-7-7,
.sub-row .col-xl-7-7 {
    display: block;
    grid-column: 8/span 7;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-8,
.sub-row .col-xl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xl-7-8,
.sub-row .col-xl-7-8 {
    display: block;
    grid-column: 8/span 8;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-9,
.sub-row .col-xl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xl-7-9,
.sub-row .col-xl-7-9 {
    display: block;
    grid-column: 8/span 9;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-10,
.sub-row .col-xl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xl-7-10,
.sub-row .col-xl-7-10 {
    display: block;
    grid-column: 8/span 10;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-11,
.sub-row .col-xl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xl-7-11,
.sub-row .col-xl-7-11 {
    display: block;
    grid-column: 8/span 11;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-12,
.sub-row .col-xl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xl-7-12,
.sub-row .col-xl-7-12 {
    display: block;
    grid-column: 8/span 12;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-1,
.sub-row .col-xl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xl-8-1,
.sub-row .col-xl-8-1 {
    display: block;
    grid-column: 9/span 1;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-2,
.sub-row .col-xl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xl-8-2,
.sub-row .col-xl-8-2 {
    display: block;
    grid-column: 9/span 2;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-3,
.sub-row .col-xl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xl-8-3,
.sub-row .col-xl-8-3 {
    display: block;
    grid-column: 9/span 3;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-4,
.sub-row .col-xl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xl-8-4,
.sub-row .col-xl-8-4 {
    display: block;
    grid-column: 9/span 4;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-5,
.sub-row .col-xl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xl-8-5,
.sub-row .col-xl-8-5 {
    display: block;
    grid-column: 9/span 5;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-6,
.sub-row .col-xl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xl-8-6,
.sub-row .col-xl-8-6 {
    display: block;
    grid-column: 9/span 6;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-7,
.sub-row .col-xl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xl-8-7,
.sub-row .col-xl-8-7 {
    display: block;
    grid-column: 9/span 7;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-8,
.sub-row .col-xl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xl-8-8,
.sub-row .col-xl-8-8 {
    display: block;
    grid-column: 9/span 8;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-9,
.sub-row .col-xl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xl-8-9,
.sub-row .col-xl-8-9 {
    display: block;
    grid-column: 9/span 9;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-10,
.sub-row .col-xl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xl-8-10,
.sub-row .col-xl-8-10 {
    display: block;
    grid-column: 9/span 10;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-11,
.sub-row .col-xl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xl-8-11,
.sub-row .col-xl-8-11 {
    display: block;
    grid-column: 9/span 11;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-12,
.sub-row .col-xl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xl-8-12,
.sub-row .col-xl-8-12 {
    display: block;
    grid-column: 9/span 12;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-1,
.sub-row .col-xl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xl-9-1,
.sub-row .col-xl-9-1 {
    display: block;
    grid-column: 10/span 1;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-2,
.sub-row .col-xl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xl-9-2,
.sub-row .col-xl-9-2 {
    display: block;
    grid-column: 10/span 2;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-3,
.sub-row .col-xl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xl-9-3,
.sub-row .col-xl-9-3 {
    display: block;
    grid-column: 10/span 3;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-4,
.sub-row .col-xl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xl-9-4,
.sub-row .col-xl-9-4 {
    display: block;
    grid-column: 10/span 4;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-5,
.sub-row .col-xl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xl-9-5,
.sub-row .col-xl-9-5 {
    display: block;
    grid-column: 10/span 5;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-6,
.sub-row .col-xl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xl-9-6,
.sub-row .col-xl-9-6 {
    display: block;
    grid-column: 10/span 6;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-7,
.sub-row .col-xl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xl-9-7,
.sub-row .col-xl-9-7 {
    display: block;
    grid-column: 10/span 7;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-8,
.sub-row .col-xl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xl-9-8,
.sub-row .col-xl-9-8 {
    display: block;
    grid-column: 10/span 8;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-9,
.sub-row .col-xl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xl-9-9,
.sub-row .col-xl-9-9 {
    display: block;
    grid-column: 10/span 9;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-10,
.sub-row .col-xl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xl-9-10,
.sub-row .col-xl-9-10 {
    display: block;
    grid-column: 10/span 10;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-11,
.sub-row .col-xl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xl-9-11,
.sub-row .col-xl-9-11 {
    display: block;
    grid-column: 10/span 11;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-12,
.sub-row .col-xl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xl-9-12,
.sub-row .col-xl-9-12 {
    display: block;
    grid-column: 10/span 12;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-1,
.sub-row .col-xl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xl-10-1,
.sub-row .col-xl-10-1 {
    display: block;
    grid-column: 11/span 1;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-2,
.sub-row .col-xl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xl-10-2,
.sub-row .col-xl-10-2 {
    display: block;
    grid-column: 11/span 2;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-3,
.sub-row .col-xl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xl-10-3,
.sub-row .col-xl-10-3 {
    display: block;
    grid-column: 11/span 3;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-4,
.sub-row .col-xl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xl-10-4,
.sub-row .col-xl-10-4 {
    display: block;
    grid-column: 11/span 4;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-5,
.sub-row .col-xl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xl-10-5,
.sub-row .col-xl-10-5 {
    display: block;
    grid-column: 11/span 5;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-6,
.sub-row .col-xl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xl-10-6,
.sub-row .col-xl-10-6 {
    display: block;
    grid-column: 11/span 6;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-7,
.sub-row .col-xl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xl-10-7,
.sub-row .col-xl-10-7 {
    display: block;
    grid-column: 11/span 7;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-8,
.sub-row .col-xl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xl-10-8,
.sub-row .col-xl-10-8 {
    display: block;
    grid-column: 11/span 8;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-9,
.sub-row .col-xl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xl-10-9,
.sub-row .col-xl-10-9 {
    display: block;
    grid-column: 11/span 9;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-10,
.sub-row .col-xl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xl-10-10,
.sub-row .col-xl-10-10 {
    display: block;
    grid-column: 11/span 10;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-11,
.sub-row .col-xl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xl-10-11,
.sub-row .col-xl-10-11 {
    display: block;
    grid-column: 11/span 11;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-12,
.sub-row .col-xl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xl-10-12,
.sub-row .col-xl-10-12 {
    display: block;
    grid-column: 11/span 12;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-1,
.sub-row .col-xl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xl-11-1,
.sub-row .col-xl-11-1 {
    display: block;
    grid-column: 12/span 1;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-2,
.sub-row .col-xl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xl-11-2,
.sub-row .col-xl-11-2 {
    display: block;
    grid-column: 12/span 2;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-3,
.sub-row .col-xl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xl-11-3,
.sub-row .col-xl-11-3 {
    display: block;
    grid-column: 12/span 3;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-4,
.sub-row .col-xl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xl-11-4,
.sub-row .col-xl-11-4 {
    display: block;
    grid-column: 12/span 4;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-5,
.sub-row .col-xl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xl-11-5,
.sub-row .col-xl-11-5 {
    display: block;
    grid-column: 12/span 5;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-6,
.sub-row .col-xl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xl-11-6,
.sub-row .col-xl-11-6 {
    display: block;
    grid-column: 12/span 6;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-7,
.sub-row .col-xl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xl-11-7,
.sub-row .col-xl-11-7 {
    display: block;
    grid-column: 12/span 7;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-8,
.sub-row .col-xl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xl-11-8,
.sub-row .col-xl-11-8 {
    display: block;
    grid-column: 12/span 8;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-9,
.sub-row .col-xl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xl-11-9,
.sub-row .col-xl-11-9 {
    display: block;
    grid-column: 12/span 9;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-10,
.sub-row .col-xl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xl-11-10,
.sub-row .col-xl-11-10 {
    display: block;
    grid-column: 12/span 10;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-11,
.sub-row .col-xl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xl-11-11,
.sub-row .col-xl-11-11 {
    display: block;
    grid-column: 12/span 11;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-12,
.sub-row .col-xl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xl-11-12,
.sub-row .col-xl-11-12 {
    display: block;
    grid-column: 12/span 12;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-1,
.sub-row .col-xl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xl-12-1,
.sub-row .col-xl-12-1 {
    display: block;
    grid-column: 13/span 1;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-2,
.sub-row .col-xl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xl-12-2,
.sub-row .col-xl-12-2 {
    display: block;
    grid-column: 13/span 2;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-3,
.sub-row .col-xl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xl-12-3,
.sub-row .col-xl-12-3 {
    display: block;
    grid-column: 13/span 3;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-4,
.sub-row .col-xl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xl-12-4,
.sub-row .col-xl-12-4 {
    display: block;
    grid-column: 13/span 4;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-5,
.sub-row .col-xl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xl-12-5,
.sub-row .col-xl-12-5 {
    display: block;
    grid-column: 13/span 5;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-6,
.sub-row .col-xl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xl-12-6,
.sub-row .col-xl-12-6 {
    display: block;
    grid-column: 13/span 6;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-7,
.sub-row .col-xl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xl-12-7,
.sub-row .col-xl-12-7 {
    display: block;
    grid-column: 13/span 7;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-8,
.sub-row .col-xl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xl-12-8,
.sub-row .col-xl-12-8 {
    display: block;
    grid-column: 13/span 8;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-9,
.sub-row .col-xl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xl-12-9,
.sub-row .col-xl-12-9 {
    display: block;
    grid-column: 13/span 9;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-10,
.sub-row .col-xl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xl-12-10,
.sub-row .col-xl-12-10 {
    display: block;
    grid-column: 13/span 10;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-11,
.sub-row .col-xl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xl-12-11,
.sub-row .col-xl-12-11 {
    display: block;
    grid-column: 13/span 11;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
  .row .col-xl-12,
.sub-row .col-xl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xl-12-12,
.sub-row .col-xl-12-12 {
    display: block;
    grid-column: 13/span 12;
  }
  .row .col-xl-0,
.sub-row .col-xl-0 {
    display: none;
  }
}
@media (min-width: 1916px) {
  .row .col-xxl-1,
.sub-row .col-xxl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xxl-1-1,
.sub-row .col-xxl-1-1 {
    display: block;
    grid-column: 2/span 1;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-2,
.sub-row .col-xxl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xxl-1-2,
.sub-row .col-xxl-1-2 {
    display: block;
    grid-column: 2/span 2;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-3,
.sub-row .col-xxl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xxl-1-3,
.sub-row .col-xxl-1-3 {
    display: block;
    grid-column: 2/span 3;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-4,
.sub-row .col-xxl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xxl-1-4,
.sub-row .col-xxl-1-4 {
    display: block;
    grid-column: 2/span 4;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-5,
.sub-row .col-xxl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xxl-1-5,
.sub-row .col-xxl-1-5 {
    display: block;
    grid-column: 2/span 5;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-6,
.sub-row .col-xxl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xxl-1-6,
.sub-row .col-xxl-1-6 {
    display: block;
    grid-column: 2/span 6;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-7,
.sub-row .col-xxl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xxl-1-7,
.sub-row .col-xxl-1-7 {
    display: block;
    grid-column: 2/span 7;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-8,
.sub-row .col-xxl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xxl-1-8,
.sub-row .col-xxl-1-8 {
    display: block;
    grid-column: 2/span 8;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-9,
.sub-row .col-xxl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xxl-1-9,
.sub-row .col-xxl-1-9 {
    display: block;
    grid-column: 2/span 9;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-10,
.sub-row .col-xxl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xxl-1-10,
.sub-row .col-xxl-1-10 {
    display: block;
    grid-column: 2/span 10;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-11,
.sub-row .col-xxl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xxl-1-11,
.sub-row .col-xxl-1-11 {
    display: block;
    grid-column: 2/span 11;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-12,
.sub-row .col-xxl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xxl-1-12,
.sub-row .col-xxl-1-12 {
    display: block;
    grid-column: 2/span 12;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-1,
.sub-row .col-xxl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xxl-2-1,
.sub-row .col-xxl-2-1 {
    display: block;
    grid-column: 3/span 1;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-2,
.sub-row .col-xxl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xxl-2-2,
.sub-row .col-xxl-2-2 {
    display: block;
    grid-column: 3/span 2;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-3,
.sub-row .col-xxl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xxl-2-3,
.sub-row .col-xxl-2-3 {
    display: block;
    grid-column: 3/span 3;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-4,
.sub-row .col-xxl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xxl-2-4,
.sub-row .col-xxl-2-4 {
    display: block;
    grid-column: 3/span 4;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-5,
.sub-row .col-xxl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xxl-2-5,
.sub-row .col-xxl-2-5 {
    display: block;
    grid-column: 3/span 5;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-6,
.sub-row .col-xxl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xxl-2-6,
.sub-row .col-xxl-2-6 {
    display: block;
    grid-column: 3/span 6;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-7,
.sub-row .col-xxl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xxl-2-7,
.sub-row .col-xxl-2-7 {
    display: block;
    grid-column: 3/span 7;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-8,
.sub-row .col-xxl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xxl-2-8,
.sub-row .col-xxl-2-8 {
    display: block;
    grid-column: 3/span 8;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-9,
.sub-row .col-xxl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xxl-2-9,
.sub-row .col-xxl-2-9 {
    display: block;
    grid-column: 3/span 9;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-10,
.sub-row .col-xxl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xxl-2-10,
.sub-row .col-xxl-2-10 {
    display: block;
    grid-column: 3/span 10;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-11,
.sub-row .col-xxl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xxl-2-11,
.sub-row .col-xxl-2-11 {
    display: block;
    grid-column: 3/span 11;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-12,
.sub-row .col-xxl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xxl-2-12,
.sub-row .col-xxl-2-12 {
    display: block;
    grid-column: 3/span 12;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-1,
.sub-row .col-xxl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xxl-3-1,
.sub-row .col-xxl-3-1 {
    display: block;
    grid-column: 4/span 1;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-2,
.sub-row .col-xxl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xxl-3-2,
.sub-row .col-xxl-3-2 {
    display: block;
    grid-column: 4/span 2;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-3,
.sub-row .col-xxl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xxl-3-3,
.sub-row .col-xxl-3-3 {
    display: block;
    grid-column: 4/span 3;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-4,
.sub-row .col-xxl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xxl-3-4,
.sub-row .col-xxl-3-4 {
    display: block;
    grid-column: 4/span 4;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-5,
.sub-row .col-xxl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xxl-3-5,
.sub-row .col-xxl-3-5 {
    display: block;
    grid-column: 4/span 5;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-6,
.sub-row .col-xxl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xxl-3-6,
.sub-row .col-xxl-3-6 {
    display: block;
    grid-column: 4/span 6;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-7,
.sub-row .col-xxl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xxl-3-7,
.sub-row .col-xxl-3-7 {
    display: block;
    grid-column: 4/span 7;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-8,
.sub-row .col-xxl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xxl-3-8,
.sub-row .col-xxl-3-8 {
    display: block;
    grid-column: 4/span 8;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-9,
.sub-row .col-xxl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xxl-3-9,
.sub-row .col-xxl-3-9 {
    display: block;
    grid-column: 4/span 9;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-10,
.sub-row .col-xxl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xxl-3-10,
.sub-row .col-xxl-3-10 {
    display: block;
    grid-column: 4/span 10;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-11,
.sub-row .col-xxl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xxl-3-11,
.sub-row .col-xxl-3-11 {
    display: block;
    grid-column: 4/span 11;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-12,
.sub-row .col-xxl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xxl-3-12,
.sub-row .col-xxl-3-12 {
    display: block;
    grid-column: 4/span 12;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-1,
.sub-row .col-xxl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xxl-4-1,
.sub-row .col-xxl-4-1 {
    display: block;
    grid-column: 5/span 1;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-2,
.sub-row .col-xxl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xxl-4-2,
.sub-row .col-xxl-4-2 {
    display: block;
    grid-column: 5/span 2;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-3,
.sub-row .col-xxl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xxl-4-3,
.sub-row .col-xxl-4-3 {
    display: block;
    grid-column: 5/span 3;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-4,
.sub-row .col-xxl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xxl-4-4,
.sub-row .col-xxl-4-4 {
    display: block;
    grid-column: 5/span 4;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-5,
.sub-row .col-xxl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xxl-4-5,
.sub-row .col-xxl-4-5 {
    display: block;
    grid-column: 5/span 5;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-6,
.sub-row .col-xxl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xxl-4-6,
.sub-row .col-xxl-4-6 {
    display: block;
    grid-column: 5/span 6;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-7,
.sub-row .col-xxl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xxl-4-7,
.sub-row .col-xxl-4-7 {
    display: block;
    grid-column: 5/span 7;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-8,
.sub-row .col-xxl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xxl-4-8,
.sub-row .col-xxl-4-8 {
    display: block;
    grid-column: 5/span 8;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-9,
.sub-row .col-xxl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xxl-4-9,
.sub-row .col-xxl-4-9 {
    display: block;
    grid-column: 5/span 9;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-10,
.sub-row .col-xxl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xxl-4-10,
.sub-row .col-xxl-4-10 {
    display: block;
    grid-column: 5/span 10;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-11,
.sub-row .col-xxl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xxl-4-11,
.sub-row .col-xxl-4-11 {
    display: block;
    grid-column: 5/span 11;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-12,
.sub-row .col-xxl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xxl-4-12,
.sub-row .col-xxl-4-12 {
    display: block;
    grid-column: 5/span 12;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-1,
.sub-row .col-xxl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xxl-5-1,
.sub-row .col-xxl-5-1 {
    display: block;
    grid-column: 6/span 1;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-2,
.sub-row .col-xxl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xxl-5-2,
.sub-row .col-xxl-5-2 {
    display: block;
    grid-column: 6/span 2;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-3,
.sub-row .col-xxl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xxl-5-3,
.sub-row .col-xxl-5-3 {
    display: block;
    grid-column: 6/span 3;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-4,
.sub-row .col-xxl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xxl-5-4,
.sub-row .col-xxl-5-4 {
    display: block;
    grid-column: 6/span 4;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-5,
.sub-row .col-xxl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xxl-5-5,
.sub-row .col-xxl-5-5 {
    display: block;
    grid-column: 6/span 5;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-6,
.sub-row .col-xxl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xxl-5-6,
.sub-row .col-xxl-5-6 {
    display: block;
    grid-column: 6/span 6;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-7,
.sub-row .col-xxl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xxl-5-7,
.sub-row .col-xxl-5-7 {
    display: block;
    grid-column: 6/span 7;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-8,
.sub-row .col-xxl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xxl-5-8,
.sub-row .col-xxl-5-8 {
    display: block;
    grid-column: 6/span 8;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-9,
.sub-row .col-xxl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xxl-5-9,
.sub-row .col-xxl-5-9 {
    display: block;
    grid-column: 6/span 9;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-10,
.sub-row .col-xxl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xxl-5-10,
.sub-row .col-xxl-5-10 {
    display: block;
    grid-column: 6/span 10;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-11,
.sub-row .col-xxl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xxl-5-11,
.sub-row .col-xxl-5-11 {
    display: block;
    grid-column: 6/span 11;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-12,
.sub-row .col-xxl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xxl-5-12,
.sub-row .col-xxl-5-12 {
    display: block;
    grid-column: 6/span 12;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-1,
.sub-row .col-xxl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xxl-6-1,
.sub-row .col-xxl-6-1 {
    display: block;
    grid-column: 7/span 1;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-2,
.sub-row .col-xxl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xxl-6-2,
.sub-row .col-xxl-6-2 {
    display: block;
    grid-column: 7/span 2;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-3,
.sub-row .col-xxl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xxl-6-3,
.sub-row .col-xxl-6-3 {
    display: block;
    grid-column: 7/span 3;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-4,
.sub-row .col-xxl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xxl-6-4,
.sub-row .col-xxl-6-4 {
    display: block;
    grid-column: 7/span 4;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-5,
.sub-row .col-xxl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xxl-6-5,
.sub-row .col-xxl-6-5 {
    display: block;
    grid-column: 7/span 5;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-6,
.sub-row .col-xxl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xxl-6-6,
.sub-row .col-xxl-6-6 {
    display: block;
    grid-column: 7/span 6;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-7,
.sub-row .col-xxl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xxl-6-7,
.sub-row .col-xxl-6-7 {
    display: block;
    grid-column: 7/span 7;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-8,
.sub-row .col-xxl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xxl-6-8,
.sub-row .col-xxl-6-8 {
    display: block;
    grid-column: 7/span 8;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-9,
.sub-row .col-xxl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xxl-6-9,
.sub-row .col-xxl-6-9 {
    display: block;
    grid-column: 7/span 9;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-10,
.sub-row .col-xxl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xxl-6-10,
.sub-row .col-xxl-6-10 {
    display: block;
    grid-column: 7/span 10;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-11,
.sub-row .col-xxl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xxl-6-11,
.sub-row .col-xxl-6-11 {
    display: block;
    grid-column: 7/span 11;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-12,
.sub-row .col-xxl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xxl-6-12,
.sub-row .col-xxl-6-12 {
    display: block;
    grid-column: 7/span 12;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-1,
.sub-row .col-xxl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xxl-7-1,
.sub-row .col-xxl-7-1 {
    display: block;
    grid-column: 8/span 1;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-2,
.sub-row .col-xxl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xxl-7-2,
.sub-row .col-xxl-7-2 {
    display: block;
    grid-column: 8/span 2;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-3,
.sub-row .col-xxl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xxl-7-3,
.sub-row .col-xxl-7-3 {
    display: block;
    grid-column: 8/span 3;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-4,
.sub-row .col-xxl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xxl-7-4,
.sub-row .col-xxl-7-4 {
    display: block;
    grid-column: 8/span 4;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-5,
.sub-row .col-xxl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xxl-7-5,
.sub-row .col-xxl-7-5 {
    display: block;
    grid-column: 8/span 5;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-6,
.sub-row .col-xxl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xxl-7-6,
.sub-row .col-xxl-7-6 {
    display: block;
    grid-column: 8/span 6;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-7,
.sub-row .col-xxl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xxl-7-7,
.sub-row .col-xxl-7-7 {
    display: block;
    grid-column: 8/span 7;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-8,
.sub-row .col-xxl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xxl-7-8,
.sub-row .col-xxl-7-8 {
    display: block;
    grid-column: 8/span 8;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-9,
.sub-row .col-xxl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xxl-7-9,
.sub-row .col-xxl-7-9 {
    display: block;
    grid-column: 8/span 9;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-10,
.sub-row .col-xxl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xxl-7-10,
.sub-row .col-xxl-7-10 {
    display: block;
    grid-column: 8/span 10;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-11,
.sub-row .col-xxl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xxl-7-11,
.sub-row .col-xxl-7-11 {
    display: block;
    grid-column: 8/span 11;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-12,
.sub-row .col-xxl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xxl-7-12,
.sub-row .col-xxl-7-12 {
    display: block;
    grid-column: 8/span 12;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-1,
.sub-row .col-xxl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xxl-8-1,
.sub-row .col-xxl-8-1 {
    display: block;
    grid-column: 9/span 1;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-2,
.sub-row .col-xxl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xxl-8-2,
.sub-row .col-xxl-8-2 {
    display: block;
    grid-column: 9/span 2;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-3,
.sub-row .col-xxl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xxl-8-3,
.sub-row .col-xxl-8-3 {
    display: block;
    grid-column: 9/span 3;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-4,
.sub-row .col-xxl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xxl-8-4,
.sub-row .col-xxl-8-4 {
    display: block;
    grid-column: 9/span 4;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-5,
.sub-row .col-xxl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xxl-8-5,
.sub-row .col-xxl-8-5 {
    display: block;
    grid-column: 9/span 5;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-6,
.sub-row .col-xxl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xxl-8-6,
.sub-row .col-xxl-8-6 {
    display: block;
    grid-column: 9/span 6;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-7,
.sub-row .col-xxl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xxl-8-7,
.sub-row .col-xxl-8-7 {
    display: block;
    grid-column: 9/span 7;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-8,
.sub-row .col-xxl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xxl-8-8,
.sub-row .col-xxl-8-8 {
    display: block;
    grid-column: 9/span 8;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-9,
.sub-row .col-xxl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xxl-8-9,
.sub-row .col-xxl-8-9 {
    display: block;
    grid-column: 9/span 9;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-10,
.sub-row .col-xxl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xxl-8-10,
.sub-row .col-xxl-8-10 {
    display: block;
    grid-column: 9/span 10;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-11,
.sub-row .col-xxl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xxl-8-11,
.sub-row .col-xxl-8-11 {
    display: block;
    grid-column: 9/span 11;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-12,
.sub-row .col-xxl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xxl-8-12,
.sub-row .col-xxl-8-12 {
    display: block;
    grid-column: 9/span 12;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-1,
.sub-row .col-xxl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xxl-9-1,
.sub-row .col-xxl-9-1 {
    display: block;
    grid-column: 10/span 1;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-2,
.sub-row .col-xxl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xxl-9-2,
.sub-row .col-xxl-9-2 {
    display: block;
    grid-column: 10/span 2;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-3,
.sub-row .col-xxl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xxl-9-3,
.sub-row .col-xxl-9-3 {
    display: block;
    grid-column: 10/span 3;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-4,
.sub-row .col-xxl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xxl-9-4,
.sub-row .col-xxl-9-4 {
    display: block;
    grid-column: 10/span 4;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-5,
.sub-row .col-xxl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xxl-9-5,
.sub-row .col-xxl-9-5 {
    display: block;
    grid-column: 10/span 5;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-6,
.sub-row .col-xxl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xxl-9-6,
.sub-row .col-xxl-9-6 {
    display: block;
    grid-column: 10/span 6;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-7,
.sub-row .col-xxl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xxl-9-7,
.sub-row .col-xxl-9-7 {
    display: block;
    grid-column: 10/span 7;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-8,
.sub-row .col-xxl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xxl-9-8,
.sub-row .col-xxl-9-8 {
    display: block;
    grid-column: 10/span 8;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-9,
.sub-row .col-xxl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xxl-9-9,
.sub-row .col-xxl-9-9 {
    display: block;
    grid-column: 10/span 9;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-10,
.sub-row .col-xxl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xxl-9-10,
.sub-row .col-xxl-9-10 {
    display: block;
    grid-column: 10/span 10;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-11,
.sub-row .col-xxl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xxl-9-11,
.sub-row .col-xxl-9-11 {
    display: block;
    grid-column: 10/span 11;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-12,
.sub-row .col-xxl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xxl-9-12,
.sub-row .col-xxl-9-12 {
    display: block;
    grid-column: 10/span 12;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-1,
.sub-row .col-xxl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xxl-10-1,
.sub-row .col-xxl-10-1 {
    display: block;
    grid-column: 11/span 1;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-2,
.sub-row .col-xxl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xxl-10-2,
.sub-row .col-xxl-10-2 {
    display: block;
    grid-column: 11/span 2;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-3,
.sub-row .col-xxl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xxl-10-3,
.sub-row .col-xxl-10-3 {
    display: block;
    grid-column: 11/span 3;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-4,
.sub-row .col-xxl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xxl-10-4,
.sub-row .col-xxl-10-4 {
    display: block;
    grid-column: 11/span 4;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-5,
.sub-row .col-xxl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xxl-10-5,
.sub-row .col-xxl-10-5 {
    display: block;
    grid-column: 11/span 5;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-6,
.sub-row .col-xxl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xxl-10-6,
.sub-row .col-xxl-10-6 {
    display: block;
    grid-column: 11/span 6;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-7,
.sub-row .col-xxl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xxl-10-7,
.sub-row .col-xxl-10-7 {
    display: block;
    grid-column: 11/span 7;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-8,
.sub-row .col-xxl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xxl-10-8,
.sub-row .col-xxl-10-8 {
    display: block;
    grid-column: 11/span 8;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-9,
.sub-row .col-xxl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xxl-10-9,
.sub-row .col-xxl-10-9 {
    display: block;
    grid-column: 11/span 9;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-10,
.sub-row .col-xxl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xxl-10-10,
.sub-row .col-xxl-10-10 {
    display: block;
    grid-column: 11/span 10;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-11,
.sub-row .col-xxl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xxl-10-11,
.sub-row .col-xxl-10-11 {
    display: block;
    grid-column: 11/span 11;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-12,
.sub-row .col-xxl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xxl-10-12,
.sub-row .col-xxl-10-12 {
    display: block;
    grid-column: 11/span 12;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-1,
.sub-row .col-xxl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xxl-11-1,
.sub-row .col-xxl-11-1 {
    display: block;
    grid-column: 12/span 1;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-2,
.sub-row .col-xxl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xxl-11-2,
.sub-row .col-xxl-11-2 {
    display: block;
    grid-column: 12/span 2;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-3,
.sub-row .col-xxl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xxl-11-3,
.sub-row .col-xxl-11-3 {
    display: block;
    grid-column: 12/span 3;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-4,
.sub-row .col-xxl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xxl-11-4,
.sub-row .col-xxl-11-4 {
    display: block;
    grid-column: 12/span 4;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-5,
.sub-row .col-xxl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xxl-11-5,
.sub-row .col-xxl-11-5 {
    display: block;
    grid-column: 12/span 5;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-6,
.sub-row .col-xxl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xxl-11-6,
.sub-row .col-xxl-11-6 {
    display: block;
    grid-column: 12/span 6;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-7,
.sub-row .col-xxl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xxl-11-7,
.sub-row .col-xxl-11-7 {
    display: block;
    grid-column: 12/span 7;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-8,
.sub-row .col-xxl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xxl-11-8,
.sub-row .col-xxl-11-8 {
    display: block;
    grid-column: 12/span 8;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-9,
.sub-row .col-xxl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xxl-11-9,
.sub-row .col-xxl-11-9 {
    display: block;
    grid-column: 12/span 9;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-10,
.sub-row .col-xxl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xxl-11-10,
.sub-row .col-xxl-11-10 {
    display: block;
    grid-column: 12/span 10;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-11,
.sub-row .col-xxl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xxl-11-11,
.sub-row .col-xxl-11-11 {
    display: block;
    grid-column: 12/span 11;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-12,
.sub-row .col-xxl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xxl-11-12,
.sub-row .col-xxl-11-12 {
    display: block;
    grid-column: 12/span 12;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-1,
.sub-row .col-xxl-1 {
    display: block;
    grid-column: auto/span 1;
  }
  .row .col-xxl-12-1,
.sub-row .col-xxl-12-1 {
    display: block;
    grid-column: 13/span 1;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-2,
.sub-row .col-xxl-2 {
    display: block;
    grid-column: auto/span 2;
  }
  .row .col-xxl-12-2,
.sub-row .col-xxl-12-2 {
    display: block;
    grid-column: 13/span 2;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-3,
.sub-row .col-xxl-3 {
    display: block;
    grid-column: auto/span 3;
  }
  .row .col-xxl-12-3,
.sub-row .col-xxl-12-3 {
    display: block;
    grid-column: 13/span 3;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-4,
.sub-row .col-xxl-4 {
    display: block;
    grid-column: auto/span 4;
  }
  .row .col-xxl-12-4,
.sub-row .col-xxl-12-4 {
    display: block;
    grid-column: 13/span 4;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-5,
.sub-row .col-xxl-5 {
    display: block;
    grid-column: auto/span 5;
  }
  .row .col-xxl-12-5,
.sub-row .col-xxl-12-5 {
    display: block;
    grid-column: 13/span 5;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-6,
.sub-row .col-xxl-6 {
    display: block;
    grid-column: auto/span 6;
  }
  .row .col-xxl-12-6,
.sub-row .col-xxl-12-6 {
    display: block;
    grid-column: 13/span 6;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-7,
.sub-row .col-xxl-7 {
    display: block;
    grid-column: auto/span 7;
  }
  .row .col-xxl-12-7,
.sub-row .col-xxl-12-7 {
    display: block;
    grid-column: 13/span 7;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-8,
.sub-row .col-xxl-8 {
    display: block;
    grid-column: auto/span 8;
  }
  .row .col-xxl-12-8,
.sub-row .col-xxl-12-8 {
    display: block;
    grid-column: 13/span 8;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-9,
.sub-row .col-xxl-9 {
    display: block;
    grid-column: auto/span 9;
  }
  .row .col-xxl-12-9,
.sub-row .col-xxl-12-9 {
    display: block;
    grid-column: 13/span 9;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-10,
.sub-row .col-xxl-10 {
    display: block;
    grid-column: auto/span 10;
  }
  .row .col-xxl-12-10,
.sub-row .col-xxl-12-10 {
    display: block;
    grid-column: 13/span 10;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-11,
.sub-row .col-xxl-11 {
    display: block;
    grid-column: auto/span 11;
  }
  .row .col-xxl-12-11,
.sub-row .col-xxl-12-11 {
    display: block;
    grid-column: 13/span 11;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
  .row .col-xxl-12,
.sub-row .col-xxl-12 {
    display: block;
    grid-column: auto/span 12;
  }
  .row .col-xxl-12-12,
.sub-row .col-xxl-12-12 {
    display: block;
    grid-column: 13/span 12;
  }
  .row .col-xxl-0,
.sub-row .col-xxl-0 {
    display: none;
  }
}
.flow-xs > * + * {
  margin-top: 0.25rem;
}

.flow-sm > * + * {
  margin-top: 0.5rem;
}

.flow > * + * {
  margin-top: 1.125rem;
}

.flow-l > * + * {
  margin-top: 4rem;
}

.flow-xl > * + * {
  margin-top: 5rem;
}
@media (min-width: 801px) {
  .flow-xl > * + * {
    margin-top: 10rem;
  }
}

.flowless {
  margin-top: 0;
}

.content > * {
  margin-top: 0;
  margin-bottom: 0;
}

.content > * + * {
  margin-top: 1rem;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.content p {
  max-width: 70ch;
}
.content p,
.content li,
.content a {
  line-height: 1.7;
}
.content blockquote {
  padding: 1.25em 1.5em;
  background-color: #000000;
}
.content ol {
  margin-top: 1em;
  list-style-position: outside;
}
.content ol:not([type]) {
  list-style-type: decimal;
}
.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}
.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}
.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}
.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}
.content ul {
  margin-top: 1em;
  list-style: disc outside;
}
.content ul ul {
  margin-top: 0.5em;
  list-style-type: circle;
}
.content ul ul ul {
  list-style-type: square;
}
.content figure {
  margin-right: 2em;
  margin-left: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content figure figcaption {
  font-style: italic;
}
.content pre {
  overflow-x: auto;
  white-space: pre;
  word-wrap: normal;
  -webkit-overflow-scrolling: touch;
}
.content sup,
.content sub {
  font-size: 75%;
}
.content table {
  width: 100%;
}
.content table td,
.content table th {
  padding: 0.5em 0.75em;
  border: 1px solid #000000;
  border-width: 0 0 1px;
  vertical-align: top;
}
.content table th {
  color: inherit;
}
.content table th:not([align]) {
  text-align: inherit;
}
.content table thead td,
.content table thead th {
  color: inherit;
  border-width: 0 0 2px;
}
.content table tfoot td,
.content table tfoot th {
  color: inherit;
  border-width: 2px 0 0;
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content .tabs li + li {
  margin-top: 0;
}
.content .small {
  font-size: clamp(0.875rem, 0.8447rem + 0.1514vw, 1rem);
}

.center .content {
  justify-content: center;
}

.hero,
h1,
h2,
h3,
h4 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.1;
}

.hero {
  font-size: clamp(3.25rem, 3.0078rem + 1.2112vw, 4.25rem);
}

h1,
.h1 {
  font-size: clamp(2rem, 1.8486rem + 0.757vw, 2.625rem);
}

h2,
.h2 {
  font-size: clamp(1.75rem, 1.6894rem + 0.3028vw, 2rem);
}

h3,
.h3 {
  font-size: clamp(1.5rem, 1.4394rem + 0.3028vw, 1.75rem);
}

h4,
.h4 {
  font-size: clamp(1.125rem, 1.0947rem + 0.1514vw, 1.25rem);
}

p,
li {
  font-size: clamp(1rem, 0.9697rem + 0.1514vw, 1.125rem);
}

picture,
figure {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
picture::before,
figure::before {
  content: "";
  display: block;
  overflow: hidden;
  object-position: center;
}
picture[class^=ratio-] img,
figure[class^=ratio-] img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
picture.ratio-wide::before,
figure.ratio-wide::before {
  padding-top: 56.25%;
}
picture.ratio-regular::before,
figure.ratio-regular::before {
  padding-top: 75%;
}
picture.ratio-square::before,
figure.ratio-square::before {
  padding-top: 100%;
}
picture.tl img,
figure.tl img {
  object-position: top left;
}
picture.tc img,
figure.tc img {
  object-position: top;
}
picture.tr img,
figure.tr img {
  object-position: top right;
}
picture.cl img,
figure.cl img {
  object-position: center left;
}
picture.cc img,
figure.cc img {
  object-position: center;
}
picture.cr img,
figure.cr img {
  object-position: center right;
}
picture.bl img,
figure.bl img {
  object-position: bottom left;
}
picture.bc img,
figure.bc img {
  object-position: bottom;
}
picture.br img,
figure.br img {
  object-position: bottom right;
}

.two-col {
  column-count: 1;
}
@media (min-width: 1025px) {
  .two-col {
    column-count: 2;
  }
}
.two-col.content > * {
  padding-bottom: 1rem;
  margin: 0;
}
.two-col.content > * + * {
  padding-bottom: 1rem;
  margin: 0;
}
.two-col.content p {
  break-inside: avoid;
}

.three-col {
  column-count: 1;
  gap: 1.125rem;
}
@media (min-width: 801px) {
  .three-col {
    gap: 1.6875rem;
  }
}
@media (min-width: 801px) {
  .three-col {
    column-count: 2;
  }
}
@media (min-width: 1025px) {
  .three-col {
    column-count: 3;
    gap: 2.25rem;
  }
}
.three-col.content > * {
  padding-bottom: 1rem;
  margin: 0;
}
.three-col.content > * + * {
  padding-bottom: 1rem;
  margin: 0;
}
.three-col.content p {
  break-inside: avoid;
}

.center {
  text-align: left;
}
@media (min-width: 801px) {
  .center {
    text-align: center;
    justify-self: center;
  }
}

.right {
  text-align: left;
}
@media (min-width: 801px) {
  .right {
    text-align: right;
    justify-self: end;
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: auto;
  padding: 0;
  border: 0;
  margin: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-wrap {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
}

#main-content {
  flex: 1;
}

#hamburger {
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  margin-top: -10px;
  background: transparent;
  text-align: center;
  text-align: center;
  text-decoration: none;
  appearance: none;
  cursor: pointer;
}
#hamburger .line {
  position: relative;
  display: inline-block;
}
#hamburger .line,
#hamburger .line::after,
#hamburger .line::before {
  content: "";
  width: 35px;
  height: 4px;
  background-color: #000000;
  transition: top 0.3s ease-in-out 0.5s, transform 0.3s ease-in-out;
  transform-origin: center center;
}
#hamburger .line::before {
  position: absolute;
  top: -11px;
  display: block;
}
#hamburger .line::after {
  position: absolute;
  top: 11px;
  display: block;
}
#hamburger:hover {
  cursor: pointer;
}
#hamburger.is-active .line {
  transition: transform 0.3s ease-in-out 0.5s;
  transform: rotate(45deg);
}
#hamburger.is-active .line::before, #hamburger.is-active .line::after {
  top: 0;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.5s;
}
#hamburger.is-active .line::before {
  transform: rotate(90deg);
}

header {
  position: relative;
  z-index: 99;
  display: flex;
  height: 115px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  justify-content: space-between;
  align-items: center;
  padding-right: 2.25rem;
  padding-left: 2.25rem;
}
@media (min-width: 801px) {
  header {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
header::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: calc(2.25rem + 120px + 2.25rem);
  height: 100%;
  background-color: #ac1b20;
}
@media (min-width: 801px) {
  header::after {
    width: calc(4rem + 120px + 4rem);
  }
}
header .brand svg {
  fill: #ffffff;
}

#nav-container {
  position: fixed;
  top: 108px;
  left: 0;
  width: 100vw;
  height: 0;
  background-color: #ffffff;
  transition: height 0.15s ease-out;
}
#nav-container.is-active {
  height: 100vh;
  transition: height 0.3s ease-in;
}
#nav-container.is-active #nav {
  padding-bottom: 100px;
}
@media (min-width: 1025px) {
  #nav-container {
    position: unset;
    width: auto;
    height: 100%;
  }
}

#nav {
  overflow: scroll;
  height: 100%;
}
@media (min-width: 1025px) {
  #nav {
    overflow: initial;
  }
}
#nav li {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#nav li:hover {
  cursor: pointer;
}
@media (min-width: 1025px) {
  #nav li {
    height: 100%;
    align-self: center;
  }
}
#nav li a {
  display: flex;
  padding: 0.938rem 1.75rem;
  border-bottom: 1px solid #eeeeee;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 1025px) {
  #nav li a {
    padding: 0.938rem 2.4rem;
    padding-right: 0;
    border-bottom: 1px solid transparent;
  }
}
#nav li a:hover {
  color: #ac1b20;
  transition: 0.3s ease-in-out;
}
#nav li .menu-link {
  padding-top: 4rem;
}
@media (min-width: 1025px) {
  #nav li .menu-link {
    padding-top: 0.938rem;
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
}
@media (min-width: 1300px) {
  #nav li .menu-link {
    padding-right: 2.25rem;
    padding-left: 6.25rem;
  }
}
#nav li.is-active .submenu-btn {
  transform: rotate(180deg);
}
#nav li.is-active > ul.submenu {
  max-height: 3000px;
  transition: max-height 0.3s ease-in;
}
#nav li .submenu-btn {
  position: absolute;
  top: 6px;
  right: 2.25rem;
  transition: transform 0.3s ease-in-out;
  transform: rotate(0);
}
@media (min-width: 1025px) {
  #nav li .submenu-btn {
    position: unset;
  }
}
#nav li.nav__item--parent {
  position: relative;
}
@media (min-width: 1025px) {
  #nav li.nav__item--parent:hover .submenu-btn {
    transition: transform 0.3s ease-in-out;
    transform: rotate(180deg);
  }
  #nav li.nav__item--parent:hover .submenu {
    max-height: 800px;
    transition: all 0.3s ease-in;
  }
}
#nav li.nav__item--parent .submenu {
  position: relative;
  display: flex;
  overflow: hidden;
  max-height: 0;
  background: #ffffff;
  transition: all 0.3s ease-in;
  flex-direction: column;
}
#nav li.nav__item--parent .submenu li:first-child {
  box-shadow: inset 0 6px 12px rgba(0, 0, 0, 0.08);
}
#nav li.nav__item--parent .submenu li a {
  width: 100%;
  padding: 0.938rem 2.25rem;
}
@media (min-width: 1025px) {
  #nav li.nav__item--parent .submenu li a {
    width: 254px;
  }
}
@media (min-width: 1025px) {
  #nav li.nav__item--parent .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 11px 12px rgba(0, 0, 0, 0.08);
  }
  #nav li.nav__item--parent .submenu .nav__item a::after {
    position: absolute;
    bottom: 0;
    left: 2.25rem;
    content: "";
    display: block;
    width: 184px;
    height: 1px;
    background-color: #eeeeee;
  }
  #nav li.nav__item--parent .submenu .nav__item:last-child a::after {
    display: none;
  }
}
#nav li.nav__item--parent .submenu .nav__item a {
  position: relative;
  font-weight: 400;
}
#nav li.current > a {
  color: #ac1b20;
  transition: 0.3s ease;
}
@media (min-width: 1025px) {
  #nav {
    display: flex;
    flex-direction: row;
  }
  #nav li {
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
  }
}
#nav .social-icons-wrapper .follow {
  display: none;
}
#nav .social-icons-wrapper .social-icons {
  padding-top: 4rem;
  margin: 1.875rem 2.25rem;
  background-color: #ffffff;
}
#nav .social-icons-wrapper .social-icons li a {
  padding: 0;
  border-bottom: 0 solid transparent;
}
@media (min-width: 1025px) {
  #nav .social-icons-wrapper .social-icons {
    display: none;
  }
}

footer {
  padding-bottom: 2.813rem;
}
footer .newsletter {
  padding: 2.813rem 2.25rem;
  background-color: #eeeeee;
  text-align: center;
}
footer .newsletter .button {
  margin-top: 1rem;
}
footer .brand {
  width: 100%;
  height: auto;
}
footer .brand svg {
  max-width: 120px;
  fill: #ac1b20;
}
footer .menu {
  display: grid;
  padding: 2.813rem 2.25rem;
  background-color: #ffffff;
  align-items: start;
}
footer .menu .footer-navigation .sub-row {
  grid-gap: 0;
}
footer .menu .footer-navigation .sub-row ul.footer-navigation-menu li {
  position: relative;
  display: flex;
  flex-direction: column;
}
footer .menu .footer-navigation .sub-row ul.footer-navigation-menu li:hover {
  cursor: pointer;
}
@media (min-width: 601px) {
  footer .menu .footer-navigation .sub-row ul.footer-navigation-menu li:first-of-type a {
    padding-top: 0;
  }
}
footer .menu .footer-navigation .sub-row ul.footer-navigation-menu li a {
  padding: 0.938rem 0;
  color: #000000;
  font-size: clamp(0.875rem, 0.8447rem + 0.1514vw, 1rem);
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 1025px) {
  footer .menu .footer-navigation .sub-row ul.footer-navigation-menu li a {
    font-size: clamp(1rem, 0.9697rem + 0.1514vw, 1.125rem);
  }
}
footer .menu .footer-navigation .sub-row ul.footer-navigation-menu li.is-active .submenu-btn {
  transition: transform 0.3s ease-in-out;
  transform: rotate(180deg);
}
footer .menu .footer-navigation .sub-row ul.footer-navigation-menu li.is-active .submenu {
  max-height: 800px;
  transition: all 0.3s ease-in;
}
footer .menu .footer-navigation .sub-row ul.footer-navigation-menu .submenu {
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in;
}
@media (min-width: 601px) {
  footer .menu .footer-navigation .sub-row ul.footer-navigation-menu .submenu {
    max-height: 800px;
  }
}
footer .menu .footer-navigation .sub-row ul.footer-navigation-menu .submenu .nav__item a {
  color: #636363;
  font-weight: 400;
  text-decoration: none;
}
footer .menu .footer-navigation .sub-row ul.footer-navigation-menu .submenu .nav__item a:hover {
  color: #ac1b20;
  transition: 0.3s ease;
}
footer .menu .footer-navigation .sub-row ul.footer-navigation-menu .submenu-btn {
  position: absolute;
  top: 6.5px;
  right: 0;
  display: block;
  transition: transform 0.3s ease-in-out;
  transform: rotate(0);
}
@media (min-width: 601px) {
  footer .menu .footer-navigation .sub-row ul.footer-navigation-menu .submenu-btn {
    display: none;
  }
}
footer .legal {
  display: flex;
  padding-right: 2.25rem;
  padding-left: 2.25rem;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  flex-direction: column-reverse;
}
@media (min-width: 1025px) {
  footer .legal {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
footer .legal p {
  margin-top: 1rem;
  color: #636363;
  font-size: clamp(0.625rem, 0.5644rem + 0.3028vw, 0.875rem);
}
@media (min-width: 1025px) {
  footer .legal p {
    margin-top: 0;
  }
}
footer .legal .social-icons-wrapper {
  display: flex;
  flex-direction: row;
}
footer .legal .social-icons-wrapper .follow {
  display: none;
  margin-right: 1.5rem;
}
@media (min-width: 1025px) {
  footer .legal .social-icons-wrapper .follow {
    display: block;
    color: #000000;
    font-weight: 700;
  }
}

h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1.3;
}

h1,
h2,
h3,
h5 {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h5 {
  font-weight: 700;
}

h3,
h4,
h6 {
  font-weight: 400;
}

h5,
h6 {
  margin: 0;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.sub-title {
  color: #ff3e45;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
@media (min-width: 801px) {
  .sub-title {
    font-size: 1.188rem;
  }
}

.title {
  max-width: 22ch;
  font-size: 1.563rem;
  text-transform: uppercase;
}
@media (min-width: 801px) {
  .title {
    font-size: 2.813rem;
  }
}

.intro {
  max-width: 60ch;
  line-height: 1.7;
}

.counter-title {
  min-width: 320px;
}
.counter-title p {
  font-size: clamp(0.625rem, 0.5644rem + 0.3028vw, 0.875rem);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.counter-value p {
  color: #ac1b20;
  font-family: "Montserrat", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.07em;
}
@media (min-width: 801px) {
  .counter-value p {
    font-size: 4.375rem;
  }
}

.row {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.row.padding {
  padding-right: 2.25rem;
  padding-left: 2.25rem;
}
@media (min-width: 801px) {
  .row.padding {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

.grey {
  background-color: #eeeeee;
}

.white {
  background-color: #ffffff;
}

.red {
  background-color: #ac1b20;
}

.blue {
  background-color: #000040;
}

section,
article {
  position: relative;
}

@font-face {
  font-display: block;
  font-family: "doddle-icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/icons/doddle-icons.eot?1631653286826");
  src: url("../fonts/icons/doddle-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/doddle-icons.woff2?1631653286826") format("woff2"), url("../fonts/icons/doddle-icons.woff?1631653286826") format("woff"), url("../fonts/icons/doddle-icons.ttf?1631653286826") format("truetype"), url("../fonts/icons/doddle-icons.svg?1631653286826#doddle-icons") format("svg");
}
.icon {
  display: inline-block;
  font-family: "doddle-icons";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.icon-xs {
  font-size: 0.75em;
}

.icon-sm {
  font-size: 0.875em;
}

.icon-1x {
  font-size: 1em;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-6x {
  font-size: 6em;
}

.icon-7x {
  font-size: 7em;
}

.icon-8x {
  font-size: 8em;
}

.icon-9x {
  font-size: 9em;
}

.icon-10x {
  font-size: 10em;
}

.icon-fw {
  text-align: center;
  width: 1.25em;
}

.icon-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.icon-pull-left {
  float: left;
}

.icon-pull-right {
  float: right;
}

.icon.icon-pull-left {
  margin-right: 0.3em;
}

.icon.icon-pull-right {
  margin-left: 0.3em;
}

.icon-chevon-down::before {
  content: "";
}

.icon-chevon-right::before {
  content: "";
}

.icon-download::before {
  content: "";
}

.icon-facebook::before {
  content: "";
}

.icon-instagram::before {
  content: "";
}

.icon-linkedin::before {
  content: "";
}

.icon-twitter::before {
  content: "";
}

button,
.button {
  display: inline-block;
  padding: 9px 24px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.063rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
button:active,
.button:active {
  transform: scale(0.99);
}
button.primary,
.button.primary {
  border: 1px solid #132d7d;
  border-radius: 30px;
  background: #132d7d;
  color: #ffffff;
  transition: all 0.3s ease-in;
}
button.primary:hover,
.button.primary:hover {
  border: 1px solid #636363;
  background: #ffffff;
  color: #132d7d;
}
button.secondary,
.button.secondary {
  border: 1px solid #636363;
  border-radius: 30px;
  background: transparent;
  color: #132d7d;
  transition: all 0.3s ease-in;
}
button.secondary:hover,
.button.secondary:hover {
  border: 1px solid #132d7d;
  background: #132d7d;
  color: #ffffff;
}
button.inverse,
.button.inverse {
  border: 1px solid #636363;
  border-radius: 30px;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease-in;
}
button.inverse:hover,
.button.inverse:hover {
  border: 1px solid #132d7d;
  background: #132d7d;
  color: #ffffff;
}
button.borderless,
.button.borderless {
  padding-right: 0;
  padding-left: 0;
  border: 1px solid transparent;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease-in;
}
button.borderless:hover, button.borderless:focus,
.button.borderless:hover,
.button.borderless:focus {
  border: 1px solid transparent;
  background: transparent;
  color: #ffffff;
}
button.borderless-blue,
.button.borderless-blue {
  position: relative;
  padding-right: 0;
  padding-bottom: 0.5rem;
  padding-left: 0;
  border: 1px solid transparent;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #132d7d;
  transition: all 0.3s ease-in;
}
button.borderless-blue:hover, button.borderless-blue:focus,
.button.borderless-blue:hover,
.button.borderless-blue:focus {
  border: 1px solid transparent;
  border-bottom: 2px solid #132d7d;
  background: transparent;
  color: #132d7d;
}
button.borderless-white,
.button.borderless-white {
  position: relative;
  padding-right: 0;
  padding-bottom: 0.5rem;
  padding-left: 0;
  border: 1px solid transparent;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #ffffff;
  transition: all 0.3s ease-in;
}
button.borderless-white:hover, button.borderless-white:focus,
.button.borderless-white:hover,
.button.borderless-white:focus {
  border: 1px solid transparent;
  border-bottom: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
button.icon-right::after,
.button.icon-right::after {
  content: "";
  display: inline-block;
  margin-left: 0.625rem;
  font-family: "doddle-icons";
  font-size: 10pt;
  font-weight: 400;
  line-height: 1.1;
  font-display: block;
  font-style: normal;
}
button.download::before,
.button.download::before {
  content: "";
  display: inline-block;
  margin-right: 0.625rem;
  font-family: "doddle-icons";
  font-size: 10pt;
  font-weight: 400;
  line-height: 1.1;
  font-display: block;
  font-style: normal;
}

.fw-mobile {
  width: 100%;
  width: auto;
}

.btn-container {
  text-align: center;
}

.submenu-btn {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  margin-left: 0.625rem;
  background-color: transparent;
  color: #ac1b20;
  font-family: "doddle-icons";
  font-size: 10pt;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-display: block;
  font-style: normal;
}
@media (min-width: 801px) {
  .submenu-btn {
    position: unset;
  }
}

@media (min-width: 1025px) {
  #nav .nav__item > a.menu-btn {
    display: inline-block;
    padding: 9px 24px;
    border: 1px solid #132d7d;
    border-radius: 30px;
    margin: 0;
    background: #132d7d;
    color: #ffffff;
    font-size: 1.063rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    transition: all 0.3s ease-in;
  }
  #nav .nav__item > a.menu-btn:hover {
    border: 1px solid #636363;
    background: #ffffff;
    color: #132d7d;
  }
}
#hamburger {
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  margin-top: -10px;
  background: transparent;
  text-align: center;
  text-align: center;
  text-decoration: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
#hamburger .line {
  position: relative;
  display: inline-block;
}
#hamburger .line,
#hamburger .line::after,
#hamburger .line::before {
  content: "";
  width: 35px;
  height: 4px;
  background-color: #000000;
  transition: top 0.3s ease-in-out 0.5s, transform 0.3s ease-in-out;
  transform-origin: center center;
}
#hamburger .line::before {
  position: absolute;
  top: -11px;
  display: block;
}
#hamburger .line::after {
  position: absolute;
  top: 11px;
  display: block;
}
#hamburger:hover {
  cursor: pointer;
}
#hamburger.is-active .line {
  transition: transform 0.3s ease-in-out 0.5s;
  transform: rotate(45deg);
}
#hamburger.is-active .line::before, #hamburger.is-active .line::after {
  top: 0;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.5s;
}
#hamburger.is-active .line::before {
  transform: rotate(90deg);
}
@media (min-width: 1025px) {
  #hamburger {
    display: none;
  }
}

.social-icons {
  display: flex;
  flex-direction: row;
}
.social-icons li {
  display: flex;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
}
.social-icons li:first-of-type {
  margin-left: 0;
}
.social-icons li a {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.125rem;
}
.social-icons li a:hover {
  color: #000040;
  transition: color 0.3s ease-in-out;
}

#default-pg-head {
  position: relative;
  width: 100vw;
  padding-right: 2.25rem;
  padding-left: 2.25rem;
}
@media (min-width: 801px) {
  #default-pg-head {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
#default-pg-head .default-pg-head-bg {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
#default-pg-head .default-pg-head-img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  opacity: 0.4;
}
#default-pg-head .default-pg-head-img picture {
  height: 100%;
}
#default-pg-head .default-pg-head-img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#default-pg-head .default-pg-head-intro {
  display: flex;
  width: 100%;
  height: 100%;
  color: #ffffff;
  justify-content: center;
  flex-direction: column;
}

.video-wrapper {
  position: relative;
  z-index: 1;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.resources {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  padding-right: 2.25rem;
  padding-left: 2.25rem;
  position: relative;
}
@media (min-width: 801px) {
  .resources {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
.resources a {
  text-decoration: none;
}
.resources a img {
  transition: transform 0.3s ease;
}
.resources a img:hover {
  transform: scale(1.1);
}
.resources .resources-col-description {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.resources .resources-col-description .resources-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 1rem;
  fill: #ac1b20;
}
.resources .resources-col-description a {
  color: #000000;
  font-weight: 700;
}
.resources .resources-col-description a:hover {
  color: #ac1b20;
  transition: 0.3s ease;
}
.resources .resources-col-except {
  color: #000000;
}
.resources .resources-col-except .btn-wrapper {
  text-align: center;
}

picture {
  z-index: 1;
}

.image-5by4 {
  position: relative;
}
.image-5by4::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 80%;
}
.image-5by4 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.image-5by3 {
  position: relative;
}
.image-5by3::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
}
.image-5by3 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-text-btn-pattern {
  grid-template-areas: "img img img img img img img img img img img img" "copy copy copy copy copy copy copy copy copy copy copy copy";
}
@media (min-width: 801px) {
  .img-text-btn-pattern {
    grid-template-areas: "img img img img img img copy copy copy copy copy copy";
  }
}
@media (min-width: 1025px) {
  .img-text-btn-pattern {
    grid-template-areas: "img img img img img copy copy copy copy copy copy copy";
  }
}
.img-text-btn-pattern .img-text-btn-pattern_image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  grid-area: img;
}
.img-text-btn-pattern .img-text-btn-pattern_image picture {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.img-text-btn-pattern .img-text-btn-pattern_image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.img-text-btn-pattern .img-text-btn-pattern_text {
  grid-area: copy;
}
.img-text-btn-pattern .img-text-btn-pattern_text.boxed {
  display: flex;
  min-height: 470px;
  align-items: center;
}
.img-text-btn-pattern.img-right {
  grid-template-areas: "copy copy copy copy copy copy copy copy copy copy copy copy" "img img img img img img img img img img img img";
}
@media (min-width: 801px) {
  .img-text-btn-pattern.img-right {
    grid-template-areas: "copy copy copy copy copy copy img img img img img img";
  }
}
@media (min-width: 1025px) {
  .img-text-btn-pattern.img-right {
    grid-template-areas: "copy copy copy copy copy copy copy img img img img img";
  }
}

.testimonial {
  color: #ffffff;
  text-align: left;
  padding-right: 2.25rem;
  padding-left: 2.25rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 801px) {
  .testimonial {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

.testimonial-quotation {
  font-size: 1.563rem;
  line-height: 1.7;
}

.text-center {
  text-align: center;
}

.contact-bar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #000040;
  color: #ffffff;
  padding-right: 2.25rem;
  padding-left: 2.25rem;
}
@media (min-width: 801px) {
  .contact-bar {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
.contact-bar .btn-wrapper {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 601px) {
  .contact-bar .btn-wrapper {
    justify-content: flex-end;
  }
}

.auto-row-3 {
  display: grid;
  width: 100%;
  max-width: 89.75rem;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: 1fr;
  gap: 1.125rem;
}
@media (min-width: 601px) {
  .auto-row-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 801px) {
  .auto-row-3 {
    gap: 3rem;
  }
}

fieldset {
  border: none;
}

.field {
  position: relative;
  margin-bottom: 0.5rem;
}

input[type=text],
input[type=date],
input[type=time],
input[type=email],
input[type=file],
textarea,
select {
  display: flex;
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: clamp(0.875rem, 0.8447rem + 0.1514vw, 1rem);
  appearance: none;
  align-items: center;
}

input[type=text],
input[type=date],
input[type=time],
input[type=email],
select {
  padding: 1rem 1.25rem 1rem 10rem;
}
@media (min-width: 801px) {
  input[type=text],
input[type=date],
input[type=time],
input[type=email],
select {
    padding-left: 14rem;
  }
}

input[type=file] {
  padding: 0.75rem 1.25rem 0.75rem 10rem;
}
@media (min-width: 801px) {
  input[type=file] {
    padding-left: 14rem;
  }
}

textarea {
  padding: 1rem 1.25rem;
}

label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 50px;
  padding: 1rem 1.25rem;
  color: #000000;
  font-size: clamp(0.875rem, 0.8447rem + 0.1514vw, 1rem);
  align-items: center;
}

.border-label {
  top: 16px;
  width: 144px;
  height: 18px;
  padding-top: 0;
  padding-right: 0.25rem;
  padding-bottom: 0;
  border-right: 1px solid #ac1b20;
}
@media (min-width: 801px) {
  .border-label {
    width: 176px;
    padding-right: 1.25rem;
  }
}

input[type=radio] {
  padding: 0;
  margin: 0;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 1rem;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid transparent;
  border-left: none;
  border-radius: 0;
  background-color: #ffffff;
  color: #000000;
}

input::placeholder,
textarea::placeholder {
  opacity: 0.3;
  color: #000000;
}

input::placeholder::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #ac1b20;
}

input[type=text]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=email]:focus,
input[type=radio]:focus,
input[type=file]:focus,
textarea:focus,
select:focus {
  border: 1px solid #ff3e45;
  outline: none !important;
  box-shadow: 0 0 5px #ff3e45;
}

input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #000000;
  margin: 0;
}

input[type=checkbox]:checked {
  background-color: #ac1b20;
  transition: 0.3s ease;
}
input[type=checkbox]:checked::after {
  content: "✓";
  display: flex;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  justify-content: center;
  align-items: center;
}

.field-checkbox {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}
@media (min-width: 801px) {
  .field-checkbox {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.field-checkbox .checkbox {
  position: relative;
  height: 30px;
}
.field-checkbox .checkbox label.checkbox-label {
  position: absolute;
  top: 0;
  left: 50px;
  width: 252px;
  height: 30px;
  padding: 0;
  font-weight: 700;
}
@media (min-width: 801px) {
  .field-checkbox .checkbox label.checkbox-label {
    width: 352px;
  }
}
.field-checkbox p {
  margin-bottom: 0.5rem;
}
@media (min-width: 801px) {
  .field-checkbox p {
    margin-bottom: 0;
  }
}

.checkbox-cnt {
  position: relative;
  display: block;
  padding-left: 35px;
  cursor: pointer;
  user-select: none;
}
.checkbox-cnt input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.checkbox-cnt .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px #636363 solid;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 25px;
}
.checkbox-cnt p {
  color: #000000;
  line-height: 25px;
}

.alert {
  display: block;
  padding: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.alert p {
  margin-bottom: 0;
}

.alert-warning {
  border-left: 3px solid #ffe74c;
  background-color: #fff9d2;
  color: #000000;
}

.alert-success {
  border-left: 3px solid #6bf178;
  background-color: #dafcdd;
  color: #000000;
}

.honeypot {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: auto;
  padding: 0;
  border: 0;
  margin: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

input[type=email].subscribe {
  padding: 1rem 1.25rem;
  border: 1px solid #636363;
  background-color: transparent;
  box-shadow: unset;
}

.swoosh-red-center::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: url(/swooshes/swoosh-red.svg);
  display: block;
  width: 100%;
  height: 100%;
}

.swoosh-red-contain::after {
  position: absolute;
  z-index: 0;
  top: -2rem;
  left: 0;
  content: "";
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url(/swooshes/swoosh-red.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.swoosh-white-center::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url(/swooshes/swoosh-white.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.resources_swoosh-red-bottom::after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  overflow: hidden;
  width: 100%;
  height: 140px;
  background-image: url(/swooshes/swoosh-red.svg);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  .resources_swoosh-red-bottom::after {
    height: 240px;
  }
}

.contact_swoosh-red-top::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: url(/swooshes/swoosh-red-contact.svg);
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1025px) {
  .contact_swoosh-red-top::after {
    bottom: 23rem;
  }
}

.row_swoosh-red-center::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: -2.25rem;
  content: "";
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  background-image: url(/swooshes/swoosh-red-wide.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 801px) {
  .row_swoosh-red-center::after {
    left: -4rem;
  }
}

.row_swoosh-light-red-center::after {
  position: absolute;
  z-index: 0;
  bottom: -4rem;
  left: 0;
  content: url(/swooshes/swoosh-light-red.svg);
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 801px) {
  .row_swoosh-light-red-center::after {
    bottom: -6rem;
  }
}
@media (min-width: 1025px) {
  .row_swoosh-light-red-center::after {
    bottom: 10rem;
  }
}

.swoosh-red-center-home::after {
  position: absolute;
  z-index: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  background-image: url(/swooshes/swoosh-white-home.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  .swoosh-red-center-home::after {
    bottom: -62.5rem;
    display: block;
  }
}

.swoosh-resources::after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  background-image: url(/swooshes/swoosh-resources.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.breadcrumbs {
  position: absolute;
  top: 1.5rem;
  display: flex;
  flex-direction: row;
}
.breadcrumbs li:last-child a::after {
  display: none;
}
.breadcrumbs a {
  color: #ffffff;
  font-size: clamp(0.625rem, 0.5644rem + 0.3028vw, 0.875rem);
  font-weight: 400;
  text-decoration: none;
}
.breadcrumbs a::after {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #ffffff;
  font-family: "doddle-icons";
  font-size: 10px;
  font-weight: 400;
  line-height: 1.1;
  font-display: block;
  font-style: normal;
}

.honeypot {
  display: none;
}

.g-recaptcha {
  margin-top: 1rem;
}

/*# sourceMappingURL=critical.css.map */
