.gel-wrap {
  max-width: 1008px;
  margin: 0 auto;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media (min-width: 25em) {
  .gel-wrap {
    padding-left: 16px;
    padding-right: 16px
  }
}

@media (min-width: 80em) {
  .gel-wrap {
    max-width: 1280px
  }
}

.gel-layout {
  list-style: none;
  direction: flip(ltr, rtl);
  text-align: flip(left, right);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-right: 0;
  margin-left: -8px;
  padding-right: 0;
  padding-left: 0
}

@media (min-width: 37.5em) {
  .gel-layout {
    margin-left: -16px
  }
}

.gel-layout__item {
  width: 100%;
  display: inline-block;
  padding-left: 8px;
  text-align: flip(left, right);
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

@media (min-width: 37.5em) {
  .gel-layout__item {
    padding-left: 16px
  }
}

.gel-layout--flush {
  margin-left: 0
}

.gel-layout--flush>.gel-layout__item {
  padding-left: 0
}

.gel-layout--rev {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.no-flexbox .gel-layout--rev {
  direction: rtl;
  text-align: left
}

.no-flexbox .gel-layout--rev>.gel-layout__item {
  direction: ltr;
  text-align: left
}

.gel-layout--middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center
}

.gel-layout--middle>.gel-layout__item {
  vertical-align: middle
}

.gel-layout--bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end
}

.gel-layout--bottom>.gel-layout__item {
  vertical-align: bottom
}

.gel-layout--right {
  text-align: right;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.gel-layout--right>.gel-layout__item {
  text-align: flip(left, right)
}

.gel-layout--center {
  text-align: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.gel-layout--center>.gel-layout__item {
  text-align: flip(left, right)
}

.gel-layout--auto>.gel-layout__item {
  width: auto
}

.gel-layout--no-flex {
  min-width: 100%
}

.gel-layout--no-flex,
.gel-layout--no-flex>.gel-layout__item {
  display: block;
  display: inline-block
}

.gel-layout--equal>.gel-layout__item {
  display: -webkit-flex;
  display: flex
}

.gel-layout--fit>.gel-layout__item {
  width: auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.gel-layout__item--top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start
}

.gel-layout__item--center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.gel-layout__item--bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end
}

.gel-1\/1 {
  width: 100% !important
}

.gel-1\/2 {
  width: 50% !important
}

.gel-1\/3 {
  width: 33.33333% !important
}

.gel-2\/3 {
  width: 66.66667% !important
}

.gel-1\/4 {
  width: 25% !important
}

.gel-2\/4 {
  width: 50% !important
}

.gel-3\/4 {
  width: 75% !important
}

.gel-1\/5 {
  width: 20% !important
}

.gel-2\/5 {
  width: 40% !important
}

.gel-3\/5 {
  width: 60% !important
}

.gel-4\/5 {
  width: 80% !important
}

.gel-1\/6 {
  width: 16.66667% !important
}

.gel-2\/6 {
  width: 33.33333% !important
}

.gel-3\/6 {
  width: 50% !important
}

.gel-4\/6 {
  width: 66.66667% !important
}

.gel-5\/6 {
  width: 83.33333% !important
}

.gel-1\/7 {
  width: 14.28571% !important
}

.gel-2\/7 {
  width: 28.57143% !important
}

.gel-3\/7 {
  width: 42.85714% !important
}

.gel-4\/7 {
  width: 57.14286% !important
}

.gel-5\/7 {
  width: 71.42857% !important
}

.gel-6\/7 {
  width: 85.71429% !important
}

.gel-1\/8 {
  width: 12.5% !important
}

.gel-2\/8 {
  width: 25% !important
}

.gel-3\/8 {
  width: 37.5% !important
}

.gel-4\/8 {
  width: 50% !important
}

.gel-5\/8 {
  width: 62.5% !important
}

.gel-6\/8 {
  width: 75% !important
}

.gel-7\/8 {
  width: 87.5% !important
}

.gel-1\/9 {
  width: 11.11111% !important
}

.gel-2\/9 {
  width: 22.22222% !important
}

.gel-3\/9 {
  width: 33.33333% !important
}

.gel-4\/9 {
  width: 44.44444% !important
}

.gel-5\/9 {
  width: 55.55556% !important
}

.gel-6\/9 {
  width: 66.66667% !important
}

.gel-7\/9 {
  width: 77.77778% !important
}

.gel-8\/9 {
  width: 88.88889% !important
}

.gel-1\/10 {
  width: 10% !important
}

.gel-2\/10 {
  width: 20% !important
}

.gel-3\/10 {
  width: 30% !important
}

.gel-4\/10 {
  width: 40% !important
}

.gel-5\/10 {
  width: 50% !important
}

.gel-6\/10 {
  width: 60% !important
}

.gel-7\/10 {
  width: 70% !important
}

.gel-8\/10 {
  width: 80% !important
}

.gel-9\/10 {
  width: 90% !important
}

.gel-1\/11 {
  width: 9.09091% !important
}

.gel-2\/11 {
  width: 18.18182% !important
}

.gel-3\/11 {
  width: 27.27273% !important
}

.gel-4\/11 {
  width: 36.36364% !important
}

.gel-5\/11 {
  width: 45.45455% !important
}

.gel-6\/11 {
  width: 54.54545% !important
}

.gel-7\/11 {
  width: 63.63636% !important
}

.gel-8\/11 {
  width: 72.72727% !important
}

.gel-9\/11 {
  width: 81.81818% !important
}

.gel-10\/11 {
  width: 90.90909% !important
}

.gel-1\/12 {
  width: 8.33333% !important
}

.gel-2\/12 {
  width: 16.66667% !important
}

.gel-3\/12 {
  width: 25% !important
}

.gel-4\/12 {
  width: 33.33333% !important
}

.gel-5\/12 {
  width: 41.66667% !important
}

.gel-6\/12 {
  width: 50% !important
}

.gel-7\/12 {
  width: 58.33333% !important
}

.gel-8\/12 {
  width: 66.66667% !important
}

.gel-9\/12 {
  width: 75% !important
}

.gel-10\/12 {
  width: 83.33333% !important
}

.gel-11\/12 {
  width: 91.66667% !important
}

@media (min-width: 25em) {
  .gel-1\/1\@s {
    width: 100% !important
  }

  .gel-1\/2\@s {
    width: 50% !important
  }

  .gel-1\/3\@s {
    width: 33.33333% !important
  }

  .gel-2\/3\@s {
    width: 66.66667% !important
  }

  .gel-1\/4\@s {
    width: 25% !important
  }

  .gel-2\/4\@s {
    width: 50% !important
  }

  .gel-3\/4\@s {
    width: 75% !important
  }

  .gel-1\/5\@s {
    width: 20% !important
  }

  .gel-2\/5\@s {
    width: 40% !important
  }

  .gel-3\/5\@s {
    width: 60% !important
  }

  .gel-4\/5\@s {
    width: 80% !important
  }

  .gel-1\/6\@s {
    width: 16.66667% !important
  }

  .gel-2\/6\@s {
    width: 33.33333% !important
  }

  .gel-3\/6\@s {
    width: 50% !important
  }

  .gel-4\/6\@s {
    width: 66.66667% !important
  }

  .gel-5\/6\@s {
    width: 83.33333% !important
  }

  .gel-1\/7\@s {
    width: 14.28571% !important
  }

  .gel-2\/7\@s {
    width: 28.57143% !important
  }

  .gel-3\/7\@s {
    width: 42.85714% !important
  }

  .gel-4\/7\@s {
    width: 57.14286% !important
  }

  .gel-5\/7\@s {
    width: 71.42857% !important
  }

  .gel-6\/7\@s {
    width: 85.71429% !important
  }

  .gel-1\/8\@s {
    width: 12.5% !important
  }

  .gel-2\/8\@s {
    width: 25% !important
  }

  .gel-3\/8\@s {
    width: 37.5% !important
  }

  .gel-4\/8\@s {
    width: 50% !important
  }

  .gel-5\/8\@s {
    width: 62.5% !important
  }

  .gel-6\/8\@s {
    width: 75% !important
  }

  .gel-7\/8\@s {
    width: 87.5% !important
  }

  .gel-1\/9\@s {
    width: 11.11111% !important
  }

  .gel-2\/9\@s {
    width: 22.22222% !important
  }

  .gel-3\/9\@s {
    width: 33.33333% !important
  }

  .gel-4\/9\@s {
    width: 44.44444% !important
  }

  .gel-5\/9\@s {
    width: 55.55556% !important
  }

  .gel-6\/9\@s {
    width: 66.66667% !important
  }

  .gel-7\/9\@s {
    width: 77.77778% !important
  }

  .gel-8\/9\@s {
    width: 88.88889% !important
  }

  .gel-1\/10\@s {
    width: 10% !important
  }

  .gel-2\/10\@s {
    width: 20% !important
  }

  .gel-3\/10\@s {
    width: 30% !important
  }

  .gel-4\/10\@s {
    width: 40% !important
  }

  .gel-5\/10\@s {
    width: 50% !important
  }

  .gel-6\/10\@s {
    width: 60% !important
  }

  .gel-7\/10\@s {
    width: 70% !important
  }

  .gel-8\/10\@s {
    width: 80% !important
  }

  .gel-9\/10\@s {
    width: 90% !important
  }

  .gel-1\/11\@s {
    width: 9.09091% !important
  }

  .gel-2\/11\@s {
    width: 18.18182% !important
  }

  .gel-3\/11\@s {
    width: 27.27273% !important
  }

  .gel-4\/11\@s {
    width: 36.36364% !important
  }

  .gel-5\/11\@s {
    width: 45.45455% !important
  }

  .gel-6\/11\@s {
    width: 54.54545% !important
  }

  .gel-7\/11\@s {
    width: 63.63636% !important
  }

  .gel-8\/11\@s {
    width: 72.72727% !important
  }

  .gel-9\/11\@s {
    width: 81.81818% !important
  }

  .gel-10\/11\@s {
    width: 90.90909% !important
  }

  .gel-1\/12\@s {
    width: 8.33333% !important
  }

  .gel-2\/12\@s {
    width: 16.66667% !important
  }

  .gel-3\/12\@s {
    width: 25% !important
  }

  .gel-4\/12\@s {
    width: 33.33333% !important
  }

  .gel-5\/12\@s {
    width: 41.66667% !important
  }

  .gel-6\/12\@s {
    width: 50% !important
  }

  .gel-7\/12\@s {
    width: 58.33333% !important
  }

  .gel-8\/12\@s {
    width: 66.66667% !important
  }

  .gel-9\/12\@s {
    width: 75% !important
  }

  .gel-10\/12\@s {
    width: 83.33333% !important
  }

  .gel-11\/12\@s {
    width: 91.66667% !important
  }
}

@media (min-width: 37.5em) {
  .gel-1\/1\@m {
    width: 100% !important
  }

  .gel-1\/2\@m {
    width: 50% !important
  }

  .gel-1\/3\@m {
    width: 33.33333% !important
  }

  .gel-2\/3\@m {
    width: 66.66667% !important
  }

  .gel-1\/4\@m {
    width: 25% !important
  }

  .gel-2\/4\@m {
    width: 50% !important
  }

  .gel-3\/4\@m {
    width: 75% !important
  }

  .gel-1\/5\@m {
    width: 20% !important
  }

  .gel-2\/5\@m {
    width: 40% !important
  }

  .gel-3\/5\@m {
    width: 60% !important
  }

  .gel-4\/5\@m {
    width: 80% !important
  }

  .gel-1\/6\@m {
    width: 16.66667% !important
  }

  .gel-2\/6\@m {
    width: 33.33333% !important
  }

  .gel-3\/6\@m {
    width: 50% !important
  }

  .gel-4\/6\@m {
    width: 66.66667% !important
  }

  .gel-5\/6\@m {
    width: 83.33333% !important
  }

  .gel-1\/7\@m {
    width: 14.28571% !important
  }

  .gel-2\/7\@m {
    width: 28.57143% !important
  }

  .gel-3\/7\@m {
    width: 42.85714% !important
  }

  .gel-4\/7\@m {
    width: 57.14286% !important
  }

  .gel-5\/7\@m {
    width: 71.42857% !important
  }

  .gel-6\/7\@m {
    width: 85.71429% !important
  }

  .gel-1\/8\@m {
    width: 12.5% !important
  }

  .gel-2\/8\@m {
    width: 25% !important
  }

  .gel-3\/8\@m {
    width: 37.5% !important
  }

  .gel-4\/8\@m {
    width: 50% !important
  }

  .gel-5\/8\@m {
    width: 62.5% !important
  }

  .gel-6\/8\@m {
    width: 75% !important
  }

  .gel-7\/8\@m {
    width: 87.5% !important
  }

  .gel-1\/9\@m {
    width: 11.11111% !important
  }

  .gel-2\/9\@m {
    width: 22.22222% !important
  }

  .gel-3\/9\@m {
    width: 33.33333% !important
  }

  .gel-4\/9\@m {
    width: 44.44444% !important
  }

  .gel-5\/9\@m {
    width: 55.55556% !important
  }

  .gel-6\/9\@m {
    width: 66.66667% !important
  }

  .gel-7\/9\@m {
    width: 77.77778% !important
  }

  .gel-8\/9\@m {
    width: 88.88889% !important
  }

  .gel-1\/10\@m {
    width: 10% !important
  }

  .gel-2\/10\@m {
    width: 20% !important
  }

  .gel-3\/10\@m {
    width: 30% !important
  }

  .gel-4\/10\@m {
    width: 40% !important
  }

  .gel-5\/10\@m {
    width: 50% !important
  }

  .gel-6\/10\@m {
    width: 60% !important
  }

  .gel-7\/10\@m {
    width: 70% !important
  }

  .gel-8\/10\@m {
    width: 80% !important
  }

  .gel-9\/10\@m {
    width: 90% !important
  }

  .gel-1\/11\@m {
    width: 9.09091% !important
  }

  .gel-2\/11\@m {
    width: 18.18182% !important
  }

  .gel-3\/11\@m {
    width: 27.27273% !important
  }

  .gel-4\/11\@m {
    width: 36.36364% !important
  }

  .gel-5\/11\@m {
    width: 45.45455% !important
  }

  .gel-6\/11\@m {
    width: 54.54545% !important
  }

  .gel-7\/11\@m {
    width: 63.63636% !important
  }

  .gel-8\/11\@m {
    width: 72.72727% !important
  }

  .gel-9\/11\@m {
    width: 81.81818% !important
  }

  .gel-10\/11\@m {
    width: 90.90909% !important
  }

  .gel-1\/12\@m {
    width: 8.33333% !important
  }

  .gel-2\/12\@m {
    width: 16.66667% !important
  }

  .gel-3\/12\@m {
    width: 25% !important
  }

  .gel-4\/12\@m {
    width: 33.33333% !important
  }

  .gel-5\/12\@m {
    width: 41.66667% !important
  }

  .gel-6\/12\@m {
    width: 50% !important
  }

  .gel-7\/12\@m {
    width: 58.33333% !important
  }

  .gel-8\/12\@m {
    width: 66.66667% !important
  }

  .gel-9\/12\@m {
    width: 75% !important
  }

  .gel-10\/12\@m {
    width: 83.33333% !important
  }

  .gel-11\/12\@m {
    width: 91.66667% !important
  }
}

@media (min-width: 56.25em) {
  .gel-1\/1\@l {
    width: 100% !important
  }

  .gel-1\/2\@l {
    width: 50% !important
  }

  .gel-1\/3\@l {
    width: 33.33333% !important
  }

  .gel-2\/3\@l {
    width: 66.66667% !important
  }

  .gel-1\/4\@l {
    width: 25% !important
  }

  .gel-2\/4\@l {
    width: 50% !important
  }

  .gel-3\/4\@l {
    width: 75% !important
  }

  .gel-1\/5\@l {
    width: 20% !important
  }

  .gel-2\/5\@l {
    width: 40% !important
  }

  .gel-3\/5\@l {
    width: 60% !important
  }

  .gel-4\/5\@l {
    width: 80% !important
  }

  .gel-1\/6\@l {
    width: 16.66667% !important
  }

  .gel-2\/6\@l {
    width: 33.33333% !important
  }

  .gel-3\/6\@l {
    width: 50% !important
  }

  .gel-4\/6\@l {
    width: 66.66667% !important
  }

  .gel-5\/6\@l {
    width: 83.33333% !important
  }

  .gel-1\/7\@l {
    width: 14.28571% !important
  }

  .gel-2\/7\@l {
    width: 28.57143% !important
  }

  .gel-3\/7\@l {
    width: 42.85714% !important
  }

  .gel-4\/7\@l {
    width: 57.14286% !important
  }

  .gel-5\/7\@l {
    width: 71.42857% !important
  }

  .gel-6\/7\@l {
    width: 85.71429% !important
  }

  .gel-1\/8\@l {
    width: 12.5% !important
  }

  .gel-2\/8\@l {
    width: 25% !important
  }

  .gel-3\/8\@l {
    width: 37.5% !important
  }

  .gel-4\/8\@l {
    width: 50% !important
  }

  .gel-5\/8\@l {
    width: 62.5% !important
  }

  .gel-6\/8\@l {
    width: 75% !important
  }

  .gel-7\/8\@l {
    width: 87.5% !important
  }

  .gel-1\/9\@l {
    width: 11.11111% !important
  }

  .gel-2\/9\@l {
    width: 22.22222% !important
  }

  .gel-3\/9\@l {
    width: 33.33333% !important
  }

  .gel-4\/9\@l {
    width: 44.44444% !important
  }

  .gel-5\/9\@l {
    width: 55.55556% !important
  }

  .gel-6\/9\@l {
    width: 66.66667% !important
  }

  .gel-7\/9\@l {
    width: 77.77778% !important
  }

  .gel-8\/9\@l {
    width: 88.88889% !important
  }

  .gel-1\/10\@l {
    width: 10% !important
  }

  .gel-2\/10\@l {
    width: 20% !important
  }

  .gel-3\/10\@l {
    width: 30% !important
  }

  .gel-4\/10\@l {
    width: 40% !important
  }

  .gel-5\/10\@l {
    width: 50% !important
  }

  .gel-6\/10\@l {
    width: 60% !important
  }

  .gel-7\/10\@l {
    width: 70% !important
  }

  .gel-8\/10\@l {
    width: 80% !important
  }

  .gel-9\/10\@l {
    width: 90% !important
  }

  .gel-1\/11\@l {
    width: 9.09091% !important
  }

  .gel-2\/11\@l {
    width: 18.18182% !important
  }

  .gel-3\/11\@l {
    width: 27.27273% !important
  }

  .gel-4\/11\@l {
    width: 36.36364% !important
  }

  .gel-5\/11\@l {
    width: 45.45455% !important
  }

  .gel-6\/11\@l {
    width: 54.54545% !important
  }

  .gel-7\/11\@l {
    width: 63.63636% !important
  }

  .gel-8\/11\@l {
    width: 72.72727% !important
  }

  .gel-9\/11\@l {
    width: 81.81818% !important
  }

  .gel-10\/11\@l {
    width: 90.90909% !important
  }

  .gel-1\/12\@l {
    width: 8.33333% !important
  }

  .gel-2\/12\@l {
    width: 16.66667% !important
  }

  .gel-3\/12\@l {
    width: 25% !important
  }

  .gel-4\/12\@l {
    width: 33.33333% !important
  }

  .gel-5\/12\@l {
    width: 41.66667% !important
  }

  .gel-6\/12\@l {
    width: 50% !important
  }

  .gel-7\/12\@l {
    width: 58.33333% !important
  }

  .gel-8\/12\@l {
    width: 66.66667% !important
  }

  .gel-9\/12\@l {
    width: 75% !important
  }

  .gel-10\/12\@l {
    width: 83.33333% !important
  }

  .gel-11\/12\@l {
    width: 91.66667% !important
  }
}

@media (min-width: 63em) {
  .gel-1\/1\@xl {
    width: 100% !important
  }

  .gel-1\/2\@xl {
    width: 50% !important
  }

  .gel-1\/3\@xl {
    width: 33.33333% !important
  }

  .gel-2\/3\@xl {
    width: 66.66667% !important
  }

  .gel-1\/4\@xl {
    width: 25% !important
  }

  .gel-2\/4\@xl {
    width: 50% !important
  }

  .gel-3\/4\@xl {
    width: 75% !important
  }

  .gel-1\/5\@xl {
    width: 20% !important
  }

  .gel-2\/5\@xl {
    width: 40% !important
  }

  .gel-3\/5\@xl {
    width: 60% !important
  }

  .gel-4\/5\@xl {
    width: 80% !important
  }

  .gel-1\/6\@xl {
    width: 16.66667% !important
  }

  .gel-2\/6\@xl {
    width: 33.33333% !important
  }

  .gel-3\/6\@xl {
    width: 50% !important
  }

  .gel-4\/6\@xl {
    width: 66.66667% !important
  }

  .gel-5\/6\@xl {
    width: 83.33333% !important
  }

  .gel-1\/7\@xl {
    width: 14.28571% !important
  }

  .gel-2\/7\@xl {
    width: 28.57143% !important
  }

  .gel-3\/7\@xl {
    width: 42.85714% !important
  }

  .gel-4\/7\@xl {
    width: 57.14286% !important
  }

  .gel-5\/7\@xl {
    width: 71.42857% !important
  }

  .gel-6\/7\@xl {
    width: 85.71429% !important
  }

  .gel-1\/8\@xl {
    width: 12.5% !important
  }

  .gel-2\/8\@xl {
    width: 25% !important
  }

  .gel-3\/8\@xl {
    width: 37.5% !important
  }

  .gel-4\/8\@xl {
    width: 50% !important
  }

  .gel-5\/8\@xl {
    width: 62.5% !important
  }

  .gel-6\/8\@xl {
    width: 75% !important
  }

  .gel-7\/8\@xl {
    width: 87.5% !important
  }

  .gel-1\/9\@xl {
    width: 11.11111% !important
  }

  .gel-2\/9\@xl {
    width: 22.22222% !important
  }

  .gel-3\/9\@xl {
    width: 33.33333% !important
  }

  .gel-4\/9\@xl {
    width: 44.44444% !important
  }

  .gel-5\/9\@xl {
    width: 55.55556% !important
  }

  .gel-6\/9\@xl {
    width: 66.66667% !important
  }

  .gel-7\/9\@xl {
    width: 77.77778% !important
  }

  .gel-8\/9\@xl {
    width: 88.88889% !important
  }

  .gel-1\/10\@xl {
    width: 10% !important
  }

  .gel-2\/10\@xl {
    width: 20% !important
  }

  .gel-3\/10\@xl {
    width: 30% !important
  }

  .gel-4\/10\@xl {
    width: 40% !important
  }

  .gel-5\/10\@xl {
    width: 50% !important
  }

  .gel-6\/10\@xl {
    width: 60% !important
  }

  .gel-7\/10\@xl {
    width: 70% !important
  }

  .gel-8\/10\@xl {
    width: 80% !important
  }

  .gel-9\/10\@xl {
    width: 90% !important
  }

  .gel-1\/11\@xl {
    width: 9.09091% !important
  }

  .gel-2\/11\@xl {
    width: 18.18182% !important
  }

  .gel-3\/11\@xl {
    width: 27.27273% !important
  }

  .gel-4\/11\@xl {
    width: 36.36364% !important
  }

  .gel-5\/11\@xl {
    width: 45.45455% !important
  }

  .gel-6\/11\@xl {
    width: 54.54545% !important
  }

  .gel-7\/11\@xl {
    width: 63.63636% !important
  }

  .gel-8\/11\@xl {
    width: 72.72727% !important
  }

  .gel-9\/11\@xl {
    width: 81.81818% !important
  }

  .gel-10\/11\@xl {
    width: 90.90909% !important
  }

  .gel-1\/12\@xl {
    width: 8.33333% !important
  }

  .gel-2\/12\@xl {
    width: 16.66667% !important
  }

  .gel-3\/12\@xl {
    width: 25% !important
  }

  .gel-4\/12\@xl {
    width: 33.33333% !important
  }

  .gel-5\/12\@xl {
    width: 41.66667% !important
  }

  .gel-6\/12\@xl {
    width: 50% !important
  }

  .gel-7\/12\@xl {
    width: 58.33333% !important
  }

  .gel-8\/12\@xl {
    width: 66.66667% !important
  }

  .gel-9\/12\@xl {
    width: 75% !important
  }

  .gel-10\/12\@xl {
    width: 83.33333% !important
  }

  .gel-11\/12\@xl {
    width: 91.66667% !important
  }
}

@media (min-width: 80em) {
  .gel-1\/1\@xxl {
    width: 100% !important
  }

  .gel-1\/2\@xxl {
    width: 50% !important
  }

  .gel-1\/3\@xxl {
    width: 33.33333% !important
  }

  .gel-2\/3\@xxl {
    width: 66.66667% !important
  }

  .gel-1\/4\@xxl {
    width: 25% !important
  }

  .gel-2\/4\@xxl {
    width: 50% !important
  }

  .gel-3\/4\@xxl {
    width: 75% !important
  }

  .gel-1\/5\@xxl {
    width: 20% !important
  }

  .gel-2\/5\@xxl {
    width: 40% !important
  }

  .gel-3\/5\@xxl {
    width: 60% !important
  }

  .gel-4\/5\@xxl {
    width: 80% !important
  }

  .gel-1\/6\@xxl {
    width: 16.66667% !important
  }

  .gel-2\/6\@xxl {
    width: 33.33333% !important
  }

  .gel-3\/6\@xxl {
    width: 50% !important
  }

  .gel-4\/6\@xxl {
    width: 66.66667% !important
  }

  .gel-5\/6\@xxl {
    width: 83.33333% !important
  }

  .gel-1\/7\@xxl {
    width: 14.28571% !important
  }

  .gel-2\/7\@xxl {
    width: 28.57143% !important
  }

  .gel-3\/7\@xxl {
    width: 42.85714% !important
  }

  .gel-4\/7\@xxl {
    width: 57.14286% !important
  }

  .gel-5\/7\@xxl {
    width: 71.42857% !important
  }

  .gel-6\/7\@xxl {
    width: 85.71429% !important
  }

  .gel-1\/8\@xxl {
    width: 12.5% !important
  }

  .gel-2\/8\@xxl {
    width: 25% !important
  }

  .gel-3\/8\@xxl {
    width: 37.5% !important
  }

  .gel-4\/8\@xxl {
    width: 50% !important
  }

  .gel-5\/8\@xxl {
    width: 62.5% !important
  }

  .gel-6\/8\@xxl {
    width: 75% !important
  }

  .gel-7\/8\@xxl {
    width: 87.5% !important
  }

  .gel-1\/9\@xxl {
    width: 11.11111% !important
  }

  .gel-2\/9\@xxl {
    width: 22.22222% !important
  }

  .gel-3\/9\@xxl {
    width: 33.33333% !important
  }

  .gel-4\/9\@xxl {
    width: 44.44444% !important
  }

  .gel-5\/9\@xxl {
    width: 55.55556% !important
  }

  .gel-6\/9\@xxl {
    width: 66.66667% !important
  }

  .gel-7\/9\@xxl {
    width: 77.77778% !important
  }

  .gel-8\/9\@xxl {
    width: 88.88889% !important
  }

  .gel-1\/10\@xxl {
    width: 10% !important
  }

  .gel-2\/10\@xxl {
    width: 20% !important
  }

  .gel-3\/10\@xxl {
    width: 30% !important
  }

  .gel-4\/10\@xxl {
    width: 40% !important
  }

  .gel-5\/10\@xxl {
    width: 50% !important
  }

  .gel-6\/10\@xxl {
    width: 60% !important
  }

  .gel-7\/10\@xxl {
    width: 70% !important
  }

  .gel-8\/10\@xxl {
    width: 80% !important
  }

  .gel-9\/10\@xxl {
    width: 90% !important
  }

  .gel-1\/11\@xxl {
    width: 9.09091% !important
  }

  .gel-2\/11\@xxl {
    width: 18.18182% !important
  }

  .gel-3\/11\@xxl {
    width: 27.27273% !important
  }

  .gel-4\/11\@xxl {
    width: 36.36364% !important
  }

  .gel-5\/11\@xxl {
    width: 45.45455% !important
  }

  .gel-6\/11\@xxl {
    width: 54.54545% !important
  }

  .gel-7\/11\@xxl {
    width: 63.63636% !important
  }

  .gel-8\/11\@xxl {
    width: 72.72727% !important
  }

  .gel-9\/11\@xxl {
    width: 81.81818% !important
  }

  .gel-10\/11\@xxl {
    width: 90.90909% !important
  }

  .gel-1\/12\@xxl {
    width: 8.33333% !important
  }

  .gel-2\/12\@xxl {
    width: 16.66667% !important
  }

  .gel-3\/12\@xxl {
    width: 25% !important
  }

  .gel-4\/12\@xxl {
    width: 33.33333% !important
  }

  .gel-5\/12\@xxl {
    width: 41.66667% !important
  }

  .gel-6\/12\@xxl {
    width: 50% !important
  }

  .gel-7\/12\@xxl {
    width: 58.33333% !important
  }

  .gel-8\/12\@xxl {
    width: 66.66667% !important
  }

  .gel-9\/12\@xxl {
    width: 75% !important
  }

  .gel-10\/12\@xxl {
    width: 83.33333% !important
  }

  .gel-11\/12\@xxl {
    width: 91.66667% !important
  }
}

.gel-hide {
  display: none !important
}

.gel-show {
  display: block !important
}

.gel-inline-show {
  display: inline !important
}

@media (min-width: 15em) {
  .gel-hide\@xs {
    display: none !important
  }

  .gel-show\@xs {
    display: block !important
  }

  .gel-inline-show\@xs {
    display: inline !important
  }
}

@media (min-width: 25em) {
  .gel-hide\@s {
    display: none !important
  }

  .gel-show\@s {
    display: block !important
  }

  .gel-inline-show\@s {
    display: inline !important
  }
}

@media (min-width: 37.5em) {
  .gel-hide\@m {
    display: none !important
  }

  .gel-show\@m {
    display: block !important
  }

  .gel-inline-show\@m {
    display: inline !important
  }
}

@media (min-width: 56.25em) {
  .gel-hide\@l {
    display: none !important
  }

  .gel-show\@l {
    display: block !important
  }

  .gel-inline-show\@l {
    display: inline !important
  }
}

@media (min-width: 63em) {
  .gel-hide\@xl {
    display: none !important
  }

  .gel-show\@xl {
    display: block !important
  }

  .gel-inline-show\@xl {
    display: inline !important
  }
}

@media (min-width: 80em) {
  .gel-hide\@xxl {
    display: none !important
  }

  .gel-show\@xxl {
    display: block !important
  }

  .gel-inline-show\@xxl {
    display: inline !important
  }
}

@media (max-width: 24.99em) {
  .gel-hide-lte\@xs {
    display: none !important
  }
}

@media (max-width: 37.49em) {
  .gel-hide-lte\@s {
    display: none !important
  }
}

@media (max-width: 56.24em) {
  .gel-hide-lte\@m {
    display: none !important
  }
}

@media (max-width: 62.99em) {
  .gel-hide-lte\@l {
    display: none !important
  }
}

@media (max-width: 79.99em) {
  .gel-hide-lte\@xl {
    display: none !important
  }
}

@media (min-width: 25em) {
  .gel-hide-gte\@s {
    display: none !important
  }
}

@media (min-width: 37.5em) {
  .gel-hide-gte\@m {
    display: none !important
  }
}

@media (min-width: 56.25em) {
  .gel-hide-gte\@l {
    display: none !important
  }
}

@media (min-width: 63em) {
  .gel-hide-gte\@xl {
    display: none !important
  }
}

@media (min-width: 80em) {
  .gel-hide-gte\@xxl {
    display: none !important
  }
}

.gel-wrap {
  box-sizing: border-box;
  -webkit-box-sizing: border-box
}

#main {
  min-height: 275px
}

@media (min-width: 25em) {
  #main {
    min-height: 325px
  }
}

