/**
TODO: load this only if Enfold is the theme.
**/
/* Sizes */
@media only screen and (min-width: 1025px) and (max-width: 1310px) {
  #top .avia-section:not(.single-hero-section):not(.single-content-section) .container {
    width: 95%;
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left, #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right {
  max-width: calc( var(--containerWidth, 1310px) + calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) - ( 50px * 2 ));
  width: calc( 100% + calc( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px));
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left, #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right {
    width: calc( 100% + calc( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left, #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right {
    width: calc( 100% + 50px);
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left .av-flex-placeholder, #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right .av-flex-placeholder {
  display: none !important;
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left .flex_column, #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right .flex_column {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left .flex_column .flex-column-inner, #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right .flex_column .flex-column-inner {
  width: 100%;
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left .flex_column.av-align-top, #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right .flex_column.av-align-top {
  align-items: flex-start;
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left .flex_column.av-align-middle, #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right .flex_column.av-align-middle {
  align-items: center;
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left .flex_column.av-align-bottom, #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right .flex_column.av-align-bottom {
  align-items: flex-end;
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left + *, #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right + * {
  clear: both;
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right {
  float: right;
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_one_fifth {
  width: calc( ( 100% / 5 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 5);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_one_fifth {
    width: calc( ( 100% / 5 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 5 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_one_fifth {
    width: calc( ( 100% / 5 ) - ( 50px / 5 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_one_fifth {
    width: calc( ( 100% / 5 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 5 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_four_fifth {
  width: calc( ( 100% / 1.25 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 5);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_four_fifth {
    width: calc( ( 100% / 1.25 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 5 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_four_fifth {
    width: calc( ( 100% / 1.25 ) + ( 50px / 5 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_four_fifth {
    width: calc( ( 100% / 1.25 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 5 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_one_fifth {
  width: calc( ( 100% / 5 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 1.25);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_one_fifth {
    width: calc( ( 100% / 5 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 1.25 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_one_fifth {
    width: calc( ( 100% / 5 ) + ( 50px / 1.25 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_one_fifth {
    width: calc( ( 100% / 5 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 1.25 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_four_fifth {
  width: calc( ( 100% / 1.25 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 1.25);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_four_fifth {
    width: calc( ( 100% / 1.25 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 1.25 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_four_fifth {
    width: calc( ( 100% / 1.25 ) - ( 50px / 1.25 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_four_fifth {
    width: calc( ( 100% / 1.25 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 1.25 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_one_fourth {
  width: calc( ( 100% / 4 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 4);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_one_fourth {
    width: calc( ( 100% / 4 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 4 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_one_fourth {
    width: calc( ( 100% / 4 ) - ( 50px / 4 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_one_fourth {
    width: calc( ( 100% / 4 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 4 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_three_fourth {
  width: calc( ( 100% / 1.33333 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 4);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_three_fourth {
    width: calc( ( 100% / 1.33333 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 4 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_three_fourth {
    width: calc( ( 100% / 1.33333 ) + ( 50px / 4 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_three_fourth {
    width: calc( ( 100% / 1.33333 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 4 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_one_fourth {
  width: calc( ( 100% / 4 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 1.33333);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_one_fourth {
    width: calc( ( 100% / 4 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 1.33333 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_one_fourth {
    width: calc( ( 100% / 4 ) + ( 50px / 1.33333 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_one_fourth {
    width: calc( ( 100% / 4 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 1.33333 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_three_fourth {
  width: calc( ( 100% / 1.33333 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 1.33333);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_three_fourth {
    width: calc( ( 100% / 1.33333 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 1.33333 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_three_fourth {
    width: calc( ( 100% / 1.33333 ) - ( 50px / 1.33333 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_three_fourth {
    width: calc( ( 100% / 1.33333 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 1.33333 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_one_third {
  width: calc( ( 100% / 3 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 3);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_one_third {
    width: calc( ( 100% / 3 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 3 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_one_third {
    width: calc( ( 100% / 3 ) - ( 50px / 3 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_one_third {
    width: calc( ( 100% / 3 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 3 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_two_third {
  width: calc( ( 100% / 1.5 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 3);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_two_third {
    width: calc( ( 100% / 1.5 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 3 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_two_third {
    width: calc( ( 100% / 1.5 ) + ( 50px / 3 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_two_third {
    width: calc( ( 100% / 1.5 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 3 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_one_third {
  width: calc( ( 100% / 3 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 1.5);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_one_third {
    width: calc( ( 100% / 3 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 1.5 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_one_third {
    width: calc( ( 100% / 3 ) + ( 50px / 1.5 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_one_third {
    width: calc( ( 100% / 3 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 1.5 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_two_third {
  width: calc( ( 100% / 1.5 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 1.5);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_two_third {
    width: calc( ( 100% / 1.5 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 1.5 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_two_third {
    width: calc( ( 100% / 1.5 ) - ( 50px / 1.5 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_two_third {
    width: calc( ( 100% / 1.5 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 1.5 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_two_fifth {
  width: calc( ( 100% / 2.5 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 2.5);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_two_fifth {
    width: calc( ( 100% / 2.5 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 2.5 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_two_fifth {
    width: calc( ( 100% / 2.5 ) - ( 50px / 2.5 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_two_fifth {
    width: calc( ( 100% / 2.5 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 2.5 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_three_fifth {
  width: calc( ( 100% / 1.66666 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 2.5);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_three_fifth {
    width: calc( ( 100% / 1.66666 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 2.5 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_three_fifth {
    width: calc( ( 100% / 1.66666 ) + ( 50px / 2.5 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_three_fifth {
    width: calc( ( 100% / 1.66666 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 2.5 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_two_fifth {
  width: calc( ( 100% / 2.5 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 1.66666);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_two_fifth {
    width: calc( ( 100% / 2.5 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 1.66666 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_two_fifth {
    width: calc( ( 100% / 2.5 ) + ( 50px / 1.66666 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_two_fifth {
    width: calc( ( 100% / 2.5 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 1.66666 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_three_fifth {
  width: calc( ( 100% / 1.66666 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 1.66666);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_three_fifth {
    width: calc( ( 100% / 1.66666 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 1.66666 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_three_fifth {
    width: calc( ( 100% / 1.66666 ) - ( 50px / 1.66666 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_three_fifth {
    width: calc( ( 100% / 1.66666 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 1.66666 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_one_half {
  width: calc( ( 100% / 2 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 2);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_one_half {
    width: calc( ( 100% / 2 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 2 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_one_half {
    width: calc( ( 100% / 2 ) - ( 50px / 2 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_one_half {
    width: calc( ( 100% / 2 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 2 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_one_half {
  width: calc( ( 100% / 2 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 2);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_one_half {
    width: calc( ( 100% / 2 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 2 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_one_half {
    width: calc( ( 100% / 2 ) + ( 50px / 2 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_one_half {
    width: calc( ( 100% / 2 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 2 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_one_half {
  width: calc( ( 100% / 2 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 2);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_one_half {
    width: calc( ( 100% / 2 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 2 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_one_half {
    width: calc( ( 100% / 2 ) + ( 50px / 2 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_one_half {
    width: calc( ( 100% / 2 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 2 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_one_half {
  width: calc( ( 100% / 2 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 2);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_one_half {
    width: calc( ( 100% / 2 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 2 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_one_half {
    width: calc( ( 100% / 2 ) - ( 50px / 2 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_one_half {
    width: calc( ( 100% / 2 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 2 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_three_fifth {
  width: calc( ( 100% / 1.66666 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 1.66666);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_three_fifth {
    width: calc( ( 100% / 1.66666 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 1.66666 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_three_fifth {
    width: calc( ( 100% / 1.66666 ) - ( 50px / 1.66666 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_three_fifth {
    width: calc( ( 100% / 1.66666 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 1.66666 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_two_fifth {
  width: calc( ( 100% / 2.5 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 1.66666);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_two_fifth {
    width: calc( ( 100% / 2.5 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 1.66666 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_two_fifth {
    width: calc( ( 100% / 2.5 ) + ( 50px / 1.66666 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_two_fifth {
    width: calc( ( 100% / 2.5 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 1.66666 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_three_fifth {
  width: calc( ( 100% / 1.66666 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 2.5);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_three_fifth {
    width: calc( ( 100% / 1.66666 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 2.5 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_three_fifth {
    width: calc( ( 100% / 1.66666 ) + ( 50px / 2.5 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_three_fifth {
    width: calc( ( 100% / 1.66666 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 2.5 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_two_fifth {
  width: calc( ( 100% / 2.5 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 2.5);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_two_fifth {
    width: calc( ( 100% / 2.5 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 2.5 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_two_fifth {
    width: calc( ( 100% / 2.5 ) - ( 50px / 2.5 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_two_fifth {
    width: calc( ( 100% / 2.5 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 2.5 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_two_third {
  width: calc( ( 100% / 1.5 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 1.5);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_two_third {
    width: calc( ( 100% / 1.5 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 1.5 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_two_third {
    width: calc( ( 100% / 1.5 ) - ( 50px / 1.5 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_two_third {
    width: calc( ( 100% / 1.5 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 1.5 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_one_third {
  width: calc( ( 100% / 3 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 1.5);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_one_third {
    width: calc( ( 100% / 3 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 1.5 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_one_third {
    width: calc( ( 100% / 3 ) + ( 50px / 1.5 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_one_third {
    width: calc( ( 100% / 3 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 1.5 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_two_third {
  width: calc( ( 100% / 1.5 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 3);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_two_third {
    width: calc( ( 100% / 1.5 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 3 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_two_third {
    width: calc( ( 100% / 1.5 ) + ( 50px / 3 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_two_third {
    width: calc( ( 100% / 1.5 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 3 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_one_third {
  width: calc( ( 100% / 3 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 3);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_one_third {
    width: calc( ( 100% / 3 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 3 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_one_third {
    width: calc( ( 100% / 3 ) - ( 50px / 3 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_one_third {
    width: calc( ( 100% / 3 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 3 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_three_fourth {
  width: calc( ( 100% / 1.33333 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 1.33333);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_three_fourth {
    width: calc( ( 100% / 1.33333 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 1.33333 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_three_fourth {
    width: calc( ( 100% / 1.33333 ) - ( 50px / 1.33333 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_three_fourth {
    width: calc( ( 100% / 1.33333 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 1.33333 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_one_fourth {
  width: calc( ( 100% / 4 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 1.33333);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_one_fourth {
    width: calc( ( 100% / 4 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 1.33333 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_one_fourth {
    width: calc( ( 100% / 4 ) + ( 50px / 1.33333 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_one_fourth {
    width: calc( ( 100% / 4 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 1.33333 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_three_fourth {
  width: calc( ( 100% / 1.33333 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 4);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_three_fourth {
    width: calc( ( 100% / 1.33333 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 4 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_three_fourth {
    width: calc( ( 100% / 1.33333 ) + ( 50px / 4 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_three_fourth {
    width: calc( ( 100% / 1.33333 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 4 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_one_fourth {
  width: calc( ( 100% / 4 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 4);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_one_fourth {
    width: calc( ( 100% / 4 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 4 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_one_fourth {
    width: calc( ( 100% / 4 ) - ( 50px / 4 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_one_fourth {
    width: calc( ( 100% / 4 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 4 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_four_fifth {
  width: calc( ( 100% / 1.25 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 1.25);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_four_fifth {
    width: calc( ( 100% / 1.25 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 1.25 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_four_fifth {
    width: calc( ( 100% / 1.25 ) - ( 50px / 1.25 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.av_four_fifth {
    width: calc( ( 100% / 1.25 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 1.25 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_one_fifth {
  width: calc( ( 100% / 5 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 1.25);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_one_fifth {
    width: calc( ( 100% / 5 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 1.25 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_one_fifth {
    width: calc( ( 100% / 5 ) + ( 50px / 1.25 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.av_one_fifth {
    width: calc( ( 100% / 5 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 1.25 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_four_fifth {
  width: calc( ( 100% / 1.25 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 5);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_four_fifth {
    width: calc( ( 100% / 1.25 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 5 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_four_fifth {
    width: calc( ( 100% / 1.25 ) + ( 50px / 5 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.av_four_fifth {
    width: calc( ( 100% / 1.25 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 5 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_one_fifth {
  width: calc( ( 100% / 5 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 5);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_one_fifth {
    width: calc( ( 100% / 5 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 5 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_one_fifth {
    width: calc( ( 100% / 5 ) - ( 50px / 5 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.av_one_fifth {
    width: calc( ( 100% / 5 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 5 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.one_sixth {
  width: calc( ( 100% / 6 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 6);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.one_sixth {
    width: calc( ( 100% / 6 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 6 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.one_sixth {
    width: calc( ( 100% / 6 ) - ( 50px / 6 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:first-child.one_sixth {
    width: calc( ( 100% / 6 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 6 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.five_sixth {
  width: calc( ( 100% / 1.2 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 6);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.five_sixth {
    width: calc( ( 100% / 1.2 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 6 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.five_sixth {
    width: calc( ( 100% / 1.2 ) + ( 50px / 6 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left > .flex_column:last-child.five_sixth {
    width: calc( ( 100% / 1.2 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 6 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.one_sixth {
  width: calc( ( 100% / 6 ) + ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 1.2);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.one_sixth {
    width: calc( ( 100% / 6 ) + ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 1.2 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.one_sixth {
    width: calc( ( 100% / 6 ) + ( 50px / 1.2 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:first-child.one_sixth {
    width: calc( ( 100% / 6 ) + ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 1.2 ));
  }
}

#top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.five_sixth {
  width: calc( ( 100% / 1.2 ) - ( ( ( ( 100vw - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px ) / 1.2);
}

@media only screen and (max-width: 1310px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.five_sixth {
    width: calc( ( 100% / 1.2 ) - ( ( ( ( ( 100vw - var(--scrollBarWidth) ) - 95vw ) / 2 ) + 50px ) / 1.2 ));
  }
}

@media only screen and (max-width: 1024px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.five_sixth {
    width: calc( ( 100% / 1.2 ) - ( 50px / 1.2 ));
  }
}

@media only screen and (min-width: 1601px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right > .flex_column:last-child.five_sixth {
    width: calc( ( 100% / 1.2 ) - ( calc( ( ( ( 1600px - var(--scrollBarWidth) ) - var(--containerWidth, 1310px) ) / 2 ) + 50px) / 1.2 ));
  }
}

@media only screen and (max-width: 989px) and (min-width: 768px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.av-break-at-tablet-flextable {
    width: 100%;
  }
}

@media only screen and (max-width: 989px) and (min-width: 768px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.av-break-at-tablet-flextable.offset-left, #top .avia-section:not(.avia-section-fwd) .flex_column_table.av-break-at-tablet-flextable.offset-right {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 989px) and (min-width: 768px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.av-break-at-tablet-flextable.offset-fwd-mobile.offset-left > .flex_column:last-child {
    width: calc( 100% + 100px) !important;
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
}

@media only screen and (max-width: 989px) and (min-width: 768px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.av-break-at-tablet-flextable.offset-fwd-mobile.offset-right > .flex_column:first-child {
    width: calc( 100% + 100px) !important;
    margin-left: -50px !important;
    margin-right: -50px !important;
  }
}

@media only screen and (max-width: 767px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left, #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left.offset-fwd-mobile.offset-left > .flex_column:last-child, #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right.offset-fwd-mobile.offset-left > .flex_column:last-child {
    width: calc( 100% + 15vw) !important;
    margin-left: -7.5vw !important;
    margin-right: -7.5vw !important;
  }
}

@media only screen and (max-width: 767px) {
  #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-left.offset-fwd-mobile.offset-right > .flex_column:first-child, #top .avia-section:not(.avia-section-fwd) .flex_column_table.offset-right.offset-fwd-mobile.offset-right > .flex_column:first-child {
    width: calc( 100% + 15vw) !important;
    margin-left: -7.5vw !important;
    margin-right: -7.5vw !important;
  }
}

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