.qodef-gutenberg-section {
  --qi-blocks-columns: 1;
  --qi-blocks-columns-gap: 30px;
  display: flex !important;
  justify-content: center;
  margin: 0 !important;
  max-width: 100% !important;
  position: relative;
  width: 100% !important
}
.qodef-gutenberg-section > .qodef-section-video-background {
  direction: ltr;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}
.qodef-gutenberg-section > .qodef-section-video-background > * {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%
}
@media(max-width:680px) {
  .qodef-gutenberg-section > .qodef-section-video-background.qodef-mobile--hide {
    display: none
  }
}
.qodef-gutenberg-section > .qodef-section-background-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.qodef-gutenberg-section > .qodef-gutenberg-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--qi-blocks-columns-gap);
  position: relative;
  width: 100%
}
.qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column {
  width: calc(100%/var(--qi-blocks-columns) + var(--qi-blocks-columns-gap)/var(--qi-blocks-columns) - var(--qi-blocks-columns-gap))
}
.qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-vertical-align--top > .qodef-gutenberg-column-inner {
  align-content: flex-start
}
.qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-vertical-align--middle > .qodef-gutenberg-column-inner {
  align-content: center
}
.qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-vertical-align--bottom > .qodef-gutenberg-column-inner {
  align-content: flex-end
}
.qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-vertical-align--space-between > .qodef-gutenberg-column-inner {
  align-content: space-between
}
.qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-vertical-align--space-around > .qodef-gutenberg-column-inner {
  align-content: space-around
}
.qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-vertical-align--space-evenly > .qodef-gutenberg-column-inner {
  align-content: space-evenly
}
.qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-horizontal-align--start > .qodef-gutenberg-column-inner {
  justify-content: flex-start
}
.qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-horizontal-align--center > .qodef-gutenberg-column-inner {
  justify-content: center
}
.qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-horizontal-align--end > .qodef-gutenberg-column-inner {
  justify-content: flex-end
}
.qodef-gutenberg-section .qodef-gutenberg-column {
  display: flex;
  min-height: 1px;
  position: relative
}
.qodef-gutenberg-section .qodef-gutenberg-column.qodef--sticky {
  height: max-content;
  position: sticky;
  top: 0
}
.qodef-gutenberg-section .qodef-gutenberg-column.qodef--sticky.qodef-sticky-height--fit-screen {
  height: 100vh
}
.qodef-gutenberg-section .qodef-gutenberg-column-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%
}
.qodef-gutenberg-section .qodef-gutenberg-column-inner > p {
  width: 100%
}
.qodef-gutenberg-section.qodef--columns.qodef-col-num--1, .qodef-gutenberg-section.qodef--masonry.qodef-col-num--1 {
  --qi-blocks-columns: 1
}
.qodef-gutenberg-section.qodef--columns.qodef-col-num--2, .qodef-gutenberg-section.qodef--masonry.qodef-col-num--2 {
  --qi-blocks-columns: 2
}
.qodef-gutenberg-section.qodef--columns.qodef-col-num--3, .qodef-gutenberg-section.qodef--masonry.qodef-col-num--3 {
  --qi-blocks-columns: 3
}
.qodef-gutenberg-section.qodef--columns.qodef-col-num--4, .qodef-gutenberg-section.qodef--masonry.qodef-col-num--4 {
  --qi-blocks-columns: 4
}
.qodef-gutenberg-section.qodef--columns.qodef-col-num--5, .qodef-gutenberg-section.qodef--masonry.qodef-col-num--5 {
  --qi-blocks-columns: 5
}
.qodef-gutenberg-section.qodef--columns.qodef-col-num--6, .qodef-gutenberg-section.qodef--masonry.qodef-col-num--6 {
  --qi-blocks-columns: 6
}
.qodef-gutenberg-section.qodef--columns.qodef-col-num--7, .qodef-gutenberg-section.qodef--masonry.qodef-col-num--7 {
  --qi-blocks-columns: 7
}
.qodef-gutenberg-section.qodef--columns.qodef-col-num--8, .qodef-gutenberg-section.qodef--masonry.qodef-col-num--8 {
  --qi-blocks-columns: 8
}
.qodef-gutenberg-section.qodef--masonry .qodef-gutenberg-row {
  opacity: 0
}
.qodef-gutenberg-section.qodef--masonry .qodef-gutenberg-row.qodef--masonry-init {
  opacity: 1
}
.qodef-gutenberg-section.qodef--masonry .qodef-gutenberg-masonry-sizer {
  margin: 0;
  padding: 0;
  width: calc(100%/var(--qi-blocks-columns) + var(--qi-blocks-columns-gap)/var(--qi-blocks-columns) - var(--qi-blocks-columns-gap))
}
.qodef-gutenberg-section.qodef--masonry.qodef-col-num--2 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef--masonry.qodef-col-num--2 > .qodef-gutenberg-row > .qodef-item--landscape {
  --qi-blocks-columns: 1
}
.qodef-gutenberg-section.qodef--masonry.qodef-col-num--3 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef--masonry.qodef-col-num--3 > .qodef-gutenberg-row > .qodef-item--landscape {
  --qi-blocks-columns: 1.5
}
.qodef-gutenberg-section.qodef--masonry.qodef-col-num--4 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef--masonry.qodef-col-num--4 > .qodef-gutenberg-row > .qodef-item--landscape {
  --qi-blocks-columns: 2
}
.qodef-gutenberg-section.qodef--masonry.qodef-col-num--5 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef--masonry.qodef-col-num--5 > .qodef-gutenberg-row > .qodef-item--landscape {
  --qi-blocks-columns: 2.5
}
.qodef-gutenberg-section.qodef--masonry.qodef-col-num--6 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef--masonry.qodef-col-num--6 > .qodef-gutenberg-row > .qodef-item--landscape {
  --qi-blocks-columns: 3
}
.qodef-gutenberg-section.qodef--masonry.qodef-col-num--7 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef--masonry.qodef-col-num--7 > .qodef-gutenberg-row > .qodef-item--landscape {
  --qi-blocks-columns: 3.5
}
.qodef-gutenberg-section.qodef--masonry.qodef-col-num--8 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef--masonry.qodef-col-num--8 > .qodef-gutenberg-row > .qodef-item--landscape {
  --qi-blocks-columns: 4
}
.qodef-gutenberg-section.qodef--masonry.qodef-items--fixed .qodef-gutenberg-column .qodef-e-inner {
  height: 100%;
  overflow: hidden
}
.qodef-gutenberg-section.qodef--masonry.qodef-items--fixed .qodef-gutenberg-column img {
  height: 100%;
  width: 100%
}
@media(min-width:768px) {
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--50 {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--33 {
    --qi-blocks-columns: 3
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--25 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--20 {
    --qi-blocks-columns: 5
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--16 {
    --qi-blocks-columns: 6
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--33-66 {
    --qi-blocks-columns: 3
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--33-66 > .qodef-gutenberg-row > .qodef-gutenberg-column:nth-child(2) {
    --qi-blocks-columns: 1.5
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--66-33 {
    --qi-blocks-columns: 3
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--66-33 > .qodef-gutenberg-row > .qodef-gutenberg-column:first-child {
    --qi-blocks-columns: 1.5
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--25-75 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--25-75 > .qodef-gutenberg-row > .qodef-gutenberg-column:nth-child(2) {
    --qi-blocks-columns: 1.333333
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--75-25 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--75-25 > .qodef-gutenberg-row > .qodef-gutenberg-column:first-child {
    --qi-blocks-columns: 1.333333
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--25-25-50 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--25-25-50 > .qodef-gutenberg-row > .qodef-gutenberg-column:nth-child(3) {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--50-25-25 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--50-25-25 > .qodef-gutenberg-row > .qodef-gutenberg-column:first-child {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--25-50-25 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--25-50-25 > .qodef-gutenberg-row > .qodef-gutenberg-column:nth-child(2) {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--16-66-16 {
    --qi-blocks-columns: 6
  }
  .qodef-gutenberg-section.qodef--template.qodef-col-layout--16-66-16 > .qodef-gutenberg-row > .qodef-gutenberg-column:nth-child(2) {
    --qi-blocks-columns: 1.5
  }
}
@media(min-width:681px) and (max-width:1024px) {
  .qodef-gutenberg-section.qodef-columns-reverse--tablet > .qodef-gutenberg-row > .qodef-gutenberg-column:first-child {
    order: 6
  }
  .qodef-gutenberg-section.qodef-columns-reverse--tablet > .qodef-gutenberg-row > .qodef-gutenberg-column:nth-child(2) {
    order: 5
  }
  .qodef-gutenberg-section.qodef-columns-reverse--tablet > .qodef-gutenberg-row > .qodef-gutenberg-column:nth-child(3) {
    order: 4
  }
  .qodef-gutenberg-section.qodef-columns-reverse--tablet > .qodef-gutenberg-row > .qodef-gutenberg-column:nth-child(4) {
    order: 3
  }
  .qodef-gutenberg-section.qodef-columns-reverse--tablet > .qodef-gutenberg-row > .qodef-gutenberg-column:nth-child(5) {
    order: 2
  }
  .qodef-gutenberg-section.qodef-columns-reverse--tablet > .qodef-gutenberg-row > .qodef-gutenberg-column:nth-child(6) {
    order: 1
  }
}
@media(max-width:680px) {
  .qodef-gutenberg-section.qodef-columns-reverse--mobile > .qodef-gutenberg-row > .qodef-gutenberg-column:first-child {
    order: 6
  }
  .qodef-gutenberg-section.qodef-columns-reverse--mobile > .qodef-gutenberg-row > .qodef-gutenberg-column:nth-child(2) {
    order: 5
  }
  .qodef-gutenberg-section.qodef-columns-reverse--mobile > .qodef-gutenberg-row > .qodef-gutenberg-column:nth-child(3) {
    order: 4
  }
  .qodef-gutenberg-section.qodef-columns-reverse--mobile > .qodef-gutenberg-row > .qodef-gutenberg-column:nth-child(4) {
    order: 3
  }
  .qodef-gutenberg-section.qodef-columns-reverse--mobile > .qodef-gutenberg-row > .qodef-gutenberg-column:nth-child(5) {
    order: 2
  }
  .qodef-gutenberg-section.qodef-columns-reverse--mobile > .qodef-gutenberg-row > .qodef-gutenberg-column:nth-child(6) {
    order: 1
  }
}
.qodef-gutenberg-section.qodef-content--boxed > .qodef-gutenberg-row, .qodef-gutenberg-section.qodef-content--predefined > .qodef-gutenberg-row {
  max-width: 1100px
}
.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended:not([class*=qodef-content--extended-disabled--]) > .qodef-gutenberg-row {
  max-width: 100% !important
}
@media(min-width:1441px) {
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1440 > .qodef-gutenberg-row {
    max-width: 100% !important
  }
}
@media(max-width:1440px) {
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1440 > .qodef-gutenberg-row {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}
@media(min-width:1367px) {
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1366 > .qodef-gutenberg-row {
    max-width: 100% !important
  }
}
@media(max-width:1366px) {
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1366 > .qodef-gutenberg-row {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}
@media(min-width:1025px) {
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1024 > .qodef-gutenberg-row {
    max-width: 100% !important
  }
}
@media(max-width:1024px) {
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--1024 > .qodef-gutenberg-row {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}
@media(min-width:769px) {
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--768 > .qodef-gutenberg-row {
    max-width: 100% !important
  }
}
@media(max-width:768px) {
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--768 > .qodef-gutenberg-row {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}
@media(min-width:681px) {
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--680 > .qodef-gutenberg-row {
    max-width: 100% !important
  }
}
@media(max-width:680px) {
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended.qodef-content--extended-disabled--680 > .qodef-gutenberg-row {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}
.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--right > .qodef-gutenberg-row {
  padding-left: calc(50% - 550px)
}
.qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--left > .qodef-gutenberg-row {
  padding-right: calc(50% - 550px)
}
@media(min-width:1441px) {
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--1400 > .qodef-gutenberg-row {
    max-width: 1400px
  }
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--1400.qodef-content--extended--right > .qodef-gutenberg-row {
    padding-left: calc(50% - 700px)
  }
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--1400.qodef-content--extended--left > .qodef-gutenberg-row {
    padding-right: calc(50% - 700px)
  }
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--1300 > .qodef-gutenberg-row {
    max-width: 1300px
  }
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--1300.qodef-content--extended--right > .qodef-gutenberg-row {
    padding-left: calc(50% - 650px)
  }
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--1300.qodef-content--extended--left > .qodef-gutenberg-row {
    padding-right: calc(50% - 650px)
  }
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--1200 > .qodef-gutenberg-row {
    max-width: 1200px
  }
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--1200.qodef-content--extended--right > .qodef-gutenberg-row {
    padding-left: calc(50% - 600px)
  }
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--1200.qodef-content--extended--left > .qodef-gutenberg-row {
    padding-right: calc(50% - 600px)
  }
}
@media(min-width:1025px) {
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--1000 > .qodef-gutenberg-row {
    max-width: 1000px
  }
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--1000.qodef-content--extended--right > .qodef-gutenberg-row {
    padding-left: calc(50% - 500px)
  }
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--1000.qodef-content--extended--left > .qodef-gutenberg-row {
    padding-right: calc(50% - 500px)
  }
}
@media(min-width:769px) {
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--800 > .qodef-gutenberg-row {
    max-width: 800px
  }
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--800.qodef-content--extended--right > .qodef-gutenberg-row {
    padding-left: calc(50% - 400px)
  }
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--800.qodef-content--extended--left > .qodef-gutenberg-row {
    padding-right: calc(50% - 400px)
  }
}
.qodef-gutenberg-section.qodef-height--full > .qodef-gutenberg-row {
  height: 100vh
}
.qodef-gutenberg-section.qodef-height--full > .qodef-gutenberg-row > .qodef-gutenberg-column, .qodef-gutenberg-section.qodef-height--full > .qodef-gutenberg-row > .qodef-gutenberg-column iframe {
  max-height: 100%
}
@media(max-width:680px) {
  .qodef-gutenberg-section.qodef-height--full > .qodef-gutenberg-row {
    height: auto
  }
}
.qodef-gutenberg-section.qodef-position--top > .qodef-gutenberg-row {
  align-items: flex-start
}
.qodef-gutenberg-section.qodef-position--middle > .qodef-gutenberg-row {
  align-items: center
}
.qodef-gutenberg-section.qodef-position--bottom > .qodef-gutenberg-row {
  align-items: flex-end
}
.qodef-gutenberg-section.qodef-vertical-align--top > .qodef-gutenberg-row > .qodef-gutenberg-column > .qodef-gutenberg-column-inner {
  align-content: flex-start;
  align-items: flex-start
}
.qodef-gutenberg-section.qodef-vertical-align--middle > .qodef-gutenberg-row > .qodef-gutenberg-column > .qodef-gutenberg-column-inner {
  align-content: center;
  align-items: center
}
.qodef-gutenberg-section.qodef-vertical-align--bottom > .qodef-gutenberg-row > .qodef-gutenberg-column > .qodef-gutenberg-column-inner {
  align-content: flex-end;
  align-items: flex-end
}
.qodef-gutenberg-section.qodef-vertical-align--space-between > .qodef-gutenberg-row > .qodef-gutenberg-column > .qodef-gutenberg-column-inner {
  align-content: space-between;
  align-items: space-between
}
.qodef-gutenberg-section.qodef-vertical-align--space-around > .qodef-gutenberg-row > .qodef-gutenberg-column > .qodef-gutenberg-column-inner {
  align-content: space-around;
  align-items: space-around
}
.qodef-gutenberg-section.qodef-vertical-align--space-evenly > .qodef-gutenberg-row > .qodef-gutenberg-column > .qodef-gutenberg-column-inner {
  align-content: space-evenly;
  align-items: space-evenly
}
.qodef-gutenberg-section.qodef--hidden {
  overflow: hidden
}
.qodef-gutenberg-section.qodef-gutter--custom, .qodef-gutenberg-section.qodef-gutter--no {
  --qi-blocks-columns-gap: 0px
}
.qodef-gutenberg-section.qodef-gutter--tiny {
  --qi-blocks-columns-gap: 10px
}
.qodef-gutenberg-section.qodef-gutter--small {
  --qi-blocks-columns-gap: 20px
}
.qodef-gutenberg-section.qodef-gutter--normal {
  --qi-blocks-columns-gap: 30px
}
.qodef-gutenberg-section.qodef-gutter--medium {
  --qi-blocks-columns-gap: 40px
}
.qodef-gutenberg-section.qodef-gutter--large {
  --qi-blocks-columns-gap: 50px
}
.qodef-gutenberg-section.qodef-gutter--huge {
  --qi-blocks-columns-gap: 70px
}
.qodef-gutenberg-section.qodef-row--no-bottom-space > .qodef-gutenberg-row {
  row-gap: 0 !important
}
@media(max-width:1024px) {
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-sticky-disabled--1024 {
    height: auto;
    position: relative;
    top: auto !important
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-sticky-disabled--1024.qodef-sticky-height--fit-screen {
    height: max-content
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-vertical-align--tablet--top > .qodef-gutenberg-column-inner {
    align-content: flex-start
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-vertical-align--tablet--middle > .qodef-gutenberg-column-inner {
    align-content: center
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-vertical-align--tablet--bottom > .qodef-gutenberg-column-inner {
    align-content: flex-end
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-vertical-align--tablet--space-between > .qodef-gutenberg-column-inner {
    align-content: space-between
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-vertical-align--tablet--space-around > .qodef-gutenberg-column-inner {
    align-content: space-around
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-vertical-align--tablet--space-evenly > .qodef-gutenberg-column-inner {
    align-content: space-evenly
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-horizontal-align--tablet--start > .qodef-gutenberg-column-inner {
    justify-content: flex-start
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-horizontal-align--tablet--center > .qodef-gutenberg-column-inner {
    justify-content: center
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-horizontal-align--tablet--end > .qodef-gutenberg-column-inner {
    justify-content: flex-end
  }
}
@media(max-width:768px) {
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-sticky-disabled--768 {
    height: auto;
    position: relative;
    top: auto !important
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-sticky-disabled--768.qodef-sticky-height--fit-screen {
    height: max-content
  }
}
@media(max-width:680px) {
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-sticky-disabled--680 {
    height: auto;
    position: relative;
    top: auto !important
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-sticky-disabled--680.qodef-sticky-height--fit-screen {
    height: max-content
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-vertical-align--mobile--top > .qodef-gutenberg-column-inner {
    align-content: flex-start
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-vertical-align--mobile--middle > .qodef-gutenberg-column-inner {
    align-content: center
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-vertical-align--mobile--bottom > .qodef-gutenberg-column-inner {
    align-content: flex-end
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-vertical-align--mobile--space-between > .qodef-gutenberg-column-inner {
    align-content: space-between
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-vertical-align--mobile--space-around > .qodef-gutenberg-column-inner {
    align-content: space-around
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-vertical-align--mobile--space-evenly > .qodef-gutenberg-column-inner {
    align-content: space-evenly
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-horizontal-align--mobile--start > .qodef-gutenberg-column-inner {
    justify-content: flex-start
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-horizontal-align--mobile--center > .qodef-gutenberg-column-inner {
    justify-content: center
  }
  .qodef-gutenberg-section > .qodef-gutenberg-row > .qodef-gutenberg-column.qodef-horizontal-align--mobile--end > .qodef-gutenberg-column-inner {
    justify-content: flex-end
  }
}
@media(max-width:1440px) {
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6 {
    --qi-blocks-columns: 5
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2.5
  }
}
@media(max-width:1366px) {
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2
  }
}
@media(max-width:1024px) {
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4 {
    --qi-blocks-columns: 3
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1.5
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5 {
    --qi-blocks-columns: 3
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1.5
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6 {
    --qi-blocks-columns: 3
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1.5
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2
  }
}
@media(max-width:768px) {
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--3 {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--3 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--3 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4 {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5 {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6 {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2
  }
}
@media(max-width:680px) {
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--2, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--3, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--4, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--5, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--6 {
    --qi-blocks-columns: 1
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7 {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--7 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8 {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--predefined.qodef-col-num--8 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1
  }
}
@media(max-width:1440px) {
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--1 {
    --qi-blocks-columns: 1
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--2 {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--2 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--2 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--3 {
    --qi-blocks-columns: 3
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--3 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--3 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1.5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--4 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--4 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--4 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--5 {
    --qi-blocks-columns: 5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--5 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--5 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2.5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--6 {
    --qi-blocks-columns: 6
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--6 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--6 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 3
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--7 {
    --qi-blocks-columns: 7
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--7 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--7 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 3.5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--8 {
    --qi-blocks-columns: 8
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--8 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1440--8 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 4
  }
}
@media(max-width:1366px) {
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--1 {
    --qi-blocks-columns: 1
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--2 {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--2 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--2 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--3 {
    --qi-blocks-columns: 3
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--3 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--3 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1.5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--4 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--4 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--4 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--5 {
    --qi-blocks-columns: 5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--5 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--5 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2.5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--6 {
    --qi-blocks-columns: 6
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--6 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--6 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 3
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--7 {
    --qi-blocks-columns: 7
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--7 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--7 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 3.5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--8 {
    --qi-blocks-columns: 8
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--8 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1366--8 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 4
  }
}
@media(max-width:1024px) {
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--1 {
    --qi-blocks-columns: 1
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--2 {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--2 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--2 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--3 {
    --qi-blocks-columns: 3
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--3 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--3 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1.5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--4 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--4 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--4 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--5 {
    --qi-blocks-columns: 5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--5 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--5 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2.5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--6 {
    --qi-blocks-columns: 6
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--6 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--6 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 3
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--7 {
    --qi-blocks-columns: 7
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--7 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--7 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 3.5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--8 {
    --qi-blocks-columns: 8
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--8 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--1024--8 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 4
  }
}
@media(max-width:768px) {
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--1 {
    --qi-blocks-columns: 1
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--2 {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--2 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--2 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--3 {
    --qi-blocks-columns: 3
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--3 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--3 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1.5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--4 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--4 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--4 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--5 {
    --qi-blocks-columns: 5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--5 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--5 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2.5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--6 {
    --qi-blocks-columns: 6
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--6 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--6 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 3
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--7 {
    --qi-blocks-columns: 7
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--7 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--7 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 3.5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--8 {
    --qi-blocks-columns: 8
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--8 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--768--8 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 4
  }
}
@media(max-width:680px) {
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--1 {
    --qi-blocks-columns: 1
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--2 {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--2 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--2 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--3 {
    --qi-blocks-columns: 3
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--3 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--3 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1.5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--4 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--4 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--4 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--5 {
    --qi-blocks-columns: 5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--5 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--5 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2.5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--6 {
    --qi-blocks-columns: 6
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--6 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--6 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 3
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--7 {
    --qi-blocks-columns: 7
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--7 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--7 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 3.5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--8 {
    --qi-blocks-columns: 8
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--8 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--680--8 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 4
  }
}
@media(max-width:480px) {
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--1 {
    --qi-blocks-columns: 1
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--2 {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--2 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--2 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--3 {
    --qi-blocks-columns: 3
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--3 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--3 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 1.5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--4 {
    --qi-blocks-columns: 4
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--4 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--4 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--5 {
    --qi-blocks-columns: 5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--5 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--5 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 2.5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--6 {
    --qi-blocks-columns: 6
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--6 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--6 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 3
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--7 {
    --qi-blocks-columns: 7
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--7 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--7 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 3.5
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--8 {
    --qi-blocks-columns: 8
  }
  .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--8 > .qodef-gutenberg-row > .qodef-item--huge-square, .qodef-gutenberg-section.qodef-responsive--custom.qodef-col-num--480--8 > .qodef-gutenberg-row > .qodef-item--landscape {
    --qi-blocks-columns: 4
  }
}
@media(max-width:1200px) {
  .qodef-gutenberg-section.qodef-content--predefined > .qodef-gutenberg-row {
    max-width: 960px
  }
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--right > .qodef-gutenberg-row {
    padding-left: calc(50% - 480px)
  }
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--left > .qodef-gutenberg-row {
    padding-right: calc(50% - 480px)
  }
}
@media(max-width:1024px) {
  .qodef-gutenberg-section.qodef-content--predefined > .qodef-gutenberg-row {
    max-width: 86%
  }
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--right > .qodef-gutenberg-row {
    padding-left: 7%
  }
  .qodef-gutenberg-section.qodef-content--predefined.qodef-content--extended--left > .qodef-gutenberg-row {
    padding-right: 7%
  }
}