@media (min-width: 37.5em) {
  #main {
    min-height: 425px
  }
}

@media (min-width: 63em) {
  #main {
    min-height: 525px;
    margin-left: auto;
    margin-right: auto
  }
}

#tviplayer {
  min-width: 320px;
  background-color: #000;
  font-size: 1.1em;
  line-height: 1.3em;
  overflow: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%
}

#tviplayer a {
  text-decoration: none
}

#tviplayer button,
#tviplayer input {
  font-family: inherit
}

#tviplayer ul,
#tviplayer ol {
  list-style: none
}

#tviplayer strong {
  font-weight: bold
}

#tviplayer * {
  outline: 0
}

* {
  padding: 0;
  margin: 0;
  border: 0
}

.tvip-hide {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px)
}

.script-visible {
  display: none
}

.tvip-js .script-visible {
  display: block
}

.script-hidden {
  display: block
}

.tvip-js .script-hidden {
  display: none
}

.typo {
  font-weight: normal;
  font-style: normal
}

.typo--robin {
  font-size: 12px;
  line-height: 1.33333
}

.typo--bullfinch {
  font-size: 11px;
  line-height: 1.2
}

@media (min-width: 25em) {
  .typo--bullfinch {
    font-size: 11px;
    line-height: 1.2
  }
}

