@charset "UTF-8";
body {
  width: 100%;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  width: 2px;
}

::-webkit-scrollbar {
  height: 5px !important;
  width: 5px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.04);
}

::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.12);
}

.Duck .code {
  height: fit-content;
  width: fit-content;
  color: #ff3860;
  background-color: #feecf0;
  padding: 4px 8px;
  margin: 0 4px;
  border-radius: 4px;
}
.Duck .is-scroll {
  overflow: scroll;
}
.Duck .is-scroll-x {
  overflow-x: auto;
}
.Duck .is-scroll-y {
  overflow-y: auto;
}
.Duck .is-overflow {
  overflow: hidden;
}
.Duck .overflow-auto {
  overflow: auto !important;
}
.Duck .is-overflow-x {
  overflow-x: hidden;
}
.Duck .fit-content {
  flex: fit-content;
}
.Duck * {
  box-sizing: border-box;
}
.Duck ul li {
  list-style-position: inside;
}
.Duck h1, .Duck h2, .Duck h3, .Duck h4, .Duck h5, .Duck h6, .Duck p {
  margin: 0px;
}
.Duck .is-fill {
  height: 100%;
  width: 100%;
}
.Duck .is-fill-x {
  width: 100% !important;
}
.Duck .is-hug {
  width: fit-content;
  height: fit-content;
}
.Duck .is-hug-x {
  width: fit-content;
}
.Duck .is-hug-y {
  height: fit-content;
}
.Duck .is-fill-y {
  height: 100% !important;
}
.Duck .is-full-y {
  height: 100vh !important;
}
.Duck .is-full-x {
  width: 100vw;
  position: relative;
  left: 0%;
  right: 0%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
.Duck .size-x {
  width: 0;
  height: 0;
}
.Duck .size-x > svg {
  width: 0;
  height: 0;
}
.Duck .size-y-x {
  height: 0;
}
.Duck .size-x-x {
  width: 0;
}
.Duck .size-x-x2 {
  width: calc(0 * 10);
  height: calc(0 * 10);
}
.Duck .size-y-x-x2 {
  height: calc(0 * 10);
}
.Duck .size-x-x-x2 {
  width: calc(0 * 10);
}
.Duck .size-xs {
  width: 4px;
  height: 4px;
}
.Duck .size-xs > svg {
  width: 4px;
  height: 4px;
}
.Duck .size-y-xs {
  height: 4px;
}
.Duck .size-x-xs {
  width: 4px;
}
.Duck .size-xs-x2 {
  width: calc(4px * 10);
  height: calc(4px * 10);
}
.Duck .size-y-xs-x2 {
  height: calc(4px * 10);
}
.Duck .size-x-xs-x2 {
  width: calc(4px * 10);
}
.Duck .size-s {
  width: 8px;
  height: 8px;
}
.Duck .size-s > svg {
  width: 8px;
  height: 8px;
}
.Duck .size-y-s {
  height: 8px;
}
.Duck .size-x-s {
  width: 8px;
}
.Duck .size-s-x2 {
  width: calc(8px * 10);
  height: calc(8px * 10);
}
.Duck .size-y-s-x2 {
  height: calc(8px * 10);
}
.Duck .size-x-s-x2 {
  width: calc(8px * 10);
}
.Duck .size-m {
  width: 16px;
  height: 16px;
}
.Duck .size-m > svg {
  width: 16px;
  height: 16px;
}
.Duck .size-y-m {
  height: 16px;
}
.Duck .size-x-m {
  width: 16px;
}
.Duck .size-m-x2 {
  width: calc(16px * 10);
  height: calc(16px * 10);
}
.Duck .size-y-m-x2 {
  height: calc(16px * 10);
}
.Duck .size-x-m-x2 {
  width: calc(16px * 10);
}
.Duck .size-l {
  width: 24px;
  height: 24px;
}
.Duck .size-l > svg {
  width: 24px;
  height: 24px;
}
.Duck .size-y-l {
  height: 24px;
}
.Duck .size-x-l {
  width: 24px;
}
.Duck .size-l-x2 {
  width: calc(24px * 10);
  height: calc(24px * 10);
}
.Duck .size-y-l-x2 {
  height: calc(24px * 10);
}
.Duck .size-x-l-x2 {
  width: calc(24px * 10);
}
.Duck .size-xl {
  width: 32px;
  height: 32px;
}
.Duck .size-xl > svg {
  width: 32px;
  height: 32px;
}
.Duck .size-y-xl {
  height: 32px;
}
.Duck .size-x-xl {
  width: 32px;
}
.Duck .size-xl-x2 {
  width: calc(32px * 10);
  height: calc(32px * 10);
}
.Duck .size-y-xl-x2 {
  height: calc(32px * 10);
}
.Duck .size-x-xl-x2 {
  width: calc(32px * 10);
}
.Duck .size-xxl {
  width: 48px;
  height: 48px;
}
.Duck .size-xxl > svg {
  width: 48px;
  height: 48px;
}
.Duck .size-y-xxl {
  height: 48px;
}
.Duck .size-x-xxl {
  width: 48px;
}
.Duck .size-xxl-x2 {
  width: calc(48px * 10);
  height: calc(48px * 10);
}
.Duck .size-y-xxl-x2 {
  height: calc(48px * 10);
}
.Duck .size-x-xxl-x2 {
  width: calc(48px * 10);
}
.Duck .rounded-x {
  border-radius: 0 !important;
}
.Duck .rounded-t-x {
  border-radius: 0 0 4px 4px !important;
}
.Duck .rounded-r-x {
  border-radius: 0 4px 4px 0 !important;
}
.Duck .rounded-l-x {
  border-radius: 4px 0 0 4px !important;
}
.Duck .rounded-r-x {
  border-radius: 4px 0 0 4px !important;
}
.Duck .rounded-tl-x {
  border-radius: 0 4px 4px 4px !important;
}
.Duck .rounded-tr-x {
  border-radius: 4px 0 4px 4px !important;
}
.Duck .rounded-br-x {
  border-radius: 4px 4px 0 4px !important;
}
.Duck .rounded-bl-x {
  border-radius: 4px 4px 4px 0 !important;
}
.Duck .rounded-l-x {
  border-radius: 0 4px 4px 0 !important;
}
.Duck .rounded-b-x {
  border-radius: 4px 4px 0 0 !important;
}
.Duck .rounded-xs {
  border-radius: 4px !important;
}
.Duck .rounded-t-xs {
  border-radius: 4px 4px 4px 4px !important;
}
.Duck .rounded-r-xs {
  border-radius: 4px 4px 4px 4px !important;
}
.Duck .rounded-l-xs {
  border-radius: 4px 4px 4px 4px !important;
}
.Duck .rounded-r-xs {
  border-radius: 4px 4px 4px 4px !important;
}
.Duck .rounded-tl-xs {
  border-radius: 4px 4px 4px 4px !important;
}
.Duck .rounded-tr-xs {
  border-radius: 4px 4px 4px 4px !important;
}
.Duck .rounded-br-xs {
  border-radius: 4px 4px 4px 4px !important;
}
.Duck .rounded-bl-xs {
  border-radius: 4px 4px 4px 4px !important;
}
.Duck .rounded-l-xs {
  border-radius: 4px 4px 4px 4px !important;
}
.Duck .rounded-b-xs {
  border-radius: 4px 4px 4px 4px !important;
}
.Duck .rounded-s {
  border-radius: 8px !important;
}
.Duck .rounded-t-s {
  border-radius: 8px 8px 4px 4px !important;
}
.Duck .rounded-r-s {
  border-radius: 8px 4px 4px 8px !important;
}
.Duck .rounded-l-s {
  border-radius: 4px 8px 8px 4px !important;
}
.Duck .rounded-r-s {
  border-radius: 4px 8px 8px 4px !important;
}
.Duck .rounded-tl-s {
  border-radius: 8px 4px 4px 4px !important;
}
.Duck .rounded-tr-s {
  border-radius: 4px 8px 4px 4px !important;
}
.Duck .rounded-br-s {
  border-radius: 4px 4px 8px 4px !important;
}
.Duck .rounded-bl-s {
  border-radius: 4px 4px 4px 8px !important;
}
.Duck .rounded-l-s {
  border-radius: 8px 4px 4px 8px !important;
}
.Duck .rounded-b-s {
  border-radius: 4px 4px 8px 8px !important;
}
.Duck .rounded-m {
  border-radius: 16px !important;
}
.Duck .rounded-t-m {
  border-radius: 16px 16px 4px 4px !important;
}
.Duck .rounded-r-m {
  border-radius: 16px 4px 4px 16px !important;
}
.Duck .rounded-l-m {
  border-radius: 4px 16px 16px 4px !important;
}
.Duck .rounded-r-m {
  border-radius: 4px 16px 16px 4px !important;
}
.Duck .rounded-tl-m {
  border-radius: 16px 4px 4px 4px !important;
}
.Duck .rounded-tr-m {
  border-radius: 4px 16px 4px 4px !important;
}
.Duck .rounded-br-m {
  border-radius: 4px 4px 16px 4px !important;
}
.Duck .rounded-bl-m {
  border-radius: 4px 4px 4px 16px !important;
}
.Duck .rounded-l-m {
  border-radius: 16px 4px 4px 16px !important;
}
.Duck .rounded-b-m {
  border-radius: 4px 4px 16px 16px !important;
}
.Duck .rounded-l {
  border-radius: 24px !important;
}
.Duck .rounded-t-l {
  border-radius: 24px 24px 4px 4px !important;
}
.Duck .rounded-r-l {
  border-radius: 24px 4px 4px 24px !important;
}
.Duck .rounded-l-l {
  border-radius: 4px 24px 24px 4px !important;
}
.Duck .rounded-r-l {
  border-radius: 4px 24px 24px 4px !important;
}
.Duck .rounded-tl-l {
  border-radius: 24px 4px 4px 4px !important;
}
.Duck .rounded-tr-l {
  border-radius: 4px 24px 4px 4px !important;
}
.Duck .rounded-br-l {
  border-radius: 4px 4px 24px 4px !important;
}
.Duck .rounded-bl-l {
  border-radius: 4px 4px 4px 24px !important;
}
.Duck .rounded-l-l {
  border-radius: 24px 4px 4px 24px !important;
}
.Duck .rounded-b-l {
  border-radius: 4px 4px 24px 24px !important;
}
.Duck .rounded-xl {
  border-radius: 32px !important;
}
.Duck .rounded-t-xl {
  border-radius: 32px 32px 4px 4px !important;
}
.Duck .rounded-r-xl {
  border-radius: 32px 4px 4px 32px !important;
}
.Duck .rounded-l-xl {
  border-radius: 4px 32px 32px 4px !important;
}
.Duck .rounded-r-xl {
  border-radius: 4px 32px 32px 4px !important;
}
.Duck .rounded-tl-xl {
  border-radius: 32px 4px 4px 4px !important;
}
.Duck .rounded-tr-xl {
  border-radius: 4px 32px 4px 4px !important;
}
.Duck .rounded-br-xl {
  border-radius: 4px 4px 32px 4px !important;
}
.Duck .rounded-bl-xl {
  border-radius: 4px 4px 4px 32px !important;
}
.Duck .rounded-l-xl {
  border-radius: 32px 4px 4px 32px !important;
}
.Duck .rounded-b-xl {
  border-radius: 4px 4px 32px 32px !important;
}
.Duck .rounded-xxl {
  border-radius: 48px !important;
}
.Duck .rounded-t-xxl {
  border-radius: 48px 48px 4px 4px !important;
}
.Duck .rounded-r-xxl {
  border-radius: 48px 4px 4px 48px !important;
}
.Duck .rounded-l-xxl {
  border-radius: 4px 48px 48px 4px !important;
}
.Duck .rounded-r-xxl {
  border-radius: 4px 48px 48px 4px !important;
}
.Duck .rounded-tl-xxl {
  border-radius: 48px 4px 4px 4px !important;
}
.Duck .rounded-tr-xxl {
  border-radius: 4px 48px 4px 4px !important;
}
.Duck .rounded-br-xxl {
  border-radius: 4px 4px 48px 4px !important;
}
.Duck .rounded-bl-xxl {
  border-radius: 4px 4px 4px 48px !important;
}
.Duck .rounded-l-xxl {
  border-radius: 48px 4px 4px 48px !important;
}
.Duck .rounded-b-xxl {
  border-radius: 4px 4px 48px 48px !important;
}
.Duck .rounded {
  overflow: hidden;
  border-radius: 500px !important;
}
.Duck .rounded-x {
  border-radius: 0 !important;
}
.Duck .text-italic {
  font-style: italic;
}
.Duck .text-xs {
  line-height: 150%;
  font-weight: 400;
  font-size: 13px !important;
}
.Duck .text-xs.unwrap {
  white-space: nowrap !important;
}
.Duck .text-s {
  line-height: 150%;
  font-weight: 400;
  font-size: 15px !important;
}
.Duck .text-s.unwrap {
  white-space: nowrap !important;
}
.Duck .text-m {
  line-height: 150%;
  font-weight: 400;
  font-size: 17px !important;
}
.Duck .text-m.unwrap {
  white-space: nowrap !important;
}
.Duck .text-l {
  line-height: 150%;
  font-weight: 400;
  font-size: clamp(18px, 1.5vw, 21px) !important;
}
.Duck .text-l.unwrap {
  white-space: nowrap !important;
}
.Duck .text-xl {
  line-height: 150%;
  font-weight: 400;
  font-size: 25px !important;
}
.Duck .text-xl.unwrap {
  white-space: nowrap !important;
}
.Duck .text-xxl {
  line-height: 150%;
  font-weight: 400;
  font-size: 33px !important;
}
.Duck .text-xxl.unwrap {
  white-space: nowrap !important;
}
.Duck .text-uppercase {
  text-transform: uppercase;
}
.Duck .text-capitalize {
  text-transform: capitalize;
}
.Duck .is-1-line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Duck .is-2-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Duck .is-3-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Duck .is-4-line {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Duck .is-5-line {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Duck .title-xs {
  line-height: 120%;
  font-weight: 600;
  font-size: 12px !important;
}
.Duck .title-xs.unwrap {
  white-space: nowrap !important;
}
.Duck .title-s {
  line-height: 120%;
  font-weight: 600;
  font-size: 14px !important;
}
.Duck .title-s.unwrap {
  white-space: nowrap !important;
}
.Duck .title-m {
  line-height: 120%;
  font-weight: 600;
  font-size: 16px !important;
}
.Duck .title-m.unwrap {
  white-space: nowrap !important;
}
.Duck .title-l {
  line-height: 120%;
  font-weight: 600;
  font-size: 20px !important;
}
.Duck .title-l.unwrap {
  white-space: nowrap !important;
}
.Duck .title-xl {
  line-height: 120%;
  font-weight: 600;
  font-size: 24px !important;
}
.Duck .title-xl.unwrap {
  white-space: nowrap !important;
}
.Duck .title-xxl {
  line-height: 120%;
  font-weight: 600;
  font-size: 32px !important;
}
.Duck .title-xxl.unwrap {
  white-space: nowrap !important;
}
.Duck .h {
  font-family: "NVN Valky", sans-serif !important;
}
.Duck .h-xs {
  margin: 0;
  line-height: 120%;
  font-weight: 700;
  font-size: 16px !important;
}
.Duck .h-xs.unwrap {
  white-space: nowrap !important;
}
.Duck .h-s {
  margin: 0;
  line-height: 120%;
  font-weight: 700;
  font-size: 20px !important;
}
.Duck .h-s.unwrap {
  white-space: nowrap !important;
}
.Duck .h-m {
  margin: 0;
  line-height: 120%;
  font-weight: 700;
  font-size: 24px !important;
}
.Duck .h-m.unwrap {
  white-space: nowrap !important;
}
.Duck .h-l {
  margin: 0;
  line-height: 120%;
  font-weight: 700;
  font-size: 32px !important;
}
.Duck .h-l.unwrap {
  white-space: nowrap !important;
}
.Duck .h-xl {
  margin: 0;
  line-height: 120%;
  font-weight: 700;
  font-size: 40px !important;
}
.Duck .h-xl.unwrap {
  white-space: nowrap !important;
}
.Duck .h-xxl {
  margin: 0;
  line-height: 120%;
  font-weight: 700;
  font-size: 48px !important;
}
.Duck .h-xxl.unwrap {
  white-space: nowrap !important;
}
.Duck .h h6 {
  margin: 0;
  line-height: 120%;
  font-weight: 700;
  font-size: 16px !important;
}
.Duck .h h6.unwrap {
  white-space: nowrap !important;
}
.Duck .h h5 {
  margin: 0;
  line-height: 120%;
  font-weight: 700;
  font-size: 20px !important;
}
.Duck .h h5.unwrap {
  white-space: nowrap !important;
}
.Duck .h h4 {
  margin: 0;
  line-height: 120%;
  font-weight: 700;
  font-size: 24px !important;
}
.Duck .h h4.unwrap {
  white-space: nowrap !important;
}
.Duck .h h3 {
  margin: 0;
  line-height: 120%;
  font-weight: 700;
  font-size: 32px !important;
}
.Duck .h h3.unwrap {
  white-space: nowrap !important;
}
.Duck .h h2 {
  margin: 0;
  line-height: 120%;
  font-weight: 700;
  font-size: 40px !important;
}
.Duck .h h2.unwrap {
  white-space: nowrap !important;
}
.Duck .h h1 {
  margin: 0;
  line-height: 120%;
  font-weight: 700;
  font-size: 48px !important;
}
.Duck .h h1.unwrap {
  white-space: nowrap !important;
}
.Duck .y-quarter {
  height: 25vh !important;
}
.Duck .y-half {
  height: 50vh !important;
}
.Duck .y-one-third {
  height: 33vh !important;
}
.Duck .y-three-quarter {
  height: 75vh !important;
}
.Duck .y-full {
  height: 100vh !important;
}
.Duck .x-quarter {
  width: 25vw !important;
}
.Duck .x-half {
  width: 50vw !important;
}
.Duck .x-one-third {
  width: 33vw !important;
}
.Duck .x-three-quarter {
  width: 75vw !important;
}
.Duck .x-full {
  width: 100vw !important;
}
.Duck .is-calc {
  height: calc(25vh - 48px);
}
.Duck .m-x {
  margin: 0 !important;
}
.Duck .m-x-x {
  margin: 0 !important;
}
.Duck .mx-x {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.Duck .my-x {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.Duck .ml-x {
  margin-left: 0 !important;
}
.Duck .mr-x {
  margin-right: 0 !important;
}
.Duck .mt-x {
  margin-top: 0 !important;
}
.Duck .mb-x {
  margin-bottom: 0 !important;
}
.Duck .p-x {
  padding: 0 !important;
}
.Duck .p-x-x {
  padding: 0 !important;
}
.Duck .px-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.Duck .py-x {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.Duck .pl-x {
  padding-left: 0 !important;
}
.Duck .pr-x {
  padding-right: 0 !important;
}
.Duck .pt-x {
  padding-top: 0 !important;
}
.Duck .pb-x {
  padding-bottom: 0 !important;
}
.Duck .m-xs {
  margin: 4px !important;
}
.Duck .m-xs-x {
  margin: 0 !important;
}
.Duck .mx-xs {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.Duck .my-xs {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.Duck .ml-xs {
  margin-left: 4px !important;
}
.Duck .mr-xs {
  margin-right: 4px !important;
}
.Duck .mt-xs {
  margin-top: 4px !important;
}
.Duck .mb-xs {
  margin-bottom: 4px !important;
}
.Duck .p-xs {
  padding: 4px !important;
}
.Duck .p-xs-x {
  padding: 0 !important;
}
.Duck .px-xs {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.Duck .py-xs {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.Duck .pl-xs {
  padding-left: 4px !important;
}
.Duck .pr-xs {
  padding-right: 4px !important;
}
.Duck .pt-xs {
  padding-top: 4px !important;
}
.Duck .pb-xs {
  padding-bottom: 4px !important;
}
.Duck .m-s {
  margin: 8px !important;
}
.Duck .m-s-x {
  margin: 0 !important;
}
.Duck .mx-s {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.Duck .my-s {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.Duck .ml-s {
  margin-left: 8px !important;
}
.Duck .mr-s {
  margin-right: 8px !important;
}
.Duck .mt-s {
  margin-top: 8px !important;
}
.Duck .mb-s {
  margin-bottom: 8px !important;
}
.Duck .p-s {
  padding: 8px !important;
}
.Duck .p-s-x {
  padding: 0 !important;
}
.Duck .px-s {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.Duck .py-s {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.Duck .pl-s {
  padding-left: 8px !important;
}
.Duck .pr-s {
  padding-right: 8px !important;
}
.Duck .pt-s {
  padding-top: 8px !important;
}
.Duck .pb-s {
  padding-bottom: 8px !important;
}
.Duck .m-m {
  margin: 16px !important;
}
.Duck .m-m-x {
  margin: 0 !important;
}
.Duck .mx-m {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.Duck .my-m {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.Duck .ml-m {
  margin-left: 16px !important;
}
.Duck .mr-m {
  margin-right: 16px !important;
}
.Duck .mt-m {
  margin-top: 16px !important;
}
.Duck .mb-m {
  margin-bottom: 16px !important;
}
.Duck .p-m {
  padding: 16px !important;
}
.Duck .p-m-x {
  padding: 0 !important;
}
.Duck .px-m {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.Duck .py-m {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.Duck .pl-m {
  padding-left: 16px !important;
}
.Duck .pr-m {
  padding-right: 16px !important;
}
.Duck .pt-m {
  padding-top: 16px !important;
}
.Duck .pb-m {
  padding-bottom: 16px !important;
}
.Duck .m-l {
  margin: 24px !important;
}
.Duck .m-l-x {
  margin: 0 !important;
}
.Duck .mx-l {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.Duck .my-l {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.Duck .ml-l {
  margin-left: 24px !important;
}
.Duck .mr-l {
  margin-right: 24px !important;
}
.Duck .mt-l {
  margin-top: 24px !important;
}
.Duck .mb-l {
  margin-bottom: 24px !important;
}
.Duck .p-l {
  padding: 24px !important;
}
.Duck .p-l-x {
  padding: 0 !important;
}
.Duck .px-l {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.Duck .py-l {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.Duck .pl-l {
  padding-left: 24px !important;
}
.Duck .pr-l {
  padding-right: 24px !important;
}
.Duck .pt-l {
  padding-top: 24px !important;
}
.Duck .pb-l {
  padding-bottom: 24px !important;
}
.Duck .m-xl {
  margin: 32px !important;
}
.Duck .m-xl-x {
  margin: 0 !important;
}
.Duck .mx-xl {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.Duck .my-xl {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.Duck .ml-xl {
  margin-left: 32px !important;
}
.Duck .mr-xl {
  margin-right: 32px !important;
}
.Duck .mt-xl {
  margin-top: 32px !important;
}
.Duck .mb-xl {
  margin-bottom: 32px !important;
}
.Duck .p-xl {
  padding: 32px !important;
}
.Duck .p-xl-x {
  padding: 0 !important;
}
.Duck .px-xl {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.Duck .py-xl {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.Duck .pl-xl {
  padding-left: 32px !important;
}
.Duck .pr-xl {
  padding-right: 32px !important;
}
.Duck .pt-xl {
  padding-top: 32px !important;
}
.Duck .pb-xl {
  padding-bottom: 32px !important;
}
.Duck .m-xxl {
  margin: 48px !important;
}
.Duck .m-xxl-x {
  margin: 0 !important;
}
.Duck .mx-xxl {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.Duck .my-xxl {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.Duck .ml-xxl {
  margin-left: 48px !important;
}
.Duck .mr-xxl {
  margin-right: 48px !important;
}
.Duck .mt-xxl {
  margin-top: 48px !important;
}
.Duck .mb-xxl {
  margin-bottom: 48px !important;
}
.Duck .p-xxl {
  padding: 48px !important;
}
.Duck .p-xxl-x {
  padding: 0 !important;
}
.Duck .px-xxl {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.Duck .py-xxl {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.Duck .pl-xxl {
  padding-left: 48px !important;
}
.Duck .pr-xxl {
  padding-right: 48px !important;
}
.Duck .pt-xxl {
  padding-top: 48px !important;
}
.Duck .pb-xxl {
  padding-bottom: 48px !important;
}
.Duck .gap-x:not(.grid):not(.columns) > * {
  margin: 0;
}
.Duck .gapx-x:not(.grid):not(.columns) > *:not(:first-child):not(:last-child) {
  margin-right: 0;
  margin-left: 0;
}
.Duck .gapx-x:not(.grid):not(.columns) > *:first-child {
  margin-right: 0;
}
.Duck .gapx-x:not(.grid):not(.columns) > *:last-child {
  margin-left: 0;
}
.Duck .gapy-x:not(.grid):not(.columns) > *:first-child {
  margin-bottom: 0;
  margin-top: 0;
}
.Duck .gapy-x:not(.grid):not(.columns) > *:not(:first-child):not(:last-child) {
  margin-top: 0;
  margin-bottom: 0;
}
.Duck .gapy-x:not(.grid):not(.columns) > *:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
.Duck .gap-xs:not(.grid):not(.columns) > * {
  margin: 4px;
}
.Duck .gapx-xs:not(.grid):not(.columns) > *:not(:first-child):not(:last-child) {
  margin-right: 4px;
  margin-left: 4px;
}
.Duck .gapx-xs:not(.grid):not(.columns) > *:first-child {
  margin-right: 4px;
}
.Duck .gapx-xs:not(.grid):not(.columns) > *:last-child {
  margin-left: 4px;
}
.Duck .gapy-xs:not(.grid):not(.columns) > *:first-child {
  margin-bottom: 4px;
  margin-top: 4px;
}
.Duck .gapy-xs:not(.grid):not(.columns) > *:not(:first-child):not(:last-child) {
  margin-top: 4px;
  margin-bottom: 4px;
}
.Duck .gapy-xs:not(.grid):not(.columns) > *:last-child {
  margin-top: 4px;
  margin-bottom: 4px;
}
.Duck .gap-s:not(.grid):not(.columns) > * {
  margin: 8px;
}
.Duck .gapx-s:not(.grid):not(.columns) > *:not(:first-child):not(:last-child) {
  margin-right: 8px;
  margin-left: 8px;
}
.Duck .gapx-s:not(.grid):not(.columns) > *:first-child {
  margin-right: 8px;
}
.Duck .gapx-s:not(.grid):not(.columns) > *:last-child {
  margin-left: 8px;
}
.Duck .gapy-s:not(.grid):not(.columns) > *:first-child {
  margin-bottom: 8px;
  margin-top: 8px;
}
.Duck .gapy-s:not(.grid):not(.columns) > *:not(:first-child):not(:last-child) {
  margin-top: 8px;
  margin-bottom: 8px;
}
.Duck .gapy-s:not(.grid):not(.columns) > *:last-child {
  margin-top: 8px;
  margin-bottom: 8px;
}
.Duck .gap-m:not(.grid):not(.columns) > * {
  margin: 16px;
}
.Duck .gapx-m:not(.grid):not(.columns) > *:not(:first-child):not(:last-child) {
  margin-right: 16px;
  margin-left: 16px;
}
.Duck .gapx-m:not(.grid):not(.columns) > *:first-child {
  margin-right: 16px;
}
.Duck .gapx-m:not(.grid):not(.columns) > *:last-child {
  margin-left: 16px;
}
.Duck .gapy-m:not(.grid):not(.columns) > *:first-child {
  margin-bottom: 16px;
  margin-top: 16px;
}
.Duck .gapy-m:not(.grid):not(.columns) > *:not(:first-child):not(:last-child) {
  margin-top: 16px;
  margin-bottom: 16px;
}
.Duck .gapy-m:not(.grid):not(.columns) > *:last-child {
  margin-top: 16px;
  margin-bottom: 16px;
}
.Duck .gap-l:not(.grid):not(.columns) > * {
  margin: 24px;
}
.Duck .gapx-l:not(.grid):not(.columns) > *:not(:first-child):not(:last-child) {
  margin-right: 24px;
  margin-left: 24px;
}
.Duck .gapx-l:not(.grid):not(.columns) > *:first-child {
  margin-right: 24px;
}
.Duck .gapx-l:not(.grid):not(.columns) > *:last-child {
  margin-left: 24px;
}
.Duck .gapy-l:not(.grid):not(.columns) > *:first-child {
  margin-bottom: 24px;
  margin-top: 24px;
}
.Duck .gapy-l:not(.grid):not(.columns) > *:not(:first-child):not(:last-child) {
  margin-top: 24px;
  margin-bottom: 24px;
}
.Duck .gapy-l:not(.grid):not(.columns) > *:last-child {
  margin-top: 24px;
  margin-bottom: 24px;
}
.Duck .gap-xl:not(.grid):not(.columns) > * {
  margin: 32px;
}
.Duck .gapx-xl:not(.grid):not(.columns) > *:not(:first-child):not(:last-child) {
  margin-right: 32px;
  margin-left: 32px;
}
.Duck .gapx-xl:not(.grid):not(.columns) > *:first-child {
  margin-right: 32px;
}
.Duck .gapx-xl:not(.grid):not(.columns) > *:last-child {
  margin-left: 32px;
}
.Duck .gapy-xl:not(.grid):not(.columns) > *:first-child {
  margin-bottom: 32px;
  margin-top: 32px;
}
.Duck .gapy-xl:not(.grid):not(.columns) > *:not(:first-child):not(:last-child) {
  margin-top: 32px;
  margin-bottom: 32px;
}
.Duck .gapy-xl:not(.grid):not(.columns) > *:last-child {
  margin-top: 32px;
  margin-bottom: 32px;
}
.Duck .gap-xxl:not(.grid):not(.columns) > * {
  margin: 48px;
}
.Duck .gapx-xxl:not(.grid):not(.columns) > *:not(:first-child):not(:last-child) {
  margin-right: 48px;
  margin-left: 48px;
}
.Duck .gapx-xxl:not(.grid):not(.columns) > *:first-child {
  margin-right: 48px;
}
.Duck .gapx-xxl:not(.grid):not(.columns) > *:last-child {
  margin-left: 48px;
}
.Duck .gapy-xxl:not(.grid):not(.columns) > *:first-child {
  margin-bottom: 48px;
  margin-top: 48px;
}
.Duck .gapy-xxl:not(.grid):not(.columns) > *:not(:first-child):not(:last-child) {
  margin-top: 48px;
  margin-bottom: 48px;
}
.Duck .gapy-xxl:not(.grid):not(.columns) > *:last-child {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (max-width: 980px) {
  .Duck .m-mobile-x {
    margin: 4px !important;
  }
  .Duck .mx-mobile-x {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .Duck .ml-mobile-x {
    margin-left: 4px !important;
  }
  .Duck .mr-mobile-x {
    margin-right: 4px !important;
  }
  .Duck .my-mobile-x {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .Duck .mt-mobile-x {
    margin-top: 4px !important;
  }
  .Duck .mb-mobile-x {
    margin-bottom: 4px !important;
  }
  .Duck .p-mobile-x {
    padding: 4px !important;
  }
  .Duck .px-mobile-x {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .Duck .py-mobile-x {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
  }
  .Duck .pl-mobile-x {
    padding-left: 4px !important;
  }
  .Duck .pr-mobile-x {
    padding-right: 4px !important;
  }
  .Duck .pt-mobile-x {
    padding-top: 4px !important;
  }
  .Duck .pb-mobile-x {
    padding-bottom: 4px !important;
  }
  .Duck .m-mobile-xs {
    margin: 4px !important;
  }
  .Duck .mx-mobile-xs {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .Duck .ml-mobile-xs {
    margin-left: 4px !important;
  }
  .Duck .mr-mobile-xs {
    margin-right: 4px !important;
  }
  .Duck .my-mobile-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .Duck .mt-mobile-xs {
    margin-top: 4px !important;
  }
  .Duck .mb-mobile-xs {
    margin-bottom: 4px !important;
  }
  .Duck .p-mobile-xs {
    padding: 4px !important;
  }
  .Duck .px-mobile-xs {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .Duck .py-mobile-xs {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
  }
  .Duck .pl-mobile-xs {
    padding-left: 4px !important;
  }
  .Duck .pr-mobile-xs {
    padding-right: 4px !important;
  }
  .Duck .pt-mobile-xs {
    padding-top: 4px !important;
  }
  .Duck .pb-mobile-xs {
    padding-bottom: 4px !important;
  }
  .Duck .m-mobile-s {
    margin: 4px !important;
  }
  .Duck .mx-mobile-s {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .Duck .ml-mobile-s {
    margin-left: 4px !important;
  }
  .Duck .mr-mobile-s {
    margin-right: 4px !important;
  }
  .Duck .my-mobile-s {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .Duck .mt-mobile-s {
    margin-top: 4px !important;
  }
  .Duck .mb-mobile-s {
    margin-bottom: 4px !important;
  }
  .Duck .p-mobile-s {
    padding: 4px !important;
  }
  .Duck .px-mobile-s {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .Duck .py-mobile-s {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
  }
  .Duck .pl-mobile-s {
    padding-left: 4px !important;
  }
  .Duck .pr-mobile-s {
    padding-right: 4px !important;
  }
  .Duck .pt-mobile-s {
    padding-top: 4px !important;
  }
  .Duck .pb-mobile-s {
    padding-bottom: 4px !important;
  }
  .Duck .m-mobile-m {
    margin: 4px !important;
  }
  .Duck .mx-mobile-m {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .Duck .ml-mobile-m {
    margin-left: 4px !important;
  }
  .Duck .mr-mobile-m {
    margin-right: 4px !important;
  }
  .Duck .my-mobile-m {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .Duck .mt-mobile-m {
    margin-top: 4px !important;
  }
  .Duck .mb-mobile-m {
    margin-bottom: 4px !important;
  }
  .Duck .p-mobile-m {
    padding: 4px !important;
  }
  .Duck .px-mobile-m {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .Duck .py-mobile-m {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
  }
  .Duck .pl-mobile-m {
    padding-left: 4px !important;
  }
  .Duck .pr-mobile-m {
    padding-right: 4px !important;
  }
  .Duck .pt-mobile-m {
    padding-top: 4px !important;
  }
  .Duck .pb-mobile-m {
    padding-bottom: 4px !important;
  }
  .Duck .m-mobile-l {
    margin: 4px !important;
  }
  .Duck .mx-mobile-l {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .Duck .ml-mobile-l {
    margin-left: 4px !important;
  }
  .Duck .mr-mobile-l {
    margin-right: 4px !important;
  }
  .Duck .my-mobile-l {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .Duck .mt-mobile-l {
    margin-top: 4px !important;
  }
  .Duck .mb-mobile-l {
    margin-bottom: 4px !important;
  }
  .Duck .p-mobile-l {
    padding: 4px !important;
  }
  .Duck .px-mobile-l {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .Duck .py-mobile-l {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
  }
  .Duck .pl-mobile-l {
    padding-left: 4px !important;
  }
  .Duck .pr-mobile-l {
    padding-right: 4px !important;
  }
  .Duck .pt-mobile-l {
    padding-top: 4px !important;
  }
  .Duck .pb-mobile-l {
    padding-bottom: 4px !important;
  }
  .Duck .m-mobile-xl {
    margin: 4px !important;
  }
  .Duck .mx-mobile-xl {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .Duck .ml-mobile-xl {
    margin-left: 4px !important;
  }
  .Duck .mr-mobile-xl {
    margin-right: 4px !important;
  }
  .Duck .my-mobile-xl {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .Duck .mt-mobile-xl {
    margin-top: 4px !important;
  }
  .Duck .mb-mobile-xl {
    margin-bottom: 4px !important;
  }
  .Duck .p-mobile-xl {
    padding: 4px !important;
  }
  .Duck .px-mobile-xl {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .Duck .py-mobile-xl {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
  }
  .Duck .pl-mobile-xl {
    padding-left: 4px !important;
  }
  .Duck .pr-mobile-xl {
    padding-right: 4px !important;
  }
  .Duck .pt-mobile-xl {
    padding-top: 4px !important;
  }
  .Duck .pb-mobile-xl {
    padding-bottom: 4px !important;
  }
  .Duck .m-mobile-xxl {
    margin: 4px !important;
  }
  .Duck .mx-mobile-xxl {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .Duck .ml-mobile-xxl {
    margin-left: 4px !important;
  }
  .Duck .mr-mobile-xxl {
    margin-right: 4px !important;
  }
  .Duck .my-mobile-xxl {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .Duck .mt-mobile-xxl {
    margin-top: 4px !important;
  }
  .Duck .mb-mobile-xxl {
    margin-bottom: 4px !important;
  }
  .Duck .p-mobile-xxl {
    padding: 4px !important;
  }
  .Duck .px-mobile-xxl {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .Duck .py-mobile-xxl {
    padding-bottom: 4px !important;
    padding-top: 4px !important;
  }
  .Duck .pl-mobile-xxl {
    padding-left: 4px !important;
  }
  .Duck .pr-mobile-xxl {
    padding-right: 4px !important;
  }
  .Duck .pt-mobile-xxl {
    padding-top: 4px !important;
  }
  .Duck .pb-mobile-xxl {
    padding-bottom: 4px !important;
  }
}
.Duck .container-full {
  width: 100vw !important;
}
@media (min-width: 1600px) and (max-width: 9999px) {
  .Duck .container-xxl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 1440px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .Duck .container-xxl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .Duck .container-xxl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .Duck .container-xxl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .Duck .container-xxl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 500px) and (max-width: 980px) {
  .Duck .container-xxl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 12px !important;
  }
}
@media (min-width: 0) and (max-width: 500px) {
  .Duck .container-xxl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 12px !important;
  }
}
@media (min-width: 1600px) and (max-width: 9999px) {
  .Duck .container-xl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 1280px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .Duck .container-xl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 1280px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .Duck .container-xl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .Duck .container-xl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .Duck .container-xl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 500px) and (max-width: 980px) {
  .Duck .container-xl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 0) and (max-width: 500px) {
  .Duck .container-xl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 1600px) and (max-width: 9999px) {
  .Duck .container-l {
    margin: 0 auto !important;
    width: 100%;
    max-width: 1080px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .Duck .container-l {
    margin: 0 auto !important;
    width: 100%;
    max-width: 1080px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .Duck .container-l {
    margin: 0 auto !important;
    width: 100%;
    max-width: 1080px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .Duck .container-l {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .Duck .container-l {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 500px) and (max-width: 980px) {
  .Duck .container-l {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 0) and (max-width: 500px) {
  .Duck .container-l {
    margin: 0 auto !important;
    width: 100%;
    padding: 0 8px;
    max-width: 100%;
  }
}
@media (min-width: 1600px) and (max-width: 9999px) {
  .Duck .container-m {
    margin: 0 auto !important;
    width: 100%;
    max-width: 920px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .Duck .container-m {
    margin: 0 auto !important;
    width: 100%;
    max-width: 920px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .Duck .container-m {
    margin: 0 auto !important;
    width: 100%;
    max-width: 920px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .Duck .container-m {
    margin: 0 auto !important;
    width: 100%;
    max-width: 920px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .Duck .container-m {
    margin: 0 auto !important;
    width: 100%;
    padding: 0 8px;
    max-width: 100%;
  }
}
@media (min-width: 500px) and (max-width: 980px) {
  .Duck .container-m {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 0) and (max-width: 500px) {
  .Duck .container-m {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 1600px) and (max-width: 9999px) {
  .Duck .container-s {
    margin: 0 auto !important;
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .Duck .container-s {
    margin: 0 auto !important;
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .Duck .container-s {
    margin: 0 auto !important;
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .Duck .container-s {
    margin: 0 auto !important;
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .Duck .container-s {
    margin: 0 auto !important;
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 500px) and (max-width: 980px) {
  .Duck .container-s {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 0) and (max-width: 500px) {
  .Duck .container-s {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 1600px) and (max-width: 9999px) {
  .Duck .container-xs {
    margin: 0 auto !important;
    width: 100%;
    max-width: 420px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .Duck .container-xs {
    margin: 0 auto !important;
    width: 100%;
    max-width: 420px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .Duck .container-xs {
    margin: 0 auto !important;
    width: 100%;
    max-width: 420px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .Duck .container-xs {
    margin: 0 auto !important;
    width: 100%;
    max-width: 420px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .Duck .container-xs {
    margin: 0 auto !important;
    width: 100%;
    max-width: 420px;
  }
}
@media (min-width: 500px) and (max-width: 980px) {
  .Duck .container-xs {
    margin: 0 auto !important;
    width: 100%;
    max-width: 420px;
  }
}
@media (min-width: 0) and (max-width: 500px) {
  .Duck .container-xs {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
.Duck .is-remaining {
  flex-grow: 1;
}
.Duck .is-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Duck .is-center.vertical {
  flex-direction: column;
}
.Duck .is-flex {
  display: flex;
}
.Duck .is-flex.wrap {
  flex-wrap: wrap;
}
.Duck .is-flex.unwrap {
  flex-wrap: nowrap;
}
.Duck .is-flex.vertical {
  flex-direction: column;
}
@media (max-width: 1200px) {
  .Duck .is-flex.l-vertical {
    flex-direction: column !important;
    height: 100%;
  }
}
@media (max-width: 500px) {
  .Duck .is-flex.s-vertical {
    flex-direction: column;
    height: 100%;
  }
}
.Duck .is-relative {
  position: relative;
}
.Duck .is-absolute {
  position: absolute;
}
.Duck .is-fixed {
  position: fixed;
}
.Duck .is-block {
  display: block !important;
}
.Duck .is-sticky {
  position: sticky;
}
.Duck .is-sticky.top-sticky {
  top: var(--top-position);
}
.Duck .is-grid {
  display: grid;
}
.Duck .is-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.Duck .align-start {
  align-items: start;
}
.Duck .align-end {
  align-items: end;
}
.Duck .align-between {
  align-content: space-between;
}
.Duck .align-center {
  align-items: center;
}
.Duck .jt-center {
  justify-content: center;
}
.Duck .jt-end {
  justify-content: flex-end;
}
.Duck .jt-start {
  justify-content: flex-start;
}
.Duck .jt-between {
  justify-content: space-between;
}
.Duck .jt-around {
  justify-content: space-around;
}
.Duck .border {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px;
}
.Duck .border-l {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .border-r {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .border-t {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .border-b {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .border-light {
  border: 1px solid #525252;
  border-radius: 16px;
}
.Duck .border-light-l {
  border-left: 1px solid #525252;
}
.Duck .border-light-r {
  border-right: 1px solid #525252;
}
.Duck .border-light-t {
  border-top: 1px solid #525252;
}
.Duck .border-light-b {
  border-bottom: 1px solid #525252;
}
.Duck .border.dash {
  border: dashed 1px rgba(0, 0, 0, 0.12);
}
.Duck .divider {
  width: 100%;
  height: 1px;
  background-color: rgba(197, 197, 197, 1);
  margin: 20px 0 20px 0;
}
.Duck .divider.vertical {
  height: 100%;
  width: 1px;
}
.Duck .divider-x2 {
  background-color: #525252;
  height: 3px !important;
}
.Duck .is-grow {
  display: flex;
  flex: 1;
}
.Duck [class*=col-] {
  float: left;
}
.Duck .columns {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
}
.Duck .columns.gap-x {
  column-gap: 0;
  row-gap: 0;
}
.Duck .columns.gap-s {
  --gap: 4px;
  column-gap: var(--gap);
  row-gap: 4px;
}
.Duck .columns.gap-m {
  --gap: 12px;
  column-gap: var(--gap);
  row-gap: 12px;
}
.Duck .columns.gap-l {
  --gap: 32px;
  column-gap: var(--gap);
  row-gap: 32px;
}
.Duck .columns.unwrap {
  flex-wrap: nowrap;
}
.Duck .columns.vertical {
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
}
.Duck .columns.vertical-revert {
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  height: 100%;
}
@media (max-width: 1200px) {
  .Duck .columns.l-vertical {
    flex-direction: column !important;
    flex-wrap: nowrap;
    height: 100%;
  }
}
@media (max-width: 500px) {
  .Duck .columns.s-vertical {
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
  }
}
.Duck .columns.layout-1-1 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-1 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-1-1-1 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-1-1 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-1-1-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-1-1-2 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-1-2 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-1-1-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-1-1-3 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-1-3 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-1-1-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-1-1-4 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-1-4 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-1-1-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-1-1-5 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-1-5 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-1-1-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-1-1-6 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-1-6 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-1-1-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-1-2 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-2 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-1-2-1 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-2-1 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-1-2-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-1-2-2 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-2-2 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-1-2-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-1-2-3 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-2-3 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-1-2-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-1-2-4 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-2-4 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-1-2-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-1-2-5 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-2-5 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-1-2-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-1-2-6 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-2-6 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-1-2-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-1-3 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-3 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-1-3-1 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-3-1 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-1-3-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-1-3-2 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-3-2 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-1-3-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-1-3-3 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-3-3 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-1-3-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-1-3-4 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-3-4 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-1-3-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-1-3-5 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-3-5 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-1-3-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-1-3-6 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-3-6 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-1-3-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-1-4 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-4 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-1-4-1 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-4-1 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-1-4-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-1-4-2 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-4-2 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-1-4-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-1-4-3 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-4-3 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-1-4-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-1-4-4 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-4-4 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-1-4-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-1-4-5 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-4-5 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-1-4-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-1-4-6 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-4-6 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-1-4-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-1-5 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-5 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-1-5-1 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-5-1 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-1-5-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-1-5-2 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-5-2 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-1-5-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-1-5-3 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-5-3 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-1-5-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-1-5-4 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-5-4 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-1-5-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-1-5-5 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-5-5 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-1-5-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-1-5-6 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-5-6 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-1-5-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-1-6 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-6 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-1-6-1 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-6-1 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-1-6-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-1-6-2 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-6-2 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-1-6-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-1-6-3 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-6-3 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-1-6-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-1-6-4 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-6-4 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-1-6-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-1-6-5 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-6-5 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-1-6-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-1-6-6 .col:nth-child(1) {
  flex: 1;
}
.Duck .columns.layout-1-6-6 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-1-6-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-2-1 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-1 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-2-1-1 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-1-1 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-2-1-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-2-1-2 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-1-2 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-2-1-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-2-1-3 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-1-3 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-2-1-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-2-1-4 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-1-4 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-2-1-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-2-1-5 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-1-5 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-2-1-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-2-1-6 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-1-6 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-2-1-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-2-2 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-2 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-2-2-1 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-2-1 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-2-2-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-2-2-2 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-2-2 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-2-2-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-2-2-3 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-2-3 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-2-2-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-2-2-4 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-2-4 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-2-2-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-2-2-5 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-2-5 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-2-2-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-2-2-6 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-2-6 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-2-2-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-2-3 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-3 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-2-3-1 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-3-1 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-2-3-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-2-3-2 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-3-2 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-2-3-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-2-3-3 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-3-3 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-2-3-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-2-3-4 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-3-4 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-2-3-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-2-3-5 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-3-5 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-2-3-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-2-3-6 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-3-6 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-2-3-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-2-4 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-4 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-2-4-1 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-4-1 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-2-4-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-2-4-2 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-4-2 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-2-4-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-2-4-3 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-4-3 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-2-4-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-2-4-4 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-4-4 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-2-4-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-2-4-5 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-4-5 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-2-4-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-2-4-6 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-4-6 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-2-4-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-2-5 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-5 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-2-5-1 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-5-1 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-2-5-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-2-5-2 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-5-2 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-2-5-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-2-5-3 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-5-3 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-2-5-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-2-5-4 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-5-4 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-2-5-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-2-5-5 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-5-5 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-2-5-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-2-5-6 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-5-6 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-2-5-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-2-6 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-6 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-2-6-1 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-6-1 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-2-6-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-2-6-2 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-6-2 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-2-6-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-2-6-3 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-6-3 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-2-6-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-2-6-4 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-6-4 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-2-6-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-2-6-5 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-6-5 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-2-6-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-2-6-6 .col:nth-child(1) {
  flex: 2;
}
.Duck .columns.layout-2-6-6 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-2-6-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-3-1 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-1 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-3-1-1 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-1-1 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-3-1-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-3-1-2 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-1-2 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-3-1-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-3-1-3 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-1-3 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-3-1-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-3-1-4 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-1-4 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-3-1-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-3-1-5 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-1-5 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-3-1-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-3-1-6 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-1-6 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-3-1-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-3-2 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-2 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-3-2-1 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-2-1 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-3-2-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-3-2-2 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-2-2 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-3-2-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-3-2-3 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-2-3 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-3-2-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-3-2-4 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-2-4 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-3-2-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-3-2-5 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-2-5 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-3-2-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-3-2-6 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-2-6 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-3-2-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-3-3 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-3 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-3-3-1 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-3-1 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-3-3-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-3-3-2 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-3-2 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-3-3-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-3-3-3 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-3-3 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-3-3-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-3-3-4 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-3-4 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-3-3-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-3-3-5 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-3-5 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-3-3-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-3-3-6 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-3-6 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-3-3-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-3-4 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-4 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-3-4-1 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-4-1 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-3-4-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-3-4-2 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-4-2 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-3-4-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-3-4-3 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-4-3 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-3-4-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-3-4-4 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-4-4 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-3-4-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-3-4-5 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-4-5 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-3-4-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-3-4-6 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-4-6 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-3-4-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-3-5 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-5 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-3-5-1 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-5-1 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-3-5-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-3-5-2 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-5-2 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-3-5-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-3-5-3 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-5-3 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-3-5-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-3-5-4 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-5-4 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-3-5-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-3-5-5 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-5-5 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-3-5-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-3-5-6 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-5-6 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-3-5-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-3-6 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-6 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-3-6-1 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-6-1 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-3-6-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-3-6-2 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-6-2 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-3-6-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-3-6-3 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-6-3 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-3-6-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-3-6-4 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-6-4 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-3-6-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-3-6-5 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-6-5 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-3-6-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-3-6-6 .col:nth-child(1) {
  flex: 3;
}
.Duck .columns.layout-3-6-6 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-3-6-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-4-1 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-1 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-4-1-1 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-1-1 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-4-1-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-4-1-2 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-1-2 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-4-1-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-4-1-3 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-1-3 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-4-1-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-4-1-4 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-1-4 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-4-1-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-4-1-5 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-1-5 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-4-1-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-4-1-6 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-1-6 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-4-1-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-4-2 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-2 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-4-2-1 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-2-1 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-4-2-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-4-2-2 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-2-2 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-4-2-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-4-2-3 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-2-3 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-4-2-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-4-2-4 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-2-4 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-4-2-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-4-2-5 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-2-5 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-4-2-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-4-2-6 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-2-6 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-4-2-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-4-3 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-3 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-4-3-1 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-3-1 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-4-3-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-4-3-2 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-3-2 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-4-3-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-4-3-3 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-3-3 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-4-3-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-4-3-4 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-3-4 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-4-3-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-4-3-5 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-3-5 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-4-3-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-4-3-6 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-3-6 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-4-3-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-4-4 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-4 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-4-4-1 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-4-1 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-4-4-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-4-4-2 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-4-2 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-4-4-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-4-4-3 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-4-3 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-4-4-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-4-4-4 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-4-4 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-4-4-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-4-4-5 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-4-5 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-4-4-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-4-4-6 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-4-6 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-4-4-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-4-5 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-5 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-4-5-1 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-5-1 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-4-5-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-4-5-2 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-5-2 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-4-5-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-4-5-3 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-5-3 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-4-5-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-4-5-4 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-5-4 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-4-5-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-4-5-5 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-5-5 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-4-5-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-4-5-6 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-5-6 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-4-5-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-4-6 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-6 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-4-6-1 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-6-1 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-4-6-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-4-6-2 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-6-2 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-4-6-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-4-6-3 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-6-3 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-4-6-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-4-6-4 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-6-4 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-4-6-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-4-6-5 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-6-5 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-4-6-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-4-6-6 .col:nth-child(1) {
  flex: 4;
}
.Duck .columns.layout-4-6-6 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-4-6-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-5-1 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-1 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-5-1-1 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-1-1 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-5-1-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-5-1-2 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-1-2 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-5-1-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-5-1-3 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-1-3 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-5-1-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-5-1-4 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-1-4 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-5-1-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-5-1-5 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-1-5 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-5-1-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-5-1-6 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-1-6 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-5-1-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-5-2 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-2 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-5-2-1 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-2-1 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-5-2-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-5-2-2 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-2-2 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-5-2-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-5-2-3 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-2-3 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-5-2-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-5-2-4 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-2-4 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-5-2-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-5-2-5 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-2-5 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-5-2-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-5-2-6 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-2-6 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-5-2-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-5-3 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-3 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-5-3-1 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-3-1 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-5-3-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-5-3-2 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-3-2 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-5-3-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-5-3-3 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-3-3 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-5-3-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-5-3-4 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-3-4 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-5-3-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-5-3-5 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-3-5 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-5-3-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-5-3-6 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-3-6 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-5-3-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-5-4 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-4 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-5-4-1 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-4-1 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-5-4-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-5-4-2 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-4-2 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-5-4-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-5-4-3 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-4-3 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-5-4-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-5-4-4 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-4-4 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-5-4-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-5-4-5 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-4-5 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-5-4-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-5-4-6 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-4-6 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-5-4-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-5-5 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-5 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-5-5-1 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-5-1 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-5-5-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-5-5-2 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-5-2 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-5-5-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-5-5-3 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-5-3 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-5-5-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-5-5-4 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-5-4 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-5-5-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-5-5-5 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-5-5 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-5-5-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-5-5-6 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-5-6 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-5-5-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-5-6 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-6 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-5-6-1 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-6-1 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-5-6-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-5-6-2 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-6-2 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-5-6-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-5-6-3 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-6-3 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-5-6-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-5-6-4 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-6-4 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-5-6-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-5-6-5 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-6-5 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-5-6-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-5-6-6 .col:nth-child(1) {
  flex: 5;
}
.Duck .columns.layout-5-6-6 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-5-6-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-6-1 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-1 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-6-1-1 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-1-1 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-6-1-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-6-1-2 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-1-2 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-6-1-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-6-1-3 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-1-3 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-6-1-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-6-1-4 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-1-4 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-6-1-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-6-1-5 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-1-5 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-6-1-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-6-1-6 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-1-6 .col:nth-child(2) {
  flex: 1;
}
.Duck .columns.layout-6-1-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-6-2 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-2 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-6-2-1 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-2-1 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-6-2-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-6-2-2 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-2-2 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-6-2-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-6-2-3 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-2-3 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-6-2-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-6-2-4 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-2-4 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-6-2-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-6-2-5 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-2-5 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-6-2-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-6-2-6 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-2-6 .col:nth-child(2) {
  flex: 2;
}
.Duck .columns.layout-6-2-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-6-3 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-3 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-6-3-1 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-3-1 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-6-3-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-6-3-2 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-3-2 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-6-3-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-6-3-3 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-3-3 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-6-3-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-6-3-4 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-3-4 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-6-3-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-6-3-5 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-3-5 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-6-3-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-6-3-6 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-3-6 .col:nth-child(2) {
  flex: 3;
}
.Duck .columns.layout-6-3-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-6-4 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-4 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-6-4-1 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-4-1 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-6-4-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-6-4-2 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-4-2 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-6-4-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-6-4-3 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-4-3 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-6-4-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-6-4-4 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-4-4 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-6-4-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-6-4-5 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-4-5 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-6-4-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-6-4-6 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-4-6 .col:nth-child(2) {
  flex: 4;
}
.Duck .columns.layout-6-4-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-6-5 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-5 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-6-5-1 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-5-1 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-6-5-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-6-5-2 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-5-2 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-6-5-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-6-5-3 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-5-3 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-6-5-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-6-5-4 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-5-4 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-6-5-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-6-5-5 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-5-5 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-6-5-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-6-5-6 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-5-6 .col:nth-child(2) {
  flex: 5;
}
.Duck .columns.layout-6-5-6 .col:nth-child(3) {
  flex: 6;
}
.Duck .columns.layout-6-6 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-6 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-6-6-1 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-6-1 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-6-6-1 .col:nth-child(3) {
  flex: 1;
}
.Duck .columns.layout-6-6-2 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-6-2 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-6-6-2 .col:nth-child(3) {
  flex: 2;
}
.Duck .columns.layout-6-6-3 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-6-3 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-6-6-3 .col:nth-child(3) {
  flex: 3;
}
.Duck .columns.layout-6-6-4 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-6-4 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-6-6-4 .col:nth-child(3) {
  flex: 4;
}
.Duck .columns.layout-6-6-5 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-6-5 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-6-6-5 .col:nth-child(3) {
  flex: 5;
}
.Duck .columns.layout-6-6-6 .col:nth-child(1) {
  flex: 6;
}
.Duck .columns.layout-6-6-6 .col:nth-child(2) {
  flex: 6;
}
.Duck .columns.layout-6-6-6 .col:nth-child(3) {
  flex: 6;
}
@media (max-width: 1200px) {
  .Duck .columns.layout-l-1-1 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-1-1 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-1-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-1-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-1-2 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-1-2 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-1-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-1-1-3 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-1-3 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-1-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-1-1-4 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-1-4 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-1-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-1-1-5 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-1-5 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-1-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-1-1-6 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-1-6 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-1-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-1-2 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-1-2-1 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-2-1 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-1-2-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-2-2 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-2-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-1-2-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-1-2-3 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-2-3 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-1-2-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-1-2-4 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-2-4 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-1-2-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-1-2-5 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-2-5 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-1-2-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-1-2-6 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-2-6 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-1-2-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-1-3 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-1-3-1 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-3-1 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-1-3-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-3-2 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-3-2 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-1-3-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-1-3-3 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-3-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-1-3-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-1-3-4 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-3-4 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-1-3-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-1-3-5 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-3-5 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-1-3-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-1-3-6 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-3-6 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-1-3-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-1-4 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-1-4-1 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-4-1 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-1-4-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-4-2 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-4-2 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-1-4-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-1-4-3 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-4-3 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-1-4-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-1-4-4 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-4-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-1-4-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-1-4-5 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-4-5 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-1-4-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-1-4-6 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-4-6 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-1-4-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-1-5 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-1-5-1 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-5-1 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-1-5-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-5-2 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-5-2 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-1-5-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-1-5-3 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-5-3 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-1-5-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-1-5-4 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-5-4 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-1-5-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-1-5-5 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-5-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-1-5-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-1-5-6 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-5-6 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-1-5-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-1-6 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-1-6-1 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-6-1 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-1-6-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-6-2 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-6-2 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-1-6-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-1-6-3 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-6-3 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-1-6-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-1-6-4 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-6-4 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-1-6-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-1-6-5 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-6-5 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-1-6-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-1-6-6 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-1-6-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-1-6-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-2-1 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-2-1-1 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-1-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-2-1-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-2-1-2 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-1-2 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-2-1-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-1-3 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-1-3 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-2-1-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-2-1-4 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-1-4 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-2-1-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-2-1-5 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-1-5 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-2-1-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-2-1-6 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-1-6 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-2-1-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-2-2 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-2-1 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-2-1 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-2-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-2-2-2 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-2-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-2-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-2-3 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-2-3 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-2-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-2-2-4 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-2-4 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-2-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-2-2-5 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-2-5 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-2-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-2-2-6 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-2-6 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-2-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-2-3 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-2-3-1 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-3-1 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-2-3-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-2-3-2 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-3-2 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-2-3-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-3-3 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-3-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-2-3-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-2-3-4 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-3-4 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-2-3-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-2-3-5 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-3-5 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-2-3-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-2-3-6 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-3-6 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-2-3-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-2-4 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-2-4-1 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-4-1 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-2-4-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-2-4-2 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-4-2 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-2-4-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-4-3 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-4-3 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-2-4-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-2-4-4 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-4-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-2-4-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-2-4-5 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-4-5 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-2-4-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-2-4-6 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-4-6 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-2-4-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-2-5 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-2-5-1 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-5-1 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-2-5-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-2-5-2 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-5-2 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-2-5-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-5-3 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-5-3 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-2-5-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-2-5-4 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-5-4 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-2-5-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-2-5-5 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-5-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-2-5-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-2-5-6 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-5-6 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-2-5-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-2-6 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-2-6-1 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-6-1 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-2-6-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-2-6-2 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-6-2 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-2-6-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-6-3 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-6-3 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-2-6-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-2-6-4 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-6-4 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-2-6-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-2-6-5 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-6-5 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-2-6-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-2-6-6 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-2-6-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-2-6-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-3-1 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-3-1-1 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-1-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-3-1-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-3-1-2 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-1-2 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-3-1-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-3-1-3 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-1-3 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-3-1-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-1-4 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-1-4 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-3-1-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-3-1-5 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-1-5 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-3-1-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-3-1-6 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-1-6 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-3-1-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-3-2 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-3-2-1 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-2-1 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-3-2-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-3-2-2 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-2-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-3-2-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-3-2-3 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-2-3 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-3-2-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-2-4 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-2-4 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-3-2-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-3-2-5 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-2-5 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-3-2-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-3-2-6 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-2-6 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-3-2-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-3-3 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-3-1 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-3-1 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-3-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-3-3-2 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-3-2 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-3-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-3-3-3 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-3-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-3-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-3-4 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-3-4 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-3-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-3-3-5 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-3-5 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-3-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-3-3-6 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-3-6 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-3-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-3-4 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-3-4-1 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-4-1 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-3-4-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-3-4-2 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-4-2 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-3-4-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-3-4-3 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-4-3 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-3-4-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-4-4 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-4-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-3-4-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-3-4-5 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-4-5 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-3-4-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-3-4-6 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-4-6 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-3-4-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-3-5 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-3-5-1 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-5-1 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-3-5-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-3-5-2 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-5-2 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-3-5-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-3-5-3 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-5-3 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-3-5-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-5-4 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-5-4 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-3-5-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-3-5-5 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-5-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-3-5-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-3-5-6 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-5-6 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-3-5-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-3-6 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-3-6-1 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-6-1 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-3-6-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-3-6-2 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-6-2 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-3-6-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-3-6-3 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-6-3 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-3-6-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-6-4 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-6-4 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-3-6-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-3-6-5 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-6-5 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-3-6-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-3-6-6 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-3-6-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-3-6-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-4-1 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-4-1-1 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-1-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-4-1-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-4-1-2 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-1-2 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-4-1-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-4-1-3 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-1-3 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-4-1-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-4-1-4 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-1-4 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-4-1-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-1-5 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-1-5 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-4-1-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-4-1-6 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-1-6 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-4-1-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-4-2 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-4-2-1 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-2-1 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-4-2-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-4-2-2 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-2-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-4-2-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-4-2-3 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-2-3 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-4-2-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-4-2-4 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-2-4 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-4-2-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-2-5 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-2-5 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-4-2-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-4-2-6 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-2-6 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-4-2-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-4-3 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-4-3-1 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-3-1 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-4-3-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-4-3-2 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-3-2 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-4-3-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-4-3-3 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-3-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-4-3-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-4-3-4 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-3-4 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-4-3-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-3-5 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-3-5 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-4-3-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-4-3-6 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-3-6 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-4-3-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-4-4 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-4-1 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-4-1 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-4-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-4-4-2 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-4-2 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-4-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-4-4-3 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-4-3 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-4-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-4-4-4 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-4-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-4-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-4-5 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-4-5 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-4-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-4-4-6 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-4-6 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-4-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-4-5 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-4-5-1 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-5-1 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-4-5-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-4-5-2 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-5-2 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-4-5-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-4-5-3 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-5-3 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-4-5-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-4-5-4 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-5-4 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-4-5-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-5-5 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-5-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-4-5-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-4-5-6 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-5-6 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-4-5-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-4-6 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-4-6-1 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-6-1 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-4-6-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-4-6-2 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-6-2 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-4-6-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-4-6-3 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-6-3 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-4-6-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-4-6-4 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-6-4 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-4-6-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-6-5 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-6-5 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-4-6-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-4-6-6 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-4-6-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-4-6-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-5-1 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-5-1-1 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-1-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-5-1-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-5-1-2 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-1-2 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-5-1-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-5-1-3 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-1-3 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-5-1-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-5-1-4 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-1-4 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-5-1-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-5-1-5 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-1-5 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-5-1-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-1-6 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-1-6 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-5-1-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-5-2 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-5-2-1 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-2-1 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-5-2-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-5-2-2 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-2-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-5-2-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-5-2-3 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-2-3 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-5-2-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-5-2-4 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-2-4 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-5-2-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-5-2-5 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-2-5 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-5-2-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-2-6 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-2-6 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-5-2-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-5-3 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-5-3-1 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-3-1 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-5-3-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-5-3-2 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-3-2 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-5-3-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-5-3-3 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-3-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-5-3-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-5-3-4 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-3-4 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-5-3-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-5-3-5 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-3-5 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-5-3-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-3-6 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-3-6 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-5-3-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-5-4 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-5-4-1 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-4-1 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-5-4-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-5-4-2 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-4-2 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-5-4-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-5-4-3 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-4-3 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-5-4-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-5-4-4 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-4-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-5-4-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-5-4-5 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-4-5 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-5-4-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-4-6 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-4-6 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-5-4-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-5-5 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-5-1 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-5-1 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-5-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-5-5-2 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-5-2 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-5-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-5-5-3 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-5-3 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-5-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-5-5-4 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-5-4 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-5-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-5-5-5 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-5-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-5-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-5-6 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-5-6 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-5-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-5-6 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-5-6-1 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-6-1 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-5-6-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-5-6-2 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-6-2 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-5-6-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-5-6-3 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-6-3 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-5-6-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-5-6-4 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-6-4 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-5-6-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-5-6-5 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-6-5 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-5-6-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-6-6 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-5-6-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-5-6-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-1 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-6-1-1 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-1-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-6-1-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-6-1-2 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-1-2 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-6-1-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-6-1-3 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-1-3 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-6-1-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-6-1-4 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-1-4 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-6-1-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-6-1-5 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-1-5 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-6-1-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-6-1-6 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-1-6 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-6-1-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-2 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-6-2-1 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-2-1 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-6-2-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-6-2-2 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-2-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-6-2-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-6-2-3 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-2-3 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-6-2-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-6-2-4 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-2-4 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-6-2-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-6-2-5 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-2-5 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-6-2-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-6-2-6 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-2-6 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-6-2-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-3 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-6-3-1 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-3-1 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-6-3-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-6-3-2 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-3-2 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-6-3-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-6-3-3 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-3-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-6-3-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-6-3-4 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-3-4 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-6-3-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-6-3-5 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-3-5 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-6-3-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-6-3-6 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-3-6 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-6-3-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-4 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-6-4-1 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-4-1 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-6-4-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-6-4-2 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-4-2 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-6-4-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-6-4-3 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-4-3 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-6-4-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-6-4-4 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-4-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-6-4-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-6-4-5 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-4-5 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-6-4-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-6-4-6 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-4-6 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-6-4-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-5 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-6-5-1 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-5-1 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-6-5-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-6-5-2 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-5-2 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-6-5-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-6-5-3 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-5-3 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-6-5-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-6-5-4 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-5-4 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-6-5-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-6-5-5 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-5-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-6-5-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-6-5-6 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-5-6 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-6-5-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-6 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-6-1 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-6-1 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-6-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-l-6-6-2 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-6-2 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-6-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-l-6-6-3 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-6-3 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-6-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-l-6-6-4 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-6-4 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-6-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-l-6-6-5 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-6-5 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-6-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-l-6-6-6 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-6-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-l-6-6-6 .col:nth-child(3) {
    flex: 6 !important;
  }
}
@media (max-width: 500px) {
  .Duck .columns.layout-xs-1-1 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-1-1 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-1-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-1-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-1-2 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-1-2 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-1-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-1-1-3 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-1-3 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-1-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-1-1-4 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-1-4 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-1-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-1-1-5 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-1-5 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-1-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-1-1-6 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-1-6 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-1-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-1-2 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-1-2-1 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-2-1 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-1-2-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-2-2 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-2-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-1-2-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-1-2-3 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-2-3 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-1-2-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-1-2-4 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-2-4 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-1-2-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-1-2-5 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-2-5 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-1-2-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-1-2-6 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-2-6 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-1-2-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-1-3 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-1-3-1 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-3-1 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-1-3-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-3-2 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-3-2 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-1-3-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-1-3-3 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-3-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-1-3-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-1-3-4 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-3-4 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-1-3-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-1-3-5 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-3-5 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-1-3-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-1-3-6 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-3-6 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-1-3-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-1-4 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-1-4-1 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-4-1 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-1-4-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-4-2 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-4-2 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-1-4-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-1-4-3 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-4-3 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-1-4-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-1-4-4 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-4-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-1-4-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-1-4-5 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-4-5 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-1-4-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-1-4-6 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-4-6 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-1-4-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-1-5 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-1-5-1 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-5-1 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-1-5-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-5-2 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-5-2 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-1-5-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-1-5-3 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-5-3 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-1-5-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-1-5-4 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-5-4 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-1-5-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-1-5-5 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-5-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-1-5-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-1-5-6 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-5-6 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-1-5-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-1-6 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-1-6-1 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-6-1 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-1-6-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-6-2 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-6-2 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-1-6-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-1-6-3 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-6-3 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-1-6-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-1-6-4 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-6-4 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-1-6-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-1-6-5 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-6-5 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-1-6-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-1-6-6 .col:nth-child(1) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-1-6-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-1-6-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-2-1 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-2-1-1 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-1-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-2-1-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-2-1-2 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-1-2 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-2-1-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-1-3 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-1-3 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-2-1-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-2-1-4 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-1-4 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-2-1-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-2-1-5 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-1-5 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-2-1-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-2-1-6 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-1-6 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-2-1-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-2-2 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-2-1 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-2-1 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-2-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-2-2-2 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-2-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-2-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-2-3 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-2-3 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-2-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-2-2-4 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-2-4 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-2-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-2-2-5 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-2-5 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-2-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-2-2-6 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-2-6 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-2-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-2-3 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-2-3-1 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-3-1 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-2-3-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-2-3-2 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-3-2 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-2-3-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-3-3 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-3-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-2-3-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-2-3-4 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-3-4 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-2-3-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-2-3-5 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-3-5 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-2-3-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-2-3-6 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-3-6 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-2-3-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-2-4 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-2-4-1 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-4-1 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-2-4-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-2-4-2 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-4-2 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-2-4-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-4-3 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-4-3 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-2-4-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-2-4-4 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-4-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-2-4-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-2-4-5 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-4-5 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-2-4-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-2-4-6 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-4-6 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-2-4-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-2-5 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-2-5-1 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-5-1 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-2-5-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-2-5-2 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-5-2 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-2-5-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-5-3 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-5-3 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-2-5-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-2-5-4 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-5-4 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-2-5-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-2-5-5 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-5-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-2-5-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-2-5-6 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-5-6 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-2-5-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-2-6 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-2-6-1 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-6-1 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-2-6-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-2-6-2 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-6-2 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-2-6-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-6-3 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-6-3 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-2-6-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-2-6-4 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-6-4 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-2-6-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-2-6-5 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-6-5 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-2-6-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-2-6-6 .col:nth-child(1) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-2-6-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-2-6-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-3-1 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-3-1-1 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-1-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-3-1-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-3-1-2 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-1-2 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-3-1-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-3-1-3 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-1-3 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-3-1-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-1-4 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-1-4 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-3-1-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-3-1-5 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-1-5 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-3-1-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-3-1-6 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-1-6 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-3-1-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-3-2 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-3-2-1 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-2-1 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-3-2-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-3-2-2 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-2-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-3-2-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-3-2-3 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-2-3 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-3-2-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-2-4 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-2-4 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-3-2-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-3-2-5 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-2-5 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-3-2-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-3-2-6 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-2-6 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-3-2-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-3-3 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-3-1 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-3-1 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-3-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-3-3-2 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-3-2 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-3-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-3-3-3 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-3-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-3-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-3-4 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-3-4 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-3-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-3-3-5 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-3-5 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-3-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-3-3-6 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-3-6 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-3-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-3-4 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-3-4-1 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-4-1 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-3-4-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-3-4-2 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-4-2 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-3-4-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-3-4-3 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-4-3 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-3-4-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-4-4 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-4-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-3-4-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-3-4-5 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-4-5 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-3-4-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-3-4-6 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-4-6 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-3-4-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-3-5 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-3-5-1 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-5-1 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-3-5-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-3-5-2 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-5-2 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-3-5-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-3-5-3 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-5-3 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-3-5-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-5-4 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-5-4 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-3-5-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-3-5-5 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-5-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-3-5-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-3-5-6 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-5-6 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-3-5-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-3-6 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-3-6-1 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-6-1 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-3-6-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-3-6-2 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-6-2 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-3-6-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-3-6-3 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-6-3 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-3-6-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-6-4 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-6-4 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-3-6-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-3-6-5 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-6-5 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-3-6-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-3-6-6 .col:nth-child(1) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-3-6-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-3-6-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-4-1 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-4-1-1 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-1-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-4-1-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-4-1-2 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-1-2 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-4-1-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-4-1-3 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-1-3 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-4-1-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-4-1-4 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-1-4 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-4-1-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-1-5 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-1-5 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-4-1-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-4-1-6 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-1-6 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-4-1-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-4-2 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-4-2-1 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-2-1 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-4-2-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-4-2-2 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-2-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-4-2-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-4-2-3 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-2-3 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-4-2-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-4-2-4 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-2-4 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-4-2-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-2-5 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-2-5 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-4-2-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-4-2-6 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-2-6 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-4-2-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-4-3 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-4-3-1 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-3-1 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-4-3-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-4-3-2 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-3-2 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-4-3-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-4-3-3 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-3-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-4-3-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-4-3-4 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-3-4 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-4-3-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-3-5 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-3-5 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-4-3-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-4-3-6 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-3-6 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-4-3-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-4-4 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-4-1 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-4-1 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-4-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-4-4-2 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-4-2 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-4-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-4-4-3 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-4-3 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-4-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-4-4-4 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-4-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-4-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-4-5 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-4-5 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-4-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-4-4-6 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-4-6 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-4-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-4-5 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-4-5-1 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-5-1 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-4-5-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-4-5-2 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-5-2 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-4-5-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-4-5-3 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-5-3 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-4-5-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-4-5-4 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-5-4 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-4-5-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-5-5 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-5-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-4-5-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-4-5-6 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-5-6 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-4-5-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-4-6 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-4-6-1 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-6-1 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-4-6-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-4-6-2 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-6-2 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-4-6-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-4-6-3 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-6-3 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-4-6-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-4-6-4 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-6-4 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-4-6-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-6-5 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-6-5 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-4-6-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-4-6-6 .col:nth-child(1) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-4-6-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-4-6-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-5-1 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-5-1-1 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-1-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-5-1-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-5-1-2 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-1-2 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-5-1-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-5-1-3 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-1-3 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-5-1-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-5-1-4 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-1-4 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-5-1-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-5-1-5 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-1-5 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-5-1-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-1-6 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-1-6 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-5-1-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-5-2 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-5-2-1 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-2-1 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-5-2-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-5-2-2 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-2-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-5-2-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-5-2-3 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-2-3 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-5-2-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-5-2-4 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-2-4 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-5-2-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-5-2-5 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-2-5 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-5-2-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-2-6 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-2-6 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-5-2-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-5-3 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-5-3-1 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-3-1 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-5-3-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-5-3-2 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-3-2 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-5-3-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-5-3-3 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-3-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-5-3-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-5-3-4 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-3-4 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-5-3-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-5-3-5 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-3-5 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-5-3-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-3-6 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-3-6 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-5-3-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-5-4 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-5-4-1 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-4-1 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-5-4-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-5-4-2 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-4-2 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-5-4-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-5-4-3 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-4-3 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-5-4-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-5-4-4 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-4-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-5-4-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-5-4-5 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-4-5 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-5-4-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-4-6 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-4-6 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-5-4-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-5-5 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-5-1 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-5-1 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-5-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-5-5-2 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-5-2 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-5-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-5-5-3 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-5-3 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-5-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-5-5-4 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-5-4 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-5-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-5-5-5 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-5-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-5-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-5-6 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-5-6 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-5-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-5-6 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-5-6-1 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-6-1 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-5-6-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-5-6-2 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-6-2 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-5-6-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-5-6-3 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-6-3 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-5-6-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-5-6-4 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-6-4 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-5-6-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-5-6-5 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-6-5 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-5-6-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-6-6 .col:nth-child(1) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-5-6-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-5-6-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-1 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-6-1-1 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-1-1 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-6-1-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-6-1-2 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-1-2 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-6-1-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-6-1-3 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-1-3 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-6-1-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-6-1-4 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-1-4 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-6-1-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-6-1-5 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-1-5 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-6-1-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-6-1-6 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-1-6 .col:nth-child(2) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-6-1-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-2 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-6-2-1 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-2-1 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-6-2-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-6-2-2 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-2-2 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-6-2-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-6-2-3 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-2-3 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-6-2-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-6-2-4 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-2-4 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-6-2-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-6-2-5 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-2-5 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-6-2-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-6-2-6 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-2-6 .col:nth-child(2) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-6-2-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-3 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-6-3-1 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-3-1 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-6-3-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-6-3-2 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-3-2 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-6-3-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-6-3-3 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-3-3 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-6-3-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-6-3-4 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-3-4 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-6-3-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-6-3-5 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-3-5 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-6-3-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-6-3-6 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-3-6 .col:nth-child(2) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-6-3-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-4 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-6-4-1 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-4-1 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-6-4-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-6-4-2 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-4-2 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-6-4-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-6-4-3 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-4-3 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-6-4-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-6-4-4 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-4-4 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-6-4-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-6-4-5 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-4-5 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-6-4-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-6-4-6 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-4-6 .col:nth-child(2) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-6-4-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-5 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-6-5-1 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-5-1 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-6-5-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-6-5-2 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-5-2 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-6-5-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-6-5-3 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-5-3 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-6-5-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-6-5-4 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-5-4 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-6-5-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-6-5-5 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-5-5 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-6-5-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-6-5-6 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-5-6 .col:nth-child(2) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-6-5-6 .col:nth-child(3) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-6 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-6-1 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-6-1 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-6-1 .col:nth-child(3) {
    flex: 1 !important;
  }
  .Duck .columns.layout-xs-6-6-2 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-6-2 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-6-2 .col:nth-child(3) {
    flex: 2 !important;
  }
  .Duck .columns.layout-xs-6-6-3 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-6-3 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-6-3 .col:nth-child(3) {
    flex: 3 !important;
  }
  .Duck .columns.layout-xs-6-6-4 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-6-4 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-6-4 .col:nth-child(3) {
    flex: 4 !important;
  }
  .Duck .columns.layout-xs-6-6-5 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-6-5 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-6-5 .col:nth-child(3) {
    flex: 5 !important;
  }
  .Duck .columns.layout-xs-6-6-6 .col:nth-child(1) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-6-6 .col:nth-child(2) {
    flex: 6 !important;
  }
  .Duck .columns.layout-xs-6-6-6 .col:nth-child(3) {
    flex: 6 !important;
  }
}
.Duck .columns .col {
  box-sizing: border-box;
  flex: 1 0 0;
  animation-duration: 1.2s;
}
.Duck .columns .col-2 {
  width: 100%;
  flex: 2;
}
.Duck .columns .col-3 {
  width: 100%;
  flex: 3;
}
.Duck .columns .col-4 {
  width: 100%;
  flex: 4;
}
.Duck .columns .col-5 {
  width: 100%;
  flex: 5;
}
.Duck .columns .col-6 {
  width: 100%;
  flex: 6;
}
.Duck .columns .col .is-full-y {
  height: 100%;
}
.Duck .grid {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.Duck .grid .col {
  grid-column: span 1;
}
.Duck .grid .col-2 {
  grid-column: span 2;
}
.Duck .grid .col-3 {
  grid-column: span 3;
}
.Duck .grid .col-4 {
  grid-column: span 4;
}
.Duck .grid .col-5 {
  grid-column: span 5;
}
.Duck .grid .col-6 {
  grid-column: span 6;
}
.Duck .grid.wrapper {
  gap: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .grid.wrapper .col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .grid-1 {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.Duck .grid-1 .col {
  grid-column: span 1;
}
.Duck .grid-1 .col-2 {
  grid-column: span 2;
}
.Duck .grid-1 .col-3 {
  grid-column: span 3;
}
.Duck .grid-1 .col-4 {
  grid-column: span 4;
}
.Duck .grid-1 .col-5 {
  grid-column: span 5;
}
.Duck .grid-1 .col-6 {
  grid-column: span 6;
}
.Duck .grid-1.wrapper {
  gap: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .grid-1.wrapper .col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .grid-1.gap-x {
  gap: 0 !important;
}
.Duck .grid-1.gap-s {
  --gap: 4px;
  grid-gap: var(--gap);
}
.Duck .grid-1.gap-m {
  --gap: 12px;
  grid-gap: var(--gap);
}
.Duck .grid-1.gap-l {
  --gap: 32px;
  grid-gap: var(--gap);
}
.Duck .grid-2 {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.Duck .grid-2 .col {
  grid-column: span 1;
}
.Duck .grid-2 .col-2 {
  grid-column: span 2;
}
.Duck .grid-2 .col-3 {
  grid-column: span 3;
}
.Duck .grid-2 .col-4 {
  grid-column: span 4;
}
.Duck .grid-2 .col-5 {
  grid-column: span 5;
}
.Duck .grid-2 .col-6 {
  grid-column: span 6;
}
.Duck .grid-2.wrapper {
  gap: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .grid-2.wrapper .col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .grid-2.gap-x {
  gap: 0 !important;
}
.Duck .grid-2.gap-s {
  --gap: 4px;
  grid-gap: var(--gap);
}
.Duck .grid-2.gap-m {
  --gap: 12px;
  grid-gap: var(--gap);
}
.Duck .grid-2.gap-l {
  --gap: 32px;
  grid-gap: var(--gap);
}
.Duck .grid-3 {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.Duck .grid-3 .col {
  grid-column: span 1;
}
.Duck .grid-3 .col-2 {
  grid-column: span 2;
}
.Duck .grid-3 .col-3 {
  grid-column: span 3;
}
.Duck .grid-3 .col-4 {
  grid-column: span 4;
}
.Duck .grid-3 .col-5 {
  grid-column: span 5;
}
.Duck .grid-3 .col-6 {
  grid-column: span 6;
}
.Duck .grid-3.wrapper {
  gap: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .grid-3.wrapper .col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .grid-3.gap-x {
  gap: 0 !important;
}
.Duck .grid-3.gap-s {
  --gap: 4px;
  grid-gap: var(--gap);
}
.Duck .grid-3.gap-m {
  --gap: 12px;
  grid-gap: var(--gap);
}
.Duck .grid-3.gap-l {
  --gap: 32px;
  grid-gap: var(--gap);
}
.Duck .grid-4 {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.Duck .grid-4 .col {
  grid-column: span 1;
}
.Duck .grid-4 .col-2 {
  grid-column: span 2;
}
.Duck .grid-4 .col-3 {
  grid-column: span 3;
}
.Duck .grid-4 .col-4 {
  grid-column: span 4;
}
.Duck .grid-4 .col-5 {
  grid-column: span 5;
}
.Duck .grid-4 .col-6 {
  grid-column: span 6;
}
.Duck .grid-4.wrapper {
  gap: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .grid-4.wrapper .col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .grid-4.gap-x {
  gap: 0 !important;
}
.Duck .grid-4.gap-s {
  --gap: 4px;
  grid-gap: var(--gap);
}
.Duck .grid-4.gap-m {
  --gap: 12px;
  grid-gap: var(--gap);
}
.Duck .grid-4.gap-l {
  --gap: 32px;
  grid-gap: var(--gap);
}
.Duck .grid-5 {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.Duck .grid-5 .col {
  grid-column: span 1;
}
.Duck .grid-5 .col-2 {
  grid-column: span 2;
}
.Duck .grid-5 .col-3 {
  grid-column: span 3;
}
.Duck .grid-5 .col-4 {
  grid-column: span 4;
}
.Duck .grid-5 .col-5 {
  grid-column: span 5;
}
.Duck .grid-5 .col-6 {
  grid-column: span 6;
}
.Duck .grid-5.wrapper {
  gap: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .grid-5.wrapper .col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .grid-5.gap-x {
  gap: 0 !important;
}
.Duck .grid-5.gap-s {
  --gap: 4px;
  grid-gap: var(--gap);
}
.Duck .grid-5.gap-m {
  --gap: 12px;
  grid-gap: var(--gap);
}
.Duck .grid-5.gap-l {
  --gap: 32px;
  grid-gap: var(--gap);
}
.Duck .grid-6 {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.Duck .grid-6 .col {
  grid-column: span 1;
}
.Duck .grid-6 .col-2 {
  grid-column: span 2;
}
.Duck .grid-6 .col-3 {
  grid-column: span 3;
}
.Duck .grid-6 .col-4 {
  grid-column: span 4;
}
.Duck .grid-6 .col-5 {
  grid-column: span 5;
}
.Duck .grid-6 .col-6 {
  grid-column: span 6;
}
.Duck .grid-6.wrapper {
  gap: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .grid-6.wrapper .col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .grid-6.gap-x {
  gap: 0 !important;
}
.Duck .grid-6.gap-s {
  --gap: 4px;
  grid-gap: var(--gap);
}
.Duck .grid-6.gap-m {
  --gap: 12px;
  grid-gap: var(--gap);
}
.Duck .grid-6.gap-l {
  --gap: 32px;
  grid-gap: var(--gap);
}
@media (max-width: 500px) {
  .Duck .grid-xs-1 {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .Duck .grid-xs-1 .col {
    grid-column: span 1;
  }
  .Duck .grid-xs-1 .col-2 {
    grid-column: span 2;
  }
  .Duck .grid-xs-1 .col-3 {
    grid-column: span 3;
  }
  .Duck .grid-xs-1 .col-4 {
    grid-column: span 4;
  }
  .Duck .grid-xs-1 .col-5 {
    grid-column: span 5;
  }
  .Duck .grid-xs-1 .col-6 {
    grid-column: span 6;
  }
  .Duck .grid-xs-1.wrapper {
    gap: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-xs-1.wrapper .col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-xs-1.gap-x {
    gap: 0 !important;
  }
  .Duck .grid-xs-1.gap-s {
    --gap: 4px;
    grid-gap: var(--gap);
  }
  .Duck .grid-xs-1.gap-m {
    --gap: 12px;
    grid-gap: var(--gap);
  }
  .Duck .grid-xs-1.gap-l {
    --gap: 32px;
    grid-gap: var(--gap);
  }
  .Duck .grid-xs-2 {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .Duck .grid-xs-2 .col {
    grid-column: span 1;
  }
  .Duck .grid-xs-2 .col-2 {
    grid-column: span 2;
  }
  .Duck .grid-xs-2 .col-3 {
    grid-column: span 3;
  }
  .Duck .grid-xs-2 .col-4 {
    grid-column: span 4;
  }
  .Duck .grid-xs-2 .col-5 {
    grid-column: span 5;
  }
  .Duck .grid-xs-2 .col-6 {
    grid-column: span 6;
  }
  .Duck .grid-xs-2.wrapper {
    gap: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-xs-2.wrapper .col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-xs-2.gap-x {
    gap: 0 !important;
  }
  .Duck .grid-xs-2.gap-s {
    --gap: 4px;
    grid-gap: var(--gap);
  }
  .Duck .grid-xs-2.gap-m {
    --gap: 12px;
    grid-gap: var(--gap);
  }
  .Duck .grid-xs-2.gap-l {
    --gap: 32px;
    grid-gap: var(--gap);
  }
  .Duck .grid-xs-3 {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .Duck .grid-xs-3 .col {
    grid-column: span 1;
  }
  .Duck .grid-xs-3 .col-2 {
    grid-column: span 2;
  }
  .Duck .grid-xs-3 .col-3 {
    grid-column: span 3;
  }
  .Duck .grid-xs-3 .col-4 {
    grid-column: span 4;
  }
  .Duck .grid-xs-3 .col-5 {
    grid-column: span 5;
  }
  .Duck .grid-xs-3 .col-6 {
    grid-column: span 6;
  }
  .Duck .grid-xs-3.wrapper {
    gap: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-xs-3.wrapper .col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-xs-3.gap-x {
    gap: 0 !important;
  }
  .Duck .grid-xs-3.gap-s {
    --gap: 4px;
    grid-gap: var(--gap);
  }
  .Duck .grid-xs-3.gap-m {
    --gap: 12px;
    grid-gap: var(--gap);
  }
  .Duck .grid-xs-3.gap-l {
    --gap: 32px;
    grid-gap: var(--gap);
  }
  .Duck .grid-xs-4 {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .Duck .grid-xs-4 .col {
    grid-column: span 1;
  }
  .Duck .grid-xs-4 .col-2 {
    grid-column: span 2;
  }
  .Duck .grid-xs-4 .col-3 {
    grid-column: span 3;
  }
  .Duck .grid-xs-4 .col-4 {
    grid-column: span 4;
  }
  .Duck .grid-xs-4 .col-5 {
    grid-column: span 5;
  }
  .Duck .grid-xs-4 .col-6 {
    grid-column: span 6;
  }
  .Duck .grid-xs-4.wrapper {
    gap: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-xs-4.wrapper .col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-xs-4.gap-x {
    gap: 0 !important;
  }
  .Duck .grid-xs-4.gap-s {
    --gap: 4px;
    grid-gap: var(--gap);
  }
  .Duck .grid-xs-4.gap-m {
    --gap: 12px;
    grid-gap: var(--gap);
  }
  .Duck .grid-xs-4.gap-l {
    --gap: 32px;
    grid-gap: var(--gap);
  }
  .Duck .grid-xs-5 {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .Duck .grid-xs-5 .col {
    grid-column: span 1;
  }
  .Duck .grid-xs-5 .col-2 {
    grid-column: span 2;
  }
  .Duck .grid-xs-5 .col-3 {
    grid-column: span 3;
  }
  .Duck .grid-xs-5 .col-4 {
    grid-column: span 4;
  }
  .Duck .grid-xs-5 .col-5 {
    grid-column: span 5;
  }
  .Duck .grid-xs-5 .col-6 {
    grid-column: span 6;
  }
  .Duck .grid-xs-5.wrapper {
    gap: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-xs-5.wrapper .col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-xs-5.gap-x {
    gap: 0 !important;
  }
  .Duck .grid-xs-5.gap-s {
    --gap: 4px;
    grid-gap: var(--gap);
  }
  .Duck .grid-xs-5.gap-m {
    --gap: 12px;
    grid-gap: var(--gap);
  }
  .Duck .grid-xs-5.gap-l {
    --gap: 32px;
    grid-gap: var(--gap);
  }
  .Duck .grid-xs-6 {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .Duck .grid-xs-6 .col {
    grid-column: span 1;
  }
  .Duck .grid-xs-6 .col-2 {
    grid-column: span 2;
  }
  .Duck .grid-xs-6 .col-3 {
    grid-column: span 3;
  }
  .Duck .grid-xs-6 .col-4 {
    grid-column: span 4;
  }
  .Duck .grid-xs-6 .col-5 {
    grid-column: span 5;
  }
  .Duck .grid-xs-6 .col-6 {
    grid-column: span 6;
  }
  .Duck .grid-xs-6.wrapper {
    gap: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-xs-6.wrapper .col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-xs-6.gap-x {
    gap: 0 !important;
  }
  .Duck .grid-xs-6.gap-s {
    --gap: 4px;
    grid-gap: var(--gap);
  }
  .Duck .grid-xs-6.gap-m {
    --gap: 12px;
    grid-gap: var(--gap);
  }
  .Duck .grid-xs-6.gap-l {
    --gap: 32px;
    grid-gap: var(--gap);
  }
}
@media (min-width: 500px) and (max-width: 1200px) {
  .Duck .grid-l-1 {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .Duck .grid-l-1 .col {
    grid-column: span 1;
  }
  .Duck .grid-l-1 .col-2 {
    grid-column: span 2;
  }
  .Duck .grid-l-1 .col-3 {
    grid-column: span 3;
  }
  .Duck .grid-l-1 .col-4 {
    grid-column: span 4;
  }
  .Duck .grid-l-1 .col-5 {
    grid-column: span 5;
  }
  .Duck .grid-l-1 .col-6 {
    grid-column: span 6;
  }
  .Duck .grid-l-1.wrapper {
    gap: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-l-1.wrapper .col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-l-2 {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .Duck .grid-l-2 .col {
    grid-column: span 1;
  }
  .Duck .grid-l-2 .col-2 {
    grid-column: span 2;
  }
  .Duck .grid-l-2 .col-3 {
    grid-column: span 3;
  }
  .Duck .grid-l-2 .col-4 {
    grid-column: span 4;
  }
  .Duck .grid-l-2 .col-5 {
    grid-column: span 5;
  }
  .Duck .grid-l-2 .col-6 {
    grid-column: span 6;
  }
  .Duck .grid-l-2.wrapper {
    gap: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-l-2.wrapper .col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-l-3 {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .Duck .grid-l-3 .col {
    grid-column: span 1;
  }
  .Duck .grid-l-3 .col-2 {
    grid-column: span 2;
  }
  .Duck .grid-l-3 .col-3 {
    grid-column: span 3;
  }
  .Duck .grid-l-3 .col-4 {
    grid-column: span 4;
  }
  .Duck .grid-l-3 .col-5 {
    grid-column: span 5;
  }
  .Duck .grid-l-3 .col-6 {
    grid-column: span 6;
  }
  .Duck .grid-l-3.wrapper {
    gap: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-l-3.wrapper .col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-l-4 {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .Duck .grid-l-4 .col {
    grid-column: span 1;
  }
  .Duck .grid-l-4 .col-2 {
    grid-column: span 2;
  }
  .Duck .grid-l-4 .col-3 {
    grid-column: span 3;
  }
  .Duck .grid-l-4 .col-4 {
    grid-column: span 4;
  }
  .Duck .grid-l-4 .col-5 {
    grid-column: span 5;
  }
  .Duck .grid-l-4 .col-6 {
    grid-column: span 6;
  }
  .Duck .grid-l-4.wrapper {
    gap: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-l-4.wrapper .col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-l-5 {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .Duck .grid-l-5 .col {
    grid-column: span 1;
  }
  .Duck .grid-l-5 .col-2 {
    grid-column: span 2;
  }
  .Duck .grid-l-5 .col-3 {
    grid-column: span 3;
  }
  .Duck .grid-l-5 .col-4 {
    grid-column: span 4;
  }
  .Duck .grid-l-5 .col-5 {
    grid-column: span 5;
  }
  .Duck .grid-l-5 .col-6 {
    grid-column: span 6;
  }
  .Duck .grid-l-5.wrapper {
    gap: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-l-5.wrapper .col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-l-6 {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .Duck .grid-l-6 .col {
    grid-column: span 1;
  }
  .Duck .grid-l-6 .col-2 {
    grid-column: span 2;
  }
  .Duck .grid-l-6 .col-3 {
    grid-column: span 3;
  }
  .Duck .grid-l-6 .col-4 {
    grid-column: span 4;
  }
  .Duck .grid-l-6 .col-5 {
    grid-column: span 5;
  }
  .Duck .grid-l-6 .col-6 {
    grid-column: span 6;
  }
  .Duck .grid-l-6.wrapper {
    gap: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .grid-l-6.wrapper .col {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}
@media (min-width: 0) and (max-width: 500px) {
  .Duck .s-vertical-revert {
    flex-direction: column-reverse !important;
  }
  .Duck .s-revert {
    flex-direction: row-reverse !important;
    flex-wrap: nowrap;
  }
  .Duck .s-revert .col {
    flex: 1 !important;
  }
  .Duck .s-revert .col-2 {
    width: 100%;
    flex: 1;
  }
  .Duck .s-revert .col-3 {
    width: 100%;
    flex: 1;
  }
  .Duck .s-revert .col-4 {
    width: 100%;
    flex: 1;
  }
  .Duck .s-revert .col-5 {
    width: 100%;
    flex: 1;
  }
  .Duck .s-revert .col-6 {
    width: 100%;
    flex: 1;
  }
  .Duck .s-revert .col-7 {
    width: 100%;
    flex: 1;
  }
  .Duck .s-revert .col-8 {
    width: 100%;
    flex: 1;
  }
  .Duck .s-revert .col-9 {
    width: 100%;
    flex: 1;
  }
  .Duck .s-revert .col-10 {
    width: 100%;
    flex: 1;
  }
  .Duck .s-revert .col-11 {
    width: 100%;
    flex: 1;
  }
  .Duck .s-revert .col-12 {
    width: 100%;
    flex: 1;
  }
}
@media (max-width: 1200px) {
  .Duck .l-vertical-revert {
    flex-direction: column-reverse !important;
  }
  .Duck .l-revert {
    flex-direction: row-reverse !important;
    flex-wrap: nowrap;
  }
  .Duck .l-revert .col {
    flex: 1 !important;
  }
  .Duck .l-revert .col-2 {
    width: 100%;
    flex: 1;
  }
  .Duck .l-revert .col-3 {
    width: 100%;
    flex: 1;
  }
  .Duck .l-revert .col-4 {
    width: 100%;
    flex: 1;
  }
  .Duck .l-revert .col-5 {
    width: 100%;
    flex: 1;
  }
  .Duck .l-revert .col-6 {
    width: 100%;
    flex: 1;
  }
  .Duck .l-revert .col-7 {
    width: 100%;
    flex: 1;
  }
  .Duck .l-revert .col-8 {
    width: 100%;
    flex: 1;
  }
  .Duck .l-revert .col-9 {
    width: 100%;
    flex: 1;
  }
  .Duck .l-revert .col-10 {
    width: 100%;
    flex: 1;
  }
  .Duck .l-revert .col-11 {
    width: 100%;
    flex: 1;
  }
  .Duck .l-revert .col-12 {
    width: 100%;
    flex: 1;
  }
}
.Duck .table-section {
  overflow-x: auto;
  flex-grow: 1;
  max-width: 100%;
}
.Duck .table-section table {
  border-collapse: collapse;
  overflow: auto;
  border-spacing: 0;
  table-layout: fixed;
  min-width: 100%;
}
.Duck .table-section table tr.p-x td, .Duck .table-section table tr.p-x th {
  padding: 0 !important;
}
.Duck .table-section table tr.p-x-x td, .Duck .table-section table tr.p-x-x th {
  padding: 0 !important;
}
.Duck .table-section table tr.px-x td, .Duck .table-section table tr.px-x th {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.Duck .table-section table tr.py-x td, .Duck .table-section table tr.py-x th {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.Duck .table-section table tr.p-xs td, .Duck .table-section table tr.p-xs th {
  padding: 4px !important;
}
.Duck .table-section table tr.p-xs-x td, .Duck .table-section table tr.p-xs-x th {
  padding: 0 !important;
}
.Duck .table-section table tr.px-xs td, .Duck .table-section table tr.px-xs th {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.Duck .table-section table tr.py-xs td, .Duck .table-section table tr.py-xs th {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.Duck .table-section table tr.p-s td, .Duck .table-section table tr.p-s th {
  padding: 8px !important;
}
.Duck .table-section table tr.p-s-x td, .Duck .table-section table tr.p-s-x th {
  padding: 0 !important;
}
.Duck .table-section table tr.px-s td, .Duck .table-section table tr.px-s th {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.Duck .table-section table tr.py-s td, .Duck .table-section table tr.py-s th {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.Duck .table-section table tr.p-m td, .Duck .table-section table tr.p-m th {
  padding: 16px !important;
}
.Duck .table-section table tr.p-m-x td, .Duck .table-section table tr.p-m-x th {
  padding: 0 !important;
}
.Duck .table-section table tr.px-m td, .Duck .table-section table tr.px-m th {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.Duck .table-section table tr.py-m td, .Duck .table-section table tr.py-m th {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.Duck .table-section table tr.p-l td, .Duck .table-section table tr.p-l th {
  padding: 24px !important;
}
.Duck .table-section table tr.p-l-x td, .Duck .table-section table tr.p-l-x th {
  padding: 0 !important;
}
.Duck .table-section table tr.px-l td, .Duck .table-section table tr.px-l th {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.Duck .table-section table tr.py-l td, .Duck .table-section table tr.py-l th {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.Duck .table-section table tr.p-xl td, .Duck .table-section table tr.p-xl th {
  padding: 32px !important;
}
.Duck .table-section table tr.p-xl-x td, .Duck .table-section table tr.p-xl-x th {
  padding: 0 !important;
}
.Duck .table-section table tr.px-xl td, .Duck .table-section table tr.px-xl th {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.Duck .table-section table tr.py-xl td, .Duck .table-section table tr.py-xl th {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.Duck .table-section table tr.p-xxl td, .Duck .table-section table tr.p-xxl th {
  padding: 48px !important;
}
.Duck .table-section table tr.p-xxl-x td, .Duck .table-section table tr.p-xxl-x th {
  padding: 0 !important;
}
.Duck .table-section table tr.px-xxl td, .Duck .table-section table tr.px-xxl th {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.Duck .table-section table tr.py-xxl td, .Duck .table-section table tr.py-xxl th {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.Duck .table-section table.table-not-border tr td, .Duck .table-section table.table-not-border tr th {
  white-space: normal;
  border: 0 !important;
}
.Duck .table-section table.table-strip-border tr td {
  white-space: normal;
  border-bottom: 2px solid rgba(0, 0, 0, 0.04) !important;
  border-top: 2px solid rgba(0, 0, 0, 0.04) !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.Duck .table-section table.table-strip-border tr th {
  white-space: normal;
  border-bottom: 2px solid rgba(0, 0, 0, 0.04) !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}
.Duck .table-section table.table-striped thead {
  background-color: rgba(0, 0, 0, 0.04);
}
.Duck .table-section table.table-striped tbody tr {
  border-radius: 8px;
}
.Duck .table-section table.table-striped tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.Duck .table-section table.table-striped tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.04);
}
.Duck .table-section table tr {
  display: table-row;
}
.Duck .table-section table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.Duck .table-section table tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.Duck .table-section table tr td {
  min-width: 100px;
  display: table-cell;
  white-space: normal;
  border: 0.25px solid rgba(0, 0, 0, 0.12);
  align-items: center;
}
.Duck .table-section table tr th {
  word-break: break-all;
  display: table-cell;
  box-sizing: border-box;
  align-items: center;
  border: 0.25px solid rgba(0, 0, 0, 0.12);
  justify-content: center;
}
.Duck .table-section table tr th:first-child {
  border-radius: 8px 0 0 0 !important;
}
.Duck .table-section table tr th:last-child {
  border-radius: 0 8px 0 0 !important;
}
.Duck .duration-x {
  transition-duration: 0ms;
  animation-duration: 0ms;
}
@keyframes loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.Duck .upComingElement {
  transform: translate3d(0, 0, 0);
  animation-duration: 1.25s;
  animation: upComing 0.8s ease-in;
}
@keyframes upComing {
  0% {
    opacity: 0;
    transform: translate3d(0, 160px, 80px);
  }
  50%, 100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.Duck .downComingElement {
  transform: translate3d(0, 0, 0);
  animation-delay: 0.2s;
  animation: downComing 0.2s linear;
}
@keyframes downComing {
  0% {
    opacity: 0;
    transform: translate(-60px, 0);
  }
  50%, 100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.Duck .opa {
  transform: translate3d(0, 0px, 0px);
  opacity: 1;
}
@keyframes esc-atr {
  from {
    max-width: 200px;
  }
  to {
    max-width: 0;
  }
}
@keyframes alignText {
  from {
    transform: translateX(50%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes width-animate {
  from {
    max-width: 0;
  }
  to {
    max-width: 100vw;
  }
}
@keyframes height-animate {
  from {
    max-width: 0;
  }
  to {
    max-width: 100vw;
  }
}
@keyframes append-animate {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes hoverAnimate {
  0% {
    background-size: 200% 100%;
    background: linear-gradient(to top, rgb(10, 10, 10) 0%, rgba(0, 0, 0, 0) 50%);
  }
  100% {
    background: linear-gradient(to top, rgb(10, 10, 10) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@keyframes imageComing {
  0% {
    opacity: 0;
    transform: scale(105%);
  }
  100% {
    opacity: 1;
    transform: scale(100%);
  }
}
.Duck .expand {
  animation: expand 0.7s ease-out;
}
.Duck .expand-vertical {
  animation: expand-vertical 0.7s ease-out;
}
@keyframes expand-vertical {
  from {
    max-height: 0;
  }
  to {
    max-height: 556px;
  }
}
.Duck .collapse {
  animation: collapse 1.7s ease-out;
}
@keyframes expand {
  from {
    max-width: 0;
  }
  to {
    max-width: 556px;
  }
}
@keyframes collapse {
  from {
    max-width: 556px;
  }
  to {
    max-width: 0;
  }
}
.Duck .fromLeftToRight {
  animation: fromLeftToRight 0.8s ease-out;
}
@keyframes fromLeftToRight {
  from {
    transform: translateX(400px);
  }
  to {
    transform: translateX(0px);
  }
}
.Duck .fromBotToTop {
  animation: fromBotToTop 0.8s ease-out;
}
@keyframes fromBotToTop {
  from {
    transform: translateY(400px);
  }
  to {
    transform: translateY(0px);
  }
}
.Duck .segment {
  position: relative;
  width: 100%;
  display: flex;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 4px;
  border-radius: 10px;
}
.Duck .segment .segment-sub {
  opacity: 1;
  contain: strict;
  background: rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 4px;
  width: 54px;
  left: 0;
  border-radius: 8px;
  z-index: 0;
  height: 28px;
  transition: 0.15s ease;
  transition-property: width, transform, opacity;
}
.Duck .segment div {
  flex: 1;
}
.Duck .segment div .btn {
  flex: 1;
  width: 100%;
  height: 28px !important;
  padding: 0 8px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  color: #737373;
  background-color: unset !important;
  border: 1px solid transparent;
}
.Duck .segment div .btn > svg {
  height: 12px !important;
  width: 12px !important;
}
.Duck .segment div .btn:hover, .Duck .segment div .btn.hover {
  color: #0a0a0a !important;
}
.Duck .segment div .btn:active, .Duck .segment div .btn.active, .Duck .segment div .btn.press {
  color: #0a0a0a !important;
  background: rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
}
.Duck .btn {
  user-select: none;
  box-sizing: border-box !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px !important;
  padding: 0 12px !important;
  font-size: 13px !important;
  line-height: 120% !important;
  border-radius: 8px;
  width: fit-content;
  white-space: nowrap;
  font-weight: 500;
  background-color: #2b2b2b;
  color: #ffffff;
}
.Duck .btn-full {
  flex: 1;
}
.Duck .btn-s {
  height: 28px !important;
  padding: 0 8px !important;
  font-size: 13px !important;
  line-height: 1 !important;
}
.Duck .btn-s > svg {
  height: 12px !important;
  width: 12px !important;
}
.Duck .btn-l {
  height: 42px !important;
  padding: 0 16px !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}
.Duck .btn-l > svg {
  height: 16px !important;
  width: 16px !important;
}
.Duck .btn-primary {
  background-color: #485fc7;
  color: #eef3fc;
}
.Duck .btn-secondary {
  background-color: #ff3860;
  color: #feecf0;
}
.Duck .btn-shade {
  background-color: #2b2b2b;
  color: rgba(0, 0, 0, 0.04);
}
.Duck .btn, .Duck button {
  position: relative;
  border: 1px solid #2b2b2b;
}
.Duck .btn:hover, .Duck .btn.hover, .Duck button:hover, .Duck button.hover {
  background-color: #0a0a0a;
  color: #ffffff;
  border: 1px solid transparent;
}
.Duck .btn:active, .Duck .btn.active, .Duck .btn.press, .Duck button:active, .Duck button.active, .Duck button.press {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
  background-color: #0a0a0a;
  color: #ffffff;
}
.Duck .btn.loading, .Duck button.loading {
  color: transparent !important;
  background-color: #0a0a0a;
}
.Duck .btn.loading:hover, .Duck button.loading:hover {
  color: transparent !important;
}
.Duck .btn.loading:before, .Duck button.loading:before {
  content: "";
  position: absolute !important;
  box-sizing: inherit;
  height: 12px;
  width: 12px;
  left: calc(50% - 6px);
  border: 2px solid transparent;
  border-radius: 50%;
  animation: loading-spinner 1s ease infinite;
  border-top-color: #ffffff !important;
}
.Duck .btn.disable, .Duck button.disable {
  cursor: not-allowed;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  color: sliver !important;
  background-color: #737373 !important;
}
.Duck .btn-has-icon, .Duck button-has-icon {
  display: flex;
  column-gap: 6px;
}
.Duck .btn-has-icon svg, .Duck button-has-icon svg {
  stroke: white !important;
  height: 12px;
  width: 12px;
}
.Duck .btn-outline, .Duck button-outline {
  border: 1px solid #0a0a0a;
  background-color: unset !important;
  color: #2b2b2b;
}
.Duck .btn-outline:hover, .Duck .btn-outline.hover, .Duck button-outline:hover, .Duck button-outline.hover {
  border: 1px solid #0a0a0a;
  color: #0a0a0a;
  background-color: rgba(0, 0, 0, 0.04) !important;
}
.Duck .btn-outline:active, .Duck .btn-outline.active, .Duck .btn-outline.press, .Duck button-outline:active, .Duck button-outline.active, .Duck button-outline.press {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
  color: #0a0a0a;
  border: 1px solid #0a0a0a;
  background-color: rgba(0, 0, 0, 0.04) !important;
}
.Duck .btn-outline svg, .Duck button-outline svg {
  stroke: #2b2b2b !important;
  height: 16px;
  width: 16px;
}
.Duck .btn-outline.loading:before, .Duck button-outline.loading:before {
  content: "";
  position: absolute !important;
  box-sizing: inherit;
  height: 12px;
  width: 12px;
  left: calc(50% - 6px);
  border: 2px solid transparent;
  border-radius: 50%;
  animation: loading-spinner 1s ease infinite;
  border-top-color: #0a0a0a !important;
}
.Duck .btn-outline.disable, .Duck button-outline.disable {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.12) !important;
  background-color: unset !important;
}
.Duck .btn-fill, .Duck button-fill {
  color: #2b2b2b;
  background-color: rgba(0, 0, 0, 0.04) !important;
  border: 1px solid transparent;
}
.Duck .btn-fill:hover, .Duck .btn-fill.hover, .Duck button-fill:hover, .Duck button-fill.hover {
  color: #0a0a0a !important;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.Duck .btn-fill:active, .Duck .btn-fill.active, .Duck .btn-fill.press, .Duck button-fill:active, .Duck button-fill.active, .Duck button-fill.press {
  color: #0a0a0a !important;
  background-color: rgba(0, 0, 0, 0.04) !important;
}
.Duck .btn-fill svg, .Duck button-fill svg {
  stroke: #2b2b2b !important;
  height: 16px;
  width: 16px;
}
.Duck .btn-fill.loading:before, .Duck button-fill.loading:before {
  content: "";
  position: absolute !important;
  box-sizing: inherit;
  height: 12px;
  width: 12px;
  left: calc(50% - 6px);
  border: 2px solid transparent;
  border-radius: 50%;
  animation: loading-spinner 1s ease infinite;
  border-top-color: #0a0a0a !important;
}
.Duck .btn-fill.disable, .Duck button-fill.disable {
  color: #737373 !important;
  background-color: rgba(0, 0, 0, 0.04) !important;
  border: 1px solid rgba(0, 0, 0, 0.04) !important;
}
.Duck .btn-ghost, .Duck button-ghost {
  color: #2b2b2b;
  background-color: unset !important;
  border: 1px solid transparent;
}
.Duck .btn-ghost:hover, .Duck .btn-ghost.hover, .Duck button-ghost:hover, .Duck button-ghost.hover {
  color: #0a0a0a !important;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.Duck .btn-ghost:active, .Duck .btn-ghost.active, .Duck .btn-ghost.press, .Duck button-ghost:active, .Duck button-ghost.active, .Duck button-ghost.press {
  color: #0a0a0a !important;
}
.Duck .btn-ghost svg, .Duck button-ghost svg {
  stroke: #2b2b2b !important;
  height: 16px;
  width: 16px;
}
.Duck .btn-ghost.loading:before, .Duck button-ghost.loading:before {
  content: "";
  position: absolute !important;
  box-sizing: inherit;
  height: 12px;
  width: 12px;
  left: calc(50% - 6px);
  border: 2px solid transparent;
  border-radius: 50%;
  animation: loading-spinner 1s ease infinite;
  border-top-color: #0a0a0a !important;
}
.Duck .btn-ghost.disable, .Duck button-ghost.disable {
  border: 0px !important;
  background-color: unset !important;
  color: #737373 !important;
}
.Duck .btn-group, .Duck button-group {
  display: flex;
}
.Duck .btn-group > *:active, .Duck .btn-group.active, .Duck .btn-group.press, .Duck button-group > *:active, .Duck button-group.active, .Duck button-group.press {
  box-shadow: 0 0 0 0;
}
.Duck .btn-group > *:not(:last-child), .Duck button-group > *:not(:last-child) {
  border-radius: 0 !important;
  border-right: 0;
}
.Duck .btn-group > :first-child, .Duck button-group > :first-child {
  border-radius: 8px 0 0 8px !important;
}
.Duck .btn-group > :last-child, .Duck button-group > :last-child {
  border-radius: 0 8px 8px 0 !important;
}
.Duck .btn-primary {
  border: 1px solid #485fc7;
}
.Duck .btn-primary:hover, .Duck .btn-primary.hover {
  background-color: #3e56c4;
  color: #eef3fc;
  border: 1px solid transparent;
}
.Duck .btn-primary:active, .Duck .btn-primary.active, .Duck .btn-primary.press {
  box-shadow: 0 0 0 3px #eef3fc;
  background-color: #3e56c4;
  color: #eef3fc;
}
.Duck .btn-primary.loading {
  color: transparent;
  background-color: #3e56c4;
}
.Duck .btn-primary.loading:hover {
  color: transparent !important;
}
.Duck .btn-primary.loading:before {
  content: "";
  position: absolute !important;
  box-sizing: inherit;
  height: 12px;
  width: 12px;
  left: calc(50% - 6px);
  border: 2px solid transparent;
  border-radius: 50%;
  animation: loading-spinner 1s ease infinite;
  border-top-color: #ffffff !important;
}
.Duck .btn-primary.disable {
  cursor: not-allowed;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  color: white !important;
  background-color: #737373 !important;
}
.Duck .btn-primary.btn-has-icon {
  display: flex;
  column-gap: 6px;
}
.Duck .btn-primary.btn-has-icon svg {
  stroke: white !important;
  height: 12px;
  width: 12px;
}
.Duck .btn-primary.btn-outline {
  border: 1px solid #485fc7;
  background-color: unset !important;
  color: #485fc7;
}
.Duck .btn-primary.btn-outline:hover, .Duck .btn-primary.btn-outline.hover {
  border: 1px solid #3e56c4;
  color: #3e56c4 !important;
  background-color: #eef3fc !important;
}
.Duck .btn-primary.btn-outline:active, .Duck .btn-primary.btn-outline.active, .Duck .btn-primary.btn-outline.press {
  box-shadow: 0 0 0 3px #eef3fc;
  color: #384fb8;
  border: 1px solid #3e56c4;
  background-color: #eef3fc !important;
}
.Duck .btn-primary.btn-outline svg {
  stroke: #485fc7 !important;
  height: 16px;
  width: 16px;
}
.Duck .btn-primary.btn-outline.loading:before {
  content: "";
  position: absolute !important;
  box-sizing: inherit;
  height: 12px;
  width: 12px;
  left: calc(50% - 6px);
  border: 2px solid transparent;
  border-radius: 50%;
  animation: loading-spinner 1s ease infinite;
  border-top-color: #384fb8 !important;
}
.Duck .btn-primary.btn-outline.loading:hover {
  color: transparent !important;
}
.Duck .btn-primary.btn-outline.disable {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  color: #737373 !important;
  background-color: unset !important;
}
.Duck .btn-primary.btn-fill {
  color: #485fc7;
  background-color: #eef3fc !important;
  border: 1px solid transparent;
}
.Duck .btn-primary.btn-fill:hover, .Duck .btn-primary.btn-fill.hover {
  color: #3e56c4 !important;
  border: 1px solid #eef3fc;
}
.Duck .btn-primary.btn-fill:active, .Duck .btn-primary.btn-fill.active, .Duck .btn-primary.btn-fill.press {
  color: #3e56c4 !important;
  background-color: #eef3fc !important;
}
.Duck .btn-primary.btn-fill svg {
  stroke: #485fc7 !important;
  height: 16px;
  width: 16px;
}
.Duck .btn-primary.btn-fill.loading:before {
  content: "";
  position: absolute !important;
  box-sizing: inherit;
  height: 12px;
  width: 12px;
  left: calc(50% - 6px);
  border: 2px solid transparent;
  border-radius: 50%;
  animation: loading-spinner 1s ease infinite;
  border-top-color: #384fb8 !important;
}
.Duck .btn-primary.btn-fill.loading:hover {
  color: transparent !important;
}
.Duck .btn-primary.btn-fill.disable {
  color: #737373 !important;
  background-color: rgba(0, 0, 0, 0.04) !important;
  border: 1px solid rgba(0, 0, 0, 0.04) !important;
}
.Duck .btn-primary.btn-ghost {
  color: #485fc7;
  background-color: unset !important;
  border: 1px solid transparent;
}
.Duck .btn-primary.btn-ghost:hover, .Duck .btn-primary.btn-ghost.hover {
  color: #3e56c4 !important;
  border: 1px solid #eef3fc;
}
.Duck .btn-primary.btn-ghost:active, .Duck .btn-primary.btn-ghost.active, .Duck .btn-primary.btn-ghost.press {
  color: #3e56c4 !important;
}
.Duck .btn-primary.btn-ghost svg {
  stroke: #485fc7 !important;
  height: 16px;
  width: 16px;
}
.Duck .btn-primary.btn-ghost.loading:before {
  content: "";
  position: absolute !important;
  box-sizing: inherit;
  height: 12px;
  width: 12px;
  left: calc(50% - 6px);
  border: 2px solid transparent;
  border-radius: 50%;
  animation: loading-spinner 1s ease infinite;
  border-top-color: #384fb8 !important;
}
.Duck .btn-primary.btn-ghost.loading:hover {
  color: transparent !important;
}
.Duck .btn-primary.btn-ghost.disable {
  border: 0px !important;
  background-color: unset !important;
  color: #737373 !important;
}
.Duck .btn-primary.btn-group {
  display: flex;
}
.Duck .btn-primary.btn-group > * {
  border-radius: 0 !important;
  border-top: 1px;
  border-bottom: 1px;
  border-left: 0;
  border-right: 0;
}
.Duck .btn-primary.btn-group:first-child {
  border-radius: 8px 0 0 8px !important;
}
.Duck .btn-secondary {
  border: 1px solid #ff3860;
}
.Duck .btn-secondary:hover, .Duck .btn-secondary.hover {
  background-color: #f03a5f;
  color: #feecf0;
  border: 1px solid transparent;
}
.Duck .btn-secondary:active, .Duck .btn-secondary.active, .Duck .btn-secondary.press {
  box-shadow: 0 0 0 3px #feecf0;
  background-color: #f03a5f;
  color: #feecf0;
}
.Duck .btn-secondary.loading {
  color: transparent;
  background-color: #f03a5f;
}
.Duck .btn-secondary.loading:hover {
  color: transparent !important;
}
.Duck .btn-secondary.loading:before {
  content: "";
  position: absolute !important;
  box-sizing: inherit;
  height: 12px;
  width: 12px;
  left: calc(50% - 6px);
  border: 2px solid transparent;
  border-radius: 50%;
  animation: loading-spinner 1s ease infinite;
  border-top-color: #ffffff !important;
}
.Duck .btn-secondary.disable {
  cursor: not-allowed;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  color: white !important;
  background-color: #737373 !important;
}
.Duck .btn-secondary.btn-has-icon {
  display: flex;
  column-gap: 6px;
}
.Duck .btn-secondary.btn-has-icon svg {
  stroke: white !important;
  height: 12px;
  width: 12px;
}
.Duck .btn-secondary.btn-outline {
  border: 1px solid #ff3860;
  background-color: unset !important;
  color: #ff3860;
}
.Duck .btn-secondary.btn-outline:hover, .Duck .btn-secondary.btn-outline.hover {
  border: 1px solid #f03a5f;
  color: #f03a5f !important;
  background-color: #feecf0 !important;
}
.Duck .btn-secondary.btn-outline:active, .Duck .btn-secondary.btn-outline.active, .Duck .btn-secondary.btn-outline.press {
  box-shadow: 0 0 0 3px #feecf0;
  color: #cc0f35;
  border: 1px solid #f03a5f;
  background-color: #feecf0 !important;
}
.Duck .btn-secondary.btn-outline svg {
  stroke: #ff3860 !important;
  height: 16px;
  width: 16px;
}
.Duck .btn-secondary.btn-outline.loading:before {
  content: "";
  position: absolute !important;
  box-sizing: inherit;
  height: 12px;
  width: 12px;
  left: calc(50% - 6px);
  border: 2px solid transparent;
  border-radius: 50%;
  animation: loading-spinner 1s ease infinite;
  border-top-color: #cc0f35 !important;
}
.Duck .btn-secondary.btn-outline.loading:hover {
  color: transparent !important;
}
.Duck .btn-secondary.btn-outline.disable {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  color: #737373 !important;
  background-color: unset !important;
}
.Duck .btn-secondary.btn-fill {
  color: #ff3860;
  background-color: #feecf0 !important;
  border: 1px solid transparent;
}
.Duck .btn-secondary.btn-fill:hover, .Duck .btn-secondary.btn-fill.hover {
  color: #f03a5f !important;
  border: 1px solid #feecf0;
}
.Duck .btn-secondary.btn-fill:active, .Duck .btn-secondary.btn-fill.active, .Duck .btn-secondary.btn-fill.press {
  color: #f03a5f !important;
  background-color: #feecf0 !important;
}
.Duck .btn-secondary.btn-fill svg {
  stroke: #ff3860 !important;
  height: 16px;
  width: 16px;
}
.Duck .btn-secondary.btn-fill.loading:before {
  content: "";
  position: absolute !important;
  box-sizing: inherit;
  height: 12px;
  width: 12px;
  left: calc(50% - 6px);
  border: 2px solid transparent;
  border-radius: 50%;
  animation: loading-spinner 1s ease infinite;
  border-top-color: #cc0f35 !important;
}
.Duck .btn-secondary.btn-fill.loading:hover {
  color: transparent !important;
}
.Duck .btn-secondary.btn-fill.disable {
  color: #737373 !important;
  background-color: rgba(0, 0, 0, 0.04) !important;
  border: 1px solid rgba(0, 0, 0, 0.04) !important;
}
.Duck .btn-secondary.btn-ghost {
  color: #ff3860;
  background-color: unset !important;
  border: 1px solid transparent;
}
.Duck .btn-secondary.btn-ghost:hover, .Duck .btn-secondary.btn-ghost.hover {
  color: #f03a5f !important;
  border: 1px solid #feecf0;
}
.Duck .btn-secondary.btn-ghost:active, .Duck .btn-secondary.btn-ghost.active, .Duck .btn-secondary.btn-ghost.press {
  color: #f03a5f !important;
}
.Duck .btn-secondary.btn-ghost svg {
  stroke: #ff3860 !important;
  height: 16px;
  width: 16px;
}
.Duck .btn-secondary.btn-ghost.loading:before {
  content: "";
  position: absolute !important;
  box-sizing: inherit;
  height: 12px;
  width: 12px;
  left: calc(50% - 6px);
  border: 2px solid transparent;
  border-radius: 50%;
  animation: loading-spinner 1s ease infinite;
  border-top-color: #cc0f35 !important;
}
.Duck .btn-secondary.btn-ghost.loading:hover {
  color: transparent !important;
}
.Duck .btn-secondary.btn-ghost.disable {
  border: 0px !important;
  background-color: unset !important;
  color: #737373 !important;
}
.Duck .btn-secondary.btn-group {
  display: flex;
}
.Duck .btn-secondary.btn-group > * {
  border-radius: 0 !important;
  border-top: 1px;
  border-bottom: 1px;
  border-left: 0;
  border-right: 0;
}
.Duck .btn-secondary.btn-group:first-child {
  border-radius: 8px 0 0 8px !important;
}
.Duck .input-switch.switch {
  width: 43.2px;
  height: 24px;
}
.Duck .input-switch.switch input:checked + .slider:before {
  transform: translateX(18.6666666667px) !important;
}
.Duck .input-switch.switch .slider:before {
  height: 18.6666666667px;
  width: 18.6666666667px;
  left: 2.6666666667px;
  bottom: 2.6666666667px;
}
.Duck .input-switch.switch {
  width: 43.2px;
  height: 24px;
}
.Duck .input-switch.switch input:checked + .slider:before {
  transform: translateX(18.6666666667px) !important;
}
.Duck .input-switch.switch .slider:before {
  height: 18.6666666667px;
  width: 18.6666666667px;
  left: 2.6666666667px;
  bottom: 2.6666666667px;
}
.Duck .input-switch.switch {
  width: 43.2px;
  height: 24px;
}
.Duck .input-switch.switch input:checked + .slider:before {
  transform: translateX(18.6666666667px) !important;
}
.Duck .input-switch.switch .slider:before {
  height: 18.6666666667px;
  width: 18.6666666667px;
  left: 2.6666666667px;
  bottom: 2.6666666667px;
}
.Duck .input-switch.switch {
  width: 43.2px;
  height: 24px;
}
.Duck .input-switch.switch input:checked + .slider:before {
  transform: translateX(18.6666666667px) !important;
}
.Duck .input-switch.switch .slider:before {
  height: 18.6666666667px;
  width: 18.6666666667px;
  left: 2.6666666667px;
  bottom: 2.6666666667px;
}
.Duck .input-switch {
  position: relative;
  display: inline-block;
  width: 38.4px;
  height: 24px;
}
.Duck .input-switch input {
  height: 24px !important;
  border: 50px !important;
  opacity: 0;
}
.Duck .input-switch input:checked + .slider {
  background-color: #485fc7;
}
.Duck .input-switch input:checked + .slider:before {
  transform: translateX(14px);
}
.Duck .input-switch input:focus + .slider {
  box-shadow: 0 0 1px #384fb8;
}
.Duck .input-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.12);
  transition: 0.2s;
  border-radius: 50px !important;
}
.Duck .input-switch .slider.disable {
  background: #737373 !important;
}
.Duck .input-switch .slider.disable:before {
  background-color: #ffffff !important;
}
.Duck .input-switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  border-radius: 50px !important;
  background-color: white;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.Duck #special {
  height: calc(100vh - 16px);
  overflow-y: auto;
}
.Duck .border-special {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck #dashboard {
  gap: 8px;
  padding: 8px;
}
@media screen and (max-width: 1200px) {
  .Duck #dashboard {
    gap: 0 !important;
    padding: 0 !important;
  }
  .Duck #special {
    border: 0 solid rgba(0, 0, 0, 0.12);
    border-radius: 0 !important;
  }
  .Duck .border-special {
    border-left: 0px solid rgba(0, 0, 0, 0.12);
  }
}
.Duck .sidebar {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  position: sticky;
  z-index: 200;
  justify-content: space-between;
  top: 8px;
  font-size: 16px;
  overflow-x: hidden;
  transition-duration: 0.1s;
}
.Duck .sidebar * {
  transition-duration: 0.25s;
}
.Duck .sidebar .sidebar-header {
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 0px 16px;
}
.Duck .sidebar .sidebar-header .sidebar-brand > img {
  display: block !important;
  width: 32px;
  height: 32px;
}
.Duck .sidebar .sidebar-main {
  max-height: calc(100vh - 150px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  flex: 1;
}
.Duck .sidebar .sidebar-main .sidebar-mobile-collapse {
  display: none;
}
.Duck .sidebar .sidebar-main .sidebar-items {
  max-height: 70vh;
}
.Duck .sidebar .sidebar-main .sidebar-items .item .sidebar-icon {
  color: #737373 !important;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Duck .sidebar .sidebar-main .sidebar-items .item .sidebar-btn {
  padding: 8px 8px 8px 0px;
  display: flex !important;
  gap: 0;
}
.Duck .sidebar .sidebar-main .sidebar-items .item .sidebar-btn:hover .sidebar-icon {
  color: #0a0a0a !important;
}
.Duck .sidebar .sidebar-main .sidebar-items .item .sidebar-btn:hover .item-text {
  color: #0a0a0a !important;
}
.Duck .sidebar .sidebar-main .sidebar-items .item .item-text {
  color: #737373 !important;
  padding-right: 48px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-flow: column wrap;
  white-space: nowrap;
  font-weight: 500;
  font-size: 17px !important;
}
.Duck .sidebar .sidebar-main .sidebar-items .item.show > :not(.item-collapse) {
  color: #ffffff !important;
}
.Duck .sidebar .sidebar-main .sidebar-items .item.show > :not(.item-collapse):hover {
  color: #0a0a0a !important;
}
.Duck .sidebar .sidebar-main .sidebar-items .side-sub {
  opacity: 1;
  contain: strict;
  background: #eef3fc;
  position: absolute;
  right: 8px;
  margin-left: auto;
  margin-right: auto;
  height: 48px;
  width: 0px;
  border-radius: 16px;
  z-index: -1;
  transition: 0.15s ease;
  transition-property: width, transform, opacity;
}
.Duck .sidebar .sidebar-main .item {
  padding-left: 12px;
  padding-right: 8px;
  display: block;
  font-weight: 500;
}
.Duck .sidebar .sidebar-main .item .item {
  padding-right: 0;
}
.Duck .sidebar .sidebar-main .item .sidebar-btn.active {
  border-radius: 16px;
  background-color: #0a0a0a;
}
.Duck .sidebar .sidebar-main .item .sidebar-btn.active .sidebar-icon {
  color: #ffffff !important;
}
.Duck .sidebar .sidebar-main .item .sidebar-btn.active .item-text {
  color: #ffffff !important;
}
.Duck .sidebar .sidebar-main .item .sidebar-btn.active:hover .sidebar-icon {
  color: #ffffff !important;
}
.Duck .sidebar .sidebar-main .item .sidebar-btn.active:hover .item-text {
  color: #ffffff !important;
}
.Duck .sidebar .sidebar-main .item.show .sidebar-btn[data-expand=expand] {
  border-radius: 16px;
}
.Duck .sidebar .sidebar-main .item.show .sidebar-btn[data-expand=expand] .sidebar-icon {
  color: #ffffff !important;
}
.Duck .sidebar .sidebar-main .item.show .sidebar-btn[data-expand=expand] .item-text {
  color: #ffffff !important;
}
.Duck .sidebar .sidebar-main .item.show .sidebar-btn[data-expand=expand]:hover .sidebar-icon {
  color: #0a0a0a !important;
}
.Duck .sidebar .sidebar-main .item.show .sidebar-btn[data-expand=expand]:hover .item-text {
  color: #0a0a0a !important;
}
.Duck .sidebar .sidebar-main .item.show .item-collapse {
  max-height: 900px;
}
.Duck .sidebar .sidebar-main .item .item-collapse {
  width: 100%;
  display: flex;
  flex-flow: column;
  max-height: 0px;
  transition: max-height 0.45s;
  overflow: hidden;
}
.Duck .sidebar .sidebar-main .item .item {
  color: #737373;
  font-weight: 500;
  margin-left: 24px;
  border-left: 1px solid #737373;
  font-size: 15px;
}
.Duck .sidebar .sidebar-bottom {
  border-top: 1px solid #525252;
  grid-area: sidebar-bottom;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 8px;
}
.Duck .sidebar.hide .sidebar-header {
  justify-content: center;
}
.Duck .sidebar.hide .sidebar-header .sidebar-brand {
  width: 32px;
}
.Duck .sidebar.hide .sidebar-header > :not(.sidebar-brand) {
  max-width: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
}
.Duck .sidebar.hide .sidebar-main .sidebar-items .side-sub {
  left: 8px;
  right: 0px;
}
.Duck .sidebar.hide .sidebar-main .sidebar-items .item {
  display: flex;
  justify-content: center;
  overflow: hidden;
  min-width: auto !important;
}
.Duck .sidebar.hide .sidebar-main .sidebar-items .item .item-collapse {
  padding: 0;
  max-width: 0;
  max-height: 0;
  white-space: nowrap;
  overflow: hidden;
}
.Duck .sidebar.hide .sidebar-main .sidebar-items .item .sidebar-btn {
  width: 48px !important;
  padding: 8px 0;
}
.Duck .sidebar.hide .sidebar-main .sidebar-items .item .sidebar-btn :not(.sidebar-icon) {
  padding: 0;
  max-width: 0;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .Duck .sidebar {
    background: #2b2b2b;
    position: fixed;
    justify-content: start;
    top: 0;
    height: 100vh;
    display: flex;
    margin: 0;
    flex-flow: column;
    align-content: center;
    max-width: 256px;
    width: 100%;
    border-radius: 0;
    transition-duration: 0.1s;
    border: 0;
    box-sizing: border-box;
    border-right: 2px solid rgba(0, 0, 0, 0.12);
  }
  .Duck .sidebar.hide {
    max-width: 0;
    left: -1px;
  }
  .Duck .sidebar .sidebar-main {
    padding-right: 12px !important;
    bottom: 0;
    left: 0;
    align-items: center;
    border-radius: 12px;
    z-index: 201;
  }
  .Duck .sidebar .sidebar-main .sidebar-items .side-sub {
    display: none;
  }
  .Duck .sidebar .sidebar-main .sidebar-items .item .item {
    margin-left: 23px !important;
  }
  .Duck .sidebar .sidebar-main .sidebar-items .item.show .sidebar-btn[data-expand=expand] {
    border-radius: 16px;
  }
  .Duck .sidebar .sidebar-main .sidebar-items .item.show .sidebar-btn[data-expand=expand] .sidebar-icon {
    color: #0a0a0a !important;
  }
  .Duck .sidebar .sidebar-main .sidebar-items .item.show .sidebar-btn[data-expand=expand] .item-text {
    color: #0a0a0a !important;
  }
  .Duck .sidebar .sidebar-main .sidebar-items .item.show .sidebar-btn[data-expand=expand]:hover .sidebar-icon {
    color: #0a0a0a !important;
  }
  .Duck .sidebar .sidebar-main .sidebar-items .item.show .sidebar-btn[data-expand=expand]:hover .item-text {
    color: #0a0a0a !important;
  }
  .Duck .sidebar .sidebar-main .sidebar-items .item.show .item-collapse {
    max-height: 900px;
  }
  .Duck .sidebar .sidebar-main .sidebar-mobile-collapse {
    position: fixed;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: #525252;
    color: #ffffff;
    bottom: 35px;
    left: 35px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 61 !important;
  }
  .Duck .sidebar .sidebar-main.collapse {
    width: 50vw;
    min-width: 320px !important;
  }
  .Duck .sidebar .sidebar-bottom {
    display: none !important;
  }
}
.Duck img, .Duck video {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-name: imageComing;
}
.Duck img.size-x, .Duck video.size-x {
  width: 0;
  height: 0;
}
.Duck img.size-x > svg, .Duck video.size-x > svg {
  width: 0;
  height: 0;
}
.Duck img.size-y-x, .Duck video.size-y-x {
  height: 0;
  width: auto;
}
.Duck img.size-x-x, .Duck video.size-x-x {
  width: 0;
  height: auto;
}
.Duck img.size-x-x2, .Duck video.size-x-x2 {
  width: calc(0 * 10);
  height: calc(0 * 10);
}
.Duck img.size-y-x-x2, .Duck video.size-y-x-x2 {
  height: calc(0 * 10);
  width: auto;
}
.Duck img.size-x-x-x2, .Duck video.size-x-x-x2 {
  width: calc(0 * 10);
  height: auto;
}
.Duck img.size-xs, .Duck video.size-xs {
  width: 4px;
  height: 4px;
}
.Duck img.size-xs > svg, .Duck video.size-xs > svg {
  width: 4px;
  height: 4px;
}
.Duck img.size-y-xs, .Duck video.size-y-xs {
  height: 4px;
  width: auto;
}
.Duck img.size-x-xs, .Duck video.size-x-xs {
  width: 4px;
  height: auto;
}
.Duck img.size-xs-x2, .Duck video.size-xs-x2 {
  width: calc(4px * 10);
  height: calc(4px * 10);
}
.Duck img.size-y-xs-x2, .Duck video.size-y-xs-x2 {
  height: calc(4px * 10);
  width: auto;
}
.Duck img.size-x-xs-x2, .Duck video.size-x-xs-x2 {
  width: calc(4px * 10);
  height: auto;
}
.Duck img.size-s, .Duck video.size-s {
  width: 8px;
  height: 8px;
}
.Duck img.size-s > svg, .Duck video.size-s > svg {
  width: 8px;
  height: 8px;
}
.Duck img.size-y-s, .Duck video.size-y-s {
  height: 8px;
  width: auto;
}
.Duck img.size-x-s, .Duck video.size-x-s {
  width: 8px;
  height: auto;
}
.Duck img.size-s-x2, .Duck video.size-s-x2 {
  width: calc(8px * 10);
  height: calc(8px * 10);
}
.Duck img.size-y-s-x2, .Duck video.size-y-s-x2 {
  height: calc(8px * 10);
  width: auto;
}
.Duck img.size-x-s-x2, .Duck video.size-x-s-x2 {
  width: calc(8px * 10);
  height: auto;
}
.Duck img.size-m, .Duck video.size-m {
  width: 16px;
  height: 16px;
}
.Duck img.size-m > svg, .Duck video.size-m > svg {
  width: 16px;
  height: 16px;
}
.Duck img.size-y-m, .Duck video.size-y-m {
  height: 16px;
  width: auto;
}
.Duck img.size-x-m, .Duck video.size-x-m {
  width: 16px;
  height: auto;
}
.Duck img.size-m-x2, .Duck video.size-m-x2 {
  width: calc(16px * 10);
  height: calc(16px * 10);
}
.Duck img.size-y-m-x2, .Duck video.size-y-m-x2 {
  height: calc(16px * 10);
  width: auto;
}
.Duck img.size-x-m-x2, .Duck video.size-x-m-x2 {
  width: calc(16px * 10);
  height: auto;
}
.Duck img.size-l, .Duck video.size-l {
  width: 24px;
  height: 24px;
}
.Duck img.size-l > svg, .Duck video.size-l > svg {
  width: 24px;
  height: 24px;
}
.Duck img.size-y-l, .Duck video.size-y-l {
  height: 24px;
  width: auto;
}
.Duck img.size-x-l, .Duck video.size-x-l {
  width: 24px;
  height: auto;
}
.Duck img.size-l-x2, .Duck video.size-l-x2 {
  width: calc(24px * 10);
  height: calc(24px * 10);
}
.Duck img.size-y-l-x2, .Duck video.size-y-l-x2 {
  height: calc(24px * 10);
  width: auto;
}
.Duck img.size-x-l-x2, .Duck video.size-x-l-x2 {
  width: calc(24px * 10);
  height: auto;
}
.Duck img.size-xl, .Duck video.size-xl {
  width: 32px;
  height: 32px;
}
.Duck img.size-xl > svg, .Duck video.size-xl > svg {
  width: 32px;
  height: 32px;
}
.Duck img.size-y-xl, .Duck video.size-y-xl {
  height: 32px;
  width: auto;
}
.Duck img.size-x-xl, .Duck video.size-x-xl {
  width: 32px;
  height: auto;
}
.Duck img.size-xl-x2, .Duck video.size-xl-x2 {
  width: calc(32px * 10);
  height: calc(32px * 10);
}
.Duck img.size-y-xl-x2, .Duck video.size-y-xl-x2 {
  height: calc(32px * 10);
  width: auto;
}
.Duck img.size-x-xl-x2, .Duck video.size-x-xl-x2 {
  width: calc(32px * 10);
  height: auto;
}
.Duck img.size-xxl, .Duck video.size-xxl {
  width: 48px;
  height: 48px;
}
.Duck img.size-xxl > svg, .Duck video.size-xxl > svg {
  width: 48px;
  height: 48px;
}
.Duck img.size-y-xxl, .Duck video.size-y-xxl {
  height: 48px;
  width: auto;
}
.Duck img.size-x-xxl, .Duck video.size-x-xxl {
  width: 48px;
  height: auto;
}
.Duck img.size-xxl-x2, .Duck video.size-xxl-x2 {
  width: calc(48px * 10);
  height: calc(48px * 10);
}
.Duck img.size-y-xxl-x2, .Duck video.size-y-xxl-x2 {
  height: calc(48px * 10);
  width: auto;
}
.Duck img.size-x-xxl-x2, .Duck video.size-x-xxl-x2 {
  width: calc(48px * 10);
  height: auto;
}
.Duck .hero {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Duck .hero.is-quarter {
  height: 25vh !important;
}
.Duck .hero.is-half {
  height: 50vh !important;
}
.Duck .hero.is-one-third {
  height: 33vh !important;
}
.Duck .hero.is-three-quarter {
  height: 75vh !important;
}
.Duck .hero.is-full {
  height: 100vh !important;
}
.Duck .hero .hero-content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
}
.Duck .hero.has-background > img {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Duck .hero.hero-bg {
  background: linear-gradient(180deg, #E8E8E8 0.06%, rgba(254, 240, 241, 0) 99.94%);
}
.Duck .x-quarter {
  height: 25vh !important;
}
.Duck .x-half {
  height: 50vh !important;
}
.Duck .x-one-third {
  height: 33vh !important;
}
.Duck .x-three-quarter {
  height: 75vh !important;
}
.Duck .y-quarter {
  height: 25vh !important;
}
.Duck .y-half {
  height: 50vh !important;
}
.Duck .y-one-third {
  height: 33vh !important;
}
.Duck .y-three-quarter {
  height: 75vh !important;
}
.Duck select {
  width: 100%;
}
.Duck .select {
  position: relative;
  cursor: pointer !important;
  width: 100% !important;
  background-color: #ffffff;
  font-weight: 500 !important;
  box-sizing: border-box;
  box-sizing: border-box !important;
  cursor: text;
  height: 36px !important;
  padding: 0 0 0 8px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  border-radius: 8px;
  width: fit-content;
  border: 1px solid #737373 !important;
  font-weight: 400;
  color: #2b2b2b !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.Duck .select::placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.12) !important;
}
.Duck .select:focus-visible {
  font-weight: 500;
  box-shadow: 0 0 0 3px #eef3fc;
  outline: 2px solid #485fc7 !important;
  color: #2b2b2b !important;
}
.Duck .select:focus-visible:invalid {
  outline: 1px solid #ff3860 !important;
  color: #2b2b2b !important;
}
.Duck .select:invalid {
  outline: 1px solid #ff3860 !important;
  color: #2b2b2b !important;
}
.Duck .select .select-title.placeholder {
  color: rgba(0, 0, 0, 0.12);
}
.Duck .select:disabled {
  background-color: rgba(0, 0, 0, 0.04);
}
.Duck .select .select-input {
  padding-right: 8px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Duck .select .select-list {
  overflow-y: auto;
  left: 0;
  top: calc(100% + 8px);
  width: 100%;
  z-index: 2;
  font-weight: 500 !important;
  box-sizing: border-box;
  color: #2b2b2b !important;
  position: absolute;
  row-gap: 4px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 8px;
  max-height: 0px;
  transition-duration: 0.45s;
}
.Duck .select .select-list.active {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  padding: 4px;
  max-height: 220px;
}
.Duck .select .select-list .select-item {
  position: relative;
  border-radius: 4px;
  padding: 4px;
  display: flex;
  align-items: end;
}
.Duck .select .select-list .select-item > * {
  width: 100%;
}
.Duck .select .select-list .select-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.Duck input, .Duck textarea, .Duck select {
  font-weight: 500 !important;
  box-sizing: border-box;
  box-sizing: border-box !important;
  cursor: text;
  height: 36px !important;
  padding: 0 0 0 8px !important;
  font-size: 15px !important;
  line-height: 1 !important;
  border-radius: 8px;
  width: fit-content;
  border: 1px solid #737373 !important;
  font-weight: 400;
  color: #2b2b2b !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  flex: fit-content;
}
.Duck input::placeholder, .Duck textarea::placeholder, .Duck select::placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.12) !important;
}
.Duck input:focus-visible, .Duck textarea:focus-visible, .Duck select:focus-visible {
  font-weight: 500;
  box-shadow: 0 0 0 3px #eef3fc;
  outline: 2px solid #485fc7 !important;
  color: #2b2b2b !important;
}
.Duck input:focus-visible:invalid, .Duck textarea:focus-visible:invalid, .Duck select:focus-visible:invalid {
  outline: 1px solid #ff3860 !important;
  color: #2b2b2b !important;
}
.Duck input:invalid, .Duck textarea:invalid, .Duck select:invalid {
  outline: 1px solid #ff3860 !important;
  color: #2b2b2b !important;
}
.Duck input:disabled, .Duck textarea:disabled, .Duck select:disabled {
  background-color: rgba(0, 0, 0, 0.04);
}
.Duck textarea {
  resize: none;
  font-size: 17px !important;
  min-height: 100px;
  padding: 12px 16px !important;
  line-height: 120% !important;
}
.Duck .field {
  position: relative;
  padding: 16px;
  border-radius: 12px;
}
.Duck .field.disable .label {
  color: #737373;
  font-weight: 600;
  line-height: 120%;
  font-size: 15px;
}
.Duck .field .add {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .field .add.active .add-list {
  padding: 4px;
  max-height: 220px;
}
.Duck .field .add.active .add-input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .field .add .add-input {
  display: flex;
  padding: 8px;
}
.Duck .field .add .add-list {
  overflow-y: auto;
  left: 0;
  top: calc(100% + 8px);
  width: 100%;
  z-index: 2;
  font-weight: 500 !important;
  box-sizing: border-box;
  color: #2b2b2b !important;
  row-gap: 4px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  max-height: 0px;
  transition-duration: 0.25s;
}
.Duck .field .add .add-list .add-item {
  border-radius: 4px;
  padding: 4px;
}
.Duck .field .add .add-list .add-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.Duck .field:hover {
  background: rgba(0, 0, 0, 0.04);
}
.Duck .field:hover .info-icon {
  visibility: visible;
}
.Duck .field:hover .info-icon:hover {
  background-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
  color: #2b2b2b;
}
.Duck .field input, .Duck .field textarea, .Duck .field select {
  width: 100%;
}
.Duck .field .info-icon {
  visibility: hidden;
  display: flex;
  position: absolute;
  left: calc(100% - 24px - 1rem);
  top: calc(50% + 15px);
  z-index: 2;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.12);
  font-size: 20px;
}
.Duck .field.has-label-inline {
  display: flex !important;
  flex-wrap: nowrap;
}
.Duck .field.has-label-inline .info-icon {
  top: 50%;
}
.Duck .field.has-label-inline .label {
  text-align: end;
  margin-bottom: 0 !important;
}
.Duck .is-required .label:before {
  content: "*";
  color: #ff3860;
  margin-right: 4px;
}
.Duck .label {
  color: #2b2b2b;
  font-weight: 400;
  font-size: 17px;
  max-width: 120px;
  min-width: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 24px;
  margin-bottom: 0.5rem;
}
.Duck input[type=range] {
  width: 210px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
}
.Duck input[type=range], .Duck input[type=file], .Duck input[type=color], .Duck input[type=date], .Duck input[type=week], .Duck input[type=time], .Duck input[type=datetime-local] {
  padding: 2px 8px !important;
  position: relative;
}
.Duck input[type=color]::-webkit-color-swatch {
  border-radius: 8px;
}
.Duck input[type=file] {
  display: none;
}
.Duck input[type=range],
.Duck input[type=range]::-webkit-slider-runnable-track,
.Duck input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.Duck input[type=range]::-webkit-slider-runnable-track {
  height: 12px;
  border-radius: 20px;
  background: #AAA;
}
.Duck input[type=range]::-webkit-slider-thumb {
  position: relative;
  height: 24px;
  width: 24px;
  margin-top: -6px;
  background: #485fc7;
  border-radius: 50%;
  border: 2px solid white;
}
.Duck input[type=range]::-webkit-slider-thumb::before {
  position: absolute;
  content: "";
  height: 12px; /* equal to height of runnable track */
  width: 500px; /* make this bigger than the widest range input element */
  left: -502px; /* this should be -2px - width */
  top: 8px; /* don't change this */
  background: #ff0000;
}
.Duck input::-webkit-calendar-picker-indicator {
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 3px;
}
.Duck input.is {
  flex: 1;
  position: relative;
}
.Duck input.is-s {
  height: 28px !important;
  padding: 0 16px !important;
  font-size: 13px !important;
  line-height: 1 !important;
}
.Duck input.is-s > svg {
  height: 12px !important;
  width: 12px !important;
}
.Duck input.is-l {
  height: 42px !important;
  padding: 0 16px !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}
.Duck input.is-l > svg {
  height: 16px !important;
  width: 16px !important;
}
.Duck .form-check {
  width: 210px;
  padding: 8px;
  border-radius: 8px;
  margin: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.Duck .form-check:hover {
  background: rgba(0, 0, 0, 0.04);
}
.Duck .form-check label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  left: 16px;
  top: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}
.Duck .form-check label.unchecked {
  background: rgba(0, 0, 0, 0.04) !important;
}
.Duck .form-check label.unchecked span {
  color: rgba(0, 0, 0, 0.12);
}
.Duck .form-check label.unchecked:after {
  visibility: hidden;
}
.Duck .form-check label.checked {
  background: !important;
}
.Duck .form-check label:hover {
  background: #eef3fc;
}
.Duck .form-check label:after {
  content: "";
  position: absolute;
  border: 6px solid #fff;
  left: 3px;
  top: 4px;
  background: #ffffff;
  transform-origin: center center;
  clip-path: polygon(21% 40%, 21% 40%, 8% 54%, 25% 68%, 36% 77%, 47% 65%, 48% 64%, 64% 47%, 75% 35%, 93% 13%, 81% 4%, 36% 54%);
}
.Duck .form-check label:hover::after {
  opacity: 0.5;
}
.Duck .form-check span {
  position: relative;
  white-space: nowrap;
  width: 300px;
  left: 24px;
  top: 0;
}
.Duck .form-check input[type=checkbox] {
  height: 16px !important;
  visibility: hidden;
}
.Duck .form-check input[type=checkbox]:checked + label {
  background: #485fc7;
}
.Duck .form-check input[type=checkbox]:checked + label.checked {
  background: #737373;
}
.Duck .form-check input[type=checkbox]:checked + label.checked span {
  color: rgba(0, 0, 0, 0.12);
}
.Duck .form-check input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.Duck .form-file-upload {
  width: 100%;
  text-align: center;
  position: relative;
}
.Duck .input-file-upload {
  display: none;
}
.Duck .label-file-upload, .Duck .label-file-upload-s, .Duck .label-file-upload-l {
  height: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-radius: 1rem;
  border-style: dashed;
  border-color: #cbd5e1;
  background-color: #ffffff;
}
.Duck .label-file-upload:hover, .Duck .label-file-upload-s:hover, .Duck .label-file-upload-l:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.Duck .label-file-upload-l {
  height: 320px;
}
.Duck .label-file-upload-s {
  height: 48px;
}
.Duck .upload-button {
  cursor: pointer;
  padding: 0.25rem;
  font-size: 1rem;
  border: none;
  background-color: transparent;
}
.Duck .upload-button:hover {
  text-decoration-line: underline;
}
.Duck .file-upload {
  position: relative;
  height: 100%;
}
.Duck .file-upload .loading {
  display: none;
}
.Duck .file-upload.on-upload .loading {
  position: absolute;
  display: flex;
  z-index: 2;
  content: "";
  box-sizing: inherit;
  height: 64px;
  width: 64px;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  border: 8px solid transparent;
  border-radius: 50%;
  animation: loading-spinner 1s ease infinite;
  border-top-color: #ffffff !important;
}
.Duck .file-upload .control-file-upload {
  position: absolute;
  top: 8px;
  right: 8px;
  display: none;
  background-color: #2b2b2b;
}
.Duck .file-upload img {
  height: 384px;
}
.Duck .file-upload:hover .control-file-upload {
  display: flex;
}
.Duck .file-upload:hover img {
  filter: blur(2px);
}
.Duck .help {
  overflow: hidden;
  transition-duration: 0.45s;
  position: absolute;
  z-index: 2;
  transform: translateY(calc(50% - 4px));
  top: calc(-50% - 8px);
  right: 20px;
  opacity: 0;
  padding: 12px;
  font-size: 13px !important;
  border-radius: 12px;
  background: #2b2b2b;
  color: #ffffff;
}
.Duck .help.active {
  opacity: 1;
}
.Duck .accordion .accordion-item {
  max-height: 0;
}
.Duck .accordion .accordion-item.active {
  max-height: 520px;
}
.Duck .show.help:before {
  display: block;
}
.Duck .show.help:before, .Duck .show.help:after {
  display: block;
}
.Duck .tooltip {
  position: relative; /* making the .tooltip span a container for the tooltip text */
  transition: all ease-in 0.1s;
}
.Duck .tooltip:before {
  content: attr(data-text); /* here's the magic */
  position: absolute;
  /* vertically center */
  top: 0;
  transform: translateY(calc(-100% - 4px));
  /* move to right */
  right: 8px;
  /* basic styles */
  max-width: 200px;
  min-width: 150px;
  padding: 12px;
  font-size: 13px !important;
  border-radius: 12px 12px 0 12px;
  background: #2b2b2b;
  color: #ffffff;
  display: none; /* hide by default */
}
.Duck .tooltip:hover:before {
  display: block;
}
.Duck .tooltip:hover:before, .Duck .tooltip:hover:after {
  display: block;
}
.Duck .collapse-item {
  display: unset;
  transition: height 200ms;
}
.Duck .collapse-item.is-collapse {
  display: none !important;
}
.Duck .pagination {
  border-radius: 8px;
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
}
.Duck .pagination .pag-right {
  display: flex;
  align-items: center;
  gap: 6px;
}
.Duck .pagination a {
  font-size: 16px;
}
.Duck .pagination a .is-disabled {
  color: #737373;
}
.Duck .pagination ul {
  list-style-type: none;
  gap: 6px;
  display: flex;
  flex-direction: row;
  list-style-type: none;
}
.Duck .pagination ul li {
  font-size: 16px !important;
  padding: 4px 12px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .pagination ul li::marker {
  content: "";
}
.Duck .pagination ul li .is-current {
  color: #737373;
  cursor: default;
  user-select: none;
}
.Duck .breadcrumb {
  display: flex;
  list-style-type: none;
}
.Duck .breadcrumb .breadcrumb-item {
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #485fc7 !important;
}
.Duck .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Duck", serif;
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #737373;
  content: "F";
}
.Duck .breadcrumb .breadcrumb-item.active {
  color: #2b2b2b !important;
}
.Duck .tool-bar .select-expand {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  z-index: 12;
  padding: 4px;
  top: 32px;
  left: 0;
}
.Duck .tool-bar .select-expand.is-open {
  display: grid !important;
}
.Duck .context {
  width: 100%;
  box-sizing: border-box;
  padding: 2px;
  overflow: visible;
  min-height: 30px;
  border: 1px dashed white;
  border-radius: 8px;
}
.Duck .context:hover, .Duck .context.context-active {
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.Duck .context:hover .context-place, .Duck .context.context-active .context-place {
  visibility: visible;
}
.Duck .context .editable {
  margin: 0;
}
.Duck .context .editable .cell-editor {
  word-wrap: break-word;
  position: relative;
  box-sizing: border-box;
}
.Duck .context .editable .cell-editor .cell-selector {
  display: none;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 0px 2px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  color: #737373;
}
.Duck .context .editable .cell-editor .is-open.cell-selector {
  display: flex;
}
.Duck .context .editable .cell-editor:hover .cell-selector {
  display: flex;
}
.Duck .context .editable .cell-editor::selection {
  background: rgba(0, 0, 0, 0.12);
}
.Duck .context .context-place {
  background-color: rgba(0, 0, 0, 0.04);
  padding: 0px 2px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  color: #737373 !important;
  display: flex;
  flex-direction: column;
  z-index: 12;
  column-gap: 4px;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(100%, 10%);
  visibility: hidden;
}
.Duck .context .context-place > *:hover {
  color: black;
}
.Duck .context [contenteditable=true]:empty:not(:focus):before {
  content: "input";
  color: grey;
  font-style: italic;
}
.Duck .context [contenteditable] {
  padding: 4px;
}
.Duck .context [contenteditable]:focus {
  border-radius: 4px;
  outline: 1px dashed #485fc7;
}
.Duck .context .table-widget {
  position: relative;
  bottom: 0;
  left: 0;
}
.Duck .context .table-widget .row-widget {
  cursor: e-resize;
  position: absolute;
  width: 12px;
  background: #485fc7;
  z-index: 2;
  bottom: 0;
  height: 120px;
}
.Duck .is-link {
  color: #485fc7;
  text-decoration: underline;
  font-style: italic !important;
}
.Duck .resizer {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  cursor: e-resize;
  user-select: none;
}
.Duck .resizer:hover,
.Duck .resizing {
  width: 5px;
  background-color: rgba(0, 0, 0, 0.12);
  border-right: 2px solid blue;
}
.Duck .table th {
  position: relative;
}
.Duck .resizable {
  border: 1px solid gray;
  height: 100px;
  width: 100px;
  position: relative;
}
.Duck .cursor {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  align-items: center;
  justify-content: center;
  width: 48px !important;
  height: 48px !important;
  border-radius: 32px;
  border: 3px solid white;
  background-color: red !important;
  mix-blend-mode: normal !important;
  transition: all 0.2s ease-in;
}
.Duck .cursor:before {
  font-family: "Duck", serif;
  content: "A";
  font-size: 32px;
  color: white;
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(0, -50%);
}
.Duck .cursor:after {
  font-family: "Duck", serif;
  content: "F";
  font-size: 32px;
  color: white;
  position: absolute;
  top: 50%;
  right: -50%;
  transform: translate(0, -50%);
}
.Duck .cursor-in {
  width: 24px;
  height: 24px;
  border-radius: 32px;
  background-color: white !important;
  position: relative;
  top: 20%;
  left: 20%;
  transition-delay: 1s;
}
.Duck img, .Duck video {
  object-fit: cover;
  background-position: center;
}
.Duck img.ratio-9-16, .Duck video.ratio-9-16 {
  aspect-ratio: 0.5625;
}
.Duck img.ratio-16-9, .Duck video.ratio-16-9 {
  aspect-ratio: 1.7777777778;
}
.Duck img, .Duck video {
  object-fit: cover;
  background-position: center;
}
.Duck img.ratio-9-21, .Duck video.ratio-9-21 {
  aspect-ratio: 0.4285714286;
}
.Duck img.ratio-21-9, .Duck video.ratio-21-9 {
  aspect-ratio: 2.3333333333;
}
.Duck img, .Duck video {
  object-fit: cover;
  background-position: center;
}
.Duck img.ratio-9-10, .Duck video.ratio-9-10 {
  aspect-ratio: 0.9;
}
.Duck img.ratio-10-9, .Duck video.ratio-10-9 {
  aspect-ratio: 1.1111111111;
}
.Duck img, .Duck video {
  object-fit: cover;
  background-position: center;
}
.Duck img.ratio-3-4, .Duck video.ratio-3-4 {
  aspect-ratio: 0.75;
}
.Duck img.ratio-4-3, .Duck video.ratio-4-3 {
  aspect-ratio: 1.3333333333;
}
.Duck img, .Duck video {
  object-fit: cover;
  background-position: center;
}
.Duck img.ratio-2-3, .Duck video.ratio-2-3 {
  aspect-ratio: 0.6666666667;
}
.Duck img.ratio-3-2, .Duck video.ratio-3-2 {
  aspect-ratio: 1.5;
}
.Duck img, .Duck video {
  object-fit: cover;
  background-position: center;
}
.Duck img.ratio-1-1, .Duck video.ratio-1-1 {
  aspect-ratio: 1;
}
.Duck img.ratio-1-1, .Duck video.ratio-1-1 {
  aspect-ratio: 1;
}
.Duck .hover-visible {
  display: none;
}
.Duck .hover-visible:hover {
  display: unset;
}
.Duck.slide-cards {
  scroll-behavior: smooth;
  position: sticky;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 32px;
  flex: fit-content;
  min-height: 350px;
  overflow: auto;
  padding: 32px;
  border-radius: 4px;
}
@media screen and (max-width: 1200px) {
  .Duck.slide-cards {
    padding: 0;
    gap: 4px;
  }
}
.Duck.slide-cards::-webkit-scrollbar {
  display: none;
}
.Duck .card {
  overflow: hidden !important;
  border-radius: 4px;
  display: flex;
  position: relative;
  flex-wrap: nowrap !important;
  flex-direction: row;
  animation: all 2s;
  transition-duration: 0.5s;
}
@media (min-width: 0) and (max-width: 1600px) {
  .Duck .card {
    margin: 0 auto !important;
    width: 100%;
  }
  .Duck .card.vertical {
    flex-direction: column !important;
  }
}
@media (min-width: 0) and (max-width: 1400px) {
  .Duck .card {
    margin: 0 auto !important;
    width: 100%;
  }
  .Duck .card.xl-vertical {
    flex-direction: column !important;
  }
}
@media (min-width: 0) and (max-width: 1200px) {
  .Duck .card {
    margin: 0 auto !important;
    width: 100%;
  }
  .Duck .card.l-vertical {
    flex-direction: column !important;
  }
}
@media (min-width: 0) and (max-width: 1000px) {
  .Duck .card {
    margin: 0 auto !important;
    width: 100%;
  }
  .Duck .card.m-vertical {
    flex-direction: column !important;
  }
}
@media (min-width: 0) and (max-width: 980px) {
  .Duck .card {
    margin: 0 auto !important;
    width: 100%;
  }
  .Duck .card.s-vertical {
    flex-direction: column !important;
  }
}
@media (min-width: 0) and (max-width: 500px) {
  .Duck .card {
    margin: 0 auto !important;
    width: 100%;
  }
  .Duck .card.xs-vertical {
    flex-direction: column !important;
  }
}
.Duck .card.vertical {
  flex-direction: column !important;
}
.Duck .card.vertical .card-img img, .Duck .card.vertical .card-img video {
  object-fit: cover;
  background-position: center;
}
.Duck .card.vertical .card-content {
  width: 100%;
}
.Duck .card .card-img {
  width: fit-content;
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100%;
  transition-duration: 1.2s;
}
.Duck .card .card-content {
  min-width: 66% !important;
  flex: 1;
}
.Duck .card .card-content .card-title {
  margin-bottom: 12px;
}
.Duck .list-avatar {
  display: flex;
  list-style-type: none;
  margin: auto;
  padding-left: 12px;
  flex-direction: row;
}
.Duck .list-avatar .avatar {
  background-color: #596376;
  color: #ffffff;
  display: block;
  font-family: sans-serif;
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  transition: margin 0.1s ease-in-out;
  overflow: hidden;
  margin-left: -10px;
}
.Duck .list-avatar .avatar:first-child {
  z-index: 5;
}
.Duck .list-avatar .avatar:nth-child(2) {
  z-index: 4;
}
.Duck .list-avatar .avatar:nth-child(3) {
  z-index: 3;
}
.Duck .list-avatar .avatar:nth-child(4) {
  z-index: 2;
}
.Duck .list-avatar .avatar:nth-child(5) {
  z-index: 1;
}
.Duck .list-avatar .avatar:last-child {
  z-index: 0;
}
.Duck .list-avatar .avatar img {
  width: 100%;
}
.Duck .list-avatar:hover .avatars__item {
  margin-right: 10px;
}
.Duck img, .Duck video {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-name: imageComing;
}
.Duck img.size-x, .Duck video.size-x {
  width: 0;
  height: 0;
}
.Duck img.size-x > svg, .Duck video.size-x > svg {
  width: 0;
  height: 0;
}
.Duck img.size-y-x, .Duck video.size-y-x {
  height: 0;
  width: auto;
}
.Duck img.size-x-x, .Duck video.size-x-x {
  width: 0;
  height: auto;
}
.Duck img.size-x-x2, .Duck video.size-x-x2 {
  width: calc(0 * 10);
  height: calc(0 * 10);
}
.Duck img.size-y-x-x2, .Duck video.size-y-x-x2 {
  height: calc(0 * 10);
  width: auto;
}
.Duck img.size-x-x-x2, .Duck video.size-x-x-x2 {
  width: calc(0 * 10);
  height: auto;
}
.Duck img.size-xs, .Duck video.size-xs {
  width: 4px;
  height: 4px;
}
.Duck img.size-xs > svg, .Duck video.size-xs > svg {
  width: 4px;
  height: 4px;
}
.Duck img.size-y-xs, .Duck video.size-y-xs {
  height: 4px;
  width: auto;
}
.Duck img.size-x-xs, .Duck video.size-x-xs {
  width: 4px;
  height: auto;
}
.Duck img.size-xs-x2, .Duck video.size-xs-x2 {
  width: calc(4px * 10);
  height: calc(4px * 10);
}
.Duck img.size-y-xs-x2, .Duck video.size-y-xs-x2 {
  height: calc(4px * 10);
  width: auto;
}
.Duck img.size-x-xs-x2, .Duck video.size-x-xs-x2 {
  width: calc(4px * 10);
  height: auto;
}
.Duck img.size-s, .Duck video.size-s {
  width: 8px;
  height: 8px;
}
.Duck img.size-s > svg, .Duck video.size-s > svg {
  width: 8px;
  height: 8px;
}
.Duck img.size-y-s, .Duck video.size-y-s {
  height: 8px;
  width: auto;
}
.Duck img.size-x-s, .Duck video.size-x-s {
  width: 8px;
  height: auto;
}
.Duck img.size-s-x2, .Duck video.size-s-x2 {
  width: calc(8px * 10);
  height: calc(8px * 10);
}
.Duck img.size-y-s-x2, .Duck video.size-y-s-x2 {
  height: calc(8px * 10);
  width: auto;
}
.Duck img.size-x-s-x2, .Duck video.size-x-s-x2 {
  width: calc(8px * 10);
  height: auto;
}
.Duck img.size-m, .Duck video.size-m {
  width: 16px;
  height: 16px;
}
.Duck img.size-m > svg, .Duck video.size-m > svg {
  width: 16px;
  height: 16px;
}
.Duck img.size-y-m, .Duck video.size-y-m {
  height: 16px;
  width: auto;
}
.Duck img.size-x-m, .Duck video.size-x-m {
  width: 16px;
  height: auto;
}
.Duck img.size-m-x2, .Duck video.size-m-x2 {
  width: calc(16px * 10);
  height: calc(16px * 10);
}
.Duck img.size-y-m-x2, .Duck video.size-y-m-x2 {
  height: calc(16px * 10);
  width: auto;
}
.Duck img.size-x-m-x2, .Duck video.size-x-m-x2 {
  width: calc(16px * 10);
  height: auto;
}
.Duck img.size-l, .Duck video.size-l {
  width: 24px;
  height: 24px;
}
.Duck img.size-l > svg, .Duck video.size-l > svg {
  width: 24px;
  height: 24px;
}
.Duck img.size-y-l, .Duck video.size-y-l {
  height: 24px;
  width: auto;
}
.Duck img.size-x-l, .Duck video.size-x-l {
  width: 24px;
  height: auto;
}
.Duck img.size-l-x2, .Duck video.size-l-x2 {
  width: calc(24px * 10);
  height: calc(24px * 10);
}
.Duck img.size-y-l-x2, .Duck video.size-y-l-x2 {
  height: calc(24px * 10);
  width: auto;
}
.Duck img.size-x-l-x2, .Duck video.size-x-l-x2 {
  width: calc(24px * 10);
  height: auto;
}
.Duck img.size-xl, .Duck video.size-xl {
  width: 32px;
  height: 32px;
}
.Duck img.size-xl > svg, .Duck video.size-xl > svg {
  width: 32px;
  height: 32px;
}
.Duck img.size-y-xl, .Duck video.size-y-xl {
  height: 32px;
  width: auto;
}
.Duck img.size-x-xl, .Duck video.size-x-xl {
  width: 32px;
  height: auto;
}
.Duck img.size-xl-x2, .Duck video.size-xl-x2 {
  width: calc(32px * 10);
  height: calc(32px * 10);
}
.Duck img.size-y-xl-x2, .Duck video.size-y-xl-x2 {
  height: calc(32px * 10);
  width: auto;
}
.Duck img.size-x-xl-x2, .Duck video.size-x-xl-x2 {
  width: calc(32px * 10);
  height: auto;
}
.Duck img.size-xxl, .Duck video.size-xxl {
  width: 48px;
  height: 48px;
}
.Duck img.size-xxl > svg, .Duck video.size-xxl > svg {
  width: 48px;
  height: 48px;
}
.Duck img.size-y-xxl, .Duck video.size-y-xxl {
  height: 48px;
  width: auto;
}
.Duck img.size-x-xxl, .Duck video.size-x-xxl {
  width: 48px;
  height: auto;
}
.Duck img.size-xxl-x2, .Duck video.size-xxl-x2 {
  width: calc(48px * 10);
  height: calc(48px * 10);
}
.Duck img.size-y-xxl-x2, .Duck video.size-y-xxl-x2 {
  height: calc(48px * 10);
  width: auto;
}
.Duck img.size-x-xxl-x2, .Duck video.size-x-xxl-x2 {
  width: calc(48px * 10);
  height: auto;
}
.Duck .toasts-container {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  position: fixed;
  z-index: 9999;
}
.Duck .toasts-container.top-right {
  top: 16px;
  right: 16px;
}
.Duck .toasts-container.top-left {
  top: 16px;
  left: 16px;
}
.Duck .toasts-container.top-center {
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.Duck .toasts-container.bottom-left {
  bottom: 16px;
  left: 16px;
}
.Duck .toasts-container.bottom-center {
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.Duck .toasts-container.bottom-right {
  bottom: 16px;
  right: 16px;
}
.Duck .toasts-container .toast {
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  overflow: hidden;
  /* rest of the properties */
  animation: slide-in 0.4s ease-in-out forwards;
}
.Duck .toasts-container .toast .toast-icon {
  padding-right: 8px;
  display: flex;
  align-items: center;
}
.Duck .toasts-container .toast-dismissed {
  animation: slide-out 0.4s ease-in-out forwards;
}
.Duck .toasts-container .toast .toast-message {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  width: 250px;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.Duck .toast-dismissed {
  animation: slide-out 0.4s ease-in-out forwards;
}
@keyframes slide-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.Duck .duration-x {
  transition-duration: 0ms;
  animation-duration: 0ms;
}
@keyframes loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.Duck .upComingElement {
  transform: translate3d(0, 0, 0);
  animation-duration: 1.25s;
  animation: upComing 0.8s ease-in;
}
@keyframes upComing {
  0% {
    opacity: 0;
    transform: translate3d(0, 160px, 80px);
  }
  50%, 100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.Duck .downComingElement {
  transform: translate3d(0, 0, 0);
  animation-delay: 0.2s;
  animation: downComing 0.2s linear;
}
@keyframes downComing {
  0% {
    opacity: 0;
    transform: translate(-60px, 0);
  }
  50%, 100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.Duck .opa {
  transform: translate3d(0, 0px, 0px);
  opacity: 1;
}
@keyframes esc-atr {
  from {
    max-width: 200px;
  }
  to {
    max-width: 0;
  }
}
@keyframes alignText {
  from {
    transform: translateX(50%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes width-animate {
  from {
    max-width: 0;
  }
  to {
    max-width: 100vw;
  }
}
@keyframes height-animate {
  from {
    max-width: 0;
  }
  to {
    max-width: 100vw;
  }
}
@keyframes append-animate {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes hoverAnimate {
  0% {
    background-size: 200% 100%;
    background: linear-gradient(to top, rgb(10, 10, 10) 0%, rgba(0, 0, 0, 0) 50%);
  }
  100% {
    background: linear-gradient(to top, rgb(10, 10, 10) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@keyframes imageComing {
  0% {
    opacity: 0;
    transform: scale(105%);
  }
  100% {
    opacity: 1;
    transform: scale(100%);
  }
}
.Duck .expand {
  animation: expand 0.7s ease-out;
}
.Duck .expand-vertical {
  animation: expand-vertical 0.7s ease-out;
}
@keyframes expand-vertical {
  from {
    max-height: 0;
  }
  to {
    max-height: 556px;
  }
}
.Duck .collapse {
  animation: collapse 1.7s ease-out;
}
@keyframes expand {
  from {
    max-width: 0;
  }
  to {
    max-width: 556px;
  }
}
@keyframes collapse {
  from {
    max-width: 556px;
  }
  to {
    max-width: 0;
  }
}
.Duck .fromLeftToRight {
  animation: fromLeftToRight 0.8s ease-out;
}
@keyframes fromLeftToRight {
  from {
    transform: translateX(400px);
  }
  to {
    transform: translateX(0px);
  }
}
.Duck .fromBotToTop {
  animation: fromBotToTop 0.8s ease-out;
}
@keyframes fromBotToTop {
  from {
    transform: translateY(400px);
  }
  to {
    transform: translateY(0px);
  }
}
.Duck .navbar {
  min-height: 60px;
  transition-duration: 1s;
  display: grid !important;
  grid-template-columns: 0.2fr 1fr;
  grid-template-areas: "left main ";
  width: 100%;
  min-width: 50px;
  top: 0;
  z-index: 2;
}
.Duck .navbar.hidden {
  height: 4rem;
  width: 100%;
  z-index: 2;
  position: fixed !important;
  top: -80px !important;
  transition: 0.4s linear;
}
.Duck .navbar .nav-brand {
  display: flex;
  grid-area: left;
  justify-items: start;
  justify-content: start;
  align-items: center;
}
.Duck .navbar .nav-main {
  grid-area: main;
  display: flex;
  align-items: center;
}
.Duck .navbar .nav-main .nav-items {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.Duck .navbar .nav-main .nav-items .nav-item {
  margin: 6px;
  padding: 6px 12px;
  text-align: center;
  flex: 1;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in;
}
.Duck .navbar .nav-main .nav-items .nav-item:hover {
  background-color: #eeeeee;
}
.Duck .navbar .nav-main .nav-items .nav-item.is-active {
  background-color: #eeeeee;
}
.Duck .navbar .nav-mobile {
  grid-area: right;
  display: none;
  justify-items: end;
  justify-content: end;
  align-items: center;
}
.Duck .navbar .nav .nav-item-collapse {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .Duck .navbar {
    grid-template-areas: "left right" "main main";
    grid-template-columns: 1fr 1fr;
  }
  .Duck .navbar .nav-item-collapse {
    display: flex !important;
    right: 0;
    bottom: 0;
  }
  .Duck .navbar .nav-items {
    justify-content: start;
    transition: max-height 0.2s;
    max-height: 0;
  }
  .Duck .navbar .nav-items .nav-item {
    opacity: 0;
    animation-name: alignText;
    animation-duration: 0.2s;
    display: none;
    padding: 12px 24px;
    border-radius: 0 !important;
  }
  .Duck .navbar .nav-items.expand {
    max-height: 100vh;
    position: relative;
    display: block;
  }
  .Duck .navbar .nav-items.expand .nav-item {
    opacity: 1;
    justify-content: space-between;
    display: flex;
  }
}
.Duck .navbar .nav-mobile {
  grid-area: right;
  display: none;
  justify-items: end;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .Duck .navbar {
    width: 100%;
    position: sticky !important;
    top: 3rem;
    max-height: 90vh;
    backdrop-filter: blur(2px);
  }
  .Duck .navbar .nav-mobile {
    grid-area: right;
    display: flex;
    justify-items: end;
    justify-content: end;
    align-items: center;
  }
  .Duck .navbar .nav-items .nav-item {
    padding: 8px 0 !important;
  }
  .Duck .navbar .nav-items.expand {
    width: 100%;
    padding: 12px 0;
    border-radius: 8px;
    border: 1px solid white;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.Duck .navbar-2 {
  min-height: 60px;
  transition-duration: 1s;
  display: flex !important;
  width: 100%;
  min-width: 50px;
  top: 0;
  z-index: 2;
  transition: 0.2s linear;
}
.Duck .navbar-2.hidden {
  width: 100%;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0px;
}
.Duck .navbar-2 .nav-brand {
  display: flex;
  align-items: center;
}
.Duck .navbar-2 .nav-main {
  display: flex;
  flex: 1;
  align-items: center;
}
.Duck .navbar-2 .nav-main .nav-items {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.Duck .navbar-2 .nav-main .nav-items .nav-item {
  display: flex;
  align-items: center;
  margin: 6px;
  padding: 6px 12px;
  text-align: center;
  flex: 1;
  border-radius: 12px;
  justify-content: center;
  transition: all 0.2s ease-in;
}
.Duck .navbar-2 .nav-main .nav-items .nav-item:hover {
  background-color: #eeeeee;
}
.Duck .navbar-2 .nav-mobile {
  grid-area: right;
  display: none;
  justify-items: end;
  justify-content: end;
  align-items: center;
}
.Duck .navbar-2 .nav .nav-item-collapse {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .Duck .navbar-2 .nav-items #navbar-open {
    transform: translate(0, 0);
    min-width: 100vw !important;
  }
}
.Duck #navbar-open {
  max-height: 0vh !important;
  overflow: hidden;
  top: calc(100% + 8px);
  right: 0;
  transition: max-height 0.17s linear;
}
.Duck #navbar-open.open {
  max-height: 100vh !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .tabs {
  display: flex;
  position: relative;
  /* Thêm animation splice từ trái sang phải */
  /* Áp dụng animation cho phần tử cần hiệu ứng */
}
.Duck .tabs.vertical {
  flex-direction: column;
}
.Duck .tabs .tab-sub {
  opacity: 1;
  contain: strict;
  background: #eef3fc;
  position: absolute;
  top: 9px;
  width: 54px;
  left: 0;
  border-radius: 4px;
  z-index: 0;
  height: 32px;
  transition: 0.15s ease;
  transition-property: width, transform, opacity;
}
.Duck .tabs .tab-item {
  position: relative;
  cursor: pointer;
  padding: 16px 12px;
  font-size: 15px;
  font-weight: 600;
  color: #737373;
}
.Duck .tabs .tab-item:hover {
  color: #525252;
}
.Duck .tabs .tab-item.active {
  color: #0a0a0a;
}
.Duck .tabs .tab-item.active:before {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  height: 0;
  left: 9px;
  right: 9px;
  bottom: 0;
  border-bottom: 2px solid;
}
@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.Duck .tabs .slide-in {
  animation: slideIn 0.5s forwards;
}
.Duck .tabs .slide-out {
  animation: slideOut 0.5s forwards;
}
.Duck .tab-content {
  transition: opacity 0.3s ease;
}
.Duck .tab-content.active {
  display: block;
  opacity: 1;
}
.Duck .tab-content:not(.active) {
  display: none;
}
.Duck .chips {
  box-sizing: border-box !important;
  cursor: pointer;
  color: #737373;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px !important;
  padding: 3px 16px;
  font-size: 13px !important;
  line-height: 150% !important;
  border-radius: 80px;
  width: fit-content;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.Duck .chips:hover {
  color: #485fc7;
  border: 1px solid #485fc7;
}
.Duck .chips.active {
  border: 1px solid #485fc7;
  color: #485fc7;
}
.Duck .modal {
  display: none;
  position: relative;
  z-index: 998;
}
.Duck .modal.is-open {
  display: flex;
}
.Duck .modal.is-open .modal-dialog {
  opacity: 1;
  max-width: 640px;
}
.Duck .modal.is-open .modal-dialog.modal-s {
  max-width: 480px;
}
.Duck .modal.is-open .modal-dialog.modal-preview {
  max-width: 1280px;
  top: 1px !important;
}
.Duck .modal.is-open:before {
  opacity: 1;
}
.Duck .modal .modal-dialog {
  max-height: 90vh;
  background-color: #ffffff;
  width: 100%;
  opacity: 0;
  transition: opacity 0.25s, transform 0.45s;
  position: fixed;
  top: 0%;
  left: 50%;
  z-index: 999;
}
.Duck .modal .modal-dialog.open {
  opacity: 1;
  transform: translate(-50%, 10vh);
}
.Duck .modal .modal-dialog.close {
  opacity: 0;
  transform: translate(-50%, -100%);
}
.Duck .modal .modal-dialog .modal-header {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: start;
}
.Duck .modal .modal-dialog .modal-body {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.04);
}
.Duck .modal .modal-dialog .modal-bottom {
  background-color: rgba(0, 0, 0, 0.04);
  justify-content: end;
  gap: 8px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
}
.Duck .modal:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  transition: opacity 1.45s;
}
@media screen and (max-width: 980px) {
  .Duck .modal .modal-dialog {
    background: #ffffff !important;
    max-width: 100vw;
    width: 100%;
    top: 0;
  }
  .Duck .modal .modal-dialog.open {
    opacity: 1;
    transform: translate(-50%, calc(100vh - 100%)) !important;
  }
  .Duck .modal .modal-dialog.close {
    opacity: 0;
    transform: translate(-50%, 100%) !important;
  }
}
.Duck .footer {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}
.Duck .footer.is-quarter {
  height: 25vh !important;
}
.Duck .footer.is-half {
  height: 50vh !important;
}
.Duck .footer.is-one-third {
  height: 33vh !important;
}
.Duck .footer.is-three-quarter {
  height: 75vh !important;
}
.Duck .footer.is-full {
  height: 100vh !important;
}
.Duck .shader-1 {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.Duck .loading-screen {
  width: 100%;
  height: 3vh;
  border-radius: 20px;
}
.Duck .loading-screen .loading-process {
  border-radius: 20px;
  height: 100%;
  background: linear-gradient(45deg, #000000 0%, #000000 5%, transparent 5%, transparent 10%, #000000 10%, #000000 15%, transparent 15%, transparent 20%, #000000 20%, #000000 25%, transparent 25%, transparent 30%, #000000 30%, #000000 35%, transparent 35%, transparent 40%, #000000 40%, #000000 45%, transparent 45%, transparent 50%, #000000 50%, #000000 55%, transparent 55%, transparent 60%, #000000 60%, #000000 65%, transparent 65%, transparent 70%, #000000 70%, #000000 75%, transparent 70%, transparent 80%, #000000 80%, #000000 85%, transparent 85%, transparent 90%, #000000 90%, #000000 95%, transparent 95%);
  background-size: 12em 12em;
  opacity: 1;
}
@keyframes loadingProcess {}
.Duck .is-title {
  position: relative;
  padding-left: 18px;
}
.Duck .is-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  width: 8px;
  background: #0a0a0a;
  border-radius: 3px;
}
.Duck .is-quote {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 8px !important;
  position: relative;
  padding: 16px 16px 16px 24px !important;
  font-style: italic !important;
}
.Duck .is-quote:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 6px;
  background: #2b2b2b;
  border-radius: 4px;
}
.Duck ul {
  margin: 6px;
}
.Duck ul li::marker {
  content: "*  ";
}
.Duck pre {
  padding: 24px 16px !important;
  margin: 0 !important;
  border-radius: 8px;
}
.Duck .note {
  min-height: 75px;
  padding: 24px;
  margin-bottom: 48px;
  border-radius: 12px;
  display: flex;
  background-color: rgba(0, 0, 0, 0.12);
}
.Duck .note .note-content {
  display: block;
}
.Duck .note .note-content .note-title {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}
.Duck .note .note-content .note-info {
  font-size: 14px;
  line-height: 150%;
  font-weight: 300;
  color: #2b2b2b;
}
.Duck .rotate-90 {
  transform: rotate(90deg);
}
.Duck .rotate-180 {
  transform: rotate(-180deg);
}
.Duck .hljs-tag {
  color: #4b7f47;
}
.Duck .hljs-tag + .hljs-string {
  color: #4b7f47;
}
.Duck .hljs-tag + .hljs-attr {
  color: #ff7e10;
}
.Duck .hljs-tag + .hljs-name {
  color: #da00aa;
}
.Duck .bottom-menu {
  display: flex;
  cursor: pointer;
  position: fixed !important;
  z-index: 1200;
  bottom: 5%;
  left: 50%;
  background-color: rgba(43, 43, 43, 0.5);
  min-width: 128px;
  backdrop-filter: blur(2px);
  color: rgba(0, 0, 0, 0.04);
  padding: 4px;
  transform: translateX(-50%);
  border-radius: 12px;
}
.Duck .bottom-menu .items {
  transition: all 0.3s linear !important;
  display: flex;
  align-items: center;
  justify-content: start;
}
.Duck .bottom-menu .menu-right {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.Duck .bottom-menu .menu-collapse-button {
  display: none;
}
@media screen and (max-width: 1000px) {
  .Duck .bottom-menu .menu-collapse-button {
    display: flex;
  }
  .Duck .bottom-menu.menu-expand {
    min-width: 90vw;
    flex-direction: column-reverse;
  }
  .Duck .bottom-menu.menu-expand .menu-right {
    display: none;
  }
  .Duck .bottom-menu.menu-expand .items {
    justify-content: end;
    min-width: 90%;
    max-height: 80vh;
    flex-direction: column-reverse;
  }
  .Duck .bottom-menu.menu-expand .items .item {
    width: 100%;
  }
  .Duck .bottom-menu.menu-collapse .items {
    min-width: 20%;
  }
  .Duck .bottom-menu.menu-collapse .items .item.item-collapse {
    display: none !important;
  }
}
.Duck .context-menu {
  padding: 4px;
  cursor: pointer;
  width: 250px;
  position: absolute;
  row-gap: 0;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  animation: openMenu 0.7s ease-out;
}
.Duck .context-menu .row {
  position: relative;
  border-radius: 4px;
  padding: 8px 4px 8px 16px;
  display: flex;
  width: 100%;
  align-items: end;
}
.Duck .context-menu .row:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.Duck .context-menu .row .menu-item {
  width: calc(100% - 75px);
  display: flex;
  font-size: 16px;
  font-weight: 400;
  align-items: center;
}
.Duck .context-menu .row .menu-item .icon {
  color: #2b2b2b;
  margin-right: 8px;
  font-size: 24px;
}
.Duck .context-menu .row .menu-action {
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.12);
}
@keyframes openMenu {
  from {
    opacity: 0.5;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 750px;
  }
}
.Duck .container-full {
  width: 100vw !important;
}
@media (min-width: 1600px) and (max-width: 9999px) {
  .Duck .container-xxl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 1440px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .Duck .container-xxl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .Duck .container-xxl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .Duck .container-xxl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .Duck .container-xxl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 500px) and (max-width: 980px) {
  .Duck .container-xxl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 12px !important;
  }
}
@media (min-width: 0) and (max-width: 500px) {
  .Duck .container-xxl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 12px !important;
  }
}
@media (min-width: 1600px) and (max-width: 9999px) {
  .Duck .container-xl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 1280px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .Duck .container-xl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 1280px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .Duck .container-xl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .Duck .container-xl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .Duck .container-xl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 500px) and (max-width: 980px) {
  .Duck .container-xl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 0) and (max-width: 500px) {
  .Duck .container-xl {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 1600px) and (max-width: 9999px) {
  .Duck .container-l {
    margin: 0 auto !important;
    width: 100%;
    max-width: 1080px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .Duck .container-l {
    margin: 0 auto !important;
    width: 100%;
    max-width: 1080px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .Duck .container-l {
    margin: 0 auto !important;
    width: 100%;
    max-width: 1080px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .Duck .container-l {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .Duck .container-l {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 500px) and (max-width: 980px) {
  .Duck .container-l {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 0) and (max-width: 500px) {
  .Duck .container-l {
    margin: 0 auto !important;
    width: 100%;
    padding: 0 8px;
    max-width: 100%;
  }
}
@media (min-width: 1600px) and (max-width: 9999px) {
  .Duck .container-m {
    margin: 0 auto !important;
    width: 100%;
    max-width: 920px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .Duck .container-m {
    margin: 0 auto !important;
    width: 100%;
    max-width: 920px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .Duck .container-m {
    margin: 0 auto !important;
    width: 100%;
    max-width: 920px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .Duck .container-m {
    margin: 0 auto !important;
    width: 100%;
    max-width: 920px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .Duck .container-m {
    margin: 0 auto !important;
    width: 100%;
    padding: 0 8px;
    max-width: 100%;
  }
}
@media (min-width: 500px) and (max-width: 980px) {
  .Duck .container-m {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 0) and (max-width: 500px) {
  .Duck .container-m {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 1600px) and (max-width: 9999px) {
  .Duck .container-s {
    margin: 0 auto !important;
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .Duck .container-s {
    margin: 0 auto !important;
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .Duck .container-s {
    margin: 0 auto !important;
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .Duck .container-s {
    margin: 0 auto !important;
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .Duck .container-s {
    margin: 0 auto !important;
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 500px) and (max-width: 980px) {
  .Duck .container-s {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 0) and (max-width: 500px) {
  .Duck .container-s {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
@media (min-width: 1600px) and (max-width: 9999px) {
  .Duck .container-xs {
    margin: 0 auto !important;
    width: 100%;
    max-width: 420px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .Duck .container-xs {
    margin: 0 auto !important;
    width: 100%;
    max-width: 420px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .Duck .container-xs {
    margin: 0 auto !important;
    width: 100%;
    max-width: 420px;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .Duck .container-xs {
    margin: 0 auto !important;
    width: 100%;
    max-width: 420px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .Duck .container-xs {
    margin: 0 auto !important;
    width: 100%;
    max-width: 420px;
  }
}
@media (min-width: 500px) and (max-width: 980px) {
  .Duck .container-xs {
    margin: 0 auto !important;
    width: 100%;
    max-width: 420px;
  }
}
@media (min-width: 0) and (max-width: 500px) {
  .Duck .container-xs {
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}
.Duck a {
  text-decoration: none;
}
.Duck a.link-hover:hover {
  text-decoration: underline;
}
.Duck .text-white {
  color: #ffffff !important;
}
.Duck .text-light {
  color: rgba(0, 0, 0, 0.04) !important;
}
.Duck .text-sliver {
  color: rgba(0, 0, 0, 0.12) !important;
}
.Duck .text-disable {
  color: #737373 !important;
}
.Duck .text-darkgray {
  color: #525252 !important;
}
.Duck .text-mute {
  color: #2b2b2b !important;
}
.Duck .text-outline {
  color: #121212 !important;
}
.Duck .text-black {
  color: #0a0a0a !important;
}
.Duck .bg-white {
  background-color: #ffffff;
  color: #0a0a0a;
}
.Duck .bg-hover-white:hover {
  background-color: #ffffff;
  color: #0a0a0a;
}
.Duck .text-white {
  color: #ffffff;
}
.Duck .hover-white :hover {
  fill: #ffffff;
}
.Duck .bg-light {
  background-color: rgba(0, 0, 0, 0.04);
  color: #0a0a0a;
}
.Duck .bg-hover-light:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: #0a0a0a;
}
.Duck .text-light {
  color: rgba(0, 0, 0, 0.04);
}
.Duck .hover-light :hover {
  fill: rgba(0, 0, 0, 0.04);
}
.Duck .bg-sliver {
  background-color: rgba(0, 0, 0, 0.12);
  color: #0a0a0a;
}
.Duck .bg-hover-sliver:hover {
  background-color: rgba(0, 0, 0, 0.12);
  color: #0a0a0a;
}
.Duck .text-sliver {
  color: rgba(0, 0, 0, 0.12);
}
.Duck .hover-sliver :hover {
  fill: rgba(0, 0, 0, 0.12);
}
.Duck .bg-disable {
  background-color: #737373;
  color: #0a0a0a;
}
.Duck .bg-hover-disable:hover {
  background-color: #737373;
  color: #0a0a0a;
}
.Duck .text-disable {
  color: #737373;
}
.Duck .hover-disable :hover {
  fill: #737373;
}
.Duck .bg-darkgray {
  background-color: #525252;
  color: #0a0a0a;
}
.Duck .bg-hover-darkgray:hover {
  background-color: #525252;
  color: #0a0a0a;
}
.Duck .text-darkgray {
  color: #525252;
}
.Duck .hover-darkgray :hover {
  fill: #525252;
}
.Duck .bg-mute {
  background-color: #2b2b2b;
  color: #0a0a0a;
}
.Duck .bg-hover-mute:hover {
  background-color: #2b2b2b;
  color: #0a0a0a;
}
.Duck .text-mute {
  color: #2b2b2b;
}
.Duck .hover-mute :hover {
  fill: #2b2b2b;
}
.Duck .bg-outline {
  background-color: #121212;
  color: #0a0a0a;
}
.Duck .bg-hover-outline:hover {
  background-color: #121212;
  color: #0a0a0a;
}
.Duck .text-outline {
  color: #121212;
}
.Duck .hover-outline :hover {
  fill: #121212;
}
.Duck .bg-black {
  background-color: #0a0a0a;
  color: #0a0a0a;
}
.Duck .bg-hover-black:hover {
  background-color: #0a0a0a;
  color: #0a0a0a;
}
.Duck .text-black {
  color: #0a0a0a;
}
.Duck .hover-black :hover {
  fill: #0a0a0a;
}
.Duck .bg-hover-primary:hover {
  background-color: #485fc7;
  color: #ffffff;
}
.Duck .bg-hover-primary:hover-light {
  background-color: #eef3fc;
  color: #0a0a0a;
}
.Duck .bg-hover-primary:hover-dark {
  background-color: #384fb8;
  color: #0a0a0a;
}
.Duck .bg-hover-primary:hover .active {
  background-color: #3a51bb;
  color: #ffffff;
}
.Duck .bg-hover-secondary:hover {
  background-color: #ff3860;
  color: #ffffff;
}
.Duck .bg-hover-secondary:hover .active {
  background-color: #ef2e55;
}
.Duck .bg-primary {
  background-color: #485fc7;
  color: #ffffff;
}
.Duck .bg-primary-light {
  background-color: #eef3fc;
  color: #0a0a0a;
}
.Duck .bg-primary-dark {
  background-color: #384fb8;
  color: #0a0a0a;
}
.Duck .bg-primary .active {
  background-color: #3a51bb;
  color: #ffffff;
}
.Duck .bg-secondary {
  background-color: #ff3860;
  color: #ffffff;
}
.Duck .bg-secondary-light {
  background-color: #feecf0;
  color: #ff3860;
}
.Duck .bg-secondary .active {
  background-color: #ef2e55;
}
.Duck .text-primary {
  color: #485fc7;
}
.Duck .text-semi {
  font-weight: 600;
}
.Duck .text-bold {
  font-weight: 700;
}
.Duck .text-secondary {
  color: #ff3860;
}
.Duck .text-border {
  color: transparent;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #ffffff;
}
.Duck .text-center {
  text-align: center;
}
.Duck .text-left {
  text-align: left;
}
.Duck .text-right {
  text-align: right;
}
.Duck .text-justify {
  text-align: justify;
}
.Duck .text-indent {
  text-indent: 20px;
}

.section {
  margin-bottom: 5rem !important;
}

.narrow {
  flex-basis: 0;
}

pre {
  border-radius: 12px;
  margin: 0;
}

.bg-example {
  height: 560px !important;
  overflow: hidden;
  background-image: repeating-linear-gradient(0deg, #ffffff 0px, #ffffff 4px, rgba(255, 0, 0, 0.025) 4px, rgba(255, 0, 0, 0.05) 8px);
}

.text-underline {
  position: relative;
  font-style: normal;
  font-weight: 600;
}
.text-underline:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -5px;
  border-radius: 4px;
  height: 5px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.12);
  animation: tora 2s linear;
}
@keyframes tora {
  from {
    max-width: 0;
  }
  to {
    max-width: 100%;
  }
}

.bg-skeleton {
  width: 100%;
  background: linear-gradient(180deg, #D9D9D9 -100.99%, rgba(217, 217, 217, 0) 71.29%);
}

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