@media (min-width: 37.5em) {
  .typo--bullfinch {
    font-size: 11px;
    line-height: 1.2
  }
}

.typo--canary {
  font-size: 12px;
  line-height: 1.2
}

@media (min-width: 25em) {
  .typo--canary {
    font-size: 12px;
    line-height: 1.2
  }
}

@media (min-width: 37.5em) {
  .typo--canary {
    font-size: 12px;
    line-height: 1.2
  }
}

.typo--skylark {
  font-size: 12px;
  line-height: 1.25
}

@media (min-width: 25em) {
  .typo--skylark {
    font-size: 12px;
    line-height: 1.25
  }
}

.typo--goose {
  font-size: 18px;
  line-height: 1.22222
}

@media (min-width: 25em) {
  .typo--goose {
    font-size: 18px;
    line-height: 1.22222
  }
}

@media (min-width: 37.5em) {
  .typo--goose {
    font-size: 18px;
    line-height: 1.22222
  }
}

.typo--heron {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2
}

@media (min-width: 37.5em) {
  .typo--heron {
    font-size: 18px;
    line-height: 1.2
  }
}

.typo--buzzard {
  font-size: 18px;
  line-height: 1.2
}

@media (min-width: 25em) {
  .typo--buzzard {
    font-size: 18px;
    line-height: 1.2
  }
}

@media (min-width: 37.5em) {
  .typo--buzzard {
    font-size: 18px;
    line-height: 1.2
  }
}

.typo--eagle {
  font-size: 28px;
  line-height: 1.14286
}

@media (min-width: 25em) {
  .typo--eagle {
    font-size: 32px;
    line-height: 1.125
  }
}

@media (min-width: 37.5em) {
  .typo--eagle {
    font-size: 44px;
    line-height: 1.09091
  }
}

.typo--bold {
  font-weight: bold;
}

.svg-defs {
  display: none
}

.icon--alert {
  fill: #ebb100
}
