.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,
.react-datepicker__tether-element-attached-top .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,
.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before,
.react-datepicker__tether-element-attached-top .react-datepicker__triangle,
.react-datepicker__tether-element-attached-top .react-datepicker__triangle:before,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow:before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before,
.react-datepicker__tether-element-attached-top .react-datepicker__triangle:before,
.react-datepicker__year-read-view--down-arrow:before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle,
.react-datepicker__tether-element-attached-top .react-datepicker__triangle:before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker__tether-element-attached-top .react-datepicker__triangle:before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle,
.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow:before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker__tether-element-attached-bottom .react-datepicker__triangle:before,
.react-datepicker__year-read-view--down-arrow:before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 11px;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker__tether-element-attached-bottom.react-datepicker__tether-element {
  margin-top: -20px;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__current-month {
  margin-top: 0;
  color: #000;
  font-weight: 700;
  font-size: 13px;
}

.react-datepicker__current-month--hasYearDropdown {
  margin-bottom: 16px;
}

.react-datepicker__navigation {
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  border: 6px solid transparent;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month {
  margin: 5px;
  text-align: center;
}

.react-datepicker__day,
.react-datepicker__day-name {
  color: #000;
  display: inline-block;
  width: 24px;
  line-height: 24px;
  text-align: center;
  margin: 2px;
}

.react-datepicker__day {
  cursor: pointer;
}

.react-datepicker__day:hover {
  border-radius: 4px;
  background-color: #f0f0f0;
}

.react-datepicker__day--today {
  font-weight: 700;
}

.react-datepicker__day--in-range,
.react-datepicker__day--selected {
  border-radius: 4px;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--in-range:hover,
.react-datepicker__day--selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view {
  width: 50%;
  left: 25%;
  position: absolute;
  bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.react-datepicker__year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow {
  border-top-color: #ccc;
  margin-bottom: 3px;
  left: 5px;
  top: 9px;
  position: relative;
  border-width: 6px;
}

.react-datepicker__year-read-view--selected-year {
  right: 6px;
  position: relative;
}

.react-datepicker__year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.react-datepicker__year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.react-datepicker__year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected {
  position: absolute;
  left: 30px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}

.react-datepicker__close-icon:after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  content: "\D7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  padding: 5px 0;
}

.react-datepicker__tether-element {
  z-index: 2147483647;
}

@charset "UTF-8";

@media (min-width:40em) {
  .u-width-auto\@legacy-small {
    width: auto!important;
  }

  .u-width-1\/1\@legacy-small {
    width: 100%!important;
  }

  .u-push-1\/1\@legacy-small {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-1\/1\@legacy-small {
    position: relative;
    right: 100%!important;
    left: auto;
  }

  .u-width-1\/2\@legacy-small {
    width: 50%!important;
  }

  .u-push-1\/2\@legacy-small {
    position: relative;
    right: auto;
    left: 50%!important;
  }

  .u-pull-1\/2\@legacy-small {
    position: relative;
    right: 50%!important;
    left: auto;
  }

  .u-width-2\/2\@legacy-small {
    width: 100%!important;
  }

  .u-push-2\/2\@legacy-small {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-2\/2\@legacy-small {
    position: relative;
    right: 100%!important;
    left: auto;
  }

  .u-width-1\/3\@legacy-small {
    width: 33.33333%!important;
  }

  .u-push-1\/3\@legacy-small {
    position: relative;
    right: auto;
    left: 33.33333%!important;
  }

  .u-pull-1\/3\@legacy-small {
    position: relative;
    right: 33.33333%!important;
    left: auto;
  }

  .u-width-2\/3\@legacy-small {
    width: 66.66667%!important;
  }

  .u-push-2\/3\@legacy-small {
    position: relative;
    right: auto;
    left: 66.66667%!important;
  }

  .u-pull-2\/3\@legacy-small {
    position: relative;
    right: 66.66667%!important;
    left: auto;
  }

  .u-width-3\/3\@legacy-small {
    width: 100%!important;
  }

  .u-push-3\/3\@legacy-small {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-3\/3\@legacy-small {
    position: relative;
    right: 100%!important;
    left: auto;
  }

  .u-width-1\/4\@legacy-small {
    width: 25%!important;
  }

  .u-push-1\/4\@legacy-small {
    position: relative;
    right: auto;
    left: 25%!important;
  }

  .u-pull-1\/4\@legacy-small {
    position: relative;
    right: 25%!important;
    left: auto;
  }

  .u-width-2\/4\@legacy-small {
    width: 50%!important;
  }

  .u-push-2\/4\@legacy-small {
    position: relative;
    right: auto;
    left: 50%!important;
  }

  .u-pull-2\/4\@legacy-small {
    position: relative;
    right: 50%!important;
    left: auto;
  }

  .u-width-3\/4\@legacy-small {
    width: 75%!important;
  }

  .u-push-3\/4\@legacy-small {
    position: relative;
    right: auto;
    left: 75%!important;
  }

  .u-pull-3\/4\@legacy-small {
    position: relative;
    right: 75%!important;
    left: auto;
  }

  .u-width-4\/4\@legacy-small {
    width: 100%!important;
  }

  .u-push-4\/4\@legacy-small {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-4\/4\@legacy-small {
    position: relative;
    right: 100%!important;
    left: auto;
  }

  .u-width-1\/5\@legacy-small {
    width: 20%!important;
  }

  .u-push-1\/5\@legacy-small {
    position: relative;
    right: auto;
    left: 20%!important;
  }

  .u-pull-1\/5\@legacy-small {
    position: relative;
    right: 20%!important;
    left: auto;
  }

  .u-width-2\/5\@legacy-small {
    width: 40%!important;
  }

  .u-push-2\/5\@legacy-small {
    position: relative;
    right: auto;
    left: 40%!important;
  }

  .u-pull-2\/5\@legacy-small {
    position: relative;
    right: 40%!important;
    left: auto;
  }

  .u-width-3\/5\@legacy-small {
    width: 60%!important;
  }

  .u-push-3\/5\@legacy-small {
    position: relative;
    right: auto;
    left: 60%!important;
  }

  .u-pull-3\/5\@legacy-small {
    position: relative;
    right: 60%!important;
    left: auto;
  }

  .u-width-4\/5\@legacy-small {
    width: 80%!important;
  }

  .u-push-4\/5\@legacy-small {
    position: relative;
    right: auto;
    left: 80%!important;
  }

  .u-pull-4\/5\@legacy-small {
    position: relative;
    right: 80%!important;
    left: auto;
  }

  .u-width-5\/5\@legacy-small {
    width: 100%!important;
  }

  .u-push-5\/5\@legacy-small {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-5\/5\@legacy-small {
    position: relative;
    right: 100%!important;
    left: auto;
  }
}

@media (min-width:64em) {
  .u-width-auto\@legacy-medium {
    width: auto!important;
  }

  .u-width-1\/1\@legacy-medium {
    width: 100%!important;
  }

  .u-push-1\/1\@legacy-medium {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-1\/1\@legacy-medium {
    position: relative;
    right: 100%!important;
    left: auto;
  }

  .u-width-1\/2\@legacy-medium {
    width: 50%!important;
  }

  .u-push-1\/2\@legacy-medium {
    position: relative;
    right: auto;
    left: 50%!important;
  }

  .u-pull-1\/2\@legacy-medium {
    position: relative;
    right: 50%!important;
    left: auto;
  }

  .u-width-2\/2\@legacy-medium {
    width: 100%!important;
  }

  .u-push-2\/2\@legacy-medium {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-2\/2\@legacy-medium {
    position: relative;
    right: 100%!important;
    left: auto;
  }

  .u-width-1\/3\@legacy-medium {
    width: 33.33333%!important;
  }

  .u-push-1\/3\@legacy-medium {
    position: relative;
    right: auto;
    left: 33.33333%!important;
  }

  .u-pull-1\/3\@legacy-medium {
    position: relative;
    right: 33.33333%!important;
    left: auto;
  }

  .u-width-2\/3\@legacy-medium {
    width: 66.66667%!important;
  }

  .u-push-2\/3\@legacy-medium {
    position: relative;
    right: auto;
    left: 66.66667%!important;
  }

  .u-pull-2\/3\@legacy-medium {
    position: relative;
    right: 66.66667%!important;
    left: auto;
  }

  .u-width-3\/3\@legacy-medium {
    width: 100%!important;
  }

  .u-push-3\/3\@legacy-medium {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-3\/3\@legacy-medium {
    position: relative;
    right: 100%!important;
    left: auto;
  }

  .u-width-1\/4\@legacy-medium {
    width: 25%!important;
  }

  .u-push-1\/4\@legacy-medium {
    position: relative;
    right: auto;
    left: 25%!important;
  }

  .u-pull-1\/4\@legacy-medium {
    position: relative;
    right: 25%!important;
    left: auto;
  }

  .u-width-2\/4\@legacy-medium {
    width: 50%!important;
  }

  .u-push-2\/4\@legacy-medium {
    position: relative;
    right: auto;
    left: 50%!important;
  }

  .u-pull-2\/4\@legacy-medium {
    position: relative;
    right: 50%!important;
    left: auto;
  }

  .u-width-3\/4\@legacy-medium {
    width: 75%!important;
  }

  .u-push-3\/4\@legacy-medium {
    position: relative;
    right: auto;
    left: 75%!important;
  }

  .u-pull-3\/4\@legacy-medium {
    position: relative;
    right: 75%!important;
    left: auto;
  }

  .u-width-4\/4\@legacy-medium {
    width: 100%!important;
  }

  .u-push-4\/4\@legacy-medium {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-4\/4\@legacy-medium {
    position: relative;
    right: 100%!important;
    left: auto;
  }

  .u-width-1\/5\@legacy-medium {
    width: 20%!important;
  }

  .u-push-1\/5\@legacy-medium {
    position: relative;
    right: auto;
    left: 20%!important;
  }

  .u-pull-1\/5\@legacy-medium {
    position: relative;
    right: 20%!important;
    left: auto;
  }

  .u-width-2\/5\@legacy-medium {
    width: 40%!important;
  }

  .u-push-2\/5\@legacy-medium {
    position: relative;
    right: auto;
    left: 40%!important;
  }

  .u-pull-2\/5\@legacy-medium {
    position: relative;
    right: 40%!important;
    left: auto;
  }

  .u-width-3\/5\@legacy-medium {
    width: 60%!important;
  }

  .u-push-3\/5\@legacy-medium {
    position: relative;
    right: auto;
    left: 60%!important;
  }

  .u-pull-3\/5\@legacy-medium {
    position: relative;
    right: 60%!important;
    left: auto;
  }

  .u-width-4\/5\@legacy-medium {
    width: 80%!important;
  }

  .u-push-4\/5\@legacy-medium {
    position: relative;
    right: auto;
    left: 80%!important;
  }

  .u-pull-4\/5\@legacy-medium {
    position: relative;
    right: 80%!important;
    left: auto;
  }

  .u-width-5\/5\@legacy-medium {
    width: 100%!important;
  }

  .u-push-5\/5\@legacy-medium {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-5\/5\@legacy-medium {
    position: relative;
    right: 100%!important;
    left: auto;
  }
}

@media (min-width:95em) {
  .u-width-auto\@legacy-large {
    width: auto!important;
  }

  .u-width-1\/1\@legacy-large {
    width: 100%!important;
  }

  .u-push-1\/1\@legacy-large {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-1\/1\@legacy-large {
    position: relative;
    right: 100%!important;
    left: auto;
  }

  .u-width-1\/2\@legacy-large {
    width: 50%!important;
  }

  .u-push-1\/2\@legacy-large {
    position: relative;
    right: auto;
    left: 50%!important;
  }

  .u-pull-1\/2\@legacy-large {
    position: relative;
    right: 50%!important;
    left: auto;
  }

  .u-width-2\/2\@legacy-large {
    width: 100%!important;
  }

  .u-push-2\/2\@legacy-large {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-2\/2\@legacy-large {
    position: relative;
    right: 100%!important;
    left: auto;
  }

  .u-width-1\/3\@legacy-large {
    width: 33.33333%!important;
  }

  .u-push-1\/3\@legacy-large {
    position: relative;
    right: auto;
    left: 33.33333%!important;
  }

  .u-pull-1\/3\@legacy-large {
    position: relative;
    right: 33.33333%!important;
    left: auto;
  }

  .u-width-2\/3\@legacy-large {
    width: 66.66667%!important;
  }

  .u-push-2\/3\@legacy-large {
    position: relative;
    right: auto;
    left: 66.66667%!important;
  }

  .u-pull-2\/3\@legacy-large {
    position: relative;
    right: 66.66667%!important;
    left: auto;
  }

  .u-width-3\/3\@legacy-large {
    width: 100%!important;
  }

  .u-push-3\/3\@legacy-large {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-3\/3\@legacy-large {
    position: relative;
    right: 100%!important;
    left: auto;
  }

  .u-width-1\/4\@legacy-large {
    width: 25%!important;
  }

  .u-push-1\/4\@legacy-large {
    position: relative;
    right: auto;
    left: 25%!important;
  }

  .u-pull-1\/4\@legacy-large {
    position: relative;
    right: 25%!important;
    left: auto;
  }

  .u-width-2\/4\@legacy-large {
    width: 50%!important;
  }

  .u-push-2\/4\@legacy-large {
    position: relative;
    right: auto;
    left: 50%!important;
  }

  .u-pull-2\/4\@legacy-large {
    position: relative;
    right: 50%!important;
    left: auto;
  }

  .u-width-3\/4\@legacy-large {
    width: 75%!important;
  }

  .u-push-3\/4\@legacy-large {
    position: relative;
    right: auto;
    left: 75%!important;
  }

  .u-pull-3\/4\@legacy-large {
    position: relative;
    right: 75%!important;
    left: auto;
  }

  .u-width-4\/4\@legacy-large {
    width: 100%!important;
  }

  .u-push-4\/4\@legacy-large {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-4\/4\@legacy-large {
    position: relative;
    right: 100%!important;
    left: auto;
  }

  .u-width-1\/5\@legacy-large {
    width: 20%!important;
  }

  .u-push-1\/5\@legacy-large {
    position: relative;
    right: auto;
    left: 20%!important;
  }

  .u-pull-1\/5\@legacy-large {
    position: relative;
    right: 20%!important;
    left: auto;
  }

  .u-width-2\/5\@legacy-large {
    width: 40%!important;
  }

  .u-push-2\/5\@legacy-large {
    position: relative;
    right: auto;
    left: 40%!important;
  }

  .u-pull-2\/5\@legacy-large {
    position: relative;
    right: 40%!important;
    left: auto;
  }

  .u-width-3\/5\@legacy-large {
    width: 60%!important;
  }

  .u-push-3\/5\@legacy-large {
    position: relative;
    right: auto;
    left: 60%!important;
  }

  .u-pull-3\/5\@legacy-large {
    position: relative;
    right: 60%!important;
    left: auto;
  }

  .u-width-4\/5\@legacy-large {
    width: 80%!important;
  }

  .u-push-4\/5\@legacy-large {
    position: relative;
    right: auto;
    left: 80%!important;
  }

  .u-pull-4\/5\@legacy-large {
    position: relative;
    right: 80%!important;
    left: auto;
  }

  .u-width-5\/5\@legacy-large {
    width: 100%!important;
  }

  .u-push-5\/5\@legacy-large {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-5\/5\@legacy-large {
    position: relative;
    right: 100%!important;
    left: auto;
  }
}

@media (min-width:125em) {
  .u-width-auto\@legacy-x-large {
    width: auto!important;
  }

  .u-width-1\/1\@legacy-x-large {
    width: 100%!important;
  }

  .u-push-1\/1\@legacy-x-large {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-1\/1\@legacy-x-large {
    position: relative;
    right: 100%!important;
    left: auto;
  }

  .u-width-1\/2\@legacy-x-large {
    width: 50%!important;
  }

  .u-push-1\/2\@legacy-x-large {
    position: relative;
    right: auto;
    left: 50%!important;
  }

  .u-pull-1\/2\@legacy-x-large {
    position: relative;
    right: 50%!important;
    left: auto;
  }

  .u-width-2\/2\@legacy-x-large {
    width: 100%!important;
  }

  .u-push-2\/2\@legacy-x-large {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-2\/2\@legacy-x-large {
    position: relative;
    right: 100%!important;
    left: auto;
  }

  .u-width-1\/3\@legacy-x-large {
    width: 33.33333%!important;
  }

  .u-push-1\/3\@legacy-x-large {
    position: relative;
    right: auto;
    left: 33.33333%!important;
  }

  .u-pull-1\/3\@legacy-x-large {
    position: relative;
    right: 33.33333%!important;
    left: auto;
  }

  .u-width-2\/3\@legacy-x-large {
    width: 66.66667%!important;
  }

  .u-push-2\/3\@legacy-x-large {
    position: relative;
    right: auto;
    left: 66.66667%!important;
  }

  .u-pull-2\/3\@legacy-x-large {
    position: relative;
    right: 66.66667%!important;
    left: auto;
  }

  .u-width-3\/3\@legacy-x-large {
    width: 100%!important;
  }

  .u-push-3\/3\@legacy-x-large {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-3\/3\@legacy-x-large {
    position: relative;
    right: 100%!important;
    left: auto;
  }

  .u-width-1\/4\@legacy-x-large {
    width: 25%!important;
  }

  .u-push-1\/4\@legacy-x-large {
    position: relative;
    right: auto;
    left: 25%!important;
  }

  .u-pull-1\/4\@legacy-x-large {
    position: relative;
    right: 25%!important;
    left: auto;
  }

  .u-width-2\/4\@legacy-x-large {
    width: 50%!important;
  }

  .u-push-2\/4\@legacy-x-large {
    position: relative;
    right: auto;
    left: 50%!important;
  }

  .u-pull-2\/4\@legacy-x-large {
    position: relative;
    right: 50%!important;
    left: auto;
  }

  .u-width-3\/4\@legacy-x-large {
    width: 75%!important;
  }

  .u-push-3\/4\@legacy-x-large {
    position: relative;
    right: auto;
    left: 75%!important;
  }

  .u-pull-3\/4\@legacy-x-large {
    position: relative;
    right: 75%!important;
    left: auto;
  }

  .u-width-4\/4\@legacy-x-large {
    width: 100%!important;
  }

  .u-push-4\/4\@legacy-x-large {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-4\/4\@legacy-x-large {
    position: relative;
    right: 100%!important;
    left: auto;
  }

  .u-width-1\/5\@legacy-x-large {
    width: 20%!important;
  }

  .u-push-1\/5\@legacy-x-large {
    position: relative;
    right: auto;
    left: 20%!important;
  }

  .u-pull-1\/5\@legacy-x-large {
    position: relative;
    right: 20%!important;
    left: auto;
  }

  .u-width-2\/5\@legacy-x-large {
    width: 40%!important;
  }

  .u-push-2\/5\@legacy-x-large {
    position: relative;
    right: auto;
    left: 40%!important;
  }

  .u-pull-2\/5\@legacy-x-large {
    position: relative;
    right: 40%!important;
    left: auto;
  }

  .u-width-3\/5\@legacy-x-large {
    width: 60%!important;
  }

  .u-push-3\/5\@legacy-x-large {
    position: relative;
    right: auto;
    left: 60%!important;
  }

  .u-pull-3\/5\@legacy-x-large {
    position: relative;
    right: 60%!important;
    left: auto;
  }

  .u-width-4\/5\@legacy-x-large {
    width: 80%!important;
  }

  .u-push-4\/5\@legacy-x-large {
    position: relative;
    right: auto;
    left: 80%!important;
  }

  .u-pull-4\/5\@legacy-x-large {
    position: relative;
    right: 80%!important;
    left: auto;
  }

  .u-width-5\/5\@legacy-x-large {
    width: 100%!important;
  }

  .u-push-5\/5\@legacy-x-large {
    position: relative;
    right: auto;
    left: 100%!important;
  }

  .u-pull-5\/5\@legacy-x-large {
    position: relative;
    right: 100%!important;
    left: auto;
  }
}

.c-accordion {
  display: block;
  position: relative;
  border: 1px solid silver;
  border-radius: .25em;
}

.c-accordion__section {
  border-bottom: 1px solid silver;
}

.c-accordion__section:last-child {
  border-bottom-width: 0;
}

.c-accordion__label {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
  display: block;
  position: relative;
  font-weight: 700;
  padding: 10px;
  color: #4a4a4a;
  outline: 0;
  cursor: pointer;
}

.c-accordion__label:focus,
.c-accordion__label:hover {
  text-decoration: underline;
}

.c-accordion__label:after {
  /*! autoprefixer: off */
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAkCAYAAAA5DDySAAAACXBIWXMAAAsTAAALEwEAmpwYAAA51WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU0OTExLCAyMDEzLzEwLzI5LTExOjQ3OjE2ICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTYtMDUtMjNUMTU6MzA6MTUrMDE6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxNi0wNS0yM1QxNTozNDoxMyswMTowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTYtMDUtMjNUMTU6MzQ6MTMrMDE6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6MWUwOTFjODEtODg3Ni00MTgzLTkyNDEtYTc4YzI0YmMyMmVjPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOjJmNjRmMjAwLTNmMjQtNGQxOC05ZTZiLTFmZWIxODIyOWE1OTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjJmNjRmMjAwLTNmMjQtNGQxOC05ZTZiLTFmZWIxODIyOWE1OTwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDoyZjY0ZjIwMC0zZjI0LTRkMTgtOWU2Yi0xZmViMTgyMjlhNTk8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTYtMDUtMjNUMTU6MzA6MTUrMDE6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6MWUwOTFjODEtODg3Ni00MTgzLTkyNDEtYTc4YzI0YmMyMmVjPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE2LTA1LTIzVDE1OjM0OjEzKzAxOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjY0PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjM2PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz75s4KyAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAG9SURBVHja5JgxSwMxFIBTCkXq0MnN0VXdHBwLLt8gIi4ibi71D9hZQTq6SCcXoYOLg4iIgyC4dBYnnURERy10UMq5pHAEm6TXXi/3DGS5JO+97+O4S6KUbsAGcAdUlNAGzAOPwJI5sAP0gAhoS5QAzAHvmrEDVPsD6/phvIuSoOFfDcYusKiAtz8EiJEwAL7frxXwMWAwAm6BslD4CLhSwKZlQm4lALPAi4XrE1joT65JkqDhny08XWDZXCRCgid8ddBil4RLoCQSPhak7pBwEaIEYAZ4Ggk+rxI0/IOl3m9gZdiguZDgCb+aNLhLwhlQFAkfS3LokNDKQgJQSR0+lqwRkgQN37bU0wPWxp00CAme8FtpJXdJOAEKIuFjRRw7JDTTkABMZw6vCyloyIlJAMp6K27LuT3JL/DEJHjC17L4B/tIOBIJb0g4dRTYSBh7Kmj4WKFF/QscmwSgpLfatpi7IZ3ExibBE74e4lncR8K+SHhDwnkSgNzDjwLi+faED59EQhof0TxJ2BMJb0i4cQDKhB9yNycTfgQJTSWtDSGhmeadQggS7v8lvMetjnx4Q0IL+AG+gIOs4H8HAEK2FzHn4Q0aAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  pointer-events: none;
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  transition: transform .5s ease;
}

.c-accordion__content {
  display: block;
  position: relative;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity .5s ease,height .5s ease;
  -o-transition: opacity .5s ease,height .5s ease;
  transition: opacity .5s ease,height .5s ease;
}

.c-accordion__inner {
  padding: 10px;
}

.c-accordion__section.is-active .c-accordion__content {
  height: auto;
  opacity: 1;
}

.c-accordion__section.is-active .c-accordion__label:after {
  /*! autoprefixer: off */
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.c-bezel {
  display: inline-block;
  max-width: 100%;
  pointer-events: none;
  position: relative;
}

.c-bezel:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 5px solid hsla(0,0%,100%,.3);
}

.c-btn {
  display: inline-block;
  margin: 0;
  padding: 4px 14px;
  vertical-align: middle;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: .25em;
  -webkit-transition: color .5s ease,background-color .5s ease,border-color .5s ease,-webkit-box-shadow .5s ease;
  transition: color .5s ease,background-color .5s ease,border-color .5s ease,-webkit-box-shadow .5s ease;
  -o-transition: color .5s ease,background-color .5s ease,border-color .5s ease,box-shadow .5s ease;
  transition: color .5s ease,background-color .5s ease,border-color .5s ease,box-shadow .5s ease;
  transition: color .5s ease,background-color .5s ease,border-color .5s ease,box-shadow .5s ease,-webkit-box-shadow .5s ease;
  cursor: pointer;
}

.c-btn:active,
.c-btn:focus,
.c-btn:hover {
  text-decoration: none;
  outline: none;
}

.c-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.c-btn--primary {
  color: #fff;
  background-color: #0072c9;
  border-color: #0072c9;
}

.c-btn--primary:active,
.c-btn--primary:hover {
  background-color: #73add8;
  border-color: #73add8;
}

.c-btn--primary:focus {
  outline: none;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
  box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
}

.c-btn--secondary {
  color: #0072c9;
  background-color: transparent;
  border-color: #0072c9;
}

.c-btn--secondary:active,
.c-btn--secondary:hover {
  color: #fff;
  background-color: #73add8;
  border-color: #73add8;
}

.c-btn--secondary:focus {
  outline: none;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
  box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
}

.c-btn--secondary-invert {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.c-btn--secondary-invert:active,
.c-btn--secondary-invert:hover {
  color: #4a4a4a;
  background-color: #fff;
  border-color: #fff;
}

.c-btn--secondary-invert:focus {
  outline: none;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.75),0 1px 15px 3px hsla(0,0%,100%,.75);
  box-shadow: 0 1px 3px rgba(0,0,0,.75),0 1px 15px 3px hsla(0,0%,100%,.75);
}

.c-btn.is-disabled,
.c-btn.is-disabled:active,
.c-btn.is-disabled:focus,
.c-btn.is-disabled:hover {
  color: #fff;
  background-color: silver;
  border-color: silver;
  cursor: not-allowed;
}

.c-btn.is-error,
.c-btn.is-error:active,
.c-btn.is-error:focus,
.c-btn.is-error:hover,
.is-error .c-btn,
.is-error .c-btn:active,
.is-error .c-btn:focus,
.is-error .c-btn:hover {
  color: #fff;
  background-color: #ff2744;
  border-color: #ff2744;
  cursor: not-allowed;
}

.c-btn--select {
  padding-left: 40px;
  padding-right: 40px;
  color: #0072c9;
  background-color: transparent;
  border: none;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.c-btn--full {
  display: block;
  width: 100%;
}

@media (max-width:46.24em) {
  .c-btn--full\@small {
    display: block;
    width: 100%;
  }
}

.c-calendar-container {
  max-width: 380px;
  margin: 0 auto;
}

@media (min-width:46.25em) {
  .c-calendar-container {
    padding: 0 22px;
  }
}

.c-calendar {
  position: relative;
  text-align: center;
  min-width: 290px;
}

.c-calendar__nav {
  /*! autoprefixer: off */
  position: absolute;
  top: 0;
  width: 44px;
  height: 30px;
  padding: 0;
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  -webkit-transition: opacity .25s,transform transform-origin .25s .25s;
  transition: opacity .25s,transform .25s,transform-origin .25s;
  cursor: pointer;
}

.c-calendar__nav:focus,
.c-calendar__nav:hover {
  outline: none;
  opacity: .5;
}

.c-calendar__nav--next {
  /*! autoprefixer: off */
  right: 0;
  -webkit-transform-origin: right;
  transform-origin: right;
}

@media (max-width:46.24em) {
  .c-calendar__nav--next {
    text-align: right;
  }
}

@media (min-width:46.25em) {
  .c-calendar__nav--next {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  .c-calendar__nav--next:focus,
  .c-calendar__nav--next:hover {
    -webkit-transform: scale(1.5) translateX(50%);
    -ms-transform: scale(1.5) translateX(50%);
    transform: scale(1.5) translateX(50%);
  }
}

.c-calendar__nav--prev {
  /*! autoprefixer: off */
  left: 0;
  -webkit-transform-origin: left;
  transform-origin: left;
}

@media (max-width:46.24em) {
  .c-calendar__nav--prev {
    text-align: left;
  }
}

@media (min-width:46.25em) {
  .c-calendar__nav--prev {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .c-calendar__nav--prev:focus,
  .c-calendar__nav--prev:hover {
    -webkit-transform: scale(1.5) translateX(-50%);
    -ms-transform: scale(1.5) translateX(-50%);
    transform: scale(1.5) translateX(-50%);
  }
}

.c-calendar__nav-icon {
  width: 8px;
  height: 13px;
  fill: #0072c9;
}

.c-calendar__feedback {
  margin: 5px 0 10px;
  padding-top: 10px;
  text-align: left;
  border-width: 1px 0;
  border-style: solid;
  border-color: silver;
}

.c-calendar__month {
  margin-bottom: 0;
  table-layout: fixed;
}

.c-calendar__title {
  font-weight: 400;
}

.c-calendar__weekday[title] {
  text-decoration: none;
  font-weight: 400;
}

.c-calendar__day {
  /*! autoprefixer: off */
  padding: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-bottom: 10px;
  line-height: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid #0072c9;
  box-shadow: inset 0 0 0 1px rgba(0,114,201,.2);
  color: #0072c9;
  -webkit-transition: background .25s,color .25s,transform .25s;
  transition: background .25s,color .25s,transform .25s;
}

@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi) {
  .c-calendar__day {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.c-calendar__day:focus,
.c-calendar__day:hover {
  background: #0072c9;
  color: #fff;
  outline: none;
  cursor: pointer;
}

.c-calendar__day:focus {
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 3px 3px rgba(115,173,216,.75);
  box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 3px 3px rgba(115,173,216,.75);
}

@media (min-width:26.25em) {
  .c-calendar__day:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.c-calendar__day.is-selected {
  background: #0072c9;
  color: #fff;
}

.c-calendar__day.is-disabled {
  /*! autoprefixer: off */
  color: silver;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
  cursor: not-allowed;
}

.c-card {
  /*! autoprefixer: off */
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  z-index: 10;
  -ms-transform: none;
  transform: none;
  -ms-transform-style: none;
  transform-style: none;
  will-change: transform;
  background-color: #fff;
  border: 1px solid #eaeaea;
  transition: transform .25s ease;
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .c-card {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .c-card:after,
  .c-card:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: translateZ(-1em);
    transform: translateZ(-1em);
    -webkit-transition: opacity .25s ease;
    -o-transition: opacity ease .25s;
    transition: opacity .25s ease;
  }

  .c-card:before {
    right: 20px;
    left: 20px;
    -webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.2);
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.2);
    opacity: 1;
  }

  .c-card:after {
    right: 12px;
    left: 12px;
    -webkit-box-shadow: 0 12px 18px 0 rgba(0,0,0,.25);
    box-shadow: 0 12px 18px 0 rgba(0,0,0,.25);
    opacity: 0;
  }
}

.c-card:focus,
.c-card:hover {
  /*! autoprefixer: off */
  border-color: #dfdfdf;
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  outline: none;
}

.c-card:focus:before,
.c-card:hover:before {
  opacity: 0;
}

.c-card:focus:after,
.c-card:hover:after {
  opacity: 1;
}

.c-card.has-focus {
  outline: none;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
  box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
}

.c-card.has-focus:after,
.c-card.has-focus:before {
  content: normal;
}

.c-divider {
  position: relative;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent;
  margin-bottom: 19px;
}

.c-divider:after,
.c-divider:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
}

.c-divider:before {
  /*! autoprefixer: off */
  background: silver;
  background: -webkit-linear-gradient(left,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -moz-linear-gradient(left,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -ms-linear-gradient(left,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -o-linear-gradient(left,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: linear-gradient(to right,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  bottom: 0;
  height: 1px;
}

.c-divider:after {
  /*! autoprefixer: off */
  background: -webkit-radial-gradient(50% 0,rgba(74,74,74,.15),transparent 40%);
  background: -moz-radial-gradient(50% 0,rgba(74,74,74,.15),transparent 40%);
  background: -ms-radial-gradient(50% 0,rgba(74,74,74,.15),transparent 40%);
  background: -o-radial-gradient(50% 0,rgba(74,74,74,.15),transparent 40%);
  background: radial-gradient(at 50% 0,rgba(74,74,74,.15),transparent 40%);
  top: 100%;
  height: 10px;
}

.c-divider--top {
  border-width: 1px 0 0;
}

.c-divider--top:before {
  /*! autoprefixer: off */
  background: silver;
  background: -webkit-linear-gradient(left,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -moz-linear-gradient(left,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -ms-linear-gradient(left,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -o-linear-gradient(left,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: linear-gradient(to right,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  bottom: 100%;
}

.c-divider--top:after {
  /*! autoprefixer: off */
  background: -webkit-radial-gradient(50% 100%,rgba(74,74,74,.15),transparent 40%);
  background: -moz-radial-gradient(50% 100%,rgba(74,74,74,.15),transparent 40%);
  background: -ms-radial-gradient(50% 100%,rgba(74,74,74,.15),transparent 40%);
  background: -o-radial-gradient(50% 100%,rgba(74,74,74,.15),transparent 40%);
  background: radial-gradient(at 50% 100%,rgba(74,74,74,.15),transparent 40%);
  top: -11px;
}

.c-divider--right {
  border-width: 0 1px 1px 0;
  margin-bottom: 0;
}

.c-divider--right:before {
  /*! autoprefixer: off */
  background: silver;
  background: -webkit-linear-gradient(top,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -moz-linear-gradient(top,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -ms-linear-gradient(top,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -o-linear-gradient(top,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: linear-gradient(to bottom,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  top: 0;
  width: 1px;
  height: 100%;
  right: 0;
}

.c-divider--right:after {
  /*! autoprefixer: off */
  background: -webkit-radial-gradient(0 50%,farthest-corner,rgba(74,74,74,.15),transparent 40%);
  background: -moz-radial-gradient(0 50%,farthest-corner,rgba(74,74,74,.15),transparent 40%);
  background: -ms-radial-gradient(0 50%,farthest-corner,rgba(74,74,74,.15),transparent 40%);
  background: -o-radial-gradient(0 50%,farthest-corner,rgba(74,74,74,.15),transparent 40%);
  background: radial-gradient(farthest-corner at 0 50%,rgba(74,74,74,.15),transparent 40%);
  top: 0;
  height: 100%;
  width: 10px;
  right: -10px;
}

.c-divider--left {
  border-width: 0 0 1px 1px;
  margin-bottom: 0;
}

.c-divider--left:before {
  /*! autoprefixer: off */
  background: silver;
  background: -webkit-linear-gradient(top,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -moz-linear-gradient(top,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -ms-linear-gradient(top,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -o-linear-gradient(top,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: linear-gradient(to bottom,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  top: 0;
  width: 1px;
  height: 100%;
  left: 0;
}

.c-divider--left:after {
  /*! autoprefixer: off */
  background: -webkit-radial-gradient(100% 50%,farthest-corner,rgba(74,74,74,.15),transparent 40%);
  background: -moz-radial-gradient(100% 50%,farthest-corner,rgba(74,74,74,.15),transparent 40%);
  background: -ms-radial-gradient(100% 50%,farthest-corner,rgba(74,74,74,.15),transparent 40%);
  background: -o-radial-gradient(100% 50%,farthest-corner,rgba(74,74,74,.15),transparent 40%);
  background: radial-gradient(farthest-corner at 100% 50%,rgba(74,74,74,.15),transparent 40%);
  top: 0;
  height: 100%;
  width: 10px;
  left: -10px;
}

.c-divider--large {
  margin-bottom: 39px;
}

.c-dropdown {
  display: inline-block;
  position: relative;
}

.c-dropdown__toggle {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
  display: block;
  position: relative;
  padding: 5px 45px 5px 10px;
  font-weight: 700;
  text-align: left;
  border: 1px solid silver;
  border-radius: .25em;
  color: #4a4a4a;
  background-color: #fff;
  outline: 0;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: border .5s ease,border-radius .5s ease,-webkit-box-shadow .5s ease;
  transition: border .5s ease,border-radius .5s ease,-webkit-box-shadow .5s ease;
  -o-transition: border .5s ease,border-radius .5s ease,box-shadow .5s ease;
  transition: border .5s ease,border-radius .5s ease,box-shadow .5s ease;
  transition: border .5s ease,border-radius .5s ease,box-shadow .5s ease,-webkit-box-shadow .5s ease;
}

.c-dropdown__toggle:focus {
  outline: none;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
  box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
}

.c-dropdown__toggle:after {
  /*! autoprefixer: off */
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAkCAYAAAA5DDySAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPVJREFUeNrk2s0NgzAMhmFno47EKGzQETpSR2CEjkCjyEg0aiAhP7Y/IuUSuLyPhDg4RLycc5PfH78fBLy48/3TyYcrb1iEv53RISxCqpM4dkVGSMSHTakHKAhH8RvAExXhLD58AvziCw0hJz7+E8AgFMcjIVyOR0CojreM0CzeIkLzeEsI3eItIHSP14wwLF4jwvB4TQhi8RoQxOMlEdTESyCoix+JoDZ+BIL6+J4IZuJ7IJiLb4lgNr4Fgvn4GgSY+CsIcPGFCDP0bCIDAXowU4OANZ8sRMCcUGciYN9ROEGAv6BxhHCP+B3CvLubsEjFfwUYAKjtGJxFvDJsAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  pointer-events: none;
  -ms-transform: translateZ(0) rotate(0);
  transform: translateZ(0) rotate(0);
  transition: transform .5s ease;
}

.c-dropdown__list {
  /*! autoprefixer: off */
  margin: 0;
  z-index: 50;
  list-style-type: none;
  border-radius: 0 0 .25em .25em;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
  opacity: 0;
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -ms-transform-origin: top;
  transform-origin: top;
  visibility: hidden;
  transition: all .5s ease;
}

.c-dropdown__list,
.c-dropdown__list:before {
  display: block;
  width: 100%;
  position: absolute;
  background-color: #fff;
}

.c-dropdown__list:before {
  content: "";
  height: 8px;
  top: -8px;
}

.c-dropdown__link {
  /*! autoprefixer: off */
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
  display: block;
  width: 100%;
  padding: 5px 10px;
  color: #4a4a4a;
  -ms-transform: scaleY(2.5);
  transform: scaleY(2.5);
  opacity: 0;
  transition: transform .5s ease,opacity .25s ease;
  border: 0;
  background-color: #fff;
  text-align: left;
}

.c-dropdown__item:last-child .c-dropdown__link {
  border-radius: 0 0 .25em .25em;
}

.c-dropdown__link:focus,
.c-dropdown__link:hover {
  background-color: #f4f4f4;
  outline: 0;
  text-decoration: underline;
}

.c-dropdown__link:active {
  outline: 0;
}

.c-dropdown.is-open .c-dropdown__list {
  /*! autoprefixer: off */
  opacity: 1;
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.c-dropdown.is-open .c-dropdown__link {
  /*! autoprefixer: off */
  opacity: 1;
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.c-dropdown.is-open .c-dropdown__toggle {
  border-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
  border-radius: .25em .25em 0 0;
}

.c-dropdown.is-open .c-dropdown__toggle:after {
  /*! autoprefixer: off */
  -ms-transform: translateZ(0) rotate(180deg);
  transform: translateZ(0) rotate(180deg);
}

.c-dropdown--full {
  display: block;
  width: 100%;
}

.c-dropdown--full .c-dropdown__toggle {
  width: 100%;
}

@media (max-width:26.24em) {
  .c-dropdown--full\@small-only {
    display: block;
    width: 100%;
  }

  .c-dropdown--full\@small-only .c-dropdown__toggle {
    width: 100%;
  }
}

.c-form-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-form-list__item {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width:46.25em) {
  .c-form-list__item {
    width: 16em;
  }
}

@media (min-width:46.25em) {
  .c-form-list__item--full {
    width: 100%;
  }
}

.c-form-pair {
  margin-bottom: 10px;
}

@media (min-width:46.25em) {
  .c-form-pair {
    display: table;
  }

  .c-form-pair .c-form-pair__input,
  .c-form-pair .c-form-pair__label {
    display: table-cell;
    vertical-align: top;
  }

  .c-form-pair .c-form-pair__label {
    margin-right: 10px;
  }
}

.c-form-label {
  margin-bottom: 5px;
}

.c-form-input,
.c-form-label {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
  display: inline-block;
}

.c-form-input {
  padding: 0 10px;
  margin-bottom: 10px;
  height: 2.111em;
  width: 100%;
  background-color: #fff;
  border: 1px solid silver;
  border-radius: .25em;
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.2);
  box-shadow: 0 0 0 0 rgba(0,0,0,.2);
  line-height: 2.111em;
  -webkit-transition: border-color .25s ease,-webkit-box-shadow .25s ease;
  transition: border-color .25s ease,-webkit-box-shadow .25s ease;
  -o-transition: box-shadow .25s ease,border-color .25s ease;
  transition: box-shadow .25s ease,border-color .25s ease;
  transition: box-shadow .25s ease,border-color .25s ease,-webkit-box-shadow .25s ease;
  outline: 0;
  -webkit-appearance: none;
}

.c-form-input:focus {
  border-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
  outline: none;
}

.c-form-input--long {
  height: 6em;
  padding: 10px;
  line-height: 1.44444;
}

.c-form-date {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #fff;
  border: 1px solid silver;
  border-radius: .25em;
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.2);
  box-shadow: 0 0 0 0 rgba(0,0,0,.2);
  -webkit-transition: border-color .25s ease,-webkit-box-shadow .25s ease;
  transition: border-color .25s ease,-webkit-box-shadow .25s ease;
  -o-transition: box-shadow .25s ease,border-color .25s ease;
  transition: box-shadow .25s ease,border-color .25s ease;
  transition: box-shadow .25s ease,border-color .25s ease,-webkit-box-shadow .25s ease;
  outline: 0;
}

.c-form-date::-webkit-datetime-edit-month-field {
  padding: 2px;
}

.c-form-date::-webkit-datetime-edit-day-field {
  padding-right: 2px;
}

.c-form-date::-webkit-datetime-edit-year-field {
  padding-left: 2px;
}

.c-form-date:focus {
  border-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}

.c-form-combo {
  display: table;
  width: 100%;
}

.c-form-combo__cell {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

.c-form-combo__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.c-form-combo__btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 2.111em;
  white-space: nowrap;
}

.c-form-combo__btn,
.c-form-combo__input {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
  padding-top: 5px;
  padding-bottom: 5px;
}

.c-form-select {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
  display: inline-block;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: .25em;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.c-form-select:before {
  display: none;
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 55px;
  background: #fff;
  background: -webkit-gradient(linear,right top,left top,color-stop(60%,#fff),to(hsla(0,0%,100%,0)));
  background: -webkit-linear-gradient(right,#fff 60%,hsla(0,0%,100%,0));
  background: -o-linear-gradient(right,#fff 60%,hsla(0,0%,100%,0));
  background: linear-gradient(to left,#fff 60%,hsla(0,0%,100%,0));
  border-radius: 0 .25em .25em 0;
}

.c-form-select:after {
  /*! autoprefixer: off */
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  margin-bottom: 5px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 15px;
  height: 15px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAkCAYAAAA5DDySAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPVJREFUeNrk2s0NgzAMhmFno47EKGzQETpSR2CEjkCjyEg0aiAhP7Y/IuUSuLyPhDg4RLycc5PfH78fBLy48/3TyYcrb1iEv53RISxCqpM4dkVGSMSHTakHKAhH8RvAExXhLD58AvziCw0hJz7+E8AgFMcjIVyOR0CojreM0CzeIkLzeEsI3eItIHSP14wwLF4jwvB4TQhi8RoQxOMlEdTESyCoix+JoDZ+BIL6+J4IZuJ7IJiLb4lgNr4Fgvn4GgSY+CsIcPGFCDP0bCIDAXowU4OANZ8sRMCcUGciYN9ROEGAv6BxhHCP+B3CvLubsEjFfwUYAKjtGJxFvDJsAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

.c-form-select__dropdown {
  position: relative;
  z-index: 10;
  padding: 5px 40px 5px 10px;
  width: 100%;
  border: 1px solid silver;
  border-radius: .25em;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.2);
  box-shadow: 0 0 0 0 rgba(0,0,0,.2);
  -webkit-transition: border-color .25s ease,-webkit-box-shadow .25s ease;
  transition: border-color .25s ease,-webkit-box-shadow .25s ease;
  -o-transition: box-shadow .25s ease,border-color .25s ease;
  transition: box-shadow .25s ease,border-color .25s ease;
  transition: box-shadow .25s ease,border-color .25s ease,-webkit-box-shadow .25s ease;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.c-form-select__dropdown::-ms-expand {
  display: none;
}

.c-form-select__dropdown:focus {
  border-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}

@supports (pointer-events:none) {
  .c-form-select:after,
  .c-form-select:before {
    display: block;
    z-index: 10;
    pointer-events: none;
  }

  .c-form-select__dropdown {
    z-index: 0;
  }
}

.c-form-checkbox {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  cursor: pointer;
}

.c-form-checkbox--inline {
  width: auto;
  margin-right: 40px;
}

.c-form-checkbox__input {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  height: 1px!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  white-space: nowrap!important;
}

.c-form-checkbox__caption {
  display: block;
  position: relative;
  margin-left: 2em;
}

.c-form-checkbox__caption:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: -2em;
  margin-right: 1em;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border: 1px solid silver;
  -webkit-transition: border-color .25s ease;
  -o-transition: border-color .25s ease;
  transition: border-color .25s ease;
}

.c-form-checkbox--radio .c-form-checkbox__caption:before {
  border-radius: 100%;
}

.c-form-checkbox__input:focus+.c-form-checkbox__caption:before {
  outline: none;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
  box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
}

.c-form-checkbox__input:checked+.c-form-checkbox__caption:before {
  background-color: #0072c9;
  border-color: #0072c9;
  -webkit-transition: border-color .25s ease,background-color .25s ease;
  -o-transition: border-color .25s ease,background-color .25s ease;
  transition: border-color .25s ease,background-color .25s ease;
}

.c-form-checkbox__input:checked+.c-form-checkbox__caption:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  margin-left: -2em;
  width: 1em;
  height: 1em;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAuCAYAAACYlx/0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQNJREFUeNrsmO0NgyAURRnBETpCR+kIbNQRHMERHKEjOEJHoGA0MaQJ+AWP++5L+GUCnmOExzVGWTnnej8GPzqjFH6tjyoJEfxao2b4uVTDwwtIwYfnhCc84QlPeMITnvCEJzzhCU941fAhHvLjpRX+sWRkoaxG+G80sVXzz2++vJMioeiGl1jIQsMvC05SJFQ56vykzz97QHEJVc/52hJENDm1JIjq8EpLENnelpIgure/W0ITF5u7JDR1q7taQpNX2qskNH2fPysBIsw4KgEqydkrATLGypUAneFlSsAOME9IwElvD0jAi653SIDO7VMScOEzJODDRxLGDfxb+jv/BBgAG1C+DbIBN9MAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  border: 2px solid transparent;
}

.c-form-checkbox--radio .c-form-checkbox__input:checked+.c-form-checkbox__caption:after {
  background-image: none;
}

.c-form-required {
  color: #ff2744;
}

.c-form-required.c-form-required {
  border-bottom: none;
  text-decoration: none;
}

.is-error {
  color: #ff2744;
}

.c-form-date.is-error,
.c-form-date:invalid,
.c-form-input.is-error,
.c-form-input:invalid,
.c-form-select__dropdown.is-error,
.c-form-select__dropdown:invalid,
.is-error .c-form-date,
.is-error .c-form-input,
.is-error .c-form-select__dropdown {
  border-color: #ff2744;
}

.c-form-date.is-error:focus,
.c-form-date:invalid:focus,
.c-form-input.is-error:focus,
.c-form-input:invalid:focus,
.c-form-select__dropdown.is-error:focus,
.c-form-select__dropdown:invalid:focus,
.is-error .c-form-date:focus,
.is-error .c-form-input:focus,
.is-error .c-form-select__dropdown:focus {
  border-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(255,39,68,.75);
  box-shadow: 0 0 8px 0 rgba(255,39,68,.75);
}

.c-form-checkbox__caption.is-error:before,
.c-form-checkbox__caption:invalid:before,
.is-error .c-form-checkbox__caption:before {
  border-color: #ff2744;
}

.c-keyline {
  border: none;
  border-bottom: 1px solid silver;
  margin-bottom: 19px;
}

.c-keyline--thick {
  border-bottom-width: 2px;
  margin-bottom: 18px;
}

.c-keyline--small {
  margin-bottom: 9px;
}

.c-keyline--small.c-keyline--thick {
  margin-bottom: 8px;
}

.c-link-faux {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font: inherit;
  color: #4a4a4a;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.c-link-faux:hover {
  text-decoration: underline;
}

.c-link-faux:focus {
  outline: 0;
}

.c-link-faux:focus:before {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  outline: none;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
  box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
  content: "";
  position: absolute;
  border-radius: .25em;
}

.c-link-faux--invert {
  color: #fff;
}

.c-link-faux--invert:focus:before {
  outline: none;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.75),0 1px 15px 3px hsla(0,0%,100%,.75);
  box-shadow: 0 1px 3px rgba(0,0,0,.75),0 1px 15px 3px hsla(0,0%,100%,.75);
}

.c-link-external:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAABACAMAAACnZz6fAAAAG1BMVEUAAAAAcskAcskAcskAcskAcskAcskAcskAcsk09XWDAAAACHRSTlMAMGBwgI+f7y/+m9wAAABGSURBVHgB7c3LDYBADAPRIXyc/iuGCmJuK6085ycNUFIxd/fXjKrbIrVHxw4oKCgIj/4b/3KkQkJC1hI8gdMTeDyBS5rJC7vhD7kuyMbFAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
  margin-bottom: 1px;
  margin-left: 10px;
  width: 1em;
  height: 1em;
}

.c-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background-color: #fff;
  z-index: 50;
}

.c-overlay__footer,
.c-overlay__header {
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  position: absolute;
  width: 100%;
  background-color: #fff;
}

.c-overlay__header {
  top: 0;
  height: 60px;
  padding: 0 10px;
  text-align: right;
}

@media (min-width:46.25em) {
  .c-overlay__header {
    height: 80px;
    padding: 0 20px;
  }
}

.c-overlay__footer {
  bottom: 0;
  padding: 10px;
  text-align: center;
}

.c-overlay__content {
  margin-top: 60px;
  height: 100%;
  overflow-y: scroll;
}

@media (min-width:46.25em) {
  .c-overlay__content {
    margin-top: 80px;
  }
}

.c-overlay__close-icon {
  margin-left: 10px;
  vertical-align: middle;
}

.c-overlay__close-label {
  vertical-align: middle;
  color: #4a4a4a;
}

@media (max-width:26.24em) {
  .c-overlay__close-label {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important;
  }
}

.c-overlay--close-left .c-overlay__header {
  text-align: left;
}

.c-overlay--close-left .c-overlay__close-icon {
  margin-left: 0;
  margin-right: 10px;
}

.c-panel {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  max-height: 0;
  overflow: hidden;
  width: 100vw;
  background: #fff;
  -webkit-box-shadow: inset 0 12px 12px -12px #9f9f9f,inset 0 -12px 12px -12px #9f9f9f;
  box-shadow: inset 0 12px 12px -12px #9f9f9f,inset 0 -12px 12px -12px #9f9f9f;
  -webkit-transition: .5s linear;
  -o-transition: .5s linear;
  transition: .5s linear;
  -webkit-transition-property: max-height,margin-bottom;
  -o-transition-property: max-height,margin-bottom;
  transition-property: max-height,margin-bottom;
}

.c-panel__content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.c-panel__toggle {
  font-size: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
  padding-right: 1.5em;
  color: inherit;
}

.c-panel__toggle:after {
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\2715";
  font-size: 1.5em;
}

.c-panel.is-open {
  max-height: none;
  margin-bottom: 20px;
}

.c-panel--dark {
  background-color: #222;
  -webkit-box-shadow: inset 0 12px 12px -12px #000,inset 0 -12px 12px -12px #000;
  box-shadow: inset 0 12px 12px -12px #000,inset 0 -12px 12px -12px #000;
  color: #fff;
}

.c-panel--dark .c-panel__toggle:focus:before {
  outline: none;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.75),0 1px 15px 3px hsla(0,0%,100%,.75);
  box-shadow: 0 1px 3px rgba(0,0,0,.75),0 1px 15px 3px hsla(0,0%,100%,.75);
}

.c-panel--constrain.is-open {
  max-height: 100vh;
}

.c-price-container {
  position: relative;
  display: inline-block;
}

.c-price__symbol {
  margin-left: 5px;
}

.c-price--strike {
  position: relative;
  text-decoration: none;
  color: #9f9f9f;
}

.c-price--strike:after {
  /*! autoprefixer: off */
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #9f9f9f;
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.c-price--strike+.c-price__symbol {
  color: #9f9f9f;
}

.c-roundel {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.c-roundel__icon {
  /*! autoprefixer: off */
  fill: #0072c9;
  height: 20px;
  left: 0;
  width: 20px;
  position: relative;
  vertical-align: middle;
}

@media (min-width:26.25em) {
  .c-roundel__icon {
    height: 25px;
    width: 25px;
  }
}

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

.c-roundel__input:checked+.c-roundel__option:after,
.c-roundel__input:checked+.c-roundel__option:before {
  opacity: 1;
}

.c-roundel__input:checked+.c-roundel__option {
  /*! autoprefixer: off */
  transform: scale(1);
}

.c-roundel__input:checked+.c-roundel__option .c-roundel__label {
  font-weight: 700;
}

.c-roundel__input:focus+.c-roundel__option {
  outline: none;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
  box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
}

.c-roundel__option {
  /*! autoprefixer: off */
  border: 1px solid silver;
  border-radius: 50%;
  display: table;
  height: 40px;
  width: 40px;
  transform: scale(.85);
  will-change: transform;
  transition: all .25s linear;
}

@media (min-width:26.25em) {
  .c-roundel__option {
    height: 49px;
    width: 49px;
  }
}

.c-roundel__option:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.c-roundel__option:after,
.c-roundel__option:before {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  left: -1px;
  top: -1px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear;
}

@media (min-width:26.25em) {
  .c-roundel__option:after,
  .c-roundel__option:before {
    height: 50px;
    width: 50px;
  }
}

.c-roundel__option:before {
  border: 3px solid #0072c9;
  z-index: 20;
}

.c-roundel__option:after {
  border: 6px solid #fff;
  z-index: 10;
}

.c-roundel__label {
  font-size: 12px;
  font-size: .66667rem;
  line-height: 1.5;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 4px solid transparent;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  height: 100%;
  width: 100%;
}

@media (min-width:26.25em) {
  .c-roundel__label {
    font-size: 14px;
    font-size: .77778rem;
  }
}

.c-roundel--color .c-roundel__label {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-roundel-group .c-roundel {
  margin-right: 5px;
}

.c-shine {
  overflow: hidden;
  pointer-events: none;
  display: block;
  height: 45px;
  width: 100%;
  z-index: 100;
}

.c-shine__rail {
  /*! autoprefixer: off */
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: .5s ease-out;
  will-change: transform;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.c-shine--rev .c-shine__rail {
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.c-shine__rail:after,
.c-shine__rail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}

.c-shine__rail:before {
  background-image: -webkit-radial-gradient(hsla(0,0%,100%,.8) 15%,hsla(0,0%,100%,.15) 38%,hsla(0,0%,100%,0) 50%);
  background-image: -o-radial-gradient(hsla(0,0%,100%,.8) 15%,hsla(0,0%,100%,.15) 38%,hsla(0,0%,100%,0) 50%);
  background-image: radial-gradient(hsla(0,0%,100%,.8) 15%,hsla(0,0%,100%,.15) 38%,hsla(0,0%,100%,0) 50%);
  background-size: 300px 16px;
}

.c-shine__rail:after {
  background-image: -webkit-radial-gradient(hsla(0,0%,100%,.8) 15%,hsla(0,0%,100%,.25) 35%,hsla(0,0%,100%,.15) 40%,hsla(0,0%,100%,0) 50%);
  background-image: -o-radial-gradient(hsla(0,0%,100%,.8) 15%,hsla(0,0%,100%,.25) 35%,hsla(0,0%,100%,.15) 40%,hsla(0,0%,100%,0) 50%);
  background-image: radial-gradient(hsla(0,0%,100%,.8) 15%,hsla(0,0%,100%,.25) 35%,hsla(0,0%,100%,.15) 40%,hsla(0,0%,100%,0) 50%);
  background-size: 60px 28px;
}

.c-shine-context {
  /*! autoprefixer: off */
}

.c-shine-context .c-shine__rail {
  opacity: 0;
}

.c-shine-context:hover .c-shine__rail {
  opacity: 1;
  -ms-transform: translateX(25%);
  -webkit-transform: translateX(25%);
  transform: translateX(25%);
}

.c-shine-context:hover .c-shine--rev .c-shine__rail {
  -ms-transform: translateX(-25%);
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
}

.c-switch {
  display: inline-block;
}

.c-switch__input,
.c-switch__label {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  height: 1px!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  white-space: nowrap!important;
}

.c-switch__button {
  height: 22px;
  width: 44px;
  position: relative;
  border-radius: 1em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #9f9f9f;
  background-color: currentColor;
  border: 3px solid currentColor;
  cursor: pointer;
  -webkit-transition: all .25s cubic-bezier(.2,.9,.3,1);
  -o-transition: all .25s cubic-bezier(.2,.9,.3,1);
  transition: all .25s cubic-bezier(.2,.9,.3,1);
}

.c-switch__button:hover {
  color: silver;
}

@media (pointer:coarse) {
  .c-switch__button:hover {
    color: #9f9f9f;
  }
}

.c-switch__button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all .25s cubic-bezier(.2,.9,.3,1);
  -o-transition: all .25s cubic-bezier(.2,.9,.3,1);
  transition: all .25s cubic-bezier(.2,.9,.3,1);
}

.c-switch__input:checked+.c-switch__button {
  color: #0072c9;
}

.c-switch__input:checked+.c-switch__button:hover {
  color: #73add8;
}

@media (pointer:coarse) {
  .c-switch__input:checked+.c-switch__button:hover {
    color: #0072c9;
  }
}

.c-switch__input:checked+.c-switch__button:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.c-switch__input:focus+.c-switch__button {
  outline: none;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
  box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
}

.c-tabs {
  display: block;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  color: #4a4a4a;
}

.c-tabs__header {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
}

@media (min-width:46.25em) {
  .c-tabs__header {
    padding: 0 20px;
    min-width: 70%;
    max-width: 1200px;
    width: auto;
  }
}

.c-tabs__divider {
  display: block;
  position: relative;
  height: 1px;
  width: 100%;
  margin: 0;
}

.c-tabs__divider:after,
.c-tabs__divider:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
}

.c-tabs__divider:before {
  background: silver;
  background: -webkit-linear-gradient(left,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -o-linear-gradient(left,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,75%,0)),color-stop(silver),to(hsla(0,0%,75%,0)));
  background: linear-gradient(to right,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  height: 1px;
  z-index: 10;
}

.c-tabs__divider:after {
  height: 15px;
  width: 130%;
  margin-left: -15%;
}

.c-tabs__divider--top:before {
  bottom: 0;
}

.c-tabs__divider--top:after {
  background: -webkit-radial-gradient(50% 100%,rgba(74,74,74,.15),transparent 40%);
  background: -o-radial-gradient(50% 100%,rgba(74,74,74,.15),transparent 40%);
  background: -webkit-radial-gradient(at 50% 100%,rgba(74,74,74,.15),transparent 40%);
  background: -o-radial-gradient(at 50% 100%,rgba(74,74,74,.15),transparent 40%);
  background: radial-gradient(at 50% 100%,rgba(74,74,74,.15),transparent 40%);
  bottom: 0;
}

.c-tabs__divider--bottom {
  margin-top: -1px;
}

.c-tabs__divider--bottom:before {
  top: 0;
}

.c-tabs__divider--bottom:after {
  background: -webkit-radial-gradient(50% 0,rgba(74,74,74,.15),transparent 40%);
  background: -o-radial-gradient(50% 0,rgba(74,74,74,.15),transparent 40%);
  background: -webkit-radial-gradient(at 50% 0,rgba(74,74,74,.15),transparent 40%);
  background: -o-radial-gradient(at 50% 0,rgba(74,74,74,.15),transparent 40%);
  background: radial-gradient(at 50% 0,rgba(74,74,74,.15),transparent 40%);
  top: 0;
}

.c-tabs__nav {
  height: 100%;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

@media (min-width:46.25em) {
  .c-tabs__nav {
    padding: 0 20px;
  }
}

.c-tabs__list {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 0 -20px;
  padding-bottom: 20px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.c-tabs__item {
  margin-right: 20px;
  padding: 5px 0 6px;
}

.c-tabs__item:first-child {
  margin-left: 20px;
}

.c-tabs__link {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  color: inherit;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.c-tabs__link:after {
  content: "";
  position: absolute;
  display: block;
  left: -5px;
  right: -5px;
  bottom: -6px;
  height: 2px;
  z-index: 20;
  background-color: #4a4a4a;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  -o-transition: transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease,-webkit-transform .25s ease;
}

.c-tabs__link.is-active,
.c-tabs__link:focus,
.c-tabs__link:hover {
  text-decoration: none;
  outline: none;
}

.c-tabs__link.is-active:after,
.c-tabs__link:focus:after,
.c-tabs__link:hover:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.c-tabs__content {
  display: block;
  position: relative;
  text-align: left;
  overflow: hidden;
}

.c-tabs__article {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.c-tabs__body {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s ease,visibility 0s;
  -o-transition: opacity .25s ease,visibility 0s;
  transition: opacity .25s ease,visibility 0s;
  -webkit-transition-delay: 0s,.25s;
  -o-transition-delay: 0s,.25s;
  transition-delay: 0s,.25s;
}

.c-tabs__link.is-active {
  font-weight: 700;
}

.c-tabs__article.is-active {
  position: relative;
  z-index: 10;
}

.c-tabs__article.is-active .c-tabs__body {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
}

.c-tabs--dark {
  color: #fff;
}

.c-tabs--dark .c-tabs__divider:before {
  background: #fff;
  background: -webkit-linear-gradient(left,hsla(0,0%,100%,0),#fff,hsla(0,0%,100%,0));
  background: -o-linear-gradient(left,hsla(0,0%,100%,0),#fff,hsla(0,0%,100%,0));
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(#fff),to(hsla(0,0%,100%,0)));
  background: linear-gradient(to right,hsla(0,0%,100%,0),#fff,hsla(0,0%,100%,0));
}

.c-tabs--dark .c-tabs__divider:after {
  opacity: .25;
}

.c-tabs--dark .c-tabs__divider--top:after {
  background: -webkit-radial-gradient(50% 100%,#fff,transparent 40%);
  background: -o-radial-gradient(50% 100%,#fff,transparent 40%);
  background: -webkit-radial-gradient(at 50% 100%,#fff,transparent 40%);
  background: -o-radial-gradient(at 50% 100%,#fff,transparent 40%);
  background: radial-gradient(at 50% 100%,#fff,transparent 40%);
}

.c-tabs--dark .c-tabs__divider--bottom:after {
  background: -webkit-radial-gradient(50% 0,#fff,transparent 40%);
  background: -o-radial-gradient(50% 0,#fff,transparent 40%);
  background: -webkit-radial-gradient(at 50% 0,#fff,transparent 40%);
  background: -o-radial-gradient(at 50% 0,#fff,transparent 40%);
  background: radial-gradient(at 50% 0,#fff,transparent 40%);
}

.c-tabs--dark .c-tabs__link:after {
  background-color: #fff;
}

@media (min-width:46.25em) {
  .c-tabs--full .c-tabs__header {
    display: block;
  }
}

@media (min-width:46.25em) {
  .c-tabs--full .c-tabs__nav {
    padding: 0;
  }
}

.c-tooltip {
  display: inline-block;
}

@media (min-width:46.25em) {
  .c-tooltip {
    position: relative;
  }
}

.c-tooltip__content {
  display: none;
}

.c-tooltip--hover:hover .c-tooltip__trigger,
.c-tooltip.is-active .c-tooltip__trigger {
  position: relative;
  z-index: 83;
}

.c-tooltip--hover:hover .c-tooltip__trigger:after,
.c-tooltip.is-active .c-tooltip__trigger:after {
  /*! autoprefixer: off */
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  box-shadow: -2px -2px 14px -10px #000;
  border-color: #eaeaea;
  border-style: solid;
  border-width: 1px 0 0 1px;
}

.c-tooltip--hover:hover .c-tooltip__content,
.c-tooltip.is-active .c-tooltip__content {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
  display: block;
  position: absolute;
  z-index: 82;
  left: 20px;
  right: 20px;
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
  border-radius: .25em;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
}

@media (min-width:46.25em) {
  .c-tooltip--hover:hover .c-tooltip__content,
  .c-tooltip.is-active .c-tooltip__content {
    top: 100%;
    left: 0;
    right: auto;
    width: 20em;
  }
}

.c-tooltip--hover:hover .c-tooltip__content :last-child,
.c-tooltip.is-active .c-tooltip__content :last-child {
  margin-bottom: 0;
}

.c-tooltip.is-active:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 81;
  height: 100%;
  width: 100%;
  background-color: hsla(0,0%,100%,.85);
}

.c-tooltip--hover:hover .c-tooltip__trigger:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 10px;
  background-color: transparent;
}

@media (min-width:46.25em) {
  .c-tooltip--right.c-tooltip--right .c-tooltip:after,
  .c-tooltip--right.c-tooltip--right .c-tooltip__content {
    left: auto;
    right: 0;
  }
}

.c-costing {
  font-size: 14px;
  font-size: .77778rem;
}

@media (min-width:46.25em) {
  .c-costing {
    font-size: 16px;
    font-size: .88889rem;
  }
}

.c-costing__price {
  font-size: 36px;
  font-size: 2rem;
  position: relative;
  line-height: 1;
}

@media (min-width:46.25em) {
  .c-costing__price {
    font-size: 48px;
    font-size: 2.66667rem;
  }
}

.c-costing__price .c-price__fractional {
  font-size: 14px;
  font-size: .77778rem;
  position: absolute;
  top: .55em;
  left: 100%;
  margin-left: 5px;
}

@media (min-width:46.25em) {
  .c-costing__price .c-price__fractional {
    font-size: 16px;
    font-size: .88889rem;
  }
}

.c-costing__prefix {
  line-height: 1;
}

.c-costing__suffix {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 5px;
}

.c-costing__strike {
  margin-left: 5px;
  line-height: 1;
}

.c-costing--offer .c-costing__price,
.c-costing--offer .c-price__symbol {
  color: #f15a22;
}

.c-costing--offer .c-costing__strike {
  margin-left: 0;
  display: table;
}

.c-costing--offer .c-costing__offer-amount {
  display: block;
}

.c-costing--small .c-costing__price {
  font-size: 22px;
  font-size: 1.22222rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width:46.25em) {
  .c-costing--small .c-costing__price {
    font-size: 28px;
    font-size: 1.55556rem;
  }
}

.c-costing--small .c-price__fractional {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
}

.c-costing__price--footnote+.c-price__symbol {
  top: -.25em;
  font-weight: 400;
  position: absolute;
  left: 100%;
}

.c-costing__price--fraction.c-costing__price--footnote+.c-price__symbol {
  left: calc(100% + 2ch);
}

.c-costing__price--small.c-costing__price--footnote+.c-price__symbol {
  left: 100%;
}

@media (min-width:61.25em) {
  .c-costing__price--small.c-costing__price--footnote+.c-price__symbol {
    top: 0;
  }
}

.c-hero {
  position: relative;
  height: 60vh;
  min-height: 20em;
  color: #fff;
  background-position: 50%;
  background-size: cover;
}

.c-hero:after,
.c-hero:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  height: 5px;
  width: 100%;
  background: hsla(0,0%,100%,.3);
}

.c-hero:before {
  top: 0;
}

.c-hero:after {
  bottom: 0;
}

.c-hero__caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  text-shadow: 0 0 25px rgba(0,0,0,.25),1px 1px 1px rgba(0,0,0,.5);
}

.c-hero__link {
  color: inherit;
}

.c-hero__shine {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10;
}

.c-hero__shine--top {
  top: -20px;
}

.c-hero__shine--bottom {
  bottom: -20px;
}

.c-hero__video {
  width: 100%;
  height: 100%;
  display: block;
}

.c-hero--borderless-bottom:after,
.c-hero--borderless-top:before {
  background: transparent;
}

.c-hero--cover {
  height: 100vh;
}

.c-hero--fit-content {
  height: auto;
  min-height: 0;
}

.c-hero--overlap {
  margin-bottom: -10vh;
}

.c-hero--overlap .c-hero__caption {
  bottom: 10vh;
}

.c-tile {
  position: relative;
  background-color: hsla(0,0%,100%,.3);
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  padding: 5px;
  margin-bottom: 20px;
  will-change: transform;
  z-index: 10;
  height: auto;
}

.c-tile__content {
  position: relative;
  overflow: hidden;
}

.c-tile__content>:last-child {
  margin-bottom: 0;
}

.c-tile__body:after,
.c-tile__body:before,
.c-tile__caption:after,
.c-tile__caption:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
  will-change: transform;
}

.c-tile__body:before,
.c-tile__caption:before {
  z-index: -2;
}

.c-tile__body:after,
.c-tile__caption:after {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: -1;
}

.c-tile__body {
  height: 100%;
  padding: 10px;
  position: relative;
  width: 100%;
}

.c-tile__body:before {
  background-color: #fff;
}

.c-tile__body:after {
  /*! autoprefixer: off */
  background-color: #e6e6ea;
  background-image: -webkit-linear-gradient(top,#fff 50%,#e6e6ea 100%);
  background-image: -moz-linear-gradient(top,#fff 50%,#e6e6ea 100%);
  background-image: -o-linear-gradient(top,#fff 50%,#e6e6ea 100%);
  background-image: linear-gradient(to bottom,#fff 50%,#e6e6ea 100%);
}

.c-tile__body>:last-child {
  margin-bottom: 0;
}

.c-tile__caption {
  position: relative;
  height: 45%;
  z-index: 20;
  text-align: left;
}

.c-tile__caption:before {
  /*! autoprefixer: off */
  background-color: #fff;
  background-image: -webkit-linear-gradient(top,#f2f2f5 0,#fff 100%);
  background-image: -moz-linear-gradient(top,#f2f2f5 0,#fff 100%);
  background-image: -o-linear-gradient(top,#f2f2f5 0,#fff 100%);
  background-image: linear-gradient(to bottom,#f2f2f5 0,#fff 100%);
}

.c-tile__caption:after {
  /*! autoprefixer: off */
  background-color: #fff;
  background-image: -webkit-linear-gradient(top,#cdccd4 0,#fff 100%);
  background-image: -moz-linear-gradient(top,#cdccd4 0,#fff 100%);
  background-image: -o-linear-gradient(top,#cdccd4 0,#fff 100%);
  background-image: linear-gradient(to bottom,#cdccd4 0,#fff 100%);
}

.c-tile__overlay {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 1em;
  right: 1em;
  height: 20%;
  z-index: 20;
}

.c-tile__overlay--large {
  height: 25%;
}

.c-tile__title {
  position: relative;
  font-size: 28px;
  line-height: 1.3;
}

@media (min-width:46.25em) and (max-width:61.24em) {
  .c-tile__title {
    font-size: 2.8vw;
  }
}

.c-tile__media {
  overflow: hidden;
  display: block;
  height: 55.5%;
}

.c-tile__poster {
  height: auto;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease,-webkit-transform 1s ease;
  will-change: transform;
}

.c-tile__link {
  display: block;
  width: 100%;
  color: inherit;
  background-color: transparent;
  border: 0;
  outline: none;
  -webkit-transition: color .5s ease,-webkit-box-shadow .25s ease;
  transition: color .5s ease,-webkit-box-shadow .25s ease;
  -o-transition: color .5s ease,box-shadow .25s ease;
  transition: color .5s ease,box-shadow .25s ease;
  transition: color .5s ease,box-shadow .25s ease,-webkit-box-shadow .25s ease;
  position: relative;
  height: 100%;
  cursor: pointer;
}

.c-tile__link:before {
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 15px 20px -8px rgba(0,0,0,.2);
  box-shadow: 0 15px 20px -8px rgba(0,0,0,.2);
  opacity: 0;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  will-change: transform;
}

.c-tile__link:hover .c-tile__body:after,
.c-tile__link:hover .c-tile__caption:after,
.c-tile__link:hover:before {
  opacity: 1;
}

.c-tile__link:hover .c-tile__poster {
  /*! autoprefixer: off */
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.c-tile__link:focus,
.c-tile__link:hover {
  text-decoration: none;
}

.c-tile__link:focus .c-tile__title,
.c-tile__link:hover .c-tile__title {
  text-decoration: underline;
}

.c-tile__shine {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 30;
}

.c-tile__shine--top {
  top: -25px;
}

.c-tile__shine--bottom {
  bottom: -25px;
}

.c-tile.has-focus {
  outline: none;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
  box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
}

.c-tile.is-selected {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.c-tile.is-selected:after,
.c-tile.is-selected:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: translateZ(0) rotate(45deg);
}

.c-tile.is-selected:before {
  -webkit-box-shadow: 5px 5px 8px #fff;
  box-shadow: 5px 5px 8px #fff;
}

.c-tile.is-selected:after {
  background-color: #fff;
  -webkit-box-shadow: inset 11px 11px 11px -11px #9f9f9f;
  box-shadow: inset 11px 11px 11px -11px #9f9f9f;
}

.c-tile--dark.is-selected {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.c-tile--dark.is-selected:after,
.c-tile--dark.is-selected:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: translateZ(0) rotate(45deg);
}

.c-tile--dark.is-selected:before {
  -webkit-box-shadow: 5px 5px 8px #222;
  box-shadow: 5px 5px 8px #222;
}

.c-tile--dark.is-selected:after {
  background-color: #222;
  -webkit-box-shadow: inset 11px 11px 11px -11px #000;
  box-shadow: inset 11px 11px 11px -11px #000;
}

.c-tile--square {
  height: 0;
  padding-top: 100%;
  padding-bottom: 0;
}

.c-tile--square .c-tile__content {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  position: absolute;
}

.c-tile--square .c-tile__link,
.c-tile--square .c-tile__link:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.c-tile--square .c-tile__shine--top {
  top: -20px;
}

.c-tile--square .c-tile__shine--bottom {
  bottom: -20px;
}

.c-tile--full .c-tile__body {
  position: absolute;
  height: 100%;
  top: 0;
}

.c-tile--full .c-tile__body:after {
  /*! autoprefixer: off */
  background-color: #e6e6ea;
  background-image: -webkit-linear-gradient(top,#fff 50%,#e6e6ea 100%);
  background-image: -moz-linear-gradient(top,#fff 50%,#e6e6ea 100%);
  background-image: -o-linear-gradient(top,#fff 50%,#e6e6ea 100%);
  background-image: linear-gradient(to bottom,#fff 50%,#e6e6ea 100%);
}

.c-tile--full .c-tile__media {
  height: auto;
  z-index: 20;
  position: relative;
}

.c-tile--full .c-tile__poster {
  display: block;
  margin: 0 auto;
}

@media (max-width:46.24em) {
  .c-tile--collapsible {
    height: auto;
    padding: 5px;
  }

  .c-tile--collapsible .c-tile__link {
    position: relative;
  }

  .c-tile--collapsible .c-tile__link:before {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
  }

  .c-tile--collapsible .c-tile__content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: relative;
    display: block;
    width: 100%;
  }

  .c-tile--collapsible .c-tile__caption,
  .c-tile--collapsible .c-tile__media {
    display: inline-block;
    vertical-align: top;
  }

  .c-tile--collapsible .c-tile__caption {
    position: absolute;
    width: 65%;
    height: 100%;
    overflow: hidden;
  }

  .c-tile--collapsible .c-tile__media {
    position: relative;
    width: 35%;
  }

  .c-tile--collapsible .c-tile__title {
    /*! autoprefixer: off */
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 28px;
    line-height: 1.3;
  }
}

.c-tile--sky-1 .c-tile__link:hover {
  color: #fff;
}

.c-tile--sky-1 .c-tile__body:after {
  /*! autoprefixer: off */
  background-color: #1ea0f5;
  background-image: -webkit-linear-gradient(top,#0082dc 0,#1ea0f5 100%);
  background-image: -moz-linear-gradient(top,#0082dc 0,#1ea0f5 100%);
  background-image: -o-linear-gradient(top,#0082dc 0,#1ea0f5 100%);
  background-image: linear-gradient(to bottom,#0082dc 0,#1ea0f5 100%);
}

.c-tile--sky-account .c-tile__link:hover {
  color: #fff;
}

.c-tile--sky-account .c-tile__body:after {
  /*! autoprefixer: off */
  background-color: #197bc9;
  background-image: -webkit-linear-gradient(top,#135fa0 0,#197bc9 100%);
  background-image: -moz-linear-gradient(top,#135fa0 0,#197bc9 100%);
  background-image: -o-linear-gradient(top,#135fa0 0,#197bc9 100%);
  background-image: linear-gradient(to bottom,#135fa0 0,#197bc9 100%);
}

.c-tile--sky-atlantic .c-tile__link:hover {
  color: #fff;
}

.c-tile--sky-atlantic .c-tile__body:after {
  /*! autoprefixer: off */
  background-color: #005aaf;
  background-image: -webkit-linear-gradient(top,#003c7d 0,#005aaf 100%);
  background-image: -moz-linear-gradient(top,#003c7d 0,#005aaf 100%);
  background-image: -o-linear-gradient(top,#003c7d 0,#005aaf 100%);
  background-image: linear-gradient(to bottom,#003c7d 0,#005aaf 100%);
}

.c-tile--sky-arts .c-tile__link:hover {
  color: #fff;
}

.c-tile--sky-arts .c-tile__body:after {
  /*! autoprefixer: off */
  background-color: #fa5569;
  background-image: -webkit-linear-gradient(top,#fa0050 0,#fa5569 100%);
  background-image: -moz-linear-gradient(top,#fa0050 0,#fa5569 100%);
  background-image: -o-linear-gradient(top,#fa0050 0,#fa5569 100%);
  background-image: linear-gradient(to bottom,#fa0050 0,#fa5569 100%);
}

.c-tile--sky-box-sets .c-tile__link:hover {
  color: #fff;
}

.c-tile--sky-box-sets .c-tile__body:after {
  /*! autoprefixer: off */
  background-color: #7f0c2d;
  background-image: -webkit-linear-gradient(top,#5b1139 0,#7f0c2d 100%);
  background-image: -moz-linear-gradient(top,#5b1139 0,#7f0c2d 100%);
  background-image: -o-linear-gradient(top,#5b1139 0,#7f0c2d 100%);
  background-image: linear-gradient(to bottom,#5b1139 0,#7f0c2d 100%);
}

.c-tile--channel-sky-cinema-channel-promo .c-tile__link:hover,
.c-tile--sky-cinema .c-tile__link:hover {
  color: #fff;
}

.c-tile--channel-sky-cinema-channel-promo .c-tile__body:after,
.c-tile--sky-cinema .c-tile__body:after {
  /*! autoprefixer: off */
  background-color: #cb0033;
  background-image: -webkit-linear-gradient(top,#903 0,#cb0033 100%);
  background-image: -moz-linear-gradient(top,#903 0,#cb0033 100%);
  background-image: -o-linear-gradient(top,#903 0,#cb0033 100%);
  background-image: linear-gradient(to bottom,#903 0,#cb0033 100%);
}

.c-tile--sky-kids .c-tile__link:hover {
  color: #fff;
}

.c-tile--sky-kids .c-tile__body:after {
  /*! autoprefixer: off */
  background-color: #652d9f;
  background-image: -webkit-linear-gradient(top,#4b007e 0,#652d9f 100%);
  background-image: -moz-linear-gradient(top,#4b007e 0,#652d9f 100%);
  background-image: -o-linear-gradient(top,#4b007e 0,#652d9f 100%);
  background-image: linear-gradient(to bottom,#4b007e 0,#652d9f 100%);
}

.c-tile--sky-living .c-tile__link:hover {
  color: #fff;
}

.c-tile--sky-living .c-tile__body:after {
  /*! autoprefixer: off */
  background-color: #69a0b4;
  background-image: -webkit-linear-gradient(top,#69879b 0,#69a0b4 100%);
  background-image: -moz-linear-gradient(top,#69879b 0,#69a0b4 100%);
  background-image: -o-linear-gradient(top,#69879b 0,#69a0b4 100%);
  background-image: linear-gradient(to bottom,#69879b 0,#69a0b4 100%);
}

.c-tile--channel-sky-news-channel-promo .c-tile__link:hover,
.c-tile--sky-news .c-tile__link:hover {
  color: #fff;
}

.c-tile--channel-sky-news-channel-promo .c-tile__body:after,
.c-tile--sky-news .c-tile__body:after {
  /*! autoprefixer: off */
  background-color: #153073;
  background-image: -webkit-linear-gradient(top,#061b55 0,#153073 100%);
  background-image: -moz-linear-gradient(top,#061b55 0,#153073 100%);
  background-image: -o-linear-gradient(top,#061b55 0,#153073 100%);
  background-image: linear-gradient(to bottom,#061b55 0,#153073 100%);
}

.c-tile--channel-sky-sports-channel-promo .c-tile__link:hover,
.c-tile--sky-sports .c-tile__link:hover {
  color: #fff;
}

.c-tile--channel-sky-sports-channel-promo .c-tile__body:after,
.c-tile--sky-sports .c-tile__body:after {
  /*! autoprefixer: off */
  background-color: #132774;
  background-image: -webkit-linear-gradient(top,#041456 0,#132774 100%);
  background-image: -moz-linear-gradient(top,#041456 0,#132774 100%);
  background-image: -o-linear-gradient(top,#041456 0,#132774 100%);
  background-image: linear-gradient(to bottom,#041456 0,#132774 100%);
}

.c-tile--sky-store .c-tile__link:hover {
  color: #fff;
}

.c-tile--sky-store .c-tile__body:after {
  /*! autoprefixer: off */
  background-color: #0e429e;
  background-image: -webkit-linear-gradient(top,#036 0,#0e429e 100%);
  background-image: -moz-linear-gradient(top,#036 0,#0e429e 100%);
  background-image: -o-linear-gradient(top,#036 0,#0e429e 100%);
  background-image: linear-gradient(to bottom,#036 0,#0e429e 100%);
}

.c-select {
  display: inline-block;
  position: relative;
  padding-left: 1px;
}

.c-select__btn {
  display: block;
  position: relative;
  border: 1px solid #0072c9;
  overflow: hidden;
}

.c-select__btn:after {
  /*! autoprefixer: off */
  content: "";
  position: absolute;
  width: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #73add8;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAMAAADQmBKKAAAAM1BMVEX////w8PDx8fHy8vLz8/P09PT19fX29vb39/f4+Pj5+fn6+vr7+/v8/Pz9/f3+/v7////C7fNeAAAAAXRSTlMAQObYZgAAAVBJREFUeNrt2MtOA0EMRNFAeDPTU///tUhZxJGQuKxcJtTdd+vI8sqnlFJKKaWU0l20pDXMAyKDR9qHeaQ1zCMdEzy7bpvm0TSPpnk0zaNpHk3zaJpH8fzoOeKJ5448K5544vk3nj2eeOKJJ55LWzzxxBNPPH/bsySDBx5P80jTPNKY/bk2wqPbpniqZg+D1OxhkJo9DFKzh0Fq9jBIBg+IHJ7qAFGXp1og6vCwyOCBvwweElnvCRuIOubDIoMHRA5P9Qmijv1hkcNTfYCow8Miw/6AyHvPfAdRh4dFDk/1RiL2GETgMYjAYxFtPZ5LryCC+TSJHJ7qBUTgaRI59qd61vfAYxCBxyCC/TGIYD4GkQye6sngAZHBgyL2GER+T3U2eEAEHoMIPH5ReVw9kscvKo9fVB6vCDxeUXn8ovL4ezB5+LZwSimllFJKKaVf9gXIMq5peLHXMwAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border: 5px solid transparent;
  transition: transform .25s ease,background-color .25s ease;
  -ms-transform: translate(41px);
  -webkit-transform: translate(41px);
  transform: translate(41px);
}

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

.c-select__input:focus+.c-select__btn {
  outline: none;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
  box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
}

.c-select__input:hover+.c-select__btn {
  border-color: #73add8;
}

.c-select__input:checked+.c-select__btn {
  border-color: #0072c9;
}

.c-select__input:checked+.c-select__btn:after {
  background-color: #0072c9;
}

.c-select__btn:active,
.c-select__btn:hover,
.c-select__input:active+.c-select__btn,
.c-select__input:checked+.c-select__btn {
  padding-left: 20px;
  padding-right: 60px;
}

.c-select__btn:active:after,
.c-select__btn:hover:after,
.c-select__input:active+.c-select__btn:after,
.c-select__input:checked+.c-select__btn:after {
  /*! autoprefixer: off */
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
}

.c-select__input.is-selected+.c-select__btn:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAYAAADnRuK4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDQ0NEY0NzAyNUNCMTFFNkFFNDBGQkYwODMwQkUyRkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDQ0NEY0NzEyNUNCMTFFNkFFNDBGQkYwODMwQkUyRkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNDQ0RjQ2RTI1Q0IxMUU2QUU0MEZCRjA4MzBCRTJGRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNDQ0RjQ2RjI1Q0IxMUU2QUU0MEZCRjA4MzBCRTJGRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po+bp+sAAAVYSURBVHja7N3Pi1VlHMfxM49Cq4IskKhN0cKFDogLiSIIwkSjTTsTEfO67L/wHxAEx34MEbRuUwSBKLjRIBAHFBM3JQj+CKWFLcbp+zDPhdG86bnnec7zfb7f9wc+C+d6z8ycec33OXfuvecsrK2tdYTMm8AuIAAiACIAIgAiBEAEQARABECEAIgAiPgB9KL0B+lRdq2PbM64ra3SH6W7pJ+kj33FLlaVbdI3pJektzVNoDel5xOemAXpaSaRmnwgXZFekf4i/UN6Mq0Yg7KQ4eUci9Kfpa895ba48WNMoqqJv8SnpJuectsN6X7p1VoTaLf03Aw8TKL6maT9v2nG7W+lleOdGhNoR8Lz8nP8XyZRHTxL6Zf4Wbkv3SO9OBaguHb+Jn27x31ANF6OpWVrocd97qZjpctjLGHHe+JhOdONJ+YV6U/pUVrRCRQ/0U3pC3N+g0wifXg2Jk6g96QPSk2gxQF4mES68UyPbZdLLmG3MnyzINKJJ+ZRt/4H4WKArvQ90AJRU3jio7dvSh9EfyFdBZFvPEMAnU1f/BqI/OIZAqhLn+woiPziGQoIRM7x5AAEIsd4cgECkVM8OQGByCGe3IBA5AxPCUAgcoSnFCAQOcFTElApRBPw6MFTGlAJREsOEDWDZwxAIDKMZyxAIDKKZ0xAIDKIZ2xAIDKGpwYgEBnCUwsQiIzgqQnIOyITeGoD8orIDB4NgLwhMoVHCyAviMzh0QTIOiKTeLQBsorILB6NgKwhMo1HKyAriMzj0QyodUQu8GgH1CoiN3haANQaIld4WgHUCiJ3eFoCpB2RSzytAdKKyC2eFgFpQ+QaT6uAtCByj6dlQLURgccAoFqIwGMI0NiIwGMQ0FiIwGMYUGlE4Jm1ozJcL0xbjnTrl1HI8cOOO+d76QHw+AGUG1GumMNjbQkrtZyBxyEgTYjM4rEOSAMi03g8AKqJyDweL4BqIHKBxxOgMRG5weMN0BTRpCAiV3g8Aor5utAkcocnxuofEp8n30kPZt7eIW87MTjFE5/b+izzNg92Ds+oH5ziyfXE6GPTvHN4Rn1vgCaF8LhFFJzhWerKP8HqClEAD4gA9OxjnjHxuEIUHOA51dV7XZB5RAE8IAKQXjzmEQXw/G/i0xPfdlx50Q2gEu+eONxx+c6Z2QyemXjiD3k5/Xv6BGmOF+pPEU23xwQyOnmWn/g4FxI2CmjMN/2ByBigGu8YBZERQDXfbgyixgFpeK86iBoFpOlEB+4RBfAMfg2za0QBPFniFlEAT7a4RBTAAyLLgFo8M5grRAE8ILIIyMI5CV0gCuABkSVAFs+GahpRAA+ILADycB5mk4gCeEDUMiCPZ4A3hSiAB0QtAuLaE0YQBfCAqCVA4DGGKIAHRC0AAo9RRAE8INIMCDzGEQXwgEgjIPA4QRTAAyJNgMDjDFEAD4g0AAKPU0QBPCCqCQg8zhEF8IAoIfp8rjvPecE58OjIkS7PiT9jVqV7pGdKAwKPXUQr0sU+ky2Ah+VsQ7ZLt5U8BtoLHvOItpZcwl6SnpfuAI/J5eyh9HXpvVIT6IF0n/RP8KieRI/mvP/pPniGPAqLE+isdAt41E6iL3sOiGvSXdK/Sx4DTXM5TaL74FE7iSY9JtFt6ad98QwBFHNB+pH0DniaRvSX9OP0EL4bE9AU0bvS6zNuX01rMnh0IropfV96cd5PkOPJ1Lh27pSekP6z4eOXpB92/73qDdGB6Gr65V8ZsvF5D6Jn5dVu/Y9RUfbv/OzUHlj/mo5h7wzdaG5ARD+iCOfwPAfMACLZE9gFBEAEQARABECEAIgAiACIuMi/AgwAZOzDQjgUW1EAAAAASUVORK5CYII=");
}

.c-select--full {
  display: block;
  width: 100%;
}

@media (max-width:46.24em) {
  .c-select--full\@small-only {
    display: block;
    width: 100%;
  }
}

.c-tile--fluid {
  font-size: 4.28571vw;
}

.c-tile--fluid .c-tile__body {
  line-height: 1.2em;
  padding: .55556em;
}

.c-tile--fluid .c-tile__title {
  line-height: 1.25em;
}

@media (min-width:75em) {
  .c-tile-fluid-container .c-tile--fluid {
    font-size: 51.42857px;
  }
}

.c-tile-fluid-scale-1\/1 .c-tile--fluid {
  font-size: 4.28571vw;
}

@media (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/1 .c-tile--fluid {
    font-size: 51.42857px;
  }
}

.c-tile-fluid-scale-1\/2 .c-tile--fluid {
  font-size: 2.14286vw;
}

@media (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/2 .c-tile--fluid {
    font-size: 25.71429px;
  }
}

.c-tile-fluid-scale-2\/2 .c-tile--fluid {
  font-size: 4.28571vw;
}

@media (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/2 .c-tile--fluid {
    font-size: 51.42857px;
  }
}

.c-tile-fluid-scale-1\/3 .c-tile--fluid {
  font-size: 1.42857vw;
}

@media (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/3 .c-tile--fluid {
    font-size: 17.14286px;
  }
}

.c-tile-fluid-scale-2\/3 .c-tile--fluid {
  font-size: 2.85714vw;
}

@media (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/3 .c-tile--fluid {
    font-size: 34.28571px;
  }
}

.c-tile-fluid-scale-3\/3 .c-tile--fluid {
  font-size: 4.28571vw;
}

@media (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/3 .c-tile--fluid {
    font-size: 51.42857px;
  }
}

.c-tile-fluid-scale-1\/4 .c-tile--fluid {
  font-size: 1.07143vw;
}

@media (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/4 .c-tile--fluid {
    font-size: 12.85714px;
  }
}

.c-tile-fluid-scale-2\/4 .c-tile--fluid {
  font-size: 2.14286vw;
}

@media (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/4 .c-tile--fluid {
    font-size: 25.71429px;
  }
}

.c-tile-fluid-scale-3\/4 .c-tile--fluid {
  font-size: 3.21429vw;
}

@media (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/4 .c-tile--fluid {
    font-size: 38.57143px;
  }
}

.c-tile-fluid-scale-4\/4 .c-tile--fluid {
  font-size: 4.28571vw;
}

@media (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-4\/4 .c-tile--fluid {
    font-size: 51.42857px;
  }
}

.c-tile-fluid-scale-1\/5 .c-tile--fluid {
  font-size: .85714vw;
}

@media (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/5 .c-tile--fluid {
    font-size: 10.28571px;
  }
}

.c-tile-fluid-scale-2\/5 .c-tile--fluid {
  font-size: 1.71429vw;
}

@media (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/5 .c-tile--fluid {
    font-size: 20.57143px;
  }
}

.c-tile-fluid-scale-3\/5 .c-tile--fluid {
  font-size: 2.57143vw;
}

@media (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/5 .c-tile--fluid {
    font-size: 30.85714px;
  }
}

.c-tile-fluid-scale-4\/5 .c-tile--fluid {
  font-size: 3.42857vw;
}

@media (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-4\/5 .c-tile--fluid {
    font-size: 41.14286px;
  }
}

.c-tile-fluid-scale-5\/5 .c-tile--fluid {
  font-size: 4.28571vw;
}

@media (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-5\/5 .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:26.25em) {
  .c-tile-fluid-scale-1\/1\@small .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:26.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/1\@small .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:26.25em) {
  .c-tile-fluid-scale-1\/2\@small .c-tile--fluid {
    font-size: 2.14286vw;
  }
}

@media (min-width:26.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/2\@small .c-tile--fluid {
    font-size: 25.71429px;
  }
}

@media (min-width:26.25em) {
  .c-tile-fluid-scale-2\/2\@small .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:26.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/2\@small .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:26.25em) {
  .c-tile-fluid-scale-1\/3\@small .c-tile--fluid {
    font-size: 1.42857vw;
  }
}

@media (min-width:26.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/3\@small .c-tile--fluid {
    font-size: 17.14286px;
  }
}

@media (min-width:26.25em) {
  .c-tile-fluid-scale-2\/3\@small .c-tile--fluid {
    font-size: 2.85714vw;
  }
}

@media (min-width:26.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/3\@small .c-tile--fluid {
    font-size: 34.28571px;
  }
}

@media (min-width:26.25em) {
  .c-tile-fluid-scale-3\/3\@small .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:26.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/3\@small .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:26.25em) {
  .c-tile-fluid-scale-1\/4\@small .c-tile--fluid {
    font-size: 1.07143vw;
  }
}

@media (min-width:26.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/4\@small .c-tile--fluid {
    font-size: 12.85714px;
  }
}

@media (min-width:26.25em) {
  .c-tile-fluid-scale-2\/4\@small .c-tile--fluid {
    font-size: 2.14286vw;
  }
}

@media (min-width:26.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/4\@small .c-tile--fluid {
    font-size: 25.71429px;
  }
}

@media (min-width:26.25em) {
  .c-tile-fluid-scale-3\/4\@small .c-tile--fluid {
    font-size: 3.21429vw;
  }
}

@media (min-width:26.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/4\@small .c-tile--fluid {
    font-size: 38.57143px;
  }
}

@media (min-width:26.25em) {
  .c-tile-fluid-scale-4\/4\@small .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:26.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-4\/4\@small .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:26.25em) {
  .c-tile-fluid-scale-1\/5\@small .c-tile--fluid {
    font-size: .85714vw;
  }
}

@media (min-width:26.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/5\@small .c-tile--fluid {
    font-size: 10.28571px;
  }
}

@media (min-width:26.25em) {
  .c-tile-fluid-scale-2\/5\@small .c-tile--fluid {
    font-size: 1.71429vw;
  }
}

@media (min-width:26.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/5\@small .c-tile--fluid {
    font-size: 20.57143px;
  }
}

@media (min-width:26.25em) {
  .c-tile-fluid-scale-3\/5\@small .c-tile--fluid {
    font-size: 2.57143vw;
  }
}

@media (min-width:26.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/5\@small .c-tile--fluid {
    font-size: 30.85714px;
  }
}

@media (min-width:26.25em) {
  .c-tile-fluid-scale-4\/5\@small .c-tile--fluid {
    font-size: 3.42857vw;
  }
}

@media (min-width:26.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-4\/5\@small .c-tile--fluid {
    font-size: 41.14286px;
  }
}

@media (min-width:26.25em) {
  .c-tile-fluid-scale-5\/5\@small .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:26.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-5\/5\@small .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:46.25em) {
  .c-tile-fluid-scale-1\/1\@medium .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:46.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/1\@medium .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:46.25em) {
  .c-tile-fluid-scale-1\/2\@medium .c-tile--fluid {
    font-size: 2.14286vw;
  }
}

@media (min-width:46.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/2\@medium .c-tile--fluid {
    font-size: 25.71429px;
  }
}

@media (min-width:46.25em) {
  .c-tile-fluid-scale-2\/2\@medium .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:46.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/2\@medium .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:46.25em) {
  .c-tile-fluid-scale-1\/3\@medium .c-tile--fluid {
    font-size: 1.42857vw;
  }
}

@media (min-width:46.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/3\@medium .c-tile--fluid {
    font-size: 17.14286px;
  }
}

@media (min-width:46.25em) {
  .c-tile-fluid-scale-2\/3\@medium .c-tile--fluid {
    font-size: 2.85714vw;
  }
}

@media (min-width:46.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/3\@medium .c-tile--fluid {
    font-size: 34.28571px;
  }
}

@media (min-width:46.25em) {
  .c-tile-fluid-scale-3\/3\@medium .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:46.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/3\@medium .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:46.25em) {
  .c-tile-fluid-scale-1\/4\@medium .c-tile--fluid {
    font-size: 1.07143vw;
  }
}

@media (min-width:46.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/4\@medium .c-tile--fluid {
    font-size: 12.85714px;
  }
}

@media (min-width:46.25em) {
  .c-tile-fluid-scale-2\/4\@medium .c-tile--fluid {
    font-size: 2.14286vw;
  }
}

@media (min-width:46.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/4\@medium .c-tile--fluid {
    font-size: 25.71429px;
  }
}

@media (min-width:46.25em) {
  .c-tile-fluid-scale-3\/4\@medium .c-tile--fluid {
    font-size: 3.21429vw;
  }
}

@media (min-width:46.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/4\@medium .c-tile--fluid {
    font-size: 38.57143px;
  }
}

@media (min-width:46.25em) {
  .c-tile-fluid-scale-4\/4\@medium .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:46.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-4\/4\@medium .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:46.25em) {
  .c-tile-fluid-scale-1\/5\@medium .c-tile--fluid {
    font-size: .85714vw;
  }
}

@media (min-width:46.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/5\@medium .c-tile--fluid {
    font-size: 10.28571px;
  }
}

@media (min-width:46.25em) {
  .c-tile-fluid-scale-2\/5\@medium .c-tile--fluid {
    font-size: 1.71429vw;
  }
}

@media (min-width:46.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/5\@medium .c-tile--fluid {
    font-size: 20.57143px;
  }
}

@media (min-width:46.25em) {
  .c-tile-fluid-scale-3\/5\@medium .c-tile--fluid {
    font-size: 2.57143vw;
  }
}

@media (min-width:46.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/5\@medium .c-tile--fluid {
    font-size: 30.85714px;
  }
}

@media (min-width:46.25em) {
  .c-tile-fluid-scale-4\/5\@medium .c-tile--fluid {
    font-size: 3.42857vw;
  }
}

@media (min-width:46.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-4\/5\@medium .c-tile--fluid {
    font-size: 41.14286px;
  }
}

@media (min-width:46.25em) {
  .c-tile-fluid-scale-5\/5\@medium .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:46.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-5\/5\@medium .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:61.25em) {
  .c-tile-fluid-scale-1\/1\@large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:61.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/1\@large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:61.25em) {
  .c-tile-fluid-scale-1\/2\@large .c-tile--fluid {
    font-size: 2.14286vw;
  }
}

@media (min-width:61.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/2\@large .c-tile--fluid {
    font-size: 25.71429px;
  }
}

@media (min-width:61.25em) {
  .c-tile-fluid-scale-2\/2\@large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:61.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/2\@large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:61.25em) {
  .c-tile-fluid-scale-1\/3\@large .c-tile--fluid {
    font-size: 1.42857vw;
  }
}

@media (min-width:61.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/3\@large .c-tile--fluid {
    font-size: 17.14286px;
  }
}

@media (min-width:61.25em) {
  .c-tile-fluid-scale-2\/3\@large .c-tile--fluid {
    font-size: 2.85714vw;
  }
}

@media (min-width:61.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/3\@large .c-tile--fluid {
    font-size: 34.28571px;
  }
}

@media (min-width:61.25em) {
  .c-tile-fluid-scale-3\/3\@large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:61.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/3\@large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:61.25em) {
  .c-tile-fluid-scale-1\/4\@large .c-tile--fluid {
    font-size: 1.07143vw;
  }
}

@media (min-width:61.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/4\@large .c-tile--fluid {
    font-size: 12.85714px;
  }
}

@media (min-width:61.25em) {
  .c-tile-fluid-scale-2\/4\@large .c-tile--fluid {
    font-size: 2.14286vw;
  }
}

@media (min-width:61.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/4\@large .c-tile--fluid {
    font-size: 25.71429px;
  }
}

@media (min-width:61.25em) {
  .c-tile-fluid-scale-3\/4\@large .c-tile--fluid {
    font-size: 3.21429vw;
  }
}

@media (min-width:61.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/4\@large .c-tile--fluid {
    font-size: 38.57143px;
  }
}

@media (min-width:61.25em) {
  .c-tile-fluid-scale-4\/4\@large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:61.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-4\/4\@large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:61.25em) {
  .c-tile-fluid-scale-1\/5\@large .c-tile--fluid {
    font-size: .85714vw;
  }
}

@media (min-width:61.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/5\@large .c-tile--fluid {
    font-size: 10.28571px;
  }
}

@media (min-width:61.25em) {
  .c-tile-fluid-scale-2\/5\@large .c-tile--fluid {
    font-size: 1.71429vw;
  }
}

@media (min-width:61.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/5\@large .c-tile--fluid {
    font-size: 20.57143px;
  }
}

@media (min-width:61.25em) {
  .c-tile-fluid-scale-3\/5\@large .c-tile--fluid {
    font-size: 2.57143vw;
  }
}

@media (min-width:61.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/5\@large .c-tile--fluid {
    font-size: 30.85714px;
  }
}

@media (min-width:61.25em) {
  .c-tile-fluid-scale-4\/5\@large .c-tile--fluid {
    font-size: 3.42857vw;
  }
}

@media (min-width:61.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-4\/5\@large .c-tile--fluid {
    font-size: 41.14286px;
  }
}

@media (min-width:61.25em) {
  .c-tile-fluid-scale-5\/5\@large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:61.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-5\/5\@large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:81.25em) {
  .c-tile-fluid-scale-1\/1\@x-large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:81.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/1\@x-large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:81.25em) {
  .c-tile-fluid-scale-1\/2\@x-large .c-tile--fluid {
    font-size: 2.14286vw;
  }
}

@media (min-width:81.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/2\@x-large .c-tile--fluid {
    font-size: 25.71429px;
  }
}

@media (min-width:81.25em) {
  .c-tile-fluid-scale-2\/2\@x-large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:81.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/2\@x-large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:81.25em) {
  .c-tile-fluid-scale-1\/3\@x-large .c-tile--fluid {
    font-size: 1.42857vw;
  }
}

@media (min-width:81.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/3\@x-large .c-tile--fluid {
    font-size: 17.14286px;
  }
}

@media (min-width:81.25em) {
  .c-tile-fluid-scale-2\/3\@x-large .c-tile--fluid {
    font-size: 2.85714vw;
  }
}

@media (min-width:81.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/3\@x-large .c-tile--fluid {
    font-size: 34.28571px;
  }
}

@media (min-width:81.25em) {
  .c-tile-fluid-scale-3\/3\@x-large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:81.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/3\@x-large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:81.25em) {
  .c-tile-fluid-scale-1\/4\@x-large .c-tile--fluid {
    font-size: 1.07143vw;
  }
}

@media (min-width:81.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/4\@x-large .c-tile--fluid {
    font-size: 12.85714px;
  }
}

@media (min-width:81.25em) {
  .c-tile-fluid-scale-2\/4\@x-large .c-tile--fluid {
    font-size: 2.14286vw;
  }
}

@media (min-width:81.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/4\@x-large .c-tile--fluid {
    font-size: 25.71429px;
  }
}

@media (min-width:81.25em) {
  .c-tile-fluid-scale-3\/4\@x-large .c-tile--fluid {
    font-size: 3.21429vw;
  }
}

@media (min-width:81.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/4\@x-large .c-tile--fluid {
    font-size: 38.57143px;
  }
}

@media (min-width:81.25em) {
  .c-tile-fluid-scale-4\/4\@x-large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:81.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-4\/4\@x-large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:81.25em) {
  .c-tile-fluid-scale-1\/5\@x-large .c-tile--fluid {
    font-size: .85714vw;
  }
}

@media (min-width:81.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/5\@x-large .c-tile--fluid {
    font-size: 10.28571px;
  }
}

@media (min-width:81.25em) {
  .c-tile-fluid-scale-2\/5\@x-large .c-tile--fluid {
    font-size: 1.71429vw;
  }
}

@media (min-width:81.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/5\@x-large .c-tile--fluid {
    font-size: 20.57143px;
  }
}

@media (min-width:81.25em) {
  .c-tile-fluid-scale-3\/5\@x-large .c-tile--fluid {
    font-size: 2.57143vw;
  }
}

@media (min-width:81.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/5\@x-large .c-tile--fluid {
    font-size: 30.85714px;
  }
}

@media (min-width:81.25em) {
  .c-tile-fluid-scale-4\/5\@x-large .c-tile--fluid {
    font-size: 3.42857vw;
  }
}

@media (min-width:81.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-4\/5\@x-large .c-tile--fluid {
    font-size: 41.14286px;
  }
}

@media (min-width:81.25em) {
  .c-tile-fluid-scale-5\/5\@x-large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:81.25em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-5\/5\@x-large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:40em) {
  .c-tile-fluid-scale-1\/1\@legacy-small .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:40em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/1\@legacy-small .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:40em) {
  .c-tile-fluid-scale-1\/2\@legacy-small .c-tile--fluid {
    font-size: 2.14286vw;
  }
}

@media (min-width:40em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/2\@legacy-small .c-tile--fluid {
    font-size: 25.71429px;
  }
}

@media (min-width:40em) {
  .c-tile-fluid-scale-2\/2\@legacy-small .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:40em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/2\@legacy-small .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:40em) {
  .c-tile-fluid-scale-1\/3\@legacy-small .c-tile--fluid {
    font-size: 1.42857vw;
  }
}

@media (min-width:40em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/3\@legacy-small .c-tile--fluid {
    font-size: 17.14286px;
  }
}

@media (min-width:40em) {
  .c-tile-fluid-scale-2\/3\@legacy-small .c-tile--fluid {
    font-size: 2.85714vw;
  }
}

@media (min-width:40em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/3\@legacy-small .c-tile--fluid {
    font-size: 34.28571px;
  }
}

@media (min-width:40em) {
  .c-tile-fluid-scale-3\/3\@legacy-small .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:40em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/3\@legacy-small .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:40em) {
  .c-tile-fluid-scale-1\/4\@legacy-small .c-tile--fluid {
    font-size: 1.07143vw;
  }
}

@media (min-width:40em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/4\@legacy-small .c-tile--fluid {
    font-size: 12.85714px;
  }
}

@media (min-width:40em) {
  .c-tile-fluid-scale-2\/4\@legacy-small .c-tile--fluid {
    font-size: 2.14286vw;
  }
}

@media (min-width:40em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/4\@legacy-small .c-tile--fluid {
    font-size: 25.71429px;
  }
}

@media (min-width:40em) {
  .c-tile-fluid-scale-3\/4\@legacy-small .c-tile--fluid {
    font-size: 3.21429vw;
  }
}

@media (min-width:40em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/4\@legacy-small .c-tile--fluid {
    font-size: 38.57143px;
  }
}

@media (min-width:40em) {
  .c-tile-fluid-scale-4\/4\@legacy-small .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:40em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-4\/4\@legacy-small .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:40em) {
  .c-tile-fluid-scale-1\/5\@legacy-small .c-tile--fluid {
    font-size: .85714vw;
  }
}

@media (min-width:40em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/5\@legacy-small .c-tile--fluid {
    font-size: 10.28571px;
  }
}

@media (min-width:40em) {
  .c-tile-fluid-scale-2\/5\@legacy-small .c-tile--fluid {
    font-size: 1.71429vw;
  }
}

@media (min-width:40em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/5\@legacy-small .c-tile--fluid {
    font-size: 20.57143px;
  }
}

@media (min-width:40em) {
  .c-tile-fluid-scale-3\/5\@legacy-small .c-tile--fluid {
    font-size: 2.57143vw;
  }
}

@media (min-width:40em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/5\@legacy-small .c-tile--fluid {
    font-size: 30.85714px;
  }
}

@media (min-width:40em) {
  .c-tile-fluid-scale-4\/5\@legacy-small .c-tile--fluid {
    font-size: 3.42857vw;
  }
}

@media (min-width:40em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-4\/5\@legacy-small .c-tile--fluid {
    font-size: 41.14286px;
  }
}

@media (min-width:40em) {
  .c-tile-fluid-scale-5\/5\@legacy-small .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:40em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-5\/5\@legacy-small .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:64em) {
  .c-tile-fluid-scale-1\/1\@legacy-medium .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:64em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/1\@legacy-medium .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:64em) {
  .c-tile-fluid-scale-1\/2\@legacy-medium .c-tile--fluid {
    font-size: 2.14286vw;
  }
}

@media (min-width:64em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/2\@legacy-medium .c-tile--fluid {
    font-size: 25.71429px;
  }
}

@media (min-width:64em) {
  .c-tile-fluid-scale-2\/2\@legacy-medium .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:64em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/2\@legacy-medium .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:64em) {
  .c-tile-fluid-scale-1\/3\@legacy-medium .c-tile--fluid {
    font-size: 1.42857vw;
  }
}

@media (min-width:64em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/3\@legacy-medium .c-tile--fluid {
    font-size: 17.14286px;
  }
}

@media (min-width:64em) {
  .c-tile-fluid-scale-2\/3\@legacy-medium .c-tile--fluid {
    font-size: 2.85714vw;
  }
}

@media (min-width:64em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/3\@legacy-medium .c-tile--fluid {
    font-size: 34.28571px;
  }
}

@media (min-width:64em) {
  .c-tile-fluid-scale-3\/3\@legacy-medium .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:64em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/3\@legacy-medium .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:64em) {
  .c-tile-fluid-scale-1\/4\@legacy-medium .c-tile--fluid {
    font-size: 1.07143vw;
  }
}

@media (min-width:64em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/4\@legacy-medium .c-tile--fluid {
    font-size: 12.85714px;
  }
}

@media (min-width:64em) {
  .c-tile-fluid-scale-2\/4\@legacy-medium .c-tile--fluid {
    font-size: 2.14286vw;
  }
}

@media (min-width:64em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/4\@legacy-medium .c-tile--fluid {
    font-size: 25.71429px;
  }
}

@media (min-width:64em) {
  .c-tile-fluid-scale-3\/4\@legacy-medium .c-tile--fluid {
    font-size: 3.21429vw;
  }
}

@media (min-width:64em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/4\@legacy-medium .c-tile--fluid {
    font-size: 38.57143px;
  }
}

@media (min-width:64em) {
  .c-tile-fluid-scale-4\/4\@legacy-medium .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:64em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-4\/4\@legacy-medium .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:64em) {
  .c-tile-fluid-scale-1\/5\@legacy-medium .c-tile--fluid {
    font-size: .85714vw;
  }
}

@media (min-width:64em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/5\@legacy-medium .c-tile--fluid {
    font-size: 10.28571px;
  }
}

@media (min-width:64em) {
  .c-tile-fluid-scale-2\/5\@legacy-medium .c-tile--fluid {
    font-size: 1.71429vw;
  }
}

@media (min-width:64em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/5\@legacy-medium .c-tile--fluid {
    font-size: 20.57143px;
  }
}

@media (min-width:64em) {
  .c-tile-fluid-scale-3\/5\@legacy-medium .c-tile--fluid {
    font-size: 2.57143vw;
  }
}

@media (min-width:64em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/5\@legacy-medium .c-tile--fluid {
    font-size: 30.85714px;
  }
}

@media (min-width:64em) {
  .c-tile-fluid-scale-4\/5\@legacy-medium .c-tile--fluid {
    font-size: 3.42857vw;
  }
}

@media (min-width:64em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-4\/5\@legacy-medium .c-tile--fluid {
    font-size: 41.14286px;
  }
}

@media (min-width:64em) {
  .c-tile-fluid-scale-5\/5\@legacy-medium .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:64em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-5\/5\@legacy-medium .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:95em) {
  .c-tile-fluid-scale-1\/1\@legacy-large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:95em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/1\@legacy-large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:95em) {
  .c-tile-fluid-scale-1\/2\@legacy-large .c-tile--fluid {
    font-size: 2.14286vw;
  }
}

@media (min-width:95em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/2\@legacy-large .c-tile--fluid {
    font-size: 25.71429px;
  }
}

@media (min-width:95em) {
  .c-tile-fluid-scale-2\/2\@legacy-large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:95em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/2\@legacy-large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:95em) {
  .c-tile-fluid-scale-1\/3\@legacy-large .c-tile--fluid {
    font-size: 1.42857vw;
  }
}

@media (min-width:95em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/3\@legacy-large .c-tile--fluid {
    font-size: 17.14286px;
  }
}

@media (min-width:95em) {
  .c-tile-fluid-scale-2\/3\@legacy-large .c-tile--fluid {
    font-size: 2.85714vw;
  }
}

@media (min-width:95em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/3\@legacy-large .c-tile--fluid {
    font-size: 34.28571px;
  }
}

@media (min-width:95em) {
  .c-tile-fluid-scale-3\/3\@legacy-large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:95em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/3\@legacy-large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:95em) {
  .c-tile-fluid-scale-1\/4\@legacy-large .c-tile--fluid {
    font-size: 1.07143vw;
  }
}

@media (min-width:95em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/4\@legacy-large .c-tile--fluid {
    font-size: 12.85714px;
  }
}

@media (min-width:95em) {
  .c-tile-fluid-scale-2\/4\@legacy-large .c-tile--fluid {
    font-size: 2.14286vw;
  }
}

@media (min-width:95em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/4\@legacy-large .c-tile--fluid {
    font-size: 25.71429px;
  }
}

@media (min-width:95em) {
  .c-tile-fluid-scale-3\/4\@legacy-large .c-tile--fluid {
    font-size: 3.21429vw;
  }
}

@media (min-width:95em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/4\@legacy-large .c-tile--fluid {
    font-size: 38.57143px;
  }
}

@media (min-width:95em) {
  .c-tile-fluid-scale-4\/4\@legacy-large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:95em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-4\/4\@legacy-large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:95em) {
  .c-tile-fluid-scale-1\/5\@legacy-large .c-tile--fluid {
    font-size: .85714vw;
  }
}

@media (min-width:95em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/5\@legacy-large .c-tile--fluid {
    font-size: 10.28571px;
  }
}

@media (min-width:95em) {
  .c-tile-fluid-scale-2\/5\@legacy-large .c-tile--fluid {
    font-size: 1.71429vw;
  }
}

@media (min-width:95em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/5\@legacy-large .c-tile--fluid {
    font-size: 20.57143px;
  }
}

@media (min-width:95em) {
  .c-tile-fluid-scale-3\/5\@legacy-large .c-tile--fluid {
    font-size: 2.57143vw;
  }
}

@media (min-width:95em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/5\@legacy-large .c-tile--fluid {
    font-size: 30.85714px;
  }
}

@media (min-width:95em) {
  .c-tile-fluid-scale-4\/5\@legacy-large .c-tile--fluid {
    font-size: 3.42857vw;
  }
}

@media (min-width:95em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-4\/5\@legacy-large .c-tile--fluid {
    font-size: 41.14286px;
  }
}

@media (min-width:95em) {
  .c-tile-fluid-scale-5\/5\@legacy-large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:95em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-5\/5\@legacy-large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:125em) {
  .c-tile-fluid-scale-1\/1\@legacy-x-large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:125em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/1\@legacy-x-large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:125em) {
  .c-tile-fluid-scale-1\/2\@legacy-x-large .c-tile--fluid {
    font-size: 2.14286vw;
  }
}

@media (min-width:125em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/2\@legacy-x-large .c-tile--fluid {
    font-size: 25.71429px;
  }
}

@media (min-width:125em) {
  .c-tile-fluid-scale-2\/2\@legacy-x-large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:125em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/2\@legacy-x-large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:125em) {
  .c-tile-fluid-scale-1\/3\@legacy-x-large .c-tile--fluid {
    font-size: 1.42857vw;
  }
}

@media (min-width:125em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/3\@legacy-x-large .c-tile--fluid {
    font-size: 17.14286px;
  }
}

@media (min-width:125em) {
  .c-tile-fluid-scale-2\/3\@legacy-x-large .c-tile--fluid {
    font-size: 2.85714vw;
  }
}

@media (min-width:125em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/3\@legacy-x-large .c-tile--fluid {
    font-size: 34.28571px;
  }
}

@media (min-width:125em) {
  .c-tile-fluid-scale-3\/3\@legacy-x-large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:125em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/3\@legacy-x-large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:125em) {
  .c-tile-fluid-scale-1\/4\@legacy-x-large .c-tile--fluid {
    font-size: 1.07143vw;
  }
}

@media (min-width:125em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/4\@legacy-x-large .c-tile--fluid {
    font-size: 12.85714px;
  }
}

@media (min-width:125em) {
  .c-tile-fluid-scale-2\/4\@legacy-x-large .c-tile--fluid {
    font-size: 2.14286vw;
  }
}

@media (min-width:125em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/4\@legacy-x-large .c-tile--fluid {
    font-size: 25.71429px;
  }
}

@media (min-width:125em) {
  .c-tile-fluid-scale-3\/4\@legacy-x-large .c-tile--fluid {
    font-size: 3.21429vw;
  }
}

@media (min-width:125em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/4\@legacy-x-large .c-tile--fluid {
    font-size: 38.57143px;
  }
}

@media (min-width:125em) {
  .c-tile-fluid-scale-4\/4\@legacy-x-large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:125em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-4\/4\@legacy-x-large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (min-width:125em) {
  .c-tile-fluid-scale-1\/5\@legacy-x-large .c-tile--fluid {
    font-size: .85714vw;
  }
}

@media (min-width:125em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-1\/5\@legacy-x-large .c-tile--fluid {
    font-size: 10.28571px;
  }
}

@media (min-width:125em) {
  .c-tile-fluid-scale-2\/5\@legacy-x-large .c-tile--fluid {
    font-size: 1.71429vw;
  }
}

@media (min-width:125em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-2\/5\@legacy-x-large .c-tile--fluid {
    font-size: 20.57143px;
  }
}

@media (min-width:125em) {
  .c-tile-fluid-scale-3\/5\@legacy-x-large .c-tile--fluid {
    font-size: 2.57143vw;
  }
}

@media (min-width:125em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-3\/5\@legacy-x-large .c-tile--fluid {
    font-size: 30.85714px;
  }
}

@media (min-width:125em) {
  .c-tile-fluid-scale-4\/5\@legacy-x-large .c-tile--fluid {
    font-size: 3.42857vw;
  }
}

@media (min-width:125em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-4\/5\@legacy-x-large .c-tile--fluid {
    font-size: 41.14286px;
  }
}

@media (min-width:125em) {
  .c-tile-fluid-scale-5\/5\@legacy-x-large .c-tile--fluid {
    font-size: 4.28571vw;
  }
}

@media (min-width:125em) and (min-width:75em) {
  .c-tile-fluid-container .c-tile-fluid-scale-5\/5\@legacy-x-large .c-tile--fluid {
    font-size: 51.42857px;
  }
}

@media (max-width:46.24em) {
  .c-tile--fluid.c-tile--collapsible {
    font-size: 2.85714vw;
  }
}

.c-heading-alpha {
  font-size: 36px;
  font-size: 2rem;
  line-height: 1.16;
}

@media (min-width:46.25em) {
  .c-heading-alpha {
    font-size: 50px;
    font-size: 2.77778rem;
    line-height: 1.12;
  }
}

.c-heading-bravo {
  font-size: 29px;
  font-size: 1.61111rem;
  line-height: 1.2;
}

@media (min-width:46.25em) {
  .c-heading-bravo {
    font-size: 40px;
    font-size: 2.22222rem;
    line-height: 1.15;
  }
}

.c-heading-charlie {
  font-size: 25px;
  font-size: 1.38889rem;
  line-height: 1.24;
}

@media (min-width:46.25em) {
  .c-heading-charlie {
    font-size: 34px;
    font-size: 1.88889rem;
    line-height: 1.18;
  }
}

.c-heading-delta {
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 1.3;
}

@media (min-width:46.25em) {
  .c-heading-delta {
    font-size: 28px;
    font-size: 1.55556rem;
    line-height: 1.21;
  }
}

.c-text-lead {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
}

@media (min-width:46.25em) {
  .c-text-lead {
    font-size: 22px;
    font-size: 1.22222rem;
    line-height: 1.36;
  }
}

.c-text-body {
  font-size: 16px;
  font-size: .88889rem;
  line-height: 1.5;
}

@media (min-width:46.25em) {
  .c-text-body {
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.44;
  }
}

.c-text-smallprint {
  font-size: 12px;
  font-size: .66667rem;
  line-height: 1.5;
}

@media (min-width:46.25em) {
  .c-text-smallprint {
    font-size: 12px;
    font-size: .66667rem;
    line-height: 1.5;
  }
}

.parallax.background canvas {
  width: 100%;
  height: 100%;
  position: absolute;
}

.u-margin-right {
  margin-right: 20px;
}

@media (min-width:46.25em) {
  .u-margin-right\@medium {
    margin-right: 20px;
  }
}

.c-upsell-tile__image {
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

@media (min-width:46.25em) {
  .c-upsell-tile__text-wrapper {
    margin-left: 20px;
  }
}

@media (min-width:46.25em) {
  .c-upsell-tile__layout {
    direction: rtl;
  }

  .c-upsell-tile__layout>.o-layout__item {
    direction: ltr;
  }
}

@media (min-width:46.25em) {
  .c-upsell-tile__item {
    width: 50%;
  }
}

.c-table-simple {
  border-collapse: collapse;
}

.c-table-simple__row {
  border-bottom: 1px solid silver;
}

.c-table-simple__cell {
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.c-price-summary {
  margin-bottom: 40px;
}

.c-price-summary__options {
  margin-left: 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-size: .77778rem;
}

.c-price-summary__row:last-child {
  border-bottom: none;
}

.c-price-summary__totals {
  border-top: 2px solid #222;
}

.c-price-summary__row--footer {
  border-bottom: none;
}

.c-price-summary__row--footer:last-child {
  font-weight: 700;
}

.c-price-summary__row--footer .c-price-summary__cell {
  padding: 0;
}

.c-price-summary__row--footer:first-child .c-price-summary__cell {
  padding-top: 10px;
  padding-bottom: 0;
}

.c-price-summary__row--footer:last-child .c-price-summary__cell {
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-price-summary__row--footer+.c-price-summary__row--footer:last-child .c-price-summary__cell {
  padding-top: 0;
}

.hc-hero {
  overflow: hidden;
}

.hc-hero-o-container {
  position: relative;
}

.hc-shine {
  display: none;
}

@media (min-width:46.25em) {
  .hc-shine {
    display: block;
    position: absolute;
    left: -10%;
    width: 120%;
    height: 46px;
    -webkit-transition: background-position .35s;
    -o-transition: background-position .35s;
    transition: background-position .35s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    pointer-events: none;
    opacity: 1;
    background-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaYAAAAuCAMAAABUO00wAAACQFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////++8ZnNAAAAv3RSTlMAAgQGCAoMDhASFBYXGRsdHyEjJSYoKiwuMDEzNTc4Ojw+P0FDRUZISktNT1BSVFVXWVpcXV9hYmRlZ2hqa21ucHFzdHZ3eXp8fX+AgYOEhoeIiouMjo+QkpOUlpeYmZucnZ6goaKjpKanqKmqq62ur7CxsrO0tba4ubq7vL2+v8DBwsPExcbHyMnKy8zNzs/Q0dLT1NXW19jZ2tvc3d7f4OHi4+Tl5ufo6err7O3u7/Dx8vP09fb3+Pn6+/z9/k9ExUwAAAhoSURBVHja7VztdqO6DtWWbMh5/4edgi3p/pANhqRN2jMz59JVVkMMIYFqZ+tjywR0+QVt5eNOp2+14PrwvLP4dwIL3xGh74cV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");
    background-size: contain;
    background-position: 0 50%;
    background-repeat: no-repeat;
  }
}

.hc-shine--top {
  top: -21px;
  background-position: 0 50%;
}

.hc-shine--bottom {
  bottom: -23px;
  background-position: 100% 50%;
}

.hc-hero__promotion {
  position: absolute;
  top: 40px;
  right: 15px;
  display: block;
  text-align: right;
  color: #fff;
}

.hc-hero__promotion__img {
  max-width: 100%;
  height: auto;
  margin-bottom: 7px;
}

.hc-hero__promotion__text {
  display: block;
  font-size: 12px;
}

.c-hero__video-placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-hero__play-button {
  position: absolute;
  background: none;
  background-color: #fff;
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 10px #aaa;
  box-shadow: 0 0 10px #aaa;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 50;
  outline: 0;
  padding: 2px 6px 3px;
  cursor: pointer;
}

.c-hero__play-button:hover path {
  fill: #fff;
}

.c-hero__play-button svg {
  height: 100%;
  width: 100%;
}

.c-hero__play-button circle {
  fill: hsla(0,0%,100%,.15);
}

.c-hero__play-button path {
  -webkit-transition: fill .5s ease;
  -o-transition: fill .5s ease;
  transition: fill .5s ease;
  fill: #0072c9;
}

.c-hero__caption__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.c-blackjack-tabs__scroller {
  max-height: 3em;
  overflow: hidden;
}

@media (min-width:46.25em) {
  .c-blackjack-tabs__scroller {
    max-height: none;
  }
}

.c-blackjack-tabs__content {
  padding: 10px;
}

@media (min-width:46.25em) {
  .c-blackjack-tabs__content {
    padding: 20px;
  }
}

.c-blackjack-tabs__nav {
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  margin-bottom: -20px;
  padding-top: 5px;
  padding-bottom: 40px;
  -webkit-overflow-scrolling: touch;
}

@media (min-width:46.25em) {
  .c-blackjack-tabs__nav {
    text-align: center;
    padding-bottom: 40px;
  }
}

.c-blackjack-tabs__panel {
  padding-top: 20px;
}

.c-blackjack-tabs__container {
  font-size: 18px;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  min-width: 100%;
  border: 1px solid silver;
  border-width: 1px 0;
  padding: 0 10px;
  white-space: nowrap;
}

@media (min-width:46.25em) {
  .c-blackjack-tabs__container {
    min-width: 0;
    border-radius: .25em;
    border-width: 1px;
  }
}

.c-blackjack-tabs__list {
  line-height: 1;
  margin-bottom: 0;
}

.c-blackjack-tabs__marker {
  position: absolute;
  height: 100%;
  width: 5em;
  background-color: #4a4a4a;
  border-radius: .25em;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
}

@media (min-width:46.25em) {
  .c-blackjack-tabs__marker {
    -webkit-box-shadow: 1px 5px 14px 0 rgba(0,0,0,.2);
    box-shadow: 1px 5px 14px 0 rgba(0,0,0,.2);
  }
}

.c-blackjack-tabs__marker:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10px 0;
  border-color: #4a4a4a transparent transparent;
}

.c-blackjack-tabs__item {
  display: inline-block;
  position: relative;
  padding: 5px 20px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.c-blackjack-tabs__link {
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  color: #4a4a4a;
}

.c-blackjack-tabs__link:after {
  content: attr(title);
  display: block;
  font-weight: 700;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}

.is-active .c-blackjack-tabs__link {
  color: #fff;
  font-weight: 700;
}

.c-blackjack-tabs__panel {
  display: none;
}

.c-blackjack-tabs__panel.is-active {
  display: block;
  position: relative;
  z-index: 20;
}

.c-blackjack-tabs--vertical .c-blackjack-tabs__nav {
  margin-bottom: 0;
}

.c-blackjack-tabs--vertical .c-blackjack-tabs__panel {
  padding: 0 10px;
}

@media (min-width:46.25em) {
  .c-blackjack-tabs--vertical {
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .c-blackjack-tabs--vertical .c-blackjack-tabs__container {
    width: 12em;
    text-align: right;
    white-space: normal;
    padding: 10px 0;
  }

  .c-blackjack-tabs--vertical .c-blackjack-tabs__marker {
    height: 2.3em;
    width: 100%!important;
    left: 0;
    border-radius: .25em 0 0 .25em;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }

  .c-blackjack-tabs--vertical .c-blackjack-tabs__marker:before {
    top: 0;
    left: 100%;
    margin: 0;
    border-width: 1.15em;
    border-color: transparent transparent transparent #4a4a4a;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .c-blackjack-tabs--vertical .c-blackjack-tabs__item,
  .c-blackjack-tabs--vertical .c-blackjack-tabs__item:last-child {
    display: block;
    width: 100%;
    padding: .6em 1.5em .6em .75em;
  }

  .c-blackjack-tabs--vertical .c-blackjack-tabs__nav {
    position: absolute;
    overflow: visible;
    padding-top: 0;
  }

  .c-blackjack-tabs--vertical .c-blackjack-tabs__panel {
    margin-left: 13em;
    position: relative;
    padding: 0;
  }
}

.c-blackjack-tabs--light {
  color: #fff;
}

.c-blackjack-tabs--light .c-blackjack-tabs__marker {
  background-color: currentColor;
}

.c-blackjack-tabs--light .c-blackjack-tabs__marker:before {
  border-color: currentColor transparent transparent;
}

.c-blackjack-tabs--light .c-blackjack-tabs__link {
  color: currentColor;
}

.c-blackjack-tabs--light .is-active .c-blackjack-tabs__link {
  color: #4a4a4a;
}

.c-blackjack-tabs--left .c-blackjack-tabs__scroller {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.c-blackjack-tabs--left .c-blackjack-tabs__container {
  float: left;
}

.tca-container .section-item {
  font-weight: 700;
  margin-bottom: 1em;
}

.tca-container ul {
  list-style: disc;
  margin-bottom: .5em;
  margin-top: .5em;
}

.tca-container h1,
.tca-container h1 span {
  font-size: 25px;
  text-align: center;
}

@media (min-width:61.25em) {
  .tca-container h1,
  .tca-container h1 span {
    font-size: 34px;
  }
}

.tca-container h2,
.tca-container h2 span {
  font-size: 20px;
  text-align: center;
}

@media (min-width:61.25em) {
  .tca-container h2,
  .tca-container h2 span {
    font-size: 28px;
  }
}

.tca-container span {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
}

.tca-container h3,
.tca-container h3 span {
  font-size: 16px;
  font-weight: 700;
  display: inline;
}

.tca-container p {
  white-space: pre-line;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 16px;
}

.tca-container li {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

.tca-container li p {
  margin: 0;
}

.tca-container li p span:last-child {
  margin-bottom: 0;
}

.tca-container ol,
.tca-container ul {
  margin-left: 0;
  list-style-position: inside;
  counter-reset: a;
  margin-bottom: 10px;
}

.tca-container ul>li span {
  display: inline;
}

.tca-container ol>li {
  list-style-type: decimal;
  counter-increment: a;
}

.tca-container ol>li>ol {
  list-style-position: inside;
  margin: 10px 0;
}

.tca-container ol>li>ol>li {
  display: block;
}

.tca-container ol>li>ol>li:before {
  content: counters(a,".");
  margin-right: 1em;
}

.tca-container ol>li>ol>li p,
.tca-container ol>li>ol>li p span:first-child {
  display: inline;
}

.tca-container ol>li>ol>li p span:not(:first-child) {
  margin-top: 10px;
}

.tca-container ol>li>ol>li p span:last-child {
  margin-bottom: 0;
}

.tca-container .tca-table {
  width: 100%;
  font-size: 16px;
  margin-top: .5em;
  margin-bottom: 1.5em;
}

.tca-container .tca-table--sub {
  margin-bottom: .5em;
}

@media (min-width:61.25em) {
  .tca-container .tca-table {
    display: table;
    border-collapse: collapse;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-radius: 3px;
  }
}

.tca-container .tca-row {
  display: block;
  margin-bottom: .5em;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

@media (min-width:61.25em) {
  .tca-container .tca-row {
    display: table-row;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}

.tca-container .tca-cell {
  display: block;
  padding: 1em 1.2em;
  border-radius: 3px;
}

.tca-container .tca-cell:first-child,
.tca-container .tca-cell:last-child {
  padding: .8em 1em;
}

.tca-container .tca-cell--odd {
  background: #f9f9f9;
  color: #707070;
}

.tca-container .tca-cell--odd span {
  font-weight: 700;
}

.tca-container .tca-cell--even {
  color: #4a4a4a;
  font-weight: 400;
}

.tca-container .tca-cell+.tca-cell:empty {
  background: #f9f9f9;
}

.tca-container .tca-cell span:last-child,
.tca-container .tca-cell span:only-child {
  margin-bottom: 0;
}

@media (min-width:61.25em) {
  .tca-container .tca-cell {
    display: table-cell;
    border-radius: 0;
  }

  .tca-container .tca-cell--odd {
    width: 35%;
  }
}

@media print {
  .tca-container b,
  .tca-container b span,
  .tca-container b span strong,
  .tca-container em,
  .tca-container em span,
  .tca-container em span strong,
  .tca-container h3,
  .tca-container h3 span,
  .tca-container h3 span strong,
  .tca-container h4,
  .tca-container h4 span,
  .tca-container h4 span strong,
  .tca-container i,
  .tca-container i span,
  .tca-container i span strong,
  .tca-container li,
  .tca-container li span,
  .tca-container li span strong,
  .tca-container p,
  .tca-container p span,
  .tca-container p span strong,
  .tca-container strong,
  .tca-container strong span,
  .tca-container strong span strong {
    font-size: 12px;
  }

  .tca-container .tca-table {
    font-size: 12px;
    width: 100%;
    border-collapse: collapse;
    display: table;
    border: none;
    margin-bottom: 1.5em;
    margin-top: .5em;
  }

  .tca-container .tca-row {
    display: table-row;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    page-break-inside: avoid;
  }

  .tca-container .tca-row:first-child {
    border-top: 1px solid #e5e5e5;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }

  .tca-container .tca-cell {
    display: table-cell;
    border-radius: 0;
  }

  .tca-container .tca-cell--odd {
    width: 35%;
    font-weight: 700;
  }

  .tca-container .tca-cell--even {
    width: 64%;
  }

  .page-breaker {
    page-break-after: always;
  }
}

.tca-wrapper {
  background-color: #fff;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 400;
  display: none;
  top: 0;
  left: 0;
  overflow-y: scroll;
}

.tca-wrapper.is-open {
  display: block;
}

.tca-header {
  position: fixed;
  z-index: 1;
  height: 75px;
  line-height: 75px;
  -webkit-box-shadow: 1px 1px 14px 0 rgba(0,0,0,.2);
  box-shadow: 1px 1px 14px 0 rgba(0,0,0,.2);
  background-color: #fff;
  width: 100%;
}

.tca-header__logo {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAB+CAYAAABhy172AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUIwMEQzRTg5Rjc4MTFFNjhCMEZFMTI2OTgwRTUyODEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUIwMEQzRTk5Rjc4MTFFNjhCMEZFMTI2OTgwRTUyODEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozMUE0Qjk4OTlGNUUxMUU2OEIwRkUxMjY5ODBFNTI4MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozMUE0Qjk4QTlGNUUxMUU2OEIwRkUxMjY5ODBFNTI4MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjfZ5iwAAEsdSURBVHja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),none;
  height: 50px;
  width: 80px;
  background-size: 80px 50px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 5px;
}

.tca-content {
  width: 90%;
  margin: 0 auto;
  margin-top: 95px;
  margin-bottom: 95px;
}

@media (min-width:46.25em) {
  .tca-content {
    max-width: 768px;
  }
}

.tca-footer {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 75px;
  padding: 20px;
  text-align: center;
}

.tca-button {
  width: 100%;
  display: block;
}

@media (min-width:46.25em) {
  .tca-button {
    margin: 0 auto;
    width: 768px;
  }
}

.tca-close.tca-close {
  position: absolute;
  top: -2px;
  right: 30px;
  color: #4a4a4a;
}

.tca-close.tca-close:after {
  display: inline-block;
  position: relative;
  top: .15em;
  content: "\2715";
  font-size: 1.5em;
  margin-left: 5px;
}

.tca-btn-print {
  display: inline-block;
}

.tca-current-step {
  color: #b5b5b5;
  text-align: center;
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

a,
a:active,
a:focus,
a:hover,
div,
div:active,
div:focus,
div:hover {
  outline: none;
}

.table {
  display: table;
  width: 100%;
}

.table .table-cell {
  display: table-cell;
}

.table .table-cell.center-x {
  text-align: center;
}

.table .table-cell.center-y {
  vertical-align: middle;
}

.table .table-cell.center-xy {
  text-align: center;
  vertical-align: middle;
}

.valign-middle-wrapper {
  font-size: 0;
}

.valign-middle-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.valign-middle-wrapper .valign-middle-element {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

.polaris-main {
  position: relative;
  overflow: hidden;
}

.polaris-main.has-media:before {
  background-color: transparent;
}

.skycom_container {
  max-width: 1140px;
}

.polaris-main:before {
  padding-bottom: 42.77344%;
  background-color: #222;
}

@font-face {
  font-family: SkyTextRegular;
  src: url(https://assets.sky.com/fonts/sky_regular.eot);
  src: url(https://assets.sky.com/fonts/sky_regular.woff) format("woff"),url(https://assets.sky.com/fonts/sky_regular.ttf) format("truetype"),url(https://assets.sky.com/fonts/sky_regular.svg#sky_regular) format("svg");
}

@font-face {
  font-family: SkyTextMedium;
  src: url(https://assets.sky.com/fonts/sky_medium.eot);
  src: url(https://assets.sky.com/fonts/sky_medium.woff) format("woff"),url(https://assets.sky.com/fonts/sky_medium.ttf) format("truetype"),url(https://assets.sky.com/fonts/sky_medium.svg#sky_medium) format("svg");
}

@font-face {
  font-family: skycons_2;
  src: url(/src/legacy/scss/fonts/skycons_2.eot);
}

@font-face {
  font-family: skycons_2;
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg7RB7MAAAC8AAAAYGNtYXAXVtNpAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zq3/xwkAAAF4AAD47GhlYWQNDWFnAAD6ZAAAADZoaGVhC4MIjgAA+pwAAAAkaG10eLaXUKUAAPrAAAADnGxvY2HN0gwSAAD+XAAAAdBtYXhwAP0CawABACwAAAAgbmFtZZlKCfsAAQBMAAABhnBvc3QAAwAAAAEB1AAAACAAAwQnAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADp4gQAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6eL//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAACAAMAAAP9BAAALgA7AAABIgYHAwUOAQcGFh8BAwYWFx4BMzI2PwEXHgEzMjY3PgEnAzc+AScuASclAy4BIwc3EwUHFxMlBy4DAgASHghu/uAUHgUGCxDbQwUKBQgYDQkRCfb2CREJDRgIBQoFQ9sQCwYFHhT+4G4IHhIKCnYBPPEJQP72AgIDAwEEABYU/uoYAhcSEiQOxP7aFR0HCgwGBZ2dBQYMCgcdFQEmxA4kEhIXARkBFhQWcBj+1xvXKP7rqQE6rLu1AAIAlwA+A2oDxgAyAEwAAAE0JicuAScuASciJiMiBgcOASMiJicuASMiBgcOAQcOARUcARUcARU6AzM8ATU8ATUBIg4CFRQeAjM4ATEyPgI1NC4CIzgBA2oCAgsyJB1AIgEBAQIFAhs+IB04GgYLBgQIBC5SIBYeW7W0tVr+lihGNR4fNEcoKEY1Hx80RygBTwgQCCtEGhYeCQECARYWEhIFBAIBEDAnHD4mQH1BAwcEAwMCQ4JEAncfNEcoKEY1Hh41RigoRzQfAAAAAAQAlwA8A2oDxAAeAFIAYgB9AAABHgEzMjY3HgEXHgEXHgEVHAEdASE1PAE1NDY3PgE3JSIGBw4BIyImJy4BIyIGBw4BBw4BFRwBFRwBFToDMzwBNTwBNTQmJy4BJy4BJyoBIzEDMhYVFAYjIiY1NDY3PgEzNSIOAhUUHgIzOAExMj4CNTQuAiM0IjEBdx9GJSRHHxkrEx4lBwIB/aQSFBY9KwEMAgUCGz4gHTgaBgsGBAgELlIgFx1btbS1WgICCzMjHUAiAQEBgjdOTjc4ThQTEzEaKEY1Hh80RygoRjUfHzRHKAEB8xUWFhQIFg4XMx8ECQQ2ZjYCGi1bLhYrGBooEEACARYWEhMEBAECEDAmHD8lQX1ABAYEAgMCRIJDCBAILEMbFh0KAVRONzdPTzcaMRMTFD0fNUYoKEc0Hx80RygoRjUeAQACABoAHgPeA+EAEwBMAAABIg4CFRQeAjMyPgI1NC4CExQGFSMVFAYHDgEjKgEnKgEnNSMiJicuATU8ATc8ATUzNTQ2Nz4BMzIWMzIWMxUzMhYXHgEVFAYVAfxkr4NMTIOvZGSvg0xMg6+rAe8DAwMNCQYMBgEDAdoGCAMDAwHwAwMCDQoGDAYBAwHaBQgEAwMBA+FLg7BjZLCDS0uDsGRjsINL/ggBAwHaBggDAwMBAe8DAwIOCQYMBgEDAdoFCQMDAwEB7wMDAw0JBgwGAAAAAwAaAB0D3gPhADgATABhAAAlOgEXMhYzMjY3PgE9ATM0NjU0NjU0JicuASsBNSoBIyYiIyIGBw4BHQEjHAEVBhQVFBYXHgE7ARUTMh4CFRQOAiMiLgI1ND4CNyIOAhUUHgIzMj4CNTQuAiMB3wEDAQYMBgkNAwMD7wEBAwMDCQXaAQMBBgwGCQ4CAwPwAQMDAwgG2h1XmnJDQ3KaV1eackNDcppXZK+DTEyDr2Rkr4NMTIOvZPIBAQMDBAgF2gEDAgUMBgoNAgMD8AEDAwMIBdsBAgIGDAYJDQMDA+8Cs0JzmVhXmXNCQnOZV1iZc0I8TIKwZGOwg0xMg7BjZLCCTAAAAAABAO4A8AMMAw4AOAAAJToBFzIWMzI2Nz4BPQEzNDY1NDY1NCYnLgErATUqASMmIiMiBgcOAR0BIxwBFQYUFRQWFx4BOwEVAd8BAwEGDAYJDQMDA+8BAQMDAwkF2gEDAQYMBgkOAgMD8AEDAwMIBtryAQEDAwQIBdoBAwIFDAYKDQIDA/ABAwMDCAXbAQICBgwGCQ0DAwPvAAMABwA/A/oD3AAVAC8ARwAAJQEuASMiBgcBDgEXHgEzITI2NzYmJwE+ATMyFhcyFjMXBw4BBw4BIyImLwI0NjcTDgEjIiYnLgE1NDY3PgEzMhYXHgEVFAYD8/5KCx4QEB0L/kILBAgIIRYDdRYhCAgDDP3sBRAMBQwFBggDAg8BAwMDCQcGCwcBEgUFRwgTCwsSCAcICAcIEgsLEwgIBwehAxMTFRUT/O0UIw4ODw8ODiMUAf8FBQEBAgH0BAgDBAMCAgHpBwwE/loICAgIBxMKDBIICAgICAgSDAoTAAAABAAHAD0D+gPaABUAKwBFAF0AACUBLgEjIgYHAQ4BFx4BMyEyNjc2JicHISoBIzQ2NwE+ATceARcBHgEXKgEjAR4BMzI2Nz4BPwEjLgEnIiYjIgYHDgEVHwEXIgYHDgEVFBYXHgEzMjY3PgE1NCYnLgED9P5JCx0REB0L/kILBAgIIRYDdRYhCAgDCzn8iwIEAQIBAb4BAgEBAgIBtgECAQIEAv4tBwwFBwkDAwMBDwIDCAYFDAULEAYFBRIBGAoTCAcICAcIEwoLEwgIBwcICBOeAxQTFRUT/OwTJA0ODw8ODSQTJQIDAgMTAgQBAQQC/O0CAwIBJAIDBAMEBwT1AQEBAQQFBQsH6QFMCAcIEwsLEggIBwcICBILCxMIBwgAAwAaAB0D3gPhABMAKABSAAABMh4CFRQOAiMiLgI1ND4CNyIOAhUUHgIzMj4CNTQuAiMBFAYPAg4BIyImLwEuATUjOAExMzQ2Nz4BNz4BMxc3HgEXHgEXHgEVMQH8V5pyQ0NymldXmnJDQ3KaV2Svg0xMg69kZK+DTEyDr2QBCQQDBO8ECwYGCwTrBAMICAQJBAkFAQIB5OwBAgEFCQQJBAOlQnOZWFeZc0JCc5lXWJlzQjxMgrBkY7CDTEyDsGNksIJM/nEECAQD7wQFBQTrBAgEAwoJBAgEAQLk7AECAQMIBQgLAwAAAAEAtQE1A1gCrAAjAAATHgEfAQEeATMyNjcBPgE1NiYnLgEnLgEnCQEOAQcOAQcOARW1AQMEBQEwBAsGBgsEATUEAwEHBwQJBQECAf7S/tIBAwEECQQHBwKCBAgDBv7RBQQEBQE1AwgFBAsHBAgEAQEB/tIBLgECAQMIBQYMBAAAAgAaAB4D3gPhABMAOAAAASIOAhUUHgIzMj4CNTQuAgcyFhceARcUFhcHFxQGBw4BBw4BIzEiJi8CLgE1NDY/AT4BMwH8ZK+DTEyDr2Rkr4NMTIOvHgILCAUIBAIB5ewCAQQIBAkLAgUHBATuBQQEBesDCAUD4UuDsGNksINLS4OwZGOwg0vaBAkECQUBAgHk7AECAQUJBAkEAwQE7gULBgYLBOsDBAAAAwAaAB0D3gPhABMAKABSAAABMh4CFRQOAiMiLgI1ND4CNyIOAhUUHgIzMj4CNTQuAiMTDgEHDgEjMSImLwIuATU0Nj8BPgEzNTgBMRUyFhceARcUFhcHFxQGBwH8V5pyQ0NymldXmnJDQ3KaV2Svg0xMg69kZK+DTEyDr2RzBAgECQsCBQcEBO4FBAQF6wMIBQILCAUIBAIB5ewCAQOlQnOZWFeZc0JCc5lXWJlzQjxMgrBkY7CDTEyDsGNksIJM/S8FCQQJBAMEBO4FCwYGCwTrAwQICAQJBAkFAQIB5OwBAgEAAQFJAKECwANEACYAAAEiBg8BAQ4BFRQWFwEeATM4ATEyNjc+ATc+ATcJAS4BJy4BJy4BIwKXBQgDBv7RBAUFBAE1BAcFAgsJBAgEAQEB/tIBLgEBAQQIBQgLAgNEAwQG/tEECwYGCwT+ywQEBQkECQQBAgEBLwEuAQIBBQkECQQAAAAAAgAaAB4D3gPhABMAOAAAASIOAhUUHgIzMj4CNTQuAgcyFh8CHgEVFAYPAQ4BIzEiJicuAScuASc3Jz4BNz4BNz4BMwH8ZK+DTEyDr2Rkr4NMTIOvtQQIBAXmBAQEBPMDCAUCCwkECAQBAQHs5QECAQQIBAkKAgPhS4OwY2Swg0tLg7BkY7CDS9oEAwblBAsGBgsF8gQDBAkECQUBAgHs5AECAQUJBAkEAAAAAAMAGgAdA94D4QATACgAUgAAATIeAhUUDgIjIi4CNTQ+AjciDgIVFB4CMzI+AjU0LgIjEwcOASMxIiYnLgEnLgEnNyc+ATc+ATc+ATM1MDIxFTIWHwIeARUUBgcB/FeackJCcppXV5pyQ0NymldksIJMTIKwZGSvg0xMg69kqvMDCAUCCwkECAQBAQHs5QECAQMJBAkKAgEECAQF5gQEBAQDpUJzmVhXmXNCQnOZV1iZc0I8TIKwZGOwg0xMg7BjZLCCTP4J8gQDBAkECQUBAgHs5AECAQUJBAkECAgEAwblBAsGBgsFAAABAUkAoQLAA0QAJAAAATIWHwEBHgEVFAYHAQ4BIzEiJicuAScuASMJAT4BNT4BNz4BMwFyBQgDBgEvBQQEBf7LAwgFAgsJBAgEAQEBAS7+0gECBAgFCAsCA0QDBAb+0QQLBgYLBP7LBAQFCQQJBAEDAS8BLgECAQUJBAkEAAAAAAIAGgAeA94D4QATADgAAAEiDgIVFB4CMzI+AjU0LgITFAYHDgEHIgYHJwciJicuAScuATUxNDY/Aj4BMzIWHwEeARUB/GSvg0xMg69kZK+DTEyDr6kFCAUIBQECAeXrAQMBBAkECQUEBAPvBAsGBgsF6wMEA+FLg7BjZLCDS0uDsGRjsINL/c8CCwgFCAQCAeXsAgEECAQJCwIFBwQE7gUEBAXrAwgFAAMAGgAdA94D4QATACgAUgAAATIeAhUUDgIjIi4CNTQ+AjciDgIVFB4CMzI+AjU0LgIjASMUBgcOAQciBgcnByImJy4BJy4BNTE0Nj8CPgEzMhYfAR4BFTM4ATEB/FeackNDcppXV5pyQ0Nymldkr4NMTIOvZGSvg0xMg69kARUIBQgECQUBAgHl6wECAgQJBAkFBAQD7wQLBgYLBesDBAgDpUJzmVhXmXNCQnOZV1iZc0I8TIKwZGOwg0xMg7BjZLCCTP3PAgsIBQgEAgHl7AIBBAgECQsCBQcEBO4FBAQF6wMIBQAAAAABALUBOQNYArEAIwAAATQmLwEBLgEjIgYHAQ4BFRQWFx4BFx4BFwkBMjY3PgE3PgEnA1gDBAb+0QQLBgYLBP7LBAQHBwQJBAICAQEuAS4BAgEFCQQHBwEBYwQIBAYBLwQFBQT+ywQIBAQMBgQIBAECAQEv/tICAQQIBAcLBAAAAAIAGgAeA94D4QATADgAAAEiDgIVFB4CMzI+AjU0LgIBNDY3PgE3PgEzFzceARceARceARUxFAYPAg4BIyImLwEuAScB/GSvg0xMg69kZK+DTEyDr/6OBQkECQQCAgHk7AECAQUJBAkEBAME7wQLBgYLBOsEAwED4UuDsGNksINLS4OwZGOwg0v+agMKCQQIBAEC5OwBAgEDCAUICwMECAME7wQFBQTrBAgEAAAFALYAPgNRA8YAIQA8AFcAcgB2AAABJzEvAS4BIzEhIgYHDgEVERQWFx4BMyEyNjc+ATURNiYnAxQGByEiJicuATU0NjU0NjchMhYXHgEVHAEHNRQGByEiJicuATU0NjU0NjchMhYXHgEVHAEHNRQGByEiJicuATU0NjU0NjchMhYXHgEVHAEHJzUXIwNIAokCBAsG/l4QHAsLDAwLCxwQAgAQGwsMCwEFBYgBAf6eBQkEAwQBAQEBYgUJBAMEAQEB/p4FCQQDBAEBAQFiBQkEAwQBAQH+ngUJBAMEAQEBAWIFCQQDBAExlJQDMAOJAQQFCwoLIRf9KBchCwsKCgsLIRcChQYLBP34BQYCAwQDDAkECAUEBgIDAwQMCAUIBIcEBgIDAwQMCAQJBAQHAgQDAwwJBAkEiAQHAgMEAwwJBAgFBAYCAwMEDAgFCATMk5MAAAAABQC2ADsDUgPDACEAPwBaAHUAkAAAAScxLwEuASMxISIGBw4BFREUFhceATMhMjY3PgE1ETQmJwcRFAYVIzEOASMhIiYnLgE1ETQ2NzUzPgEzIRUzFQcxIQ4BFRQGFRQWFx4BMyE+ATU2NDU0JicuAQcxIQ4BFRQGFRQWFx4BMyE+ATU2NDU0JicuAQcxIQ4BFRQGFRQWFx4BMyE+ATU2NDU0JicuAQNIAokCBAsG/l4QGwwLDAwLDBsQAgAQGwsMDAUFMwMBAwYE/gAEBwICAgIBAQIGBQFfsm3+ngEBAQQDBAkGAWEBAQEEAwQJBf6eAQEBBAMECQYBYQEBAQQDBAkF/p4BAQEEAwQJBgFhAQEBBAMECQMuAokCBAQKCwoiF/0oFyELCgsLCgshFwKFBgwEW/3ACQsCAwICAgIMCQLYCgsBAQIDsQNvAgcEBAkECAwEAwMCBgQECQQJDAMDBIgCBgQFCAQJDAMEAwIGBQQIBQgMBAMDhwIHBAQJBAgMBAMEAwYEBAkECQwDAwQAAAUAGQA0A+sDqAAEACAAQABxAJkAAAEHMy8BBS4BJy4BKwERMzI2Nz4BNz4BNz4BNTQmJy4BJzchIgYVERQWMyEFMhYzFjIzMjY3PgE9ATMyNjURNCYjAQ4BIyImJy4BLwEjDwEOAQcOASMiJiciJicTPgE3NjIzMhYXHgEXHgEXHgEXEw4BByUOAQcOAQcOASsBIiYnLgE1ETQ2Nz4BOwEyFhceARceARceARUUBgcBRTx4BSwBpgkWDQwbDjU2DhsMDBYJCQ8FBQYGBQUPCa/8uh0pKR0BiQFEAQUEAwYEBgoCAwJLHSkpHf47BAgEBgsFBAcCHJkDGQIGBAQKBgQJBQQHAn8FCgUGCgUGDAQEBwMDBQECBAJzAwYEAW4GFQ0NIBMSKxhOBw8DAwMDAwMPB1AXKhMSIA0NFAcHBwcHAuC1D4UMCQwEBAT+9wQFBA0ICRUNDR4RDxwMDBQI9Sgd/dEdKbgBAQMDAwcEpikdAi8dKP3sAQECAQEIBlUITQYHAgECAQECAQFwAgEBAQEBAQMCAgUDAwgF/q4BAgF1ER4NDRQIBwcCBQQKBgE+BgoEBAMHBgcSDAwdEREmFBQlEQAACQAaADID7AOnACcAQgBFAEgAeQCCAIUAmQC6AAABLgEnLgErASIGBw4BFREUFhceATsBMjY3PgE3PgE3PgE1NCYnLgEnBw4BBw4BBw4BKwERMzIWFx4BFx4BFx4BFRQGJTEzOwEnJy4BJy4BJy4BIyIGIw4BBwMeARceATMyNjc+AT8BMx8BHgEXHgEzMjY3MjY3Ay4BJx8BIz8CHwIXOQEBMhYVERQGKwEVJSEiJjURNDYzITUhIgYVERQWMyEFMhYzMhYzMjY3PgE9ATMyNjURNCYjMQMmDR8SEykXUAkMAgIDAwICDAlOFysSEx8NDRQHBwYHBgcUDQ4GDwkJFwwNGw45OA4cDA0WCgkPBgUGBv3tA3QBARABBQIDBwQECwYFCgYECQV+AgUDBQkEBgkEAwYCHJwDGwEGBAQLBgQHBQMFAnMBBAITAX8BBjkCCzFpAbkKDQ0Kef7J/moKDQ0KA0b8uh0pKR0BiQFEAQUDBAYEBgkDAwJLHSkpHQLVDBIHBgYDAwMJBv7CBgkDAwMHBwgUDA0dEREkFBQmERAdC78NFgkIDQUEBQEQBQQEDQgIFQ0MHBARHwYDywMFAQIDAQEBAQEBAf6TAQEBAQECAgEHBVYJTQYHAQECAQICAQFPBQgDzQMDD6wGIpOUAeIOCf3RCQ6xsQ4JAi8JDi8pHf3RHSm4AQEDAwMHBKYpHQIvHSkAAAADAD0AQAPFA2sALgBDAFQAAAEuASMxISIGBw4BFRwBFxQWFzMTMxQWFx4BMzEhMjY3PgE3MRMzNDY3NDY1NCYnAyMVIzUjFSM1IzUzNTMVMzUzFTMVATUiJiMmIiMiBgcOAR0BMzUDvQMJBfypBQgEAwQBAQEtUwEDAwMJBQJTBQgEAgMBUy0BAQEEBH2mPLc9p6c9tzym/uACBgQFCAQJDAMEAzwCWwMDAwMEDAgECQQEBwL+LwQHAgMEBAMCBwQB0QIHBAQJBAgMBP7XysrS0j2+vsXFPQIgFwEBAwQECQW0tAAIAD0APgPFA2kALgAzADcAOwBAAEUASgBbAAABLgEjMSEOAQcOARUcARcUFhczEzMUFhceATMxITI2Nz4BNzETMzQ2NzQ2NTQmJwU1MxUjFxUjNScVIycTIyczFSE1MwcjNyM1MwcBNS4BIyImIyIGBw4BHQEzNQO9AwkF/KkFCAQDBAEBAS1TAQMDAwkFAlMFCAQCAwFTLQEBAQQE/eq3t7e3PKAhlkoglQEvkyFynp6+IP7oAgYEBQgECQwDBAM8AlgDBAEDAwMMCQQIBQQGAv4uBAcCAwMDAwIHBAHSAgYEBQgECQwD7Le3PLa287e3/le2tra28re3AeMXAQEBBAMECQa0tAAVACcAPwbXA8YAFgAyAEYAWgBqAKAAwQDWAOsBAgEVAT4BTgFnAZ4B3AIFAhECMgI7AkoAAAEqATEiBgcOAQcGFjsBMjY3PgE3NiYjByI2NzYmIyYGByIGBw4BBwYWFxYyNz4BNzYmMQcOASsBIiY3PgE3PgEzMDIzMhYHNw4BKwEiJjc+ATc+ATMwMjMyFgclDgEPAQYWOwEyNj8BNiYjFyoBMSImNz4BOwEyNjU2JiMiBjEOAQcOATM6ATEyFgcOASsBIgYHBhYXMBYzMjYxPgE3NiYjNyIGBw4BBxQWMzI2NTYmIyoBMSImPwE+ATsBMjY1NiYjJSIGBw4BBwYUOwEyNjc+ATc2JisBBSMiBgcOAQcGFjsBMjY3PgE3NiYjJSIGMSIGDwEGFhcwFjMyNjc2MDc2JiMHMAYHDgErASImPwE+ATsBMhYHBTc+AScwJiMiBjEOAQcGFjsBMhYHDgExIyIGByIGDwEGFjMyNjE+ATcnMQ4BKwEiJjcxPgE7ATIWJzQmIyIGBw4BBwYWOwEyNj8BPgE7ATI2Nwc2JiMqATEiBgcOATEOASsBIiY/ATYmIyIGMQ4BDwEGFjMyNjcwBjsBMjY3PgE3NiYrASImPwElIgYxDgEPAQ4BKwEiJj8BNiYjIgYVDgEPAQYWMzoBNwcOASsCIgYVBhYzHgEXMzI2MT4BPwE+AT8BNiYjATI+AjU0LgIjIgYHPgE1NjI9AS4BKwEiFAcOAQ8CBhYXHgMzNTIWFRQGIyImNTQ2JTIeAgcOAgQjIgYVFBYzMgQsATc2JiQmMSIGFRQWMwE1MzUjFTMVMzM1IwcnIxUzNRczNzEVMwF5BBIDEAgIOAYHAwcXBw0DBD8HBgUFmgQqDg4dBBVGHgYNBAJBBggKBxU1IBwqFgkgJQgYCB4DAwIECgICBgQbBQUPBhwIGQgSAgUEBAgDAwUEEQQFDwYEtw4NDDEHBwQWBgsJMQoQB4MNHAUDAwMLBToDDQIoDyceBQsDDAIQEB0FAgMDCgU8BQkCAQMDDiQnHgUKAw8GDpQsHQcGIAELLDEdAQcGBjIEAgMcAgsEMAkGAQsp/vQICAECAwECBR4GCQMBAwQDBgMe/MkeCAgBAQQCAgEDHwcJAgIDAwQGAwKqMCMFCwNNAwIEIjBBIxAOFBQtHwQiAQMPCyEEBAM1AgUEHwgEBf5pIgICAxEoJiIECgECBQRNBAMCBQ0lDg8MBQsDEA4tGCcmBQsDLgQNBB4EAwQEDQUdBANMGwcaIQ8MFgcHBwQVBwsJJgQKBRcDDQHWCQgGBwwIDwMNGAMMBRkFAwMmCg8JDQYFCQUpDy4YGiwLAwcOBwgCAwIDAwUCDAMEAyECGgwIBAsDJQMMAxkFAgQjDBEIDQcECwQoDi4XBw0GDQILBQ09BgkBBAICCyQHJyYFCgQnAQECHwsRCP5+U6KBUE+Ao1Q3YRAPWQEBAQIB7QEBMEAeBAEDAgMJPG2ibmV0dGVkdXUBQ1HFqnAEA27f/qrtAgQDAw4BWwGZAVUJB+z+4PMBBgMDAmsTLxUHTwkQDwkGDwYQBgEUBwwNWgwLCw4GBmUKCwhKCh8dBwMBAgwFBmgKCwoBAQEBECgSBx4QBgIGBQ4EBAIDDD8QBQIEBg8EAwMEDAQBBBBODAgGDk8QBDEHBAUGBQYNAg0DCwUSFAkEBQcEAgMIAwUNAwwEFRMwFwsKNAcHChAGAgEIBSsGBwgDAg0tCQMCBAMEBwQDAwYEBgZVCAMCBAQEBgQDBAUFBgROAwcGewYIAQIYGBcgIhM1NQIDDwIEVQIDDglINwUNBQoIAgcCBAQGBAcDAQEHBRsWCg8CCgUFBggIBgYJCTwJBgkWEiMNDAgGDj0GBwIGBQ4HEAUVKAQHBwQ+DwUCAggIQxgIBAsOAwQDBgYFBgQEOBMCAgsGOwQHBwQ7EgMBAQILBkAYCAESBgcFAwUGAgQBDwILBT8DAgIxEgMBVQ0aJhgYJRoOCwMYeAEBAQEBAQEBQ2U3CAMFDAUOHBcPhhcKCxYWCwoX9iFDZkY4dF88AwICAwE5jYx0dS8BAQMDAv2VJQUFJSojIyoiIiIiAAADAB4AQwUPA8oADwAqAH4AAAEhIgYVERQWMyEyNjURNCYBFAYHDgEjKgEnIiYjEQcuAScuATU0Nj8BMxEFDgEjITwBNSY0NTQ2Nz4BPwE+ATc+ATc+ATc+ATU0JicuASMiBgcOAQ8BDgEjIiYnLgEnPgE3PgEzMhYXHgEVFAYHDgEHDgEHDgEPATMeARUUBgcEpfviLD09LAQeLD4+/TcEAwQOCgYMBgMGAmMDBgIDAgsLazgBwQQJBv7UAQIDAggGhwsTCQgPBQYKAwMDDAwMJBgMFQoJEQcZBQgEBwoEBAUBDCATEy0aJzwVFRUEAwQLBwYRCQkVC4XxAQIEAwPKPiv9Syw9PSwCtSs+/W8GCgQEBAEBAZIvBAcEBQoFCxIGNP49EQMEAgQCBQgFBg4ICAwFeQkSCAgQCAgQCAgSCRMgDAwMBAMDBwQOAgMGBgcRCwoRCAkIFBMUNCANFwsKFQoJEwkJEQlzBg4JCQ4DAAQAHQBABQ4DyAAPACAAOwCPAAABISIGFREUFjMhMjY1ETQmARE0NjMhMhYVERQGIyEiJjUlFjIXMhYzMjY3PgE1ESMHDgEVFBYXHgEXNxElPgE1NCYnIzc+ATc+ATc+ATc+ATU0JicuASMiBgcOAQceARceATMyNj8BPgE3PgEzMhYXHgEVFAYHDgEHDgEHDgEPAQ4BBw4BFRwBFRYUFSEyNjcEpfviLD4+LAQeLD09+4kaEwQeExoaE/viExoBaAIGAwYMBgoOBAMEOGsLCwIDAgYDYwIGBAMBAfGFCxUJCREGBwsEAwQVFRU8JxotExMgDAEFBAQKBwQIBRkHEQkKFQwYJAwMDAMDBAkGBQ8ICRMLhwYIAgMCAQEsBgkDA8g+LP1MLD4+LAK0LD784gK0ExoaE/1MExsbE3MBAQEEBAQKBgHDNAYRCwUKBQUHAy/+bgkDDQoJDgZyCRIJCBMKChQLCxcMIDUTFBMICAgSCQsSBgYGAgMOAwcEAwMMDAsgFAkSCAgQCAcQCAkRCXkFDAgIDgYFCQQCBAIDBAAAAwAeAEMFDwPKAA8AKgCEAAABISIGFREUFjMhMjY1ETQmARQGBw4BIyoBJyImIxEHLgEnLgE1NDY/ATMRJQ4BBw4BBw4BIyImJy4BJz4BNz4BMzIWFx4BFx4BFx4BMzI2Nz4BNTQmJy4BIyIGBw4BByc3IR4BFRQGBw4BKwEVDwE3PgE3PgEzMhYXHgEXHgEXHgEVFgYHBKX74iw9PSwEHiw+Pv0xBAMEDgoGDAYDBgJjAwYCAwILC2s4AcsFEQsLHRARKBYXKxMSIg8BBQQFCwcECQUFDQcHEAkJFQwdKg0ODQ8ODyQWER0LChQJMRkBCQIBBAMECQW/EQIOCBIKCRkREiEPDxkKChAFBgUBBgYDyj4r/UssPT0sArUrPv1rBgoEBAQBAQGSLwMIBAUKBQsRBzT+PUAOGQoLEQUGBgUGBQ0JCxIGBgYCAgIEAgIEAgICDQ0NIhUWIQ0LDAQFBAsGEfgGDggJDQQDBAaHEQoGCgQDBAYGBg8KChcNDRsPEB8OAAQAHQBABQ4DyAAPACAAOwCVAAABISIGFREUFjMhMjY1ETQmARE0NjMhMhYVERQGIyEiJjUlFjIXMhYzMjY3PgE1ESMHDgEVFBYXHgEXNxElHgEzMjY3PgE3PgE3PgE1NCYnLgEnLgEnLgEjIgYHDgEPAT8BNTMyNjc+ATU0JichBxc+ATc+ATMyFhceARUUBgcOASMiJicuAScuAScuASMiBgcOAQceARcEpfviLD4+LAQeLD09+4kaEwQeExoaE/viExoBYgIGAwYMBQsOAwQEOGsLCwIDAgUEYwEUEyoXFygREB0LCxEFBgUFBgUQCgoZDw8hExAZCgkSCA4CEb8FCQQDBAIB/vcZMQkUCgsdERYkDw4PDQ4NKxwMFQkJEAcHDQUFCQQHCwUEBQEPIRMDyD4s/UwsPj4sArQsPvziArQTGhoT/UwTGxsTbwEBAQQEBAoGAcM0BhELBQoFBQcDLv5vBgUGBgYGEQoLGA4OHxEOHA0NFwkKEAYGBgQEBAoFChGGBwMEAw0JCQ4F+BEHCwQEBQwMDCIVFSINDQ0CAgIEAgIEAgECBgYFEgwIDgUAAAAFAB4AQwUPA8oAGABDAFMAbgDHAAABMjY3PgE1NCYnLgEjIgYHDgEVFBYXHgEzFy4BJy4BIyIGBw4BBw4BBw4BFRQWFx4BMzI2Nz4BNz4BNz4BNTQmJy4BJwEhIgYVERQWMyEyNjURNCYBFAYHDgEjKgEnIiYjEQcuAScuATU0Nj8BMxElDgEHDgEHDgEjIiYnLgEnLgEnLgE1NDY3PgE/AScuAScuAScuAScuATU0Njc+ATc+ATc+ATMyFhceARceARceARUUBgcOAQcOAQcOAQ8BFx4BFx4BFRQGBwM0FiINDQ4NDQwjFxcjDQwNDQ4NIxVSBhIKChgODhkKCxEHBgsDAwMPDw8oGQwWCQoRCAcMBAQEAwMECgcBH/viLD09LAQeLD4+/R8DBAQOCgYMBQQGAmMDBgICAwsLazgB7QYRCwscEREoFhcnEREcDAsRBQYGDAwLIBUUFAcNBwYLBQUIAwMDBQUEDwoKGRAPJhUWJQ8QGQoKDgUFBQMDAwgFBQwGBw0HExQUIAwLDAYFAisLCwscEhEdCgoLCwoKHRESHAsLC00HCQQEAwMEBAkHBg4ICBAJEx8LDAwDAwMJBQYOBwgSCQkQCAgOBgHsPiv9Syw9PSwCtSs+/WsGCgQEBAEBAZIvAwgEBQoFCxEHNP49MAwVCQkOBQUGBgUFDgkJFQwNGg4XJQ4PFQcGCAMHBQQLBwYPCQgSCgwXCwsUCQgOBgUGBgUGDggJFAsLFwwKEwgIDgcGCwUFBwMIBgcVDw8kFg4bDQAAAAAGAB0AQAUOA8gADwAgADsAlACtANgAAAEhIgYVERQWMyEyNjURNCYBETQ2MyEyFhURFAYjISImNSUWMhcyFjMyNjc+ATURIwcOARUUFhceARc3ESUeARceATMyNjc+ATc+ATc+ATU0JicuAS8BNz4BNz4BNz4BNz4BNTQmJy4BJy4BJy4BIyIGBw4BBw4BBw4BFRQWFx4BFx4BFx4BHwEHDgEHDgEVFBYXHgEXEzQ2Nz4BMzIWFx4BFRQGBw4BIyImJy4BNQc+ATc+ATc+ATMyFhceARceARceARUUBgcOAQcOAQcOASMiJicuATU0NjcEpfviLD4+LAQeLD09+4kaEwQeExoaE/viExoBUAIGAwYMBgoOBAQDOGsLCwMCAgYDYwECCx0RECgXFigREB0LCxEGBQYMCwwgFBQTBw0HBgwFBAgDAwMEBQUPCQoZEA8mFRYlDxAZCgoPBQQFAwMDCAUFCwYHDQcUFBUgDAsMBgYFEQsoDA0NIxcXIwwNDQ4NDSIWFiMNDQ0IAwoHBxELChkODhgKChIGBwoEAwMEBAQMBwgRCgkWDBkoDw8PAwMDyD4s/UwsPj4sArQsPvziArQTGhoT/UwTGxsTbwEBAQQEBAoGAcM0BhELBQoFBQcDLv5vIAkOBgUFBQUGDgkJFQwMGw8VJQ4PFgYGCAMIBQQMBgYPCAgSCgwYCwsTCQkOBQYFBQYFDgkJEwsLGAwKEggIDwcGCwUECAMHBwYVDw8lFg4bDAwVCQE+EhwLCgoKCgscEhEdCwsLCwsLHRG4CA8GBgoEAwQEBAMKBgYPBwgRCAoSBwgNBgYIBAMCCwwMHxMIEQcAAAQAHgBDBQ8DygAPAB8ATgC4AAABIxUzMjY3PgE1NCYnLgEjASEiBhURFBYzITI2NRE0JgEOAQcOAQcOASsBFRQGBw4BIyoBJyImIxE0Njc+ATsBMhYXHgEXHgEXHgEVFAYHBQ4BBw4BIyImJy4BJy4BJy4BNTQ2Nz4BNz4BNz4BMzIWFx4BFxUUBgcOASMiJicuAScuAScuASMiBgcOAQcOAQcOARUUFhceARceARceATMyNjc+AT8BNSMiJicuATU0NjczMhYXHgEdAQGfTkcfLg4PDw8PDisbAwb74iw9PSwEHiw+Pv17BhIMCx0QESUUVQQDBA4KBgwFBAUCAwMCDBBuGCkSER0MCxEGBgUGBgHkEycUFS8bGzEWFiYPEBgJCAkJCAkZDxAmFhYwGxUrFRUlEQQFAwwIBQkEBQwHBxIKChgOEyIPDxsLDBEHBgYGBgcRCwwbDxAiEhEcDAsWCgRlBggEAgQBAZkPDQEDBAK6xg0ODSUXGCQNDA0BED4r/UssPT0sArUrPv5ODxkKCxEGBgaDBgoEBAQBAQG9BwwFAgYHBgYRCgsZDw4gEBIgD9QLEQYHBgoKChoREScWFzAZGTAVFiYQEBoJCQkEBAUMCQULEQYFBgIBAgQCAgQBAgIGBwYSCwwcEBAlFBQlEREeDA0TBwgHBAMDCQYCfQMDAgoMBw4FBgIEDAi9AAUAHQBABQ4DyAAPACAATwBfAMkAAAEhIgYVERQWMyEyNjURNCYBETQ2MyEyFhURFAYjISImNQEuAScuASsBIgYHDgEVERYyFzIWMzI2Nz4BPQEzMjY3PgE3PgE3PgE1NCYnLgEnBw4BKwE1MzIWFx4BFRQGByUiBgcOAQcOAQcOARUUFhceARceARceATMyNjc+ATc1NCYnLgErAQ4BFRQWFx4BOwEVBw4BBw4BIyImJy4BJy4BJy4BNTQ2Nz4BNz4BNz4BMzIWFx4BFx4BFx4BMzI2Nz4BPQEuAScuASMEpfviLD4+LAQeLD09+4kaEwQeExoaE/viExoB0QwdERIpGG4QDAIDAwIFAwYMBQsOAwQEVRQlERAcDAwSBgYGBQYGEQs4Di4fR04bKw4PDw8PAY8aMBYWJhAPGQkICQgJCRgQDyYWFjEbGy8VFCcTBAMBDQ+ZAQEEAgQIBWYEChYMCx0QEiIQDxsMCxEHBgYGBgcRDAsbDw8iEg8YCgoRCAcMBQQJBAkMAwUEESUVFSsWA8g+LP1MLD4+LAK0LD784gK0ExoaE/1MExsbEwIdCxEGBgYFAwQMB/5DAQEBBAQECgaEBgYGEQoLGQ4PIRERHw8OGQu7DQ7GDA0MJRcXJQ7tCQoJGRAQJhYWLxoZMBYWKBEQGwoKCQYGBhILvQcMBQIGBg0ICwsCAwN9AgUJBAMDBwcHFAwMHhESJRQUJBEQHAsMEgYGBgECAgQCAgQBAgEFBgYRCgUJDQQEBQAAAAIAHgBDBQ8DygAPAFAAAAEhIgYVERQWMyEyNjURNCYBFAYHDgEHDgEHDgEjIiYnLgEnLgEnLgE9ATQ2Nz4BMzoBFzIWMxEUFhceATMyNjc+AT0BNDY3PgEzOgEXMhYzEQSl++IsPT0sBB4sPj7+hgcHBhMMDB8SEioXGCoSER8MDBMGBwYEAwQOCgYMBQQFAhEQEC4eHS4REREEAwQOCgYMBQMFAwPKPiv9Syw9PSwCtSs+/hYVKBMSIQ4OFggHCAgHCBYODiESEygV/QYKBAQEAQH+5yAzExQTExQTMyD/BgoEBAQBAf7pAAAAAwAeAEAFDwPIAA8AHwBgAAABISIGFREUFjMhMjY1ETQmExQGIyEiJjURNDYzITIWFQUiJiMiBgcOAR0BFBYXHgEXHgEXHgEzMjY3PgE3PgE3PgE1ESYiJyImIyIGBw4BHQEUBgcOASMiJicuATURJiInBKX74iw9PSwEHiw+PgEaE/viExoaEwQeExr9OgUMBgoOBAMEBgcGEwwMHxESKhgXKhISHwwMEwYHBwMFAwUMBgoOBAMEERERLh0eLhAQEQIFBAPIPiz9TCw+PiwCtCw+/OITGxsTArQTGhoTaAEEBAQKBv0WKBMSIQ0OFggICAgICBYODiATEigWARYBAQEEBAQKBv8gNBMTFBQTEzQgARgBAQAAAAMAPwA+A8UDaQAvAEQAWgAAASM1NCYjISIGHQEUFjsBFTEUFjMyNjcxNxUUFjsBFzMeATMyNjUzNTMyNj0BNCYjBTUjIiY9ATQ2MyEyFh0BIyIGHQEHJTMyFh0BFAYrARUnISImPQE3PgEzIQNrsjUl/jklNDQlGBAKBgoEbTQl6ZgBBAkGCw8BFyU1NSX9gVQMEREMAccMEtklNF8BzbIMEhIMU3L+/gwRAQEQCwEVAm2iJTU1JdomNIcLDwQEbXclNJkEBA8LhzQl2yU1yHIRDdoMEhIMojUlEF6LEQzbDBFzcxEMozwLDgAAAgA/AEADxQNrABwAVwAAATU0JiMhIgYdARQWOwEVMRQWMzI2NzE3NTQ2MyEDFzEeATMyNjUzNTsBOgExPgE3MjYzPgE3PgE3PgE3PgE3PgE3OAEzIjAxPgE9ATQmIyEiBh0BFBY7AQK5NSX+OSU0NCUYEAoGCgRIRjIBGyyZBAkGCw8BEAcBAQUJBAIEAgMGAgIEAgMEAwEDAgMGAwEBBwg1Jf5QJTU1JdICo24mNDQm2iU1hwsPBQRHnzJG/j6YBAUPC4cBAQECAQICAQIBAQQCAQMBAwgECxkN0yU1NSXTJTUAAQA9AD4DwwMDABsAAAEhIgYVERQWOwEdARQWMzI2NzM3ITI2NRE0JiMDaf0uJjQ0JmIPCwYKAwGYAaolNTUlAwM0Jv6PJTSHAQoPBASZNCUBcSY0AAAAAAIAPQA7A8MDAQAbAC8AAAEhIgYVERQWOwEVMRQWMzI2NzM3ITI2NRE0JiMTFAYjIQc1IyImNRE0NjMhMhYVEQNp/S4mNDQmYg8LBgoDAZgBqiU1NSUdEQz+PnOdDRERDQLSDBEDATUl/o8lNYcLDwUEmDUlAXElNf41DBJychIMAXEMEREM/o8AAAAAAwA7AD4DuQPCACcANQBCAAABIgYPATEPAQEHIiYnNTcBNz4BNTQmIyEiBhURFBYzITI2NRE1NCYjNy4BIyIGDwEXNzYmLwEHAQcdAhQWOwE3AScDdwMHAgEkBv7ZZR0qARUBQBEDAwkH/gA6U1M6AjM6UgkHMAgTCQMIBBZFFggHDQZ0/oIQBwYBRgF/RQLbAwMBJAX+2RMpHAhfAUASAgcDBwlSO/3NO1JSOwH6BgcJ1ggJAgMWRRYIHg0GNP6ARQEBAQQHDgGARQAAAwA5ADsDugPBAA0AGgBIAAABLgEjIgYPARc3NiYvAQcBBx0BBxQWOwE3AScXNCYjIgYPASMHERQGIyEiJjURNDYzITcxNz4BNTQmIyEiBhURFBYzITI2NRE1A6gJEwkDCAMXRRcHBwwGdP6CDwEIBQFHAX5FUQcFAwUCAgEkLCD9xiAtLSAB6CUCAwIHBv35OVBQOQI6OFEDsAgJAgMWRRYIHg0GNf6CRQEBAQQHDgF+RbAFBwICAyT+GB8tLR8COiAtJAMCBAMFB1A5/cY4UVE4AgEGAAAAAwA/AJwDwQLsAFIAXgCXAAABNiYnLgEnLgEnLgEjIgYHDgEjIiYnLgEjIgYHDgEHDgEHMBYXMR4BFzAyMzI2Nz4BNz4BMzgBMRYyMzoBNzoBMTIWFx4BFx4BMzoBMz4BNz4BJyUiJjU0NjMyFhUUBiUcARUjFRQGBw4BIyImJyoBIzUjIiYnLgE1PAE3PAE1MzU0Njc+ATM6ARc6ATMVMzIWFx4BFRwBBwPBAQoMDSoiFDQgCA8IHzobFisVFioVGzsfBgwGMEMYKygDAxYJIhYCAQ8aCx05HA0cEiNFIxw4HAECGSYRGTgcChgOAQQBGSMICwUB/XgfLCwfHywsAdZKAwMDDQkGDAYBAwE1BQgEAQQBSgMDAw0JBgwGAQMBNAYIBAEEAQFMK1UqMlwoGCAFAQIUEQ0ODg0RFAEBBjcnRZdRZywUFQEMChs3HQ0OAQESExwzGQkKAh4bIEMSbS0fHywsHx8tMwEDATUFCAQCBAEBSgMDAgoNBgwGAQMBNAYIAwMDAUoDAwILDAYMBgAAAAAEADgAlwO6AucADABeALIA6wAAARQGIyImNTQ2MzIWFScxMhYXHgEzMjY3PgEzMhYXHgEXHgEXHgEHHQEUBgcdAQ4BByImLwEuAScuASsBBiIjKgErASIGBw4BBw4BIzgBMSImLwEuATU+ATc+ATcyNjM1IgYjDgEHDgEHMBYXMR4BFzoBMzI2Nz4BNz4BMzgBMTIWMzI2MzoBMTIWFx4BFx4BMzoBNz4BNz4BNTYmJy4BJy4BJy4BIyIGBw4BIyImJy4BIzEBPgE9ATM8ATU2NDU0JicuASsBNSYiIyYiIyIGBw4BHQEjHAEVBhQVFBYXHgE7ARU6ARcyFjMyNjcBfSwfHywsHx8sTBQqFxw7Hh08HRYqFAULBRQhDxomDQoKAQMJBAgFAQQDDRgvFBo+JQQZNiAaNBsiHjIWGTcgBAYBCAQBBgoEBCYjFS4dBAgEBgwGMEMYKygDAxYJIhUBAgEPGgsdORwNHBIjRSMcOBwBAhkmERk4HAkZDgEEARkjCAsEAQoMDSoiFDQgCA8IHzobFisVFioWGjsfAaYDA0oBBAEECAY0AQMBBgwGCQ0DAwNKAQQBBAgFNQEDAQYMBgkNAwIcHy0tHx8sLB+PDg0SEhISDQ4BAQMUEh5OMiZNJgIBDTkaAQEMBAEBAwsXKxcdHAEWFxk2HgQBAwMNHEEOUIY6IiIEATwBBjcoRZdRZi0UFQEMChs4HA0OAQERExwzGgkKAQIdGyBDEitWKjJbKBggBgEBExEODQ0OEBT+0QQIBTUBAwEGDAYMCwIDA0kBAQMDAwgGNAEDAQYMBg0KAgMDSgEBBAIAAAIAGgAeA94D4QATAE0AAAEiDgIVFB4CMzI+AjU0LgIDFx4BFRQGBw4BBw4BBycHDgEjIiYnLgEnLgEnNycuATU0Njc+ATc+ATcXNz4BMzIWFx4BFx4BFQcXAfxkr4NMTIOvZGSvg0xMg68qrwQEBwYFCQQBAgHJuwMIBQILCQQIBAEBAcm6BAQHBwQJBAEDAcm6AwgFAwoJBAgEAQLJCwPhS4OwY2Swg0tLg7BkY7CDS/4TrwQIBAQMBgUIAwECAcm6BAMECQQJBQECAcm6BAgEBAwGBAgEAQIByboDBAQJBAkFAQIByQsAAAAAAwAaAB0D3gPhADgATQBjAAABNCYvATc0JicuAScuASMiBg8BJw4BBw4BBw4BFRQWHwEHHgEXHgEXHgEzMjY/ARcyNjc+ATc+ATUDMh4CFRQOAiMiLgI1ND4CMzUiDgIVFB4CMzI+AjU0LgIjMQLtBAS6yQIBBAgECQoDBQgDusoBAgEECQQHBwQEuskBAQEECAQJCwIFCAO7yQECAQQJBQYH8VeackNDcppXV5pyQ0Nymldkr4NMTIOvZGSvg0xMg69kATIFCAO6ygECAQQJBQgFBAS6yQEBAQQIBAcLBAUIA7vJAQIBBAkFCAUEBLrJAgEECAQHCwQCc0JzmVhXmXNCQnOZV1iZc0I8TIKwZGOwg0xMg7BjZLCCTAABAP4A6gMQAvwAOAAAATQmLwE3LgEnLgEnLgEjDgEPAScOAQcOAQcOARUUFh8BBxQWFx4BFx4BMzI2PwEXPgE3PgE3PgE1AwgEA9DfAQIBAwkECQoCBQgEz98BAgEFCAUGBwQEz94CAQQIBAkKAwUIA9DeAQIBBQkEBgcBEwUIBM/eAQICBAkECQUBAwTP3gEBAQQIBQYLBAUIBM/eAQMBBAkECQUEBM/eAQEBBAgEBwsEAAADABoAHgPeA+EAEwBJAGoAAAEiDgIVFB4CMzI+AjU0LgIBPgE3PgEzOAExMhYfATURNTI2MzI2MzIWFx4BFRE3HgEXHgEXHgEHFAYPAQ4BIyImLwE+ATcBFAYjISImPQI0Njc+ATM6ARcVITU2MjMyFhceAR0CAfxkr4NMTIOvZGSvg0xMg6/+4wQIBAkLAgUIA2cBAwEGDAcJDQIDA3YBAgEFCQQHBwEDBJoFCwYGCwSpAQEBAgURDf2nDBIDAgEMDQgOBwIdBw8HDQwBAwID4UuDsGNksINLS4OwZGOwg0v+igUJBAkEAwRnJAEiFQEBAwMDCQX+unYBAgEDCAUGDAMFCASaBAUFBKkBAgH+xQwSEgyFCwUHAwEEAYWFAQMCAwcFB4kAAAIAswDWA0kDPQA1AFYAAAE+ATc+ATM4ATEyFh8BNRE1MjYzMjYzMhYXHgEVETceARceARceARUOAQ8BDgEjIiYvAT4BNwEUBiMhIiY9AjQ2Nz4BMzoBFxUhNTYyMzIWFx4BHQIBQwQIBAkLAgUIBGYBAwIFDQYJDQIEAnYBAgIECQQHBwEDBJoFCwYGCwSpAQEBAgYSDf2nDBIDAwELDQgOCAIcBw8HDQwBAwICLwUJBAkEBANnJAEiFQEBAwMECAX+unYBAgEDCQQGDAQECASaBAUFBKkBAgH+xQ0REQ2FCwUHAwEEAYWFAQQBAwcFB4kAAAAFAB0AYAeCA6wADABcAHIAewCJAAAlIiY1NDYzMhYVFAYjEzAOAhc2LgIxMCYnIzUFIwczMhYHDgErATcjAyEyPgI3NiYnNCY1JjQ3MhYVMBYXEwE3MhYHDgErATcjAyEyPgI3Ni4CIyEOATkBARQeAQQzMiQ+ATU0LgEkIyIEDgEVMQU1IxUzBzM3Mxc1IwcnIwczNxc3MxUzA31Vd3dVVXd3VdkpLyYCBA4TEhUbhf698xjiWWAPEIhSKTW3TgEESYtwTg0EAwsCAQMBBAIBpQGm3VlhDxGIUio1t00BBEmLcU0LDCRSekr+fE0t+8eN8wFHuboBR/ONjfP+ubq5/rnzjQa8FAgDBAMIHwQLBQMJAwgFCwEEsxkSEhkZEhIZAmYyPTYEBDY+Mz1TAQFoRUBGP+P+tSRAVzISTRsBAgIBBgEDAQUC/igB4AFFQEY/4/61JEBXMjJWQCVcNv3IGy8jFBQjLxsaLyMUFCMvGmYDAxsbGx4UFB4XFxcXAAACAEAAPQPEAmIACQAhAAABMjY3ASEBHgEzCQEOASMiJicBDgEVERQWMyEyNjURNCYnAfwaLhIBB/09AQUTMBoBpP7hG0QmJkYb/ugNEDQmAtAlNRQQATYUEgEG/vsTFAEa/uEbHB0bARgNIhP+jyU1NSUBcRYlDQADAEAAOwPEAl8AEAAaADIAAAEhIgYVERQWMyEyNjURNCYjDwEOASMiJi8BIRMUBiMhIiY1ETQ2NxceATMyNj8BHgEVEQNq/TAlNTUlAtAmNDQmSskTLhoaMBPJAkpoEQ39MAwSBwXtG0YmJkUa8wgMAl80Jv6PJTQ0JQFxJjQ8yhITFBLJ/nEMEREMAXEHDATtGx0dG/IDDwr+jwABASYAPAL8A8QAFgAAATcjNTQ2OwE1LgEjIgYdASMVMxEzETMC4hSfHjJVC0UsXHOLi6aLAdihZyMrkAEFbWh2of5kAZwAAAADABoAHgPeA+EAEwAfACsAAAEiDgIVFB4CMzI+AjU0LgIDBw4BJxE2Fh8BFhQFBw4BJxE2Fh8BFhQB/GSvg0xMg69kZK+DTEyDr0ymEzQYGDQTpgoBEqcTNBgYNBOnCQPhS4OwY2Swg0tLg7BkY7CDS/4KphMcGAGoGB0TpQobCaYTHBgBqBgdE6UKGwAAAAAEABoAHQPeA+EAEwAoADQAQAAAATIeAhUUDgIjIi4CNTQ+AjciDgIVFB4CMzI+AjU0LgIjAQcOAScRNhYfARYUBQcOAScRNhYfARYUAfxXmnJDQ3KaV1eackNDcppXZK+DTEyDr2Rkr4NMTIOvZAE0pxM0GBg0E6cJ/tumEzQYGDQTpgoDpUJzmVhXmXNCQnOZV1iZc0I8TIKwZGOwg0xMg7BjZLCCTP4HpRMdGAGoGBwTpgkbCqUTHRgBqBgcE6YJGwAAAgEPASsDMALTAAsAFwAAAQcOAScRNhYfARYUBQcOAScRNhYfARYUAzCnEzQYGDQTpwn+26YTNBgYNBOmCgHopRMdGAGoGBwTpgkbCqUTHRgBqBgcE6YJGwAAAAAEAD0APQPFAr0ACwAwADwASAAAASIGFRQWMzI2NTQmJSMnLgEnMSMxOAExIgYPASMiBgc5AQ4BFREUFjMhMjY1ETQmIwUyFhUUBiMiJjU0NgU0NjMyFhUUBiMiJgIBMkdHMjJGRgE3pzUNIhGbEiENNacUIgwLDTUlAtMmNTUm/pdLampLS2pqATQfFhYfHxYWHwHbRjIyR0cyMkaHNQ0YARgONREODB8S/pMmNjYmAW0mNktpS0tqaktLaVwWHx8WFh4eAAAAAAUAPQA7A8UCuwAfAD0ASQBVAGEAAAEjJy4BIzUjFSIwMSIGDwEjIgYVERQWMyEyNjURNCYjExQGIyEiJjURNDY7ATc+ATczMTsBHgEfATMyFhURASIGFRQWMzI2NTQmAyImNTQ2MzIWFRQGJRQGIyImNTQ2MzIWA2qnNQ0iEZoBEiENNaclNTUlAtMmNTUmHhEN/S0MEhIMwEYLDAE7MygCCwtHwA0R/nlLampLS2pqSzJGRjIyRkYBIR8WFh8fFhYfAl82DRgBARgNNjUm/pImNTUmAW4mNf43DRISDQFuDRJHCwgBAQgLRxIN/pIBf2pLS2lpS0tq/tNGMjJHRzIyRtEWHx8WFh4eAAAEAD0AOwO+A8EACwBBAFgAawAAASM1IxUjFTMVMzUzBScuATU0Njc+ATU0JiczNyMiBgcOARUUFjMyNjcOARUUFhcOAQcOARUUHgIzMj4CNTQmJyciLgI1NDY3PgEzMh4CFRQGBw4BIxMiJjU0Njc+ATM6ARceARUUBiMDvnc8d3c8d/5YLAkWFgwmPz4VR076MHkzJx5oXwkUCgUHFw0phTc1KB8/YEFNd1EpPSedJzglEgsPDy4XJTkmEwkVDi0WAWBzUxQmUAgJCwdFPlpWAjB3dzp2djUhCBcUExsLHklBQ0gRLxQqIVgpRXQBAQsUDxwlDwMSIh9RICE9Lx0nP1EpPkchhStASR4XMRISEixBTCAQLxQPFf4oUT8/MwgMBgEwPi43SAAAAAAEADoAPQPBA8EADwAfAC8APwAAASEiBhURFBYzITI2NRE0JgMhIgYVERQWMyEyNjURNCYBISIGFREUFjMhMjY1ETQmAyEiBhURFBYzITI2NRE0JgGN/v8iMDAiAQEiMDAi/v8iMDAiAQEiMDABwP7+ITAwIQECIjAwIv7+ITAwIQECIjAwA8EwIv7/IjAwIgEBIjD+IDAh/v4iLy8iAQIhMAHgMCL+/yIwMCIBASIw/iAwIf7+Ii8vIgECITAAAAAIADoAPQPBA8EADwAgADAAQQBRAGIAcgCDAAABMhYVERQGIyEiJjURNDYzJSEiBhURFBYzITI2NRE0JiMRMhYVERQGIyEiJjURNDYzJSEiBhURFBYzITI2NRE0JiMBMhYVERQGIyEiJjURNDYzJSEiBhURFBYzITI2NRE0JiMRMhYVERQGIyEiJjURNDYzJSEiBhURFBYzITI2NRE0JiMBjQkMDAn+/wkNDQkBAf7/IjAwIgEBIjAwIgkMDAn+/wkNDQkBAf7/IjAwIgEBIjAwIgHiCQwMCf7/CQ0NCQEB/v8iMDAiAQEiMDAiCQwMCf7/CQ0NCQEB/v8iMDAiAQEiMDAiA4UNCf7/CQwMCQEBCQ08MCL+/yIwMCIBASIw/eQNCP7+CQwMCQECCA08MCH+/iIvLyIBAiEwAaQNCf7/CQwMCQEBCQ08MCL+/yIwMCIBASIw/eQNCP7+CQwMCQECCA08MCH+/iIvLyIBAiEwAAQAHgBDBQ8DygAPAEgAcACMAAABISIGFREUFjMhMjY1ETQmARQGBw4BIyoBJyImIzUjFRQGBw4BIyoBJyImIxE0Njc+ATM6ARcyFjMVMzU0Njc+ATM6ARcyFjMRJQ4BBw4BBw4BKwEiJicuATURNDY3PgE7ATIWFx4BFx4BFx4BFRQGBycuAScuASsBETMyNjc+ATc+ATc+ATU0JicuAScEpfviLD09LAQeLD4+/Y4EAwQOCwUMBgMGAvUEBAMOCwYLBgMFAwQEAw8KBgsGAwYC9QMEBA4KBgwGAwYCAgMIGhERKRgYNx5lEA0BAwQEAwENEGceNhgYKBEQGgkJCQkJbQwdEBEjE0lLEiMQEB0MDRMHBwcHBwcTDQPKPiv9Syw9PSwCtSs+/WoGCgQEBAEB1LoGCgQEBAEBAcQGCgQEBAEB0LYGCgQEBAEB/jx8FicQEBoJCgoGAgUMBwGdBwwFAgYJCAgYDw8lFhUxGxkvFt8LEAYFBv6fBgYGEQsLHREQKBcUJRAQGwsAAAUAHgBABQ8DyAA4AGAAfACMAJ0AAAEWMhcyFjMyNjc+ATURJiInIiYjIgYHDgEdASM1JiInIiYjIgYHDgEVERYyFzIWMzI2Nz4BPQEzFQEuAScuASsBIgYHDgEVERQWFx4BOwEyNjc+ATc+ATc+ATU0JicuAScHDgEHDgEHDgErAREzMhYXHgEXHgEXHgEVFgYHEyEiBhURFBYzITI2NRE0JgERNDYzITIWFREUBiMhIiY1AhkCBgMGDAULDgQDBAIGAwYMBgoOBAQD9QIGAwYLBgoPAwQEAwUDBgsGCw4DBAT1AhYRKBgYNh5nEA0BAwQEAwENEGUeNxgYKRERGggJCQkJCRoQEwcTDQwdEBAjEktJEyMREB0MDRMHBwcBCAeJ++IsPT0sBB4sPj77iRoTBB4TGhoT++ITGgEYAQEBBAQECgYBxAEBAQQEBAoGts8BAQEEBAQKBv48AQEBBAQECga60wGeEBcJCAgFAwQMCP5kCAwEAgYKCQoaEBAmFhYwGRswFhUlD/gRHAwLEQYFBgFgBQYFEQsLGxAQJBUWKBECCj4s/UwsPj4sArQsPvziArQTGxsT/UwTGxsTAAAEABoAHQPeA+EAEwAoAIoAogAAATIeAhUUDgIjIi4CNTQ+AjciDgIVFB4CMzI+AjU0LgIjEz4BNz4BNz4BNz4BNz4BNz4BNz4BNTQmJy4BJy4BJy4BIyIGBw4BBx4BFx4BMzI2PwE+ATc+ATMyFhceARUUBgcOAQcOAQcOAQcOAQcOARUUFhUcARUeATMyNjc+ATc+ATcHIiYnLgE1NDY3PgEzMhYXHgEVFAYHDgEB/FeackNDcppXV5pyQ0Nymldkr4NMTIOvZGSvg0xMg69kFgQLBgcPCQkTDAcNBwYLBQUIAwMEBgUGEAoLGxAQJRQYLhcVJA4BBQUFCwcFCgUaCBEKChkOFSIMDAwGBgYOCQkSCQkSCAgNBQUFAQcMBQcKAwMDAQEGBCULEggIBwcICBILCxMIBwgIBwgTA6VCc5lYV5lzQkJzmVdYmXNCPEyCsGRjsINMTIOwY2Swgkz98QYMBgULBQULBwMJBQUMBwcPCQkTCw4aDAwVCQkOBQUFCAcGEAkMFAcHBwICCwMFAwICCQoKGxAKEwcHDQYFDAYFDgcIEQoKGQ8CBgMCBAICAgMDAwUDCRAH/QgHCBMKCxMICAcHCAgTCwoTCAcIAAMAGgAeA94D4QATACsAjQAAASIOAhUUHgIzMj4CNTQuAgMOASMiJicuATU0Njc+ATMyFhceARUUBhMOAQcOAQcOAQcOAQcOAQcOAQcOAQcOAQcOASMiJic8ATUmNDU0Njc+ATc+ATc+ATc+ATc+ATU0JicuASMiBgcOAQ8BDgEjIiYnLgEnPgE3PgEzMhYXHgEXHgEXHgEVFAYHAfxkr4NMTIOvZGSvg0xMg69OBxMLCxIICAgICAgSCwsTBwgICJUDCAUFCwYHDgYMEwkJDwcGCwQEBgEBAwQCCgcFDAcBBQUFDQgIEQoJEgkJDgYGBgwMDSEVDhkKChIHGgUKBQcLBQUFAQ4kFRcuGBQlEBAbCgsQBgUFAwMD4UuDsGNksINLS4OwZGOwg0v9BggICAgIEgsLEwcICAgIBxMLCxIBcgkQBgcMBQUJBAYLBQYKBgUMBwYQCQMGAwMCAgICBAEDBgMOGQoKEgcIDQYGCwYGDQcHEgsQGgoKCgIDAgYDCgICBwcHEw0JDwcHBwUFBQ4JCBUMDBoOCxQIAAABAGMAQAOcA8QATwAAATQmJy4BJwEuASMiBgcBDgEVMBwCMRUwFjM6AzM4ATE+ATc+ATUwPAI1OgEzMBwCFRQWMzIwMRcyNjc+ATcyNjcyNjU2NDM+ATURA5wCAgIFBP6WCBULChUI/p0HBwUFAUpZSwENEQYFBzZ5NggCAecFCgUCAwIBAwEBAwEBCAoCAgUHAwQIBAGTCAgICP51BxAKfZZ9LAsBBgUGEApTamMQaX5qAQcDAQICAQIBAgEBAQEBCBUMAYoAAAIAYwA+A5wDwgATAGQAAAkBEyMRNSEVHAMVIzwDNQE1IgYHAQ4BFRwDMRUwFjM6AzM4ATM+ATc+ATUwPAI1OgEzMBwCFRQWMzIwMTMyNjc+ATc+ATc+ATUyNDc+ATURNCYnLgEnAS4BIzEB+wFkAbL+o7IBXAoVCP6dBwcFBQFKWkoBAQwRBgUHNnk2CAIB5wUKBQIDAgEDAQEDAQEICgICAgUE/pYIFQsDg/50/oMBID08Dk1bVRYvenJbDwGEPwgJ/nUHEAkBfZZ8LAwBBgYGEAlTamMQaH9pAQgDAgEBAgEBAQEBAQEBAQcWDAGJBQgDBAgDAZMJCAAAAAQAGgAdA94D4QATACgAQwBcAAABMh4CFRQOAiMiLgI1ND4CNyIOAhUUHgIzMj4CNTQuAiMRIgYHDgEVERYyMx4BMzI2Nz4BNREmIiciJiM1IgYHDgEVFBYXHgEzMjY3PgE1NCYnLgEjAfxXmnJDQ3KaV1eackNDcppXZK+DTEyDr2Rkr4NMTIOvZAsOAwQEAgUDBgwGDg0CBAQCBQMGDQYLEggIBwcICBILCxMIBwgIBwgTCwOlQnOZWFeZc0JCc5lXWJlzQjxMgrBkY7CDTEyDsGNksIJM/owEBAQKBv6QAQEBBQMECgYBcAEBAbsICAcTCwsTBwgICAgHEwsLEwcICAAAAwAaAB4D3gPhABMALQBFAAABIg4CFRQeAjMyPgI1NC4CAxQGBw4BIyoBJyImIxE0Njc+ATM6ARcyFjM3DgEjIiYnLgE1NDY3PgEzMhYXHgEVFAYB/GSvg0xMg69kZK+DTEyDr0EEBAINDgYMBgMFAgQDBA4LBg0GAwUCAwgTCwsSCAgHBwgIEgsLEwgHCAgD4UuDsGNksINLS4OwZGOwg0v9HAcKBAIFAQEBcAcKBAMEAQFjBwgIBwgSCwsTCAgHBwgIEwsLEgAEADkAPAPBA8MAGwAsADgASQAAASMeARUUDgIjIi4CNTQ2NyMRFBYzITI2NRE1NCYrASIGHQEUFjsBMjY9AQUiBhUUFjMyNjU0JgEhIiY1ETQ2MyEyFhURFAYjA1hOBAUsS2Y5OmVLLAUETxUOAnIOFBQOaQ4UFA5pDhT+pUhmZkhIZmYBE/1JKz09KwK4Kz09LAJFESMSOWZLLCxLZjkSIxH+gg8UFA8BfvMPFBQPaA4VFQ5oi2ZISGVlSEhm/Y89KwK3Kz09K/1JKz0AAAAAAwAaAB4D3gPhABMALgBNAAABIg4CFRQeAjMyPgI1NC4CAxUUBgcOASMqASciJiMRNDY3PgEzOgEXMhYzAQ4BIyImJy4BLwE/AT4BNz4BMzIWFx4BFwcfAQ4BBwH8ZK+DTEyDr2Rkr4NMTIOvsgQDBA4KBgwFBAUCAwQEDgoGCwYDBgIBEgcNBgoQBQYKBr8JrQUKBQUPCgUNCAQHBMMEzAMIBQPhS4OwY2Swg0tLg7BkY7CDS/4s6AYKBAQEAQEBwgYKBQMEAQH+JQECAwIDCQbdC8wGCAIDAgECAQIC4AXrAQICAAAAAAQAGgAdA94D4QAUACkASQBkAAABMh4CFRQOAiMiLgI1ND4CMzUiDgIVFB4CMzI+AjU0LgIjEyc/AS4BJy4BIyIGBw4BDwEfAR4BFx4BMzI2Nz4BNycHNSYiJyImIyIGBw4BFREWMhcyFjMyNjc+ATUB/FeackJCcppXV5pyQ0NymldksIJMTIKwZGSvg0xMg69kCAQEvwQHBQcNBQoPBQUKBbYJtgULBgUQCgYNBwUIA8xWAgYDBgsGCg4EBAMCBQMGDAULDgMEBAOlQnOZWFeZc0JCc5lXWJlzQjxLg7BkY7CDTEyDsGNksINL/hkFBdsBAwEBAgMCAwgG1gvTBQkDAwMCAgEDAesP+QEBAQQEBAoG/j4BAQEEBAQKBgAAAAQAQAA8A8QDIQAxADsARQBJAAABNTQmKwE1NCYjISIGFREUFhcjFAYHHAEVFBYXHgEXMSEVFBYzIRUUFjsBMjY1ETQmJwURIRUhIgYdASMlFSERIRUjIgYVEyM1MwOaGxMBGxP9hxMaAQJYAQEDBAMJBQEiGxIBSRsTeRIbGRH9OQJc/ngSG6cCHf7GAaY+ExuYXFwBpj8TG+ATGxsT/h4ECQQCBgQECQQJDAMDAwEMExshExoaEwEQEhoBhgHE0RsTxVmzARAvGxP+//MAAAADADgAxAO+AyEAKwAvADMAACU0JicjPgE1ETQmIyEiBhURFBYXIw4BFQYUFRQWFx4BFzElMjY3PgE1NCY1BSM1MyUhESEDvQEBVwIBGhP9hhMaAgFbAQEBBAMECAUDVgUIBAMEAf5gPDwBDv2kAlz0BAYDAwkEAeITGxsT/h4ECQMDBgQECQQJDAMDAwEBAwMDDAkECQQRHh8BxAADADAAOgO+A6AADgAtADIAABMyFhcUBisBIiY1NDYzMQEyHgIVESMRNCYjIgYHDgEVESMwNjwBJzMVPgEzMQUzESMRnzI6ATwzATE7PTICPzBSPCLDLjUoMQsDA8MBAcMTT079XsPDA6A7Kyo7OyorO/7zIEFkQ/6vATo7Si0bCRkN/rio0rwVUx5DDv21AksAAAAABAAaAB4D3gPhABMALgBJAGQAAAEiDgIVFB4CMzI+AjU0LgITFAYHISImJy4BNTwBNT4BNSEyFhceARUcAQc1FAYHISImJy4BNTwBNT4BNSEyFhceARUcAQc1FAYHISImJy4BNTwBNT4BNSEyFhceARUcAQcB/GSvg0xMg69kZK+DTEyDr6gBAf4IBQkEBAMBAQH5BQkEAwQBAQH+CAUJBAQDAQEB+QUJBAMEAQEB/ggFCQQEAwEBAfkFCQQDBAED4UuDsGNksINLS4OwZGOwg0v9XQQHAgMEAwwJBAkEBAYCAwMEDAgFCAS0BAYCAwQDDAgFCAQFBgIDBAMMCQQIBbUEBgIDAwQMCAQJBAQHAgQDAwwJBAkEAAkA1wEvAycC1AAEABIAIQAmADQAQwBIAFYAZQAAEyEVITUhMhYXHgEVHAEHFAYVIyEiJicuATU8ATU+ATUzFRUhFSE1ITIWFx4BFRwBBxQGFSMhIiYnLgE1PAE1PgE1MxUVIRUhNSEyFhceARUcAQcUBhUjISImJy4BNTwBNT4BNTMV8AIe/eICHgUJBAQDAQEX/eIFCQQEAwEBFwIe/eICHgUJBAQDAQEX/eIFCQQEAwEBFwIe/eICHgUJBAQDAQEX/eIFCQQEAwEBFwLUPDwDAwQMCAUIBAUGAgMEAwwJBAgFBAYCPHg9PQQDBAwIBAkEBAcCBAMDDAkECQQEBgM9eDw8BAMDDAkECQQEBgIDAwQMCAUIBAQHAjwAAQDBADwDOQPFAB4AAAEiDgIVFB4CFxMzHgEzMjY3MxM+AzU0LgIjAf1Cc1UyIjxTMUcBAgkHBgkCAUoxUjsiMlZzQQPFMlVzQjZhTzoO/u0FBwcFARMPOk9hNUJzVTIAAgDBADkDOQPCABoAOgAAATIeAhUUDgIPAy8CLgM1ND4CMzUiDgIVFB4CFxMzHgEzMjY3MxM+AzU0LgIjMQH9NV1FKBovQyggCSIgCCEoQzEbKUVdNUJzVTIiPFMxRwECCQcGCQIBSjFSOyIyVnNBA4YoRV01K01BLw0JIXx7IQoMMEBPKjVdRSg8MVZzQTZhUDkP/u4GBwcGARMPOk9gNkFzVjEAAAAAAwCXAD4DaAPGACEAMwBPAAABIz4BNTQuAiMiDgIVFBYXIyIGFREUFjMhMjY1ETQmIyU0PgIzMh4CFRQGByEuATUTFTEUBgcOASMiJiMiJic1LgE1NDYzMhYVFAYHAx0PBAMrTGU5OmVLLAQDDiAsLCACOh8sLB/+CiI7Ty0tTzsiBQT+XwQE+gQDAwwJBAkEBAYDDREkGRkjEQ0CdA8eDzplSywsS2U6Dx4PLB/+YB8sLB8BoB8sPC1POyIiO08tDx4PDx4P/saKBQkEAwQBAQGgCBsRGSMjGREbCAAAAAAEAJcAOwNoA8MAGwA9AE8AYAAAASIGFRQWFxUyFhc6ATMyNjc+ATUxNT4BNTQmIyUjPgE1NC4CIyIOAhUUFhcjIgYVERQWMyEyNjURNCYjJTQ+AjMyHgIVFAYHIS4BNQEUBiMhIiY1ETQ2MyEyFhURAgMZJBENAwYEBAkECQwDAwQNESQYARoPBAMrTGU5OmVLLAQDDiAsLCACOh8sLB/+CiI7Ty0tTzsiBQT+XwQEAgUJBv3GBwgIBwI6BgkB4yMZERsIoAEBAwQECAaJCBsRGSOPDh4QOWVMKytMZTkQHg4sH/5gICwsIAGgHyw8LU87IiI7Ty0QHg4OHhD92QcICAcBoAYJCQb+YAAAAwA+ADsDxwPEAA8APwBvAAABISIGFREUFjMhMjY1ETQmBRQGFSMfAR4BFRQGBw4BBw4BBycVIgYjBiIjIiYnLgE9AjQ2OwEyFhceARUUBhUBFAYrASImJy4BNTQ2NTQ2NTMvAS4BNTQ2Nz4BNz4BNxc1OgE3MjYzMhYXHgEdAgNt/SwmNTUmAtQlNTX+LQHGC7UDAwYGBAcEAgQBzQIFAwQKBQkMAwMDEQz3BQkDAwQBAaYRDPcFCQMEAwEBxgu1AwMGBgQHBAIDAs0CBQIFCgUJDAMDAwPENSb9LCU1NSUC1CY1iwMEAguzAwgEBQsGAwcDAgMBy8UBAQMDBAgFA/UNEQMDAwwJBQoF/X4MEgQDAwwJBQkFAwUCCrMEBwUECwYEBgMCAwHKxQEBBAMDCQUD9QACAJMAlwNlA2kALwBgAAABKwEiBh0CHgEXHgEzMjYzMjYzNR8BPgE3PgE3PgE1NCYvATM8ATc0NjU0JicuARM7ATI2PQI0JicuASMqAQciBiMVLwEOAQcOAQcOARUUFh8BIxQGFRQGFRQWFx4BMwGoBvEMEgEDAwMMCQUKBAMFAgrDAQQCBAcEBgYDBL/GAQEEAwMJpAbxDBEDAwMMCQUKBQIFAgrDAgMCBAcEBgYDA8DGAQEDBAMJBQNpEgz1AwUJAwMEAQHFCsECAwEEBgQGCwQFBwS9AgUDBAoFCQwDAwP9LxEN9AMGCAQDAwEBxQrBAQMCAwcDBwsEBAgDvgIEAwUKBQkMAwMDAAAAAwA+ADsDxwPEAA8APwBvAAABISIGFREUFjMhMjY1ETQmARQGKwEiJicuATU0NjU2NDczLwEuATU0Njc+ATc+ATcXNTYyMzYyMzIWFx4BHQIFHAEHIx8BHgEVFAYHDgEHDgEHJxUiBiMiBiMiJicuAT0CNDY7ATIWFx4BFRwBBwNt/SwmNTUmAtQlNTX+LhIM9wUIBAMEAQEBxQq1BAMGBwMHBAIEAc0CBQMFCQUJDAMEAwGkAcUKtQQDBgcDBwQCBALMAgUDBQkFCQwDBAMSDPcFCAQDAwEDxDUm/SwlNTUlAtQmNf6ZDREDAwMMCQUKBQMEAguzAwgEBQsGAwcDAgMBy8UBAQMDBAgFA/XJAwUCCrMEBwUECwYEBwMCAwHLxQEBAwQDCQUD9QwRAwMDDAkFCgQAAAAAAgCUAJIDZQNuADAAYQAAASsBIgYdAhQWFx4BMzoBMzYyNzUfAT4BNz4BNz4BNTQmLwEzNjQ1NjQ1NCYnLgEjJRczMjY9AjQmJy4BIyIGIyIGIxUvAQ4BBw4BBw4BFRQWHwEjBhQHHAEVFBYXHgEzA04G8QwSAwQDDAkECgUDBQIKwgIEAgQHAwcGAwS/xQEBAwMECAX9XQbxDBIDBAMMCQUJBQMFAgrCAgQCBAcDBwYDBL/FAQEDAwQIBQHDEQ31AwUIBAMDAQHECsABAwIDBwMGCwUECAO9AgUDBQoFCA0DAwN6ARIM9QMFCQMDBAEBxQrBAgMBAwcEBgsEBQcEvQIFAwQKBQkMAwMDAAIAGgAeA94D4QATAC4AAAEiDgIVFB4CMzI+AjU0LgITFAYVISImJy4BNTwBNzwBNSEyFhceARUUBhUB/GSvg0xMg69kZK+DTEyDr6sB/fsGCAMDAwECBgUIBAMDAQPhS4OwY2Swg0tLg7BkY7CDS/4IAQMBAwMCDQoGDAYBAwEDAwMNCQYMBgADABoAHQPeA+EAGgAuAEMAAAEhNDY1NDY1NCYnLgEjIRwBFQYUFRQWFx4BMxMyHgIVFA4CIyIuAjU0PgI3Ig4CFRQeAjMyPgI1NC4CIwEFAgUBAQMDAwkF/foBAwMDCAb3V5pyQ0NymldXmnJDQ3KaV2Svg0xMg69kZK+DTEyDr2QB4QEDAgUMBwkNAgMDAQICBgwGCQ0DAwMBxEJzmVhXmXNCQnOZV1iZc0I8TIKwZGOwg0xMg7BjZLCCTAAAAAABAO4B4QMMAh0AGgAAASE0NjU0NjU0JicuASMhHAEVBhQVFBYXHgEzAQUCBQEBAwMDCQX9+gEDAwMIBgHhAQMCBQwHCQ0CAwMBAgIGDAYJDQMDAwADAT4AOgLGAyEAEAAcACAAAAEhIgYVERQWMyEyNjURNCYjAyImNTQ2MzIWFRQGNyERIQKZ/tITGhoTAS4SGxoTlAkNDQkKDQ17/vABEAMhGhP9dBMbGxMCjBMa/UANCgkNDQkKDVECMwAAAAABAIAARgMoA7kAKgAAAQU4ATEOARUxES4BBw4BFx4BNz4BJzERJREuAQcOARceATc+AScxESYGBwLj/nAIChc3HDMzDxBeNCwzAwFtFzYcNDMPEF4zLTMDESYOA7mdAw4J/hgKAQwUWyssIRQSSicBvpH+rQoBCxVaLCwhFBJKJwJECQMFAAAABABAADwDuwPAAD0AZQB0AIMAAAE0LgInLgEjIgYHDgMVFB4CFwcOARUUFhceARceARc3HgEzMjY3Fz4BNz4BNz4BNS4BJzEnPgM1Bw4BBw4BBy8BMS4BNTERMTQ2Nz4BMzoBFzIWFxExFAYVFx4BFRQGBwEuAScmDgIXHgEXPgE3JQ4BBx4BFz4BNzYuAgcDizFYd0UDKh0dKgNFd1gxFSY3IUYEBAYGAwcDAwUCXyxlNzdlLV4CBQQDBgQGBgEEA0ciNicU3wMGBAMFAhGiAwQEAwMMCQUIBQQGAwGYBAQGBv6DChwQKk43Fw0FFw8fZUAB0xAcCkBlHw8XBQ0XN04qAfRJg2hHDRwoKBwNR2iDSS9YT0QcRgQJBQULBwMGAgMEAV8aHBwaXgEEAgMGAwYMBQUJA0cbRU9XL7sDBgMDBAERnQMJBAEPBQgEAwQBAQH+8wEDAZQECQUFCwYCVg4WBxAQMkwqEyEMP2IcKwcWDhxiPwwhEypMMhAQAAAABQBAADkDuwO9ACgAZgB7AIoAmQAAASc0NjUxESImJyImIyIGBw4BFTERMRQWFzEfAT4BNz4BNz4BNTQmJzE3NC4CJy4BIyIGBw4DFRQeAhcHDgEVFBYXHgEXHgEXNx4BMzI2Nxc+ATc+ATc+ATU0JicxJz4DNSE0PgIzMh4CFRQOAiMiLgI1Ey4BJyYOAhceARc+ATclDgEHHgEXPgE3Ni4CBwKwmAEDBgQFCAUJDAMDBAQDohECBQMEBgMGBgQE2zFYd0UDKh0dKgNFd1gxFSY3IUYEBAYGAwcDAwYCXixlNzdlLV4CBQQDBwMGBgUDRyI2JxT9HDZcfUZGfVw2Nlx9RkZ8XTaIChwQKk43Fw0FFw8fZUAB0xAcCkBlHw8XBQ0XN04qAV+TAQMCAQ0BAQEEBAMJBf7yBQgEnRABBAIDBgMGDAUFCQSSSYNoRw0dJycdDUdog0kvV09FG0cECQUFCwYDBgMDBAFfGhwdGl8BBAMDBQQGCwUFCQRGHERPWC5HfFw2Nlx8R0Z8XTU1XXxGAZwOFgYRETJLKhMhDT9iHSoGFg4dYj8NIRMqSzIREQAAAAIBOQEeAtAC4QAMACcAAAEHDgEnETYWHwEWFAcXIiYjLgEnETQ2Nz4BMzoBFx4BFxEUBgcOASMCP6YUMxkZMxSmCQljBwwHBgkEBQYFEgwHDQYGCgMFBQUSDQHpphMcGAGoGB0TpQobCcsBAQEBAZkIDgUGBQEBAQH+ZwgOBQUGAAAAAAQAGgAeA94D4QAUACoANwBSAAABMh4CFRQOAiMiLgI1ND4CMzUiDgIVFB4CMzI+AjU0LgIjMRMHDgEnETYWHwEWFAcXIiYjLgEnETQ2Nz4BMzoBFx4BFxEUBgcOASMB/FeackNDcppXV5pyQ0Nymldkr4NMTIOvZGSvg0xMg69kQ6YUMxkZMxSmCQljBwwHBgkEBQYFEgwHDQYGCgMFBQUSDQOlQnOZV1iZc0JCc5lYV5lzQjxLg7BjZLCDS0uDsGRjsINL/gimExwYAagYHROlChsJywEBAQEBmQgOBQYFAQEBAf5nCA4FBgUAAwAaACAD3gPkABMAHwA6AAABIg4CFRQeAjMyPgI1NC4CAwcOAScRNhYfARYUFxQGBw4BIyImJyImIxE0Njc+ATM6ARcyFhcRAfxksIJMTIKwZGSvg0xMg68iphM0GBg0E6YKhwUFBRINBg0GBgoDBQUFEg0GDQYHCQMD5EyDr2Rkr4NMTIOvZGSvg0z+B6YTHBgBqBgdE6UKG64IDQYFBgEBAgGaCA0GBQUBAgH+ZwADABoAHgPeA+EAEwBEAF0AAAEiDgIVFB4CMzI+AjU0LgITDgEHDgEHDgEjIiYnLgEnLgEnLgE1NDY3PgE3PgE3PgEzMhYXHgEXHgEXHgEVFAYHAyIGBw4BFRQWFx4BMzI2Nz4BNTQmJy4BIwH8ZK+DTEyDr2Rkr4NMTIOvUAcUDQ0eERImFRUmEREeDA0TCAcHBwcIEw0MHhERJhUVJhESHg0NFAcHBwcHsRwsEA8PDw8QLBwcLRAQEBAQEC0cA+FLg7BjZLCDS0uDsGRjsINL/bIXJhAPFggHCAgHCBYPDycXFzYfHzcXFyYPDxcIBwgIBwgXDw8mFxc3Hx82FwEqGBcXRzEwSBYYFxcYF0gvMEcXGBgAAAAABAAaAB0D3gPhADAASQBdAHIAAAEuAScuASMiBgcOAQcOAQcOARUUFhceARceARceATMyNjc+ATc+ATc+ATU0JicuAScDDgEjIiYnLgE1NDY3PgEzMhYXHgEVFAYHAzIeAhUUDgIjIi4CNTQ+AjciDgIVFB4CMzI+AjU0LgIjAogNHhESJhUVJhERHgwNEwgHBwcHCBMNDB4RESYVFSYSER4NDRQHBwcHBwcUDTAQLRwcLBAPDw8PECwcHC0QEBAQEFxXmnJDQ3KaV1eackNDcppXZK+DTEyDr2Rkr4NMTIOvZAK2DxcHCAcHCAcXDw8nFxc2Hx83FxcmDw8XBwgICAgHFw8PJxYXNx8fNhcXJhD+uRgYGBcXRzEwSBcXGBgYF0gvMEcXAjZCc5lYV5lzQkJzmVdYmXNCPEyCsGRjsINMTIOwY2SwgkwAAAACABoAHgPeA+EAEwAuAAABIg4CFRQeAjMyPgI1NC4CAxQGBw4BIyImIyYiJxEHLgEnLgE1NDY/ATMRAfxkr4NMTIOvZGSvg0xMg68uAwQEDgoGDAUEBQNjAwYCAgMLC2s4A+FLg7BjZLCDS0uDsGRjsINL/UsGCgQEBAEBAQGRLgMHBAYKBAwRBjT+PQAAAAADABoAHQPeA+EAGgAuAEMAAAEyFjMWMjMyNjc+ATURIwcOARUUFhceARc3ERMyHgIVFA4CIyIuAjU0PgI3Ig4CFRQeAjMyPgI1NC4CIwHsAwUEBQwGCg4EBAM4awsLAwICBgNjEFeackNDcppXV5pyQ0Nymldkr4NMTIOvZGSvg0xMg69kARABAQQDBAoHAcM0BxELBQoFBAgDL/5uApVCc5lYV5lzQkJzmVdYmXNCPEyCsGRjsINMTIOwY2SwgkwAAAAAAgAaAB4D3gPhABMAZwAAASIOAhUUHgIzMj4CNTQuAhMOASMhNCY1NCY1NDY3PgE/AT4BNz4BNz4BNz4BNTQmJy4BIyIGBw4BDwEOASMiJicuASc+ATc+ATMyFhceARUUBgcOAQcOAQcOAQ8BMx4BFRQGBwH8ZK+DTEyDr2Rkr4NMTIOvPQQJBv7VAQEDAgMHBocLFAgJDgYGCQMDBAwMDCUYDBUJChAHGQUJBAYKBAQGAQ0fExQtGSc9FRUVBAQECgcHEAkKFAuF8QEBBAMD4UuDsGNksINLS4OwZGOwg0v9QQMEAgQCBAkFBg4ICAwFeQkSCAgQCAgQCAgRChMgDAsMAwMDBwQOAgMGBgcRCwoRCAgJFBQTNCANFwsKFQoJEwkJEghzBg4JCQ4DAAAAAAMAGgAdA94D4QBTAGcAfAAAASEyNjc+ATU0JicjNz4BNz4BNz4BNz4BNTQmJy4BIyIGBw4BBx4BFx4BMzI2PwE+ATc+ATMyFhceARUUBgcOAQcOAQcOAQ8BDgEHDgEVFBYVFBYVEzIeAhUUDgIjIi4CNTQ+AjciDgIVFB4CMzI+AjU0LgIjAV8BKwYJBAMEAQHxhQsUCgkQBwcKBAQEFRUVPScZLRQTHw0BBQUECgYECQUZBxAKCRUMGCUMDAwEAwMJBgYOCQgUC4cGCAICAwEBnVeackJCcppXV5pyQ0NymldksIJMTIKwZGSvg0xMg69kARkDAwQNCggPBXMJEggJEwoJFQsKGAwgNBQUEwgICBIJCxIGBgYCAw0EBwMEAwwMDB8UCRIICBAIBxAJCBEJegQNBwgOBgUJBAIEAgKMQnOZWFeZc0JCc5lXWJlzQjxMgrBkY7CDTEyDsGNksIJMAAAAAgAaAB4D3gPhABMAkwAAASIOAhUUHgIzMj4CNTQuAhMOAQcOAQcOASMiJicuASc0Njc+ATMyFhceARceARceATMyNjc+ATU0JicuASsBIiYnLgE1NDY3MzI2Nz4BNTQmJy4BJy4BJy4BIyIGBw4BBw4BBw4BIyImJy4BJz4BNz4BMzIWFx4BFx4BFx4BFRQGBw4BDwEXHgEXHgEVFAYHAfxkr4NMTIOvZGSvg0xMg68/BhIKDBsQECQUGy4TEiEPBQQFCgYFCgUGDQcHEQoKFw4ZJg0MDQwMDCgdPAUHAwMDAQFIGyUMDQwCAgMIBQYOCAgVDQwVCQkQBgcMBgQKBAcLBAQFAQ4gEhMuGRQjDw4XCQkNBQQECgsKHRIeHxQiDQ0OBgYD4UuDsGNksINLS4OwZGOwg0v9gw0WCQgOBQUFBgYGDwkLEgYGBgICAgUDAgUCAwIMCwweExAcCwwMAwMDCwgHDQUJCgocEwcOBgcMBgUIAwMDAgICBAMCBAICAQYGBxELCA0FBgYFBQUNCAgTCwsYDRMgDQ0TBgkFBBIODyUWER0NAAMAGgAdA90D4QB/AJQAqgAAATI2Nz4BNz4BNz4BNTQmJy4BLwE3PgE3PgE1NCYnLgEnLgEnLgEjIgYHDgEHHgEXHgEzMjY3PgE3PgE3PgEzMhYXHgEXHgEXHgEVFAYHDgErAQ4BFRQWFx4BOwEyFhceARUUBgcOASMiJicuAScuAScuASMiBgcOAQceARceATMDMh4CFRQOAiMiLgI1ND4CMzUiDgIVFB4CMzI+AjU0LgIjMQH+FCQQEBsLCxEGBgYNDQ4hFR4dEh0LCgsFBAQNCQkXDw4jFBotExIgDgEFBAQLBgUJBQUMBwcQCAkWDAwVCQgOBQYIAgIDDQwMJhpIAgEDAwMIBD0dKAwMDA0NDCcZDRgKCREHCA0FBQoFBwoEBAUBDyISEy4bAleZc0JCc5lXWJlzQkJzmVhksINLS4OwZGOwg0tLg7BjARAFBQUOCQkWDQ0dEBclDg4TAwYJBRMNDSETDBgMCxMICA0FBAUGBQYNBwsSBgcGAgIBBQICBAICAgMDAwgFBQwHBw0HEx0KCQkGDAcJCwMDAwsMDBwQEx4MCwwDAgIFAwIFAgICBgYGEQwJDgYGBwKVQnOZWFeZc0JCc5lXWJlzQjxMgrBkY7CDTEyDsGNksIJMAAMAGgAeA94D4QAEABgAQgAAAQczNQcDIg4CFRQeAjMyPgI1NC4CEw4BKwEVFAYHDgEjKgEnIiYjNSM0JjUuATU0Njc+ATcTMxEzHgEVFAYHAX8Iow0RZK+DTEyDr2Rkr4NMTIOvRQQIBTcEAwMOCgYLBQMFA+UBAQECAgMHBcpOTAIBBAMBxAvnEwFUS4OwY2Swg0tLg7BkY7CDS/2lBANXBgkEBAMBAW8CBQIECgYGDAYGDQcBHv7NBQ4ICQwDAAQAGwAdA94D4QApAC4AQgBXAAABFjIXMhYzMjY3PgE9ATMyNjc+ATU0JicjESMDDgEHDgEVFBYVFhQXMxUnIz8BFQMyHgIVFA4CIyIuAjU0PgI3Ig4CFRQeAjMyPgI1NC4CIwIbAgUDBgsGCg0DBAM3BQkDBAMBAU1NywUHAgICAQEB5QicCZsfWJlzQkJzmVhXmXNCQnOZV2Owg0tLg7BjZLCDS0uDsGQBDgEBAQQDBAoFWAMDAw0JCA0GATP+4QcNBgUMBwUKBAMEAm+oDNzoAe9Cc5lYV5lzQkJzmVdYmXNCPEyCsGRjsINMTIOwY2SwgkwAAAAAAgAaAB4D3gPhABMAbQAAASIOAhUUHgIzMj4CNTQuAhMOAQcOAQcOASMiJicuASc0Njc+ATMyFhceARceARceATMyNjc+ATU0JicuASMiBgcOAQcnNyEeARUUBgcOASsBDwI3PgE3PgEzMhYXHgEXHgEXHgEVFAYHAfxkr4NMTIOvZGSvg0xMg69BBRELDBwRECgXFyoUEiEPBQUFCwcECQUFDQcHEAkJFQwcKw0ODQ8PDiUVER0LChQJMRkBCQEBAwMECQW/ARACDggSCQoZEBMhDw4aCgoQBQYFBQYD4UuDsGNksINLS4OwZGOwg0v9iQ4ZCwoRBgYGBgUGDQkLEgYGBQECAgQCAgQCAgINDQ0iFRUiDAwMBAUECwYR9wUOCAoNAwMEBocRCgYJBAQEBgYGEAkKFw0NHA4QHw4AAAADABoAHQPeA+EAWABsAIEAAAE+ATU0JicuAScuAScuASMiBgcOAQ8BPwEzMjY3PgE1NCYnIQcXPgE3PgEzMhYXHgEVFAYHDgEjIiYnLgEnLgEnLgEjIgYHDgEVHgEXHgEzMjY3PgE3PgE3AzIeAhUUDgIjIi4CNTQ+AjciDgIVFB4CMzI+AjU0LgIjAqEGBQUGBRAKChkPDyETEBkKCRIIDgIRvwUJBAMDAQH+9xkxCRQKCx0RFSUODw8NDg0rHAwVCQkQBwcNBQUJBAcLBQUFDyESFCoXFygREBwMCxEFpVeackNDcppXV5pyQ0Nymldkr4NMTIOvZGSvg0xMg69kAWcOHxEOGw0NFwoKEAYGBgQEBAoGCRCOAwQDDQkIDgb4EQcKBQQFDAwMIhUVIw0MDQICAQQDAgQCAQIGBgYRDAgOBQYFBgYGEAsKGQ4CPkJzmVhXmXNCQnOZV1iZc0I8TIKwZGOwg0xMg7BjZLCCTAAAAAADABoAHgPeA+EAEwBrAIYAAAEiDgIVFB4CMzI+AjU0LgITDgEHDgEHDgEjIiYnLgEnLgEnLgE1NDY3PgE3PgE3PgEzMhYXHgEXFRQGBw4BIyImJy4BJy4BJy4BIyIGBw4BDwE3PgE3PgEzMhYXHgEXHgEXHgEVFAYHJyIGBw4BDwEVHgEXHgEzMjY3PgE1NCYnLgEjAfxkr4NMTIOvZGSvg0xMg69FBhALCxoQECUUFSURER0MDBQHBggIBwcVDQ0gEhIpFhMjEA8bDQQFBAsHBAkEBAoGBQ0GBxEJIDEQDxICAQ4KGQ8OIxUUIQ8OGQkKDgUFBQYFnxMiDg0XCQMCEA8PKhoXJQ0ODQ0ODiUXA+FLg7BjZLCDS0uDsGRjsINL/YoOGQsKEgYHBgcICBYPDyYWFzUfIDcYFyYPDxYHBwgEBAMJBgYMEQYFBQEBAgICAQMBAQIVFRQ9KRIMCRIICAgGBgYRCgsXDg0dDxAeD6AICAgRCAIEIzYTExMODw8lFxckDQwNAAQAGgAdA94D4QBXAHIAhwCdAAABIgYHDgEHDgEHDgEVFBYXHgEXHgEXHgEzMjY3PgE3PgE3PgE1NCYnLgEnLgEnLgEjIgYHDgEPATc+ATc+ATMyFhceARceARceATMyNjc+AT0BLgEnLgEjAz4BNz4BMzIWFx4BFRQGBw4BIyImJy4BJzU3EzIeAhUUDgIjIi4CNTQ+AjM1Ig4CFRQeAjMyPgI1NC4CIzECFBYpEhIgDQ0VBwcICAYHFAwMHRERJRUUJRAQGgsLEAYFBgUFBQ4KCRkODyETFiMODxkKDgECEg8QMSAJEQcGDQUGCgQECQQHCwQFBA0bDxAjE34JFw0OIhMXJQ4NDg0ODiUXGSoPDxACA2ZXmnJDQ3KaV1eackNDcppXZK+DTEyDr2Rkr4NMTIOvZALvBwcHFw8OJxcXOCAeNRcXJg8OFwgHCAcGBxELCxkODh8PEBwODRgKCxAGBgYIBwgSCQ0SKT0VFBUBAgEDAQEDAQECBgUFEgwFBgoDBAP+6AkQCAgIDA0MJBcXJg4PDxQTEjcjAwIBzkJzmVhXmXNCQnOZV1iZc0I8TIKwZGOwg0xMg7BjZLCCTAACABoAHgPeA+EAEwAxAAABIg4CFRQeAjMyPgI1NC4CEwMOAQcOASMiJiciJicTIyImJy4BNTwBNTY0NSEVAfxkr4NMTIOvZGSvg0xMg69cyAQJBQYPCAYMBwQHA9HlBgkDAgQBAUkD4UuDsGNksINLS4OwZGOwg0v+3P5nCAkCAgMBAgIBAZ0DAwIMDQUKBQIFAjAAAwAaAB0D3gPhAB4AMgBHAAABHgEXHgEzMjY3PgE3EzUhHAEHHAEVFBYXHgE7AQcDEzIeAhUUDgIjIi4CNTQ+AjciDgIVFB4CMzI+AjU0LgIjAZ4DBwQHDAYIDwYFCQTI/rcBBAIDCgbkBsteV5pyQ0NymldXmnJDQ3KaV2Svg0xMg69kZK+DTEyDr2QBDwEBAQEBAgIDCQcBmi8CBAMECgYMDAIEAwv+bgKWQnOZWFeZc0JCc5lXWJlzQjxMgrBkY7CDTEyDsGNksIJMAAAAAAQAGgAeA94D4QAXAEIAVgCvAAABMjY3PgE1NCYnLgEjIgYHDgEVFBYXHgEXLgEnLgEjIgYHDgEHDgEHDgEVFBYXHgEzMjY3PgE3PgE3PgE1NCYnLgEnAyIOAhUUHgIzMj4CNTQuAhMOAQcOAQcOASMiJicuAScuAScuATU0Njc+AT8BJy4BJy4BJy4BJy4BNTQ2Nz4BNz4BNz4BMzIWFx4BFx4BFx4BFRQGBw4BBw4BBw4BDwEXHgEXHgEVFAYHAgQWIw0NDQ0MDSMXFiQMDQ0NDg0jaAcRCwoYDg4ZCgoSBgcKAwQDEA8OKBkMFgoJEgcHDAQEBAMDAwsGW2Svg0xMg69kZK+DTEyDr00GEQsLHBERJxcWKBERHAsMEAYGBQsMDCAUFBMIDQYHCwUFCAMDAwUFBQ4KChoPECUVFiUQDxkKCg4FBQUDAwMIBQULBwcNBxMUFCAMDAsFBgIgCwoLHRIRHAsKCwsKCh0REh0LCgtNBgoEAwQEAwQKBgYOCAgRCBMfDAsMAwMDCQUGDQgIEQoIEQgIDgYCDkuDsGNksINLS4OwZGOwg0v9eQwVCQkOBQYFBQYFDgkJFQwMGw4WJg4PFQYHCAIIBQQLBwYPCAkSCgwXCwsUCAkOBgUGBgUGDgkIFAsLFwwLEggIDwYGCwUFCAIIBwYVDw8lFQ8bDAAAAAUAGgAdA94D4QBYAHEAnACwAMUAAAEeARceATMyNjc+ATc+ATc+ATU0JicuAS8BNz4BNz4BNz4BNz4BNTQmJy4BJy4BJy4BIyIGBw4BBw4BBw4BFRQWFx4BFx4BFx4BHwEHDgEHDgEVFBYXHgEXEzQ2Nz4BMzIWFx4BFRQGBw4BIyImJy4BNQc+ATc+ATc+ATMyFhceARceARceARUUBgcOAQcOAQcOASMiJicuATU0NjcTMh4CFRQOAiMiLgI1ND4CNyIOAhUUHgIzMj4CNTQuAiMBfQscEREoFhcnEREcCwsRBgYFCwwMIBQUEwcNBwcLBQUIAwMDBQUFDgoKGQ8QJRYVJRAPGgoKDwQFBQMDAwgFBQsHBg0HFBQUIQsMCwUGBhAMJw0NDCQWFyMNDA0NDQ0jFhUjDQ4NBwMKBwYSCgsYDg4YCgsRBwYLAwMEBQQEDAcHEgkKFgwZJw8PEAQDX1eackNDcppXV5pyQ0Nymldkr4NMTIOvZGSvg0xMg69kAS4JDwUFBQUFBQ8JCBYMDBsOFiUODxYGBggDCAQFCwcGDgkIEgoMFwsLFAkJDgUGBQUGBQ4JCRQLCxcMChIICA8HBgsFBQcDCAYGFg4PJRYPGgwMFggBPhIcCwoKCgsKHBIRHQsLCwsLCx0RuAgOBwYKAwQDAwQDCgYGDwgHEQkJEgcIDQYGCQMDAwwMDB8SCRAIAfFCc5lYV5lzQkJzmVdYmXNCPEyCsGRjsINMTIOwY2SwgkwAAAAAAwAaAB4D3gPhACAANAB/AAABLgEnLgEnLgEjIgYHDgEVFBYXHgEzMjY3PgE/ATUuAScDIg4CFRQeAjMyPgI1NC4CEw4BIyImJy4BJzwBNTQ2MzIWFx4BFx4BFx4BMzI2Nz4BNzUHDgEHDgEjIiYnLgEnLgEnLgE1NDY3PgE3PgE3PgEzMhYXHgEVFAYHAmkDCgcGEgoKGQ8WJA0ODgwNDCYYEh8MDRgLAwEDBG1kr4NMTIOvZGSvg0xMg68iG0wwESEPDxsMFQoFCAUECgUGCwUHDgggMhEREwINDBkODSEUEyIPDhgJCg4EBQUGBgURCwobDxAjFCtDGBgZGxsCYw4YCgoQBQYFDg4OJBYWIw4ODgYFBhELAgMQHg0BfkuDsGNksINLS4OwZGOwg0v9aB4fBAMDCQYBAwEeDwEBAQMBAQIBAgETExM+KxIMChEGBgYGBgYQCgsXDg0dDxAfDg8YCwoRBgYGHh4eWz0+XR8AAAAABAAaAB0D3gPhAEoAawB/AJQAAAEeATMyNjc+ATU0JicuASMiBgcOAQcOAQcOARUUFhceARceARceATMyNjc+AT8BFQ4BBw4BIyImJy4BJy4BJy4BIyIGFRwBFR4BFxMOAQcOASMiJicuATU0Njc+ATMyFhceARceARceARcVBwMyHgIVFA4CIyIuAjU0PgI3Ig4CFRQeAjMyPgI1NC4CIwGqDyERMEwbGxsZGBhDKxQjEA8bCgsRBQYGBQUEDgoJGA4PIhMUIQ0OGgsNAhMRETIgCA4HBQsGBQoEBAkFChUMGw/ECxgMDR8SGCYMDQwODg0kFg8ZCgoSBgcKAwQDAQNyV5pyQ0NymldXmnJDQ3KaV2Svg0xMg69kZK+DTEyDr2QBEQQDHh8eXj48XB4dHgYGBhALChkODh8RDx0NDRgKChAGBgcGBwYQCwwSKz8SExMBAQECAgECAQEBDx4BAgIFCQMBDwsRBQYFDg0OJBUXJA4ODgYGBRAKChgNDR4QBAIBhUJzmVhXmXNCQnOZV1iZc0I8TIKwZGOwg0xMg7BjZLCCTAAAAAMAGgAeA94D4QATAC4ASQAAASIOAhUUHgIzMj4CNTQuAgMUBgcOASMiJiciJiMRNDY3PgEzMhYXMhYzETMUBgcOASMiJiciJiMRNDY3PgEzMhYXMhYzEQH8ZK+DTEyDr2Rkr4NMTIOvnQUFBRINBg0GBwkDBQUFEg0GDQYGCgPTBQUFEg0HDAYHCQMFBQUSDQYNBgYKAwPhS4OwY2Swg0tLg7BkY7CDS/1aCA0GBQYBAQIBmggNBgUGAQEC/mYIDQYFBgEBAgGaCA0GBQYBAQL+ZgAABAAaAB0D3gPhABQAKQBEAF8AAAEyHgIVFA4CIyIuAjU0PgIzNSIOAhUUHgIzMj4CNTQuAiMTKgEnLgEnETQ2Nz4BMzIWMx4BFxEUBgcOASMjKgEnLgEnETQ2Nz4BMzIWMx4BFxEUBgcOASMB/FeackNDcppXV5pyQ0Nymldkr4NMTIOvZGSvg0xMg69kbAYNBgcJAwUFBRINBg0GBgoDBQUFEg3TBg0GBwkDBQUFEg0GDQYGCgMFBQUSDQOlQnOZWFeZc0JCc5lXWJlzQjxLg7BkY7CDTEyDsGNksINL/TIBAQEBAZkIDgUGBQEBAQH+ZwgOBQYFAQEBAQGZCA4FBgUBAQEB/mcIDgUGBQAAAAACAWkBEwKWAtYAGgA1AAABKgEnLgEnETQ2Nz4BMzIWMx4BFxEUBgcOASMjKgEnLgEnETQ2Nz4BMzIWMx4BFxEUBgcOASMCaAYNBgcJAwUFBRINBg0GBgoDBQUFEg3TBg0GBwkDBQUFEg0GDQYGCgMFBQUSDQETAQEBAQGZCA4FBgUBAQEB/mcIDgUGBQEBAQEBmQgOBQYFAQEBAf5nCA4FBgUAAAEAOgBAA7IDvwBfAAAlLgEnLgEnLgEjIgYHDgEHFQ4BBw4BIyImJy4BJy4BLwEuAScmNjc+ATczPgE/AT4BNz4BLwEuAScuAScuAScuAQcOAQcWFBcVHgEXHgEXHgMXHgEXHgEzMjY3NjQnA7IQKBgfSi0NFAkPGxEFCwQECAQGCgUECgciPR0IDwYBAgUCBQEGAgUCAQMGAwgJEQcIAgYFBQwHG0ImDSANDBsLOTsBAQEBAwIJKCEkU11mOCxVKxIjETpeIg4O8xctFhs6FgYGDg8FCwQBBAgEBgYEBBU3IwoVCwEEBwMHDgYDBQIDBwMKCRQLCxwNCwsXCyxOIwwVCQcBBiNjPwQIBAIKFAstWzE3ZVxTJR0nCgQENDMVIhUAAAACADoAPgOyA7wAXwDEAAAlLgEnLgEnLgEjIgYHDgEHMQ4BBw4BIyImJy4BJy4BLwEuAScmNjc+AT8BPgE/AT4BNz4BLwEuAScuAScuAScuAQcOAQceAR0BHgEXHgEXHgMXHgEXHgEzMjY3NjQnAQ4BBw4BBw4BFx4BFx4BFx4BMzI2Nz4BPwE+ATc+ATMyFhceARceARceARcWFAcOAQcGIicuAScuAycuAScuAT0BJjQnPgE3MDYzMhQzHgEXHgEXHgEXHgEXFgYHDgEHDgEHA7IQKBgfSi0NFAkOHBEFCwQECAQGCgUECgciPR0IDwYBAgUCBQEGAgUCAQMGAwgJEQcIAgYFBQwHG0ImDSANDBoMOTsBAQEBAwIJKCEkU11mOCxVKxIjETpeIg4O/bUDBQMHDgYLAwkKFg4gRSUSHQ0RIRMDBQMCBAcEBwgEAwkGK1QsBwsGAgUCAQIULRsXMxtEbykwVUpBGxkeBwECAQEBJygBAQEBBg0GJ0YgAwUDAQMCAgEEAwcDAgYC8BgtFhs5FgcFDQ8FCwUECAQHBgQFFTcjChUKAgMHBAcNBwIFAgEDBgQJChQKDBsOCgwXCytPIg0VCQcBByJjQAQIBAIKFAouWjI2ZlxTJR0mCgQEMzQVIRUBkwMGAwcPCRAkERIlESk+GAsKEhMDBgMCBAgEBgUDAxhCLgcPCAMHAwECAh0jBwcHEUMgJU1RVi0oTCUGDQYBAwYDLEUZAQEDCAUiUjIECwYCBgMFCQQEBwMCBgIAAQAbAB8D2QPdAGIAAAEiDgIVFB4CFyY2Nz4DMTAmNTQ2MzIWFRQGBwYWMzI+AjU0JiMiDgIVFBYXHgEHDgEHDgEnLgE1ND4CMzIeAhUUDgIjIiYnMAYHDgEHHgEzMj4CNTQuAiMB+mOvgksqTGo/AQMGBBQVERA2JyEfHwsJLyYiOCgWZ2E2Vz4gEQ4HAgICBgICDQkyMCtWgFZEcE8sJkRfOidBDR0ECBsOIUQjY6+CS0uCr2MD3UyCrmNKhnJZHBk6Gw9VW0YqIjVHKx0hXC0mNihGXTNPaSY/Uy0gLREICgkHGQYKBgQUZT0za1Y4LkxkNUZ4WDIkGHQQHDUVCgpLgq9jY66CTAAAAAIAGgAeA94D4QATAB8AAAEiDgIVFB4CMzI+AjU0LgITBw4BJxE2Fh8BFhQB/GSvg0xMg69kZK+DTEyDrzymEzQZGTQTpgkD4UuDsGNksINLS4OwZGOwg0v+CqYTHBgBqBgdE6UKGwAAAwAaAB0D3gPhABMAKAA1AAABMh4CFRQOAiMiLgI1ND4CNyIOAhUUHgIzMj4CNTQuAiMTJy4BBxEWNj8BNjQnAfxXmnJDQ3KaV1eackNDcppXZK+DTEyDr2Rkr4NMTIOvZKCmEzQZGTQTpgkJA6VCc5lYV5lzQkJzmVdYmXNCPEyCsGRjsINMTIOwY2Swgkz+NaYTHBj+WBgdE6UKGwkAAAEBlgErApwC0wAMAAABJy4BBxEWNj8BNjQnApymEzQZGTQTpgkJAhamExwY/lgYHROlChsJAAAAAwAaAB4D3gPhABMASwBmAAABIg4CFRQeAjMyPgI1NC4CAxwBFSMVFAYHDgEjIiYjIiYjNSMiJicuATU0NjU0NjUzNTQ2Nz4BMzIWMzIWMxUzMhYXHgEVHAEXFAYHDgEjIiYjJiInEQcuAScuATU0Nj8BMxEB/GSvg0xMg69kZK+DTEyDr4ZVAwMDCwcFCAQDBAJFBAYDAgMBAVUDAwILCAQIBAMFAkQEBwIDAsUEAwQOCgYMBgMGAmMDBgIDAgsLazgD4UuDsGNksINLS4OwZGOwg0v98gEDAkgFCAMDAwEBXAMCAgoHBAgEAQMCSAUHBAMDAQFcAwICCgcECLQGCgQEBAEBAQGRLgMHBQUKBQsRBjT+PQAAAAQAGgAdA94D4QATACgAQwB7AAABMh4CFRQOAiMiLgI1ND4CNyIOAhUUHgIzMj4CNTQuAiMTMhYzFjIzMjY3PgE1ESMHDgEVFBYXHgEXNxEnLgErATUiJiMmIiMiBgcOAR0BIxQGFRQGFRQWFx4BOwEVFjIXOgEzMjY3PgE9ATM8ATU2NDU0JgH8V5pyQ0NymldXmnJDQ3KaV2Svg0xMg69kZK+DTEyDr2ReAgYDBgwGCg4EAwQ4awsLAgMCBgNjhAIHBEQCBQMECAQICwIDA1UBAQMCAwYERQIEAwQJBAcLAwMDVQECA6VCc5lYV5lzQkJzmVdYmXNCPEyCsGRjsINMTIOwY2Swgkz9JgEBBAQECgYBwzQHEQsFCgUECAMv/m7sAwJcAQEDAwMIBEkBAwIECAQHCQIDAlwBAQMDAwgESQEDAgQIBAcJAAAAAwA9AD4DwwPGACcAQgBOAAABIxE0Ji8BNS8BLgEjMSEiBgcOAR0BIxUjIgYVERQWMyEyNjURNCYjBTERNDY/Aj4BOwEVMxUjERQGIyEiJjUjPQEBBiY1PgEzMhYVFAYDaU8FBAifBQQLBv75Eh8NDQ0BWSU1NSUC0iU1NSX9xAQBAQEECgflsAERDP6LDBEBAecRIwEgFBceIAH3AQUGDAQHAZ8EBAUMDAwmG7K4NCX++iY0NSUBBiU0KAGSDBADAQEEA64s/vMMEBEMGBT+6AIfGBcdHxcVHwAAAAQAPQA7A8MDwwAMADMATQBqAAABJgYHFBY3FjY1NCYjAyEiBgcOAR0BIxUjIgYVERQWMyEyNjURNCYrARE0Ji8BMS8BLgEjBTQ2PwI+ATsBFTMVBxUUBiMhIiY1Iz0BEQEUBiMhIiY1ETQ2OwEVMR4BMyEyNjUxNTMyFhURAxUVHwEjERYgHhfF/vkSHw0NDQFZJTU1JQLSJTU1JU8FBAifBQQLBv7dBAEBAQQKB+WwAREM/osMEQECWREM/S4MEhIMWQE0JQF2JTVPDBEBHQEeFxcfAQEgFRYfAqYLDA0mGrK4NSX++iU1NSUBBiU1AQUGCwQInwUEBGQMDwMBAQQEriy4VQwREQ0YFAGS/TYMEREMAQYMEhokNDQmGBIM/voAAAABAEIAPgPCA8IALwAAASIGDwIOAQcGFh8BAwYWFx4BMzI2PwEXHgEzMjY3PgEnAzc+AScuAS8CLgEjMQICEBoHYf0SGgUFCg7AOgUJBQcUDAgPCNjYCBAHDBQHBQkEO8AOCgUFGhL9YQcaEAPCExL0FgEUEBAgDKz+/hMaBQoKBQWKigUFCgoFGhMBAqwMIBAQFAEW9BITAAIAPAA9A7sDwgAMADwAAAETBQcfAScHEyclPwE1IgYPAg4BBwYWHwEDBhYXHgEzMjY/ARceATMyNjc+AScDNz4BJy4BLwIuASMxAftoARbUCDjq6T/UARYOWhAaB2H9EhoEBQkOwTsFCQUHFAwIDwjY2QcQCAsVBwQJBDvBDQoFBRoS/GIHGhADdf76F74i9JWVARa+FyPjTRQR9RUCExAQIAyt/v4TGQYJCwUFiooFBQsJBhkTAQKtDCAQEBMCFfURFAADABoAHgPeA+EAEwBLAFsAAAEiDgIVFB4CMzI+AjU0LgITDgEjIiYnLgEvASMVFAYHDgEjKgEnIiYjETQ2Nz4BOwEyFhceARUUBgcOAQcOAQcOAQ8BFw4BBwM0JicuASsBFTMyNjc+ATUB/GSvg0xMg69kZK+DTEyDr0gGDQYLEgYGDQd9LQQEAw4LBQwGAwUDBAMCDBB6KT8WFhYEBAUNCAgUDAscDw2aAwkEQgwNDCYZWk0eKw0ODQPhS4OwY2Swg0tLg7BkY7CDS/0+AgEDAwMMCaCiBwoEAwQBAQG9BwwFAgYUExM1IQ4aDAwVCgkPBgYIAgK4AgIBAUwTHwsKC6oMDAshFAAFABoAHgPeA+EADwAjAGgAogDiAAABNCYnLgErARUzMjY3PgE1AyIOAhUUHgIzMj4CNTQuAgMUBhUHIy4DLwExLgEnBycuAScuAScuATU0Nj8BPgEzMhYfAQcOAQcOAQcOASMiJi8BHgMzMhYXMhYXHgEVHAEVNw4BBw4BIyImJy4BLwEjFRQGBw4BIyImIyYiIycRNDY3PgE7ATIWFx4BFRQGBw4BBw4BBw4BDwEXBzcOASMiJi8BNz4BNz4BNz4BMzIWHwEuAyMiJiciJicuATU8ATU2ND8BFx4DFzcXHgEXHgEXHgEHFAYPAQJSCgkJHhRHOxkiCgsKVmSvg0xMg69kZK+DTEyDr0wBBCUrT0g/GgMjLgccBQEDAgIDAgQEAwNAAwgFBAkDTAMBAgIBAwIECAQEBwMTCTpXbz0CCgQBAgEFBIcEBgQGCwUJEAUFDAZlIAMEAw0KBAoFAgUCAwMDAw0LZSI1ExMSAwQECwcHEQoKFg0FfgTbAwgFBAgETAMBAgIBAwIECAQECAITCTpXbz0BCwQBAgEEBQEBAyVJgGRACRwFAgMCAQQBBQQBAwNAAkgQFwgJCIQJCgkZDwGZS4OwY2Swg0tLg7BkY7CDS/yTAgQCDgIUIzEeBCpnORwDAQICAQMCBAgEBAcDQAMEBANMBQEDAgIDAgQEAwMTPGhMKwIDAgEEDAcCBQLFAgIBAQIDAwMKCIKCBgkEBAQBAQEBcAcLBAQEEBARLB0MFgoKEggIDQUFBwEBlQLABAMEA0wFAQMCAgMCBAQEAhM8aEwrAQQCAQQMBwIEAwIEAQ8BAjZbe0ccAwECAgEDAgQIBQQGA0AAAAAEAD4AXgO9A58ARACEAL4AzgAAJRQGFQcjLgMvATEuAScHJy4BJy4BJy4BNTQ2PwE+ATMyFh8BBw4BBw4BBw4BIyImLwEeAzMyFhcyFhceARUcARUBDgEjIiYvATc+ATc+ATc+ATMyFh8BLgMjIiYnIiYnLgE1PAE1NjQ/ARceAxc3Fx4BFx4BFx4BFQ4BDwEFNz4BNz4BNz4BNz4BNTQmJy4BKwEiBgcOARURFzoBFzIWMzI2Nz4BPQEzFx4BFx4BMzI2Nz4BPwEnNxQGBw4BKwE1MzIWFx4BFQIUAQQlK09IPxoDIy4HHAUBAwICAwIEBAMDQAMIBQQJA0wDAQICAQMCBAgEBAcDEwk6V289AgoEAQIBBQQBYgMIBQQIBEwDAQICAQMCBAgEBAgCEwk6V289AQsEAQIBBAUBAQMmSIBkQQgcBgEDAgEEAQUEAQMDQP6sBA0WCgoRBwcLBAQDEhMTNSJlCw0DAwMDAgUCBQoECg0DBAMgZQYMBQYPCQULBgQHAwR9MAoLCiIYPEcUHgkKCXQCBAIOAhQjMR4EKmc5HAMBAgIBAwIECAQEBwNAAwQEA0wFAQMCAgMCBAQDAxM9Z0wrAgMCAQQMBwIFAgGFBAMEA0wFAQMCAgMCBAQEAhM8aEwrAQQCAQQMBwIEAwIEAQ8BAjZcekccAwECAgEDAgQJBAQHAkApAQEHBQUNCAgSCgoWDB0sERAQBAQECwf+kAEBAQQEBAkGgoIICgMDAwIBAQICApV4DxkKCQmECAkIFxAAAAQAGgAdA94D4QA4AEgAXQByAAABIyIGBw4BFREWMhcyFjMyNjc+AT0BMx8BHgEXHgEzMjY3PgE3Jzc+ATc+ATc+ATc+ATU0JicuASMXDgErATUzMhYXHgEVFAYHAzIeAhUUDgIjIi4CNTQ+AjM1Ig4CFRQeAjMyPgI1NC4CIwIBehAMAgMDAgUDBgwFCw4DBAQtAnsHDQYHEQsGDQYFCASbDQ8cCwwUCAgNBQQFFxYWPylKDSseTVoaJQwNDA0OT1eackNDcppXV5pyQ0Nymldkr4NMTIOvZGSvg0xMg69kAvgGAgQMCP5EAQEBBAQECgajA54IDAQDAwIBAQMCuAECCAYGEAkJFQwMGg4iNRIUE9AMC6kKCwofFBQgDAF9QnOZWFeZc0JCc5lXWJlzQjxLg7BkY7CDTEyDsGNksINLAAAAAAIAGgAeA94D4QATAHUAAAEiDgIVFB4CMzI+AjU0LgIBDgEjIiYvATc+ATc+ATc+ATMyFh8BMzAmMSMvATQmJy4BIyIGBw4BFRQWFx4BOwExMxceARUcARUUBgcOASsBLgEnLgE1NDY3PgEzMhYXHgEfATcXMhYXHgEXHgEVFAYPAQH8ZK+DTEyDr2Rkr4NMTIOvARkDCQQFCANMAwECAQIDAgQIBAQHAxMDAQIBATEvL3hCQngvLzExLy94Qg0MAgEBBAQECgYLS4o2Nzs7NziPTk6PODY7AQEcBQEDAgIDAgQEAwNAA+FLg7BjZLCDS0uDsGRjsINL/cUDAwMDTAUCAwIBBAEEBAMDEwEGB0J5Li8yMi8ueUJCeC8uMgoCBQMDBQMIDAQDBAI7NTiPTk+PNzc8PDc2ikwUHAMDAQIDAQUIBAQHA0AAAAAAAQB6AHoDvwOJAGEAAAEOASMiJi8BNz4BNz4BNz4BMzIWHwEzIjQxIy8BNCYnLgEjIgYHDgEVFBYXHgE7ATEzFx4BFRwBFRQGBw4BKwEuAScuATU0Njc+ATMyFhceAR8BNxcyFhceARceARUUBg8BA3kDCQQFCANMAwECAQIDAgQIBAQHAxMDAQIBATEvL3hCQngvLzExLy94Qg0MAgEBBAQECgYLS4o2Nzs7NziPTk6PODY7AQEcBQEDAgIDAgQEAwNAAaYDAwMDTAUCAwIBBAEEBAMDEwEGB0J5Li8xMS8ueUJCeC8uMgoCBQMDBQMIDAQDBAI7NTiPTk+PNzc8PDc2ik0THAMDAQIDAQUIBAQHA0AAAgAaAB4D3gPhABMAPQAAASIOAhUUHgIzMj4CNTQuAhMOAQcOAQcvATMuATUwIjERMzQ2Nz4BMzoBMx4BMxExFAYVFx4BFRQGBwH8ZK+DTEyDr2Rkr4NMTIOvWQMGAwMGARCwAQQDAQEDAwQMCAQJBAQHAgGlBAQGBgPhS4OwY2Swg0tLg7BkY7CDS/1yAwUDAwMCELADCAUBRAQJAwQDAQH+vQEDAaYECQQFCwcAAAADABoAHQPeA+EAKQA+AFMAAAEnNDY1MREiJiciJiMiBgcOARUjETgBMR4BFzEXPgE3PgE3PgE1NCYnMQMiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAiMCvaUBAwYEBAkECQwDAwMBAQMDvwIFBAMGAwYGBATBZK+DTEyDr2Rkr4NMTIOvZFeackNDcppXV5pyQ0NymlcBWqYBAwIBQgEBAQQEAwgF/rwECAS/AQQCAwYDBgsFBQgEAodMgrBkY7CDTEyDsGNksIJM/HlCc5lXWJlzQkJzmVhXmXNCAAAFABoAHgPeA+EABAAYAF0AbQCtAAABMxUjNRMiDgIVFB4CMzI+AjU0LgIDFAYVByMuAy8BMS4BJwcnLgEnLgEnLgE1NDY/AT4BMzIWHwEHDgEHDgEHDgEjIiYvAR4DMzIWFzIWFx4BFRwBFRMUBiMhIiY1ETQ2MyEyFhUXDgEjIiYvATc+ATc+ATc+ATMyFh8BLgMjIiYnIiYnLgE1PAE1NjQ/ARceAxc3Fx4BFx4BFx4BFQ4BDwEBjOHhcGSvg0xMg69kZK+DTEyDr0wBBCUrT0g/GgMjLgccBQEDAgIDAgQEAwNAAwgFBAkDTAMBAgIBAwIECAQEBwMTCTpXbz0CCgQBAgEFBJYWEP7xEBYWEAEPEBbMAwgFBAgETAMBAgIBAwIECAQECAITCTpXbz0BCwQBAgEEBQEBAyZIgGRBCBwGAQMCAQQBBQQBAwNAAnDi4gFxS4OwY2Swg0tLg7BkY7CDS/yTAgQCDgIUIzEeBCpnORwDAQICAQMCBAgEBAcDQAMEBANMBQEDAgIDAgQEAwMTPGhMKwIDAgEEDAcCBQIBAw8XFw8BDxAWFhCNBAMEA0wFAQMCAgMCBAQEAhM8aEwrAQQCAQQMBwIEAwIEAQ8BAjZcekccAwECAgEDAgQJBAQHAkAAAAQAPgBeA7wDnwBEAIQAlQCZAAAlLgEjIi4CJxceATMyNjc+ATc+AT8BJy4BIyIGDwEOARUUFhceARceAR8BNx4BFzEXHgMXMzc0NjU8ATU0JicuASMBLgEnLgEvAQcuAy8BBwYUBxwBFRQWFx4BMx4BMzIeAhcnLgEjIgYHDgEHDgEPARceATMyNj8BPgE1NiYnJSEiBhURFBYzITI2NRE0JiMDIzUzAgcECgI9b1c6CRMDBwQECAQCAwECAgEDTAMJBAQJA0ADAwQEAgMCAgMBBRwHLiMDGj9ITyslBAEEBQECAQGtAQQBAgMCBRwJQGSASSUDAQEFBAECAQQLAT1vVzoJEwMHBAQIBAIDAQICAQNMBAgEBQgDQAMDAQQF/tD+8RAWFhABDxAWFhAX4eGXAwIrTGc9EwMDBAQCAwICAwEFTAMEBANAAwcEBAgEAgMBAgIBAxw5ZyoEHjEjFAIOAgQCAgUCBwwEAQIBwAIDAQICAQMcR3pcNgIBDwEEAgIFAgcMBAECAwIrTGg8EwMDBAQCAwICAwEFTAMEBANAAwYEBQgEVRYQ/vEPFxcPAQ8QFv7i4gAAAwAaAB4D3gPhABMAHwArAAABIg4CFRQeAjMyPgI1NC4CAwYmLwEmND8BPgEXAQYmLwEmND8BPgEXAfxkr4NMTIOvZGSvg0xMg6+SGDQUpgkJphQ0GAEbGDQTpwkJpxM0GAPhS4OwY2Swg0tLg7BkY7CDS/1NGBwTpgkbCqUTHRj+WBgcE6YJGwqlEx0YAAAABAAaAB0D3gPhABMAKAA1AEIAAAEyHgIVFA4CIyIuAjU0PgI3Ig4CFRQeAjMyPgI1NC4CIwEXHgE3ESYGDwEGFBchFx4BNxEmBg8BBhQXAfxXmnJDQ3KaV1eackNDcppXZK+DTEyDr2Rkr4NMTIOvZP7MpxM0GBg0E6cJCQEcphM0GBg0E6YKCgOlQnOZWFeZc0JCc5lXWJlzQjxMgrBkY7CDTEyDsGNksIJM/gelEx0YAagYHBOmCRsKpRMdGAGoGBwTpgkbCgACAMgBKwLpAtMADAAZAAATFx4BNxEmBg8BBhQXIRceATcRJgYPAQYUF8inEzQYGDQTpwkJARymEzQYGDQTpgoKAeilEx0YAagYHBOmCRsKpRMdGAGoGBwTpgkbCgAAAAACABoAHgPeA+EAEwBHAAABIg4CFRQeAjMyPgI1NC4CEw4BBw4BIzEiJi8BFREVKgEjBiIjIiYnLgE1EQcuAScuAScuATU0Nj8BPgEzMhYfARQGBwH8ZK+DTEyDr2Rkr4NMTIOvUgQIBAkKAwQIBGcBAwEGDAYJDQMDA3YBAgEFCAUGBwQEmgQLBgYLBKkCAQPhS4OwY2Swg0tLg7BkY7CDS/5LBAkECQUEBGcl/t8WAQMDAwgGAUZ2AQEBBAgEBwsEBQgDmwQFBQSpAQMBAAAAAgAaAB4D3gPhABMARwAAASIOAhUUHgIzMj4CNTQuAhMHDgEjIiYvAT4BNz4BNz4BMzEyFh8BNRE1OgEzNjIzMhYXHgEVETcyFhceARceAQcUBgcB/GSvg0xMg69kZK+DTEyDr06aBQsGBgsEqQEBAQQIBAkLAgUIA2cBAwEGDAcJDQIDA3YBAgEFCQQHBwEDBAPhS4OwY2Swg0tLg7BkY7CDS/3hmgUEBAWpAQIBBAkFCAUEBGclASIVAQMDAwgF/rl2AgEECAQHCwQFCAMAAAMAGgAdA94D4QA2AEoAXwAAAScuASM4ATEiBgcOAQcOAQcXHgEzMjY/AT4BNzQmJy4BJy4BJwcRNCYnLgEjIgYjIgYjFREVJxMyHgIVFA4CIyIuAjU0PgI3Ig4CFRQeAjMyPgI1NC4CIwGXHQQIBQILCQQIBAEBAakECwYGCwWaBAMBBwcECQQCAgF2AgQCDQkGDAYCAwFJZVeackNDcppXV5pyQ0Nymldkr4NMTIOvZGSvg0xMg69kAcweBAMECQQJBQECAakEBQUEmgQIBAQMBgUIAwECAXYBRgUJAwMDAQEV/t4kSQHZQnOZWFeZc0JCc5lXWJlzQjxMgrBkY7CDTEyDsGNksIJMAAADABoAHQPeA+EANgBKAF8AAAEXHgEzOAExMjY3PgE3PgE1Jy4BIyIGDwEOARUUFhceARceARc3ERQWFx4BMzI2MzI2MzURNRcDMh4CFRQOAiMiLgI1ND4CNyIOAhUUHgIzMj4CNTQuAiMCXx0ECAQDCgkECAQBAqkECwYGCwSaBAQHBgUIBQECAXYDAwMNCQYMBgEDAUpjV5pyQ0NymldXmnJDQ3KaV2Svg0xMg69kZK+DTEyDr2QCMB4DBAQJBAkFAQIBqQQFBQSaBAgEBAwGBAgEAQIBdv66BQgEAwMBARUBIiRJAXVCc5lYV5lzQkJzmVdYmXNCPEyCsGRjsINMTIOwY2SwgkwAAAAABAAeAEMFDwPKAA8AjAC0AM8AAAEhIgYVERQWMyEyNjURNCYBDgEHDgEHDgEjIiYnLgEnIjQxPAE1NDY3PgEzMhYfAR4BFx4BMzI2Nz4BNTQmJy4BJy4BJy4BLwEuAScuATU0Njc+ATc+ATc+ATMyFhceARcVFAYHDgEjIiYnLgEnLgEnLgEjIgYHDgEHDgEHDgEVFBYXHgEfAR4BFRQGByUOAQcOAQcOASsBIiYnLgE1ETQ2Nz4BOwEyFhceARceARceARUUBgcnLgEnLgErAREzMjY3PgE3PgE3PgE1NCYnLgEEpfviLD09LAQeLD4+/XAFEAsLHRERKRkSJxYUKRUBBAQECwgFCgceCRMLChgMHCcNDA0EAwMIBgUNBwgQCT8kMQ4ODQQDBA4JChoQECoZESQUEiYUBAMECggFCgUGDQgHEQoKFQwOFwkJEAYFCQMCAwoKCR8XQ0A+BQUB6wkZEREpGBg3HmUQDAIDBAQDAgwQZx42GBgoERAaCQkJCQltDB0RECMTSUsSIxAQHQwNEwcHBwcHBxQDyj4r/UssPT0sArUrPv2eDBYJCg4GBQUEAwQKBwEBAgELEwcGBQEBBwIEAQIBCgoLGxAIDgYGCgQEBgMDBQMRChsRESgWCxcLDBQJCg8GBgcEAwMKBwUMEgYGBQEBAgICAQMBAQIDAgMHBQUKBgYMBg4WCAcNBhMRQDEQHQ1HFiYREBoJCgkFAgUMBwGcCAwEAwUICAkXDxAlFRYwGxkwFd4LEQUGBf6hBQYGEQsLHREQKBcUJRAPHAAFAB0AQAUOA8gAfACkAL8AzwDgAAATHgEXHgEzMjY3PgE3PgE3PgE1NCYvAS4BJy4BNTQ2Nz4BNz4BNz4BMzIWFx4BFx4BFx4BMzI2Nz4BPQEuAScuASMiBgcOAQcOAQcOARUUFhceAR8BHgEXHgEXHgEXHgEVFAYHDgEjIiYnLgEvAS4BIyIGBw4BFRwBFTgBMQEuAScuASsBIgYHDgEVERQWFx4BOwEyNjc+ATc+ATc+ATU0JicuAScHDgEHDgEHDgErAREzMhYXHgEXHgEXHgEVFAYTISIGFREUFjMhMjY1ETQmARE0NjMhMhYVERQGIyEiJjXzFSoUFSgSGSkRER0LCxAFBQU+QEMXHwkKCgMCAwkGBRAJCRcODBUKChEHCA0GBQoFCAoEAwQUJhIUJBEZKhAQGgoJDgQEAw0ODjEkPwkQBwgNBQYIAwMDDAwNJxwMGAoLEwkeBwsECAsEBAQDBRApFxg2HmcQDQEDBAQDAQ0QZR43GBgpERAaCQkICQkIGhESBxQMDB0QECMTSkkTIxARHQwMFAcHBwe4++IsPj4sBB4sPT37iRoTBB4TGhoT++ITGgEvBwsDBAQGBQUPCQkWDQ0dEDBBERIHDQcHFg4GDAYGCwUEBwMDAgEBAgICAQMBAQIGBQYSDAUHCgMEAwYGBhAJCRULDBcLFicRERsKEgIGAgMHBAQKBgYOCBAbCgoLAgECAwIHAQIGBgcSCwICAQGGDxgICAkGAgUMB/5kCAwEAgYKCQoaEBAmFhYwGRoxFRYlD/gRHAwLEQYFBgFgBgUGEAsLGxAQJBUWKAH6Piz9TCw+PiwCtCw+/OICtBMbGxP9TBMbGxMAAwAaAB4D3gPhAAwAIAA/AAABIgYVFBYzMjY1NCYjNyIOAhUUHgIzMj4CNTQuAhMOASMiJi8BDgEjIi4CNTQ+AjMyHgIVFAYHFwcBl09wcE9OcHBOZWSvg0xMg69kZK+DTEyDr88IEwkaMxWBIEooM1tDKChDWzM0W0MoGBfZCwMlcE9PcHBPT3C8S4OwY2Swg0tLg7BkY7CDS/0WAwMWFYEYGCdEWzM0WkQnJ0RaNCdKINkFAAAAAAIAOwB6A8UDwwAaAC8AAAE+ATU0LgIjIg4CFRQeAjMyNjcXHgE3ASU0PgIzMh4CFRQOAiMiLgI1ApogJTVce0ZGe1w1NVx7RjpoK7snYSj+1f3dLExlOTlmSywsS2Y5OWVMLAGlKmg6RntcNTVce0ZGe1w1JSG7JxkQASvMOWVMLCxMZTk6ZUssLEtlOgAAAAIAGgAeA94D4QATAGkAAAEiDgIVFB4CMzI+AjU0LgIDFTgBMR0DOAExHQE3PgEzMTIWFx4BFx4BMwcOASMiJi8BLgE1NDY3PgE3PgE3FxEHIiYnLgEnLgE3NDY/AT4BMzIWHwEOAQcOAQcOASMxIiYvARUB/GSvg0xMg69kZK+DTEyDr0lnAwgFAgsJBAgEAQEBqQQLBgYLBZoDBAYHBAkFAQIBdnYBAgEFCQQHBwEEA5oFCwYGCwSpAQEBBAgECQsCBQgDZwPhS4OwY2Swg0tLg7BkY7CDS/7yZxZSUxVnJWcEBAUJBAkEAQOqBAQEBJsDCAUECwcECAQBAQF2Aed1AgEECAQHCwQFBwSaBQQEBakBAgEECQUIBQQEZiQAAAEA+AA8Aw8DwwBLAAAlHgEzMjY/AT4BNTYmJy4BJy4BJwcRHwE+ATc+ATc+ASc0Ji8CLgEjIgYPAQ4BFQYWFx4BFx4BFzcRLwEOAQcOAQcOARcUFh8BMRcB7gQLBgcLBO8DBAEHBgMIAwMEAswIxAIEAwMIAwYHAQQDA+wECwYHCwTvAwQBBwYDBwQDBALJCMECBAMEBwMGBwEEAwPsRQUEBAXuBAkFBAwGAwcDAgMBzAK7CMQBAwIDBwMHCwUECQQD6wQFBQTuBAkFBAwGAwcDAgMByP1MCMEBAwIEBgMHCwUECQQD6wADAD0AdAO9A5UAHgA9AFoAAAEnBw4BIyImLwEHDgEVFBYXBR4BMzI2NyU+ATU0JiclBR4BMzI2NyU+ATU0Ji8BBw4BIyImLwEHDgEVFBYXNQUeATMyNjclPgE1NCYnJS4BIyIGBwUOARUUFhcDrs+YFCgODigUmM8IBwcIAYkIFQsMFQgBiAkGBwj8ngGJCBULDBUIAYgJBgYJ0ZYUKA4OKBSV0ggHBwgBiQgVCwwVCAGICQYGCf54CBUMDBQI/ncIBwcIASBLNwgEBAg3SwMHAgIHA44DAwMDjgMHAgIHA9eOAwQEA44DBwICBwNMNggEBAg2TAMHAgIHA/KOAwMDA44DBwICBwOOAwMDA44DBwICBwMAAAAABgA9AHEDvQOTAB4AMgBRAGUAggCTAAATFBYXBR4BMzI2NyU+ATU0Ji8BBw4BIyImLwEHDgEVNzMXHgEzMjY/ARcFDgEjIiYnJTclJwcOASMiJi8BBw4BFRQWFwUeATMyNjclPgE1NCYnBQ4BIyImJyU3MxceATMyNj8BFwUBJS4BIyIGBwUOARUUFhcFHgEzMjY3JT4BNTQmJwUOASMiJictAT4BMzIWFw0BPQcIAYkIFQsMFQgBiAkGBgnPmBQoDg4oFJjPCAfeAYQaMhERMhmGVf7fAgwICQsD/uBVApPRlhQoDg4oFJXSCAcHCAGJCBULDBUIAYgJBgcI/mUCDAgIDAL+31gBghkyEREyGYNY/t8Bm/54CBUMDBQI/ncIBwcIAYkIFQsMFQgBiAkGBwj+ZgMMCAgMAv7fASECDAgIDAMBIP7gARIDBgOPAwMDA48DBgMCBgNLNwcFBQc3SwMGAh4wCgUFCjAeaQECAgFpHtxMNgcFBQc2TAMGAwIGA48DAwMDjwMGAgMGA3UBAQIBaCAvCgYGCTAgaQFnjwMDAwOPAwYDAgYDjwMDAwOPAwYCAwYDdAECAgFoaQECAgFpaAADACQAOQPVA98BFQEsAUMAAAE+ATc+AScuAScuAScuAScHIiYvASY2PwE+ATc2JicuAS8BLgErASIGBw4BBw4BBzgBMSImJy4BIy4BJy4BJy4BJy4BIzAGIycwIgciBgcOAQ8BDgEVDgEHDgEHDgEHBiIjIiYvAS4BJy4BIyIGBw4BBw4BFRQWFx4BFx4BFRQGDwEOASMGIgcjKgEHDgEHDgEHBhYXHgEXHgEVFAYPAQ4BBw4BFx4BHwEeARceATMyNjc+ATc+ATM6ATMeAR8BHgEHDgEHDgEHBhYXHgEXHgEXHgEzMjY/AT4BNz4BMzIWMx4BHwEeARceATMyNjc+ATc+ATc+AScmNjc+ATMyFhceATsBMjY3PgE3NjQnLgEnLgE3PgE3BTEiJicuATU0PgIzHgMHFA4CIxExIgYHDgEXHgEzMjY3PgEnNiYnLgEjA3sKFAkdGgQCBAMEGBQIEQkcDBAGAwQBAwUFCwQKChYGDQcICBUNBBIdDgEEAgUMCAcNBgIDAgQGAQECAQIDAgclGg0DChMDEhwIBQcDAgEBAQIEBA0GAwUDAgQBBQYCAwkTCgoWCwsTCAsVDAoLDAYCAgEEBwgFBAMJBAcOBwIGCwYYIwUDBAIDDxMIEQkWFQMGCAoVCAwCCwQKBQYHEw0FCgUNGAkCBAMFCwYBAgEIDAUFAwQBAQIBAQEBAxQgBQoFBQsGBQwFDxsKBQUJAgYWEQMGBAUJAwQHDggJGxAFCwYMFwsQFAYEAQUGCxIDBwQCBAMPIBEDExwJCA8HCAkHEAoSCwcCBQb+hCpLHRwfITdKKSxLOCABIDhKKh00FBUWAQJKQx02FBMVAQEUFBQ2HQHgAwcFDSgaDxcLFBoFAwIBAQ4OBgcKBAkKEwobJxQFCwUHBwcTCgIDAgQJAQUDAQICCAQFCwUHDwYcHQEBARAPCRUKCAMGAwcMBAUFAQECAQEDAgIIEAcGBwcGCBIKChcPER0MAgQCBgwHCA0GBgQFAQEBAR8XDhgLFyELBgoCBRkVBgoFCAkTCxAkEwgRCAsLDgQBAQYDAQIBAgQCCgYFAwoFBQwGBQoEFzMLAQQCAgQCAQINDAYFDAYQEQEBBAYGCxcKDA0BAgQJBAYWEA0cDhUfCwICAQEGCw4OCxoNEB8OCxQHDB8UBggCnx8eHUoqKko3IAEgOEsqKko3IAFaFhUVNxsrXhcVFTQYGTMVFhcAAAQAJAA2A9UD3AEVAjoCUQJoAAABIiYvASY2PwE+ATc2JicuAS8BLgErAQ4BBw4BBw4BBzAiMSImJy4BJy4BJy4BJy4BJy4BIzAiKwEwIiMOAQcOAQ8BDgEVDgEHDgEHIgYHDgEjIiYvAS4BJy4BIyIGBw4BBw4BFRQWFx4BFx4BFRQGDwEOASMGIisBIgYjDgEHDgEHBhYXHgEXHgEVFAYPAQ4BBw4BFx4BHwEeARceATMyNjcyNjc+ATM6ARceAR8BHgEVDgEHDgEHBhYXHgEXHgEXHgEzMjY/AT4BNz4BMzoBFzIWHwEeARceATMyNjc+ATc+ATc2NCcmNjc+ATMyFhceARczMjY3PgE3NjQnLgEnLgE3PgE3PgE3PgEnLgEnLgEnLgEnIxcOAQ8BDgEHDgEHDgEHBhYfAR4BFx4BBzAGBw4BIyImIycuASciBgcOAQcOAQcOAR8BHgEXFgYHDgEHDgEjIiYnLgEnLgErASIGIyImIyIGDwEOASMiJicuAScuATc+AT8CNjQ1LgEnLgEnLgEjDgEHDgExDgEHMCIxIiYnLgEvASY2Nz4BPwE+ATc+AScuAS8BNCYnLgEvAS4BJy4BJy4BNz4BNz4BOwE3MjY3PgE3NjQnLgEnJjY3PgE3PgEzMhYXHgEXHgEzMjY3PgE3PgE/ATQ2Nz4BMzIWMzI2MzEyFh8BHgEXHgEXHgEXHgEzMjY3PgE3PgEzMhYXHgEXHgEXHgEPAQ4BBwYUFx4BFx4BMxc4ATM6ARceARcWFBUWFBcWBgcFIiYnLgE1ND4CMzIeAgcUDgIrARMiBgcOARceATMyNjc+ASc2JicuASMxA10LEAYDBAEDBQULBAoKFgYNBwgJFQwEEh0OAgMCBQwIAQYNBgIEAQQGAQEDAQEDAggkGg0DChMDExsIBQcDAgEBAQIEBA0GAwUDAgQCBAYCAwoSCgoWCwsTCQoVDAoLDAYBAwEEBwgFBAMJBAcOBwIGDAUYIwUDBAIDDxIJEQkWFQMGCAoVCAwCCwQKBQYGFA0FCgUNGAkCBAMFCwYBAgEICwYFAwMBAgEBAQEDFCAFCgUFCwYFCwYPGwoFBQkCBhYRAwYEBQgEBAcOCAkbDwYLBgwXCxAUBgQEBgsSAwcEAgQDDyARAxMcCQgOCAgJBxAKEgsHAgUGChMKHRoEAgUCBBkTCBEJHDAIEAgUBAoEBgUBAggEAgMEDQsUCgwDCA4CBAkDAQQBMwkSCQEFAQoTCQgQCAQDAQUCAwICBw4GDQcEBgMGCgUJEQkDCQYCChQKCxcMBggDIwMKCAMGBQYNBg4HAgIDAgMBAQEDAhEkEQEFAwgPBgQTCBIKAQUJAgQIAwcEAwcHDgcMAgICDQcFBAQCAgUFBg0GBQQKBAYPCAcGAgIDAQEMCyUqBQUDCxUKBAMKEQcIAwwFCgUGCAUECQYNGQwEBwQDBgMSJhUGBgENAgECCwcFCgUECAYJCwICAwQBAg8PEB4RAwYDAwgEDBkMBgkFBQoFAgUCAwYECAMFCgYMBwQGDBQIAwYGNQEDBgMWCwQBAQEECAz+cClLHRwfITdKKSxLOCABITdKKgEBHTQUFRYBAkpDHTUVExUBARQUFDYdAqUODgUHCgUJCRQKGigTBgsFBggHARILAQMCBQgCBgMBAQECBwUFCgYHDgcbHQEQDgoUCwgCBwMGDAUEBQICAQEBBAICCA8HBwYGBggSCwkYDxAdDQIDAgYNBwcNBwYEBQEBAh4XDxgLFiEMBQoDBRkVBgoFCAkTCxAkEgkQCQoLDwMBAgYEAgEDBAEBCgYGAwoEBgwFBQoFFjQKAgQBAgQCAgINDAYGCwYREAEFBQcLFgoNDQICBAgFBRYRDRwOFB8LAgMBAQYLAQ4ODBkOEB8OChUHDB8TBwcCBAcEDSgbDhgKFRoFAgIBhwMGAwcCBAICBwcTKRcGCQQLCREJCg4OGAMHBAERAgYCAwEIEAcHDgYDCAUcCxYLDwsFAwUCAQIHCA8eDwYFAQEEBjwFCwIBAwQDBQsPChQKFAQCBAEECgMQHA4BAgIFAgEGAwUCBAQGDQYLBw4GBgwFCwECAQkVDw0dDg8FBwICBQICAgMCAgYEAwwICBEKCgoCBAQWJBAHCgcRHQ4NDgoECAUEBAQFChULAwQCAQgNBwIGBUQDBgQHCAEBCggNCxcLERIDAwwIAQIEAwsUCwQGBgQCBAEDBQMGEQkSCxUKCA0JEiQQBQQBAQEKFgEEAgMGAgoQBN8fHR1LKSpKNyAhOEorKUo3IAFaFhUWNxsrXhcWFDQZGDQVFhcAAgAaAB4D3gPhABMARgAAASIOAhUUHgIzMj4CNTQuAgMeARUUBgcXPgEzMhYVFAYjIiYvAQ4BIyImNTQ2MzIWFyU1JjQ1NDYzMhYVFAYjIiYnBwH8ZK+DTEyDr2Rkr4NMTIOv8QECAQHvDB8RIjAwIiEwAfoLFw0iMDAiCxYKAQEBMCIhMDAhDhsL+gPhS4OwY2Swg0tLg7BkY7CDS/4sBgkFBAgDbw0OMCIiMC8hdQgIMCIiMAcGeAECBAMhMDAhIjAKCXQAAAABAM4A8ALuAw8AMwAAASIGByc+ATU0JicxNx4BMzI2NTQmIyIGFRwBFxUFLgEjIgYVFBYzMjY3Fx4BMzI2NTQmIwKbER8M7wEBAgH6CxsOITAwISIwAf7/ChUMIjAwIg0XC/oBMCEiMDAiAZMODW8ECAQECgV0CQowIiIwMCICBAICdwYGMCEiMAgHdCEvMCIhMAAAAwAfAF0FiAOoACEAMABjAAAlHgEXFjY3AS4BIyIGDwEDLgEjIgYPARceATMyNjcnNxMHJRQGIyImJxE0NjMyFhcRJxQGBwYmJy4BNTQ2MzIWMzI2NTQmLwEuATU0Njc2FhceARUUBiMiJiMiBhUUFh8BHgEVA9sJIRYlLQ8BDAggDxo/FlarCCMOLToapYUSNCcaKQqhcrty/qAnQAkPByVBCBAIsVFSPJMpAQIvHBxQISUbHR1nQUNRUD2EKQECLxwVPiYlIhwYY0xFawUIAQEeIgJSBQgYNcsBFAIGIBy00B0dCgXweP7d7uAgJQECAkUhOQEC/aZYPVMJBgkFBhAGNiIHFQwPDwYUDE8vOVYJBwoEBw4HNSIGEwwODQQSDlA1AAEAPABzA7oDoACfAAABLgEnLgEnLgEnJjY3PgE3PgE3PgE3NiYnLgEHDgEHDgEnIiY1NDY1PgEnNCYnLgEnLgEHDgEHDgEHDgEXHgEXFgYjIgYjBiYnJgYHDgEHBhYXHgEXHgEXHgEHDgEHDgEHDgEXHgEXHgEXHgEXHgEXHgEXHgE3PgE3NhYXHgEXHgE3PgE3PgEzNhYXFjY3PgE3PgEzPgE3PgE3PgE3NiYnA6wJEQgiNRYKEgcHBw8FCQUJEgkIDwYHAQgKIA4GCwYHDAcBAgEBAgEEBBE/MClXLClFGhIYAwIBAQECAQEDBAEDAQsWCg0YCwYHAQIIBwgVCwkTCQ8HBwMGBB1ROwgJAwEGAwUMBhQpFAQDAQIDAwMODQsWCxoxFgwYDTBhMQ4cDRAkExAfEBARBAEEAQEDAwYNBg8dDwgOBQgJDQEtAQUDDCwdDh4QEBYIAwQCAwYEAwoHChUJCwYGAgQCAgEDBAEGCwYaMhoPHg4xRRUSBQkIKiEXMh0WLRcPHg4FBAEBBQUGBAcECgYKDwYICQQEBgUHFxAGDgYyRQsBDggFCQMEBwMJCQMBAwMIEAgMCgICBAEDCRAJEQcdARwIEwoLCgEFAgMIEgcOBwMDAQICBAgFAwoHCxUDAAAAAQBXAWgAcgIQABAAABMiBg8BFxQWMzI2NTcnNCYjZAECAQkJAwEBAwoKAgICEAICUU8CAgICT1ECAgAAAQA4AYYATgHxAA8AABMiBhUHFxQWMzI2NTcnNCZDAgIHBwICAQIICAIB8QICMjECAgICMTICAgABAHsBWgCWAiAAEAAAEyIGFQcXFBYzMjY1Nyc0JiOIAgMICAMCAQMKCgMBAiADAmBdAgICAl1gAgMAAAABAJ4BVgC6AiMADwAAEyIGFQcXFBYzMjY1Nyc0JqsCAwgIAwIDAwkJAwIjAwJjYAIDAwJgYwIDAAEA1gFaANYBWgACAAATOQHWAVoAAQDCAVQA3gIdAA8AABMuASMiBg8BFx4BMzI2PwHWAQMCAwMBBwcBAwMCAwEIAhcCBAQCXGECBAQCYQAAAQDmAVQBAwJXABEAABMiBhUHFxQWMzI2NTE3JzQmI/QDBAcHBAMDBAgIBAMCVwQDlWECBAQCYZUDBAAAAQEKAVMBJwJ6ABEAAAEiBhUHFxQWMzI2NTE3JzQmIwEYAwQHBwQDAwUHBwUDAnoFA7hgAwQEA2C4AwUAAQEvAVQBTQKKABEAAAEiBhUHFxQWMzI2NTE3JzQmIwE+BAUGBgUEAwUHBwUDAooFA8dfBAQEBF/HAwUAAQFUAVMBcwKSABAAAAE0JiMiBhUHFxQWMzI2NTcnAWwFBAQFBgYFBAQFBwcCiQMGBgPOXwMGBgNfzgAAAQFsAVwBbAFdAAIAAAExFQFsAV0BAAAAAQF5AVQBmAKNABEAAAEiBhUHFxQWMzI2NzE3Jy4BIwGJBQUGBgUFBAUBBQUBBQQCjQUFyF4EBQUEXsgFBQAAAAEBnwFTAb8ChwARAAABIgYVBxcUFjMyNjUxNyc0JiMBrgQGBQUGBAUGBgYGBQKHBgXBXQQHBwRdwQUGAAEBxQFTAeUCrAAjAAABLgEjIgYHDgEdAQcwFjEUMDEUFhceATMyNjc+ATU/ASc0JicB2wEEAQIDAgIDBAQCAQEFAwIEAgECAQQFAwICqgEBAQEBBQMC5FwBAgMCAgICAQIEAwlT5gMFAQAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQHpAVQCDALCABkAAAEuASMiBgcOAR0BBx8BFBYzMjY1MTcnNCYnAgECAwEDBAECAwUDAggFBQcFBQMDAsABAQIBAgUCAvkuLQUHBwVb+wMFAgAAAQIRAVMDwQLcABsAAAEiBgcuASMiBgcOARURFBYXMDoCMTI2NTQmIwNSDBUKB3BNEyQQBgUHBWF0YC5BQS4CMgUES2gHBgMGBf6fBQcBQS4uQgAAAQKDA+kClgPuAAcAAAEuASciBgcXApYCBQICBQMTA+kCAgEBAQMAAAEA7gDvAxEDEgBEAAABKgEjIiYnMCY1Iyc1NCYnLgEjIgYHDgEVFBYXHgE7ARcUFhUUFhUUBgcOASsBLgEnLgE1NDY3PgEzMhYXHgEXFQcGIgcDBAIEAgYIAwICASMhIFQuLlUgICMiISBVLhECAQEDBAIHBAg1YCYmKiomJ2Q3N2MnJSoBBwEDAgHtAwMDAQQFLlQhICMjICFULi5UISAjBwEDAgMDAgYIAwMCASkmJmQ3N2QnJioqJiZhNRYBAQEAAAACABoAHgPeA+EAEwBaAAABIg4CFRQeAjMyPgI1NC4CAQYiIyImJy4BJyMvATQmJy4BIyIGBw4BFRQWFx4BOwExMxceARUcARUUBgcOASsBLgEnLgE1NDY3PgEzMhYXHgEfAQciBiMB/GSvg0xMg69kZK+DTEyDrwEVAwUDCAwEAQIBAgEBMS8veEJCeC8vMTEvL3hCDQwCAQEEBAQKBgtLijY3Ozs3OI9OTo84NjsBAQsBBQMD4UuDsGNksINLS4OwZGOwg0v+BgEEBAICAgYHQnkuLzIyLy55QkJ4Ly4yCgIFAwMFAwgMBAMEAjs1OI9OT483Nzw8NzaKTCACAQAAAQB6AHoDiQOJAEYAAAEqASMiJicuAScjLwE0JicuASMiBgcOARUUFhceATsBMTMXHgEVHAEVFAYHDgErAS4BJy4BNTQ2Nz4BMzIWFx4BHwEHIgYHA3UDBQMIDAQBAgECAQExLy94QkJ4Ly8xMS8veEINDAIBAQQEBAoGC0uKNjc7Ozc4j05Ojzg2OwEBCwEFAwHmBAQCAgIGB0J5Li8yMi8ueUJCeC8uMgoCBQMDBQMIDAQDBAI7NTiPTk+PNzc8PDc2ikwgAgEBAAAABAAaAB4D3gPhABMASABLAE4AAAEiDgIVFB4CMzI+AjU0LgITHAEVFAYHDgEjISImJy4BNTwBNTwBNTwBNTwBNTQ2Nz4BNzEhMR4BFx4BFRwBFRYUFRwBBwE5ASE5AQH8ZK+DTEyDr2Rkr4NMTIOvUgYGBg8J/uoJDwYHBgYHBQ8IARoIDgYGBgEB/r4BGgPhS4OwY2Swg0tLg7BkY7CDS/2vBggBDxQGBQYGBQYUDwEIBgdDKClDBgcIAQ8UBgUFAQEFBQYUDwEIBwZDKShDBwEaAAAEABoAHQPeA+EAFAApAF4AYAAAATIeAhUUDgIjIi4CNTQ+AjM1Ig4CFRQeAjMyPgI1NC4CIxM8ATU0JicuASMxITEiBgcOARUcARUcARUcARUcARUUFhceATMhMjY3PgE1PAE1NjQ1PAEnJTEB/FeackJCcppXV5pyQ0NymldksIJMTIKwZGSvg0xMg69ktgYGBg4I/uYJDgYGBgYGBw8JARYJDwYGBgEB/r4DpUJzmVhXmXNCQnOZV1iZc0I8S4OwZGOwg0xMg7BjZLCDS/6RBgkBDhQGBQYGBQYUDgEJBgZEKClDBgYJAQ4VBQYGBgYFFQ4BCAcGQykoRAY1AAAAAgFHAUoCswK1ADQANgAAATwBNTQmJy4BIzEhMSIGBw4BFRwBFRwBFRwBFRwBFRQWFx4BMyEyNjc+ATU8ATU2NDU8ASclMQKyBgYGDgj+5gkOBgYGBgYHDwkBFgkPBgYGAQH+vgJyBgkBDhQGBQYGBQYUDgEJBgZEKClDBgYJAQ4VBQYGBgYFFQ4BCAcGQykoRAY1AAIAOQA9A8IDxgAPAIwAAAEhIgYVERQWMyEyNjURNCYDDgEHDgEHDgEjIiYnLgEnMDQxPAE1NDY3PgEzMhYfAR4BFx4BMzI2Nz4BNTQmJy4BJy4BJy4BLwEuAScuATU0Njc+ATc+ATc+ATMyFhceARcVFAYHDgEjIiYnLgEnLgEnLgEjIgYHDgEHDgEHDgEVFBYXHgEfAR4BFRQGBwNo/SslNTUlAtUlNTXgBREKDBwRESoYEigVFCoVBAQDDAgECwceCRMKCxgMHCcMDQwDAwMJBQUNCAcQCT8kMg0ODgQEBA4JChoQECoYESUUEiYUBAQDCwgECgUGDgcIEQkKFgsOFwkKDwYGCAMDAgoKCR8XQz8/BQUDxjUl/SwmNTUmAtQlNf2iDBYJCg4GBQUEAwQKBwEBAgELEwcGBQEBBwIEAQIBCgsKGxAIDgYGCgQEBgMDBQMRChsRESgWCxcLDBQJCg8GBgcEAwMKBwUMEgYGBQEBAgICAQMBAQIDAgMHBQUKBgYMBg4WCAcNBhMRQDEQHQ0AAwA8AEADwwPIAHwAjACdAAABDgEHDgEHDgEjIiYnLgEnOAE1MDQ1NDY3PgEzMhYfAR4BFx4BMzI2Nz4BNTQmJy4BJy4BJy4BLwEuAScuATU0Njc+ATc+ATc+ATMyFhceARcVFAYHDgEjIiYnLgEnLgEnLgEjIgYHDgEHDgEHDgEVFBYXHgEfAR4BFRQGBxMhIgYVERQWMyEyNjURNCYBETQ2MyEyFhURFAYjISImNQKtBREKDBwRESoYEigVFCoVBAQDDAgECwceCRMKCxgMHCcMDQwDAwMJBQUNCAcQCT8kMg0ODgQEBA4JChoQECoYESUUEiYUBAQDCwgECgUGDgcIEQkKFgsOFwkKDwYGCAMDAgoKCR8XQz8/BQWt/UssPT0sArUrPj788xoTArUSGxsS/UsTGgFmDRYJCQ8FBQYEBAMLBwECAgsSBwYGAgEHAgMCAQILCgsaEAgOBgYKBAQHAwIGAhIKGxERJxYLFwwLFQkJEAYGBgMEAwoGBgsTBgUFAQEBAwECAgIBAQIDAggEBQsGBQwGDxYHBw0GExFBMBAdDQJiPiz9TCw+PiwCtCw+/OICtBMbGxP9TBMbGxMAAAADADgAxQPBAyAAEAAUACAAAAEhIgYVERQWMyEyNjURNCYjAyERIRMiJjU0NjMyFhUUBgOU/NITGxsTAy4TGhoTLv0tAtMuCQ4OCQkODgMgGxL9/xMaGhMCARIb/eEB4/74DQkKDQ0KCQ0AAAACABoAHgPeA+EAEwA3AAABIg4CFRQeAjMyPgI1NC4CEwcBDgEjIiYvAS4BNSY2Nz4BNz4BNxcBHgEXHgEXHgEVFAYHAfxkr4NMTIOvZGSvg0xMg6+3BP6UBAsGBgsEsAQDAQcHBAkFAQIBqQFpAQIBBQkEBgcEAwPhS4OwY2Swg0tLg7BkY7CDS/67BP6UBAQEBLAECAQEDAYECQMBAgGqAWkBAQEECAQHCwQFBwQAAAMAGgAdA94D4QAkADgATQAAExceATMyNjcBPgE1NCYnLgEnLgEnBwEnDgEHDgEHDgEXFBYfAQEyHgIVFA4CIyIuAjU0PgI3Ig4CFRQeAjMyPgI1NC4CI9OqBAsGBgsFAW8EAwcGBAkFAQIBD/6mqQECAQUJBAcHAQMEBgEpV5pyQ0NymldXmnJDQ3KaV2Svg0xMg69kZK+DTEyDr2QB1KoEBQUEAW8ECAQEDAYECQMBAgEP/qapAQEBBAgEBwsEBQcEBgHRQnOZWFeZc0JCc5lXWJlzQjxMgrBkY7CDTEyDsGNksIJMAAABAJ8A8wNSAuEAIwAAEx4BHwIeATMyNjcBPgE1NCYnLgEnLgEnAScOASMOAQcOARWfAQMEBckECwYGCwQBrAQDBgcECQUBAgH+W8cBAgIECQQHBwHaBQgDBsgFBAQFAasECAQEDAYECAQBAgH+WsgBAgQIBQYMAwACAG0APgOLA8UARABsAAABNy4BJy4BJy4BIw4BBzEHLgEnNTM0Njc8ATU0JicuAScxByIGBw4BFRQWFRQWFzMVDgMVFB4CMzI+AjU0LgInAS4BNTQ2Nz4BNzUxNDY3PgEzOgEXMhYXFR4BFx4BFRQGBw4BIyImJwMRSAEEAwIGAwcLBQUJBDssZjhwAQEDBAMJBukFCQQDBAEBAWpNhmM5P2yRU1ORbD8RHy0c/sQHCAgHAQMBBAMDDAkFCAUEBgMCBAIIBwcICBMLChMIAutIAgUEAwYDBwYBBAQ7HyUELQIHBAQJBAgMBAMDAQEDAwQMCAQJBAQHAi0HQmuMTlORbD8/bJFTKlBIQRv+vQcTCgwSCAECAdUFCAQEAwEBAecCAwIIEgwKEwcICAgIAAAAAwBtADsDiwPCACcAbACBAAABNS4BIyImIyIGBw4BFTEVDgEHDgEVFBYXHgEzMjY3PgE1NCYnLgEnPwEuAScuAScuASMiBgcxBy4BJzUzNDY3PAE1NCYnLgEjMSMiBgcOARUUFhUUFhczFQ4DFRQeAjMyPgI1NC4CJwEiLgI1ND4CMzIeAhUUDgIjAhkDBgQFCAUJDAMDBAEDAQcICAcIEwoLEwgIBwcIAgQC+UcBBAMCBgMHCwUFCQQ7LGY4cAEBAwQDCQbpBQkDBAQBAQFqTYZjOT9skVNTkWw/ER8tHP7qRnxdNjZdfEZGfVw2Nlx9RgH26AEBAQQEAwkF1QEBAQgTCwsSCAgHBwgIEgsLEwgCAwHzRwIGAwMHAwYGBAQ7HiUELgIGBAUIBAkMAwQDAwQDDAkECAUEBgIuBkNri09Skmw/P2ySUitPSUEb/Y01XXxGR3xcNjZcfEdGfF01AAEBBwA7Aw8DwwAiAAAlDgEjBiY1ETM1IzUwIiMiBhUOAwcVMxEUHgI3MjY3JwLjDSoSNiG2tYMCAQUDEidDM1seQWdKMl4NLPEGCgE9HQEaieYDBBpFRT0Sdf7YJlZILwIjEoEAAAAABAAeAEMFDwPKABsAKwCrANIAAAEuAScuASsBETMyNjc+ATc+ATc+ATU0JicuAScTISIGFREUFjMhMjY1ETQmAQ4BBw4BBw4BIyImJy4BJzQ2Nz4BMzIWFx4BFx4BFx4BMzI2Nz4BNTQmJy4BKwEiJicuATU0NjczMjY3PgE1NCYnLgEnLgEnLgEjIgYHDgEHDgEHDgEjIiYnLgEnPgE3PgEzMhYXHgEXHgEXHgEVFAYHDgEPARceARceARUUBgclDgEHDgEHDgErASImJy4BNRE0Njc+ATsBMhYXHgEXHgEXHgEVFAYDvwwdERAjE0lLEiMQEB0MDBMHBwgIBwcTDOb74iw9PSwEHiw+Pv1pBhELCxsQESQTGy4TEiIOBQQECwYFCgUGDQcHEQkKGA0ZJg0NDQwMDCkcPQQHAwMEAgFIGiYMDA0DAgIIBgUOCQgVDAwWCAkQBwYNBQQKBAcLBAQFAQ4gEhMuGRQjDg4YCQgOBAQECgsKHRIdHhQiDQ0OBgYB8QkZEREpFxg3HmUPDQEDBAQDAQ0PZx42FxgoERAaCQgJCAKPCxAGBQb+ogUGBhELCxwREScXFCUPEBsLATs+K/1LLD09LAK1Kz79ng0WCQkOBAUFBgYGDwgMEgYGBQICAgUCAwQDAgILDAseExAcDAsMAwMDCwgHDQUKCQocEwcOBgcMBQUJAwMDAgICBAMCBAICAQYGBhILBw0GBgYFBQUNCAgTCwsYDRMgDQ0TBQoFBBIODiYWEB0NSRUnEBAaCQkKBgIEDAcBmwcMBAMFCAgIGA8PJRUWMBsZLwAFAB0AQAUOA8gAfwCmAMIA0gDjAAABMjY3PgE3PgE3PgE1NCYnLgEvATc+ATc+ATU0JicuAScuAScuASMiBgcOAQceARceATMyNjc+ATc+ATc+ATMyFhceARceARceARUUBgcOASsBDgEVFBYXHgE7ATIWFx4BFRQGBw4BIyImJy4BJy4BJy4BIyIGBw4BBx4BFx4BMyU+ATU0JicuAScuAScuASsBIgYHDgEVERQWFx4BOwEyNjc+ATc+AScOAQcOAQcOASsBETMyFhceARceARceARUUBgcTISIGFREUFjMhMjY1ETQmARE0NjMhMhYVERQGIyEiJjUBmhMkEBAcCwsRBgYGDg0NIhQfHhIdCgsKBAQFDQkIGA4OIxQaLRMSIA4BBQQECwcECQUFDAcHEAgJFgwMFQgJDgUFCAMCAgwMDCYaSAIBAwMDCAQ8HSkMDAwNDQ0mGQ0YCgkRBwgNBQUKBQYLBAQFAQ8iEhMuGwKRCAkJCQgaEBEoGBc2HmcPDQEEAwMEAQ0PZR43GBcpEREZPQcTDA0cEBEiEktJEyMQERwNDBMHBwcHB8D74iw+PiwEHiw9PfuJGhMEHhMaGhP74hMaARQFBQUOCQgWDQ0dEBclDg8SAwYJBhIODSASDRgLCxMICA0FBQUGBgUNBwwRBgcGAgECBAMCBAICAgMDAwgFBQwHBw4HEh0KCQkGDAcIDAMDAwsMCxwREh4MCwwCAwIFAgMFAgICBgYGEgsJDwUHBpsVMBkaMRUVJQ8QFwgICQYCBQsI/mYHDAUCBgoJChoQECYnER0LCxEGBQYBXgUGBREKCxsQECQVFigQAgg+LP1MLD4+LAK0LD784gK0ExsbE/1MExsbEwAAAAUAHgBDBQ8DygAEABQAPgBZAHcAAAEHMzUHASEiBhURFBYzITI2NRE0JgEOASsBFRQGBw4BIyImIyYiJzUjJjQnNCY1NDY3PgE3EzMRMx4BFRQGBzcVFAYHDgEjIiYjJiInETQ2Nz4BMzIWMxYyFwEOASMiJicuAS8BPwE+ATc+ATMyFhceARcHHwEOAQFNCaQNAsr74iw9PSwEHiw+Pv2iBAgFNwQDAw4KBQwFAwUD5QEBAQICAgcFy05NAQEEA6AEAwQOCgYMBQQFAgMEBA4KBgsGAwYCARMHDgYKDwYFCwXACa4FCgUFDwkGDQcECATEBcwECAHPDOgUATM+K/1LLD09LAK1Kz79xgQDVwYJBAQEAQEBbwIFAgQKBgYMBgYNBwEf/swFDggJDAOM6QYKBAQEAQEBAcMGCgQEBAEBAf4lAgIDAwMJBd4LzAYIAwIDAgEBAwHhBesBAwAAAAAGAB0AQAUOA8gAKgAwAE4AaAB4AIkAAAE1MzI2Nz4BNTQmJyMRIwMOAQcOARUcARcWFBczFTIWMxYyMzI2Nz4BPQEDFSM/ARUlLgEnLgEjIgYHDgEPARceARceATMyNjc+ATcnPwElIgYHDgEVETIWMxYyMzI2Nz4BNREiJiMmIiUhIgYVERQWMyEyNjURNCYBETQ2MyEyFhURFAYjISImNQIrNwUIBAMEAQFNTssFBwICAgEBAeUCBgMFDAUKDgMDBEOkCZsCQAMIBAcNBgoOBQYJBbfABQsFBg8KBg0IBAgE0QW+/skKDwMEBAMFAwYMBQsOBAMEAgYDBgsBrvviLD4+LAQeLD09+4kaEwQeExoaE/viExoBfwgDAwMNCQgNBgE0/uEIDQYFDAYGCgQDBAJwAQEEAwQKBVABEdAM3BheAgIBAgECAwIIBtfeBgkCAwMCAQICAvAF2wgEAwQKB/49AQEEBAQKBgHDAQHSPiz9TCw+PiwCtCw+/OICtBMbGxP9TBMbGxMAAAAFAD0APAPCA2kAMwA3AEEASwBPAAABNTQmKwE1NCYjISIGFREUFjMhFSMVIgYHDgEVFBYVFhQXIRUUFjsBFRQWOwEyNjURNCYnBSM1MxkBIREhFSMiBhUXFSMRIRUjIgYVEyM1MwOaGxIfGxP9ShIbGxIBOboFCAMEBAEBAQE+GhOvGxN5EhsXEf54MjL+ZwKY0hMa3KABEEITG5hbWwGmxRIbpBMaGhP+HhMbMgEDAwMMCQQJBAQGAxcTGw8TGhoTARASGQKsMgE//v0BxZUbEvLDAaa1GxP+//MAAgA4AD0DwQMgADAANAAAASEiBhURFBYzIRUjFSIGBw4BFRwBFR4BFSE+ATU0NjU0JicuASM1IzUhMjY1ETQmIwMhESEDlPzSExsbEwF5ugUJAwQDAQEB2wEBAQQDBAgGuQF5ExoaEw/87wMRAyAbEv3/ExpLAQMDAwwJBAkEBAYDAwYEBAkECQwDAwMBSxoTAgESG/3hAeMAAAAAAgA9AJYDxALzAEMATwAAAQ4BBz4BNw4BBy4BIyIGFRQWFy4DJw4BFRQWFy4BJzAUFRQWFw4BIyImJx4BFw4BIyImJx4BMzI+AjU8ATU+ATcTIzUjFSMVMxUzNTMDJRQsGBgjCRcwGhU6IT9aAgIvWlBFHQoKJR8TIxBHNAoUCggOBw9OMidhNgkSCTJ3QWmibzgWJw+fYT5hYT5hAqwJDQIOKxsNEwUWGlk/CRIIAhkpOSIRJxUnQxUBCggBATdUCgMDAgEuOwEfIwIBISRPfZtMBQoFECgX/olhYT5hYQABAD0ApQPFA0oADgAAARUeAzEwLgIHFQkBAauHy4ZCN37Ol/6SAW4DStABZHhkIiAOFNABUwFSAAIAQAEUA8cC6gAMABkAABMiJj0BIzcXIxUzFyElIzU0JiMhFzMVIxc39Q0UlMnJlJ9o/rAC0pQTDv6waJ+UyckBFBIM9MLCtF7F8w0RXrPDwwAAAAEAPgCWA8QDcwBDAAABDgEHPgE3DgEHLgEjIgYVFBYXLgMnDgEVFBYXLgEnMBQxFBYXDgEjIiYnHgEXDgEjIiYnHgEzMj4CNTwBNT4BNwPEGTUcHCsKGzsfGkYnTW0DAjlsYlQiDA0tJRcqE1VADBkMCRIIEl49MHVBCxYLPZBPf8WFRRsvEgMcCw8DETUgDxcGGx9sTQsVCgMdMkUqFC8aMFEZAQwKAkNmDQMDAgE3SAEmKgIBJyxgl7xbBgwGFDAcAAAFAB4AQwZ4A8oAGwAxAHIAqwDTAAABLgEnLgErAREzMjY3PgE3PgE3PgE1NCYnLgEnEyEiBhURFBYzITI2NzkBPgE1ETQmIwEUBgcOAQcOAQcOASMiJicuAScuAScuAT0BNDY3PgEzMhYzMhYzERQWFx4BMzI2Nz4BPQE0Njc+ATMyFjMyFjMRBRQGBw4BIyImIyYiJzUjFRQGBw4BIyImIyYiJxE0Njc+ATMyFjMyFjMVMzU0Njc+ATMyFjMyFjMRJQ4BBw4BBw4BKwEiJicuATURNDY3PgE7ATIWFx4BFx4BFx4BFRQGBwVtDB0RECMTSUsSIxAQHQwMFAcHBwcHBxQMovp4LD09LAWIFSYODxE+K/wkBwcGEwwNHhITKhcXKhISHgwNEgcGBgMEAw8KBgsGAwYCEBAQLx4dLhEREQQDBA4KBgsGAwUCAdUEBAMPCgYLBgQFA/QDBAQOCgYMBQMGAgQDBA4KBgwFBAUC9AQEAw8KBgsGBAUDAdMJGhARKRgYNx5lDA8DAwMDAwMPDGceNhgXKRARGQkJCQkIAo4LEAYFBv6gBgYGEQsLHBERKBYVJBAQGwsBPD4r/UsrPhAODicWArUrPv4WFigTEiEODRYICAgICAgWDQ4hEhMoFv0GCgQEBAEB/ucgNBMTFBQTEzQg/wYKBAQEAQH+6awGCgQEBAEBAdK5BgoEBAQBAQEBwgYKBAQEAQHQtgYKBAQEAQH+PXsVJxAQGgkKCQQDBQwHAZwHDAUDBQkICBgPDyUWFTAbGTAWAAAGAB0AQAZ4A8gAQAB5AKEAvQDNAN4AABMUFhceARceARceATMyNjc+ATc+ATc+ATURIiYjLgEjIgYHDgEVERQGBw4BIyImJy4BNREiJiMmIiMiBgcOAR0BBTIWMxYyMzI2Nz4BNREiJiMmIiMiBgcOAR0BIzUiJiMmIiMiBgcOARURMhYzFjIzMjY3PgE9ATMVAS4BJy4BKwEiBgcOARURFBYXHgE7ATI2Nz4BNz4BNz4BNTQmJy4BJwcOAQcOAQcOASsBETMyFhceARceARceARUUBgcTISIGFREUFjMhMjY1ETQmARE0NjMhMhYVERQGIyEiJjWtBwYHEg0MHhISKhcXKhMSHg0MEwYHBgIFAwYLBgoOBAQDERERLh0eLxAQEAIGAwYLBgoPAwQEAxMDBQQFDAYKDwMEAwIGAwYLBgsOAwQE9AIGAwUMBgoOBAQDAgYDBQwGCg4EAwT0AeYQKRcYNh5nDA8DAwMDAwMPDGUeNxgYKREQGgkICQkJCRkREgcUDAwdEBAjEktJEyMQER0MDBQHBwcHB3r6eSw+PiwFhyw+PvogGhMFhxMbGxP6eRMaAd0VKRITIA4OFggICAgICBYODiATEikVARcBAQEEBAQKBv8AIDMTFBQUFBMzIAEZAQEDBAQKBv7FAQEEAwQKBwHCAQEDBAQKBrbPAQEDBAQKBv49AQEEAwQKBrrTAZ0QFwgJCAQEBAwI/mUIDAQEBAoJChoQECYWFi8ZGzAWFSUP9xEcDAsRBgUGAV8FBgURCwobEBAlFBcnEQIKPiz9TCw+PiwCtCw+/OICtBMbGxP9TBMbGxMAAAMAGgAeA94D4QATAEoAawAAASIOAhUUHgIzMj4CNTQuAgE3PgEzMhYfAR4BFRQGBw4BBw4BBycRFAYHDgEjIiYjIiYjNRM1Bw4BIzgBMSImJy4BJy4BJzcBFAYjISImPQI0Njc+ATM6ARcVITU2MjMyFhceAR0CAfxkr4NMTIOvZGSvg0xMg6/+9ZUFCwYGCwSaBAQHBwQJBAEDAXUDAwMNCQYMBgICAgFnBAgFAgsIBQgDAQIBFAHzEQ39pwwSAwIBDA0IDgcCHQcPBw0MAQMCA+FLg7BjZLCDS0uDsGRjsINL/tyVBAUFBJoECAQEDAYECAQBAgF2/roFCAQDAwEBFQEiJGcDBAQJBAkFAQIBFP5zDBISDIULBQcDAQQBhYUBAwIDBwUHiQAAAAIAswDWA0gDPQA2AFcAAAE3PgEzMhYfAR4BFRYGBw4BBw4BBycRFAYHDgEjIiYjIiYjNRE1Bw4BIzgBMSImJy4BJy4BJzcBFAYjISImPQI0Njc+ATM6ARcVITU2MjMyFhceAR0CAVSVBAsGBgsFmgMEAQcHBAkFAQIBdgMDAg0KBgwGAQMBZwMIBQILCQQIBAEBARQB9BEN/acMEgMCAQwNBw8HAh0HDwcNDAEDAgKflQQFBQSaBAgEBAwGBQgDAQIBdv66BQkDAwMBARUBIiRnAwQECQQJBQECART+VQ0REQ2FCwUHAwEEAYWFAQQBAwcFB4kAAAAAAQBwAEgDiAPDAD4AAAEOASMiLgI1NDYzMhYVFAYHMBY3PgE1NCYjIg4CFRQeAhcOAQcuAycjFhIeARcWNjc+AzcyNjc1A4gRIg8rSTcfJBwaIAsGPEgPEGdhMk42HRcrPSchUCsnST4xDpobYGhbFRgqFhE/SkscGDgcAgIEBB04UTQzNC8wHDcSOA4iUyZocyRAVjMyXE49E0FxKzBylL17zP7qrlUMDwEMCjpWbDwGBmwAAwAaAB4D3gPhABMAIQBpAAABIg4CFRQeAjMyPgI1NC4CBzQ2MzIWFREUBiMiJjUFFAYHIxUzMhYXHgEVFAYVBhQHIyImJy4BNTwBNT4BNTM1Iy4BPQE+ATMyNjMyFhceAR0BFBYzMjY3NTQ2Nz4BMzIWMzIWFxUB/GSvg0xMg69kZK+DTEyDr9RCLy9CQi8vQgFGaE4BRwYJAwQEAQEB4AYJAwQDAQFcAU5oAgYEBAkFCQwDAwRaPz9ZAQMDBAwJBAkEBAYCA+FLg7BjZLCDS0uDsGRjsINL2TVMTDX+6jVMTDUzRWoKTQQDAw0IBQkEBAYCAwQDDAkECQUDBgNNCmtEFwEBAQQDBAkFATVJSTQCBQkEAwQBAQEXAAADAScAPQLSA8MARwBWAGQAAAEuASMmIiMiBgcOAR0BDgEjIiYnNTQmJy4BIyoBByIGBxUUFhczFSMUBhUGFBUUFhceATsBNjQ3NDY1NCYnLgErATUzPgE9AQMiBhURFBYzMjY1ETQmIxcRFAYjIiY1ETQ2MzIWAtICBgQECQQJDAQDAwFZPz9ZAQQDAwwJBQkEBAYCaU0BXAEBAwQECAbgAQEBBAQDCQZHAU5o1TZMTDY2TEw2RSkcHSgoHRwpAZcBAQEEAwQJBQE0Sko0AQUJBAMEAQEBFkVqC00CBgQFCQQJDAMEAwIGBAQJBQkMAwMETQtqRRYCLEw2/nM2TEw2AY02TH/+bRwpKRwBkxwpKQAAAAADABoAHgPeA+EAEwAmAFUAAAEiDgIVFB4CMzI+AjU0LgIDBiYvASMiJj0BNDY7ATc+ARcRNw4BDwEnLgEnLgEnLgE3PgE3PgE3PgEnLgEvATUuATUmNjc+ATc+AT8BFxUeAQcB/GSvg0xMg69kZK+DTEyDrzMZNBNEexIbGxJ7RBM0GaMNIhUQBAECAgECAgMBAQEFBBAaCQ8HBwgiGQYBAgICAwEDAQICAQQbPSElA+FLg7BjZLCDS0uDsGRjsINL/UoYHBNEGxOlEwtEEx0Y/lh2FiINCAQBAwICAwIGCQQDBgIKGhAZOBwcLA8EAQEEAgQJBQIEAQIDAQQPASmQQAAAAAQAGgAdA94D4QATACgAOwBqAAABIg4CFRQeAjMyPgI1NC4CAyIuAjU0PgIzMh4CFRQOAiMDByMiBh0BFBY7ARceATcRJgYHFzcnBw4BBw4BBw4BFxQWFxUXHgEXFgYHDgEHDgEHBhYXHgEXHgEfATc+ATc2JicB/GSvg0xMg69kZK+DTEyDr2RXmnJDQ3KaV1eackNDcppXL0R7EhsbEntEEzQZGTQTyQEbBAECAgEDAQMCAgIBBhkiCAcHDwkaEAQFAQEBAwICAQICAQQQFSINJSE+A+FMgrBkY7CDTEyDsGNksIJM/HlCc5lXWJlzQkJzmVhXmXNCAmFECxOmEhtEExwYAagYHRMhAQ8EAQMCAgMCBgkEAQQBAgMPLRscOBkQGgoCBgMECQYCBAECAwEECA0iFUGQKQAAAAACAOEBKwLQAtMAEgBBAAABByMiBh0BFBY7ARceATcRJgYHFzcnBw4BBw4BBw4BFxQWFxUXHgEXFgYHDgEHDgEHBhYXHgEXHgEfATc+ATc2JicBzUR7EhsbEntEEzQZGTQTyQEbBAECAgEDAQMCAgIBBhkiCAcHDwkaEAQFAQEBAwICAQICAQQQFSINJSE+ArtECxOmEhtEExwYAagYHRMhAQ8EAQMCAgMCBgkEAQQBAgMPLRscOBkQGgoCBgMECQYCBAECAwEECA0iFUGQKQAABAAaAB4D3gPhAA0AIQA6AHsAAAEHIxUzFx4BFxEOAQ8BEyIOAhUUHgIzMj4CNTQuAgMOASMiJi8BIyImPQE0NjsBNz4BMzIWFxE3HgEVFAYHDgEHDgEPAScHDgEjOAExIiYnLgEnLgEvATcnLgE1NDY3PgE3PgE/ARc3PgEzMTIWFx4BFx4BHwEHFwGpDY6OUQYJAwMJBkRTZK+DTEyDr2Rkr4NMTIOvMwgQBxIiDUR7EhsbEntEDSISBxAI/AMDBAQBBAIBBAEFU0cDBwQECAQCAwECAgEDU0cDAwQEAgMCAgMBBVNHAwcEBAgFAQMCAQIBA1NHAlcNllIFCAMBWgMIBkQBikuDsGNksINLS4OwZGOwg0v9SggGGA1EGxKmEwtEDRkHB/5YjQMHBAQIBQEDAgECAQNTRwMDBAQCAwICAwEFU0cDBwQECAQCAwECAgEDU0cDAwQEAgMCAgMBBVNHAAAFABoAHQPeA+EAEwAoAGkAggCPAAABIg4CFRQeAjMyPgI1NC4CAyIuAjU0PgIzMh4CFRQOAiMTNycuAScuAScuASMxIgYPAScHDgEHDgEHDgEVFBYfAQcXHgEXHgEXHgEzOAExMjY/ARc3PgE3PgE3PgE1NCYvASUHIyIGHQEUFjsBFx4BMzI2NxEuASMiBgcTLgEvASM1Mzc+ATcRAfxkr4NMTIOvZGSvg0xMg69kV5pyQ0NymldXmnJDQ3KaV+ZTAwECAQIDAQUIBAQHA0dTBQEDAgIDAgQEBAJHUwMBAgIBAwIECAQEBwNHUwUBAwICBAEEBAMDR/7rRHsSGxsSe0QNIhIHEAgIEAcSIg0yAwkGUY6OUQYJAwPhTIKwZGOwg0xMg7BjZLCCTPx5QnOZV1iZc0JCc5lYV5lzQgGlUwUBAwICAwIEBAMDR1MDAQICAQMCBAgEBAcDR1MFAQMCAgMCBAQDA0dTAwECAQIDAQUIBAQHA0e8RAsTphIbRA0YBggBqAcHGQ3+lwMIBVKWUQYIAv6nAAADAOEBHQM1AuEAQABZAGYAAAE3Jy4BJy4BJy4BIzEiBg8BJwcOAQcOAQcOARUUFh8BBxceARceARceATM4ATEyNj8BFzc+ATc+ATc+ATU0Ji8BJQcjIgYdARQWOwEXHgEzMjY3ES4BIyIGBxMuAS8BIzUzNz4BNxEC4lMDAQIBAgMBBQgEBAcDR1MFAQMCAgMCBAQEAkdTAwECAgEDAgQIBAQHA0dTBQEDAgIEAQQEAwNH/utEexIbGxJ7RA0iEgcQCAgQBxIiDTIDCQZRjo5RBgkDAf9TBQEDAgIDAgQEAwNHUwMBAgIBAwIECAQEBwNHUwUBAwICAwIEBAMDR1MDAQIBAgMBBQgEBAcDR7xECxOmEhtEDRgGCAGoBwcZDf6XAwgFUpZRBggC/qcAAAAABAAaAB4D3gPhABMAJgBVAIgAAAEiDgIVFB4CMzI+AjU0LgIDBiYvASMiJj0BNDY7ATc+ARcRNycuAScuAScuATc+ATc+ATc+AScuAS8BNS4BNSY2Nz4BNz4BPwEXFR4BBw4BDwE3DgEHFQcnLgEnLgEnLgE3PgE/AT4BNz4BJy4BLwE1LgEnJjY3PgE3PgE/ARceARcWBgcB/GSvg0xMg69kZK+DTEyDrzMZNBNEexIbGxJ7RBM0GU8EAQICAQICAwEBAQUEEBoJDwcHCCIZBgECAgIDAQMBAgIBBBs9ISUNIhUQog8uGx0EAQIBAgIBAwIBAQUEBhknDxcMDAw4KQUBAgEBAgMBAgIBAgEEDzBEDg4OHAPhS4OwY2Swg0tLg7BkY7CDS/1KGBwTRBsTpRMLRBMdGP5YKQQBAwICAwMFCQQDBgIKGhAZOBwcLA8EAQEEAgQJBQIEAQIDAQQPASmQQBUjDQgfGi8SAREFAQICAgQCBQkEBAYCAxAoGShcLS1KFwMBAgMDAwoFAgQBAgMBBAgcWDY2bTAAAAUAGgAdA94D4QAUACkAPABrAJ4AAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAiMDByMiBh0BFBY7ARceATcRJgYHATYmJzcnBw4BBw4BBw4BFx4BFwcXHgEXFgYHDgEHDgEHBhYXHgEXHgEfATc+ATc3LgEvAQcOAQcOAQcOARceARcVFx4BFxYGBw4BDwEOAQcGFhceARceAR8BNzU+ATc+AScB/GSvg0xMg69kZK+DTEyDr2RXmnJDQ3KaV1eackNDcppXL0R7EhsbEntEEzQYGDQTAQImIT4BGwQBAwEBAwEDAgEBAgEBBxkiCAcHDwkaEAQFAQEBAwEDAQICAQQPFiIMaw9DMA8EAQIBAgIBAwIBAQIBBSk4DAwMFw8oGQUEBQEBAgMBAgIBAgEEHRstEBwODgPhS4OwZGOwg0xMg7BjZLCDS/x5QnOZV1iZc0JCc5lYV5lzQgJhRAsTphIbRBMcGAGoGB0T/uZAkCkBDwQBAwICAwIGCQQBBAECAw8tGxw4GRAaCgIGAwQJBgIEAQIDAQQIDSIWpTZYHAgEAQMCAgMCBQoEAgMCAQMXSi0tXCgZKBADAgYEBAkFAgQCAgIBBREBEi8aMG02AAADAOEBBgM6AvgAEgBBAHQAAAEHIyIGHQEUFjsBFx4BNxEmBgcBNiYnNycHDgEHDgEHDgEXHgEXBxceARcWBgcOAQcOAQcGFhceARceAR8BNz4BNzcuAS8BBw4BBw4BBw4BFx4BFxUXHgEXFgYHDgEPAQ4BBwYWFx4BFx4BHwE3NT4BNz4BJwHNRHsSGxsSe0QTNBgYNBMBAiYhPgEbBAEDAQEDAQMCAQECAQEHGSIIBwcPCRoQBAUBAQEDAQMBAgIBBA8WIgxrD0MwDwQBAgECAgEDAgEBAgEFKTgMDAwXDygZBQQFAQECAwECAgECAQQdGy0QHA4OArtECxOmEhtEExwYAagYHRP+5kCQKQEPBAEDAgIDAgYJBAEEAQIDDy0bHDgZEBoKAgYDBAkGAgQBAgMBBAgNIhalNlgcCAQBAwICAwIFCgQCAwIBAxdKLS1cKBkoEAMCBgQECQUCBAICAgEFEQESLxowbTYAAgA7AEADzwPdAGMAwQAAAS4BJy4BJy4BJy4BJy4BJyImIyoBIyIGIw4BBw4BBw4BBw4BFx4BFxYUBw4BBxQGFTAyMT4BMz4BNz4BNzYWMx4BFx4BFx4BNzI2Nz4BNz4BNz4BNz4BNzY0NzwBNTwBNTQmNQcOAQcOAQcOAQcOASMGJicuAScuAScuAScuAScuATU0Njc+ATcwMjEyFhcyFhceARceARcWFAcOAQcOAQcOARceARceARceARcWNjc+ATc+ATc+ARcyFhceARceAQcDzgILCAwkGCRZNRYuGA4cDgQHBAgPBwQIBEJ2NDJJGAsPBAQDAQMfHQEBEycUAQEBAgE3cDcFCQUBAwEbOx4OGg4PHw8MGAsSIREqTSI7TBIEBgEBAQHWAQMCAwoICxkOCBIJChUKFiwVGi4VHzQVBwoCAQEVFAYNCAEKEwkCAwEDBQEIDwgDBQYOBgIDAQMBAw0fFBMrFwIFAgYJBAYKBgQJBAMJBgEEARcsFwcFAgI/GzQZJkQeLkQXCg4FAgMCAQEFKyclXTgZNBsXLRc4ajECAwI6dDsBAgIBARIkEgEDAQEBDxYHAgQCAgEBAwECCAUNKBwwekkQIBAGCwYBAgIIEQgFCAWpBw8ICRAGCQ4EAgMBBgMIEQsNIxUfRycNHQ8HDAUdMBMGBwIBAQIBBAgEFSsUCA0HCA8IAgMCBAkEGCwSEhwKAQIBAwMEBgwGBQsFBAMCAQEMGAwFCQkAAAAABAAaAB4D3gPhABMAHwBOAIkAAAEiDgIVFB4CMzI+AjU0LgIDBiY3NDYzMhYVFAY3DgEHDgEPAS8BLgEjIgYPATEHJy4BJy4BJy4BJzQ2PwE+ATsBMhYfAR4BBxQGBzcOAQcOAQ8BJzEvAS4BIyIGDwIxBycuAScuAScuATU0Nj8CPgEzMTgBMTIwOQEyFh8CHgEVDgEHAfxkr4NMTIOvZGSvg0xMg69kESMBIBQXHiCNAQQCAgMCEQUSFTchIDcUFgISAQQCAgMCBgcBBAQPHk8rAytRHQ8FBAEHB18CBQIDBAIMBwoKI2g+PWgjCgoICwIEAwMEAwYIAwUHES18RwFHfCwSBwQEAQcHA+FLg7BjZLCDS0uDsGRjsINL/aMBHxgXHSAWFR+FAQIBAQIBBwUTFxkYFxcCBwECAQECAQULBwYLBBAcICAcEAQLBgYMBWYCAwECAgEFCAsKKC8vKAoLCAUBAgIBAwIFCwYFCgUHEiszMysSBwUKBQYLBQAABQAaAB0D3gPhABMAKAA1AHAAnwAAATIeAhUUDgIjIi4CNTQ+AjciDgIVFB4CMzI+AjU0LgIjEQYmNzQ2MzIWFRQGJwEvAS4BIzUwFCMwNDEVIgYPAg4BFRQWFx4BFx4BMxc3MT8BPgEzMhYfAjEXNzI2Nz4BNz4BNzQmJwcnLgErASIGDwEOARUeARceARceATMXNzE3PgEzMhYfAjcyNjc+ATc+ATU2JicB/FeackNDcppXV5pyQ0Nymldkr4NMTIOvZGSvg0xMg69kESMBIBQXHiAWAQkHEix8RwFHfCwSBwQECAYDBAMDBAILCAoKI2g9PmgjCgoHDAIEAwIFAgcHAQQEYA8dUSsDK08eDwQEAQcGAgQBAgQBEgIWFDcgITgUEgURAgMCAgQBBwcBBAUDpUJzmVhXmXNCQnOZV1iZc0I8TIKwZGOwg0xMg7BjZLCCTP2hAR4YFx0fFhUgAQEUCBIrMgEBAQEyKxIIBAsFBgsFAQMCAQMFBwwJKC8vKAkMBwUDAQIDAQULBgYKBGMPHR8gHA8FCwYGCwUBAwEBAggCGBYYGBcUBQgCAQEDAQULBgYLBQADABoAHgPeA+EAEwAuAEoAAAEiDgIVFB4CMzI+AjU0LgIDLgMxJzcmNjc+ATcOAhQXPgExFzAWDgE3DgEHPgMnNgYxJzAmPgE3HgMxFwcWBgcB/GSvg0xMg69kZK+DTEyDr8s4TS8UBksTGjYdSCoeKhQLBEcGCQUi8x1JKh0oFAIKBlAGCgYhKzhNLxUGSxMbNQPhS4OwY2Swg0tLg7BkY7CDS/0FBTE4LRIYS4k9IS4QEDtUaj8CFhIxSFU9Ii0RJU1RVy4CGhMwSVUlBTI3LRMYS4k8AAAEABoAHQPeA+EAGwA2AEoAXwAAAScwLgInDgIWMRcwNgcWDgIHPgE3PgEnNwUwBjcmND4BNw4BBw4BFwcXMB4CFz4CJjETMh4CFRQOAiMiLgI1ND4CNyIOAhUUHgIzMj4CNTQuAiMDOwYVL004KyEGCgZQBgoCFCgdKkkdNRsTS/6dUAULFCofK0gdNRsTSwYUL005KiIFCR5XmnJDQ3KaV1eackNDcppXZK+DTEyDr2Rkr4NMTIOvZAJuEyw4MQUlVUgxEhoCL1ZSTSQQLiE9iUsYhRoCPmpUPBAQLiE9iUsYEy03MgQkVUkwAc9Cc5lYV5lzQkJzmVdYmXNCPEyCsGRjsINMTIOwY2SwgkwAAAIANgDBA8EDPgA7AD8AAAEwJicuAScuAiIxIzAiDgEHDgEHDgExMAYdARQWMTAWFx4BFx4DMTAyPgE3PgE3PgExMDY9ATQmMQE1FwcDtw8VGTQNMG9fPwE/X28wDTQaFBAJCRAUGjsPG2dmTEBfbzANNBkVDwoK/ef19QK1RRQcCQIDBAICBAMCCRwURVw3RTdcRRUbCAMDAwIBAgQDAgkbFUVcN0U3XP7V/n9/AAAAAQAAAAAAACdXWMFfDzz1AAsEAAAAAADTNw41AAAAANM3DjUAAAAAB4IEAAAAAAgAAgAAAAAAAAABAAAEAAAAAAAHpgAAAAAHggABAAAAAAAAAAAAAAAAAAAA5wQAAAAAAAAAAAAAAAQAAAAEAAADBAAAlwQAAJcEAAAaBAAAGgQAAO4EAAAHBAAABwQAABoEAAC1BAAAGgQAABoEAAFJBAAAGgQAABoEAAFJBAAAGgQAABoEAAC1BAAAGgQAALYEAAC2BAAAGQQAABoEAAA9BAAAPQbxACcFLQAeBS0AHQUtAB4FLQAdBS0AHgUtAB0FLQAeBS0AHQUtAB4FLQAeBAAAPwQAAD8EAAA9BAAAPQQAADsEAAA5BAAAPwQAADgEAAAaBAAAGgQAAP4EAAAaBAAAswemAB0EAABABAAAQAQAASYEAAAaBAAAGgQAAQ8EAAA9BAAAPQQAAD0EAAA6BAAAOgUtAB4FLQAeBAAAGgQAABoEAABjBAAAYwQAABoEAAAaBAAAOQQAABoEAAAaBAAAQAQAADgEAAAwBAAAGgQAANcEAADBBAAAwQQAAJcEAACXBAAAPgQAAJMEAAA+BAAAlAQAABoEAAAaBAAA7gQAAT4EAACABAAAQAQAAEAEAAE5BAAAGgQAABoEAAAaBAAAGgQAABoEAAAaBAAAGgQAABoEAAAaBAAAGgQAABoEAAAbBAAAGgQAABoEAAAaBAAAGgQAABoEAAAaBAAAGgQAABoEAAAaBAAAGgQAABoEAAAaBAABaQQAADoEAAA6BAAAGwQAABoEAAAaBAABlgQAABoEAAAaBAAAPQQAAD0EAABCBAAAPAQAABoEAAAaBAAAPgQAABoEAAAaBAAAegQAABoEAAAaBAAAGgQAAD4EAAAaBAAAGgQAAMgEAAAaBAAAGgQAABoEAAAaBS0AHgUtAB0EAAAaBAAAOwQAABoEAAD4BAAAPQQAAD0EAAAkBAAAJAQAABoEAADOBaYAHwQAADwEAABXBAAAOAQAAHsEAACeBAAA1gQAAMIEAADmBAABCgQAAS8EAAFUBAABbAQAAXkEAAGfBAABxQQAAAAEAAHpBAACEQQAAoMEAADuBAAAGgQAAHoEAAAaBAAAGgQAAUcEAAA5BAAAPAQAADgEAAAaBAAAGgQAAJ8EAABtBAAAbQQAAQcFLQAeBS0AHQUtAB4FLQAdBAAAPQQAADgEAAA9BAAAPQQAAEAEAAA+BpgAHgaYAB0EAAAaBAAAswQAAHAEAAAaBAABJwQAABoEAAAaBAAA4QQAABoEAAAaBAAA4QQAABoEAAAaBAAA4QQAADsEAAAaBAAAGgQAABoEAAAaBAAANgAAAAAACgAUAB4AggDoAYwB9AJ2AsIDMgPCBDYEdgTKBTwFfgXUBkgGiAbcB1AHkAfmCJAJWAo6C0YLuAw8D04QBhDWEZgSchOYFNQV3Bb8F3IX/hh0GOYZEhlYGb4aKhr0HCocoB0uHYgeHB6WH1Yfkh/gIAQgTCCuINwhQCHGIlwivCN0JDolGiYCJtAnNCeyKDQomCkAKXQqBCpsKrorBCuQLB4sTiyiLRItmC4yLrgvVC/aMB4wfjCoMN4xIjHiMrwy/jN0M8w0WDT+NUY1qDZANvI3xji2ORY5kjoyOuw7sDyQPNo9Qj5EP2JAHEDwQVpB4kI0QsZD6ERuRKJE8kUORZpGQEauR0BHjEfuSHJJsErUS3ZMHEymTP5NcE5kT0BPiE/sUBxQhFDsUXJR+FMiVGJUvlUGVZZWClaWV3hZRFyoXQxdVl3oXtxe+l8WXzRfUF9aX3hfll+0X9Jf8F/8YBxgOmBwYHpgpGDOYOJhRGHEYipilGMUY15kKGUKZUBlmGYMZkhm4GeQZ8Ro9Go8auxrsmwgbG5s3mz6bSRthm6sb+JweHD0cU5x3HJmcuhzhnPudKB1bHYEdtJ3vnh0eY56Tnsqe5Z8Hnx2AAEAAADnAmkAFQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAHAAAAAQAAAAAAAgAHAGAAAQAAAAAAAwAHADYAAQAAAAAABAAHAHUAAQAAAAAABQALABUAAQAAAAAABgAHAEsAAQAAAAAACgAaAIoAAwABBAkAAQAOAAcAAwABBAkAAgAOAGcAAwABBAkAAwAOAD0AAwABBAkABAAOAHwAAwABBAkABQAWACAAAwABBAkABgAOAFIAAwABBAkACgA0AKRpY29tb29uAGkAYwBvAG0AbwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBpY29tb29uAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJpY29tb29uAGkAYwBvAG0AbwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype");
  font-weight: 400;
  font-style: normal;
}

i[class*=skycon2],
i[class*=skycon2]:before {
  font-family: skycons_2;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i[class*=skycon2] {
  display: inline-block;
  vertical-align: middle;
}

i[class*=skycon2]:before {
  font-size: 1em;
  display: block;
  vertical-align: baseline;
}

i[class*=skycon2]+span {
  vertical-align: middle;
}

.skycon2-rating-half:before {
  content: "\E900";
}

.skycon2-account-fill:before {
  content: "\E901";
}

.skycon2-account:before {
  content: "\E902";
}

.skycon2-add-circle-fill:before {
  content: "\E903";
}

.skycon2-add-circle:before {
  content: "\E904";
}

.skycon2-add:before {
  content: "\E905";
}

.skycon2-alert-fill:before {
  content: "\E906";
}

.skycon2-alert:before {
  content: "\E907";
}

.skycon2-arrow-down-circle:before {
  content: "\E908";
}

.skycon2-arrow-down:before {
  content: "\E909";
}

.skycon2-arrow-left-circle-fill:before {
  content: "\E90A";
}

.skycon2-arrow-left-circle:before {
  content: "\E90B";
}

.skycon2-arrow-left:before {
  content: "\E90C";
}

.skycon2-arrow-right-circle-fill:before {
  content: "\E90D";
}

.skycon2-arrow-right-circle:before {
  content: "\E90E";
}

.skycon2-arrow-right:before {
  content: "\E90F";
}

.skycon2-arrow-up-circle-fill:before {
  content: "\E910";
}

.skycon2-arrow-up-circle:before {
  content: "\E911";
}

.skycon2-arrow-up:before {
  content: "\E912";
}

.skycon2-arrown-down-circle-fill:before {
  content: "\E913";
}

.skycon2-article-fill:before {
  content: "\E914";
}

.skycon2-article:before {
  content: "\E915";
}

.skycon2-audio-descript-fill:before {
  content: "\E916";
}

.skycon2-audio-descript:before {
  content: "\E917";
}

.skycon2-basket-fill:before {
  content: "\E918";
}

.skycon2-basket:before {
  content: "\E919";
}

.skycon2-blueray:before {
  content: "\E91A";
}

.skycon2-cert-12-fill:before {
  content: "\E91B";
}

.skycon2-cert-12:before {
  content: "\E91C";
}

.skycon2-cert-15-fill:before {
  content: "\E91D";
}

.skycon2-cert-15:before {
  content: "\E91E";
}

.skycon2-cert-18-fill:before {
  content: "\E91F";
}

.skycon2-cert-18:before {
  content: "\E920";
}

.skycon2-cert-pg-fill:before {
  content: "\E921";
}

.skycon2-cert-pg:before {
  content: "\E922";
}

.skycon2-cert-u-fill:before {
  content: "\E923";
}

.skycon2-cert-u:before {
  content: "\E924";
}

.skycon2-chat-double:before {
  content: "\E925";
}

.skycon2-chat-group-fill:before {
  content: "\E926";
}

.skycon2-chat-single-fill:before {
  content: "\E927";
}

.skycon2-chat-single:before {
  content: "\E928";
}

.skycon2-compose-fill:before {
  content: "\E929";
}

.skycon2-compose:before {
  content: "\E92A";
}

.skycon2-controller-fill:before {
  content: "\E92B";
}

.skycon2-controller:before {
  content: "\E92C";
}

.skycon2-cross-circle-fill:before {
  content: "\E92D";
}

.skycon2-cross-circle:before {
  content: "\E92E";
}

.skycon2-cross:before {
  content: "\E92F";
}

.skycon2-download-circle-fill:before {
  content: "\E930";
}

.skycon2-download:before {
  content: "\E931";
}

.skycon2-dvd:before {
  content: "\E932";
}

.skycon2-email-fill:before {
  content: "\E933";
}

.skycon2-email:before {
  content: "\E934";
}

.skycon2-facebook:before {
  content: "\E935";
}

.skycon2-fwd-circle-fill:before {
  content: "\E936";
}

.skycon2-fwd-circle:before {
  content: "\E937";
}

.skycon2-fwd:before {
  content: "\E938";
}

.skycon2-gallery-fill:before {
  content: "\E939";
}

.skycon2-gallery:before {
  content: "\E93A";
}

.skycon2-google:before {
  content: "\E93B";
}

.skycon2-grid-fill:before {
  content: "\E93C";
}

.skycon2-grid:before {
  content: "\E93D";
}

.skycon2-hd-fill:before {
  content: "\E93E";
}

.skycon2-hd:before {
  content: "\E93F";
}

.skycon2-help-circle:before {
  content: "\E940";
}

.skycon2-help-fill-circle:before {
  content: "\E941";
}

.skycon2-home-fill:before {
  content: "\E942";
}

.skycon2-home:before {
  content: "\E943";
}

.skycon2-info-circle:before {
  content: "\E944";
}

.skycon2-info-fill-circle:before {
  content: "\E945";
}

.skycon2-instagram:before {
  content: "\E946";
}

.skycon2-keep-circle-fill:before {
  content: "\E947";
}

.skycon2-keep:before {
  content: "\E948";
}

.skycon2-laptop-group:before {
  content: "\E949";
}

.skycon2-laptop:before {
  content: "\E94A";
}

.skycon2-linked-in:before {
  content: "\E94B";
}

.skycon2-list-circle-fill:before {
  content: "\E94C";
}

.skycon2-list:before {
  content: "\E94D";
}

.skycon2-location-fill:before {
  content: "\E94E";
}

.skycon2-location:before {
  content: "\E94F";
}

.skycon2-lock-fill:before {
  content: "\E950";
}

.skycon2-lock:before {
  content: "\E951";
}

.skycon2-maximise-fill:before {
  content: "\E952";
}

.skycon2-maximise:before {
  content: "\E953";
}

.skycon2-minimise-fill:before {
  content: "\E954";
}

.skycon2-minimise:before {
  content: "\E955";
}

.skycon2-minus-circle-fill:before {
  content: "\E956";
}

.skycon2-minus-circle:before {
  content: "\E957";
}

.skycon2-minus:before {
  content: "\E958";
}

.skycon2-mobile:before {
  content: "\E959";
}

.skycon2-music:before {
  content: "\E95A";
}

.skycon2-never-miss-fill:before {
  content: "\E95B";
}

.skycon2-never-miss:before {
  content: "\E95C";
}

.skycon2-next:before {
  content: "\E95D";
}

.skycon2-next-circle:before {
  content: "\E95E";
}

.skycon2-next2:before {
  content: "\E95F";
}

.skycon2-number-0-circle-fill:before {
  content: "\E960";
}

.skycon2-number-0:before {
  content: "\E961";
}

.skycon2-number-1-circle-fill:before {
  content: "\E962";
}

.skycon2-number-1:before {
  content: "\E963";
}

.skycon2-number-2-circle-fill:before {
  content: "\E964";
}

.skycon2-number-2:before {
  content: "\E965";
}

.skycon2-number-3-circle-fill:before {
  content: "\E966";
}

.skycon2-number-3:before {
  content: "\E967";
}

.skycon2-number-4-circle-fill:before {
  content: "\E968";
}

.skycon2-number-4:before {
  content: "\E969";
}

.skycon2-number-5-circle-fill:before {
  content: "\E96A";
}

.skycon2-number-5:before {
  content: "\E96B";
}

.skycon2-number-6-circle-fill:before {
  content: "\E96C";
}

.skycon2-number-6:before {
  content: "\E96D";
}

.skycon2-number-7-circle-fill:before {
  content: "\E96E";
}

.skycon2-number-7:before {
  content: "\E96F";
}

.skycon2-number-8-circle-fill:before {
  content: "\E970";
}

.skycon2-number-8:before {
  content: "\E971";
}

.skycon2-number-9-circle-fill:before {
  content: "\E972";
}

.skycon2-number-9:before {
  content: "\E973";
}

.skycon2-pause-circle-fill:before {
  content: "\E974";
}

.skycon2-pause-circle:before {
  content: "\E975";
}

.skycon2-pause:before {
  content: "\E976";
}

.skycon2-phone-fill:before {
  content: "\E977";
}

.skycon2-phone:before {
  content: "\E978";
}

.skycon2-pinterest:before {
  content: "\E979";
}

.skycon2-play-circle-fill:before {
  content: "\E97A";
}

.skycon2-play-circle:before {
  content: "\E97B";
}

.skycon2-play:before {
  content: "\E97C";
}

.skycon2-plus1-channel-circle-fill:before {
  content: "\E97D";
}

.skycon2-plus1-channel:before {
  content: "\E97E";
}

.skycon2-print-fill:before {
  content: "\E97F";
}

.skycon2-print:before {
  content: "\E980";
}

.skycon2-rating-fill:before {
  content: "\E981";
}

.skycon2-rating:before {
  content: "\E982";
}

.skycon2-record-circle-fill:before {
  content: "\E983";
}

.skycon2-record-series-circle-fill:before {
  content: "\E984";
}

.skycon2-record-series:before {
  content: "\E985";
}

.skycon2-remote-record:before {
  content: "\E986";
}

.skycon2-refresh-circle-fill:before {
  content: "\E987";
}

.skycon2-refresh:before {
  content: "\E988";
}

.skycon2-reminder-fill:before {
  content: "\E989";
}

.skycon2-reminder:before {
  content: "\E98A";
}

.skycon2-rotate-circle-fill:before {
  content: "\E98B";
}

.skycon2-rotate:before {
  content: "\E98C";
}

.skycon2-rwd-circle-fill:before {
  content: "\E98D";
}

.skycon2-rwd-circle:before {
  content: "\E98E";
}

.skycon2-rwd:before {
  content: "\E98F";
}

.skycon2-scrioll-up-circle-fill:before {
  content: "\E990";
}

.skycon2-scroll-down-circle-fill:before {
  content: "\E991";
}

.skycon2-scroll-down-circle:before {
  content: "\E992";
}

.skycon2-scroll-up-circle:before {
  content: "\E993";
}

.skycon2-sd-fill:before {
  content: "\E994";
}

.skycon2-sd:before {
  content: "\E995";
}

.skycon2-search-circle-fill:before {
  content: "\E996";
}

.skycon2-search:before {
  content: "\E997";
}

.skycon2-series-link-circle-fill:before {
  content: "\E998";
}

.skycon2-series-link:before {
  content: "\E999";
}

.skycon2-series-stack-fill:before {
  content: "\E99A";
}

.skycon2-series-stack:before {
  content: "\E99B";
}

.skycon2-settings-fill:before {
  content: "\E99C";
}

.skycon2-settings:before {
  content: "\E99D";
}

.skycon2-share-circle-fill:before {
  content: "\E99E";
}

.skycon2-share:before {
  content: "\E99F";
}

.skycon2-sky:before {
  content: "\E9A0";
}

.skycon2-snapchat:before {
  content: "\E9A1";
}

.skycon2-soundcloud .path1:before {
  content: "\E9A2";
  color: #000;
}

.skycon2-soundcloud .path2:before {
  content: "\E9A3";
  margin-left: -1em;
  color: #000;
}

.skycon2-soundcloud .path3:before {
  content: "\E9A4";
  margin-left: -1em;
  color: #000;
}

.skycon2-soundcloud .path4:before {
  content: "\E9A5";
  margin-left: -1em;
  color: #000;
}

.skycon2-soundcloud .path5:before {
  content: "\E9A6";
  margin-left: -1em;
  color: #000;
}

.skycon2-soundcloud .path6:before {
  content: "\E9A7";
  margin-left: -1em;
  color: #000;
}

.skycon2-soundcloud .path7:before {
  content: "\E9A8";
  margin-left: -1em;
  color: #000;
}

.skycon2-soundcloud .path8:before {
  content: "\E9A9";
  margin-left: -1em;
  color: #000;
}

.skycon2-soundcloud .path9:before {
  content: "\E9AA";
  margin-left: -1em;
  color: #000;
}

.skycon2-soundcloud .path10:before {
  content: "\E9AB";
  margin-left: -1em;
  color: #000;
}

.skycon2-soundcloud .path11:before {
  content: "\E9AC";
  margin-left: -1em;
  color: #000;
}

.skycon2-soundcloud .path12:before {
  content: "\E9AD";
  margin-left: -1em;
  color: #000;
}

.skycon2-soundcloud .path13:before {
  content: "\E9AE";
  margin-left: -1em;
  color: #000;
}

.skycon2-soundcloud .path14:before {
  content: "\E9AF";
  margin-left: -1em;
  color: #000;
}

.skycon2-soundcloud .path15:before {
  content: "\E9B0";
  margin-left: -1em;
  color: #000;
}

.skycon2-soundcloud .path16:before {
  content: "\E9B1";
  margin-left: -1em;
  color: #000;
}

.skycon2-soundcloud .path17:before {
  content: "\E9B2";
  margin-left: -1em;
  color: #000;
}

.skycon2-soundcloud .path18:before {
  content: "\E9B3";
  margin-left: -1em;
  color: #fff;
}

.skycon2-spinner-gradient:before {
  content: "\E9B4";
}

.skycon2-spinner-circle-fill:before {
  content: "\E9B5";
}

.skycon2-spinner:before {
  content: "\E9B6";
}

.skycon2-stop-circle-fill:before {
  content: "\E9B7";
}

.skycon2-stop-circle:before {
  content: "\E9B8";
}

.skycon2-stop:before {
  content: "\E9B9";
}

.skycon2-subtitles-fill:before {
  content: "\E9BA";
}

.skycon2-subtitles:before {
  content: "\E9BB";
}

.skycon2-tablet:before {
  content: "\E9BC";
}

.skycon2-tick-circle-fill:before {
  content: "\E9BD";
}

.skycon2-tick-circle:before {
  content: "\E9BE";
}

.skycon2-tick:before {
  content: "\E9BF";
}

.skycon2-timer-fill:before {
  content: "\E9C0";
}

.skycon2-timer:before {
  content: "\E9C1";
}

.skycon2-tumblr:before {
  content: "\E9C2";
}

.skycon2-tv-3d-fill:before {
  content: "\E9C3";
}

.skycon2-tv-3d:before {
  content: "\E9C4";
}

.skycon2-tv-4k-fill:before {
  content: "\E9C5";
}

.skycon2-tv-4k:before {
  content: "\E9C6";
}

.skycon2-tv-group:before {
  content: "\E9C7";
}

.skycon2-tv:before {
  content: "\E9C8";
}

.skycon2-twitter-add:before {
  content: "\E9C9";
}

.skycon2-twitter-reply:before {
  content: "\E9CA";
}

.skycon2-twitter-retweet:before {
  content: "\E9CB";
}

.skycon2-twitter:before {
  content: "\E9CC";
}

.skycon2-uhd-fill:before {
  content: "\E9CD";
}

.skycon2-uhd:before {
  content: "\E9CE";
}

.skycon2-upload-circle-fill:before {
  content: "\E9CF";
}

.skycon2-upload:before {
  content: "\E9D0";
}

.skycon2-vine:before {
  content: "\E9D1";
}

.skycon2-voice-circle-fill:before {
  content: "\E9D2";
}

.skycon2-voice:before {
  content: "\E9D3";
}

.skycon2-volume-down-circle-fill:before {
  content: "\E9D4";
}

.skycon2-volume-down-circle:before {
  content: "\E9D5";
}

.skycon2-volume-down:before {
  content: "\E9D6";
}

.skycon2-volume-mute-circle-fill:before {
  content: "\E9D7";
}

.skycon2-volume-mute-circle:before {
  content: "\E9D8";
}

.skycon2-volume-mute:before {
  content: "\E9D9";
}

.skycon2-volume-up-circle-fill:before {
  content: "\E9DA";
}

.skycon2-volume-up-circle:before {
  content: "\E9DB";
}

.skycon2-volume-up:before {
  content: "\E9DC";
}

.skycon2-whatsapp:before {
  content: "\E9DD";
}

.skycon2-wifi-circle-fill:before {
  content: "\E9DE";
}

.skycon2-wifi:before {
  content: "\E9DF";
}

.skycon2-wps-circle-fill:before {
  content: "\E9E0";
}

.skycon2-wps:before {
  content: "\E9E1";
}

.skycon2-youtube:before {
  content: "\E9E2";
}

@media (max-width:39.99em) {
  .bundle__image {
    padding: 5%;
  }

  .bundle__content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width:40em) {
  .bundle__image {
    float: left;
  }

  .bundle--fullsize .bundle__image img {
    height: 250px;
    padding-left: 6vw;
  }

  .bundle__content {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.c-btn--wide {
  padding-left: 19px;
  padding-right: 19px;
}

.c-btn--selected {
  position: relative;
  margin-bottom: 40px;
}

.c-btn--selected:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: "";
  position: absolute;
  bottom: -42px;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top,hsla(0,0%,63%,.5) 0,transparent 9px),-webkit-linear-gradient(left,hsla(0,0%,63%,.5) 0,transparent 9px);
  background-image: -o-linear-gradient(top,hsla(0,0%,63%,.5) 0,transparent 9px),-o-linear-gradient(left,hsla(0,0%,63%,.5) 0,transparent 9px);
  background-image: linear-gradient(to bottom,hsla(0,0%,63%,.5) 0,transparent 9px),linear-gradient(to right,hsla(0,0%,63%,.5) 0,transparent 9px);
  z-index: 1;
}

.c-btn--white {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}

.c-btn--white:active,
.c-btn--white:focus,
.c-btn--white:hover {
  color: #fff;
  background-color: #222;
  border-color: #fff;
}

.c-carousel {
  position: relative;
  overflow: hidden;
  width: auto;
}

.c-carousel__slides-container {
  position: static;
}

.c-carousel__slides-container:after {
  content: "";
  clear: both;
  font-size: 0;
  display: block;
}

.c-carousel__slide {
  position: relative;
  display: block;
  float: left;
  width: auto;
}

.c-carousel__slide,
.c-carousel__slide img {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.logo-placeholder-text {
  color: #fff;
}

.corner-flag {
  position: absolute;
  width: 150px;
  height: 150px;
  overflow: hidden;
  top: -5px;
  right: -4px;
  pointer-events: none;
}

.corner-flag__message {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
  text-align: center;
  margin-top: -5px;
}

.corner-flag__ribbon {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top,#e6e6ea 0,#fff 100%);
  background-image: -o-linear-gradient(top,#e6e6ea 0,#fff 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#e6e6ea),to(#fff));
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e6e6ea),to(#fff));
  background-image: linear-gradient(to bottom,#e6e6ea 0,#fff 100%);
  z-index: 20;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 42px;
  width: 196.5px;
  height: 33px;
}

.corner-flag__ribbon:after,
.corner-flag__ribbon:before {
  content: "";
  border-top: 7px solid hsla(0,0%,50%,.5);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  bottom: -7px;
  position: absolute;
}

.corner-flag__ribbon:before {
  left: 0;
}

.corner-flag__ribbon:after {
  right: 0;
}

.cta--original .cta-info {
  line-height: inherit;
  display: inline;
  vertical-align: middle;
}

.cta-info {
  line-height: 1;
}

.cta-details {
  display: inline-block;
  color: #eaeaea;
}

.cta-details--dark {
  color: #4a4a4a;
}

.cta-start-date {
  display: inline-block;
}

.c-btn--no-interaction-invert {
  cursor: default;
}

.c-btn--no-interaction-invert,
.c-btn--no-interaction-invert:active,
.c-btn--no-interaction-invert:hover {
  color: silver;
  background-color: transparent;
  border-color: #707070;
}

.cta__buttons {
  position: relative;
}

.cta-icon {
  margin-right: 10px;
  font-size: 26px;
}

.cta-icon.c-spinner {
  color: #707070;
  position: relative;
  top: -1px;
  font-size: 20px;
  min-width: 20px;
  margin-right: -13px;
  margin-left: 5px;
}

.cta-label {
  font-weight: 700;
  vertical-align: middle;
  margin-right: 1em;
}

.cta-link {
  color: #fff;
  display: inline-block;
}

.cta-link.cta-disabled {
  cursor: default;
  text-decoration: none;
}

.cta-link.cta-disabled:hover {
  text-decoration: none;
}

.cta-menu {
  -webkit-animation: fade-in .4s;
  animation: fade-in .4s;
  z-index: 200;
  font-weight: 700;
  position: absolute;
  float: left;
  bottom: 41px;
  width: 100%;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.cta-menu a {
  display: block;
  padding: 3px 0;
  text-align: center;
  color: #4a4a4a;
}

.cta-menu a:hover {
  color: #0072c9;
}

.cta-menu li:last-child a {
  padding-top: 0;
}

.cta-menu .o-list-block--variant {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 1px 12px #000;
  box-shadow: 0 1px 12px #000;
  border-radius: 5px;
  margin: 0;
  padding: 7px 0;
}

.cta-menu .o-list-block--variant:after,
.cta-menu .o-list-block--variant:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
}

.cta-menu .o-list-block--variant:before {
  z-index: 198;
  bottom: -25px;
  margin-left: -11px;
  border: 11px solid transparent;
}

.cta-menu .o-list-block--variant:after {
  z-index: 199;
  bottom: -18px;
  margin-left: -9px;
  border: 9px solid transparent;
  border-top-color: #fff;
}

.programme-ctas {
  margin-top: 20px;
}

.programme-ctas .cta {
  margin-bottom: 5px;
}

.programme-ctas .cta:last-child {
  margin-bottom: 20px;
}

.shop-ctas {
  margin-top: 20px;
}

.shop-ctas .cta {
  margin-bottom: 5px;
}

.shop-ctas .cta:last-child {
  margin-bottom: 20px;
}

.pie-container {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.pie-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 10%;
  height: 0;
}

.pie-container .hold,
.pie-container .pie,
.pie-container .pie-background {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.pie-container .pie-background {
  background-image: -webkit-radial-gradient(top right,circle,red,#ff0);
  background-image: -o-radial-gradient(top right,circle,red,#ff0);
  background-image: radial-gradient(circle at top right,red,#ff0);
}

.pie-container .pie {
  clip: rect(0,100px,200px,0);
}

.pie-container .hold {
  clip: rect(0,190px,190px,100px);
}

.pie-container .pie-slice2 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pie-container .pie-slice2 .pie,
.pie-container .pie-slice .pie {
  background-color: #f0f0f0;
}

.pie-container .data-usage__detail {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  line-height: 0;
  padding: .5em;
}

.pie-container .data-usage__size {
  /*! autoprefixer: off */
  font-size: 1.4em;
  font-weight: 700;
  background-image: -webkit-linear-gradient(left,orange,orange);
}

.pie-container .data-usage__size,
.pie-container .data-usage__text {
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  color: #ff004d;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pie-container .data-usage__text {
  /*! autoprefixer: off */
  font-size: .65em;
  background-image: -webkit-linear-gradient(bottom,#515151,#515151);
}

.pie-container .pie-center {
  position: absolute;
  width: 94%;
  height: 94%;
  margin: 3%;
  border-radius: 100%;
  background-color: #fff;
}

.gs-square .gs-element-inner:before {
  padding-bottom: 88%;
}

.gs-square .panel-collection .gs-element-inner:before {
  padding-bottom: 115%;
}

.gs-square .gallery-slider-mobile {
  padding-bottom: 49%;
}

.gs-square .gallery-slider-mobile.gs-square-tiles {
  padding-bottom: 73%;
}

.galleries .shine.bottom,
.galleries .shine.top {
  width: 120%;
}

.galleries.galleries--compact .c-tile.c-tile--fluid {
  font-size: 16px;
  font-size: .88889rem;
  line-height: 1.5;
}

.galleries.galleries--compact .c-tile.c-tile--fluid .c-tile__description {
  font-size: 1.22222em;
}

@media (max-width:64.0625em) {
  .galleries.galleries--compact .c-tile.c-tile--fluid {
    font-size: 2.5vw;
  }
}

@media (min-width:64.0625em) {
  .galleries.galleries--compact .c-tile.c-tile--fluid {
    font-size: 1.25vw;
  }
}

@media (min-width:75em) {
  .galleries.galleries--compact .c-tile.c-tile--fluid {
    font-size: 13.88571px;
  }
}

@media (max-width:40em) {
  .galleries.galleries--compact .c-tile.c-tile--fluid {
    font-size: 3.83333vw;
  }
}

.galleries .panel {
  left: 50%;
}

.galleries .c-tile.c-tile--fluid {
  text-align: left;
  white-space: normal;
  font-size: 16px;
  font-size: .88889rem;
  line-height: 1.5;
}

@media (max-width:63.99em) {
  .galleries .c-tile.c-tile--fluid {
    font-size: 3vw;
  }
}

@media (max-width:39.99em) {
  .galleries .c-tile.c-tile--fluid {
    font-size: 6.66667vw;
  }
}

@media (min-width:75em) {
  .galleries .c-tile.c-tile--fluid {
    font-size: 16px;
    font-size: .88889rem;
    line-height: 1.5;
  }
}

@media (max-width:40em) {
  .galleries .gs-square .c-tile.c-tile--fluid {
    font-size: 3.33333vw;
  }
}

.galleries .panel-collection .gallery-slider {
  padding: 0 60px;
}

@media (min-width:64em) {
  .galleries .gallery-slider {
    padding: 0;
  }

  .galleries .gs-btn-left {
    left: -70px;
  }

  .galleries .gs-btn-right {
    right: -70px;
  }
}

@media (min-width:40em) and (max-width:63.99em) {
  .galleries .gallery-slider {
    padding: 0;
  }

  .galleries .gs-btn-left {
    left: -60px;
  }

  .galleries .gs-btn-right {
    right: -60px;
  }
}

@media (max-width:39.99em) {
  .galleries {
    max-width: 100%;
  }

  .galleries .panel-inner {
    margin: auto;
  }

  .galleries .panel-collection .gallery-slider {
    padding: 0;
  }
}

.galleries .panel-collection .gs-btn-left {
  left: -10px;
}

.galleries .panel-collection .gs-btn-right {
  right: -10px;
}

.gallery-slider .gs-btn-active {
  opacity: 1;
  color: #4a4a4a;
}

.gallery-slider .gs-btn-active:hover {
  color: #0072c9;
}

.gallery-slider .gs-btn-inactive {
  opacity: 1;
  color: silver;
}

.gallery-slider .gs-element-wrapper {
  padding-bottom: 20px;
}

.panel-collection .gallery-slider .gs-arrow {
  color: #fff;
}

.panel-collection .gallery-slider .gs-btn-active {
  opacity: 1;
}

.panel-collection .gallery-slider .gs-btn-active:hover {
  color: #0072c9;
}

.panel-collection .gallery-slider .gs-btn-inactive {
  opacity: .3;
}

.panel-collection .gallery-slider .gs-element-wrapper {
  padding-bottom: 15px;
}

.gallery {
  opacity: .001;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.gallery.show {
  opacity: 1;
  padding-top: 30px;
}

.gallery-title {
  text-align: center;
  color: #4a4a4a;
}

.skycom-notouch .gallery-slider-mobile img {
  -webkit-user-drag: none;
}

.galleries.sky-sports {
  margin-top: 0;
}

@media (min-width:40em) {
  .galleries.sky-sports {
    margin-top: 10px!important;
  }
}

.gallery-slider {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 90%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px;
  visibility: visible;
}

.gs-element-wrapper {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.gs-list {
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.gs-column {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.gs-element-inner {
  position: relative;
  width: 100%;
}

.gs-element-inner:before {
  content: "";
  display: block;
  padding-bottom: 115%;
}

@media (max-width:39.99em) {
  .gs-element-inner:before {
    padding-bottom: 125%;
  }
}

.gs-square .gs-element-inner .tile-media-bg {
  height: auto;
  width: 100%;
}

.gs-element-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.gs-element-content:first-child {
  height: auto;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width:39.99em) {
  .gs-element-content:first-child {
    width: 95%;
  }
}

@media (min-width:40em) and (max-width:63.99em) {
  .gs-element-content:first-child {
    width: 90%;
  }
}

@media (min-width:64em) {
  .gs-element-content:first-child {
    width: 88%;
  }
}

.gs-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.gs-arrow {
  font-size: 76px;
  color: #fff;
  cursor: pointer;
}

.gs-arrows-container {
  position: absolute;
  top: calc(50% - 38px);
}

.gs-btn-left {
  left: -10px;
}

.gs-btn-right {
  right: -10px;
}

.gs-btn-active {
  opacity: 1;
}

.gs-btn-active:hover {
  color: #0072c9;
}

.gs-btn-inactive {
  opacity: .3;
}

.gs-container {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: static;
}

.gs-row {
  width: 100%;
}

.gs-row .gs-element-wrapper {
  width: 50%;
  display: inline-block;
}

.gs-row .gs-element-wrapper:first-child {
  text-align: left;
}

.gs-row .gs-element-wrapper:nth-child(2) {
  text-align: right;
}

.gallery-slider-mobile {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
  position: relative;
}

.gallery-slider-mobile .pane-inner {
  width: 96%;
  margin: auto;
  float: right;
}

.gallery-slider-mobile.animate>.pane {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.gallery-slider-mobile .pane {
  width: 47%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 25%;
}

.gs-square-tiles .pane {
  width: 71%;
  margin-left: 13%;
}

.pane-fadein {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}

@-webkit-keyframes fadein {
  0% {
    opacity: .5;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: .5;
  }

  to {
    opacity: 1;
  }
}

.reactive-chat__status-icon {
  background-position: 0;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.reactive-chat__status-icon.reactive-chat__status-icon--chat-busy {
  background-image: url("data:image/gif;base64,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");
}

.reactive-chat__status-icon.reactive-chat__status-icon--chat-online {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAUCAYAAAB4d5a9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0MjlDMkNCRkQ3MjA2ODExOTEwOUE4QTJEREM5MzBCQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2QjIzQjc3MEFBNzMxMUUyODE2QUU4OTU5QTI3MDJEOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2QjIzQjc2RkFBNzMxMUUyODE2QUU4OTU5QTI3MDJEOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxODAxMTc0MDcyMDY4MTE5N0E1OTkzNTVERUQ1RjA0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQyOUMyQ0JGRDcyMDY4MTE5MTA5QThBMkREQzkzMEJCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NCFE3gAAAXdJREFUeNpi/P//PwM6MNyrhy4kCMSqQCwJxGxA/AeIXwLxbSB+ja74vPMlFD4LA25gBMQxQOwDtQAXeATE24F4CRAfBWIMVzNh8YUpkNoPxGeBuJCABSAgB8TpQHwYiC8CsTu6AkZYcAENZwRSdVDMxEAZ6APiMmCw/UX3ST8QN1DBAhAoAuKlUIdDDARy/IFUPgN1QTgQZ8KDC2gJKDnoMlAfvADFGaPBHl1pIOMJA+2AGSi4RBhoC8RAljynsSUvYHFyA8hRp4EFoIyqCEuuPTTyRR0wr/yDWTIPiPdS2YJZQAsWwvMJyDYgFQrE56hgOKjwbAbiDIxiBZopOYHUJCBOIjPn74EWJ+exll1ohSSorM8CYi8glsVj6G8gPgPEB4B4ERDfIKWov4Tk3RQgno0kB6o/oqEp5z4Q/yLkPRYC8txAXILE/wjEvkB8kpQwZCLggCVI+QeUKKxJtQCfT0DirUAsBMRTgHgzEO/GVusRAwACDAD5Q2WfLSFD2gAAAABJRU5ErkJggg==");
}

.chat-status-icon {
  font-size: 18px;
  background-position: 0;
  background-repeat: no-repeat;
}

.hero {
  position: relative;
  opacity: .01;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.hero.no-anim {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.hero.show {
  opacity: 1;
}

.hero.show .hero-logo-channel-wrapper {
  position: relative;
  top: -2vw;
}

.hero.show .hero-sponsor {
  -webkit-transition: opacity .5s ease-out,-webkit-transform .5s ease-out;
  transition: opacity .5s ease-out,-webkit-transform .5s ease-out;
  -o-transition: opacity .5s ease-out,transform .5s ease-out;
  transition: opacity .5s ease-out,transform .5s ease-out;
  transition: opacity .5s ease-out,transform .5s ease-out,-webkit-transform .5s ease-out;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.hero.show.sky-cinema .hero-logo-channel-wrapper {
  top: -4vw;
}

.hero.show.sky-cinema .hero-overlay {
  bottom: 9vw;
}

.hero.show.sky-cinema .hero-overlay-inner {
  position: static;
}

@media (min-width:40em) and (max-width:63.99em) {
  .hero.show.sky-cinema .hero-logo-channel-wrapper {
    top: -4vw;
  }

  .hero.show.sky-cinema .hero-overlay {
    bottom: 12vw;
  }
}

.hero.help-sky-q .hero-title,
.hero.help-sky-q .hero-tx,
.hero.help-sky-q .product-switcher>a {
  color: #222;
  text-shadow: none;
}

.hero .hero-image {
  -webkit-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  width: 100%;
  opacity: 1;
}

.hero .hero-image-hidden {
  opacity: .001;
}

.hero-media-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.hero-media-wrapper:after,
.hero-media-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  background-color: white(20);
}

.hero-media-wrapper:before {
  top: 0;
  border-top: 1px solid white(50);
}

.hero-media-wrapper:after {
  bottom: 0;
  border-bottom: 1px solid white(50);
}

.hero-video {
  width: 100%;
  height: 100%;
}

.hero-video__audio-toggle {
  position: absolute;
  z-index: 1;
  bottom: 11vw;
  right: 0;
  width: 40px;
  height: 40px;
  margin-right: 7%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
}

.hero-video__audio-toggle .skycon2-volume-mute,
.hero-video__audio-toggle .skycon2-volume-up {
  font-size: 36px;
  padding: 2px;
}

.hero-video__audio-toggle .skycon2-volume-mute:hover,
.hero-video__audio-toggle .skycon2-volume-up:hover {
  opacity: .5;
}

@media (min-width:64em) {
  .hero-video__audio-toggle {
    margin-right: 14%;
  }
}

.hero-overlay {
  width: 100%;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  bottom: 5.6vw;
  height: auto;
  left: 50%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width:40em) {
  .hero-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hero-overlay-inner {
  height: 100%;
}

.hero-logo-channel-wrapper {
  display: inline-block;
  line-height: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hero-logo-channel {
  max-height: 90px;
  height: 5.92105vw;
  width: auto;
}

.hero-logo-channel[src*=sky-box-sets],
.hero-logo-channel[src*=sky-store] {
  max-height: 140px;
  height: 9.21053vw;
}

.hero-logo-channel[src*=sky-kids] {
  max-height: 230px;
  height: 15.13158vw;
}

.hero-details {
  position: absolute;
  width: 100%;
  bottom: 7.5vw;
}

@media (max-width:39.99em) {
  .hero-links {
    text-align: center;
  }
}

.hero-link {
  color: #fff;
}

.hero-link:hover {
  text-decoration: underline;
}

.hero-title,
.hero-tx {
  margin: 0;
  color: #fff;
  line-height: 1em;
  text-shadow: 1px 1px black(20);
}

.hero-title {
  font-size: 36px;
}

@media (min-width:61.25em) {
  .hero-title {
    font-size: 50px;
  }
}

.hero-tx {
  font-size: 25px;
  margin-top: .5em;
}

@media (min-width:46.25em) {
  .hero-tx {
    font-size: 34px;
  }
}

.hero-tx a {
  color: #fff;
}

.hero.hero-help .hero-overlay-inner {
  position: relative;
}

@media (min-width:64em) {
  .hero.hero-help .hero-overlay-inner {
    min-height: 415px;
  }
}

@media (max-width:39.99em) {
  .hero.hero-help {
    padding-bottom: 3%;
  }

  .hero.hero-help .shine {
    display: none;
  }

  .hero.hero-help .hero-overlay,
  .hero.hero-help .hero-overlay-inner {
    position: relative;
  }

  .hero.hero-help .hero-details {
    bottom: 0;
    position: relative;
  }

  .hero.hero-help .hero-title {
    font-size: 10vw;
    padding-top: 15px;
    color: #000;
    text-shadow: none;
  }

  .hero.hero-help .hero-tx,
  .hero.hero-help .hero-tx a {
    font-size: 5vw;
    line-height: 1.3em;
    color: #000;
    text-shadow: none;
  }

  .hero.hero-help .hero-media-wrapper {
    display: none;
  }
}

@media (min-width:40em) and (max-width:63.99em) {
  .hero.hero-help {
    padding-bottom: 15%;
  }

  .hero.hero-help .shine {
    display: none;
  }

  .hero.hero-help .hero-overlay,
  .hero.hero-help .hero-overlay-inner {
    position: relative;
  }

  .hero.hero-help .hero-details {
    bottom: 0;
    position: relative;
  }

  .hero.hero-help .hero-title {
    font-size: 8vw;
    padding-top: 15px;
    color: #000;
    text-shadow: none;
  }

  .hero.hero-help .hero-tx,
  .hero.hero-help .hero-tx a {
    font-size: 3vw;
    line-height: 1.3em;
    color: #000;
    text-shadow: none;
    margin-top: 1em;
  }

  .hero.hero-help .hero-media-wrapper {
    display: none;
  }
}

.hero.hero-help .product-switcher:hover {
  text-decoration: underline;
}

.hero-theme--dark .hero-overlay .hero-link,
.hero-theme--dark .hero-overlay .hero-title,
.hero-theme--dark .hero-overlay .hero-tx,
.hero.hero-search .hero-title,
.hero.hero-search .hero-tx {
  color: #000;
}

.hero-theme--light .hero-overlay .hero-link,
.hero-theme--light .hero-overlay .hero-title,
.hero-theme--light .hero-overlay .hero-tx {
  color: #fff;
}

@-webkit-keyframes shine-animation {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.hero>section .shine.top {
  top: -18px;
  background-position: 50% 0;
}

.hero>section .shine.bottom {
  bottom: -23px;
  background-position: 50% 100%;
}

.hero.show>section .shine {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  width: 120%;
  height: 46px;
  left: -10%;
  background: transparent url(https://dm8eklel4s62k.cloudfront.net/images/shine.png) 0 50% no-repeat;
  background-size: contain;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: background-position .5s;
  -o-transition: background-position .5s;
  transition: background-position .5s;
}

.hero.show>section .shine.top {
  top: -18px;
  background-position: 0 50%;
}

.hero.show>section .shine.bottom {
  bottom: -23px;
  background-position: 100% 50%;
}

.hero-logo-channel-wrapper .shine {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  width: calc(100% + 211px);
  height: 30px;
  left: 50%;
  background: transparent url(https://dm8eklel4s62k.cloudfront.net/images/shine.png) 0 50% no-repeat;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: background-position 1s ease 1.5s;
  -o-transition: background-position 1s ease 1.5s;
  transition: background-position 1s ease 1.5s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-logo-channel-wrapper .shine.top {
  top: -10px;
  background-position: 0 50%;
}

.hero-logo-channel-wrapper .shine.bottom {
  bottom: -15px;
  background-position: 100% 50%;
}

.show .hero-logo-channel-wrapper .shine {
  -webkit-animation: shine-animation 1s ease 1.5s;
  animation: shine-animation 1s ease 1.5s;
}

.show .hero-logo-channel-wrapper .shine.top {
  top: -10px;
  background-position: 100% 50%;
}

.show .hero-logo-channel-wrapper .shine.bottom {
  bottom: -15px;
  background-position: 0 50%;
}

.hero {
  padding-bottom: 42.77344%;
}

.hero .hero-inner--square {
  padding-bottom: 50%;
}

.hero.sky-sports {
  padding-bottom: 21%;
}

.in-view-control {
  opacity: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease,-webkit-transform .6s ease;
}

.in-view-control--visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.c-tile__link.media-tile:hover:before {
  opacity: 0;
}

.c-tile__link.media-tile .c-tile__shine--top {
  top: -20px;
}

.c-tile__link.media-tile .c-tile__shine--bottom {
  bottom: -20px;
}

.media-tile__image {
  padding-top: 56.25%;
  position: relative;
}

.no-results .inline {
  display: inline-block;
}

.no-results .tip {
  margin-left: 0;
}

.no-results.with-tiles {
  margin-top: 2.5vw;
  margin-bottom: 2.5vw;
}

.no-results ul {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
}

@media (max-width:63.99em) {
  .no-results ul {
    font-size: 16px;
    font-size: .88889rem;
    line-height: 1.5;
  }
}

.panel .panel-media .shine {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  width: 120%;
  height: 46px;
  left: -10%;
  background: transparent url(https://dm8eklel4s62k.cloudfront.net/images/shine.png) 0 50% no-repeat;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: background-position 1s ease 0;
  -o-transition: background-position 1s ease 0;
  transition: background-position 1s ease 0;
}

.panel .panel-media .shine.bottom {
  background-position: 100% 50%;
}

.panel.fx .panel-media .shine {
  -webkit-animation: shine-animation 1s ease 0s;
  animation: shine-animation 1s ease 0s;
}

.panel.fx .panel-media .shine.top {
  top: -18px;
  background-position: 100% 50%;
}

.panel.fx .panel-media .shine.bottom {
  bottom: -23px;
  background-position: 0 50%;
}

.panel {
  position: relative;
  width: 100vw;
  margin-bottom: 20px;
  margin-left: -50vw;
  background: #222;
  -webkit-box-shadow: inset 0 12px 12px -12px #000,inset 0 -12px 12px -12px #000;
  box-shadow: inset 0 12px 12px -12px #000,inset 0 -12px 12px -12px #000;
  -webkit-transition: .5s linear;
  -o-transition: .5s linear;
  transition: .5s linear;
  -webkit-transition-property: max-height,margin-bottom;
  -o-transition-property: max-height,margin-bottom;
  transition-property: max-height,margin-bottom;
  overflow: hidden;
  outline: none;
}

.o-layout .panel {
  left: calc(50% + 10px);
}

.panel .panel-close {
  cursor: pointer;
}

.panel .panel-close-icon {
  font-size: 30px;
}

.panel.closed {
  margin-bottom: 0;
}

.o-layout .page-panel {
  left: 0;
}

.page-panel .page-panel-title {
  color: #fff;
}

.panel-content {
  padding: 60px 0;
  line-height: 26px;
}

.panel-content,
.panel-inner {
  overflow: visible;
  height: auto;
  position: relative;
}

.panel-inner {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
}

@media (max-width:63.99em) {
  .panel-inner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    min-height: 0;
  }
}

.slim-header .panel-inner {
  min-height: calc(100vh - 80px);
  line-height: calc(100vh - 80px);
}

.accountdashboard-template.white-theme .panel-header {
  position: relative;
}

.accountdashboard-template.white-theme .panel-inner .panel-content {
  padding: 0 0 60px;
  left: 0;
}

.panel-account-dashboard__login {
  min-height: 480px;
}

@media (min-width:64em) {
  .panel-account-dashboard__login {
    margin-left: 40%;
  }
}

.panel-account-dashboard__spinner-container {
  width: 100%;
  min-height: 350px;
  text-align: center;
  display: table;
}

.panel-account-dashboard__spinner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.panel-anchor {
  position: relative;
  top: 50px;
}

.collection-template .panel-content,
.collection-template .panel-inner {
  display: block;
}

.collection-template .panel-content {
  padding: 20px 0;
  left: 0;
}

@media (max-width:39.99em) {
  .collection-template .panel-content .gallery-slider {
    padding: 0;
  }

  .collection-template .panel-content .gs-list {
    white-space: normal;
  }

  .collection-template .panel-content .slick-next,
  .collection-template .panel-content .slick-prev {
    display: none;
  }
}

@media (min-width:81.25em) {
  .collection-template .panel-content,
  .collection-template .panel-inner {
    overflow: visible;
  }

  .collection-template .gallery-slider {
    left: -70px;
    width: calc(100% + 140px);
  }
}

.hidden-collection {
  display: none;
}

.pancol-title {
  font-size: 32px;
  color: #fff;
  line-height: 1em;
}

.back-title .pancol-title {
  margin-left: 40px;
}

@media (max-width:39.99em) {
  .back-title .pancol-title {
    margin-left: 0;
  }
}

.pancol-item {
  display: inline-block;
  padding: 0 20px;
  width: 100%;
}

@media (max-width:39.99em) {
  .pancol-item,
  .pancol-item .panel-content {
    padding: 0;
  }
}

.pan-slide-left {
  -webkit-animation: pan-anim-slide-left .5s 1;
  animation: pan-anim-slide-left .5s 1;
}

.pan-slide-right {
  -webkit-animation: pan-anim-slide-right .5s 1;
  animation: pan-anim-slide-right .5s 1;
}

@-webkit-keyframes pan-anim-slide-left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes pan-anim-slide-left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes pan-anim-slide-right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes pan-anim-slide-right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.back-title {
  cursor: pointer;
}

.back-title:hover .pancol-title {
  text-decoration: underline;
}

.back-title .skycon2-arrow-left {
  position: absolute;
  font-size: xx-large;
  font-weight: 700;
  color: #fff;
}

@media (max-width:39.99em) {
  .back-title .skycon2-arrow-left {
    margin-left: -8px;
  }
}

@media (max-width:39.99em) {
  .back-title .pancol-title {
    margin-left: 25px;
  }
}

.panel-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
  line-height: 1rem;
  overflow: hidden;
}

.panel-close {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  right: 0;
  top: 1em;
  z-index: 100;
}

.panel-close .panel-close-icon {
  vertical-align: bottom;
}

.panel-close-label {
  display: none;
}

@media (min-width:40em) {
  .panel-close-label {
    display: inline-block;
  }
}

.panel-info {
  width: 100%;
  color: #fff;
}

@media (min-width:64em) {
  .panel-info {
    width: 40%;
  }
}

.panel-sponsor-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}

.panel-partner-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}

.panel-media {
  width: 100%;
}

@media (min-width:64em) {
  .panel-media {
    width: 60%;
  }
}

.panel-media-inner {
  position: relative;
  padding-bottom: 56.25%;
  background-color: #000;
}

.panel-media-glass,
.panel-poster {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.panel-media-glass {
  border-top: 1px solid hsla(0,0%,100%,.4);
  border-right: 1px solid hsla(0,0%,92%,.4);
  border-bottom: 1px solid hsla(0,0%,92%,.4);
  border-left: 1px solid hsla(0,0%,100%,.4);
  pointer-events: none;
}

@media (max-width:63.99em) {
  .panel-media-glass {
    display: none;
  }
}

.panel-media-glass .glass-edges {
  border: 5px solid hsla(0,0%,92%,.2);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.media-template.panel {
  background-color: #222;
}

.rating {
  float: none;
}

.panel-movie .panel-info-logos {
  padding-bottom: 0;
}

@media (min-width:64em) {
  .panel-movie .panel-media {
    width: 35%;
  }
}

@media (min-width:95em) {
  .panel-movie .panel-media {
    width: 45%;
  }
}

@media (min-width:64em) {
  .panel-movie .panel-info {
    width: 65%;
  }
}

@media (min-width:95em) {
  .panel-movie .panel-info {
    width: 55%;
  }
}

@media (min-width:64em) {
  .movie-column-first {
    width: 60%;
  }
}

.movie-column-first .panel-info-synopsis p {
  font-size: 20px;
  line-height: 30px;
}

@media (min-width:64em) {
  .collapse-column-two .panel-info {
    width: 35%;
  }
}

@media (min-width:64em) {
  .collapse-column-two .movie-column-first {
    width: 100%;
  }
}

@media (min-width:64em) {
  .collapse-column-two .panel-media {
    width: 65%;
  }
}

.movie-details {
  font-size: 18px;
  line-height: 30px;
}

.movie-details .movie-column-value,
.movie-details .ratings {
  margin-bottom: 2px;
}

.movie-details .skycon2-rating,
.movie-details .skycon2-rating-fill {
  font-size: 20px;
}

.movie-details .skycon2-rating-half {
  font-size: 18px;
  padding: 0 1px;
}

.movie-column-second {
  padding-top: 16px;
}

@media (min-width:64em) {
  .movie-column-second {
    width: 40%;
  }
}

@media (max-width:63.99em) {
  .collapse-column-two .movie-column-second {
    width: 0;
  }
}

@media (min-width:95em) {
  .collapse-column-two .movie-column-second {
    width: 0;
  }
}

.movie-column-second .movie-castcrew {
  font-size: 16px;
  line-height: 30px;
  color: #eaeaea;
}

.movie-column-second .movie-castcrew:first-child {
  padding-bottom: 30px;
}

.movie-column-second .movie-castcrew .castcrew-title {
  font-size: 28px;
  color: #eaeaea;
  margin-top: 0;
  margin-bottom: .3em;
}

.movie-column-second .movie-castcrew .name-of-person {
  font-weight: 700;
  color: #eaeaea;
}

.movie-column-second .movie-castcrew .cast-role {
  margin-left: 10px;
}

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

.panel-announcement__image {
  padding-bottom: 30px;
}

.panel-announcement__icon {
  font-size: 76px;
  color: #ff2744;
  padding-bottom: 15px;
}

.panel-announcement__details {
  width: 650px;
  margin: auto;
  padding-bottom: 30px;
}

@media (min-width:40em) and (max-width:63.99em) {
  .panel-announcement__details {
    width: 72%;
  }
}

@media (max-width:39.99em) {
  .panel-announcement__details {
    width: 85%;
  }
}

@media (max-width:39.99em) {
  .buttongroup-template.white-theme .panel-content {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.buttongroup-template .panel-info {
  width: 100%;
  margin: 0;
  padding: 0;
}

.buttongroup-template .panel-hub-btn {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.buttongroup-template .panel-left {
  padding-bottom: 15px;
  border-bottom: 1px solid silver;
}

.buttongroup-template .panel-right {
  padding-top: 30px;
}

@media (min-width:64em) {
  .buttongroup-template .panel-left {
    padding-right: 30px;
    border-right: 1px solid silver;
    border-bottom: 0;
  }

  .buttongroup-template .panel-right {
    padding-top: 0;
  }
}

.engagement-template .panel-info,
.engagement-template .panel-media {
  width: 100%;
}

@media (min-width:64em) {
  .engagement-template .panel-info,
  .engagement-template .panel-media {
    width: 50%;
  }
}

.engagement-template .panel-logo {
  display: none;
}

.panel.media-template.white-theme {
  background-color: #fff;
}

.white-theme.mobilebglink-template {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  background-image: url(https://www.sky.com/assets2/manual/mobile/panel-strips.svg);
}

@media (min-width:64em) {
  .mybroadbandpackage-template .u-padding-right\@legacy-medium,
  .mybroadbandspeed-template .u-padding-right\@legacy-medium,
  .mybroadbandusage-template .u-padding-right\@legacy-medium {
    padding-right: 20px;
  }
}

.mybroadbandpackage-template .c-divider--broadband,
.mybroadbandspeed-template .c-divider--broadband,
.mybroadbandusage-template .c-divider--broadband {
  border-width: 0 1px 1px 0;
  padding-bottom: 20px;
}

@media (min-width:64em) {
  .mybroadbandpackage-template .c-divider--broadband,
  .mybroadbandspeed-template .c-divider--broadband,
  .mybroadbandusage-template .c-divider--broadband {
    padding-right: 20px;
  }

  .mybroadbandpackage-template .c-divider--broadband:before,
  .mybroadbandspeed-template .c-divider--broadband:before,
  .mybroadbandusage-template .c-divider--broadband:before {
    background: silver;
    background: -webkit-linear-gradient(top,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
    background: -o-linear-gradient(top,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,75%,0)),color-stop(silver),to(hsla(0,0%,75%,0)));
    background: linear-gradient(to bottom,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
    top: 0;
    width: 1px;
    height: 100%;
    right: 0;
  }

  .mybroadbandpackage-template .c-divider--broadband:after,
  .mybroadbandspeed-template .c-divider--broadband:after,
  .mybroadbandusage-template .c-divider--broadband:after {
    background: -webkit-radial-gradient(0 50%,farthest-corner,rgba(74,74,74,.15),transparent 40%);
    background: -o-radial-gradient(0 50%,farthest-corner,rgba(74,74,74,.15),transparent 40%);
    background: radial-gradient(farthest-corner at 0 50%,rgba(74,74,74,.15),transparent 40%);
    top: 0;
    height: 100%;
    width: 10px;
    right: -10px;
  }
}

.mybroadbandpackage-template .panel-content,
.mybroadbandspeed-template .panel-content,
.mybroadbandusage-template .panel-content {
  left: 0;
  padding-right: 0;
  margin: 0 auto;
}

.mybroadbandpackage-template .tabbed-content .tab,
.mybroadbandspeed-template .tabbed-content .tab,
.mybroadbandusage-template .tabbed-content .tab {
  margin-right: 1em;
}

.mybroadbandpackage-template .tabbed-content .page,
.mybroadbandspeed-template .tabbed-content .page,
.mybroadbandusage-template .tabbed-content .page {
  padding-top: 20px;
  color: #4a4a4a;
}

.mybroadbandpackage-template .panel-logo,
.mybroadbandspeed-template .panel-logo,
.mybroadbandusage-template .panel-logo {
  display: none;
}

.mybroadbandpackage-template .status-icon,
.mybroadbandspeed-template .status-icon,
.mybroadbandusage-template .status-icon {
  float: left;
  margin-right: 20px;
}

.payment-template .payment-column .c-form-list__item {
  width: 100%;
}

@media (min-width:64em) {
  .payment-template .payment-column .c-form-list__item {
    max-width: 16em;
  }
}

@media (min-width:64em) {
  .payment-template .payment-column {
    padding: 0 10%;
  }
}

@media (min-width:64em) {
  .payment-template .payment-column--instructions {
    padding-left: 20%;
  }
}

@media (min-width:64em) {
  .payment-template .payment-column--form {
    background-repeat: no-repeat;
    background-size: 1px 100%;
    background-position: 0 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(30%,#e0e0e0),color-stop(70%,#e0e0e0),to(transparent));
    background-image: -webkit-linear-gradient(top,transparent,#e0e0e0 30%,#e0e0e0 70%,transparent);
    background-image: -o-linear-gradient(top,transparent,#e0e0e0 30%,#e0e0e0 70%,transparent);
    background-image: linear-gradient(to bottom,transparent,#e0e0e0 30%,#e0e0e0 70%,transparent);
    position: relative;
  }

  .payment-template .payment-column--form:after {
    background-image: -webkit-radial-gradient(0 50%,ellipse,rgba(0,0,0,.07),transparent 60%);
    background-image: -o-radial-gradient(0 50%,ellipse,rgba(0,0,0,.07),transparent 60%);
    background-image: radial-gradient(ellipse at 0 50%,rgba(0,0,0,.07),transparent 60%);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 100%;
  }
}

.payment-result {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.payment-result__title .payment-result--success {
  color: #299934;
}

.payment-result__list .payment-result--error,
.payment-result__title .payment-result--error {
  color: #ff2744;
}

.panel-content .split-content {
  margin-top: -50px;
}

@media (max-width:39.99em) {
  .sts-template.white-theme .buttongroup.panel-content {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.sts-template .buttongroup .panel-info {
  width: 100%;
  margin: 0;
  padding: 0;
}

.sts-template .buttongroup .panel-hub-btn {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sts-template .buttongroup .panel-left {
  padding-bottom: 15px;
  border-bottom: 1px solid silver;
}

.sts-template .buttongroup .panel-right {
  padding-top: 30px;
}

@media (min-width:64em) {
  .sts-template .buttongroup .panel-left {
    padding-right: 30px;
    border-right: 1px solid silver;
    border-bottom: 0;
  }

  .sts-template .buttongroup .panel-right {
    padding-top: 0;
  }
}

@media (max-width:46.24em) {
  .sts-template .responsive-content--desktop {
    display: none;
  }
}

@media (min-width:46.25em) {
  .sts-template .responsive-content--mobile {
    display: none;
  }
}

@media (max-width:39.99em) {
  .switcher-template.white-theme .panel-content {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.switcher-template .panel-info {
  width: 100%;
  margin: 0;
  padding: 0;
}

.switcher-template .panel-hub-btn {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.switcher-template .panel-left {
  padding-bottom: 15px;
  border-bottom: 1px solid silver;
}

.switcher-template .panel-right {
  padding-top: 30px;
}

@media (min-width:64em) {
  .switcher-template .panel-left {
    padding-right: 30px;
    border-right: 1px solid silver;
    border-bottom: 0;
  }

  .switcher-template .panel-right {
    padding-top: 0;
  }
}

.switcher-template .panel-close:focus span {
  text-decoration: underline;
}

.slide-wrapper .available-space {
  overflow: hidden;
}

.slide-wrapper .wide-container {
  width: 100%;
  height: 79px;
}

.slide-wrapper .inner-track {
  max-width: 100%;
  padding-left: 45px;
  position: absolute;
  overflow: hidden;
}

.slide-wrapper .arrow-cover {
  background-color: #222;
  z-index: 2;
  padding: 16px 0 7px;
  line-height: 30px;
}

.slide-wrapper .arrow-cover.disabled {
  visibility: hidden;
}

.slide-wrapper .cover-left {
  position: absolute;
  left: -1px;
}

.slide-wrapper .cover-right {
  position: absolute;
  right: 0;
  text-align: right;
  margin-right: -1px;
}

.slide-wrapper .toggle {
  cursor: pointer;
  color: #fff;
}

.slide-wrapper .toggle:hover {
  color: #0072c9;
}

.slide-wrapper .toggle.inactive,
.slide-wrapper .toggle.inactive:hover {
  cursor: default;
  color: #707070;
}

.slide-wrapper .toggle i {
  font-size: 45px;
}

.slide-wrapper .number-list {
  overflow: hidden;
  white-space: nowrap;
  padding: 20px 0;
}

.slide-wrapper .number-carousel-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  float: left;
  text-align: center;
  margin-right: 6px;
  display: inline-block;
}

.slide-wrapper .number-carousel-item a {
  width: 38px;
  height: 39px;
  display: inline-block;
  line-height: 39px;
  cursor: pointer;
  font-size: 22px;
  color: silver;
  text-decoration: none;
}

.slide-wrapper .number-carousel-item.active a {
  border-radius: 50%;
  color: #fff;
  background-color: #707070;
}

.slide-wrapper .number-carousel-item-other a {
  width: auto;
  padding: 0 10px;
}

.slide-wrapper .number-carousel-item-other.active a {
  border-radius: 40px;
}

.episodes-tab__seasons {
  width: 24%;
}

.episodes-tab__episodes {
  width: 36%;
}

.episodes-tab__details {
  width: 39%;
}

.episode-details-container .item,
.episodes-container .item,
.seasons-container .item {
  display: block;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  font-size: 1rem;
  line-height: 40px;
  white-space: pre;
  cursor: pointer;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.episode-details-container .item:not(.active):after,
.episodes-container .item:not(.active):after,
.seasons-container .item:not(.active):after {
  content: "";
  display: block;
  height: 1px;
  background: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(50%,#4d4d4d),to(transparent));
  background: -webkit-linear-gradient(left,transparent 0,#4d4d4d 50%,transparent 100%);
  background: -o-linear-gradient(left,transparent 0,#4d4d4d 50%,transparent 100%);
  background: linear-gradient(to right,transparent 0,#4d4d4d 50%,transparent 100%);
}

.episode-details-container .item.active,
.episode-details-container .item:hover,
.episodes-container .item.active,
.episodes-container .item:hover,
.seasons-container .item.active,
.seasons-container .item:hover {
  padding: 0 20px;
  background: #4a4a4a;
}

.episode-details-container .item.active,
.episodes-container .item.active,
.seasons-container .item.active {
  padding-bottom: 1px;
}

.episodes,
.seasons {
  max-height: 410px;
  overflow: hidden;
}

.episodes-container {
  border-top: 0;
  border-left-width: 1px;
  border-right-width: 1px;
  -webkit-border-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(#4d4d4d),to(transparent)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(top,transparent,#4d4d4d,transparent) 1 100%;
  -o-border-image: -o-linear-gradient(top,transparent,#4d4d4d,transparent) 1 100%;
  border-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(#4d4d4d),to(transparent)) 1 100%;
  border-image: linear-gradient(to bottom,transparent,#4d4d4d,transparent) 1 100%;
  border-style: solid;
}

.episode-number {
  width: 40px;
  display: inline-block;
}

.episode-details-container {
  padding: 20px 0 0 20px;
}

.episode-title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.episode-synopsis {
  font-size: 18px;
  font-size: 1rem;
  line-height: 27px;
}

.episodes-header,
.seasons-header {
  position: relative;
  padding: 0 20px;
  font-size: 28px;
}

.tabbed-content .page {
  padding-top: 0;
}

.mobile-episode-panel {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.mobile-episode-panel h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  width: auto;
}

.mobile-episode-panel .episode-title {
  font-size: 5vw;
  margin: 30px 0 20px;
  line-height: 5vw;
}

.mobile-episode-panel .episode-synopsis {
  line-height: 20px;
}

.mobile-episode-panel .episode-details-container {
  width: 100%;
  padding-left: 0;
}

.mobile-episode-panel .cta a {
  font-size: 18px;
}

.number-list {
  overflow: hidden;
  white-space: nowrap;
}

.number-list.no-scroll {
  -ms-touch-action: none;
  touch-action: none;
}

.arrows-container {
  height: 50px;
  padding-right: 20px;
  text-align: right;
  position: relative;
}

.arrows-container:not(.disabled):after {
  background: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(50%,#4d4d4d),to(transparent));
  background: -webkit-linear-gradient(left,transparent 0,#4d4d4d 50%,transparent 100%);
  background: -o-linear-gradient(left,transparent 0,#4d4d4d 50%,transparent 100%);
  background: linear-gradient(to right,transparent 0,#4d4d4d 50%,transparent 100%);
  bottom: 0;
  right: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
  padding: 0 20px;
}

.scroll-bottom,
.scroll-top {
  cursor: pointer;
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  color: #707070;
}

.scroll-bottom.active,
.scroll-top.active {
  color: #eaeaea;
}

.scroll-bottom.active:hover,
.scroll-top.active:hover {
  color: #73add8;
}

.scroll-bottom.inactive,
.scroll-top.inactive {
  cursor: default;
}

.scroll-bottom.disabled,
.scroll-top.disabled {
  display: none;
}

.panel-engagement-buttons,
.panel-engagement-links li {
  margin-bottom: 15px;
}

.sky-store-link {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  line-height: 26px;
}

.sky-store-link:hover {
  text-decoration: underline;
}

.panel-info-logos {
  line-height: 20px;
  overflow: hidden;
  padding-bottom: .5em;
}

.panel-programme-details {
  font-size: 22px;
  margin: 1.33em 0;
}

.panel-info-synopsis {
  font-size: 18px;
  font-size: 1rem;
  margin: 16px 0;
}

.panel-info-logo {
  float: left;
  height: 20px;
  width: auto;
}

.panel-info-logo[src*=sky-box-sets],
.panel-info-logo[src*=Sky-Store] {
  height: 34px;
}

.panel-info-tx {
  font-weight: 700;
  font-size: 18px;
  font-size: 1rem;
  margin-top: 1em;
  margin-bottom: 44px;
}

.panel-info-tx p {
  margin: 0;
}

.panel-info-tx p span {
  font-weight: 400;
  font-size: 18px;
  font-size: 1rem;
}

.video-content-data__title {
  font-size: 3vw;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: .5em;
}

@media (max-width:63.99em) {
  .video-content-data__title {
    margin: .5em 0;
  }
}

@media (min-width:40em) and (max-width:63.99em) {
  .video-content-data__title {
    font-size: 5vw;
  }
}

@media (max-width:39.99em) {
  .video-content-data__title {
    font-size: 8vw;
  }
}

.video-content-data__synopsis {
  font-size: 18px;
  font-size: 1rem;
  margin: 16px 0;
}

.video-content-data__link-item {
  display: block;
  color: #fff;
}

.video-content-data__link-item i {
  font-size: 32px;
}

.more-like-this-panel {
  min-height: 350px;
}

@media (max-width:46.24em) {
  .more-like-this-panel {
    min-height: auto;
  }
}

.no-data-panel {
  min-height: 350px;
}

@media (max-width:46.24em) {
  .no-data-panel {
    min-height: auto;
  }
}

.no-data-panel .c-text-lead {
  text-align: center;
}

.panel.ppv-template h3 {
  font-size: 40px;
  font-size: 2.22222rem;
  line-height: 1.15;
}

.panel.ppv-template h4 {
  font-size: 28px;
  font-size: 1.55556rem;
  line-height: 1.21;
}

.panel.ppv-template .c-text-body-medium {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
}

.panel.ppv-template .ppv-viewing-card-list {
  max-width: 13rem;
  width: 100%;
}

.panel.ppv-template .ppv-panel-boxoffice-image {
  width: 50%;
}

.panel.ppv-template .panel-logo {
  display: none;
}

.panel.ppv-template .panel-media {
  width: 100%;
}

.panel.ppv-template .is-success {
  color: #299934;
}

.panel.ppv-template .is-error {
  color: #ff2744;
}

.panel.ppv-template .ppv-error-contact-cta {
  display: inline-block;
}

.panel.ppv-template .ppv__icon--beta {
  width: 45px;
  height: 60px;
  display: block;
}

.panel.ppv-template .ppv-success-title {
  line-height: 60px;
}

.panel.ppv-template .c-spinner--small {
  font-size: 20px;
}

@media (min-width:64em) {
  .panel.ppv-template .hide-desktop {
    display: none;
  }

  .panel.ppv-template .ppv-media-container {
    max-width: 720px;
  }
}

@media (max-width:63.99em) {
  .panel.ppv-template .event-container,
  .panel.ppv-template .panel-info,
  .panel.ppv-template .recording-notice {
    width: 100%;
  }

  .panel.ppv-template .panel-info {
    margin: 0;
  }

  .panel.ppv-template .panel-content {
    padding-top: 65px;
    padding-bottom: 25px;
  }

  .panel.ppv-template .booking-error-state {
    margin-bottom: 20px;
  }
}

@media (max-width:39.99em) {
  .panel.ppv-template .hide-mobile {
    display: none;
  }

  .panel.ppv-template h3 {
    font-size: 28px;
    font-size: 1.55556rem;
    line-height: 1.21;
  }

  .panel.ppv-template h4 {
    font-size: 25px;
    font-size: 1.38889rem;
    line-height: 1.24;
  }

  .panel.ppv-template .responsive.c-text-body {
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.44;
  }

  .panel.ppv-template .responsive.c-text-body-medium {
    font-size: 18px;
    font-size: 1rem;
  }

  .panel.ppv-template .responsive.u-margin-bottom {
    margin-bottom: 10px!important;
  }

  .panel.ppv-template .responsive.u-margin-top {
    margin-top: 10px!important;
  }

  .panel.ppv-template .ppv-error-contact-cta {
    display: block;
  }

  .panel.ppv-template .show-details-state .ppv-event-booking-container {
    display: inline-block;
    min-width: 66%;
    direction: rtl;
  }

  .panel.ppv-template .show-details-state .ppv-panel-event-price {
    display: inline-block;
    min-width: 33%;
  }
}

@media (min-width:40em) and (max-width:63.99em) {
  .panel.ppv-template .hide-tablet {
    display: none;
  }
}

@media (min-width:40em) and (max-width:63.99em) and (orientation:landscape) {
  .panel.ppv-template .hide-tablet-landscape {
    display: none;
  }
}

@media (min-width:40em) and (max-width:63.99em) and (orientation:portrait) {
  .panel.ppv-template .hide-tablet-portrait {
    display: none;
  }
}

.light-theme.panel {
  background-color: #eaeaea;
}

.light-theme .panel-inner {
  -webkit-box-shadow: inset 0 12px 12px -12px #9f9f9f,inset 0 -12px 12px -12px #9f9f9f;
  box-shadow: inset 0 12px 12px -12px #9f9f9f,inset 0 -12px 12px -12px #9f9f9f;
}

.light-theme .panel-info {
  color: #4a4a4a;
}

.light-theme .panel-close {
  color: #222;
}

.light-theme .panel-close .panel-close-icon {
  color: #707070;
}

.light-theme .panel-media-glass {
  -webkit-box-shadow: 1px 1px 15px black(20);
  box-shadow: 1px 1px 15px black(20);
}

.tile-container .tile.panel-theme-light.selected:after {
  border-bottom-color: silver;
}

.ie9 .light-theme .panel-inner {
  border-collapse: separate;
  -webkit-box-shadow: inset 0 12px 12px -12px #9f9f9f,inset 0 -12px 12px -12px #9f9f9f;
  box-shadow: inset 0 12px 12px -12px #9f9f9f,inset 0 -12px 12px -12px #9f9f9f;
}

.ie9 .light-theme .panel-inner:after,
.ie9 .light-theme .panel-inner:before {
  background: none;
}

.corporate-white-theme.panel,
.white-theme.panel {
  background-color: #fff;
  -webkit-box-shadow: inset 0 12px 12px -12px #9f9f9f,inset 0 -12px 12px -12px #9f9f9f;
  box-shadow: inset 0 12px 12px -12px #9f9f9f,inset 0 -12px 12px -12px #9f9f9f;
}

.corporate-white-theme .panel-content,
.white-theme .panel-content {
  padding-top: 100px;
  padding-bottom: 95px;
}

.corporate-white-theme .panel-info,
.white-theme .panel-info {
  color: #4a4a4a;
}

.corporate-white-theme .panel-close,
.white-theme .panel-close {
  color: #222;
}

.corporate-white-theme .panel-close .panel-close-icon,
.white-theme .panel-close .panel-close-icon {
  color: #707070;
}

.corporate-white-theme .panel-media-glass,
.white-theme .panel-media-glass {
  -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,.2);
  box-shadow: 1px 1px 15px rgba(0,0,0,.2);
}

.tile-container .tile.panel-theme-corporate-white.selected:after,
.tile-container .tile.panel-theme-white.selected:after {
  border-bottom-color: #cdcdcd;
}

.ie9 .white-theme .panel-inner {
  border-collapse: separate;
  -webkit-box-shadow: inset 0 12px 12px -12px #9f9f9f,inset 0 -12px 12px -12px #9f9f9f;
  box-shadow: inset 0 12px 12px -12px #9f9f9f,inset 0 -12px 12px -12px #9f9f9f;
}

.ie9 .white-theme .panel-inner:after,
.ie9 .white-theme .panel-inner:before {
  background: none;
}

.rating {
  float: right;
  font-size: 24px;
}

.read-more-link {
  display: inline;
  color: #0072c9;
}

.read-more-link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.read-more-truncated,
.read-more-truncated p:last-child {
  display: inline;
}

@keyframes shine-animation {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.sky-glass-logo .c-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -.5em 0 0 -.5em;
}

.sky-glass-logo--animated {
  opacity: 0;
  -webkit-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.sky-glass-logo--animated.is-ready {
  opacity: 1;
}

.sky-glass-logo__container {
  text-align: center;
  background-size: cover;
  overflow: hidden;
}

.sky-glass-logo__container--full-page-height {
  height: 100vh;
}

.sky-glass-logo__container--full-bg-video video {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.sky-glass-logo__inner-container {
  position: relative;
  height: 100%;
}

.sky-glass-logo__fallback-bg {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 1;
  -webkit-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.sky-glass-logo__fallback-bg.is-ready {
  opacity: 0;
}

.sky-glass-logo__logo {
  left: 50%;
  top: 50%;
  width: 100%;
}

.sky-glass-logo__logo canvas {
  display: block;
  margin: 0 auto;
}

.sky-glass-logo__buttons {
  position: relative;
  margin-top: -20px;
  z-index: 10000;
}

.sky-glass-logo__buttons>:not(:last-child) {
  margin-right: 40px;
}

@media (max-width:46.24em) {
  .sky-glass-logo__buttons {
    margin: 0 10px;
  }
}

@media (max-width:46.24em) {
  .sky-glass-logo__button {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
}

.split-content__item--has-section-divider {
  position: relative;
}

@media (min-width:64em) {
  .split-content__item--has-section-divider {
    display: table-cell;
    vertical-align: top;
  }
}

@media (max-width:63.99em) {
  .split-content__item--has-section-divider {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.split-content__item--has-spinner {
  text-align: center;
}

@media (max-width:63.99em) {
  .split-content__item--has-spinner {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

@media (min-width:64em) {
  .split-content__item--has-spinner {
    vertical-align: middle;
    display: table-cell;
  }
}

.split-content__item--has-section-divider:not(:last-child):after {
  border: 0 solid silver;
  content: "";
  position: absolute;
}

@media (max-width:63.99em) {
  .split-content__item--has-section-divider:not(:last-child):after {
    border-bottom-width: 1px;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media (min-width:64em) {
  .split-content__item--has-section-divider:not(:last-child):after {
    border-right-width: 1px;
    bottom: 0;
    right: 0;
    top: 0;
  }
}

@media (min-width:64em) {
  .split-content>div:not(:first-of-type) {
    padding-left: 20px;
  }
}

@media (min-width:64em) {
  .split-content>div:not(:last-of-type) {
    padding-right: 20px;
  }
}

.split-links ul {
  margin-bottom: 0;
}

.split-links li {
  line-height: 1.5em;
}

@media only screen and (max-width:425px) and (orientation:portrait) {
  .split-links .o-list-bare {
    margin-right: 30px;
  }
}

@media only screen and (max-width:384px) and (orientation:portrait) {
  .split-links .o-list-bare {
    margin-right: 50px;
  }
}

@media only screen and (max-width:360px) and (orientation:portrait) {
  .split-links .o-list-bare {
    margin-right: 40px;
  }
}

@media only screen and (max-width:320px) and (orientation:portrait) {
  .split-links .o-list-bare {
    margin-right: 10px;
  }
}

.split-next-best-action__wrapper {
  -webkit-animation: fade-in 1.5s;
  animation: fade-in 1.5s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.split-next-best-action__page-numbers {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.split-next-best-action__navigation-arrow {
  font-size: 1.7rem;
  color: #0072c9;
}

.split-next-best-action__navigation-arrow--inactive {
  color: silver;
}

.split-next-best-action__navigation-arrow--active {
  cursor: pointer;
}

.split-packageoverview__package {
  font-weight: 700;
  margin-bottom: 5px;
}

.split-packageoverview__spinner {
  margin: auto;
}

.split-packageoverview__subscription,
.split-packageoverview__view-package {
  margin-bottom: 25px;
}

.split-text {
  margin-bottom: 0;
}

.split-text p {
  line-height: 1.5em;
}

.hero-sponsor {
  position: absolute;
  right: 20px;
  bottom: 7vw;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

.hero-sponsor:hover span {
  text-decoration: underline;
}

.hero-logo-sponsor {
  min-height: 40px;
  max-height: 60px;
  height: 3.94737vw;
  vertical-align: middle;
  width: auto;
}

.panel-sponsor {
  float: left;
}

.panel-logo-sponsor {
  min-height: 0;
  max-height: 60px;
  height: 3.94737vw;
  vertical-align: middle;
  width: auto;
}

@media (max-width:39.99em) {
  .panel-logo-sponsor {
    min-height: 32px;
    max-height: 36px;
    height: 5.625vw;
    width: auto;
  }
}

.sponsor-image[src*=coty].hero-logo-sponsor {
  min-height: 30px;
  max-height: 46px;
  height: 3.02632vw;
}

.sponsor-image[src*=coty].panel-logo-sponsor {
  min-height: 28px;
  max-height: 34px;
  height: 2.23684vw;
}

@media (max-width:39.99em) {
  .sponsor-image[src*=coty].panel-logo-sponsor {
    min-height: 26px;
    max-height: 32px;
    height: 5vw;
  }
}

.sponsor-image[src*=coty].tile-logo-sponsor {
  min-height: 26px;
  max-height: 30px;
  height: 1.97368vw;
}

@media (max-width:39.99em) {
  .sponsor-image[src*=coty].tile-logo-sponsor {
    min-height: 26px;
    max-height: 30px;
    height: 4.6875vw;
  }
}

.sponsor-image[src*=fiat] {
  min-height: 28px;
  max-height: 34px;
  height: 2.23684vw;
}

@media (max-width:39.99em) {
  .sponsor-image[src*=fiat] {
    min-height: 28px;
    max-height: 34px;
    height: 5.3125vw;
  }
}

.sponsor-image[src*=fiat].tile-logo-sponsor {
  margin-right: -3px;
}

.sponsor-image[src*=jaguar] {
  min-height: 28px;
  max-height: 34px;
  height: 2.23684vw;
  margin-right: -2px;
}

@media (max-width:39.99em) {
  .sponsor-image[src*=jaguar] {
    min-height: 28px;
    max-height: 34px;
    height: 5.3125vw;
  }
}

.sponsor-label {
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
  color: #fff;
  vertical-align: middle;
  padding-right: .75em;
  font-size: 14px;
}

.hero-sponsor .sponsor-label {
  font-size: 1.18421vw;
  text-shadow: 1px 1px 6px #000;
}

@media (min-width:95em) {
  .hero-sponsor .sponsor-label {
    font-size: 18px;
  }
}

@media (min-width:40em) and (max-width:63.99em) {
  .hero-sponsor .sponsor-label {
    font-size: 14px;
  }
}

.panel-sponsor.t-dark .sponsor-label,
[data-content=home] .tile-sponsor .sponsor-label,
[data-content=watch] .tile-sponsor .sponsor-label {
  color: #000;
}

.hero-sponsor:hover .sponsor-label,
.panel-sponsor:hover .sponsor-label,
.tile-sponsor:hover .sponsor-label {
  text-decoration: underline;
}

.tabbed-content {
  margin-top: -70px;
  width: 100%;
}

.tabbed-content .tab {
  font-size: 22px;
  display: inline-block;
  cursor: pointer;
}

@media (max-width:46.24em) {
  .tabbed-content .tab {
    margin-top: 5px;
    font-size: 18px;
  }
}

.tabs {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}

.tabs a:focus,
.tabs a:hover {
  text-decoration: none;
}

.tabs::-webkit-scrollbar {
  display: none;
}

.page {
  color: #fff;
  padding-top: 20px;
  width: 100%;
}

.page .panel-media {
  margin-left: 0;
}

.slide-left {
  -webkit-animation: anim-slide-left .5s 1;
  animation: anim-slide-left .5s 1;
}

.slide-right {
  -webkit-animation: anim-slide-right .5s 1;
  animation: anim-slide-right .5s 1;
}

.slide-fade-in {
  -webkit-animation: anim-fade-in .5s 1;
  animation: anim-fade-in .5s 1;
}

@-webkit-keyframes anim-fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes anim-fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes anim-slide-left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes anim-slide-left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes anim-slide-right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes anim-slide-right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.nav-theme .tabbed-content .tabs {
  border-bottom: 1px solid #4a4a4a;
}

.nav-theme .tabbed-content .tab {
  position: relative;
  top: 7px;
  padding: 0 10px 21px;
  margin-right: 5px;
  margin-left: 5px;
  color: silver;
}

.nav-theme .tabbed-content .tab:after {
  position: relative;
  top: 5px;
  left: 10px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
}

.nav-theme .tabbed-content .tab.active {
  color: #fff;
  background: url(https://dm8eklel4s62k.cloudfront.net/images/shine-fdb8f85.png) bottom no-repeat;
  background-size: 100% 12px;
}

@media (max-width:26.24em) {
  .nav-theme .tabbed-content .tab {
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.nav-theme .tabbed-content .page {
  position: relative;
  padding-top: 20px;
}

.tabs-theme .tabbed-content .tabs {
  position: relative;
  left: 0;
}

@media (max-width:39.99em) {
  .tabs-theme .tabbed-content .tabs {
    top: 10px;
  }
}

.tabs-theme .tabbed-content .tab {
  color: silver;
  position: relative;
  top: 5px;
  padding: 15px 40px;
  bottom: 0;
  border-top: 1px solid #404040;
  background: -webkit-gradient(linear,left top,left bottom,from(#2e2e2e),to(#0d0d0d));
  background: -webkit-linear-gradient(top,#2e2e2e 0,#0d0d0d 100%);
  background: -o-linear-gradient(top,#2e2e2e 0,#0d0d0d 100%);
  background: linear-gradient(to bottom,#2e2e2e 0,#0d0d0d 100%);
}

@media (max-width:39.99em) {
  .tabs-theme .tabbed-content .tab {
    padding: 10px 30px;
    font-size: 16px;
  }
}

.tabs-theme .tabbed-content .tab.active {
  top: 0;
  color: #fff;
  padding: 20px 40px;
  background: #2b2b2b;
  border: 1px solid #4d4d4d;
  border-bottom-color: #2b2b2b;
}

@media (max-width:39.99em) {
  .tabs-theme .tabbed-content .tab.active {
    padding: 15px 30px;
  }
}

.tabs-theme .tabbed-content .pages {
  padding-top: 40px;
}

.light-theme .tabbed-content .tabs {
  border-bottom: 1px solid silver;
  margin-top: 7px;
}

.light-theme .tabbed-content .tab {
  position: relative;
  margin-right: 52px;
  color: #707070;
  font-size: 25px;
  line-height: 50px;
}

.light-theme .tabbed-content .tab:not(:last-child):after {
  background-color: silver;
}

.light-theme .tabbed-content .tab:after {
  position: relative;
  top: 6px;
  left: 26px;
  content: "";
  display: inline-block;
  width: 1px;
  height: 25px;
}

.light-theme .tabbed-content .tab.active {
  color: #222;
  border-bottom: 1px solid #222;
  margin-bottom: -1px;
}

.light-theme .tabbed-content .page {
  position: relative;
  padding-top: 35px;
}

.corporate-white-theme .tabbed-content .page {
  color: #4a4a4a;
  text-align: left;
}

.corporate-white-theme .tabbed-content--boxed {
  padding-left: 9%;
  padding-right: 9%;
  text-align: center;
}

.corporate-white-theme .tabbed-content .tabs {
  border: 1px solid #4a4a4a;
  border-radius: 4px;
  padding: 0 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.corporate-white-theme .tabbed-content .tabs a {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 18px;
  height: 44px;
  line-height: 44px;
  color: #4a4a4a;
  font-size: 18px;
  margin: -5px 10px;
  border-radius: 4px;
}

.corporate-white-theme .tabbed-content .tabs .active {
  background: #4a4a4a;
  color: #fff;
}

.corporate-white-theme .tabbed-content .tabs .active:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -4.5px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #4a4a4a;
  z-index: 5;
}

.corporate-white-theme .tabbed-content--vertical {
  padding-top: 30px;
  text-align: left;
  overflow: hidden;
}

.corporate-white-theme .tabbed-content--vertical .tabs {
  float: left;
  padding: 14px 0;
  margin-bottom: 0;
}

.corporate-white-theme .tabbed-content--vertical .tabs a {
  position: relative;
  text-align: right;
  display: block;
  padding: 0 32px 0 15px;
  height: 38px;
  line-height: 38px;
  margin: 0;
  border-radius: 0;
}

.corporate-white-theme .tabbed-content--vertical .tabs .active {
  background: #4a4a4a;
  color: #fff;
}

.corporate-white-theme .tabbed-content--vertical .tabs .active:after {
  content: "";
  position: absolute;
  right: -21px;
  width: 0;
  top: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 21px solid #4a4a4a;
  left: auto;
  margin-left: 0;
  border-right: 0;
}

.corporate-white-theme .tabbed-content--vertical .tabs .active:before {
  content: "";
  position: absolute;
  left: -11px;
  background: #4a4a4a;
  height: 38px;
  width: 16px;
  border-radius: 4px;
}

.corporate-white-theme .tabbed-content--vertical .page {
  padding-left: 6%;
  width: auto;
  overflow: hidden;
  text-align: left;
}

.simple-theme.tabbed-content .c-divider {
  margin-bottom: 10px;
}

.simple-theme.tabbed-content .tabs {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

@media (max-width:46.24em) {
  .simple-theme.tabbed-content .tabs {
    position: relative;
    text-align: left;
    overflow-x: scroll;
    white-space: nowrap;
    padding-left: 30px;
    padding-right: 30px;
  }

  .simple-theme.tabbed-content .tabs::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
}

.simple-theme.tabbed-content .tab {
  margin-top: 0;
  font-size: 18px;
  position: relative;
  margin-right: 20px;
  color: #222;
  line-height: 36px;
}

@media (min-width:46.25em) {
  .simple-theme.tabbed-content .tab {
    margin-right: 20px;
  }
}

.simple-theme.tabbed-content .tab:last-of-type {
  margin-right: 0;
}

.simple-theme.tabbed-content .tab.active {
  border-bottom: 2px solid #222;
  margin-bottom: -1px;
  font-weight: 700;
}

.simple-theme.tabbed-content .tab:after {
  content: attr(title);
  display: block;
  font-weight: 700;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}

.simple-theme.tabbed-content .tabs-inset-shadow {
  position: relative;
  margin-top: 20px;
}

@media (max-width:46.24em) {
  .simple-theme.tabbed-content .tabs-inset-shadow:after,
  .simple-theme.tabbed-content .tabs-inset-shadow:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
  }

  .simple-theme.tabbed-content .tabs-inset-shadow:before {
    z-index: 1;
    left: 0;
    -webkit-box-shadow: inset 35px 0 20px -15px #fff;
    box-shadow: inset 35px 0 20px -15px #fff;
  }

  .simple-theme.tabbed-content .tabs-inset-shadow:after {
    right: 0;
    -webkit-box-shadow: inset -35px 0 20px -15px #fff;
    box-shadow: inset -35px 0 20px -15px #fff;
  }
}

.simple-theme.tabbed-content .page {
  position: relative;
  padding-top: 35px;
  color: #000;
}

.text-header {
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  -o-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.text-header.show {
  opacity: 1;
}

.o-search-links__wrapper {
  float: none;
}

@media (min-width:64em) {
  .o-search-links__wrapper {
    float: left;
    min-height: 50vh;
  }
}

.o-search-links__action {
  float: none;
}

@media (min-width:64em) {
  .o-search-links__action {
    float: right;
  }
}

@media (min-width:64em) {
  [data-content=sky-1] .hide-sky-1,
  [data-content=sky-arts] .hide-sky-arts,
  [data-content=sky-atlantic] .hide-sky-atlantic,
  [data-content=sky-box-sets] .hide-sky-box-sets,
  [data-content=sky-cinema] .hide-sky-cinema,
  [data-content=sky-living] .hide-sky-living,
  [data-content=sky-news] .hide-sky-news,
  [data-content=sky-sports] .hide-sky-sports {
    display: none;
  }
}

.c-tile--fluid .c-tile__title {
  font-size: 1.55556em;
  line-height: 1.1em;
  margin-bottom: .17857em;
}

.c-tile {
  opacity: .001;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease,-webkit-transform .6s ease;
}

.c-tile.in-view {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.c-tile.in-view.no-anim {
  -webkit-transition: opacity 0 ease,-webkit-transform 0 ease;
  transition: opacity 0 ease,-webkit-transform 0 ease;
  -o-transition: opacity 0 ease,transform 0 ease;
  transition: opacity 0 ease,transform 0 ease;
  transition: opacity 0 ease,transform 0 ease,-webkit-transform 0 ease;
}

.c-tile__media {
  position: relative;
}

.c-tile .c-tile__poster {
  width: 100%;
}

.c-tile .tile-sponsor {
  bottom: .5em;
  position: absolute;
  right: .5em;
  z-index: 100;
}

.c-tile:hover .sponsor-label {
  color: #fff;
}

.c-tile .sponsor-label {
  font-size: 12px;
}

.c-tile .tile-sponsor:hover .sponsor-label {
  color: #73add8;
}

.c-tile .tile-logo-sponsor {
  width: 54px;
  max-width: 1.5em;
  max-height: 1.5em;
}

.c-tile.tile-template--content .c-tile__description {
  font-size: .88889em;
}

.c-tile__channel-logo {
  bottom: .75em;
  height: 20px;
  left: .75em;
  width: auto;
  position: absolute;
  z-index: 100;
  will-change: transform;
}

.c-tile__channel-logo[src*=sky-box-sets],
.c-tile__channel-logo[src*=Sky-Store] {
  height: 1.5em;
  max-height: 30px;
  min-height: 25px;
}

.image-placeholder+.c-tile__channel-logo {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  height: 1px!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  white-space: nowrap!important;
}

.c-tile--channel-sky-cinema-channel-promo .c-tile__link:hover.skycom-focus,
.c-tile--channel-sky-news-channel-promo .c-tile__link:hover.skycom-focus,
.c-tile--channel-sky-sports-channel-promo .c-tile__link:hover.skycom-focus {
  color: #fff!important;
}

.c-tile .c-tile__media {
  height: 55.5%;
}

.c-tile .c-tile__caption {
  bottom: 0;
  height: 45.5%;
  position: absolute;
}

.c-tile.c-tile--light.is-selected:before {
  background-color: #eaeaea;
  background-image: -webkit-linear-gradient(top,hsla(0,0%,63%,.5) 0,transparent 15px),-webkit-linear-gradient(left,hsla(0,0%,63%,.5) 0,transparent 15px);
  background-image: -o-linear-gradient(top,hsla(0,0%,63%,.5) 0,transparent 15px),-o-linear-gradient(left,hsla(0,0%,63%,.5) 0,transparent 15px);
  background-image: linear-gradient(to bottom,hsla(0,0%,63%,.5) 0,transparent 15px),linear-gradient(to right,hsla(0,0%,63%,.5) 0,transparent 15px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-tile.c-tile--light.is-selected:after {
  background-color: #eaeaea;
}

.c-tile.c-tile--white.is-selected:before {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top,hsla(0,0%,63%,.5) 0,transparent 15px),-webkit-linear-gradient(left,hsla(0,0%,63%,.5) 0,transparent 15px);
  background-image: -o-linear-gradient(top,hsla(0,0%,63%,.5) 0,transparent 15px),-o-linear-gradient(left,hsla(0,0%,63%,.5) 0,transparent 15px);
  background-image: linear-gradient(to bottom,hsla(0,0%,63%,.5) 0,transparent 15px),linear-gradient(to right,hsla(0,0%,63%,.5) 0,transparent 15px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-tile.c-tile--white.is-selected:after {
  background-color: #fff;
}

.galleries .c-tile.c-tile--light.is-selected:after,
.galleries .c-tile.c-tile--light.is-selected:before {
  background-color: #c5c5c8;
}

.galleries .c-tile.c-tile--white.is-selected:after,
.galleries .c-tile.c-tile--white.is-selected:before {
  background-color: #d3d3d3;
}

.o-layout>.panel {
  font-size: 18px;
}

.c-tile.c-tile-theme--text-with-full-background .c-tile__media,
.c-tile.c-tile-theme--text-with-transparent-background .c-tile__media {
  height: auto;
  position: relative;
  z-index: 100;
}

.c-tile.c-tile-theme--text-with-full-background .c-tile__link .c-tile__caption,
.c-tile.c-tile-theme--text-with-transparent-background .c-tile__link .c-tile__caption {
  height: 100%;
  position: absolute;
  top: 0;
}

.c-tile.c-tile-theme--text-with-full-background .c-tile__link .c-tile__caption:before,
.c-tile.c-tile-theme--text-with-transparent-background .c-tile__link .c-tile__caption:before {
  background-color: #fff;
  background-image: -webkit-radial-gradient(center,ellipse cover,#fff 0,#f2f2f5 100%);
  background-image: -o-radial-gradient(center,ellipse cover,#fff 0,#f2f2f5 100%);
  background-image: -webkit-radial-gradient(center ellipse,#fff 0,#f2f2f5 100%);
  background-image: -o-radial-gradient(center ellipse,#fff 0,#f2f2f5 100%);
  background-image: radial-gradient(ellipse at center,#fff 0,#f2f2f5 100%);
  background-size: cover;
}

.c-tile.c-tile-theme--text-with-full-background .c-tile__link .c-tile__caption:after,
.c-tile.c-tile-theme--text-with-transparent-background .c-tile__link .c-tile__caption:after {
  background-color: #fff;
  background-image: -webkit-radial-gradient(center,ellipse cover,#fff 0,#cdccd4 100%);
  background-image: -o-radial-gradient(center,ellipse cover,#fff 0,#cdccd4 100%);
  background-image: -webkit-radial-gradient(center ellipse,#fff 0,#cdccd4 100%);
  background-image: -o-radial-gradient(center ellipse,#fff 0,#cdccd4 100%);
  background-image: radial-gradient(ellipse at center,#fff 0,#cdccd4 100%);
}

.c-tile.c-tile-theme--text-with-full-background .c-tile__title,
.c-tile.c-tile-theme--text-with-transparent-background .c-tile__title {
  left: 1em;
  position: absolute;
  text-align: center;
  right: 1em;
  top: 80%;
  z-index: 150;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-tile.c-tile-theme--text-with-full-background .c-tile--visible-description .c-tile__title,
.c-tile.c-tile-theme--text-with-transparent-background .c-tile--visible-description .c-tile__title {
  top: 72%;
}

.c-tile.c-tile-theme--text-with-full-background .c-tile--visible-description .c-tile__description,
.c-tile.c-tile-theme--text-with-transparent-background .c-tile--visible-description .c-tile__description {
  top: 81%;
  position: absolute;
  text-align: center;
  left: 1em;
  right: 1em;
}

.c-tile.c-tile-theme--text-with-full-background:hover .c-tile__description,
.c-tile.c-tile-theme--text-with-transparent-background:hover .c-tile__description {
  text-decoration: underline;
}

.c-tile.tile-template--text.theme-light .c-tile__content {
  background-image: none;
  background-color: #fff;
}

.c-tile.tile-template--text .c-tile__details {
  font-size: .8em;
}

.c-tile.tile-template--text .c-tile__link:focus,
.c-tile.tile-template--text .c-tile__link:focus .c-tile__body,
.c-tile.tile-template--text .c-tile__link:hover,
.c-tile.tile-template--text .c-tile__link:hover .c-tile__body,
.c-tile.tile-template--text:hover .action-none .c-tile__title {
  text-decoration: none;
}

.c-tile.tile-template--text .c-tile__title {
  text-decoration: underline;
}

.c-tile.top-search-tiles .c-tile__title {
  text-decoration: none;
}

@media (max-width:63.99em) {
  .c-tile.top-search-tiles .c-tile__title {
    font-size: .75rem;
  }

  .c-tile.top-search-tiles .c-tile__details {
    font-size: 1rem;
  }
}

@media (max-width:39.99em) {
  .c-tile.top-search-tiles {
    height: auto;
    padding-top: 5px;
  }

  .c-tile.top-search-tiles .c-tile__title {
    font-size: 1.25rem;
  }

  .c-tile.top-search-tiles .c-tile__details {
    font-size: 1rem;
  }

  .c-tile.top-search-tiles .c-tile__content,
  .c-tile.top-search-tiles .c-tile__link {
    position: static;
  }
}

.c-tile.tile-template--account .c-tile__content:focus .c-tile__body,
.c-tile.tile-template--account .c-tile__content:hover .c-tile__body {
  text-decoration: none;
}

.c-tile.tile-template--account .c-tile__content:focus .c-tile__greeting-small,
.c-tile.tile-template--account .c-tile__content:hover .c-tile__greeting-small {
  text-decoration: underline;
}

.c-tile.tile-template--account .c-tile__body {
  color: #fff;
}

.c-tile.tile-template--account .c-tile__body:before {
  background-color: #197bc9;
  background-image: -webkit-linear-gradient(top,#135fa0 0,#197bc9 100%);
  background-image: -o-linear-gradient(top,#135fa0 0,#197bc9 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#135fa0),to(#197bc9));
  background-image: linear-gradient(to bottom,#135fa0 0,#197bc9 100%);
}

.c-tile.tile-template--account .c-tile__body:after {
  display: none;
}

.c-tile.tile-template--account .c-tile__title {
  font-size: 2.75em;
  line-height: 1em;
  margin-bottom: .4em;
}

.c-tile.tile-template--account .c-tile__greeting-small {
  font-size: 1.88889em;
  margin-top: .25em;
  margin-bottom: .25em;
}

.c-tile.tile-template--account .c-tile__details {
  font-size: 1.55556em;
  line-height: 1.2;
  max-width: 10em;
}

.c-tile.tile-template--bill .c-tile__link .c-tile__caption {
  height: 100%;
  position: absolute;
  top: 0;
}

.c-tile.tile-template--bill .c-tile__link .c-tile__caption:before {
  background-color: #fff;
  background-image: -webkit-radial-gradient(center,ellipse cover,#fff 0,#f2f2f5 100%);
  background-image: -o-radial-gradient(center,ellipse cover,#fff 0,#f2f2f5 100%);
  background-image: -webkit-radial-gradient(center ellipse,#fff 0,#f2f2f5 100%);
  background-image: -o-radial-gradient(center ellipse,#fff 0,#f2f2f5 100%);
  background-image: radial-gradient(ellipse at center,#fff 0,#f2f2f5 100%);
  background-size: cover;
}

.c-tile.tile-template--bill .c-tile__link .c-tile__caption:after {
  background-color: #fff;
  background-image: -webkit-radial-gradient(center,ellipse cover,#fff 0,#cdccd4 100%);
  background-image: -o-radial-gradient(center,ellipse cover,#fff 0,#cdccd4 100%);
  background-image: -webkit-radial-gradient(center ellipse,#fff 0,#cdccd4 100%);
  background-image: -o-radial-gradient(center ellipse,#fff 0,#cdccd4 100%);
  background-image: radial-gradient(ellipse at center,#fff 0,#cdccd4 100%);
}

.c-tile.tile-template--bill .c-tile__title {
  left: 1em;
  position: absolute;
  right: 1em;
  top: 80%;
  z-index: 150;
}

.c-tile.tile-template--bill .bill-details,
.c-tile.tile-template--bill .c-tile__title {
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-tile.tile-template--bill .bill-details {
  position: relative;
  top: 35%;
}

.c-tile.tile-template--bill .bill-details__date {
  font-size: 1.875em;
}

.c-tile.tile-template--bill .tile-spinner-wrapper {
  height: 100%;
}

.tile-template--coverimage .c-tile__content--portrait {
  padding-bottom: 133.33333%;
}

.tile-template--coverimage .c-tile__poster--portrait {
  position: absolute;
  left: 0;
}

.tile-template--coverimage.c-tile-theme--coverimage-overlay .c-tile__content {
  height: auto;
  padding-bottom: 0;
}

.tile-template--coverimage.c-tile-theme--coverimage-overlay .c-tile__poster {
  position: static;
}

.tile-template--coverimage.c-tile-theme--coverimage-overlay .c-tile__title {
  font-size: 34px;
  margin-bottom: .5em;
}

@media (max-width:63.99em) {
  .tile-template--coverimage.c-tile-theme--coverimage-overlay .c-tile__title {
    margin-bottom: 1em;
  }
}

@media (max-width:26.24em) {
  .tile-template--coverimage.c-tile-theme--coverimage-overlay .c-tile__title {
    font-size: 16px;
    font-size: .88889rem;
  }
}

.tile-template--coverimage.c-tile-theme--coverimage-overlay .c-tile__details {
  font-size: 22px;
}

@media (max-width:63.99em) {
  .tile-template--coverimage.c-tile-theme--coverimage-overlay .c-tile__details {
    display: none;
  }
}

.tile-template--coverimage.c-tile-theme--coverimage-overlay .c-tile__cover-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  color: #fff;
  background: rgba(0,0,0,.5);
}

.c-tile.tile-template--covertext.c-tile-theme--purple .c-tile__content {
  background: #921b70;
}

.c-tile.tile-template--covertext.c-tile-theme--purple-blue-gradient .c-tile__content {
  background-color: #b62173;
  background-image: -webkit-linear-gradient(315deg,#b62173 0,#643593 100%);
  background-image: -o-linear-gradient(315deg,#b62173 0,#643593 100%);
  background-image: linear-gradient(135deg,#b62173 0,#643593 100%);
}

.c-tile.tile-template--covertext .shine {
  width: 110%;
  left: -5%;
}

.c-tile.tile-template--covertext h1,
.c-tile.tile-template--covertext p {
  text-shadow: 0 0 20px rgba(0,0,0,.5);
  color: #fff;
}

.col-12 .tile.type-covertext p {
  font-size: 1.33rem;
}

.tile.type-engagement .tile-spinner {
  padding-bottom: 99.99%;
}

.tile.type-engagement .c-spinner-overlay--light {
  background-color: #fff;
  background-image: -webkit-radial-gradient(center,ellipse cover,#fff 0,#f2f2f5 100%);
  background-image: -o-radial-gradient(center,ellipse cover,#fff 0,#f2f2f5 100%);
  background-image: -webkit-radial-gradient(center ellipse,#fff 0,#f2f2f5 100%);
  background-image: -o-radial-gradient(center ellipse,#fff 0,#f2f2f5 100%);
  background-image: radial-gradient(ellipse at center,#fff 0,#f2f2f5 100%);
}

.tile-template--findoutmore .c-tile__content {
  height: auto;
  padding-bottom: 0;
}

.tile-template--findoutmore .c-tile__poster {
  left: 0;
  position: static;
}

.tile-template--findoutmore .c-tile__cover-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: rgba(0,0,0,.5);
}

@media (max-width:26.24em) {
  .tile-template--findoutmore .c-tile__cover-overlay {
    top: 0;
    right: 0;
  }
}

.tile-template--findoutmore .c-tile__cover-overlay__content {
  padding: 20px;
}

@media (max-width:26.24em) {
  .tile-template--findoutmore .c-tile__cover-overlay__content {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }

  .tile-template--findoutmore .c-tile__cover-overlay__content .u-hide-completely-small-down {
    display: none;
  }

  .tile-template--findoutmore .c-tile__cover-overlay__content a:hover,
  .tile-template--findoutmore .c-tile__cover-overlay__content a:visited {
    text-decoration: none;
  }

  .tile-template--findoutmore .c-tile__cover-overlay__content a>h1,
  .tile-template--findoutmore .c-tile__cover-overlay__content h1 {
    color: #fff;
    font-size: 16px;
    font-size: .88889rem;
  }
}

@media (min-width:26.25em) {
  .tile-template--findoutmore .c-tile__cover-overlay__content .u-hide-completely-small-up {
    display: none;
  }
}

@media (max-width:46.24em) {
  .tile-template--findoutmore .c-tile__cover-overlay__content {
    padding: 10px;
  }
}

.c-tile.tile-template--iframe .c-tile__content {
  padding-bottom: 100%;
}

@media (min-width:64em) {
  .c-tile.tile-template--iframe.c-tile--size-large .c-tile__content {
    padding-bottom: 50%;
  }
}

.c-tile.tile-template--iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.c-tile__legal {
  bottom: 1.5em;
  font-size: 12px;
  left: 1.5em;
  position: absolute;
}

.tile-template--media .c-video {
  display: block;
}

@media (min-width:64em) {
  .c-tile.c-tile--bill-summary {
    margin-bottom: 50px!important;
  }
}

.c-tile.c-tile--bill-summary .c-tile__body {
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width:64em) {
  .c-tile.c-tile--bill-summary .c-tile__body {
    padding: 30px 50px;
  }
}

.c-tile.c-tile--bill-summary .c-tile__body:before {
  background-image: none;
}

@media (min-width:64em) {
  .c-tile.c-tile--bill-summary .o-layout {
    margin-left: -100px;
  }
}

@media (min-width:64em) {
  .c-tile.c-tile--bill-summary .o-layout__item {
    padding-left: 100px;
  }
}

@media (min-width:64em) {
  .c-tile.c-tile--bill-summary.is-selected:after {
    bottom: -62px;
  }
}

@media (min-width:64em) {
  .mobile-bill-summary__split {
    position: relative;
  }

  .mobile-bill-summary__split:before {
    background-repeat: no-repeat;
    background-size: 1px 100%;
    background-position: 0 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(30%,#e0e0e0),color-stop(70%,#e0e0e0),to(transparent));
    background-image: -webkit-linear-gradient(top,transparent,#e0e0e0 30%,#e0e0e0 70%,transparent);
    background-image: -o-linear-gradient(top,transparent,#e0e0e0 30%,#e0e0e0 70%,transparent);
    background-image: linear-gradient(to bottom,transparent,#e0e0e0 30%,#e0e0e0 70%,transparent);
    border-left: 1px solid\9;
    content: "";
    position: absolute;
    right: calc(33.3333% - 60px);
    width: 1px;
    height: 100%;
  }

  .mobile-bill-summary__split:after {
    width: 15px;
    height: 100%;
    background-image: -webkit-radial-gradient(0 50%,ellipse,rgba(0,0,0,.07),transparent 60%);
    background-image: -o-radial-gradient(0 50%,ellipse,rgba(0,0,0,.07),transparent 60%);
    background-image: radial-gradient(ellipse at 0 50%,rgba(0,0,0,.07),transparent 60%);
    content: "";
    position: absolute;
    right: calc(33.3333% - 74px);
  }
}

@media (max-width:63.99em) {
  .mobile-bill-summary__links-list {
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: top;
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(30%,#e0e0e0),color-stop(70%,#e0e0e0),to(transparent));
    background-image: -webkit-linear-gradient(left,transparent,#e0e0e0 30%,#e0e0e0 70%,transparent);
    background-image: -o-linear-gradient(left,transparent,#e0e0e0 30%,#e0e0e0 70%,transparent);
    background-image: linear-gradient(to right,transparent,#e0e0e0 30%,#e0e0e0 70%,transparent);
    border-top: 1px solid\9;
    position: relative;
    padding-top: 20px;
  }
}

@media (max-width:63.99em) {
  .mobile-bill-summary__links-list:after {
    width: 100%;
    height: 15px;
    background-image: -webkit-radial-gradient(50% 0,ellipse,rgba(0,0,0,.07),transparent 60%);
    background-image: -o-radial-gradient(50% 0,ellipse,rgba(0,0,0,.07),transparent 60%);
    background-image: radial-gradient(ellipse at 50% 0,rgba(0,0,0,.07),transparent 60%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}

.mobile-bill-summary__links-list-item {
  line-height: 1;
}

.mobile-bill-summary__links-list-item:first-of-type .mobile-bill-summary__link {
  padding-top: 17px;
}

@media (max-width:63.99em) {
  .mobile-bill-summary__links-list-item {
    text-align: center;
  }
}

.mobile-bill-summary__links-list-item .mobile-bill-summary__link {
  display: block;
  padding: 12px 0;
  color: #0072c9;
}

.c-tile.tile-template--multilink .c-tile__details {
  font-size: 1.24444em;
  padding: 1em;
}

.c-tile.tile-template--multilink .tile-link {
  display: block;
  margin-bottom: .92857em;
}

@media (min-width:64em) {
  .c-tile.tile-template--ppv.c-tile--size-small .ppv-tile__content-date {
    display: none;
  }
}

.c-tile.tile-template--product .c-tile__body:after,
.c-tile.tile-template--productsoverview .c-tile__body:after {
  background-color: #fff;
  background-image: -webkit-radial-gradient(center,ellipse cover,#fff 0,#f2f2f5 100%);
  background-image: -o-radial-gradient(center,ellipse cover,#fff 0,#f2f2f5 100%);
  background-image: -webkit-radial-gradient(center ellipse,#fff 0,#f2f2f5 100%);
  background-image: -o-radial-gradient(center ellipse,#fff 0,#f2f2f5 100%);
  background-image: radial-gradient(ellipse at center,#fff 0,#f2f2f5 100%);
}

.c-tile.tile-template--product .c-tile__overlay,
.c-tile.tile-template--productsoverview .c-tile__overlay {
  height: 32%;
  left: .5em;
  right: .5em;
}

.c-tile.tile-template--product .c-tile__heading,
.c-tile.tile-template--productsoverview .c-tile__heading {
  font-size: 1.5em;
  margin-bottom: .4em;
}

.c-tile.tile-template--product .c-tile__subtitle,
.c-tile.tile-template--productsoverview .c-tile__subtitle {
  margin-bottom: .4em;
}

.c-tile.tile-template--product .c-tile__url,
.c-tile.tile-template--productsoverview .c-tile__url {
  color: #0072c9;
}

.c-tile.tile-template--product .c-tile__link:focus .c-tile__url,
.c-tile.tile-template--product .c-tile__link:hover .c-tile__url,
.c-tile.tile-template--productsoverview .c-tile__link:focus .c-tile__url,
.c-tile.tile-template--productsoverview .c-tile__link:hover .c-tile__url {
  text-decoration: underline;
}

.c-tile.tile-template--product .c-tile__overlay--bannered,
.c-tile.tile-template--productsoverview .c-tile__overlay--bannered {
  left: 0;
  right: 0;
}

.c-tile.tile-template--product .c-tile__overlay--bannered .c-tile__heading,
.c-tile.tile-template--product .c-tile__overlay--bannered .c-tile__subtitle,
.c-tile.tile-template--product .c-tile__overlay--bannered .c-tile__url,
.c-tile.tile-template--productsoverview .c-tile__overlay--bannered .c-tile__heading,
.c-tile.tile-template--productsoverview .c-tile__overlay--bannered .c-tile__subtitle,
.c-tile.tile-template--productsoverview .c-tile__overlay--bannered .c-tile__url {
  color: #fff;
}

.c-tile.tile-template--product .c-tile__banner-container,
.c-tile.tile-template--productsoverview .c-tile__banner-container {
  position: absolute;
  bottom: 12%;
  width: 105%;
}

.c-tile.tile-template--product .c-tile__banner-container .c-tile__banner,
.c-tile.tile-template--productsoverview .c-tile__banner-container .c-tile__banner {
  position: relative;
  left: -2.5%;
  width: 100%;
}

.c-search-links {
  margin: 18px 9% 60px 1.75%;
}

.c-tile.tile-template--stocks .tile-stocks--exchange {
  color: #707070;
  margin: 10px 0;
}

@media (max-width:26.24em) {
  .c-tile.tile-template--stocks .tile-stocks--exchange {
    margin: 0;
    font-size: 9px;
  }
}

.c-tile.tile-template--stocks .tile-stocks--error {
  color: #707070;
  margin-top: 1vw;
}

@media (max-width:46.24em) {
  .c-tile.tile-template--stocks .tile-stocks--price {
    font-size: 18px;
  }
}

.c-tile.tile-template--stocks .tile-stocks--label {
  color: #707070;
  width: 30%;
}

.c-tile.tile-template--stocks .tile-stocks--label,
.c-tile.tile-template--stocks .tile-stocks--value {
  display: inline-block;
}

.c-tile.tile-template--stocks .tile-stocks--link {
  position: absolute;
  bottom: 20px;
}

@media (max-width:46.24em) {
  .c-tile.tile-template--stocks .tile-stocks--link {
    bottom: 10px;
  }
}

.c-tile.tile-template--stocks .c-tile__body {
  background: #fff;
  padding: 1.5em;
}

.tile-template--twitter .twitter-tweet {
  display: inline-block;
  font-size: 1.22222em;
  max-height: 7.5em;
  overflow: hidden;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.tile-template--twitter .twitter-tweet--hidden {
  opacity: 0;
}

.tile-template--twitter .twitter-logo {
  background-image: url(http://dm8eklel4s62k.cloudfront.net/images/twitter-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15%;
  height: 15%;
  margin-bottom: 2%;
  margin-top: 7%;
}

.tile-template--twitter .twitter-buttons {
  font-size: 1em;
  position: absolute;
  bottom: .75em;
  right: .75em;
}

.tile-template--twitter .twitter-buttons i {
  margin-left: 10px;
  cursor: pointer;
}

.row-content-list__content {
  background-color: #fff;
}

.row-content-list__link {
  vertical-align: middle;
}

.row-content-list__link p {
  display: inline;
}

.c-tile--corporate-link .c-tile__legal {
  bottom: 1.5em;
  font-size: 12px;
  left: 1.5em;
  position: absolute;
}

.c-tile--corporate-link .c-tile__title {
  font-size: 1.15em;
}

.c-tile--corporate-link .c-tile__description {
  font-size: .75em;
}

.c-tile__container {
  margin-top: 30px;
}

@media (min-width:40em) {
  .c-tile__container {
    margin-top: 7vw;
  }

  .hero+.c-tile__container {
    margin-top: -10vw;
  }
}

.c-tile__container .c-tile--light.selected:after {
  border-bottom: 20px solid silver;
}

@media (min-width:40em) {
  .polaris-main.search .c-tile__container {
    margin-top: 30px;
  }
}

.c-tile__container .panel-sponsor-wrapper {
  margin-top: 20px;
}

.c-video {
  height: 100%;
  width: 100%;
}

.panel-media .c-video {
  position: absolute;
}

.panel-media .page-panel .c-video {
  position: relative;
}

.video-player {
  line-height: 0;
}

.panel-media .video-player {
  height: 100%;
  position: absolute;
  width: 100%;
}

.panel-adapter {
  margin-left: -20px;
}

.panel-adapter--divider .panel {
  margin-bottom: 0;
}

.bill-snippet:focus {
  outline: none;
}

.c-tile.mobile-bill-section-wrapper {
  margin-bottom: 65px!important;
  border: 0;
  background-image: -webkit-gradient(linear,left top,right bottom,from(rgba(255,113,0,.5)),color-stop(50%,rgba(255,0,0,.5)),color-stop(100%,rgba(84,0,255,.5)),to(rgba(84,0,255,0)));
  background-image: -webkit-linear-gradient(top left,rgba(255,113,0,.5) 0,rgba(255,0,0,.5) 50%,rgba(84,0,255,.5) 100%,rgba(84,0,255,0) 100%);
  background-image: -o-linear-gradient(top left,rgba(255,113,0,.5) 0,rgba(255,0,0,.5) 50%,rgba(84,0,255,.5) 100%,rgba(84,0,255,0) 100%);
  background-image: linear-gradient(to bottom right,rgba(255,113,0,.5) 0,rgba(255,0,0,.5) 50%,rgba(84,0,255,.5) 100%,rgba(84,0,255,0) 100%);
  background-image: -moz-linear-gradient(top left,rgba(255,211,0,0) 0,rgba(255,211,0,0) 100%);
  background-position: 0 0;
  background-size: 0;
  background-repeat: no-repeat;
}

.c-tile.mobile-bill-section-wrapper.mobile-bill-section-wrapper--active {
  background-size: 100%;
  background-image: -moz-linear-gradient(top left,rgba(255,113,0,.5) 0,rgba(255,0,0,.5) 50%,rgba(84,0,255,.5) 100%,rgba(78,230,0,0) 50%);
}

.mobile-bill-section-header {
  background-color: #fff;
}

.mobile-bill-section-header__title a {
  padding: 10px;
  color: #222;
  display: table;
  width: 100%;
  height: 100%;
}

.mobile-bill-section-header__title a:active,
.mobile-bill-section-header__title a:focus,
.mobile-bill-section-header__title a:hover {
  text-decoration: none;
}

@media (min-width:40em) {
  .mobile-bill-section-header__title a {
    padding: 10px 25px;
  }
}

.mobile-bill-section-header__text {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.mobile-bill-section-header__total {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  padding-right: 20px;
}

@media (min-width:40em) {
  .mobile-bill-section-header__total {
    padding-right: 50px;
  }
}

.bill-accordion-trigger {
  position: relative;
  -webkit-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

.bill-accordion-trigger.mobile-bill-section-header--active,
.mobile-bill-subsection--active .bill-accordion-trigger {
  background-color: #e8f5ff;
}

.mobile-bill-section-body {
  overflow: hidden;
}

.mobile-bill-section-body--active {
  height: auto;
}

.mobile-bill-section-body--inactive {
  height: 0;
}

.bill-accordion-trigger--mobile-bill-subsection {
  background-color: #f8f8f8;
}

.bill-chevron {
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -.625rem;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease,-webkit-transform .5s ease;
  will-change: transform;
  pointer-events: none;
  cursor: pointer;
}

@media (min-width:40em) {
  .bill-chevron {
    right: 25px;
  }
}

.bill-chevron path {
  fill: #0072c9;
}

.mobile-bill-section-header--active .bill-chevron,
.mobile-bill-subsection--active .bill-chevron {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.c-tile__content--mobile-bill-section-wrapper {
  background-color: #fff;
}

.mobile-bill-subsection {
  border-top: 2px solid #fff;
  overflow: hidden;
}

.mobile-bill-subsection--active .mobile-bill-subsection__items {
  height: auto;
}

.mobile-bill-subsection--inactive .mobile-bill-subsection__items {
  height: 0;
}

.mobile-bill-subsection__title a {
  padding: 10px;
  color: #222;
  display: block;
}

@media (min-width:40em) {
  .mobile-bill-subsection__title a {
    padding: 10px 25px;
  }
}

.mobile-bill-subsection__title a:active,
.mobile-bill-subsection__title a:focus,
.mobile-bill-subsection__title a:hover {
  text-decoration: none;
}

.mobile-bill-subsection__item {
  padding: 10px 25px;
}

.mobile-bill-subsection__item .bill-onboarding-message {
  max-width: 1020px;
  margin: 0 auto;
}

.mobile-bill-subsection__item-title {
  font-weight: 700;
}

.c-table-simple--billing {
  max-width: 1020px;
  margin: 0 auto;
}

.c-table-simple--billing .c-table-simple__row:nth-last-of-type(2) {
  border-width: 3px;
}

.c-table-simple--billing .c-table-simple__row.c-table-simple__row--billing-total {
  border-bottom: 0;
  height: auto;
}

.c-table-simple--billing .table-cell-primary {
  font-weight: 700;
  display: inline-block;
}

@media (min-width:64em) {
  .c-table-simple--billing .table-cell-primary--micro {
    width: 150px;
    padding-right: 10px;
  }
}

.c-table-simple--billing .table-cell-secondary {
  margin: 0;
}

@media (min-width:64em) {
  .c-table-simple--billing .table-cell-secondary--micro,
  .c-table-simple--billing .table-cell-secondary__item {
    display: inline-block;
  }
}

@media (min-width:64em) {
  .c-table-simple--billing .table-cell-secondary__item.table-cell-secondary__item--data-amount,
  .c-table-simple--billing .table-cell-secondary__item.table-cell-secondary__item--date,
  .c-table-simple--billing .table-cell-secondary__item.table-cell-secondary__item--destination-number {
    width: 180px;
    padding-right: 10px;
  }
}

@media (min-width:64em) {
  .c-table-simple--billing .table-cell-secondary__item.table-cell-secondary__item--duration {
    width: 120px;
    padding-right: 10px;
  }
}

@media (min-width:64em) {
  .c-table-simple--billing .table-cell-secondary__item.table-cell-secondary__item--offer {
    padding-left: 10px;
  }
}

.c-table-simple--billing .table-cell-secondary__item:last-of-type {
  width: auto!important;
}

@media (min-width:64em) {
  .voice-row-value {
    position: relative;
    padding-left: 20px;
  }
}

.voice-row-value__amount {
  display: block;
}

@media (min-width:64em) {
  .voice-row-value__amount {
    display: inline-block;
  }
}

.call-direction-icon {
  display: inline-block;
}

@media (min-width:64em) {
  .call-direction-icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.c-link-faux-blue {
  color: #0072c9;
}

.c-table-simple--mobile-bill-summary-breakdown tr {
  border-color: #eaeaea;
}

.c-table-simple--mobile-bill-summary-breakdown tr:nth-last-of-type(2) {
  border-width: 3px;
}

.c-table-simple--mobile-bill-summary-breakdown tr:last-of-type {
  border: 0;
}

.app-bill .hero.hero-mobile-bill {
  padding-top: 25px;
  padding-bottom: 25px;
  max-width: 1200px;
}

@media (min-width:64em) {
  .app-bill .hero.hero-mobile-bill .mobile-bill-period {
    position: relative;
  }
}

@media (min-width:25.9375em) {
  .app-bill .hero.hero-mobile-bill .mobile-bill-period__select {
    display: table;
  }
}

@media (min-width:25.9375em) {
  .app-bill .hero.hero-mobile-bill .mobile-bill-period__select .mobile-bill-period__input,
  .app-bill .hero.hero-mobile-bill .mobile-bill-period__select .mobile-bill-period__label {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width:63.99em) {
  .app-bill .hero.hero-mobile-bill .c-form-label--mobile-billing {
    margin-bottom: 0;
  }
}

@media (min-width:64em) {
  .app-bill .hero.hero-mobile-bill .c-form-label--mobile-billing {
    font-size: 28px;
    font-size: 1.55556rem;
    line-height: 1.21;
  }
}

@media (max-width:63.99em) {
  .app-bill .hero.hero-mobile-bill .c-form-select--mobile-billing {
    margin-bottom: 0;
  }
}

.app-bill .hero.hero-mobile-bill .c-form-select--mobile-billing .c-form-select__dropdown {
  padding: 0 30px 0 8px;
  background-color: transparent;
  border: 0;
}

@media (max-width:25.9375em) {
  .app-bill .hero.hero-mobile-bill .c-form-select--mobile-billing .c-form-select__dropdown {
    padding-left: 0;
  }
}

@media (min-width:64em) {
  .app-bill .hero.hero-mobile-bill .c-form-select--mobile-billing .c-form-select__dropdown {
    font-size: 28px;
    font-size: 1.55556rem;
    line-height: 1.21;
    padding: 0 35px 0 8px;
  }
}

.app-bill .hero.hero-mobile-bill .c-form-select--mobile-billing .c-form-select__dropdown:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.app-bill .hero.hero-mobile-bill .c-form-select--mobile-billing:before {
  display: none;
}

.app-bill .hero.hero-mobile-bill .c-form-select--mobile-billing:after {
  width: 20px;
  height: 20px;
  right: 0;
}

@media (min-width:64em) {
  .app-bill .hero.hero-mobile-bill .c-form-select--mobile-billing:after {
    width: 25px;
    height: 24px;
  }
}

@media (max-width:63.99em) {
  .app-bill .hero.hero-mobile-bill .mobile-bill-period__account-number {
    font-size: 16px;
    font-size: .88889rem;
  }
}

@media (min-width:64em) {
  .app-bill .hero.hero-mobile-bill .mobile-bill-period__account-number {
    position: absolute;
    top: -50px;
    right: 0;
    width: auto;
  }
}

.app-bill .hero.hero-mobile-bill .c-heading-alpha {
  margin-bottom: 0;
}

@media (max-width:63.99em) {
  .app-bill .hero.hero-mobile-bill .c-heading-alpha {
    font-size: 34px;
    font-size: 1.88889rem;
    line-height: 1.18;
    margin-bottom: 8px;
  }
}

.app-bill .c-mobile-payment-container--make-payment .sky-pay {
  min-height: 566px;
}

@media (min-width:40em) {
  .app-bill .c-mobile-payment-container--make-payment .sky-pay {
    min-height: 510px;
  }
}

.app-bill .panel.payment-template {
  margin-left: 0;
}

.app-bill .c-mobile-panel-constrain {
  max-width: 40em;
  margin: 0 auto;
}

.app-bill .c-mobile-payment-container {
  max-width: 30em;
  margin: 0 auto;
}

.app-bill .panel.changedueday-template,
.app-bill .panel.changepayment-template {
  margin-left: 0;
}

.app-bill .day-picker__list {
  max-width: 420px;
  margin: 0 auto;
}

.app-bill .day-picker__day {
  display: inline-block;
  width: 14.28571%;
  text-align: center;
}

.app-bill .day-picker__day--disabled .day-picker__day-inner {
  background-color: #eaeaea;
}

.app-bill .day-picker__day--unselected {
  cursor: pointer;
}

.app-bill .day-picker__day--selected .day-picker__day-inner {
  background-color: #0072c9;
  color: #fff;
}

.app-bill .day-picker__day-outer {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.app-bill .day-picker__day-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 83.33333%;
  height: 83.33333%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 50%;
}

@media (min-width:46.25em) {
  .app-bill .day-picker__day-inner {
    width: 66.66667%;
    height: 66.66667%;
  }
}

.app-bill .day-picker__day-number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.app-bill .show-day-picker-state__day-picker {
  margin: 0 auto;
}

.app-bill .c-form-direct-debit__originator-id {
  padding-bottom: 20px;
  vertical-align: middle;
}

.app-bill .c-form-direct-debit__logo {
  display: inline;
  vertical-align: middle;
}

.app-bill .c-form-direct-debit .c-form-list__item {
  width: 100%;
}

.app-bill .c-form-direct-debit .c-form-checkbox,
.app-bill .c-form-direct-debit .c-form-checkbox__caption {
  margin-bottom: 0!important;
}

.app-bill .c-form-direct-debit [data-field-type=inputBlocks] {
  max-width: 10em;
}

.app-bill .c-form-direct-debit [id=change-payment-direct-debit-form-change-payment-direct-debit-agreement-message] {
  margin-bottom: 20px;
}

.app-bill .c-form-direct-debit .u-color-error {
  color: #ff2744;
}

.app-bill .c-form-direct-debit fieldset {
  margin-bottom: 0;
}

.app-bill .c-form-payment-card .o-container {
  margin: 0;
  padding: 0;
}

.app-bill .payment-result--success p:last-of-type {
  margin-bottom: 40px;
}

.app-tripleplay-bill .tripleplay-bill-container {
  margin-top: 20px;
}

.app-tripleplay-bill .o-table-borderless--bill {
  border-collapse: separate;
}

.app-tripleplay-bill .o-container--bill {
  padding: 0;
}

.app-tripleplay-bill .bill-highlight-section {
  background: #0072c9;
  color: #fff;
}

@media (min-width:46.25em) {
  .app-tripleplay-bill .tripleplay-bill-container {
    background: #fff;
    margin-top: 40px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
    padding: 20px 0;
    overflow: hidden;
  }
}

.app-tripleplay-bill .bill-divider-thick {
  border: none;
  border-bottom: 2px solid #000;
}

.app-tripleplay-bill .tripleplay-bill-link-block {
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-width: 14em;
  column-width: 14em;
}

.app-tripleplay-bill .tripleplay-bill-link-block .c-link-external {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 14em;
  padding-right: 30px;
  margin-bottom: 10px;
}

.app-tripleplay-bill .tripleplay-bill-link-block .c-link-external:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -.5em;
}

.app-tripleplay-bill .u-vertical-align-text-center {
  vertical-align: middle;
}

.app-tripleplay-bill .u-vertical-align-text-text-top {
  vertical-align: text-top;
}

.app-tripleplay-bill .u-break-word {
  word-wrap: break-word;
}

.app-tripleplay-bill .u-floating-symbol-container {
  position: relative;
  padding-left: 40px;
}

.app-tripleplay-bill .u-floating-symbol-partition {
  width: 40px;
  height: 100%;
  position: absolute;
  left: -10px;
}

.app-tripleplay-bill .multiple-account-edit-alias .c-form-list__item {
  max-width: 20em;
}

.app-tripleplay-bill .multi-line {
  white-space: pre-line;
}

.app-tripleplay-bill .override-list-number {
  float: left;
  margin-left: -30px;
  font-size: 12px;
  padding-right: 10px;
  padding-top: 5px;
  font-weight: 700;
}

@media (max-width:46.24em) {
  .app-tripleplay-bill .bill-overlay\@small {
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.app-tripleplay-bill .bill-overlay--ios-hack {
  -webkit-overflow-scrolling: auto;
}

.app-tripleplay-bill .bill-overlay-header {
  margin-top: -10px;
}

.app-tripleplay-bill .overlay-close {
  color: #0072c9;
}

.app-tripleplay-bill .overlay-close .close-icon {
  font-size: 30px;
}

.app-tripleplay-bill .overlay-close:hover {
  text-decoration: none;
}

@media (min-width:46.25em) {
  .app-tripleplay-bill .overlay-close--mobile {
    display: none;
  }
}

.app-tripleplay-bill .overlay-close--desktop {
  display: block;
  margin-bottom: 20px;
}

@media (max-width:46.24em) {
  .app-tripleplay-bill .overlay-close--desktop {
    display: none;
  }
}

.app-tripleplay-bill .bill-myaccount-embed-iframe {
  width: 100%;
  min-height: 800px;
}

.app-tripleplay-bill .c-bill-text {
  font-size: 20px;
}

@media (max-width:46.24em) {
  .app-tripleplay-bill .c-bill-text {
    font-size: 18px;
  }
}

.app-tripleplay-bill .c-bill-text-small {
  font-size: 18px;
}

@media (max-width:46.24em) {
  .app-tripleplay-bill .c-bill-text-small {
    font-size: 16px;
  }
}

.app-tripleplay-bill .u-hide-skypay {
  height: 0;
  display: block;
  overflow: hidden;
}

.app-tripleplay-bill .tripleplay-bill-selection>a {
  display: block;
  border-bottom: 1px solid silver;
  color: #0072c9;
  -webkit-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s;
}

.app-tripleplay-bill .tripleplay-bill-selection>a:focus,
.app-tripleplay-bill .tripleplay-bill-selection>a:hover {
  text-decoration: none;
  background: rgba(115,173,216,.2);
  font-weight: 700;
}

.app-tripleplay-bill .tripleplay-bill-selection>a:last-child {
  border-bottom: none;
}

.app-tripleplay-bill .tripleplay-bill-line-items .tripleplay-bill-section-wrapper {
  border-bottom: 1px solid silver;
}

.app-tripleplay-bill .tripleplay-bill-line-items .tripleplay-bill-section-wrapper:last-of-type {
  border-bottom: none;
}

.app-tripleplay-bill .tripleplay-bill-line-items>.tripleplay-bill-section-wrapper--active>.tripleplay-bill-section-header--active {
  position: relative;
}

.app-tripleplay-bill .tripleplay-bill-line-items>.tripleplay-bill-section-wrapper--active>.tripleplay-bill-section-header--active:before {
  width: 10px;
  content: "\A0";
  position: absolute;
  background: #0072c9;
  left: -20px;
  -webkit-transform: translateY(.3rem);
  -ms-transform: translateY(.3rem);
  transform: translateY(.3rem);
  line-height: .9;
}

.app-tripleplay-bill .tripleplay-bill-section-wrapper {
  border: 0;
  padding: 10px 0;
  background-position: 0 0;
  background-size: 0;
  background-repeat: no-repeat;
}

.app-tripleplay-bill .tripleplay-bill-section-wrapper .tripleplay-bill-section-wrapper--active {
  background-size: 100%;
}

.app-tripleplay-bill .tripleplay-bill-section-header__title a {
  display: table;
  width: 100%;
  height: 100%;
  color: #0072c9;
}

.app-tripleplay-bill .tripleplay-bill-section-header__title a:active,
.app-tripleplay-bill .tripleplay-bill-section-header__title a:focus,
.app-tripleplay-bill .tripleplay-bill-section-header__title a:hover {
  text-decoration: none;
}

.app-tripleplay-bill .tripleplay-bill-section-header__title a:focus .tripleplay-bill-section-header__text {
  text-decoration: underline;
}

.app-tripleplay-bill .tripleplay-bill-section-header__text {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.app-tripleplay-bill .tripleplay-bill-section-header--active {
  font-weight: 700;
}

.app-tripleplay-bill .tripleplay-bill-section-header--active .bill-chevron {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.app-tripleplay-bill .tripleplay-bill-section-header__total {
  display: table-cell;
  text-align: right;
  vertical-align: top;
  padding-right: 20px;
  color: #000;
}

.app-tripleplay-bill .bill-accordion-trigger {
  position: relative;
}

.app-tripleplay-bill .tripleplay-bill-section-body {
  overflow: hidden;
}

.app-tripleplay-bill .tripleplay-bill-section-body--inactive {
  display: none;
}

.app-tripleplay-bill .bill-chevron {
  height: .8rem;
  width: .8rem;
  margin-top: -.4rem;
  right: 0;
  top: 12px;
}

.app-tripleplay-bill .c-table-simple--billing .c-table-simple__row:last-of-type {
  border-width: 0;
}

.app-tripleplay-bill .c-table-simple--billing .c-table-simple__row:nth-last-of-type(2) {
  border-width: 1px;
}

.app-tripleplay-bill .c-table-simple--billing .c-table-simple__cell {
  padding: 10px;
}

.app-tripleplay-bill .c-table-simple--billing .tripleplay-bill-including-discount {
  color: #0072c9;
}

.app-tripleplay-bill .c-table-simple--billing .tripleplay-bill-date-description {
  color: #707070;
}

.app-tripleplay-bill .bill-parked-charges {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
}

.app-tripleplay-bill .previous-bill-summary {
  color: #ff2744;
}

.app-tripleplay-bill .bill-total-cell {
  white-space: nowrap;
}

.app-tripleplay-bill .bill-list-style {
  list-style-type: disc;
  padding-left: 30px;
}

.app-tripleplay-bill .bill-tabs .c-tabs {
  color: #000;
}

.app-tripleplay-bill .bill-tabs .c-tabs .c-tabs__link {
  color: #0072c9;
}

.app-tripleplay-bill .bill-tabs .c-tabs .c-tabs__link :after {
  left: -2px;
  right: -2px;
  border-bottom: #707070;
}

.app-tripleplay-bill .bill-tabs .c-tabs .c-tabs__link.is-active {
  color: #000;
}

@media (min-width:46.25em) {
  .app-tripleplay-bill .bill-tabs .c-tabs__item {
    margin-right: 40px;
  }
}

.app-tripleplay-bill .bill-tabs .c-tabs__item:last-of-type {
  margin-right: none;
}

.app-tripleplay-bill .bill-tabs .c-tabs__item:first-child {
  margin-left: none;
}

.app-tripleplay-bill .sms-message {
  min-height: 52px;
}

.app-tripleplay-bill .facebook-message a,
.app-tripleplay-bill .facebook-message button,
.app-tripleplay-bill .sms-message a,
.app-tripleplay-bill .sms-message button {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.app-tripleplay-bill .callout-text ol {
  padding-left: 30px;
}

.app-tripleplay-bill .c-bill-pdf-link .c-spinner {
  font-size: inherit;
}

.app-tripleplay-bill .card-verification-logo {
  max-height: 60px;
  display: inline-block;
}

.app-tripleplay-bill .c-switch {
  vertical-align: middle;
}

.app-tripleplay-bill .current_payment_details {
  border-radius: .75em;
  background-color: #0072c9;
  color: #fff;
  display: block;
  position: relative;
}

.app-tripleplay-bill .current_payment_details .payment-detail-cell {
  width: 12em;
}

@media (max-width:46.24em) {
  .app-tripleplay-bill .current_payment_details .payment-detail-cell {
    width: auto;
  }
}

.app-tripleplay-bill .current_payment_details .payment-detail-cell-small {
  width: auto;
}

.app-tripleplay-bill .c-form-direct-debit .field-required abbr.c-form-required {
  display: none;
}

.app-tripleplay-bill .c-form-direct-debit .direct-debit-logo-wrapper {
  float: right;
  padding-left: 20px;
  text-align: right;
}

.app-tripleplay-bill .change_payment_method_success .future-payment-date-cell {
  width: 5em;
}

.app-tripleplay-bill .panel.changedueday-template {
  margin-left: 0;
}

.app-tripleplay-bill .day-picker__list {
  max-width: 420px;
  margin: 0 auto;
}

.app-tripleplay-bill .day-picker__day {
  display: inline-block;
  width: 14.28571%;
  text-align: center;
}

.app-tripleplay-bill .day-picker__day--disabled .day-picker__day-inner {
  background-color: #eaeaea;
}

.app-tripleplay-bill .day-picker__day--unselected {
  cursor: pointer;
}

.app-tripleplay-bill .day-picker__day--selected .day-picker__day-inner {
  background-color: #0072c9;
  color: #fff;
}

.app-tripleplay-bill .day-picker__day-outer {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.app-tripleplay-bill .day-picker__day-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 83.33333%;
  height: 83.33333%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 50%;
}

@media (min-width:46.25em) {
  .app-tripleplay-bill .day-picker__day-inner {
    width: 66.66667%;
    height: 66.66667%;
  }
}

.app-tripleplay-bill .day-picker__day-number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.app-tripleplay-bill .show-day-picker-state__day-picker {
  margin: 0 auto;
}

.app-tripleplay-bill .cpdd-table-payment-date-initial {
  border-collapse: separate;
  border-spacing: 20px 30px;
}

.app-tripleplay-bill .cpdd-table-payment-date-initial .cpdd-text-cell {
  vertical-align: text-top;
}

.app-tripleplay-bill .cpdd-table-payment-date-initial .cppd-info-icon {
  height: 1.5em;
}

.app-tripleplay-bill .cpdd-container {
  margin-left: 40px;
  margin-right: 40px;
}

@media (max-width:46.24em) {
  .app-tripleplay-bill .cpdd-container {
    margin-left: 20px;
  }
}

@media (min-width:46.25em) {
  .app-tripleplay-bill .cpdd-confirm-button-container {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.app-tripleplay-bill .cpdd-future-bill-dates {
  width: 25%;
}

.app-tripleplay-bill .cpdd-future-bill-table {
  max-width: 400px;
  margin: 0 auto;
}

.app-tripleplay-bill .cpdd-tell-me-why-link {
  color: #fff;
}

.app-tripleplay-bill .cpdd-tell-me-why-tooltip {
  color: #000;
}

.app-tripleplay-bill .itemised-calls-table .basic-data-row {
  cursor: pointer;
}

.app-tripleplay-bill .itemised-calls-table .extra-data-header {
  width: 80px;
}

.app-tripleplay-bill .itemised-calls-table .chevron-container {
  position: relative;
}

.app-tripleplay-bill .itemised-calls-table .chevron-container .bill-chevron {
  top: 50%;
}

.app-tripleplay-bill .itemised-calls-table .u-hide-by-default {
  display: none;
}

.app-tripleplay-bill .itemised-calls-table thead {
  display: table-row-group;
}

.app-tripleplay-bill .itemised-calls-table tr {
  page-break-inside: avoid;
}

.app-tripleplay-bill .itemised-call-list-filters .c-form-list__item {
  max-width: 100%;
}

.app-tripleplay-bill .itemised-call-type-filters {
  -webkit-columns: 2 150px;
  columns: 2 150px;
}

.app-tripleplay-bill .itemised-call-type-filters li.c-form-list__item {
  max-width: 150px;
}

@media screen {
  .app-tripleplay-bill .itemised-calls-table .truncate-text {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 120px;
  }

  .app-tripleplay-bill .itemised-calls-table .active .basic-data-row {
    border-bottom: none;
  }

  .app-tripleplay-bill .itemised-calls-table .active .bill-chevron {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .app-tripleplay-bill .itemised-sort-header .bill-chevron {
    position: static;
    vertical-align: text-bottom;
    display: inline;
    margin-left: .5em;
  }

  .app-tripleplay-bill .itemised-sort-header--reversed .bill-chevron {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media screen and (max-width:1020px) {
  .app-tripleplay-bill .itemised-calls-table .hide-narrow-desktop {
    display: none;
  }

  .app-tripleplay-bill .itemised-calls-table .show-narrow-desktop {
    display: table-row;
  }
}

@media screen and (max-width:420px) {
  .app-tripleplay-bill .itemised-calls-table .hide-narrow-mobile {
    display: none;
  }

  .app-tripleplay-bill .itemised-calls-table .show-narrow-mobile {
    display: table-row;
  }
}

.app-tripleplay-bill .c-reinstate-action-list li {
  width: 320px;
  margin: 0 auto;
}

.app-tripleplay-bill .c-reinstate-action-list .c-reinstate-info-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  margin-right: 20px;
  fill: #0072c9;
}

.app-tripleplay-bill .c-reinstate-action-list .c-reinstate-info-text {
  vertical-align: middle;
  display: inline-block;
  width: 252px;
}

body.bill .bill-notification {
  background: #0072c9 -webkit-gradient(linear,left top,left bottom,from(#0072c2),to(#00aae4));
  background: #0072c9 -webkit-linear-gradient(#0072c2,#00aae4);
  background: #0072c9 -o-linear-gradient(#0072c2,#00aae4);
  background: #0072c9 linear-gradient(#0072c2,#00aae4);
  color: #fff;
  -webkit-box-shadow: inset 0 7px 9px -7px rgba(0,0,0,.9);
  box-shadow: inset 0 7px 9px -7px rgba(0,0,0,.9);
}

body.bill .bill-notification .c-btn--secondary-invert {
  color: #0072c9;
  background: #fff;
  min-width: 120px;
  font-weight: 700;
}

body.bill .bill-notification .c-btn--secondary-invert:active,
body.bill .bill-notification .c-btn--secondary-invert:hover {
  background: transparent;
  color: #fff;
}

body.bill .bill-notification .c-btn--secondary-invert:focus {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.75);
  box-shadow: 0 0 5px rgba(0,0,0,.75);
}

body.bill .bill-notification--severe {
  background: #c41f47 -webkit-gradient(linear,left top,left bottom,from(#ac2243),to(#c90c3b));
  background: #c41f47 -webkit-linear-gradient(#ac2243,#c90c3b);
  background: #c41f47 -o-linear-gradient(#ac2243,#c90c3b);
  background: #c41f47 linear-gradient(#ac2243,#c90c3b);
}

body.bill .bill-notification--severe .c-btn--secondary-invert {
  color: #c41f47;
}

body.bill .u-visible-print {
  display: none;
}

@media print {
  body.bill {
    background: #fff;
  }

  body.bill .u-visible-print {
    display: inline;
  }

  body.bill .u-hidden-print {
    display: none;
  }

  body.bill .bill-notification,
  body.bill .c-tabs__header,
  body.bill .mast-c-footer,
  body.bill .polaris-masthead,
  body.bill .tabbed-content .tabs {
    display: none;
    height: 0;
  }

  body.bill .app-tripleplay-bill .sky-logo-print-wrapper {
    text-align: left;
    float: left;
  }

  body.bill .app-tripleplay-bill .t-bill-summary-heading,
  body.bill .app-tripleplay-bill .t-bill-summary-uan-number {
    padding-left: 1rem;
    text-align: left;
  }

  body.bill .app-tripleplay-bill .account-details-list {
    text-align: left;
    float: right;
  }

  body.bill .app-tripleplay-bill .account-details-list :first-child {
    margin-bottom: 1rem;
  }

  body.bill .polaris-main,
  body.bill .tripleplay-bill-container {
    width: 100%!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  body.bill .app-tripleplay-bill,
  body.bill .app-tripleplay-bill .c-tabs {
    margin-bottom: 0!important;
  }

  body.bill .tripleplay-bill-section-body {
    padding-left: 0!important;
  }

  body.bill .tripleplay-bill-section-body--inactive {
    display: block;
    height: auto;
    page-break-inside: avoid;
  }

  body.bill .tripleplay-bill-section-header__title {
    font-weight: 700;
  }

  body.bill .tripleplay-bill-section-header__title a {
    color: #000;
  }

  body.bill .bill-highlight-section {
    background: #fff;
    color: #000;
  }

  body.bill .bill-overlay\@small,
  body.bill html.bill-overlay--active {
    overflow-y: visible;
  }
}

@media (max-width:46.24em) {
  body.bill {
    background: #fff;
  }
}

@media (max-width:46.24em) {
  html.bill-overlay--active {
    overflow-y: hidden;
  }
}

.s-organism .s-molecule .c-burger .c-burger__links-toggle {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  color: #4a4a4a;
}

.s-organism .s-molecule .c-burger .c-burger__links-toggle-path {
  height: 3px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: currentColor;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.s-organism .s-molecule .c-burger .c-burger__links-toggle--cross .c-burger__links-toggle-path:first-child {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.s-organism .s-molecule .c-burger .c-burger__links-toggle--cross .c-burger__links-toggle-path:nth-child(2) {
  opacity: 0;
  -webkit-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
}

.s-organism .s-molecule .c-burger .c-burger__links-toggle--cross .c-burger__links-toggle-path:last-child {
  -webkit-transform: translateY(50%) rotate(-45deg);
  -ms-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
}

.s-organism .s-molecule .c-navigation {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width:46.24em) {
  .s-organism .s-molecule .c-navigation {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-out;
    -o-transition: max-height .5s ease-out;
    transition: max-height .5s ease-out;
  }
}

.s-organism .s-molecule .c-navigation .c-navigation__list {
  margin: 0;
  margin-bottom: 6.66667px;
  margin-top: 6.66667px;
  list-style-type: none;
  padding: 0;
}

.s-organism .s-molecule .c-navigation .c-navigation__list-item {
  display: inline;
  margin-right: 30px;
}

@media (max-width:46.24em) {
  .s-organism .s-molecule .c-navigation .c-navigation__list-item {
    display: block;
    margin-right: 0;
  }
}

.s-organism .s-molecule .c-navigation .c-navigation__list-item:last-child {
  margin-right: 0;
}

.s-organism .s-molecule .c-navigation .c-navigation__list .c-navigation__link {
  display: inline-block;
  color: #4a4a4a;
}

.s-organism .s-molecule .c-navigation .c-navigation__link.c-navigation__link--selected {
  font-weight: 700;
}

.s-organism .s-molecule .c-navigation .c-navigation__horizontal-separator {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width:46.24em) {
  .s-organism .s-molecule .c-navigation.is-open {
    max-height: 500px;
    -webkit-transition: max-height 1s ease-in;
    -o-transition: max-height 1s ease-in;
    transition: max-height 1s ease-in;
  }
}

.s-organism .c-header-navigation {
  margin: auto;
  text-align: center;
}

.s-organism .c-header-navigation__bar .c-header-navigation__burger {
  position: absolute;
  top: 12px;
  left: 15px;
}

.s-organism .c-header-navigation__logo {
  display: block;
  margin-bottom: 13.33333px;
  margin-top: 13.33333px;
}

@media (max-width:46.24em) {
  .s-organism .c-header-navigation__logo {
    margin-bottom: 9.09091px;
    margin-top: 9.09091px;
  }
}

.s-organism .c-header-navigation__logo-img {
  height: 70px;
}

@media (max-width:46.24em) {
  .s-organism .c-header-navigation__logo-img {
    height: 42px;
  }
}

.prospect-layout .c-channel-logo {
  width: 146px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  image-rendering: -webkit-optimize-contrast;
}

.prospect-layout .s-molecule .c-whiteworld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 47.3vw;
  width: 100%;
  padding: 6vh 8vh;
}

@media (max-width:46.24em) {
  .prospect-layout .s-molecule .c-whiteworld {
    padding: 6vh;
  }
}

.prospect-layout .s-molecule .c-whiteworld .o-container--full {
  width: 100%;
}

.prospect-layout .s-molecule .c-whiteworld .u-content-middle {
  vertical-align: middle;
}

.prospect-layout .s-molecule .c-whiteworld .c-whiteworld-media__image {
  width: 50vw;
}

.prospect-layout .s-molecule .c-whiteworld .c-whiteworld__text {
  text-align: center;
}

@media (min-width:46.25em) {
  .prospect-layout .s-molecule .c-whiteworld .c-whiteworld__text {
    text-align: left;
  }
}

@media (max-width:46.24em) {
  .prospect-layout .s-molecule .c-whiteworld .c-whiteworld-hide\@medium {
    display: none!important;
  }
}

@media (min-width:46.25em) {
  .prospect-layout .s-molecule .c-whiteworld .c-whiteworld-show\@medium {
    display: none!important;
  }
}

.prospect-layout .layout {
  width: 100%;
}

.prospect-layout .layout__tiles {
  padding: 10vh 0;
}

.prospect-layout .layout__tiles .c-tile__container {
  margin-top: 0;
}

.prospect-layout .c-prospect-hero .c-hero {
  min-height: 0;
}

.prospect-layout .c-prospect-hero .c-hero__background-image {
  height: 47.3vw;
}

.prospect-layout .c-prospect-hero .c-hero__caption {
  padding: 4% 6%;
  text-shadow: none;
}

.prospect-layout .c-prospect-hero .gradient .c-hero__caption {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");
  background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,rgba(0,0,0,.5)));
  background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.5) 50%);
  background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.5) 50%);
  background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.5) 50%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=0);
  background-position-y: -1px;
}

.prospect-layout .c-prospect-hero .c-channel-logo {
  height: 30px;
  width: 100px;
}

@media (min-width:46.25em) {
  .prospect-layout .c-prospect-hero .c-channel-logo {
    height: 44px;
    width: 146px;
  }
}

@media (max-width:46.24em) {
  .prospect-layout .c-prospect-hero .c-heading-delta {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important;
  }
}

.prospect-layout .c-prospect-hero .c-hero--light {
  color: #fff;
}

.prospect-layout .c-prospect-hero .c-hero--dark {
  color: #000;
}

.prospect-layout .c-prospect-hero .c-hero__link .c-heading-alpha {
  font-size: 25px;
  font-size: 1.38889rem;
  line-height: 1.24;
}

@media (min-width:46.25em) {
  .prospect-layout .c-prospect-hero .c-hero__link .c-heading-alpha {
    font-size: 50px;
    font-size: 2.77778rem;
    line-height: 1.12;
  }
}

.prospect-layout .c-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prospect-layout .c-slider .c-slider-background {
  min-height: 1px;
  width: 100%;
}

.prospect-layout .c-slider .c-slider-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 120px;
  margin-bottom: 120px;
  position: relative;
}

@media (max-width:46.24em) {
  .prospect-layout .c-slider .c-slider-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.prospect-layout .c-slider .c-slider-slides {
  width: 73%;
  position: absolute;
  top: 3%;
  left: 13.5%;
  text-align: left;
}

.prospect-layout .c-slider .c-slider-image {
  width: 100%;
}

.prospect-layout .c-slider .c-slider-slide-content {
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");
  background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,rgba(0,0,0,.5)));
  background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.5) 50%);
  background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.5) 50%);
  background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.5) 50%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=0);
  text-decoration: none;
}

.prospect-layout .c-slider .c-slider-slide-content:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

@media (max-width:61.24em) {
  .prospect-layout .c-slider .c-slider-slide-content {
    padding: 10px;
  }
}

.prospect-layout .c-slider .c-slider-slide-content .c-slider-heading {
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1;
  width: 75%;
  font-weight: 600;
}

@media (max-width:26.24em) {
  .prospect-layout .c-slider .c-slider-slide-content .c-slider-heading {
    font-size: .6rem;
  }
}

.prospect-layout .c-slider .c-slider-slide-content .c-slider-paragraph {
  display: none;
  margin-bottom: 0;
  font-size: .8rem;
}

@media (min-width:46.25em) {
  .prospect-layout .c-slider .c-slider-slide-content .c-slider-paragraph {
    display: block;
  }
}

.prospect-layout .c-slider .c-slider-slide-content .c-logo-image {
  max-height: 15px;
  max-width: 100%;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media (max-width:61.24em) {
  .prospect-layout .c-slider .c-slider-slide-content .c-logo-image {
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width:26.24em) {
  .prospect-layout .c-slider .c-slider-slide-content .c-logo-image {
    max-width: 40px;
    max-height: 11px;
  }
}

.prospect-layout .c-slider .c-slider-slide {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
}

@-webkit-keyframes Slide0Anim {
  0% {
    opacity: 0;
    z-index: 1;
  }

  10%, 23% {
    opacity: 1;
    z-index: 5;
  }

  33%, to {
    opacity: 0;
    z-index: 1;
  }
}

@-webkit-keyframes Slide1Anim {
  0%, 33% {
    opacity: 0;
    z-index: 2;
  }

  43%, 56% {
    opacity: 1;
    z-index: 5;
  }

  66%, to {
    opacity: 0;
    z-index: 2;
  }
}

@-webkit-keyframes Slide2Anim {
  0%, 66% {
    opacity: 0;
    z-index: 3;
  }

  76%, 89% {
    opacity: 1;
    z-index: 5;
  }

  99%, to {
    opacity: 0;
    z-index: 3;
  }
}

.prospect-layout .c-slider .c-slide-0 {
  -webkit-animation-name: Slide0Anim;
  animation-name: Slide0Anim;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 7.5s;
  animation-duration: 7.5s;
}

.prospect-layout .c-slider .c-slide-1 {
  -webkit-animation-name: Slide1Anim;
  animation-name: Slide1Anim;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 7.5s;
  animation-duration: 7.5s;
}

.prospect-layout .c-slider .c-slide-2 {
  -webkit-animation-name: Slide2Anim;
  animation-name: Slide2Anim;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 7.5s;
  animation-duration: 7.5s;
}

.prospect-layout .c-billboard .c-hero__background-image {
  height: 47.3vw;
}

.prospect-layout .c-billboard .c-hero {
  min-height: 0;
}

.prospect-layout .c-billboard .c-hero:before {
  z-index: 10;
}

.prospect-layout .c-billboard canvas {
  width: 100%;
  height: 100%;
}

.prospect-layout .c-billboard .c-hero__caption {
  padding: 4% 6%;
}

.prospect-layout .c-billboard .gradient .c-hero__caption {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");
  background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,rgba(0,0,0,.5)));
  background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.5) 50%);
  background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.5) 50%);
  background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.5) 50%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=0);
}

.prospect-layout .c-billboard .c-channel-logo {
  height: 30px;
  width: 100px;
}

@media (min-width:46.25em) {
  .prospect-layout .c-billboard .c-channel-logo {
    height: 44px;
    width: 146px;
  }
}

@media (max-width:46.24em) {
  .prospect-layout .c-billboard .c-heading-delta {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important;
  }
}

.prospect-layout .c-billboard .c-hero__link .c-heading-alpha {
  font-size: 25px;
  font-size: 1.38889rem;
  line-height: 1.24;
}

@media (min-width:46.25em) {
  .prospect-layout .c-billboard .c-hero__link .c-heading-alpha {
    font-size: 50px;
    font-size: 2.77778rem;
    line-height: 1.12;
  }
}

.prospect-layout .c-billboard .c-hero--light {
  color: #fff;
}

.prospect-layout .c-billboard .c-hero--dark {
  color: #000;
}

.s-molecule .c-list-item__article .c-list-item__date {
  color: #9f9f9f;
}

.s-molecule .c-list-item__article .c-list-item__link {
  color: #4a4a4a;
}

.c-picture-frame .c-tile__poster {
  position: static;
}

.c-picture-frame .c-tile__link-container {
  color: #fff;
}

.c-picture-frame .c-tile__cover-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  color: #fff;
  background: rgba(0,0,0,.5);
}

.c-picture-frame .c-tile__body {
  padding: 0;
}

.c-picture-frame .c-tile__title {
  font-size: 34px;
  margin-bottom: .4em;
}

@media (max-width:46.24em) {
  .c-picture-frame .c-tile__title {
    font-size: 28px;
  }
}

@media (max-width:26.24em) {
  .c-picture-frame .c-tile__title {
    font-size: 22px;
  }
}

.c-picture-frame .c-tile__details {
  font-size: 22px;
  margin-bottom: .3em;
}

@media (max-width:46.24em) {
  .c-picture-frame .c-tile__details {
    display: none!important;
  }
}

.app-bigger-picture .app-bigger-picture-home .c-whiteworld .c-whiteworld__lead {
  max-width: 80%;
}

.app-bigger-picture .app-bigger-picture-seeing-bp .intro-text {
  margin: 40px auto;
  display: block;
  text-align: center;
}

.app-bigger-picture-article {
  margin: 0 auto;
}

.app-bigger-picture-article .c-image-text-article__content img {
  max-width: 100%;
  height: auto!important;
}

.polaris.blackjack .polaris-main {
  margin-bottom: 0;
  padding-bottom: 0;
}

.app-blackjack .o-container--wide {
  max-width: 1260px;
  padding-right: 20px;
  padding-left: 20px;
}

.app-blackjack .o-flag {
  display: table;
  width: 100%;
}

.app-blackjack .o-flag__body,
.app-blackjack .o-flag__img {
  display: table-cell;
  vertical-align: middle;
}

.o-flag--top .app-blackjack .o-flag__body,
.o-flag--top .app-blackjack .o-flag__img {
  vertical-align: top;
}

.o-flag--bottom .app-blackjack .o-flag__body,
.o-flag--bottom .app-blackjack .o-flag__img {
  vertical-align: bottom;
}

.app-blackjack .o-flag__img {
  padding-right: 20px;
}

.app-blackjack .o-flag__img>img {
  display: block;
  max-width: none;
}

.o-flag--rev .app-blackjack .o-flag__img {
  padding-right: 0;
  padding-left: 20px;
}

.app-blackjack .o-flag__body {
  width: 100%;
}

.app-blackjack .o-guide-layout {
  position: relative;
  display: block;
}

.app-blackjack .o-guide-layout__side {
  position: relative;
  display: block;
  z-index: 50;
  overflow: visible;
}

@media (min-width:46.25em) {
  .app-blackjack .o-guide-layout__side {
    position: absolute;
    width: 12em;
  }
}

.app-blackjack .o-guide-layout__side.is-fixed {
  position: relative;
}

@media (min-width:46.25em) {
  .app-blackjack .o-guide-layout__side.is-fixed {
    position: fixed;
    top: 0;
    bottom: 90px;
  }
}

.app-blackjack .o-guide-layout__main {
  position: relative;
  display: block;
  z-index: 1;
  padding-top: 20px;
  min-height: 40em;
}

@media (min-width:46.25em) {
  .app-blackjack .o-guide-layout__main {
    padding-left: calc(12em + 40px);
  }
}

.app-blackjack .o-layout--principles {
  margin-bottom: 40px;
}

@media (min-width:61.25em) {
  .app-blackjack .o-layout--principles {
    margin-bottom: 10px;
  }
}

.app-blackjack .c-aside {
  background: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  padding: 20px;
}

@media (min-width:46.25em) {
  .o-guide-layout__side.is-fixed .app-blackjack .c-aside {
    height: calc(100vh - 100px);
    overflow: scroll;
  }
}

.app-blackjack .c-contributor .c-contributor__img {
  width: 50px;
  border-radius: 50px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  -o-transition: transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease,-webkit-transform .25s ease;
}

.app-blackjack .c-contributor:hover .c-contributor__img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.app-blackjack .c-header {
  display: block;
  position: relative;
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  z-index: 100;
}

.app-blackjack .c-header__title {
  font-size: 28px;
  font-size: 1.55556rem;
  line-height: 1.21;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #4a4a4a;
}

.app-blackjack .c-header__title:focus,
.app-blackjack .c-header__title:hover {
  color: #0072c9;
  text-decoration: none;
}

@media (min-width:46.25em) {
  .app-blackjack .c-header__title {
    font-size: 34px;
    font-size: 1.88889rem;
    line-height: 1.18;
  }
}

.app-blackjack .c-header__title--blackjack {
  color: #000;
  font-weight: 700;
}

.app-blackjack .c-header__logo {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 35px;
  background-image: url("data:image/jpeg;base64,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dEJvdHRvbWxvbmcAAAAAAAAADGNyb3BSZWN0TGVmdGxvbmcAAAAAAAAADWNyb3BSZWN0UmlnaHRsb25nAAAAAAAAAAtjcm9wUmVjdFRvcGxvbmcAAAAAADhCSU0D7QAAAAAAEABIAAAAAQACAEgAAAABAAI4QklNBCYAAAAAAA4AAAAAAAAAAAAAP4AAADhCSU0EDQAAAAAABAAAAHg4QklNBBkAAAAAAAQAAAAeOEJJTQPzAAAAAAAJAAAAAAAAAAABADhCSU0nEAAAAAAACgABAAAAAAAAAAI4QklNA/UAAAAAAEgAL2ZmAAEAbGZmAAYAAAAAAAEAL2ZmAAEAoZmaAAYAAAAAAAEAMgAAAAEAWgAAAAYAAAAAAAEANQAAAAEALQAAAAYAAAAAAAE4QklNA/gAAAAAAHAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAOEJJTQQAAAAAAAACAAE4QklNBAIAAAAAAAYAAAAAAAA4QklNBDAAAAAAAAMBAQEAOEJJTQQtAAAAAAAGAAEAAAAEOEJJTQQIAAAAAAAQAAAAAQAAAkAAAAJAAAAAADhCSU0EHgAAAAAABAAAAAA4QklNBBoAAAAAA0kAAAAGAAAAAAAAAAAAAAA/AAAAZAAAAAoAVQBuAHQAaQB0AGwAZQBkAC0AMQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAZAAAAD8AAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAQAAAAAAAG51bGwAAAACAAAABmJvdW5kc09iamMAAAABAAAAAAAAUmN0MQAAAAQAAAAAVG9wIGxvbmcAAAAAAAAAAExlZnRsb25nAAAAAAAAAABCdG9tbG9uZwAAAD8AAAAAUmdodGxvbmcAAABkAAAABnNsaWNlc1ZsTHMAAAABT2JqYwAAAAEAAAAAAAVzbGljZQAAABIAAAAHc2xpY2VJRGxvbmcAAAAAAAAAB2dyb3VwSURsb25nAAAAAAAAAAZvcmlnaW5lbnVtAAAADEVTbGljZU9yaWdpbgAAAA1hdXRv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L1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDE2LTEwLTA2VDA5OjMxOjU0KzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE2LTEwLTA2VDA5OjMxOjU0KzAxOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxNi0xMC0wNlQwOTozMTo1NCswMTowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpjYmRiOWUzYy00MGRlLTQyNTUtYTZmOC01YjllMmVlNTUyYjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ZDdmMjdiYjItMGMxNS00YWQ2LTkxMTktMGRlY2JhNTljNzM4IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZDdmMjdiYjItMGMxNS00YWQ2LTkxMTktMGRlY2JhNTljNzM4IiBkYzpmb3JtYXQ9ImltYWdlL2pwZWciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJEaXNwbGF5Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkN2YyN2JiMi0wYzE1LTRhZDYtOTExOS0wZGVjYmE1OWM3MzgiIHN0RXZ0OndoZW49IjIwMTYtMTAtMDZUMDk6MzE6NTQrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAoTWFjaW50b3NoKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6Y2JkYjllM2MtNDBkZS00MjU1LWE2ZjgtNWI5ZTJlZTU1MmI1IiBzdEV2dDp3aGVuPSIyMDE2LTEwLTA2VDA5OjMxOjU0KzAxOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDw/eHBhY2tldCBlbmQ9InciPz7/4gz4SUNDX1BST0ZJTEUAAQEAAAzoYXBwbAIQAABtbnRyUkdCIFhZWiAH4AAIAAsACQAPACFhY3NwQVBQTAAAAABBUFBMAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLWFwcGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABFkZXNjAAABUAAAAGJkc2NtAAABtAAAAc5jcHJ0AAADhAAAACN3dHB0AAADqAAAABRyWFlaAAADvAAAABRnWFlaAAAD0AAAABRiWFlaAAAD5AAAABRyVFJDAAAD+AAACAxhYXJnAAAMBAAAACB2Y2d0AAAMJAAAADBuZGluAAAMVAAAAD5jaGFkAAAMlAAAACxtbW9kAAAMwAAAAChiVFJDAAAD+AAACAxnVFJDAAAD+AAACAxhYWJnAAAMBAAAACBhYWdnAAAMBAAAACBkZXNjAAAAAAAAAAhEaXNwbGF5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbWx1YwAAAAAAAAAiAAAA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");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width:46.25em) {
  .app-blackjack .c-header__logo {
    width: 70px;
    height: 40px;
  }
}

.app-blackjack .c-hero--blackjack-intro {
  background-color: #197bc9;
  background-image: -webkit-linear-gradient(top,#135fa0 0,#197bc9 100%);
  background-image: -o-linear-gradient(top,#135fa0 0,#197bc9 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#135fa0),to(#197bc9));
  background-image: linear-gradient(to bottom,#135fa0 0,#197bc9 100%);
  padding: 60px 0 40px;
  background-position: 100% 25%;
  height: auto;
}

@media (min-width:46.25em) {
  .app-blackjack .c-hero--blackjack-intro {
    padding: 80px 0 260px;
    height: 50vh;
  }
}

@media (max-width:46.24em) {
  .app-blackjack .c-hero--blackjack-intro {
    background-image: none!important;
  }
}

.app-blackjack .c-footer {
  display: block;
  background-color: #fff;
  margin: 0;
  overflow: hidden;
  padding-top: 20px;
  -webkit-box-shadow: inset 0 7px 10px -7px #909090;
  box-shadow: inset 0 7px 10px -7px #909090;
}

.app-blackjack .c-nav {
  position: relative;
}

.app-blackjack .c-nav__link {
  color: #4a4a4a;
}

.app-blackjack .c-nav__link:focus,
.app-blackjack .c-nav__link:hover {
  text-decoration: none;
  color: #0072c9;
}

.app-blackjack .c-nav__group {
  max-height: 0;
  overflow: hidden;
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.app-blackjack .c-nav__group.is-current,
.app-blackjack .c-nav__group.is-open {
  max-height: 30em;
  opacity: 1;
}

.app-blackjack .c-nav__group li:first-of-type {
  margin-top: 5px;
}

.app-blackjack .c-nav__link.is-active {
  font-weight: 700;
}

.app-blackjack .c-nav--header {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}

@media (min-width:46.25em) {
  .app-blackjack .c-nav--header {
    margin-top: 0;
  }
}

.app-blackjack .c-nav--side {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
  margin-bottom: 20px;
  padding: 5px 0 10px;
}

@media (min-width:46.25em) {
  .app-blackjack .c-nav--side {
    margin-bottom: 0;
    padding: 0;
  }
}

.app-blackjack .c-tile--intro {
  margin-bottom: 0;
}

.app-blackjack .c-tile--intro .c-tile__content {
  background: #fff;
  padding: .5em 0;
}

.app-blackjack .c-tile--solid-white .c-tile__content {
  background: #fff;
}

.app-blackjack .c-tile--solid-white .c-tile__body:before {
  background-image: none;
}

.app-blackjack .c-tile--light .c-tile__content {
  background: #fff;
}

.app-blackjack .c-tile--guides .c-skycon .c-skycon__path {
  fill: #000;
  -webkit-transition: fill .25s ease;
  -o-transition: fill .25s ease;
  transition: fill .25s ease;
}

.app-blackjack .c-tile--guides .c-tile__overlay {
  height: 40%;
}

.app-blackjack .c-tile--guides .c-tile__media {
  width: 40%;
  display: block;
  margin: 1rem auto 0;
}

.app-blackjack .c-tile--guides .c-tile__content:hover .c-skycon__path {
  fill: #0072c9;
}

.app-blackjack .c-playbook-article {
  padding-bottom: 80px;
}

.app-blackjack .c-snippet {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: .25em;
  color: #222;
  font-size: inherit;
  line-height: inherit;
  margin: 0 2px;
  padding: 2px 5px;
}

.app-blackjack .c-snippet--code {
  font-size: 16px;
  font-size: .88889rem;
}

.app-blackjack .c-snippet--pre {
  margin: 0 0 20px;
}

.app-blackjack .c-snippet--pre .c-snippet--code {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.app-blackjack .c-page {
  min-height: 90.4vh;
}

.app-blackjack .c-page-index {
  min-height: 44.4vh;
}

.app-blackjack .u-color-principle-beautiful {
  color: #e84102;
}

.app-blackjack .u-color-principle-simple {
  color: #c84271;
}

.app-blackjack .u-color-principle-intelligent {
  color: #4a469a;
}

.app-blackjack .c-panel.c-panel--width-constraint {
  left: 0;
  margin-left: 0;
  max-width: 100%;
}

.o-broadband-connection {
  margin-bottom: 70px;
}

.o-broadband-connection .c-hero {
  background-image: url(https://www.sky.com/assets2/broadband/broadband-connection-hero.jpg);
  background-position: 65%;
}

.o-broadband-connection .c-tile {
  opacity: 1;
}

.corporate-main-content .c-tile__container {
  margin-top: 0;
  margin-bottom: 3vw;
}

.polaris-corporate {
  min-height: 100vh;
}

.polaris-corporate.full-width .corporate-main-content {
  max-width: 100%;
  padding: 0;
}

@media (max-width:61.24em) {
  .polaris-corporate.corporate-bp-investors-rns_announcements-content div:nth-of-type(5) {
    margin: 20px 0;
    overflow: auto;
    padding: 10px;
  }
}

.generic-page .c-tile__container {
  margin-bottom: 0;
}

.o-container--narrow-container {
  max-width: 800px;
}

.biography-header {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  overflow: hidden;
}

.biography-header__image {
  position: relative;
  min-height: 200px;
  z-index: 10;
}

.biography-header__image img {
  min-width: 100px;
  max-width: 170px;
  width: 100%;
}

.biography-header__link {
  display: inline-block;
  color: #0072c9;
  text-decoration: none;
  margin-top: 5px;
}

.biography-header__link:focus,
.biography-header__link:hover {
  text-decoration: underline;
}

@media (min-width:26.25em) {
  .biography-header__link {
    margin-top: 10px;
  }
}

@media (min-width:46.25em) {
  .biography-header__link {
    margin-top: 40px;
  }
}

.biography-header__name {
  margin-top: 15px;
  margin-bottom: 4px;
}

.biography-header__content {
  overflow: hidden;
}

.is-active .biography-header__link {
  display: none;
}

.c-toolkit-tabs .c-tabs .o-container--narrow-container {
  padding-left: 0;
  padding-right: 0;
}

.corporate-footer {
  margin-top: 180px;
  min-height: 70px;
  font-size: .7rem;
  background: #f4f4f4;
  -webkit-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.6);
  box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.6);
  z-index: 10;
}

.corporate-footer__copyright {
  float: left;
  line-height: 2.5;
}

.corporate-footer__copyright-icon {
  display: inline-block;
  vertical-align: middle;
  background: url(https://www.sky.com/assets2/sky-logo-2016.png?downsize=*:25) no-repeat;
  height: 25px;
  width: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.corporate-footer__copyright-text {
  margin-left: 33px;
}

.corporate-footer__navigation {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}

.corporate-footer__navigation.o-list-inline {
  margin-left: 9%;
}

.corporate-footer__navigation-link {
  margin: 0 5px;
}

.corporate-footer__navigation-link+.corporate-footer__navigation-link {
  margin-left: 35px;
}

.corporate-footer__navigation-link a {
  line-height: 32px;
  text-decoration: none;
  color: #4a4a4a;
}

.corporate-footer__links {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}

@media (max-width:61.24em) {
  .corporate-footer__links {
    display: block;
    padding: 0;
  }
}

.corporate-footer__links button {
  background: none;
  border: none;
}

.corporate-footer__links-title {
  width: 100%;
}

.corporate-footer__links-title span {
  float: left;
}

.corporate-footer__links-title i {
  line-height: 1.4;
  float: right;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.corporate-footer__links-title i:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width:61.25em) {
  .corporate-footer__links-divider,
  .corporate-footer__links-title i {
    display: none;
  }
}

.corporate-footer__links-list {
  max-height: 500px;
  -webkit-transition: max-height 1s linear;
  -o-transition: max-height 1s linear;
  transition: max-height 1s linear;
  overflow: hidden;
}

@media (max-width:61.24em) {
  .corporate-footer__links-list {
    max-height: 0;
  }
}

.corporate-footer__links--active .corporate-footer__links-list {
  max-height: 500px;
}

.corporate-footer__links--active i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.corporate-footer__links-list-item a {
  color: #4a4a4a;
}

@media (max-width:61.24em) {
  .corporate-footer__divider {
    display: none;
  }
}

@media (max-width:63.99em) {
  .corporate-footer__navigation.o-list-inline {
    margin-left: 0;
    display: block;
    text-align: center;
  }

  .corporate-footer__copyright {
    float: none;
    display: block;
    text-align: center;
  }
}

@media (max-width:39.99em) {
  .corporate-footer {
    position: relative;
  }

  .corporate-footer__navigation-link.o-list-inline__item {
    display: block;
  }

  .corporate-footer__navigation-link+.corporate-footer__navigation-link {
    margin-left: 0;
  }
}

.corporate-header {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  margin-top: 20px;
}

.corporate-header__menu a,
.corporate-header__submenu a {
  display: inline-block;
  color: #4a4a4a;
  margin-right: 20px;
}

.corporate-header__menu a:last-child,
.corporate-header__submenu a:last-child {
  margin-right: 0;
}

.corporate-header__logo {
  display: block;
  margin-bottom: 20px;
}

.corporate-header__logo img {
  height: 70px;
}

.corporate-header__menu,
.corporate-header__submenu {
  margin-bottom: 6.66667px;
  margin-top: 6.66667px;
}

.corporate-header__submenu {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
}

.corporate-header__link--selected {
  font-weight: 700;
}

.corporate-header__menu-toggle,
.corporate-header__submenu-toggle {
  display: none;
}

@media (min-width:40em) {
  .corporate-header__mobile {
    display: none!important;
  }
}

@media (max-width:39.99em) {
  .corporate-header__desktop {
    display: none!important;
  }

  .corporate-header__overlay {
    position: relative;
  }

  .corporate-header__logo img {
    height: 50px;
  }

  .corporate-header__menu a,
  .corporate-header__submenu a {
    display: block;
    line-height: 1em;
    font-size: 1em;
  }

  .corporate-header__menu {
    display: none;
    text-align: left;
  }

  .corporate-header__menu-toggle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .corporate-header__menu-toggle i[class*=skycon2]:before {
    line-height: 50px;
    font-size: 40px;
  }

  .corporate-header__submenu {
    text-align: left;
    position: relative;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .corporate-header__submenu a {
    height: 0;
    opacity: 0;
    overflow-y: hidden;
    -webkit-transition-property: line-height,height,opacity;
    -o-transition-property: line-height,height,opacity;
    transition-property: line-height,height,opacity;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }

  .corporate-header__submenu .selected {
    line-height: 2em;
    height: 2em;
    opacity: 1;
  }

  .corporate-header__submenu-toggle {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
  }

  .corporate-header__submenu-toggle i[class*=skycon2]:before {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .corporate-header__submenu--open a {
    line-height: 2em;
    height: 2em;
    opacity: 1;
  }

  .corporate-header__submenu-toggle--open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .corporate-header__overlay--open {
    position: fixed;
    background: #fff;
    width: 100%;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 5% 0;
    z-index: 1000;
  }

  .corporate-header__overlay--open .corporate-header__menu-toggle {
    top: 20px;
    left: 3%;
  }

  .corporate-header__overlay--open .corporate-header__menu {
    display: block;
  }

  .corporate-header__overlay--open .corporate-header__menu a {
    display: block;
    margin-right: 0;
    line-height: 2;
  }

  .corporate-header__overlay--open .corporate-header__menu .selected:before,
  .corporate-header__overlay--open .corporate-header__submenu {
    display: none;
  }
}

.corporate-report-list {
  margin: 0 -60px;
}

@media (min-width:40em) and (max-width:63.99em) {
  .corporate-report-list {
    margin: 0 -15px;
  }
}

@media (max-width:39.99em) {
  .corporate-report-list {
    margin: 0;
  }
}

.corporate-report-list .gs-element-content {
  position: relative;
}

.corporate-report-list .gs-element-inner:before {
  content: none;
}

.corporate-report-list .gallery-slider-mobile {
  padding-bottom: 78%;
}

.corporate-report-list .tile .shine {
  width: 120%;
  left: -10%;
}

.corporate-report__info {
  white-space: normal;
}

.corporate-report__info a {
  display: block;
  line-height: 3vw;
}

.corporate-report.is-horizontal .corporate-report__info,
.corporate-report.is-horizontal .corporate-report__tile {
  width: 40%;
  float: left;
  margin-left: 5%;
  margin-right: 5%;
}

.corporate-table th {
  font-weight: 400;
}

.header-separator {
  position: relative;
}

.header-separator__title {
  padding: 0;
  display: inline-block;
}

.header-separator--extra-padding .header-separator__title {
  padding: 0 1.5%;
}

.header-separator--coloured .header-separator__title {
  /*! autoprefixer: off */
  color: #4a4a4a;
  background: -webkit-linear-gradient(left,#f0432a,#d11d4a,#942388);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.corporate-image--block-centered {
  margin: 0 auto;
  display: block;
}

.c-divider.line-separator--no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.c-divider.line-separator--no-glow:after {
  display: none;
}

.list-section__list {
  padding-left: 2em;
  padding-right: 2em;
  margin-left: 0;
}

@media (max-width:39.99em) {
  .list-section__list {
    padding-left: 0;
  }
}

.list-section__list-item {
  margin-bottom: 1em;
}

.newsletter {
  -webkit-box-shadow: 0 3px 18px .125px rgba(0,0,0,.2);
  box-shadow: 0 3px 18px .125px rgba(0,0,0,.2);
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0 auto;
}

@media (max-width:39.99em) {
  .newsletter {
    width: 91%;
    margin: 0 4.5% 22px;
  }
}

.newsletter.c-tile__container {
  padding-left: 5px;
  padding-right: 5px;
}

.newsletter__inner {
  background-color: #fff;
  padding: 15px;
}

.newsletter__form {
  position: relative;
  height: 45px;
}

@media (max-width:39.99em) {
  .newsletter__form {
    height: 145px;
  }
}

.newsletter__message {
  display: none;
}

.newsletter__message--show {
  display: block;
  position: absolute;
  left: 0;
  width: 86%;
  height: 100%;
  padding: 15px;
}

@media (max-width:39.99em) {
  .newsletter__message--show {
    width: 100%;
    height: 40px;
    position: relative;
    float: left;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 15px 0;
  }
}

.newsletter__heading {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33%;
  left: 0;
  margin-bottom: 0;
}

@media (max-width:39.99em) {
  .newsletter__heading {
    width: 100%;
    height: 40px;
    top: auto;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: none;
    position: relative;
    float: left;
    margin-bottom: 10px;
  }
}

@media screen and (max-width:420px) {
  .newsletter__heading {
    margin-bottom: 0;
  }
}

.newsletter__heading--hide {
  display: none;
}

.newsletter__heading.c-heading-delta {
  font-size: 2vw;
}

@media (min-width:40em) and (max-width:63.99em) {
  .newsletter__heading.c-heading-delta {
    font-size: 2.5vw;
  }
}

@media (max-width:39.99em) {
  .newsletter__heading.c-heading-delta {
    font-size: 5vw;
  }
}

@media screen and (max-width:525px) {
  .newsletter__heading.c-heading-delta {
    font-size: 6vw;
  }
}

.newsletter__message-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2em;
}

@media (max-width:39.99em) {
  .newsletter__message-text {
    left: 1.5em;
  }
}

.newsletter__input {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline;
  width: 37%;
  height: 40px;
  left: 33%;
  background-color: #fff;
  outline: 0;
  -webkit-appearance: none;
  padding: 0 8px;
  border: 1px solid silver;
  border-radius: .25em;
  margin: 0;
}

@media (max-width:39.99em) {
  .newsletter__input {
    width: 100%;
    position: relative;
    float: left;
    top: auto;
    left: auto;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: none;
    margin-bottom: 15px;
  }
}

.newsletter__input--hide {
  display: none;
}

.newsletter__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14%;
  height: 40px;
}

@media (max-width:39.99em) {
  .newsletter__button {
    width: 47.5%;
    position: relative;
    float: left;
    top: auto;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: none;
  }
}

.newsletter__button.c-btn {
  font-size: 1.2vw;
}

@media (min-width:40em) and (max-width:63.99em) {
  .newsletter__button.c-btn {
    font-size: 1.3vw;
  }
}

@media (max-width:39.99em) {
  .newsletter__button.c-btn {
    font-size: 3vw;
  }
}

.newsletter__button.c-btn.newsletter__button--hide {
  display: none;
}

@media (max-width:39.99em) {
  .newsletter__button.c-btn.newsletter__button--full-width {
    width: 100%;
    margin: auto;
  }
}

.newsletter__button.c-btn--primary {
  left: 71%;
}

@media (max-width:39.99em) {
  .newsletter__button.c-btn--primary {
    left: auto;
    margin-right: 2.5%;
  }
}

.newsletter__button.c-btn--secondary {
  left: 86%;
  line-height: 32px;
}

@media (max-width:39.99em) {
  .newsletter__button.c-btn--secondary {
    left: auto;
    margin-left: 2.5%;
  }
}

.newsletter__message-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #299934;
}

.c-stock-graph {
  height: 1305px;
  width: 100%;
  margin: 0;
}

@media (min-width:487px) {
  .c-stock-graph {
    height: 1075px;
  }
}

@media (min-width:631px) {
  .c-stock-graph {
    height: 870px;
  }
}

@media (min-width:640px) {
  .c-stock-graph {
    height: 1075px;
  }
}

@media (min-width:661px) {
  .c-stock-graph {
    height: 870px;
  }
}

.testimonial {
  margin-top: 5.5vw;
  margin-bottom: 4.5vw;
}

.testimonial__text {
  margin-bottom: 20px;
}

.testimonial__text.c-heading-bravo {
  /*! autoprefixer: off */
  color: #4a4a4a;
  background: -webkit-linear-gradient(left,#f0432a,#d11d4a,#942388);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3vw;
}

@media (max-width:63.99em) {
  .testimonial__text.c-heading-bravo {
    font-size: 5vw;
  }
}

@media (max-width:63.99em) {
  .testimonial__text {
    margin-bottom: 10px;
  }
}

@media (max-width:39.99em) {
  .testimonial__text {
    margin-bottom: 2px;
  }
}

.testimonial__author {
  color: #707070;
}

@media (max-width:39.99em) {
  .testimonial__author {
    font-size: 4vw;
  }
}

.text-section--columns-2 {
  -webkit-column-count: 2;
  column-count: 2;
}

.contact-team__title {
  margin-bottom: 10px;
  font-weight: 700;
}

@media (min-width:64em) {
  .contact-team__title {
    margin-bottom: 20px;
    font-weight: 400;
  }
}

.c-dropdown--filter .c-dropdown__list {
  z-index: 30;
}

.our-board-list-item__info-container {
  padding: 10px 20px 20px;
}

.our-board-list-item__position {
  margin-bottom: 10px;
}

.our-board-list-item__bio {
  max-height: 0;
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  overflow: hidden;
}

.our-board-list-item__bio.is-active {
  max-height: 9999px;
}

.location__city {
  min-height: 3rem;
}

.media-centre-article .c-tile__link:hover:before {
  opacity: 0;
}

.media-centre-article__date {
  color: #707070;
}

.twitter--logo {
  color: #1da1f2;
}

.twitter--tweet {
  display: block;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.twitter--tweet__is-active {
  opacity: 1;
}

.twitter--buttons {
  font-size: 1em;
  text-align: right;
}

.twitter--buttons i {
  margin-left: 10px;
  cursor: pointer;
}

.filter-box .c-form-list--inline .c-form-list__item {
  display: inline-block;
}

.corporate-subscription-form {
  margin: 0 auto;
}

@media (max-width:61.24em) {
  .corporate-subscription-form__heading {
    text-align: center;
  }
}

.corporate-subscription-form--open .corporate-subscription-form__content {
  max-height: 9999px;
}

.corporate-subscription-form__content {
  max-height: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
}

.corporate-subscription-form__switch {
  color: #0072c9;
  text-decoration: none;
  cursor: pointer;
  background: none;
  padding: 0;
  border: none;
  outline: none;
}

.corporate-subscription-form__switch:focus,
.corporate-subscription-form__switch:hover {
  text-decoration: underline;
}

.corporate-subscription-form__submit--done {
  border-color: #299934;
  color: #299934;
}

.corporate-subscription-form i {
  color: #0072c9;
  font-size: 36px;
  margin-right: 10px;
  margin-top: -10px;
}

@media (max-width:61.24em) {
  .corporate-subscription-form i {
    display: block;
    margin-right: 0;
  }
}

.corporate-subscription-form fieldset {
  max-width: 330px;
  margin-left: 150px;
}

@media (max-width:61.24em) {
  .corporate-subscription-form fieldset {
    margin-left: 0;
    max-width: none;
  }
}

.corporate-subscription-form__options {
  margin-left: 150px;
}

@media (max-width:61.24em) {
  .corporate-subscription-form__options {
    margin-left: 0;
  }
}

.corporate-subscription-form__options fieldset {
  margin-left: 0;
  display: inline-block;
  max-width: 50%;
  vertical-align: top;
}

@media (max-width:46.24em) {
  .corporate-subscription-form__options fieldset {
    display: block;
    max-width: none;
  }
}

.contact-information-list__title {
  min-height: 75px;
}

.bio-accordion .c-accordion {
  border: 0;
  border-radius: 0;
}

.bio-accordion .c-accordion__label:after {
  display: none;
}

.bio-accordion .c-accordion__label {
  position: relative;
  background: #fff;
  padding: 0;
  text-decoration: none;
  z-index: 10;
}

.bio-accordion .c-accordion__content {
  background: #fff;
  overflow: visible;
  position: relative;
}

.bio-accordion .c-accordion__section {
  margin-bottom: 20px;
  -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,.2);
  box-shadow: 1px 1px 15px rgba(0,0,0,.2);
  padding: 8px;
  border: 0;
  min-height: 230px;
}

.bio-accordion .c-accordion__section.is-active .c-accordion__label {
  z-index: auto;
}

.bio-accordion .c-accordion__inner {
  padding: 0;
  margin-top: -100px;
}

.bio-accordion--management-board .c-accordion__inner>p:last-child {
  margin-bottom: 0;
}

.c-accordion--management-board .bio-accordion__section {
  border-bottom: 0;
}

.corporate-disclaimer__button+.corporate-disclaimer__button {
  margin-left: 25px;
}

.corporate-unsubscribe-form {
  margin: 0 auto;
}

@media (max-width:46.24em) {
  .corporate-unsubscribe-form__heading {
    text-align: center;
  }
}

.corporate-unsubscribe-form__content {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.corporate-unsubscribe-form__switch {
  color: #0072c9;
  text-decoration: none;
  cursor: pointer;
  background: none;
  padding: 0;
  border: none;
}

.corporate-unsubscribe-form__switch:focus,
.corporate-unsubscribe-form__switch:hover {
  text-decoration: underline;
}

.corporate-unsubscribe-form__submit--done {
  border-color: #299934;
  color: #299934;
}

.corporate-unsubscribe-form i {
  color: #0072c9;
  font-size: 36px;
  margin-right: 10px;
  margin-top: -10px;
}

@media (max-width:46.24em) {
  .corporate-unsubscribe-form i {
    display: block;
    margin-right: 0;
  }
}

@media (max-width:46.24em) {
  .corporate-unsubscribe-form fieldset {
    margin-left: 0;
    max-width: none;
  }
}

.corporate-unsubscribe-form__options {
  margin-left: 100px;
}

@media (max-width:46.24em) {
  .corporate-unsubscribe-form__options {
    margin-left: 0;
  }
}

.corporate-unsubscribe-form__options fieldset {
  margin-left: 0;
  display: inline-block;
  max-width: 80%;
  vertical-align: top;
}

@media (max-width:26.24em) {
  .corporate-unsubscribe-form__options fieldset {
    display: block;
    max-width: none;
  }
}

.corporate-verify-form {
  margin: 0 auto;
}

@media (max-width:46.24em) {
  .corporate-verify-form__heading {
    text-align: center;
  }
}

.corporate-verify-form__content {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.corporate-verify-form__switch {
  color: #0072c9;
  text-decoration: none;
  cursor: pointer;
  background: none;
  padding: 0;
  border: none;
}

.corporate-verify-form__switch:focus,
.corporate-verify-form__switch:hover {
  text-decoration: underline;
}

.corporate-verify-form__submit--done {
  border-color: #299934;
  color: #299934;
}

.corporate-verify-form i {
  color: #0072c9;
  font-size: 36px;
  margin-right: 10px;
  margin-top: -10px;
}

@media (max-width:46.24em) {
  .corporate-verify-form i {
    display: block;
    margin-right: 0;
  }
}

@media (max-width:46.24em) {
  .corporate-verify-form fieldset {
    margin-left: 0;
    max-width: none;
  }
}

.corporate-verify-form__options {
  margin-left: 100px;
}

@media (max-width:46.24em) {
  .corporate-verify-form__options {
    margin-left: 0;
  }
}

.corporate-verify-form__options fieldset {
  margin-left: 0;
  display: inline-block;
  max-width: 80%;
  vertical-align: top;
}

@media (max-width:26.24em) {
  .corporate-verify-form__options fieldset {
    display: block;
    max-width: none;
  }
}

@media (max-width:800px) {
  .filter-radio .c-select {
    width: 100%;
  }
}

.corporate-notice-banner {
  background: #eaeaea;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
}

.corporate-notice-banner .o-container {
  position: relative;
}

.corporate-notice-banner a {
  vertical-align: bottom;
}

.corporate-notice-banner p {
  margin-bottom: 0;
}

.corporate-notice-banner i:before {
  font-weight: 700;
}

.corporate-notice-banner button {
  background: none;
  border: none;
  vertical-align: bottom;
  position: absolute;
  top: 0;
  right: 0;
  color: #0072c9;
  cursor: pointer;
}

.corporate-notice-banner button:hover {
  text-decoration: underline;
}

@media (max-width:61.24em) {
  .corporate-notice-banner button span {
    display: none;
  }
}

.corporate-landing-page .corporate-notice-banner {
  display: none;
}

.c-file-list tbody tr td:first-child {
  width: 60%;
  text-align: left;
}

.c-file-list tbody tr td {
  width: 20%;
  text-align: center;
}

.app-diagnostics {
  outline: 0;
  padding-bottom: 10px;
  width: 100%;
  overflow-x: hidden;
  margin-top: 20px;
}

@media (min-width:95em) {
  .app-diagnostics {
    margin-top: 40px;
    min-height: 70vh;
  }
}

.app-diagnostics .c-tile.c-tile--full .c-tile__media {
  height: auto;
}

.app-diagnostics .c-tile--rectangle {
  padding-top: 33%;
}

.app-diagnostics .u-width-1\/4\@large .c-tile__overlay {
  height: 25%;
}

@media (max-width:26.24em) {
  .app-diagnostics .o-layout__item.o-layout__item__link-tile\@small {
    width: 100%;
  }
}

@media (max-width:26.24em) {
  .app-diagnostics .link-tile-text-padding {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width:26.25em) {
  .app-diagnostics .link-tile-text-padding {
    padding: 52px;
  }
}

.app-diagnostics .c-btn.c-tile__link {
  font-weight: 400;
}

.app-diagnostics .c-instructions-questions-carousel {
  overflow: visible;
}

.app-diagnostics .c-instructions-questions-carousel .c-instructions-carousel__tile {
  margin-right: 10px;
}

@media (min-width:81.25em) {
  .app-diagnostics .c-instructions-questions-carousel .c-instructions-carousel__tile {
    margin-right: 50px;
  }
}

.app-diagnostics .c-instructions-questions-carousel .c-instructions-carousel__tile .c-tile__body {
  padding: 0;
}

.app-diagnostics .c-instructions-questions-carousel .c-instructions-carousel__tile .c-tile__img {
  width: 100%;
}

.app-diagnostics .c-instructions-questions-carousel .c-instructions-carousel__tile.c-carousel__slide {
  opacity: .7;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.app-diagnostics .c-instructions-questions-carousel .c-instructions-carousel__tile.c-carousel__slide--active {
  opacity: 1;
}

.app-diagnostics .c-instructions-carousel {
  overflow: visible;
}

.app-diagnostics .c-instructions-carousel .c-instructions-carousel__tile {
  padding: 0 100px;
  margin-right: -150px;
}

.app-diagnostics .c-instructions-carousel .c-instructions-carousel__tile .c-tile__content {
  overflow: visible;
}

.app-diagnostics .c-instructions-carousel .c-instructions-carousel__tile .c-tile__img {
  width: 100%;
}

.app-diagnostics .c-instructions-carousel .c-instructions-carousel__tile .c-tile__markdown {
  height: 270px;
  overflow: hidden;
}

.app-diagnostics .c-instructions-carousel .c-instructions-carousel__tile.c-carousel__slide {
  z-index: 1;
}

@media (min-width:46.25em) {
  .app-diagnostics .c-instructions-carousel .c-instructions-carousel__tile.c-carousel__slide .c-tile__content {
    opacity: .2;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
  }
}

.app-diagnostics .c-instructions-carousel .c-instructions-carousel__tile.c-carousel__slide--active {
  z-index: 2;
}

@media (min-width:46.25em) {
  .app-diagnostics .c-instructions-carousel .c-instructions-carousel__tile.c-carousel__slide--active .c-tile__content {
    opacity: 1;
  }
}

.app-diagnostics .c-instructions-carousel .c-carousel__chevron {
  font-size: 80px;
  line-height: 80px;
  position: absolute;
  top: calc(50% - 40px);
  border: none;
  background: none;
  color: #0072c9;
  padding: 0;
  cursor: pointer;
}

.app-diagnostics .c-instructions-carousel .c-carousel__chevron-left {
  left: -150px;
}

.app-diagnostics .c-instructions-carousel .c-carousel__chevron-right {
  right: -150px;
}

@media (min-width:46.25em) and (max-width:81.24em) {
  .app-diagnostics .c-instructions-carousel .c-instructions-carousel__tile {
    max-width: 700px;
  }

  .app-diagnostics .c-instructions-carousel .c-carousel__slides-container {
    margin-left: calc(50% - 350px);
  }

  .app-diagnostics .c-instructions-carousel .c-carousel__chevron-left {
    left: calc(50% - 350px - 40px);
  }

  .app-diagnostics .c-instructions-carousel .c-carousel__chevron-right {
    right: calc(50% - 350px - 40px);
  }
}

@media (max-width:46.24em) {
  .app-diagnostics .c-instructions-carousel {
    margin-left: -20px;
    margin-right: -20px;
  }

  .app-diagnostics .c-instructions-carousel .c-instructions-carousel__tile {
    padding: 0;
    margin-right: 0;
  }

  .app-diagnostics .c-instructions-carousel .c-instructions-carousel__tile .c-tile__body {
    height: 550px;
    overflow: hidden;
  }

  .app-diagnostics .c-instructions-carousel .c-instructions-carousel__tile .c-tile__markdown {
    height: auto;
    overflow: visible;
  }

  .app-diagnostics .c-instructions-carousel .c-instructions-carousel__tile .c-tile__img-container {
    position: relative;
  }

  .app-diagnostics .c-instructions-carousel .c-instructions-carousel__tile .c-tile__img {
    max-width: 500px;
  }
}

@media (max-width:46.24em) {
  .app-diagnostics .c-instructions-carousel__tile .c-carousel__chevron {
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 35px;
    line-height: 35px;
    color: #0072c9;
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.2);
  }

  .app-diagnostics .c-instructions-carousel__tile .c-carousel__chevron-left {
    left: 10px;
  }

  .app-diagnostics .c-instructions-carousel__tile .c-carousel__chevron-left i {
    left: -5px;
  }

  .app-diagnostics .c-instructions-carousel__tile .c-carousel__chevron-right {
    right: 10px;
  }

  .app-diagnostics .c-instructions-carousel__tile .c-carousel__chevron-right i {
    left: 5px;
  }
}

@media (max-width:46.24em) {
  .app-diagnostics .c-footer-sticky {
    background: #fff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 10px 0;
    z-index: 1000;
    text-align: center;
  }
}

.app-diagnostics .c-footer-sticky__btn {
  display: block;
  margin: 0 0 10px;
}

@media (min-width:46.25em) {
  .app-diagnostics .c-footer-sticky__btn {
    display: inline-block;
    margin: 0 10px 0 0;
  }

  .app-diagnostics .c-footer-sticky__btn:last-child {
    margin-right: 0;
  }
}

.app-diagnostics .c-table-diagnostics {
  width: auto;
  border-spacing: 0;
  border-radius: 3px;
  border: 1px solid silver;
}

.app-diagnostics .c-table-diagnostics__cell,
.app-diagnostics .c-table-diagnostics__header-cell {
  padding: 10px;
  border-bottom: 1px solid silver;
  border-right: 1px solid silver;
  text-align: left;
  vertical-align: top;
}

.app-diagnostics .c-table-diagnostics__cell:last-child,
.app-diagnostics .c-table-diagnostics__header-cell:last-child {
  border-right: 0;
}

.app-diagnostics .c-table-diagnostics__row:last-child .c-table-diagnostics__cell {
  border-bottom: 0;
}

.app-diagnostics .o-list-diagnostics {
  list-style: disc;
}

.app-diagnostics .o-list-diagnostics--ordered {
  list-style: decimal;
}

@media (max-width:46.24em) {
  .app-diagnostics .o-list-diagnostics,
  .app-diagnostics .o-list-diagnostics--ordered {
    font-size: 16px;
    font-size: .88889rem;
    line-height: 1.5;
  }
}

.app-diagnostics .c-form-list__item {
  margin: auto;
}

.app-diagnostics .c-form-list__item [name=f-problem_type] label {
  padding-left: 10px;
}

.app-diagnostics .c-page-header .c-page-header__start-link {
  color: #4a4a4a;
  text-decoration: none;
  cursor: default;
}

.app-diagnostics .c-page-header .c-page-header__start-link:focus,
.app-diagnostics .c-page-header .c-page-header__start-link:hover {
  text-decoration: none;
}

@media (min-width:26.25em) {
  .app-diagnostics .c-page-header.c-page-header__custom-margin-top {
    margin-top: -35px;
  }
}

@media (max-width:26.24em) {
  .app-diagnostics .c-page-header.c-page-header__custom-margin-top {
    margin-top: 0;
  }
}

.app-diagnostics .previous-step .previous-step__chevron {
  font-size: 1.5em;
  color: #0072c9;
  margin-right: 5px;
  vertical-align: inherit;
}

.app-diagnostics .instructions-page .instructions-page__previous-step.hidden {
  visibility: hidden;
}

.app-diagnostics .instructions-page .c-instructions-spinner {
  z-index: 1;
}

.app-diagnostics .c-btn__spinner {
  margin-left: 5px;
  width: .25em;
  height: .25em;
  border: 2px solid;
  border-color: transparent currentColor currentColor;
  color: inherit;
  cursor: wait;
}

.app-diagnostics .c-get-appointments .c-tabs .c-tabs__item {
  margin-right: 40px;
}

.app-diagnostics .c-get-appointments .c-tabs .c-tabs__item:first-child {
  margin-left: 40px;
}

.app-diagnostics .c-get-appointments .c-tabs .c-tabs__link {
  font-weight: 400;
}

.app-diagnostics .c-get-appointments .c-tabs .c-tabs__link.is-active {
  font-weight: 700;
}

.app-diagnostics .c-get-appointments .c-tabs .c-tabs__link:after {
  display: none;
}

.app-diagnostics .c-get-appointments .c-item__divider {
  border-bottom: 1px solid silver;
  padding: 15px 0;
}

@media (min-width:26.25em) {
  .app-diagnostics .c-get-appointments .c-item__divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
  }
}

.app-diagnostics .c-get-appointments .c-text__premium {
  padding: 10px 0;
}

@media (min-width:26.25em) {
  .app-diagnostics .c-get-appointments .c-text__premium {
    padding: 0;
  }
}

.app-diagnostics .c-get-appointments .c-item__divider:hover {
  background-color: #eaeaea;
}

.app-diagnostics .c-get-appointments .c-text__time {
  color: #0072c9;
}

.app-diagnostics .c-get-appointments .c-button__hidden {
  display: none;
}

.app-diagnostics .c-get-appointments .error-state-inline {
  display: inline-block;
  background-image: url(https://www.sky.com/assets2/broadband/assurance-error-icon-4.svg);
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin: 0 5px;
}

.app-diagnostics .c-temp-label {
  font-size: 5rem;
  color: #f33;
  position: fixed;
  top: 30%;
  left: 0;
  width: 100%;
  text-align: center;
  background: transparent;
  pointer-events: none;
  opacity: .3;
  font-weight: 700;
  z-index: 999;
}

@media (max-width:46.24em) {
  .app-diagnostics .u-hide-visually\@medium {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important;
  }
}

html.client-js-enabled .top-articles--hide-when-js-enabled {
  display: none;
}

html.client-js-enabled .top-articles--show-when-js-enabled {
  display: block;
}

@media (min-width:46.25em) {
  .topics-container {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.ie9 .topic {
  width: 50%;
  display: inline-block;
}

.polaris.help .c-tile--hub-mobile-cta,
.polaris.helphub .c-tile--hub-mobile-cta {
  background-image: -webkit-gradient(linear,right bottom,left top,from(#0644a1),color-stop(50%,#a72879),to(#a3000f));
  background-image: -webkit-linear-gradient(right bottom,#0644a1 0,#a72879 50%,#a3000f 100%);
  background-image: -o-linear-gradient(right bottom,#0644a1 0,#a72879 50%,#a3000f 100%);
  background-image: linear-gradient(to left top,#0644a1 0,#a72879 50%,#a3000f 100%);
}

.polaris.help .c-tile--hub-mobile-cta .c-tile__body:after,
.polaris.help .c-tile--hub-mobile-cta .c-tile__body:before,
.polaris.helphub .c-tile--hub-mobile-cta .c-tile__body:after,
.polaris.helphub .c-tile--hub-mobile-cta .c-tile__body:before {
  background-image: none;
}

.polaris.help .c-form-select--hub-switcher,
.polaris.helphub .c-form-select--hub-switcher {
  vertical-align: middle;
}

@media (min-width:64em) {
  .polaris.help .c-form-select--hub-switcher,
  .polaris.helphub .c-form-select--hub-switcher {
    width: 18.5em!important;
  }
}

@media (min-width:95em) {
  .polaris.help .c-form-select--hub-switcher,
  .polaris.helphub .c-form-select--hub-switcher {
    vertical-align: super;
  }
}

.polaris.help .u-inline,
.polaris.helphub .u-inline {
  display: inline-block;
}

.polaris.help .gs-list,
.polaris.helphub .gs-list {
  text-align: center;
}

.polaris.help .gs-list .tile-title,
.polaris.helphub .gs-list .tile-title {
  text-align: left;
}

.polaris.help .sign-in,
.polaris.helphub .sign-in {
  background-color: #fff;
}

.polaris.help .sign-in .sign-in-btn.is-selected,
.polaris.helphub .sign-in .sign-in-btn.is-selected {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.polaris.help .sign-in .sign-in-btn.is-selected:after,
.polaris.help .sign-in .sign-in-btn.is-selected:before,
.polaris.helphub .sign-in .sign-in-btn.is-selected:after,
.polaris.helphub .sign-in .sign-in-btn.is-selected:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: translateZ(0) rotate(45deg);
}

.polaris.help .sign-in .sign-in-btn.is-selected:before,
.polaris.helphub .sign-in .sign-in-btn.is-selected:before {
  -webkit-box-shadow: 5px 5px 8px #fff;
  box-shadow: 5px 5px 8px #fff;
}

.polaris.help .sign-in .sign-in-btn.is-selected:after,
.polaris.helphub .sign-in .sign-in-btn.is-selected:after {
  background-color: #fff;
  -webkit-box-shadow: inset 11px 11px 11px -11px #9f9f9f;
  box-shadow: inset 11px 11px 11px -11px #9f9f9f;
}

.polaris.help .sign-in .c-panel,
.polaris.helphub .sign-in .c-panel {
  margin-bottom: 0;
}

.polaris.help .sign-in .c-panel .sign-in-header,
.polaris.helphub .sign-in .c-panel .sign-in-header {
  text-align: center;
}

@media (max-width:26.24em) {
  .polaris.help .sign-in .c-panel .sign-in-header,
  .polaris.helphub .sign-in .c-panel .sign-in-header {
    text-align: left;
  }
}

@media (max-width:46.24em) {
  .polaris.help .sign-in .c-panel__toggle .c-close-label,
  .polaris.helphub .sign-in .c-panel__toggle .c-close-label {
    display: none;
  }
}

@-webkit-keyframes carouselfadein {
  0% {
    opacity: 0;
    max-height: 0;
  }

  1% {
    max-height: 999px;
  }

  to {
    opacity: 1;
    max-height: 999px;
  }
}

@-webkit-keyframes carouselcarouselfadeout {
  0% {
    opacity: 1;
    max-height: 999px;
  }

  99% {
    max-height: 999px;
  }

  to {
    opacity: 0;
    max-height: 0;
  }
}

.polaris.help .c-panel--force-height.is-open {
  max-height: inherit;
}

.polaris.help .c-spinner-overlay--white {
  background-color: #fff;
}

.polaris.help .c-offer-content__terms-link {
  display: inline-block;
}

@media (max-width:46.24em) {
  .polaris.help .c-offer-content__cta {
    margin-bottom: 10px;
  }
}

@media (min-width:46.25em) {
  .polaris.help .c-offer-content__cta {
    margin-right: 10px;
  }
}

.polaris.help .c-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (min-width:46.25em) {
  .polaris.help .c-carousel:after,
  .polaris.help .c-carousel:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
  }
}

@media (min-width:46.25em) {
  .polaris.help .c-carousel:before {
    left: 0;
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#fff),to(hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(left,#fff 0,hsla(0,0%,100%,0));
    background: -o-linear-gradient(left,#fff 0,hsla(0,0%,100%,0));
    background: linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0));
    width: 60px;
  }
}

@media (min-width:61.25em) {
  .polaris.help .c-carousel:before {
    width: 150px;
  }
}

@media (min-width:46.25em) {
  .polaris.help .c-carousel:after {
    right: 0;
    background: -webkit-gradient(linear,right top,left top,color-stop(0,#fff),to(hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(right,#fff 0,hsla(0,0%,100%,0));
    background: -o-linear-gradient(right,#fff 0,hsla(0,0%,100%,0));
    background: linear-gradient(270deg,#fff 0,hsla(0,0%,100%,0));
    width: 60px;
  }
}

@media (min-width:61.25em) {
  .polaris.help .c-carousel:after {
    width: 75px;
  }
}

@media (min-width:81.25em) {
  .polaris.help .c-carousel:after {
    width: 150px;
  }
}

@media (min-width:46.25em) {
  .polaris.help .c-carousel__stage {
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (min-width:81.25em) {
  .polaris.help .c-carousel__stage {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.polaris.help .c-carousel__item {
  white-space: normal;
  display: block;
  overflow: hidden;
  text-align: left;
}

@media (min-width:46.25em) {
  .polaris.help .c-carousel__item {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
}

@media (min-width:61.25em) {
  .polaris.help .c-carousel__item {
    width: 50%;
  }
}

@media (min-width:81.25em) {
  .polaris.help .c-carousel__item {
    width: 33.33%;
  }
}

@media (max-width:46.24em) {
  .polaris.help .c-carousel__item.is-active {
    -webkit-animation-name: carouselfadein;
    animation-name: carouselfadein;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    z-index: 1;
  }
}

@media (max-width:46.24em) {
  .polaris.help .c-carousel__item.is-inactive {
    -webkit-animation-name: carouselcarouselfadeout;
    animation-name: carouselcarouselfadeout;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 0;
  }
}

.polaris.help .c-carousel__item-inner {
  margin-bottom: 40px;
}

@media (min-width:46.25em) {
  .polaris.help .c-carousel__item-inner {
    padding: 0 20px;
  }
}

@media (min-width:46.25em) {
  .polaris.help .c-carousel__navigation {
    cursor: pointer;
    display: block;
    border: 0;
    background: none;
    position: absolute;
    top: 50%;
    margin: 0 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 2;
  }
}

@media (min-width:61.25em) {
  .polaris.help .c-carousel__navigation {
    margin: 0 40px;
  }
}

.polaris.help .c-carousel__navigation:focus,
.polaris.help .c-carousel__navigation:hover {
  -webkit-transform: scale(1.25) translateY(-50%);
  -ms-transform: scale(1.25) translateY(-50%);
  transform: scale(1.25) translateY(-50%);
  outline: none;
}

.polaris.help .c-carousel__navigation.is-disabled {
  visibility: hidden;
}

.polaris.help .c-carousel__navigation--prev {
  left: 0;
}

.polaris.help .c-carousel__navigation--next {
  right: 0;
}

.polaris.help .c-carousel__icon svg {
  vertical-align: middle;
  fill: #4a4a4a;
  width: 22px;
  height: 40px;
}

.polaris.help .c-carousel__compact-navigation {
  text-align: center;
  margin: 0 auto;
  border: 0;
  color: #0072c9;
  display: block;
  position: relative;
  z-index: 2;
}

.polaris.help .c-carousel__compact-navigation.is-disabled {
  visibility: hidden;
}

.polaris.help .shop-offers__panel {
  position: relative;
  min-height: 300px;
  max-height: 300px;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}

.polaris.help .shop-offers__panel.js-content-loaded {
  max-height: 9999em;
}

.polaris.help .shop-offers__panel img {
  max-width: 100%;
}

.polaris.help .c-offer-panel__back-button {
  background: none;
  border: none;
}

.polaris.help .c-offer-panel__back-button:hover .c-offer-panel__back-button-title {
  text-decoration: underline;
}

.polaris.help .c-offer-panel__back-button .c-offer-panel__back-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 10px;
}

.polaris.help .c-offer-panel__back-button .c-offer-panel__back-icon .i-arrow-left {
  fill: #222;
  width: 14px;
  height: 26px;
}

.polaris.help .c-offer-panel__back-button .c-offer-panel__back-button-title {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width:46.24em) {
  .polaris.help .u-hide\@small {
    display: none;
  }
}

@media (min-width:46.25em) and (max-width:61.24em) {
  .polaris.help .u-hide\@medium {
    display: none;
  }
}

@media (min-width:61.25em) {
  .polaris.help .u-hide\@large {
    display: none;
  }
}

@media (min-width:46.25em) {
  .polaris.help .u-text-center\@medium {
    text-align: center;
  }
}

.polaris.help .c-tile__container {
  margin-top: 30px;
}

.polaris-panel {
  text-align: left;
}

.c-spinner {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 75px;
  color: #0072c9;
  border: .08em solid;
  border-color: transparent currentColor currentColor;
  vertical-align: middle;
  overflow: hidden;
  text-indent: 100%;
  border-radius: 100%;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s ease,visibility 1s ease;
  -o-transition: opacity 1s ease,visibility 1s ease;
  transition: opacity 1s ease,visibility 1s ease;
}

.c-spinner.is-complete {
  opacity: 0;
  visibility: hidden;
}

.c-spinner--inverse {
  color: #fff;
}

.c-spinner--small {
  font-size: 60px;
}

.c-spinner--large {
  font-size: 90px;
}

.c-spinner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 100;
  -webkit-transition: opacity 1s ease,visibility 1s ease;
  -o-transition: opacity 1s ease,visibility 1s ease;
  transition: opacity 1s ease,visibility 1s ease;
}

.c-spinner-overlay>.c-spinner {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  margin-top: -38px;
  margin-left: -38px;
}

.c-spinner-overlay>.c-spinner--small {
  margin-top: -30px;
  margin-left: -30px;
}

.c-spinner-overlay>.c-spinner--large {
  margin-top: -45px;
  margin-left: -45px;
}

.c-spinner-overlay.is-complete {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.c-spinner-overlay.is-complete>.c-spinner {
  opacity: 0;
  visibility: hidden;
}

.c-spinner-overlay--light {
  background-color: #eaeaea;
}

.c-spinner-overlay--dark {
  background-color: #222;
}

.c-search-results .previous-step .previous-step__chevron {
  font-size: 1.5em;
  color: #0072c9;
  margin-right: 5px;
  vertical-align: inherit;
}

.c-search-results__counter {
  color: #9f9f9f;
}

.c-pagination {
  margin-top: 70px;
}

.c-pagination__btn {
  background: transparent no-repeat 100%;
  border: 0;
  line-height: 0;
  height: 2em;
  width: 1.2em;
  margin: 0 .5em;
  vertical-align: middle;
  color: #0072c9;
}

.c-pagination__btn--current {
  color: #4a4a4a;
  font-weight: 700;
}

.c-pagination__btn--back {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 2em;
}

.c-pagination__btn--back,
.c-pagination__btn--forward {
  background-image: url(https://www.sky.com/assets2/help/chevron.svg);
}

.c-pagination__btn--forward {
  margin-left: 2em;
}

.c-pagination__btn[disabled] {
  background-image: url(https://www.sky.com/assets2/help/grey-chevron.svg);
}

.c-search-box .c-form-combo__input {
  background-image: url(https://www.sky.com/assets2/help/search-icon.svg);
  background-repeat: no-repeat;
  background-position: 12px 8px;
  padding-left: 40px;
}

.c-colour {
  color: #0072c9;
  display: inline-block;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mobile-hub-body {
  text-align: center;
  padding-bottom: 40px;
}

@media (min-width:64em) {
  .mobile-hub-body {
    background-image: url(https://www.sky.com/assets2/mobile/spectrum-lines.svg);
    background-repeat: no-repeat;
    background-position: center 350px;
    background-size: 100% auto;
  }
}

.mobile-hub-body .panel {
  text-align: left;
}

.c-tile.c-tile-theme--mobile-account,
.c-tile.tile-template--mobileaccount,
.c-tile.tile-template--mobilebill,
.c-tile.tile-template--mobiledatarollover,
.c-tile.tile-template--mobilenumberporting,
.c-tile.tile-template--mobileordertracking,
.c-tile.tile-template--mobileusage {
  /*! autoprefixer: off */
  background-image: linear-gradient(to bottom right,rgba(255,113,0,.5) 0,rgba(255,0,0,.5) 25%,rgba(84,0,255,.5) 50%,rgba(84,0,255,0) 50%);
  background-image: -moz-linear-gradient(top left,rgba(255,211,0,0) 0,rgba(255,211,0,0) 100%);
  background-position: 99% 99%;
  background-size: 202%;
  border: 0;
  transition: background-position .45s linear,opacity .6s ease,transform .6s ease;
}

.c-tile.c-tile-theme--mobile-account.is-selected,
.c-tile.c-tile-theme--mobile-account:focus,
.c-tile.c-tile-theme--mobile-account:hover,
.c-tile.tile-template--mobileaccount.is-selected,
.c-tile.tile-template--mobileaccount:focus,
.c-tile.tile-template--mobileaccount:hover,
.c-tile.tile-template--mobilebill.is-selected,
.c-tile.tile-template--mobilebill:focus,
.c-tile.tile-template--mobilebill:hover,
.c-tile.tile-template--mobiledatarollover.is-selected,
.c-tile.tile-template--mobiledatarollover:focus,
.c-tile.tile-template--mobiledatarollover:hover,
.c-tile.tile-template--mobilenumberporting.is-selected,
.c-tile.tile-template--mobilenumberporting:focus,
.c-tile.tile-template--mobilenumberporting:hover,
.c-tile.tile-template--mobileordertracking.is-selected,
.c-tile.tile-template--mobileordertracking:focus,
.c-tile.tile-template--mobileordertracking:hover,
.c-tile.tile-template--mobileusage.is-selected,
.c-tile.tile-template--mobileusage:focus,
.c-tile.tile-template--mobileusage:hover {
  background-position: 0 0;
  text-decoration: none;
  background-image: -moz-linear-gradient(top left,rgba(255,113,0,.5) 0,rgba(255,0,0,.5) 50%,rgba(84,0,255,.5) 100%,rgba(84,0,255,0) 50%);
}

.c-tile.c-tile-theme--mobile-account.no-anim.in-view,
.c-tile.tile-template--mobileaccount.no-anim.in-view,
.c-tile.tile-template--mobilebill.no-anim.in-view,
.c-tile.tile-template--mobiledatarollover.no-anim.in-view,
.c-tile.tile-template--mobilenumberporting.no-anim.in-view,
.c-tile.tile-template--mobileordertracking.no-anim.in-view,
.c-tile.tile-template--mobileusage.no-anim.in-view {
  -webkit-transition: background-position .45s linear,opacity 0 ease,-webkit-transform 0 ease;
  transition: background-position .45s linear,opacity 0 ease,-webkit-transform 0 ease;
  -o-transition: background-position .45s linear,opacity 0 ease,transform 0 ease;
  transition: background-position .45s linear,opacity 0 ease,transform 0 ease;
  transition: background-position .45s linear,opacity 0 ease,transform 0 ease,-webkit-transform 0 ease;
}

.c-form-checkbox.c-form-checkbox--mobile-radio {
  padding-bottom: 10px!important;
  padding-top: 5px;
}

.c-form-checkbox.c-form-checkbox--mobile-radio .c-form-checkbox__caption {
  margin-left: 0;
  padding-left: 58px;
  position: relative;
}

.c-form-checkbox.c-form-checkbox--mobile-radio .c-form-checkbox__caption:after,
.c-form-checkbox.c-form-checkbox--mobile-radio .c-form-checkbox__caption:before {
  border: 0;
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  margin-left: 0!important;
}

.c-form-checkbox.c-form-checkbox--mobile-radio .c-form-checkbox__caption:before {
  background-color: silver;
  height: 38px;
  left: 0;
  top: -5px;
  width: 38px;
}

.c-form-checkbox.c-form-checkbox--mobile-radio .c-form-checkbox__caption:after {
  background-color: #fff;
  height: 34px!important;
  left: 2px!important;
  top: -3px!important;
  width: 34px!important;
}

.c-form-checkbox.c-form-checkbox--mobile-radio .c-form-checkbox__input:checked+.c-form-checkbox__caption:after {
  background-color: #0072c9;
  background-color: #fff;
  background-image: -webkit-radial-gradient(center,ellipse cover,#fff 0,#f2f2f5 100%);
  background-image: -o-radial-gradient(center,ellipse cover,#fff 0,#f2f2f5 100%);
  background-image: -webkit-radial-gradient(center ellipse,#fff 0,#f2f2f5 100%);
  background-image: -o-radial-gradient(center ellipse,#fff 0,#f2f2f5 100%);
  background-image: radial-gradient(ellipse at center,#fff 0,#f2f2f5 100%);
  background-position: 50%;
  background-size: 120%;
}

.c-form-checkbox.c-form-checkbox--mobile-radio .c-form-checkbox__input:checked+.c-form-checkbox__caption:before {
  background-position: 0 0;
  text-decoration: none;
  background-image: -webkit-gradient(linear,left top,right bottom,color-stop(20%,#ff7100),color-stop(50%,red),color-stop(80%,#5400ff));
  background-image: -webkit-linear-gradient(top left,#ff7100 20%,red 50%,#5400ff 80%);
  background-image: -o-linear-gradient(top left,#ff7100 20%,red 50%,#5400ff 80%);
  background-image: linear-gradient(to bottom right,#ff7100 20%,red 50%,#5400ff 80%);
}

.c-form-select.c-form-select--mobile-transparent {
  background-color: transparent;
}

.c-mobile-text-gradient-mix {
  /*! autoprefixer: off */
  color: #ff008f;
  background-image: -webkit-linear-gradient(left,#ff000b 0,#ff008f 30%);
}

.c-mobile-text-gradient-mix,
.c-mobile-text-gradient-roll {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateZ(0);
  display: inline-block;
  background-size: 100%;
}

.c-mobile-text-gradient-roll {
  /*! autoprefixer: off */
  color: #ff5101;
  background-image: -webkit-linear-gradient(left,#ffcb00 0,#ff5101 100%);
}

.c-mobile-text-gradient-swap {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateZ(0);
  display: inline-block;
  color: #c527fb;
  background-image: -webkit-linear-gradient(left,#1424fb 0,#c527fb 100%);
  background-size: 100%;
}

.c-mobile-back-navigation {
  background-color: transparent;
  border: 0;
  color: #0072c9;
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 28px;
  padding: 0;
}

.c-mobile-back-navigation .c-mobile-chevron {
  vertical-align: middle;
}

.c-mobile-back-navigation--panel {
  left: 0;
  position: absolute;
  top: 1em;
  z-index: 100;
}

.c-mobile-back-navigation--bill {
  margin-left: -10px;
}

.c-mobile-carousel {
  position: relative;
}

.c-mobile-carousel.is-scrollable {
  left: 50%;
  width: 90vw;
  margin-left: -45vw;
  text-align: left;
}

.c-mobile-carousel__scroller {
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
}

.is-scrollable .c-mobile-carousel__scroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row no-wrap;
  flex-flow: row;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.is-scrollable.has-overflow .c-mobile-carousel__scroller {
  overflow-y: hidden;
}

.is-scrollable.no-overflow .c-mobile-carousel__scroller {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-mobile-carousel__item {
  margin: 1em auto;
  text-align: center;
  vertical-align: top;
  white-space: normal;
}

.is-scrollable .c-mobile-carousel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}

.has-overflow .c-mobile-carousel__item {
  margin: 0;
}

.c-mobile-carousel__navigation-button--next,
.c-mobile-carousel__navigation-button--prev {
  border: none;
  bottom: 0;
  display: block;
  outline: none;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-indent: 200%;
  top: 0;
  white-space: nowrap;
  width: 40px;
  z-index: 100;
}

.c-mobile-carousel__navigation-button--next .c-mobile-chevron,
.c-mobile-carousel__navigation-button--prev .c-mobile-chevron {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-mobile-carousel__navigation-button--prev {
  background: -webkit-gradient(linear,left top,right top,color-stop(20%,#fff),to(hsla(0,0%,100%,0)));
  background: -webkit-linear-gradient(left,#fff 20%,hsla(0,0%,100%,0) 100%);
  background: -o-linear-gradient(left,#fff 20%,hsla(0,0%,100%,0) 100%);
  background: linear-gradient(to right,#fff 20%,hsla(0,0%,100%,0) 100%);
  left: -.5px;
}

.has-prev .c-mobile-carousel__navigation-button--prev {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

.c-mobile-carousel__navigation-button--prev .c-mobile-chevron {
  left: 0;
}

.c-mobile-carousel__navigation-button--next {
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(80%,#fff));
  background: -webkit-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 80%);
  background: -o-linear-gradient(left,hsla(0,0%,100%,0) 0,#fff 80%);
  background: linear-gradient(to right,hsla(0,0%,100%,0) 0,#fff 80%);
  right: -.5px;
}

.has-next .c-mobile-carousel__navigation-button--next {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

.c-mobile-carousel__navigation-button--next .c-mobile-chevron {
  right: 0;
}

.c-mobile-chevron {
  display: inline-block;
}

.c-mobile-chevron--small {
  height: 20px;
  width: 20px;
}

.c-mobile-chevron--medium {
  height: 40px;
  width: 40px;
}

.c-mobile-chevron--large {
  height: 60px;
  width: 60px;
}

.c-mobile-product--error,
.c-mobile-product--handset {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 40px;
}

.c-mobile-product--inline .c-mobile-product__details-container {
  display: block;
  text-align: center;
  vertical-align: top;
}

@media (min-width:40em) {
  .c-mobile-product--inline .c-mobile-product__details-container {
    display: inline-block;
    padding-left: 20px;
    text-align: left;
  }
}

.c-mobile-product__details-container {
  position: relative;
}

.c-mobile-product__handset-description,
.c-mobile-product__handset-title {
  color: #4a4a4a;
  font-weight: 600;
}

.c-mobile-product__handset-title {
  margin-bottom: 0;
}

.c-mobile-product__handset-image {
  display: block;
  margin: 0 auto 10px;
  max-width: 4em;
}

.c-mobile-product--inline .c-mobile-product__handset-image {
  display: inline-block;
}

.c-mobile-product__handset-image.has-reflection {
  position: relative;
}

.c-mobile-product__handset-image.has-reflection>.c-mobile-product__handset-image-inner {
  position: relative;
  z-index: 10;
}

.c-mobile-product__handset-image.has-reflection:before {
  background-image: -webkit-radial-gradient(ellipse farthest-corner at 50% 50%,rgba(34,34,34,.1) 0,rgba(34,34,34,0) 75%);
  background-image: -o-radial-gradient(ellipse farthest-corner at 50% 50%,rgba(34,34,34,.1) 0,rgba(34,34,34,0) 75%);
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%,rgba(34,34,34,.1) 0,rgba(34,34,34,0) 75%);
  top: 91%;
  content: "";
  display: block;
  position: absolute;
  left: -25%;
  width: 150%;
  height: .2em;
  background-size: contains;
  z-index: 0;
}

.c-mobile-product__handset-image-reflection {
  height: 2em;
  overflow: hidden;
  position: absolute;
  top: 95%;
  width: 100%;
  z-index: 0;
}

.c-mobile-product__handset-image-reflection:after {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top,hsla(0,0%,100%,0) 0,#fff 50%);
  background-image: -o-linear-gradient(top,hsla(0,0%,100%,0) 0,#fff 50%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(50%,#fff));
  background-image: linear-gradient(to bottom,hsla(0,0%,100%,0) 0,#fff 50%);
  background-color: hsla(0,0%,100%,.75);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c-mobile-product__handset-image-reflection .c-mobile-product__handset-image-inner {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  width: 100%;
}

.c-mobile-product__cta--handset-pre-sign {
  max-width: 12em;
}

.c-mobile-product__cta-alert-text {
  color: #ff2744;
}

.c-mobile-phone-cta__print {
  background-color: transparent;
  border: 0;
  color: #0072c9;
}

.c-mobile-phone-cta__print:hover {
  color: #73add8;
  cursor: pointer;
}

.c-mobile-product--stacked {
  max-width: 12em;
}

.c-mobile-panel-content {
  color: #222;
}

.white-theme.mobiledisabled-template {
  margin-left: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  background-image: url(https://www.sky.com/assets2/manual/mobile/panel-strips.svg);
}

.white-theme.mobiledisabled-template .panel-content {
  padding-top: 50px;
}

@media (min-width:64em) {
  .white-theme.mobiledisabled-template .panel-content {
    padding-bottom: 9vw;
    padding-top: 100px;
  }
}

.white-theme.mobiledisabled-template .panel-content p {
  line-height: 1.44444;
}

.white-theme.mobiledisabled-template .panel-content .mobile-text-gradient {
  /*! autoprefixer: off */
  display: inline-block;
  color: #ff004d;
  background-image: -webkit-linear-gradient(left,#ff000b,#ff008f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.white-theme.mobiledisabled-template .panel-footer-image {
  width: 100vw;
  height: auto;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.mobilenumberporting-template section {
  outline: 0;
}

.mobilenumberporting-template .number-porting-column .c-form-list__item {
  width: 100%;
}

@media (min-width:64em) {
  .mobilenumberporting-template .number-porting-column .c-form-list__item {
    max-width: 16em;
  }
}

@media (min-width:64em) {
  .mobilenumberporting-template .number-porting-column {
    padding: 0 10%;
  }
}

@media (min-width:64em) {
  .mobilenumberporting-template .number-porting-column--instructions {
    padding-left: 20%;
  }
}

@media (min-width:64em) {
  .mobilenumberporting-template .number-porting-column--form {
    background-repeat: no-repeat;
    background-size: 1px 100%;
    background-position: 0 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(30%,#e0e0e0),color-stop(70%,#e0e0e0),to(transparent));
    background-image: -webkit-linear-gradient(top,transparent,#e0e0e0 30%,#e0e0e0 70%,transparent);
    background-image: -o-linear-gradient(top,transparent,#e0e0e0 30%,#e0e0e0 70%,transparent);
    background-image: linear-gradient(to bottom,transparent,#e0e0e0 30%,#e0e0e0 70%,transparent);
    position: relative;
  }

  .mobilenumberporting-template .number-porting-column--form:after {
    background-image: -webkit-radial-gradient(0 50%,ellipse,rgba(0,0,0,.07),transparent 60%);
    background-image: -o-radial-gradient(0 50%,ellipse,rgba(0,0,0,.07),transparent 60%);
    background-image: radial-gradient(ellipse at 0 50%,rgba(0,0,0,.07),transparent 60%);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 100%;
  }
}

.mobilenumberporting-template__result {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.mobilenumberporting-template__result--success .mobilenumberporting-template__result-title {
  color: #299934;
}

.mobilenumberporting-template__result--error .mobilenumberporting-template__result-list {
  color: #ff2744;
}

.mobilenumberporting-template__show-form-state {
  position: relative;
}

@media (min-width:64em) {
  .c-form-wrapper--mobile-form {
    text-align: right;
  }
}

.c-form-wrapper--mobile-form .c-form-checkbox.c-form-checkbox--inline {
  display: inline-block;
  margin-right: 2em;
  width: auto;
}

@media (min-width:64em) {
  .c-form-wrapper--mobile-form .c-form-checkbox.c-form-checkbox--inline {
    margin-left: 2em;
    margin-right: 0;
  }
}

.c-form-wrapper--mobile-form .c-form-checkbox.is-disabled {
  opacity: .5;
}

.c-form-wrapper--toggle-prompt a {
  white-space: nowrap;
}

@media (min-width:64em) {
  .c-form-wrapper--toggle-prompt {
    text-align: right;
  }
}

.plan-products .mobile-piggybank__content {
  position: relative;
}

.plan-products .mobile-piggybank__content:after,
.plan-products .mobile-piggybank__content:before {
  z-index: 20;
}

@media (min-width:64em) {
  .plan-products .mobile-piggybank__content {
    margin-bottom: 0;
  }

  .plan-products .mobile-piggybank__content:before {
    background: silver;
    background: -webkit-linear-gradient(top,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
    background: -o-linear-gradient(top,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,75%,0)),color-stop(silver),to(hsla(0,0%,75%,0)));
    background: linear-gradient(to bottom,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
    top: 0;
    width: 1px;
    height: 100%;
    right: 0;
  }

  .plan-products .mobile-piggybank__content:after {
    background: -webkit-radial-gradient(0 50%,farthest-corner,rgba(74,74,74,.15),transparent 40%);
    background: -o-radial-gradient(0 50%,farthest-corner,rgba(74,74,74,.15),transparent 40%);
    background: radial-gradient(farthest-corner at 0 50%,rgba(74,74,74,.15),transparent 40%);
    top: 0;
    height: 100%;
    width: 10px;
    right: -10px;
  }
}

.mobile-piggybank__description {
  text-align: left;
}

@media (min-width:40em) {
  .mobile-piggybank__description {
    display: inline-block;
    max-width: 12em;
  }
}

.mobile-piggybank__graphic-wrapper {
  min-height: 15em;
  margin: 20px 0;
  position: relative;
  vertical-align: top;
}

@media (min-width:40em) {
  .mobile-piggybank__graphic-wrapper {
    display: inline-block;
    margin: 0;
    min-height: 12em;
    width: calc(100% - 14em);
  }
}

@media (min-width:64em) {
  .mobile-piggybank__graphic-wrapper {
    font-size: 1.1em;
  }
}

@media (min-width:46.25em) and (max-width:75.625em) {
  .mobile-piggybank__graphic-wrapper {
    font-size: .8em;
    width: calc(100% - 18em);
  }
}

.mobile-piggybank__current-graphic,
.mobile-piggybank__previous-graphic {
  position: absolute;
  left: 38%;
}

@media (min-width:40em) {
  .mobile-piggybank__current-graphic,
  .mobile-piggybank__previous-graphic {
    left: 50%;
  }
}

.mobile-piggybank__previous-graphic {
  font-size: .8em;
  margin-left: -5.5em;
  top: 0;
}

@media (min-width:40em) {
  .mobile-piggybank__previous-graphic {
    margin-left: -8em;
  }
}

.mobile-piggybank__current-graphic {
  margin-right: -5.5em;
  top: 4.5em;
}

@media (min-width:40em) {
  .mobile-piggybank__current-graphic {
    margin-right: -7em;
    top: 0;
  }
}

.mobile-piggybank__statement {
  text-align: left;
}

@media (min-width:64em) {
  .mobile-piggybank__statement {
    padding-right: 70px;
  }
}

@media (min-width:26.25em) {
  .mobilepiggybank-template .mobile-plan__header {
    text-align: center;
  }
}

.mobile-piggybank__balance {
  color: #fe4d12;
}

@media (min-width:40em) {
  .mobile-piggybank__balance {
    text-align: right;
  }
}

.mobile-piggybank__balance--closing {
  font-weight: 700;
}

@media (max-width:39.99em) {
  .mobile-piggybank__balance-data-amount {
    float: right;
  }
}

.sky-pay-placeholder {
  background-color: #eee;
  border: 1px solid #aaa;
  height: 20em;
}

.sky-pay-placeholder p {
  line-height: 20em;
  text-align: center;
}

.o-container--mobile-settings-loading p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 65px;
}

.c-verify-payment__inner {
  padding-top: 40px;
  position: relative;
}

@media (min-width:61.25em) {
  .c-verify-payment__inner {
    padding-left: 40px;
    padding-top: 0;
  }
}

.c-verify-payment__inner:after,
.c-verify-payment__inner:before {
  content: "";
  position: absolute;
  left: 50%;
}

.c-verify-payment__inner:before {
  height: 1px;
  width: 100%;
  top: 0;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: bottom;
  background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(20%,#dadada),color-stop(80%,#dadada),to(transparent));
  background-image: -webkit-linear-gradient(left,transparent,#dadada 20%,#dadada 80%,transparent);
  background-image: -o-linear-gradient(left,transparent,#dadada 20%,#dadada 80%,transparent);
  background-image: linear-gradient(to right,transparent,#dadada 20%,#dadada 80%,transparent);
  border-bottom: 1px solid\9;
  z-index: 2;
}

@media (min-width:61.25em) {
  .c-verify-payment__inner:before {
    height: 100%;
    width: 1px;
    left: 20px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 1px 100%;
    background-position: 0 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(20%,#dadada),color-stop(80%,#dadada),to(transparent));
    background-image: -webkit-linear-gradient(top,transparent,#dadada 20%,#dadada 80%,transparent);
    background-image: -o-linear-gradient(top,transparent,#dadada 20%,#dadada 80%,transparent);
    background-image: linear-gradient(to bottom,transparent,#dadada 20%,#dadada 80%,transparent);
    border-right: 1px solid\9;
  }
}

.c-verify-payment__inner:after {
  height: 10px;
  width: 100%;
  top: 0;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background-image: -webkit-radial-gradient(50% 0,ellipse,rgba(0,0,0,.08),transparent 60%);
  background-image: -o-radial-gradient(50% 0,ellipse,rgba(0,0,0,.08),transparent 60%);
  background-image: radial-gradient(ellipse at 50% 0,rgba(0,0,0,.08),transparent 60%);
  z-index: 1;
}

@media (min-width:61.25em) {
  .c-verify-payment__inner:after {
    height: 100%;
    width: 10px;
    left: 20px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: -webkit-radial-gradient(0 50%,ellipse,rgba(0,0,0,.08),transparent 60%);
    background-image: -o-radial-gradient(0 50%,ellipse,rgba(0,0,0,.08),transparent 60%);
    background-image: radial-gradient(ellipse at 0 50%,rgba(0,0,0,.08),transparent 60%);
  }
}

.settings-error-panel {
  text-align: center;
}

@media (min-width:46.25em) {
  .success-tick {
    width: 85px;
    height: 85px;
  }
}

@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slidein {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

[data-channel=mobile] .panel-inner {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.slide-in-animation {
  opacity: 0;
  -webkit-animation-name: slidein;
  animation-name: slidein;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-divider-or {
  border: .5em solid #fff;
  background-color: #9f9f9f;
  border-radius: 50%;
  color: #fff;
  display: none;
  height: 3.25em;
  line-height: 2.25em;
  position: absolute;
  left: -1.625em;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.25em;
  z-index: 100;
}

@media (min-width:40em) {
  .c-divider-or {
    display: block;
  }
}

.mobile-plan {
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width:40em) {
  .mobile-plan .c-mobile-carousel__item:first-of-type .plan-product {
    border-left: 0;
  }
}

.mobile-plan .c-spinner-overlay {
  top: 20px;
  bottom: 20px;
}

.c-spinner-overlay--mobile {
  background-color: hsla(0,0%,100%,.8);
  right: auto;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}

.mobile-plan__header {
  margin-bottom: 20px;
}

@media (min-width:26.25em) {
  .mobile-plan__header {
    margin-bottom: 40px;
  }
}

.plan-journeys {
  margin-bottom: 40px;
  position: relative;
}

@media (min-width:40em) {
  .plan-journeys:before {
    background-color: #9f9f9f;
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}

.plan-journey {
  padding: 0 0 50px;
  position: relative;
  text-align: left;
  vertical-align: top;
}

@media (min-width:40em) {
  .plan-journey {
    width: 50%;
    display: inline-block;
    padding: 0 4em;
  }

  .plan-journey:first-child .plan-journey__title {
    max-width: 100%;
  }

  .plan-journey:first-child.plan-journey--enabled {
    text-align: right;
  }

  .plan-journey .plan-journey__title {
    max-width: 6em;
  }
}

@media (min-width:64em) {
  .plan-journey {
    padding: 0 6em;
  }
}

.plan-journey:first-of-type {
  border-left: 0;
}

@media (min-width:40em) {
  .plan-journey:first-of-type .plan-journey__title {
    padding-right: 1.9em;
  }
}

@media (min-width:64em) {
  .plan-journey:first-of-type .plan-journey__title {
    padding-right: .38em;
  }
}

.plan-product {
  text-align: left;
  vertical-align: top;
  padding: 0 0 50px;
  position: relative;
}

@media (min-width:40em) {
  .plan-product {
    padding: 0 40px 20px;
    border-left: 1px solid silver;
  }
}

.mobileaccount-template .plan-product {
  opacity: 0;
  -webkit-animation-name: slidein;
  animation-name: slidein;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media (min-width:40em) {
  .plan-journey__title {
    min-height: 72px;
  }
}

@media (min-width:46.25em) {
  .plan-journey__title {
    min-height: 120px;
    padding-right: .38em;
  }
}

.plan-journey--disabled .plan-journey__text,
.plan-journey--disabled .plan-journey__title {
  color: silver;
}

@media (max-width:39.99em) {
  .c-btn--confirm,
  .c-btn--journey,
  .c-btn--product,
  .c-btn--reset {
    width: 100%;
  }
}

@media (min-width:40em) {
  .plan-product__details {
    min-height: 160px;
  }
}

@media (min-width:40em) {
  .plan-products--calls .plan-product__details {
    min-height: 190px;
  }
}

.plan-product__title {
  color: silver;
}

.plan-product--enabled .plan-product__title {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateZ(0);
  color: #ff000b;
  background-image: -webkit-linear-gradient(left,#ff000b,#ff008f);
  display: inline-block;
}

@media (min-width:40em) {
  .plan-products--calls .plan-product__title {
    min-height: 72px;
  }
}

@media (min-width:64em) {
  .plan-products--calls .plan-product__title {
    min-height: 127px;
  }
}

.plan-product--disabled .plan-product__charge,
.plan-product--disabled .plan-product__text {
  color: silver;
}

.plan-product__current-plan {
  color: silver;
  margin-bottom: 0;
}

.plan-product__offer-flag {
  padding: 0 20px;
  background-color: #ff000b;
  background-image: -webkit-gradient(linear,left top,right top,from(#ff000b),to(#ff008f));
  background-image: -webkit-linear-gradient(left,#ff000b,#ff008f);
  background-image: -o-linear-gradient(left,#ff000b,#ff008f);
  background-image: linear-gradient(to right,#ff000b,#ff008f);
  color: #fff;
  display: inline-block;
}

.plan-product__price--offer {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateZ(0);
  color: #ff000b;
  background-image: -webkit-linear-gradient(left,#ff000b,#ff008f);
  display: inline-block;
}

.plan-product--active {
  position: relative;
  vertical-align: middle;
}

.plan-product--active:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: bottom;
  background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(20%,#dadada),color-stop(80%,#dadada),to(transparent));
  background-image: -webkit-linear-gradient(left,transparent,#dadada 20%,#dadada 80%,transparent);
  background-image: -o-linear-gradient(left,transparent,#dadada 20%,#dadada 80%,transparent);
  background-image: linear-gradient(to right,transparent,#dadada 20%,#dadada 80%,transparent);
  border-bottom: 1px solid\9;
  z-index: 2;
}

@media (min-width:40em) {
  .plan-product--active:before {
    height: 120%;
    width: 1px;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 1px 100%;
    background-position: 0 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(20%,#dadada),color-stop(80%,#dadada),to(transparent));
    background-image: -webkit-linear-gradient(top,transparent,#dadada 20%,#dadada 80%,transparent);
    background-image: -o-linear-gradient(top,transparent,#dadada 20%,#dadada 80%,transparent);
    background-image: linear-gradient(to bottom,transparent,#dadada 20%,#dadada 80%,transparent);
    border-right: 1px solid\9;
  }
}

.plan-product--active:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 100%;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background-image: -webkit-radial-gradient(50% 0,ellipse,rgba(0,0,0,.08),transparent 60%);
  background-image: -o-radial-gradient(50% 0,ellipse,rgba(0,0,0,.08),transparent 60%);
  background-image: radial-gradient(ellipse at 50% 0,rgba(0,0,0,.08),transparent 60%);
  z-index: 1;
}

@media (min-width:40em) {
  .plan-product--active:after {
    height: 120%;
    width: 15px;
    right: -15px;
    left: auto;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: -webkit-radial-gradient(0 50%,ellipse,rgba(0,0,0,.08),transparent 60%);
    background-image: -o-radial-gradient(0 50%,ellipse,rgba(0,0,0,.08),transparent 60%);
    background-image: radial-gradient(ellipse at 0 50%,rgba(0,0,0,.08),transparent 60%);
  }
}

.plan-product--active .plan-product__inner {
  position: relative;
}

.plan-product--active .plan-product__inner:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -75px;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(45deg);
  -ms-transform: translate(-50%) rotate(45deg);
  transform: translate(-50%) rotate(45deg);
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 8px rgba(0,0,0,.05);
  box-shadow: 8px 8px 8px rgba(0,0,0,.05);
  z-index: 3;
}

@media (min-width:40em) {
  .plan-product--active .plan-product__inner:after {
    bottom: auto;
    left: auto;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 0;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    -webkit-box-shadow: 8px -8px 8px rgba(0,0,0,.05);
    box-shadow: 8px -8px 8px rgba(0,0,0,.05);
  }
}

@media (min-width:64em) {
  .plan-product--active .plan-product__inner:after {
    right: -50px;
  }
}

.plan-product--active .plan-product__text {
  min-height: 0;
}

.plan-product--active .plan-product__charge {
  margin-bottom: 0!important;
}

@media (min-width:40em) {
  .plan-products {
    display: table;
    width: 100%;
    height: 100%;
  }
}

.plan-products--active .plan-product--inactive {
  display: none;
}

.plan-products--active .plan-product--active {
  border: 0;
}

.plan-product__overlay-trigger {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: #0072c9;
  cursor: pointer;
}

.plan-product__overlay-trigger:hover {
  text-decoration: underline;
}

.plan-confirm {
  padding: 30px 0;
  text-align: left;
  vertical-align: middle;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

@media (min-width:40em) {
  .plan-confirm {
    width: 66.66666%;
    padding: 0 50px 30px;
    display: table-cell;
  }
}

.mobile-plan__footer {
  padding-top: 40px;
  margin-bottom: -40px;
}

.mobile-plan__alert {
  color: #ff2744;
  font-weight: 700;
}

.c-panel-navigation {
  margin-bottom: 10px;
}

.c-panel-navigation:active,
.c-panel-navigation:focus,
.c-panel-navigation:hover {
  color: #73add8;
  cursor: pointer;
  outline: none;
}

.c-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2000;
  background-color: hsla(0,0%,100%,.8);
}

.c-mobile-overlay__panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  background-color: #fff;
  overflow-y: scroll;
  line-height: 26px;
}

@media (min-width:64em) {
  .c-mobile-overlay__panel {
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 540px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
    border-radius: .25em;
  }
}

.c-mobile-overlay__toggle {
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 0;
  cursor: pointer;
}

.c-mobile-overlay__toggle:after {
  display: inline-block;
  position: relative;
  top: .15em;
  content: "\2715";
  font-size: 1.3em;
  margin-left: 5px;
  text-decoration: none!important;
}

.panel-content__constraint {
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width:40em) {
  .mobile-products-header {
    text-align: center;
  }
}

@media (min-width:40em) {
  .mobile-products-header__title {
    margin-bottom: 0;
  }
}

@media (min-width:40em) {
  .mobile-products-header__text {
    margin-bottom: 40px;
  }
}

.mobile-products-wrapper {
  margin-bottom: 40px;
  text-align: center;
}

.mobile-product {
  width: 100%;
  display: inline-block;
  padding: 0 0 20px;
  margin-bottom: 40px;
  vertical-align: top;
  text-align: left;
}

.mobile-product:first-of-type {
  border-left: 0;
}

@media (min-width:40em) {
  .mobile-product {
    border-left: 1px solid silver;
    padding: 0 25px 25px;
    margin-bottom: 0;
  }
}

@media (min-width:64em) {
  .mobile-product {
    padding: 0 50px 20px;
  }
}

.mobile-product.mobile-product--active {
  padding-left: 0!important;
}

.mobile-product--roll .mobile-product__title {
  /*! autoprefixer: off */
  background-image: -webkit-linear-gradient(left,#ff4e01,#ffcb00);
}

.mobile-product--active {
  position: relative;
}

.mobile-product--active:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: bottom;
  background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(20%,#dadada),color-stop(80%,#dadada),to(transparent));
  background-image: -webkit-linear-gradient(left,transparent,#dadada 20%,#dadada 80%,transparent);
  background-image: -o-linear-gradient(left,transparent,#dadada 20%,#dadada 80%,transparent);
  background-image: linear-gradient(to right,transparent,#dadada 20%,#dadada 80%,transparent);
  border-bottom: 1px solid\9;
  z-index: 2;
}

@media (min-width:40em) {
  .mobile-product--active:before {
    height: 120%;
    width: 1px;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 1px 100%;
    background-position: 0 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(20%,#dadada),color-stop(80%,#dadada),to(transparent));
    background-image: -webkit-linear-gradient(top,transparent,#dadada 20%,#dadada 80%,transparent);
    background-image: -o-linear-gradient(top,transparent,#dadada 20%,#dadada 80%,transparent);
    background-image: linear-gradient(to bottom,transparent,#dadada 20%,#dadada 80%,transparent);
    border-right: 1px solid\9;
  }
}

.mobile-product--active:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 100%;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background-image: -webkit-radial-gradient(50% 0,ellipse,rgba(0,0,0,.08),transparent 60%);
  background-image: -o-radial-gradient(50% 0,ellipse,rgba(0,0,0,.08),transparent 60%);
  background-image: radial-gradient(ellipse at 50% 0,rgba(0,0,0,.08),transparent 60%);
  z-index: 1;
}

@media (min-width:40em) {
  .mobile-product--active:after {
    height: 120%;
    width: 15px;
    right: -15px;
    left: auto;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: -webkit-radial-gradient(0 50%,ellipse,rgba(0,0,0,.08),transparent 60%);
    background-image: -o-radial-gradient(0 50%,ellipse,rgba(0,0,0,.08),transparent 60%);
    background-image: radial-gradient(ellipse at 0 50%,rgba(0,0,0,.08),transparent 60%);
  }
}

.mobile-product--active .mobile-product__inner {
  position: relative;
}

.mobile-product--active .mobile-product__inner:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(45deg);
  -ms-transform: translate(-50%) rotate(45deg);
  transform: translate(-50%) rotate(45deg);
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 8px rgba(0,0,0,.05);
  box-shadow: 8px 8px 8px rgba(0,0,0,.05);
  z-index: 3;
}

@media (min-width:40em) {
  .mobile-product--active .mobile-product__inner:after {
    bottom: auto;
    left: auto;
    right: -35px;
    top: 50%;
    -webkit-transform: translateY(50%) rotate(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
    border-bottom: 0;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    -webkit-box-shadow: 8px -8px 8px rgba(0,0,0,.05);
    box-shadow: 8px -8px 8px rgba(0,0,0,.05);
  }
}

@media (min-width:64em) {
  .mobile-product--active .mobile-product__inner:after {
    right: -60px;
  }
}

.mobile-product__title {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateZ(0);
  color: #ff000b;
  background-image: -webkit-linear-gradient(left,#ff000b,#ff008f);
  display: inline-block;
}

.mobile-product--piggybank .mobile-product__title {
  color: #ff4e01;
  background-image: -webkit-linear-gradient(left,#ff4e01,#ffcb00);
}

.mobile-product__sub-title {
  line-height: 1;
  min-height: 45px;
}

.mobile-product__price {
  white-space: nowrap;
}

@media (max-width:39.99em) {
  .c-btn--mobile-product {
    width: 100%;
  }
}

.mobile-products-footer__alert {
  color: #ff2744;
}

@media (min-width:64em) {
  .mobile-products-footer {
    text-align: center;
  }
}

.data-product-confirm {
  width: 100%;
  display: inline-block;
  padding: 0 0 50px;
  text-align: left;
  vertical-align: top;
}

@media (min-width:40em) {
  .data-product-confirm {
    width: 66.66666%;
    padding: 0 50px 25px 25px;
  }
}

@media (min-width:64em) {
  .data-product-confirm {
    padding: 0 50px 25px;
  }
}

.addon-state .mobile-product--piggybank,
.addon-state .mobile-product--plan {
  display: none;
}

.addon-state .mobile-product--addon {
  border: 0;
}

.data-product-confirm__links-list {
  margin-bottom: 0;
}

.data-product-confirm__links-list li {
  margin-bottom: 5px;
}

.c-btn--mobile-product-cancel,
.c-btn--mobile-product-confirm {
  width: 100%;
}

@media (min-width:40em) {
  .c-btn--mobile-product-cancel,
  .c-btn--mobile-product-confirm {
    width: auto;
  }
}

.product-failure,
.product-success {
  text-align: center;
}

.success-tick {
  margin-bottom: 10px;
  width: 65px;
  height: 65px;
}

@media (min-width:64em) {
  .success-tick {
    width: 85px;
    height: 85px;
  }
}

.plan-product--manage-data:first-of-type {
  border-left: 0;
}

@media (min-width:40em) {
  .plan-product--manage-data {
    display: table-cell;
    width: 33.33333%;
  }
}

.plan-product.plan-product--roll .plan-product__title {
  /*! autoprefixer: off */
  background-image: -webkit-linear-gradient(left,#ff4e01,#ffcb00);
}

.white-theme.mobileordertracking-template .panel-content {
  line-height: 1.44444;
}

.white-theme.mobileordertracking-template .mobile-text-gradient--error {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left,#ff000b,#ff008f);
  color: #ff004d;
  display: inline-block;
}

.c-panel-navigation {
  background-color: transparent;
  border: 0;
  color: #0072c9;
  display: block;
  padding-left: 20px;
  line-height: 40px;
  position: absolute;
  top: 0;
}

.c-panel-navigation:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAABACAMAAACnZz6fAAAAG1BMVEUAAAAAcskAcskAcskAcskAcskAcskAcskAcsk09XWDAAAACHRSTlMAMGBwgI+f7y/+m9wAAABGSURBVHgB7c3LDYBADAPRIXyc/iuGCmJuK6085ycNUFIxd/fXjKrbIrVHxw4oKCgIj/4b/3KkQkJC1hI8gdMTeDyBS5rJC7vhD7kuyMbFAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: .8em;
  background-position: 50%;
  content: "";
  display: block;
  height: 2em;
  left: 0;
  position: absolute;
  top: .6em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 1em;
}

.c-panel-navigation:focus,
.c-panel-navigation:hover {
  color: #0072c9;
  cursor: pointer;
  outline: none;
  text-decoration: underline;
}

.c-mobile-handsets-overview-summary__handset {
  border: 1px solid #eaeaea;
  border-radius: 2px;
  display: inline-block;
  overflow: hidden;
  padding: 20px 40px;
}

.c-mobile-handsets-overview-summary__details,
.c-mobile-handsets-overview-summary__image {
  display: inline-block;
  vertical-align: middle;
}

.c-mobile-handsets-overview-summary__image {
  max-width: 3em;
  margin-right: 1em;
}

.c-mobile-handsets-overview-summary__details {
  padding-top: 2em;
  text-align: left;
}

.c-mobile-handsets-overview-summary__title {
  color: #4a4a4a;
  font-weight: 600;
}

.c-mobile-handsets-overview-summary__link {
  display: inline-block;
  line-height: 2em;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

.c-mobile-handsets-overview-summary__link:after {
  background: silver;
  background: -webkit-linear-gradient(top,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -o-linear-gradient(top,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,75%,0)),color-stop(silver),to(hsla(0,0%,75%,0)));
  background: linear-gradient(to bottom,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  content: "";
}

.c-mobile-handsets-overview-summary__link:last-of-type:after {
  display: none;
}

.c-mobile-handsets-cca-summary {
  margin: 0 auto;
  max-width: 47em;
}

.c-mobile-handsets-cca-summary__phone {
  text-align: center;
}

@media (min-width:64em) {
  .c-mobile-handsets-cca-summary__phone {
    text-align: left;
  }
}

.c-mobile-payments-table {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  border-spacing: 0;
  font-size: 16px;
  font-size: .88889rem;
  text-align: left;
}

@media (min-width:40em) {
  .c-mobile-payments-table {
    font-size: 18px;
  }
}

.c-mobile-payments-table__header {
  background-color: #f7f7f7;
  color: #707070;
}

.c-mobile-payments-table__cell,
.c-mobile-payments-table__header.c-mobile-payments-table__header {
  border-bottom: 1px solid #eaeaea;
  line-height: 1.2em;
  padding: 5px;
  width: 50%;
}

@media (min-width:40em) {
  .c-mobile-payments-table__cell,
  .c-mobile-payments-table__header.c-mobile-payments-table__header {
    padding: .2em 10px;
    width: auto;
  }
}

.c-mobile-payments-table__row:last-of-type .c-mobile-payments-table__cell,
.c-mobile-payments-table__row:last-of-type .c-mobile-payments-table__header {
  border-bottom: 0;
}

.c-mobile-payments-table__recurring-interval {
  font-size: 12px;
}

.c-mobile-handsets-cca-summary__alert .c-mobile-alert-icon {
  height: 17px;
  width: 18px;
  margin-right: 5px;
}

.request-email-statement--duplicate,
.request-email-statement--error {
  color: #ff2744;
}

.request-email-statement__spinner {
  font-size: 26px;
}

.request-email-statement__try-again-button {
  background-color: transparent;
  border: 0;
  color: #0072c9;
  padding: 0;
  margin: 0;
  display: inline-block;
  cursor: pointer;
}

.swap-education {
  max-width: 530px;
  margin: 0 auto;
}

@-webkit-keyframes swap-text-fade-one {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  55% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@keyframes swap-text-fade-one {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  55% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes swap-text-fade-two {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  55% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@keyframes swap-text-fade-two {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  55% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes swap-text-fade-three {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  55% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@keyframes swap-text-fade-three {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  55% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes swap-phone-animation-step-two {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes swap-phone-animation-step-two {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes swap-phone-animation-step-three {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  48% {
    -webkit-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotateY(30deg);
    transform: rotateY(30deg);
    opacity: 0;
  }

  52% {
    -webkit-transform: rotateY(30deg);
    transform: rotateY(30deg);
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes swap-phone-animation-step-three {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  48% {
    -webkit-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotateY(30deg);
    transform: rotateY(30deg);
    opacity: 0;
  }

  52% {
    -webkit-transform: rotateY(30deg);
    transform: rotateY(30deg);
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes swap-phone-animation-step-three-reflection {
  0% {
    -webkit-transform: rotate3d(0,-1,0,0deg);
    transform: rotate3d(0,-1,0,0deg);
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  48% {
    -webkit-transform: rotate3d(0,-1,0,-30deg);
    transform: rotate3d(0,-1,0,-30deg);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate3d(0,-1,0,30deg);
    transform: rotate3d(0,-1,0,30deg);
    opacity: 0;
  }

  52% {
    -webkit-transform: rotate3d(0,-1,0,30deg);
    transform: rotate3d(0,-1,0,30deg);
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0,-1,0,0deg);
    transform: rotate3d(0,-1,0,0deg);
    opacity: 1;
  }
}

@keyframes swap-phone-animation-step-three-reflection {
  0% {
    -webkit-transform: rotate3d(0,-1,0,0deg);
    transform: rotate3d(0,-1,0,0deg);
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  48% {
    -webkit-transform: rotate3d(0,-1,0,-30deg);
    transform: rotate3d(0,-1,0,-30deg);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate3d(0,-1,0,30deg);
    transform: rotate3d(0,-1,0,30deg);
    opacity: 0;
  }

  52% {
    -webkit-transform: rotate3d(0,-1,0,30deg);
    transform: rotate3d(0,-1,0,30deg);
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0,-1,0,0deg);
    transform: rotate3d(0,-1,0,0deg);
    opacity: 1;
  }
}

@-webkit-keyframes swap-phone-shadow-animation-step-2 {
  0% {
    opacity: 1;
  }

  35% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  55% {
    opacity: 0;
  }

  65% {
    opacity: 1;
  }

  to {
    opacity: 1%;
  }
}

@keyframes swap-phone-shadow-animation-step-2 {
  0% {
    opacity: 1;
  }

  35% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  55% {
    opacity: 0;
  }

  65% {
    opacity: 1;
  }

  to {
    opacity: 1%;
  }
}

.swap-education__heading {
  /*! autoprefixer: off */
  background-image: -webkit-linear-gradient(1turn,#c527fb,#1424fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.swap-education--step-2 .swap-education__heading {
  -webkit-animation: swap-text-fade-one 2s linear 0s 1 forwards;
  animation: swap-text-fade-one 2s linear 0s 1 forwards;
}

.swap-education--step-3 .swap-education__heading {
  -webkit-animation: swap-text-fade-two 2s linear 0s 1 forwards;
  animation: swap-text-fade-two 2s linear 0s 1 forwards;
}

.swap-education--replay .swap-education__heading {
  -webkit-animation: swap-text-fade-three 2s linear 0s 1 forwards;
  animation: swap-text-fade-three 2s linear 0s 1 forwards;
}

.swap-education-graphics {
  position: relative;
  width: 100%;
  height: 360px;
}

.swap-education-graphics__top {
  width: 100%;
  position: relative;
  padding-top: 40px;
}

.swap-education-graphics__top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  background-image: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),color-stop(60%,hsla(0,0%,100%,.6)),to(#fff));
  background-image: -webkit-linear-gradient(bottom,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.6) 60%,#fff);
  background-image: -o-linear-gradient(bottom,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.6) 60%,#fff);
  background-image: linear-gradient(to top,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.6) 60%,#fff);
  z-index: 1;
}

.swap-education-graphics__top-gradients,
.swap-education-graphics__top-gradients:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.swap-education-graphics__top-gradients:before {
  content: "";
  background-image: -webkit-radial-gradient(50% 50% circle,#1424fb 0,#fff 80%);
  background-image: -o-radial-gradient(50% 50% circle,#1424fb 0,#fff 80%);
  background-image: radial-gradient(circle at 50% 50%,#1424fb 0,#fff 80%);
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.swap-education--step-2 .swap-education-graphics__top-gradients:before {
  opacity: .2;
}

.swap-education--step-3 .swap-education-graphics__top-gradients:before {
  opacity: 0;
}

.swap-education-graphics__top-gradients:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-radial-gradient(50% 50% circle,#eaeaea 0,#fff 70%);
  background-image: -o-radial-gradient(50% 50% circle,#eaeaea 0,#fff 70%);
  background-image: radial-gradient(circle at 50% 50%,#eaeaea 0,#fff 70%);
  opacity: 1;
  -webkit-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.swap-education--step-2 .swap-education-graphics__top-gradients:after {
  opacity: 0;
}

.swap-education--step-3 .swap-education-graphics__top-gradients:after {
  opacity: 1;
}

.swap-education-graphics__top-edge {
  width: 100%;
  height: 24px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: -webkit-radial-gradient(at 50% 0,#e4e4e4,#fff 66%);
  background: -o-radial-gradient(at 50% 0,#e4e4e4,#fff 66%);
  background: radial-gradient(at 50% 0,#e4e4e4,#fff 66%);
}

.swap-education-graphics__top-edge:after {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-image: -webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),color-stop(50%,#e3e3e3),to(hsla(0,0%,100%,0)));
  background-image: -webkit-linear-gradient(right,hsla(0,0%,100%,0) 0,#e3e3e3 50%,hsla(0,0%,100%,0) 100%);
  background-image: -o-linear-gradient(right,hsla(0,0%,100%,0) 0,#e3e3e3 50%,hsla(0,0%,100%,0) 100%);
  background-image: linear-gradient(to left,hsla(0,0%,100%,0) 0,#e3e3e3 50%,hsla(0,0%,100%,0) 100%);
}

.swap-education-graphics__circle {
  position: absolute;
  height: 200px;
  width: 200px;
  top: calc($global-spacing-unit-large + 10px);
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.swap-education-graphics__circle:after {
  background-color: hsla(0,0%,100%,.9);
  background-image: -webkit-linear-gradient(top,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.9) 100%);
  background-image: -o-linear-gradient(top,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.9) 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.4)),to(hsla(0,0%,100%,.9)));
  background-image: linear-gradient(to bottom,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.9) 100%);
  background-color: transparent;
  border-radius: 50%;
  bottom: -3px;
  -webkit-box-shadow: 0 .1em .5em rgba(34,34,34,.2);
  box-shadow: 0 .1em .5em rgba(34,34,34,.2);
  content: "";
  display: block;
  left: -3px;
  position: absolute;
  right: -3px;
  top: -3px;
  z-index: -1;
}

.swap-education-graphics__circle--reflection {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  opacity: .1;
}

.swap-education-graphics__circle--reflection:after {
  content: "";
  height: 200px;
  width: 200px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),color-stop(#fff),color-stop(60%,#fff));
  background: -webkit-linear-gradient(bottom,hsla(0,0%,100%,0),#fff,#fff 60%);
  background: -o-linear-gradient(bottom,hsla(0,0%,100%,0),#fff,#fff 60%);
  background: linear-gradient(to top,hsla(0,0%,100%,0),#fff,#fff 60%);
}

.swap-education--step-1.swap-education--half-step-1 .swap-education-graphics__circle,
.swap-education--step-2.swap-education--half-step-1 .swap-education-graphics__circle {
  opacity: 1;
}

.swap-education--step-2.swap-education--half-step-2 .swap-education-graphics__circle,
.swap-education--step-3 .swap-education-graphics__circle {
  opacity: 0;
}

.swap-education-graphics__circle-inner {
  height: 200px;
  width: 200px;
  position: relative;
}

.swap-education-graphics__circle-data {
  /*! autoprefixer: off */
  background-image: -webkit-linear-gradient(180deg,#c527fb,#1424fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  line-height: 1;
  transition: opacity .5s ease;
  opacity: 0;
}

.swap-education--step-2 .swap-education-graphics__circle-data {
  opacity: 1;
}

.swap-education-graphics__circle-data .circle-counter {
  /*! autoprefixer: off */
  background-image: -webkit-linear-gradient(180deg,#c527fb,#1424fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 6em;
  line-height: .75em;
  font-weight: 700;
  will-change: transform;
}

.swap-education-graphics__circle-data .circle-text {
  /*! autoprefixer: off */
}

.swap-education-graphics__circle-data .circle-text,
.swap-education-graphics__circle-data .circle-text span {
  background-image: -webkit-linear-gradient(180deg,#c527fb,#1424fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  display: block;
}

.swap-education-graphics__circle-data .circle-text span {
  /*! autoprefixer: off */
}

.swap-circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 1.2s ease;
  -o-transition: stroke-dashoffset 1.2s ease;
  transition: stroke-dashoffset 1.2s ease;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.swap-education--step-2 .swap-circle {
  stroke-dashoffset: 603.1857894892403;
}

.swap-education-graphics__bottom {
  -webkit-transform: translateY(-100%) scaleY(-1);
  -ms-transform: translateY(-100%) scaleY(-1);
  transform: translateY(-100%) scaleY(-1);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  position: relative;
  opacity: .1;
}

.swap-education-graphics__bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),color-stop(#fff),color-stop(70%,#fff));
  background: -webkit-linear-gradient(bottom,hsla(0,0%,100%,0),#fff,#fff 70%);
  background: -o-linear-gradient(bottom,hsla(0,0%,100%,0),#fff,#fff 70%);
  background: linear-gradient(to top,hsla(0,0%,100%,0),#fff,#fff 70%);
  z-index: 10;
}

.swap-phone {
  width: 115px;
  height: 232px;
  position: relative;
  margin: 0 auto;
  z-index: 10;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.swap-phone-inner {
  width: 115px;
  height: 232px;
  overflow: hidden;
}

.swap-phone-inner:after {
  content: "";
  position: absolute;
  width: 152px;
  height: 25px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(https://www.sky.com/assets2/mobile/shadow.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  z-index: -1;
}

.swap-education--step-2 .swap-phone-inner:after {
  -webkit-animation: swap-phone-shadow-animation-step-2 2s ease-in-out 0s 1 forwards;
  animation: swap-phone-shadow-animation-step-2 2s ease-in-out 0s 1 forwards;
}

.swap-education--step-3 .swap-phone-inner {
  overflow: visible;
  -webkit-animation: swap-phone-animation-step-three 2s ease-in-out 0s 1 forwards;
  animation: swap-phone-animation-step-three 2s ease-in-out 0s 1 forwards;
}

.swap-education--step-3 .swap-education-graphics__bottom .swap-phone-inner {
  -webkit-animation: swap-phone-animation-step-three-reflection 2s ease-in-out 0s 1 forwards;
  animation: swap-phone-animation-step-three-reflection 2s ease-in-out 0s 1 forwards;
}

.swap-phone-image {
  width: 115px;
  height: 232px;
  padding: 32px 10px;
  background-image: url(https://www.sky.com/assets2/mobile/phone-black.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: table;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.swap-education--step-2 .swap-phone-image {
  -webkit-animation: swap-phone-animation-step-two 2s ease-in-out 0s 1 forwards;
  animation: swap-phone-animation-step-two 2s ease-in-out 0s 1 forwards;
}

.swap-education--step-2.swap-education--half-step-2 .swap-phone-image,
.swap-education--step-3.swap-education--half-step-2 .swap-phone-image {
  background-image: url(https://www.sky.com/assets2/mobile/phone-white.png);
}

.swap-education--step-3.swap-education--half-step-3 .swap-phone-image {
  background-image: url(https://www.sky.com/assets2/mobile/phone-black.png);
}

.swap-phone-image__text {
  color: #fff;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.swap-phone-image__text span {
  display: block;
  font-size: 4em;
  line-height: .75em;
  font-weight: 700;
}

.swap-education--step-2.swap-education--half-step-2 .swap-phone-image__text,
.swap-education--step-3.swap-education--half-step-2 .swap-phone-image__text,
.swap-education--step-3.swap-education--half-step-3 .swap-phone-image__text {
  color: #4a4a4a;
}

.swap-education--step-3.swap-education--half-step-3 .swap-phone-image__text {
  color: #fff;
}

.swap-education--replay .swap-phone-image__text {
  -webkit-animation: swap-text-fade-three 2s linear 0s 1 forwards;
  animation: swap-text-fade-three 2s linear 0s 1 forwards;
}

.swap-education-information {
  margin-top: -40px;
  position: relative;
  z-index: 10;
}

.swap-education-information__text {
  min-height: 70px;
}

@media (max-width:26.24em) {
  .swap-education-information__text {
    min-height: 125px;
  }
}

.swap-education--step-2 .swap-education-information__text {
  -webkit-animation: swap-text-fade-one 2s linear 0s 1 forwards;
  animation: swap-text-fade-one 2s linear 0s 1 forwards;
}

.swap-education--step-3 .swap-education-information__text {
  -webkit-animation: swap-text-fade-two 2s linear 0s 1 forwards;
  animation: swap-text-fade-two 2s linear 0s 1 forwards;
}

.swap-education--replay .swap-education-information__text {
  -webkit-animation: swap-text-fade-three 2s linear 0s 1 forwards;
  animation: swap-text-fade-three 2s linear 0s 1 forwards;
}

.swap-education-navigation__dots {
  list-style-type: none;
  margin: 0 40px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width:26.24em) {
  .swap-education-navigation__dots {
    margin: 0 20px;
  }
}

.swap-education-navigation__dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #0072c9;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

.swap-education-navigation__dot--active {
  background-color: #0072c9;
}

.swap-education-navigation__btn {
  border: 0;
  background-color: transparent;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
  display: inline-block;
  min-width: 40px;
  outline: none;
}

.swap-education-navigation__btn.swap-education-navigation__btn--next {
  color: #0072c9;
}

.swap-education-navigation__btn.swap-education-navigation__btn--next:disabled {
  color: silver;
}

.c-tile.c-tile-theme--mobile-account .c-tile__content,
.c-tile.tile-template--mobileusage .c-tile__content {
  background-color: #fff;
}

.c-tile.c-tile-theme--mobile-account .c-tile__poster--bottom,
.c-tile.tile-template--mobileusage .c-tile__poster--bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

.c-tile.c-tile-theme--mobile-account .c-spinner-overlay,
.c-tile.tile-template--mobileusage .c-spinner-overlay {
  background-color: #fff;
}

.c-tile.c-tile-theme--mobile-account .c-tile__link .c-tile__content:focus,
.c-tile.c-tile-theme--mobile-account .c-tile__link .c-tile__content:focus .c-tile__body,
.c-tile.c-tile-theme--mobile-account .c-tile__link .c-tile__content:focus .c-tile__title,
.c-tile.c-tile-theme--mobile-account .c-tile__link .c-tile__content:hover,
.c-tile.c-tile-theme--mobile-account .c-tile__link .c-tile__content:hover .c-tile__body,
.c-tile.c-tile-theme--mobile-account .c-tile__link .c-tile__content:hover .c-tile__title,
.c-tile.c-tile-theme--mobile-account .c-tile__link:focus,
.c-tile.c-tile-theme--mobile-account .c-tile__link:focus .c-tile__body,
.c-tile.c-tile-theme--mobile-account .c-tile__link:focus .c-tile__title,
.c-tile.c-tile-theme--mobile-account .c-tile__link:hover,
.c-tile.c-tile-theme--mobile-account .c-tile__link:hover .c-tile__body,
.c-tile.c-tile-theme--mobile-account .c-tile__link:hover .c-tile__title,
.c-tile.tile-template--mobileusage .c-tile__link .c-tile__content:focus,
.c-tile.tile-template--mobileusage .c-tile__link .c-tile__content:focus .c-tile__body,
.c-tile.tile-template--mobileusage .c-tile__link .c-tile__content:focus .c-tile__title,
.c-tile.tile-template--mobileusage .c-tile__link .c-tile__content:hover,
.c-tile.tile-template--mobileusage .c-tile__link .c-tile__content:hover .c-tile__body,
.c-tile.tile-template--mobileusage .c-tile__link .c-tile__content:hover .c-tile__title,
.c-tile.tile-template--mobileusage .c-tile__link:focus,
.c-tile.tile-template--mobileusage .c-tile__link:focus .c-tile__body,
.c-tile.tile-template--mobileusage .c-tile__link:focus .c-tile__title,
.c-tile.tile-template--mobileusage .c-tile__link:hover,
.c-tile.tile-template--mobileusage .c-tile__link:hover .c-tile__body,
.c-tile.tile-template--mobileusage .c-tile__link:hover .c-tile__title {
  text-decoration: none;
}

.c-mobile-tile-header {
  padding: .55556em;
}

.c-mobile-tile-header__title {
  font-size: 1.88889em;
  margin-bottom: .55556em;
}

.c-mobile-tile-header__action {
  color: #707070;
  margin-bottom: 0;
}

.c-tile__link .c-mobile-tile-header__action {
  color: #0072c9;
}

.c-mobile-tile-header__action.is-disabled {
  color: #707070;
}

.c-mobile-tile-content {
  padding: 1.11111em;
}

.c-mobile-tile-content__error {
  font-size: 1em;
}

.c-mobile-tile-content__unavailable-sub-title {
  margin-bottom: .55556em;
}

.c-tile__footer-text {
  font-size: .8em;
  left: 0;
  position: absolute;
  right: 0;
  top: 16em;
}

@-webkit-keyframes rollFill {
  to {
    height: 75%;
  }
}

@keyframes rollFill {
  to {
    height: 75%;
  }
}

.c-mobile-usage-graphic {
  height: 9em;
  margin: -.5em auto 0;
  position: relative;
  text-align: center;
  width: 9em;
  z-index: 10;
}

.c-mobile-usage-graphic:before {
  background-image: -webkit-radial-gradient(ellipse farthest-corner at 50% 50%,rgba(34,34,34,.1) 0,rgba(34,34,34,0) 75%);
  background-image: -o-radial-gradient(ellipse farthest-corner at 50% 50%,rgba(34,34,34,.1) 0,rgba(34,34,34,0) 75%);
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%,rgba(34,34,34,.1) 0,rgba(34,34,34,0) 75%);
  top: 99%;
  content: "";
  display: block;
  position: absolute;
  left: -5%;
  width: 110%;
  height: .5em;
  background-size: contains;
  z-index: -10;
}

.c-mobile-usage-graphic:after {
  background-color: hsla(0,0%,100%,.9);
  background-image: -webkit-linear-gradient(top,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.9) 100%);
  background-image: -o-linear-gradient(top,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.9) 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.4)),to(hsla(0,0%,100%,.9)));
  background-image: linear-gradient(to bottom,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.9) 100%);
  background-color: transparent;
  border-radius: 5em;
  bottom: -5px;
  -webkit-box-shadow: 0 .1em .5em rgba(34,34,34,.1);
  box-shadow: 0 .1em .5em rgba(34,34,34,.1);
  content: "";
  display: block;
  left: -5px;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: -1;
}

.c-mobile-usage-graphic__reflection-wrapper {
  height: 3em;
  overflow: hidden;
  position: absolute;
  top: calc(101% + 6px);
  width: 9em;
}

.c-mobile-usage-graphic__reflection {
  background-color: #fff;
  border-radius: 5em;
  -webkit-box-shadow: 0 .1em .5em rgba(34,34,34,.1);
  box-shadow: 0 .1em .5em rgba(34,34,34,.1);
  height: 9em;
  width: 9em;
}

.c-mobile-usage-graphic__reflection:before {
  background-color: hsla(0,0%,100%,.25);
  background-image: -webkit-linear-gradient(top,hsla(0,0%,62%,.2) 0,hsla(0,0%,100%,.25) 20%);
  background-image: -o-linear-gradient(top,hsla(0,0%,62%,.2) 0,hsla(0,0%,100%,.25) 20%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,62%,.2)),color-stop(20%,hsla(0,0%,100%,.25)));
  background-image: linear-gradient(to bottom,hsla(0,0%,62%,.2) 0,hsla(0,0%,100%,.25) 20%);
  border-radius: 50%;
  bottom: 5px;
  content: "";
  display: block;
  left: 5px;
  opacity: .1;
  position: absolute;
  right: 5px;
  top: 5px;
}

.c-mobile-usage-graphic__reflection:after {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top,hsla(0,0%,100%,0) 0,#fff 50%);
  background-image: -o-linear-gradient(top,hsla(0,0%,100%,0) 0,#fff 50%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(50%,#fff));
  background-image: linear-gradient(to bottom,hsla(0,0%,100%,0) 0,#fff 50%);
  background-color: transparent;
  content: "";
  display: block;
  height: 3em;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c-mobile-usage-graphic__gauge {
  -webkit-box-shadow: 0 .1em .5em rgba(34,34,34,.05);
  box-shadow: 0 .1em .5em rgba(34,34,34,.05);
  border-radius: 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c-mobile-usage-graphic__gauge:before {
  background-color: hsla(0,0%,100%,.25);
  background-image: -webkit-linear-gradient(top,hsla(0,0%,62%,.2) 0,hsla(0,0%,100%,.25) 20%);
  background-image: -o-linear-gradient(top,hsla(0,0%,62%,.2) 0,hsla(0,0%,100%,.25) 20%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,62%,.2)),color-stop(20%,hsla(0,0%,100%,.25)));
  background-image: linear-gradient(to bottom,hsla(0,0%,62%,.2) 0,hsla(0,0%,100%,.25) 20%);
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c-mobile-usage-graphic__inner {
  left: 1em;
  position: absolute;
  right: 1em;
  top: 3em;
  z-index: 10;
}

.c-mobile-usage-graphic__overlay {
  padding: 2px;
  position: relative;
}

.c-mobile-usage-graphic__amount {
  font-size: 1.88889em;
  font-weight: 800;
  line-height: 1em;
  margin-bottom: -.2em;
}

.c-mobile-usage-graphic__description {
  font-size: .88889em;
  line-height: 1.2em;
  margin: 0 auto;
  max-width: 7em;
  padding-top: .5em;
  color: #3d3d3d;
}

.c-mobile-usage-graphic__sub-message {
  bottom: 1.5em;
  color: #6c6c6c;
  font-size: .66667em;
  left: 2.5em;
  margin-bottom: 0;
  position: absolute;
  right: 2.5em;
}

.c-mobile-usage-graphic-indicator {
  height: 9em;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c-mobile-usage-graphic-indicator--circular {
  -webkit-transform: rotate(-89deg);
  -ms-transform: rotate(-89deg);
  transform: rotate(-89deg);
}

.c-mobile-usage-graphic-indicator__fill {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  will-change: transform;
}

.c-mobile-usage-graphic-indicator.is-ie.is-empty {
  display: none;
}

.c-mobile-usage-graphic--mix .c-mobile-usage-graphic__amount {
  /*! autoprefixer: off */
  display: inline-block;
}

.c-mobile-tile-content__mix-plan-description,
.c-mobile-tile-content__mix-plan-title,
.c-mobile-usage-graphic--mix .c-mobile-usage-graphic__amount {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateZ(0);
  color: #ff008f;
  background-image: -webkit-linear-gradient(left,#ff000b 0,#ff008f 30%);
  background-size: 100%;
}

.c-mobile-tile-content__mix-plan-description,
.c-mobile-tile-content__mix-plan-title {
  /*! autoprefixer: off */
  display: inline-block;
  line-height: 1.1;
  display: list-item;
}

.c-mobile-tile-content__mix-plan-title {
  font-size: 1.88889em;
  font-weight: 800;
  padding-bottom: .29412em;
}

.c-mobile-tile-content__mix-plan-description {
  font-size: 1em;
  padding-bottom: .55556em;
}

.c-mobile-tile-content__bill-copy {
  font-size: 1em;
  margin-bottom: .27778em;
}

.c-mobile-tile-content__bill-amount {
  font-size: 1.88889em;
  font-weight: 700;
  margin-bottom: .58824em;
}

.hero.hero-mobile {
  padding-bottom: 12vw;
}

@media (max-width:39.99em) {
  .hero.hero-mobile {
    display: block;
    padding-bottom: 0;
  }
}

.hero.hero-mobile .c-blackjack-tabs__marker--mobile-hub {
  width: 6em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero.hero-mobile .c-blackjack-tabs__marker:before {
  margin-left: -8px;
}

.mobile-hero__account-number {
  display: block;
}

@media (min-width:46.25em) {
  .c-form-select.c-form-select--mobile-hero {
    width: auto;
  }
}

.c-form-select.c-form-select--mobile-hero .c-form-select__dropdown {
  padding-right: 50px;
}

.c-blackjack-tabs__nav.c-blackjack-tabs__nav--mobile-hub {
  overflow-x: auto;
  margin-bottom: 0;
}

.is-active--mobile-hub {
  position: relative;
  z-index: 1;
}

.is-active--mobile-hub:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10px 0;
  border-color: #4a4a4a transparent transparent;
}

.is-active--mobile-hub:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  bottom: -5px;
  width: 100%;
  background-color: #4a4a4a;
  border-radius: .25em;
  z-index: -1;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
}

@media (min-width:64em) {
  .is-active--mobile-hub:before {
    -webkit-box-shadow: 1px 5px 14px 0 rgba(0,0,0,.2);
    box-shadow: 1px 5px 14px 0 rgba(0,0,0,.2);
  }
}

.mobile-help-footer {
  margin-bottom: 44px;
  padding-top: 44px;
  position: relative;
  text-align: center;
}

@media (max-width:39.99em) {
  .c-table-simple__row--statement:first-of-type {
    border-top: 1px solid silver;
  }
}

tbody .c-table-simple__row--statement:last-of-type {
  border-bottom-width: 2px;
}

@media (max-width:39.99em) {
  .c-table-simple__row--statement {
    display: block;
  }
}

.c-table-simple__row--past {
  border-bottom: 1px solid #222;
}

.c-table-simple__row--present {
  font-weight: 700;
  border-bottom: 1px solid #222;
}

.c-table-simple__row--future {
  border-bottom: 1px solid silver;
  color: silver;
}

.c-table-simple__row--statement-head {
  background-color: #eaeaea;
  border: 0!important;
}

@media (max-width:39.99em) {
  .c-table-simple__row--statement-head {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important;
  }
}

.c-table-simple__row--statement-head td {
  font-weight: 700;
}

.c-table-simple__cell.c-table-simple__cell--statement {
  text-align: left;
}

@media (max-width:39.99em) {
  .c-table-simple__cell.c-table-simple__cell--statement:first-of-type:before {
    top: 20px;
  }
}

@media (max-width:39.99em) {
  .c-table-simple__cell.c-table-simple__cell--statement:first-of-type {
    padding-top: 20px;
    min-height: 40px;
  }
}

@media (min-width:40em) {
  .c-table-simple__cell.c-table-simple__cell--statement:first-of-type {
    padding-left: 10px;
  }
}

@media (max-width:39.99em) {
  .c-table-simple__cell.c-table-simple__cell--statement:last-of-type {
    padding-bottom: 20px;
    min-height: 50px;
  }
}

@media (max-width:39.99em) {
  .c-table-simple__cell.c-table-simple__cell--statement:before {
    content: attr(data-column-title);
    display: inline-block;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 10px;
  }
}

@media speech {
  .c-table-simple__cell.c-table-simple__cell--statement:before {
    display: none;
  }
}

@media (max-width:39.99em) {
  .c-table-simple__cell.c-table-simple__cell--statement {
    text-align: right!important;
    display: block;
    position: relative;
    padding-left: 90px;
    padding-right: 0;
    font-size: .8em;
    min-height: 30px;
  }
}

@media (max-width:39.99em) {
  .c-table-simple__cell.c-table-simple__cell--statement:not(:last-of-type) {
    padding-bottom: 0;
  }
}

.statement-table-pagination {
  margin: 0 0 20px;
  line-height: 0;
  text-align: left;
}

.statement-table-pagination__item {
  display: inline-block;
  margin-right: 5px;
  line-height: 0;
  width: 20px;
  height: 20px;
}

.statement-table-pagination__button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
}

.statement-table-pagination__button:focus {
  outline: 0;
}

.statement-table-pagination__button svg {
  overflow: visible;
}

.statement-table-pagination__button.is-disabled {
  cursor: inherit;
}

.statement-table-pagination__button.is-disabled path {
  fill: #eaeaea;
}

.c-notification-banner {
  background-color: #fff;
  padding: 10px 0;
  -webkit-box-shadow: inset 0 8px 6px -6px rgba(0,0,0,.2),0 8px 6px -6px rgba(0,0,0,.2);
  box-shadow: inset 0 8px 6px -6px rgba(0,0,0,.2),0 8px 6px -6px rgba(0,0,0,.2);
  margin-bottom: 10px;
  position: relative;
}

@media (min-width:61.25em) {
  .c-notification-banner {
    padding: 10px 200px;
    min-height: 140px;
    display: table;
    width: 100%;
  }
}

@media (min-width:61.25em) {
  .c-notification-banner__text {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
}

.c-notification-banner__title--alert {
  color: #ff2744;
}

.c-notification-banner__title--success {
  color: #299934;
}

.c-notification-banner__title strong,
.c-notifications-banner__alert-icon {
  display: inline-block;
  vertical-align: middle;
}

.c-notifications-banner__alert-icon {
  margin-right: 5px;
}

.c-notification-navigation {
  text-align: center;
}

@media (min-width:61.25em) {
  .c-notification-navigation {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.c-notification-navigation__list {
  margin-left: 0;
  margin-bottom: 5px;
  display: inline-block;
}

@media (min-width:46.25em) {
  .c-notification-navigation__list {
    margin-bottom: 0;
  }
}

.c-notification-navigation__item {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
}

.c-notification-navigation__notification-counter {
  display: inline-block;
  text-align: center;
  min-width: 40px;
}

.c-notification-navigation__notification-counter-current:after {
  content: "/";
}

.c-notification-navigation__button,
.c-notification-navigation__notification-counter-current,
.c-notification-navigation__notification-counter-total {
  display: inline-block;
  vertical-align: middle;
}

.c-notification-navigation__button {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  position: relative;
  background-color: transparent;
}

.c-notification-navigation__button:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 26%;
  border-bottom: 2px solid #0072c9;
}

.c-notification-navigation__button--previous:after {
  right: 50%;
  border-left: 2px solid #0072c9;
  -webkit-transform: rotate(45deg) translate(50%,-50%);
  -ms-transform: rotate(45deg) translate(50%,-50%);
  transform: rotate(45deg) translate(50%,-50%);
}

.c-notification-navigation__button--next:after {
  left: 50%;
  border-right: 2px solid #0072c9;
  -webkit-transform: rotate(-45deg) translate(-50%,-50%);
  -ms-transform: rotate(-45deg) translate(-50%,-50%);
  transform: rotate(-45deg) translate(-50%,-50%);
}

.c-notification-navigation__toggle {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1;
  color: #4a4a4a;
  background-color: transparent;
  border: 0;
}

.c-notification-navigation__toggle:after {
  display: inline-block;
  position: relative;
  content: "\2715";
  font-size: 1.5em;
  margin-left: 20px;
  text-decoration: none;
}

.mobile-sell-through {
  background-color: #fff;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(50%,#fff),color-stop(90%,#f2f2f2),to(#eee));
  background-image: -webkit-linear-gradient(top,#fff 0,#fff 50%,#f2f2f2 90%,#eee 100%);
  background-image: -o-linear-gradient(top,#fff 0,#fff 50%,#f2f2f2 90%,#eee 100%);
  background-image: linear-gradient(to bottom,#fff 0,#fff 50%,#f2f2f2 90%,#eee 100%);
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  opacity: .001;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease,-webkit-transform .6s ease;
}

@media (min-width:46.25em) {
  .mobile-sell-through {
    display: table;
    margin-top: 50px;
    vertical-align: middle;
    width: 100%;
  }
}

.mobile-sell-through__link {
  color: inherit;
}

.mobile-sell-through__link:hover {
  text-decoration: none;
}

.mobile-sell-through__text {
  padding: 25px;
}

@media (max-width:46.24em) {
  .mobile-sell-through__text {
    padding-bottom: 0;
  }
}

@media (min-width:46.25em) {
  .mobile-sell-through__text {
    padding-left: 170px;
    display: table-cell;
    vertical-align: middle;
  }
}

.mobile-sell-through__button {
  padding: 25px;
}

@media (min-width:46.25em) {
  .mobile-sell-through__button {
    padding: 25px 40px 25px 0;
    display: table-cell;
    vertical-align: middle;
  }
}

.mobile-sell-through.mobile-sell-through--in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mobile-sell-through__background {
  background-image: url(https://www.sky.com/assets2/mobile/banner-sim-mobile.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (min-width:46.25em) {
  .mobile-sell-through__background {
    background-image: url(https://www.sky.com/assets2/mobile/banner-sim.png);
    background-position: 15px 0;
    background-size: auto calc(100% + 1px);
    display: table;
    width: 100%;
  }
}

.mobile-sell-through__title {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(1turn,#f08300 0,#e3000f 35%,#a72879 80%,#064496 100%);
  color: #f08300;
  display: inline-block;
}

.c-btn.c-btn--mobile-sell-through {
  white-space: nowrap;
  padding: 1px;
  background-image: -webkit-gradient(linear,left top,right top,from(#f08300),color-stop(35%,#e3000f),color-stop(80%,#a72879),to(#064496));
  background-image: -webkit-linear-gradient(left,#f08300 0,#e3000f 35%,#a72879 80%,#064496 100%);
  background-image: -o-linear-gradient(left,#f08300 0,#e3000f 35%,#a72879 80%,#064496 100%);
  background-image: linear-gradient(to right,#f08300 0,#e3000f 35%,#a72879 80%,#064496 100%);
  border: 0;
}

.c-btn.c-btn--mobile-sell-through .c-btn--mobile-sell-through__inner {
  padding: 4px 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: .2em;
}

.c-btn.c-btn--mobile-sell-through .c-btn--mobile-sell-through__text {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(1turn,#f08300 0,#e3000f 35%,#a72879 80%,#064496 100%);
  color: #f08300;
  display: inline-block;
}

.c-mobile-signin .c-form-list__item {
  width: 100%;
}

.c-mobile-signin .c-mobile-signin__form {
  margin: auto;
}

@media (max-width:46.24em) {
  .u-lock-scroll\@small {
    overflow: hidden;
  }
}

@media (max-width:46.24em) {
  .u-lock-scroll\@small body {
    overflow: hidden;
    height: 100%;
  }
}

.c-lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  background: hsla(0,0%,100%,.75);
}

.c-lightbox__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  border-radius: .25em;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  overflow-y: auto;
}

@media (min-width:64em) {
  .c-lightbox__content {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    max-width: 30em;
    height: auto;
  }
}

.c-lightbox__content p:last-child {
  margin-bottom: 0;
}

.c-lightbox__close {
  position: absolute;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: none;
  top: 10px;
  right: 20px;
}

@media (max-width:63.99em) {
  .c-lightbox__close .c-lightbox__close-label {
    visibility: hidden;
  }
}

.c-lightbox__icon {
  margin: 0;
  position: relative;
  top: .15em;
  right: -.5em;
  fill: #707070;
}

.u-lock-scroll {
  overflow: hidden;
}

.u-lock-scroll body {
  overflow: hidden;
  height: 100%;
}

.lure {
  text-align: center;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  position: absolute;
  padding: .5em;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lure__link {
  display: inline-block;
}

.lure__label {
  display: none;
}

@media (min-width:64em) {
  .lure__label {
    display: block;
    margin-bottom: 5px;
  }
}

.lure__icon {
  display: block;
  margin: 0 auto;
  width: 38px;
  height: 38px;
  border: 2px solid rgba(0,0,0,.125);
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  padding: 5px;
}

.lure__icon path {
  stroke: #0072c9;
  stroke-width: 2px;
  fill: none;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.view {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 480px;
  pointer-events: none;
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,65%,0)),to(hsla(0,0%,65%,.1)));
  background-image: -webkit-linear-gradient(top,hsla(0,0%,65%,0) 0,hsla(0,0%,65%,.1) 100%);
  background-image: -o-linear-gradient(top,hsla(0,0%,65%,0) 0,hsla(0,0%,65%,.1) 100%);
  background-image: linear-gradient(to bottom,hsla(0,0%,65%,0) 0,hsla(0,0%,65%,.1) 100%);
  background-size: 100% 175px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #fff;
}

.view:after {
  display: block;
  height: 10px;
  background-color: hsla(0,0%,100%,.3);
}

.view:after,
.view:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
}

.view:before {
  height: 460px;
  background-repeat: no-repeat;
  background-position: top;
  opacity: 0;
  will-change: transform;
  -webkit-transition: opacity 1s linear .15s,-webkit-transform 1s ease-in-out;
  transition: opacity 1s linear .15s,-webkit-transform 1s ease-in-out;
  -o-transition: opacity 1s linear .15s,transform 1s ease-in-out;
  transition: opacity 1s linear .15s,transform 1s ease-in-out;
  transition: opacity 1s linear .15s,transform 1s ease-in-out,-webkit-transform 1s ease-in-out;
}

@media (min-width:46.25em) {
  .view {
    background: none;
    padding: 0!important;
    height: 100vh;
  }

  .view:after {
    display: none;
  }

  .view:before {
    bottom: auto;
    top: 0;
    right: -20px;
    width: 50%;
    height: 100%!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
    -webkit-transform: rotate(-5deg) scale(1.1);
    -ms-transform: rotate(-5deg) scale(1.1);
    transform: rotate(-5deg) scale(1.1);
  }
}

.view.is-in-view {
  pointer-events: all;
}

.view.is-in-view:before {
  opacity: 1;
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}

.view.is-in-view .view__animation-context>* {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width:46.25em) {
  .view__content {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 40;
  }
}

@media (max-width:46.24em) {
  .view__button.view__button {
    width: auto;
    background: #fff;
    color: #0072c9;
    position: absolute;
    bottom: 60px;
    left: 20px;
    right: 20px;
  }
}

.view__legal {
  position: relative;
  left: 20px;
  z-index: 30;
}

@media (min-width:46.25em) {
  .view__legal {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: none;
  }

  .is-in-view .view__legal {
    display: block;
  }
}

.view__animation-context {
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease,-webkit-transform .1s ease;
}

@media (max-width:63.99em) {
  .view__animation-context {
    -webkit-transform: inherit!important;
    -ms-transform: inherit!important;
    transform: inherit!important;
  }
}

.view__animation-context>*,
.view__animation-context>.c-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  will-change: transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.view__animation-context>:nth-child(2) {
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
}

.view__animation-context>:nth-child(3) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.view__animation-context>:nth-child(4) {
  -webkit-transition-delay: .75s;
  -o-transition-delay: .75s;
  transition-delay: .75s;
}

.view__lure {
  display: none;
}

.is-in-view .view__lure {
  display: block;
}

.views {
  position: relative;
}

@media (min-width:46.25em) {
  .views.is-fixed .view:before,
  .views.is-fixed .view__content,
  .views.is-fixed .view__legal,
  .views.is-fixed .view__lure {
    position: fixed;
  }
}

.u-faux-link {
  color: #0072c9;
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0;
}

.u-faux-link:hover {
  text-decoration: underline;
}

.c-hero--mobile-features.c-hero--mobile-features .c-hero__caption h1,
.grad-text {
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grad-text--mix {
  /*! autoprefixer: off */
  color: #ff000b;
  background-image: -webkit-linear-gradient(1turn,#ff000b 0,#ff008f 30%);
}

.grad-text--sync {
  /*! autoprefixer: off */
  color: #57c72c;
  background-image: -webkit-linear-gradient(1turn,#2af2ef,#57c72c);
}

.grad-text--roll {
  /*! autoprefixer: off */
  color: #ffcb00;
  background-image: -webkit-linear-gradient(1turn,#ffcb00,#ff5101);
}

.c-hero--mobile-features.c-hero--mobile-features .c-hero__caption h1,
.grad-text--full {
  /*! autoprefixer: off */
  color: #f600a8;
  background-image: -webkit-linear-gradient(320deg,#ffd300 0,#ff7100 20%,red 50%,#f600a8 80%,#f600a8 100%);
}

.views.is-fixed .video-background {
  position: fixed;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}

.video-background {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
}

.video-background--bottom {
  top: auto;
  bottom: 0;
}

.view--swap,
.view--sync {
  padding-bottom: 370px;
}

.view--swap:before,
.view--sync:before {
  height: 350px;
}

.view--mix:before {
  background-image: url(https://www.sky.com/assets2/mobile/features/mix-mobile.png);
  height: 500px;
}

@media (min-width:46.25em) {
  .view--mix:before {
    background-image: url(https://www.sky.com/assets2/mobile/features/mix-desktop.png);
    width: 68%;
  }
}

@media (min-width:64em) {
  .view--mix:before {
    width: 65%;
  }
}

@media (min-width:95em) {
  .view--mix:before {
    width: 55%;
  }
}

.view--roll:before {
  background-image: url(https://www.sky.com/assets2/mobile/features/roll-mobile.png);
}

@media (min-width:46.25em) {
  .view--roll:before {
    background-image: url(https://www.sky.com/assets2/mobile/features/roll-desktop.png);
    width: 55%;
  }
}

@media (min-width:64em) {
  .view--roll:before {
    width: 50%;
  }
}

.view--save:before {
  background-image: url(https://www.sky.com/assets2/mobile/features/save-mobile.png);
}

@media (min-width:46.25em) {
  .view--save:before {
    background-image: url(https://www.sky.com/assets2/mobile/features/save-desktop.png);
    width: 55%;
  }
}

@media (min-width:64em) {
  .view--save:before {
    width: 50%;
  }
}

.view--sync:before {
  background-image: url(https://www.sky.com/assets2/mobile/features/sync-mobile.png);
}

@media (min-width:46.25em) {
  .view--sync:before {
    background-image: url(https://www.sky.com/assets2/mobile/features/sync-desktop.png);
  }
}

.view--swap:before {
  background-image: url(https://www.sky.com/assets2/mobile/features/swap-mobile.png);
  margin-bottom: 100px;
}

@media (min-width:46.25em) {
  .view--swap:before {
    background-image: url(https://www.sky.com/assets2/mobile/features/swap-desktop.png);
    padding-top: 0;
    width: 55%;
  }
}

@media (min-width:64em) {
  .view--swap:before {
    width: 50%;
  }
}

.view--mix .logo-sprite {
  -webkit-animation: mixTitle 10.14s steps(132) infinite;
  animation: mixTitle 10.14s steps(132) infinite;
  height: 105px;
  width: 90px;
}

@-webkit-keyframes mixTitle {
  0% {
    background-position: 0;
  }

  50%, to {
    background-position: 11880px;
  }
}

@keyframes mixTitle {
  0% {
    background-position: 0;
  }

  50%, to {
    background-position: 11880px;
  }
}

.view--sync .logo-sprite {
  -webkit-animation: syncTitle 2s steps(50) infinite;
  animation: syncTitle 2s steps(50) infinite;
  height: 105px;
  width: 124px;
}

@-webkit-keyframes syncTitle {
  0% {
    background-position: 0;
  }

  to {
    background-position: 6200px;
  }
}

@keyframes syncTitle {
  0% {
    background-position: 0;
  }

  to {
    background-position: 6200px;
  }
}

.view--roll .logo-sprite {
  -webkit-animation: rollTitle 3.13s steps(88) infinite;
  animation: rollTitle 3.13s steps(88) infinite;
  height: 140px;
  width: 90px;
  margin-bottom: -10px;
}

@-webkit-keyframes rollTitle {
  0% {
    background-position: 0;
  }

  to {
    background-position: 7920px;
  }
}

@keyframes rollTitle {
  0% {
    background-position: 0;
  }

  to {
    background-position: 7920px;
  }
}

.view--save .logo-sprite {
  -webkit-animation: saveTitle 4.15s steps(115) infinite;
  animation: saveTitle 4.15s steps(115) infinite;
  height: 122px;
  width: 129px;
  margin-bottom: 10px;
}

@-webkit-keyframes saveTitle {
  0% {
    background-position: 0;
  }

  to {
    background-position: 14835px;
  }
}

@keyframes saveTitle {
  0% {
    background-position: 0;
  }

  to {
    background-position: 14835px;
  }
}

.view--swap .logo-sprite {
  -webkit-animation: swapTitle 3s steps(44) infinite;
  animation: swapTitle 3s steps(44) infinite;
  height: 105px;
  width: 181px;
  margin-bottom: 10px;
  margin-left: -25px;
}

@-webkit-keyframes swapTitle {
  0% {
    background-position: 0;
  }

  50%, to {
    background-position: 7964px;
  }
}

@keyframes swapTitle {
  0% {
    background-position: 0;
  }

  50%, to {
    background-position: 7964px;
  }
}

.c-hero--mobile-features.c-hero--mobile-features {
  position: relative;
  height: calc(100vh - 44px);
  max-height: 740px;
}

@media (min-width:40em) {
  .c-hero--mobile-features.c-hero--mobile-features {
    max-height: none;
  }
}

@media (min-width:48em) {
  .c-hero--mobile-features.c-hero--mobile-features {
    height: calc(100vh - 126px);
  }
}

.c-hero--mobile-features.c-hero--mobile-features .c-hero__video {
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.c-hero--mobile-features.c-hero--mobile-features .c-hero__caption {
  position: absolute;
  top: 0;
  text-shadow: none;
  color: #4a4a4a;
  text-align: center;
}

@media (min-width:48.0625em) {
  .c-hero--mobile-features.c-hero--mobile-features .c-hero__caption {
    top: 30%;
    bottom: auto;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    text-align: left;
  }
}

@media (min-width:48.0625em) {
  .c-hero--mobile-features.c-hero--mobile-features .c-hero__caption h1,
  .c-hero--mobile-features.c-hero--mobile-features .c-hero__caption h2 {
    max-width: 15em;
  }
}

.c-hero--mobile-features.c-hero--mobile-features .c-hero__video-placeholder {
  background-image: url(https://www.sky.com/assets2/mobile/features/touch-tall.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (min-width:26.25em) {
  .c-hero--mobile-features.c-hero--mobile-features .c-hero__video-placeholder {
    background-image: url(https://www.sky.com/assets2/mobile/features/touch-portrait.png);
  }
}

@media (max-height:415px) {
  .c-hero--mobile-features.c-hero--mobile-features .c-hero__video-placeholder {
    background-size: cover;
    background-position: 0 6em;
  }
}

@media (min-width:48.0625em) {
  .c-hero--mobile-features.c-hero--mobile-features .c-hero__video-placeholder {
    height: calc(100vh - 126px);
    background-image: url(https://www.sky.com/assets2/mobile/features/touch-landscape.png);
    background-position: 50%;
    background-size: cover;
  }
}

.c-hero--mobile-features.c-hero--mobile-features .c-hero__play-button {
  width: 60px;
  height: 60px;
}

@media (min-width:48.0625em) {
  .c-hero--mobile-features.c-hero--mobile-features .c-hero__play-button {
    width: 80px;
    height: 80px;
  }
}

.c-hero__caption .c-hero__play-button {
  top: auto;
  left: auto;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

@media (min-width:48.0625em) {
  .c-hero__caption .c-hero__play-button {
    width: 80px;
    height: 80px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.mobile-features-page {
  overflow-x: hidden;
}

.app-mobile-returns {
  background: url(https://www.sky.com/assets2/help/spec-lines.png) no-repeat 100% 100%;
  min-height: 30em;
  padding-bottom: 20px;
  overflow-x: hidden;
}

@media (max-width:63.99em) {
  .app-mobile-returns {
    background-size: auto 40%;
  }
}

@media (min-width:95em) {
  .app-mobile-returns {
    min-height: 40em;
  }
}

.app-mobile-returns .c-tile--white {
  background-color: #fff;
}

.app-mobile-returns svg.info-circle {
  vertical-align: bottom;
  margin-right: .5em;
}

.app-mobile-returns .o-list-bullet {
  list-style: disc;
}

.app-mobile-returns .c-tile {
  opacity: 1;
}

.app-mobile-returns .c-tile.c-tile--advice-box {
  display: inline-block;
}

.app-mobile-returns .c-tile.c-tile--advice-box:after,
.app-mobile-returns .c-tile.c-tile--advice-box:before {
  background-color: #fff;
  background-image: none;
}

.app-mobile-returns .phone-image {
  margin-top: 60px;
  max-width: 110%;
}

@media (max-width:61.24em) {
  .app-mobile-returns .phone-image {
    display: none;
  }
}

.app-mobile-returns .confirmation-button {
  min-width: 80px;
}

.app-mobile-returns .confirmation-button.c-btn--secondary {
  background-color: #fff;
}

.my-broadband.spinner-top-spacing {
  margin-top: 170px;
}

.my-broadband .fav-status-help .green-broadband-spinner {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: inline-block;
}

.my-broadband .fav-status-help .green-status {
  color: #30973a;
  font-size: 1.5em;
  display: inline-block;
}

.my-broadband .c-bb-speed {
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.my-broadband .c-tile__container {
  margin-top: 40px;
}

.my-broadband .c-tile__content:hover .c-tile__body {
  text-decoration: none;
}

.my-broadband .c-tile--useful-link .c-tile__content {
  height: 110px;
}

.my-broadband .c-tile--error {
  background: rgba(255,39,68,.8);
}

.my-broadband .c-fluid-heading-delta {
  font-size: 1.55556em;
  line-height: normal;
}

.my-broadband .c-usage-dial {
  /*! autoprefixer: off */
}

.my-broadband .c-usage-dial .data-usage__size {
  color: #c30d7f;
  background-image: -webkit-linear-gradient(left,#2d6db7,#c30d7f);
}

.my-broadband .c-usage-dial svg.pie-svg {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%) rotate(-90deg);
  -ms-transform: translate(-50%) rotate(-90deg);
  transform: translate(-50%) rotate(-90deg);
  border-radius: 50%;
}

.my-broadband .c-usage-dial svg.pie-svg circle {
  fill: #f0f0f0;
  stroke: #c30d7f;
  stroke-width: 32;
}

.my-broadband .c-usage-dial .pie-container:after {
  content: "";
  position: absolute;
  width: 150%;
  left: -25%;
  bottom: -.4em;
  height: 1em;
  z-index: -1;
  background-image: -webkit-radial-gradient(hsla(0,0%,75%,.6) 0,hsla(0,0%,75%,0) 50%);
  background-image: -o-radial-gradient(hsla(0,0%,75%,.6) 0,hsla(0,0%,75%,0) 50%);
  background-image: radial-gradient(hsla(0,0%,75%,.6) 0,hsla(0,0%,75%,0) 50%);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.my-broadband .u-color-broadband {
  color: #c30d7f;
}

.my-broadband .u-color-broadband-unlimited {
  color: #f48624;
}

.my-broadband .u-color-fibre-unlimited {
  color: #3d64b0;
}

.my-broadband .u-color-brand {
  color: #0072c9;
}

.c-tile.c-tile-theme--mybroadband .c-fluid-text-lead {
  font-size: 1.22222em;
  line-height: normal;
}

.c-tile.c-tile-theme--mybroadband .c-tile__body {
  position: absolute;
  height: 100%;
  top: 0;
}

.c-tile.c-tile-theme--mybroadband .c-tile__media {
  height: auto;
  z-index: 10;
  position: relative;
}

.c-tile.c-tile-theme--mybroadband .c-tile__link .c-tile__body:before {
  background: #fff;
}

.c-tile.c-tile-theme--mybroadband .c-tile__link .c-tile__body:after {
  background-color: #e6e6ea;
  background-image: -webkit-linear-gradient(bottom,#fff 50%,#e6e6ea 100%);
  background-image: -o-linear-gradient(bottom,#fff 50%,#e6e6ea 100%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(50%,#fff),to(#e6e6ea));
  background-image: linear-gradient(to top,#fff 50%,#e6e6ea 100%);
}

.c-tile.c-tile-theme--mybroadband .c-tile__header {
  position: absolute;
  top: 1.5em;
  left: 0;
  right: 0;
  z-index: 15;
}

.c-tile.c-tile-theme--mybroadband .c-tile__footer {
  position: absolute;
  bottom: 1.5em;
  left: 0;
  right: 0;
  z-index: 15;
}

@keyframes carouselfadein {
  0% {
    opacity: 0;
    max-height: 0;
  }

  1% {
    max-height: 999px;
  }

  to {
    opacity: 1;
    max-height: 999px;
  }
}

@keyframes carouselcarouselfadeout {
  0% {
    opacity: 1;
    max-height: 999px;
  }

  99% {
    max-height: 999px;
  }

  to {
    opacity: 0;
    max-height: 0;
  }
}

.polaris.mysky .c-panel--force-height.is-open {
  max-height: inherit;
}

.polaris.mysky .c-spinner-overlay--white {
  background-color: #fff;
}

.polaris.mysky .c-offer-content__terms-link {
  display: inline-block;
}

@media (max-width:46.24em) {
  .polaris.mysky .c-offer-content__cta {
    margin-bottom: 10px;
  }
}

@media (min-width:46.25em) {
  .polaris.mysky .c-offer-content__cta {
    margin-right: 10px;
  }
}

.polaris.mysky .c-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-carousel:after,
  .polaris.mysky .c-carousel:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
  }
}

@media (min-width:46.25em) {
  .polaris.mysky .c-carousel:before {
    left: 0;
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#fff),to(hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(left,#fff 0,hsla(0,0%,100%,0));
    background: -o-linear-gradient(left,#fff 0,hsla(0,0%,100%,0));
    background: linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0));
    width: 60px;
  }
}

@media (min-width:61.25em) {
  .polaris.mysky .c-carousel:before {
    width: 150px;
  }
}

@media (min-width:46.25em) {
  .polaris.mysky .c-carousel:after {
    right: 0;
    background: -webkit-gradient(linear,right top,left top,color-stop(0,#fff),to(hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(right,#fff 0,hsla(0,0%,100%,0));
    background: -o-linear-gradient(right,#fff 0,hsla(0,0%,100%,0));
    background: linear-gradient(270deg,#fff 0,hsla(0,0%,100%,0));
    width: 60px;
  }
}

@media (min-width:61.25em) {
  .polaris.mysky .c-carousel:after {
    width: 75px;
  }
}

@media (min-width:81.25em) {
  .polaris.mysky .c-carousel:after {
    width: 150px;
  }
}

@media (min-width:46.25em) {
  .polaris.mysky .c-carousel__stage {
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (min-width:81.25em) {
  .polaris.mysky .c-carousel__stage {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.polaris.mysky .c-carousel__item {
  white-space: normal;
  display: block;
  overflow: hidden;
  text-align: left;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-carousel__item {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
}

@media (min-width:61.25em) {
  .polaris.mysky .c-carousel__item {
    width: 50%;
  }
}

@media (min-width:81.25em) {
  .polaris.mysky .c-carousel__item {
    width: 33.33%;
  }
}

@media (max-width:46.24em) {
  .polaris.mysky .c-carousel__item.is-active {
    -webkit-animation-name: carouselfadein;
    animation-name: carouselfadein;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    z-index: 1;
  }
}

@media (max-width:46.24em) {
  .polaris.mysky .c-carousel__item.is-inactive {
    -webkit-animation-name: carouselcarouselfadeout;
    animation-name: carouselcarouselfadeout;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 0;
  }
}

.polaris.mysky .c-carousel__item-inner {
  margin-bottom: 40px;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-carousel__item-inner {
    padding: 0 20px;
  }
}

@media (min-width:46.25em) {
  .polaris.mysky .c-carousel__navigation {
    cursor: pointer;
    display: block;
    border: 0;
    background: none;
    position: absolute;
    top: 50%;
    margin: 0 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 2;
  }
}

@media (min-width:61.25em) {
  .polaris.mysky .c-carousel__navigation {
    margin: 0 40px;
  }
}

.polaris.mysky .c-carousel__navigation:focus,
.polaris.mysky .c-carousel__navigation:hover {
  -webkit-transform: scale(1.25) translateY(-50%);
  -ms-transform: scale(1.25) translateY(-50%);
  transform: scale(1.25) translateY(-50%);
  outline: none;
}

.polaris.mysky .c-carousel__navigation.is-disabled {
  visibility: hidden;
}

.polaris.mysky .c-carousel__navigation--prev {
  left: 0;
}

.polaris.mysky .c-carousel__navigation--next {
  right: 0;
}

.polaris.mysky .c-carousel__icon svg {
  vertical-align: middle;
  fill: #4a4a4a;
  width: 22px;
  height: 40px;
}

.polaris.mysky .c-carousel__compact-navigation {
  text-align: center;
  margin: 0 auto;
  border: 0;
  color: #0072c9;
  display: block;
  position: relative;
  z-index: 2;
}

.polaris.mysky .c-carousel__compact-navigation.is-disabled {
  visibility: hidden;
}

.polaris.mysky .shop-offers__panel {
  position: relative;
  min-height: 300px;
  max-height: 300px;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}

.polaris.mysky .shop-offers__panel.js-content-loaded {
  max-height: 9999em;
}

.polaris.mysky .shop-offers__panel img {
  max-width: 100%;
}

.polaris.mysky .c-offer-panel__back-button {
  background: none;
  border: none;
}

.polaris.mysky .c-offer-panel__back-button:hover .c-offer-panel__back-button-title {
  text-decoration: underline;
}

.polaris.mysky .c-offer-panel__back-button .c-offer-panel__back-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 10px;
}

.polaris.mysky .c-offer-panel__back-button .c-offer-panel__back-icon .i-arrow-left {
  fill: #222;
  width: 14px;
  height: 26px;
}

.polaris.mysky .c-offer-panel__back-button .c-offer-panel__back-button-title {
  display: inline-block;
  vertical-align: middle;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node-circle-wraper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node:after,
.polaris.mysky .fav-status .diagnostic-anim .state__shadow:after {
  width: 100%;
  height: 10px;
  margin-top: -5px;
  border-radius: 106px/5px;
  content: "";
  display: block;
  background: #d3d3d3;
  background: -webkit-radial-gradient(center ellipse,#d3d3d3 0,hsla(0,0%,100%,0) 70%);
  background: -o-radial-gradient(center ellipse,#d3d3d3 0,hsla(0,0%,100%,0) 70%);
  background: radial-gradient(ellipse at center,#d3d3d3 0,hsla(0,0%,100%,0) 70%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#d3d3d3",endColorstr="#fff",GradientType=1);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#d3d3d3",endColorstr="#ffffff",GradientType=1);
  position: absolute;
  z-index: -1;
}

.polaris.mysky .fav-status .diagnostic-anim .basket__circle,
.polaris.mysky .fav-status .diagnostic-anim .circle__outline,
.polaris.mysky .fav-status .diagnostic-anim .errors__circle {
  stroke-width: 2px;
  -webkit-animation: stroke .6s cubic-bezier(.65,0,.45,1) forwards;
  animation: stroke .6s cubic-bezier(.65,0,.45,1) forwards;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-miterlimit: 10;
}

.polaris.mysky .c-heading-charlie.diagnostic-anim--green,
.polaris.mysky .c-heading-delta.diagnostic-anim--green {
  color: #299934;
}

.polaris.mysky .c-heading-charlie .c-line-padding,
.polaris.mysky .c-heading-delta .c-line-padding {
  max-width: 60%;
  text-align: center;
  margin: 0 auto;
}

.polaris.mysky .c-heading-charlie.diagnostic-anim--amber,
.polaris.mysky .c-heading-delta.diagnostic-anim--amber {
  color: #f7964f;
}

.polaris.mysky .c-heading-charlie.diagnostic-anim--red,
.polaris.mysky .c-heading-charlie.diagnostic-anim--red-ac,
.polaris.mysky .c-heading-delta.diagnostic-anim--red,
.polaris.mysky .c-heading-delta.diagnostic-anim--red-ac {
  color: #e62a29;
}

.polaris.mysky .svg-defs {
  position: absolute;
  visibility: hidden;
}

@media screen and (max-width:765px) {
  .polaris.mysky .fav-status .diagnostic-anim {
    width: 100%;
  }
}

.polaris.mysky .fav-status .diagnostic-anim {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 800px;
  margin-top: 60px;
  clear: both;
}

.polaris.mysky .fav-status .diagnostic-anim:after {
  content: "";
  display: table;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node {
  background: transparent;
  width: calc(110px + 10%);
  position: relative;
  z-index: 1;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node:after {
  margin-top: -12px;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node .sky-node-circle {
  border-radius: 50%;
  border: 3.5px solid #ebebeb;
  width: 110px;
  height: 110px;
  display: inline-block;
  position: relative;
  background: #fff;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node-circle-wraper {
  width: 110px;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node__hub,
.polaris.mysky .fav-status .diagnostic-anim .sky-node__logo,
.polaris.mysky .fav-status .diagnostic-anim .sky-node__wifi {
  margin: 0 auto;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node__logo {
  background-image: url(https://dm8eklel4s62k.cloudfront.net/images/sky-logo-2016.svg),none;
  height: 35px;
  width: 55px;
  display: block;
  margin-top: 7px;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node__hub {
  background-image: url(https://www.sky.com/assets2/broadband/assurance-home-icon.svg);
  height: 43px;
  width: 40px;
  display: block;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node__wifi {
  background-image: url(https://www.sky.com/assets2/broadband/assurance-wifi.svg);
  height: 27px;
  width: 36px;
  display: block;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node-circle-text {
  line-height: 1.2;
  margin-top: 5px;
  font-size: .7em;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node-circle-text.hub-color {
  color: #893590;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node-text-wraper {
  display: block;
  margin: auto;
  position: absolute;
  top: 130px;
  left: 0;
  bottom: 0;
  right: 0;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node-text-wraper .sky-node-text {
  font-weight: 700;
  display: block;
  width: 70px;
  margin: 0 auto;
  line-height: 1.1;
}

.polaris.mysky .fav-status .diagnostic-anim .speed-state {
  position: absolute;
  left: calc(50% - 55px);
  width: 110px;
  height: 20px;
  margin-top: -60px;
  opacity: 0;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
  z-index: 3;
}

.polaris.mysky .fav-status .diagnostic-anim .speed-state .label,
.polaris.mysky .fav-status .diagnostic-anim .speed-state .number {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  display: block;
}

.polaris.mysky .fav-status .diagnostic-anim .speed-state .number {
  font-size: 2.5em;
}

.polaris.mysky .fav-status .diagnostic-anim .speed-state .speed-circle {
  -webkit-box-shadow: 1px 1px 35px rgba(148,0,211,.3);
  box-shadow: 1px 1px 35px rgba(148,0,211,.3);
  border-radius: 50%;
  border: 3.5px solid #fff;
  width: 110px;
  height: 110px;
  display: inline-block;
  position: relative;
  background: #fff;
  background: #693686;
  background: -webkit-linear-gradient(315deg,#693686 0,#a52d78 45%);
  background: -o-linear-gradient(315deg,#693686 0,#a52d78 45%);
  background: linear-gradient(135deg,#693686 0,#a52d78 45%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#693686",endColorstr="#a52d78",GradientType=1);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#693686",endColorstr="#a52d78",GradientType=1);
  text-align: center;
  color: #fefefe;
  line-height: .9;
}

.polaris.mysky .fav-status .diagnostic-anim .speed-state .speed-circle-text {
  display: block;
  position: relative;
  height: 110px;
  padding: 14px;
}

.polaris.mysky .fav-status .diagnostic-anim .state {
  position: absolute;
  left: calc(50% - 55px);
  width: 110px;
  height: 20px;
  margin-top: -60px;
  display: none;
  z-index: 2;
}

.polaris.mysky .fav-status .diagnostic-anim .circle {
  width: 110px;
  height: 110px;
  display: block;
  fill: #fefefe;
}

.polaris.mysky .fav-status .diagnostic-anim .circle__outline {
  stroke: url(#green-circle-linear);
}

.polaris.mysky .fav-status .diagnostic-anim .errors__circle {
  stroke: url(#amber-circle-linear);
}

.polaris.mysky .fav-status .diagnostic-anim .basket__circle {
  stroke: url(#dark-circle-linear);
}

.polaris.mysky .fav-status .diagnostic-anim .circle__tick {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke .3s cubic-bezier(.65,0,.45,1) .5s forwards;
  animation: stroke .3s cubic-bezier(.65,0,.45,1) .5s forwards;
  stroke: url(#green-circle-linear);
}

.polaris.mysky .fav-status .diagnostic-anim .exclamations__bottom,
.polaris.mysky .fav-status .diagnostic-anim .exclamations__top {
  opacity: 0;
  -webkit-animation: opacity 1s cubic-bezier(.65,0,.45,1) .5s forwards;
  animation: opacity 1s cubic-bezier(.65,0,.45,1) .5s forwards;
  fill: url(#amber-circle-linear);
}

.polaris.mysky .fav-status .diagnostic-anim .basket__icon {
  opacity: 0;
  -webkit-animation: opacity 1s cubic-bezier(.65,0,.45,1) .5s forwards;
  animation: opacity 1s cubic-bezier(.65,0,.45,1) .5s forwards;
  fill: url(#dark-circle-linear);
}

.polaris.mysky .fav-status .diagnostic-anim .c-loading-line {
  width: 80%;
  position: relative;
}

.polaris.mysky .fav-status .diagnostic-anim .c-loading-line__pulse {
  height: 3px;
  background: silver;
  -webkit-animation: pulsate 1.2s infinite linear alternate;
  animation: pulsate 1.2s infinite linear alternate;
}

.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--amber .c-loading-line__pulse,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--green .c-loading-line__pulse,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--grey .c-loading-line__pulse,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--open_order .c-loading-line__pulse,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--red-ac .c-loading-line__pulse,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--red .c-loading-line__pulse {
  -webkit-animation: line-width .8s;
  animation: line-width .8s;
  position: absolute;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
}

.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--green .speed-state {
  opacity: 1;
}

.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--green .speed-state--disabled {
  display: none;
}

.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--green .speed-state .label,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--green .speed-state .number {
  opacity: 1;
}

.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--amber .state--amber,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--green .state--green,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--open_order .state--basket,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--red-ac .state--error,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--red .state--error {
  display: block;
}

.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--grey .c-loading-line__pulse,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--grey .sky-node,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--open_order .c-loading-line__pulse,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--open_order .sky-node,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--red-ac .c-loading-line__pulse,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--red-ac .sky-node {
  -webkit-animation: fadeout .8s;
  animation: fadeout .8s;
  opacity: 0;
}

.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--grey .state--error {
  display: block;
}

.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--grey .errors__circle {
  stroke: url(#dark-circle-linear-error);
}

.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--grey .exclamations__bottom,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--grey .exclamations__top {
  fill: url(#dark-circle-linear-error);
}

@-webkit-keyframes pulsate {
  0% {
    width: 0;
  }

  25% {
    width: 30%;
    margin-left: 0;
  }

  75% {
    width: 30%;
    margin-left: 70%;
  }

  to {
    width: 0;
    margin-left: 100%;
  }
}

@keyframes pulsate {
  0% {
    width: 0;
  }

  25% {
    width: 30%;
    margin-left: 0;
  }

  75% {
    width: 30%;
    margin-left: 70%;
  }

  to {
    width: 0;
    margin-left: 100%;
  }
}

@-webkit-keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: .5;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: .5;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes opacity {
  to {
    opacity: 1;
  }
}

@keyframes opacity {
  to {
    opacity: 1;
  }
}

@-webkit-keyframes line-width {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes line-width {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.polaris.mysky .fav-status .basket-state-inline {
  display: inline-block;
  background-image: url(https://www.sky.com/assets2/broadband/assurance-basket.svg);
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}

.polaris.mysky .fav-status .error-state-inline {
  display: inline-block;
  background-image: url(https://www.sky.com/assets2/broadband/assurance-error-icon-4.svg);
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
  .polaris.mysky .fav-status .diagnostic-anim .basket__circle,
  .polaris.mysky .fav-status .diagnostic-anim .circle__outline,
  .polaris.mysky .fav-status .diagnostic-anim .circle__tick,
  .polaris.mysky .fav-status .diagnostic-anim .errors__circle {
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
  }
}

@supports (-ms-ime-align:auto) {
  .polaris.mysky .fav-status .diagnostic-anim .basket__circle,
  .polaris.mysky .fav-status .diagnostic-anim .circle__outline,
  .polaris.mysky .fav-status .diagnostic-anim .circle__tick,
  .polaris.mysky .fav-status .diagnostic-anim .errors__circle {
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
  }
}

.polaris.mysky .c-tooltip {
  position: absolute;
}

.polaris.mysky .c-tooltip__trigger:after {
  top: 130%;
}

.polaris.mysky .c-tooltip__content {
  right: auto;
  top: 20px;
  min-width: 290px;
  left: -200px;
}

.polaris.mysky .help-icon {
  background-image: url(https://www.sky.com/assets2/broadband/assurance-help-icon.svg);
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.polaris.mysky .o-connected-devices__bottom-message {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-tooltip__content {
    left: -90px;
  }

  .polaris.mysky .c-previous-step {
    top: 0;
    margin-left: 0;
  }

  .polaris.mysky .c-devices {
    height: 330px;
  }

  .polaris.mysky .c-devices__page {
    top: 0;
  }

  .polaris.mysky .c-devices__page-controls {
    top: auto;
    bottom: 0;
  }

  .polaris.mysky .o-device {
    padding: 0 .325em;
  }

  .polaris.mysky .c-devices {
    width: 75%;
  }

  .polaris.mysky .o-instructions__layout {
    float: left;
    width: 48%;
    margin-right: 2%;
  }

  .polaris.mysky .o-instructions__layout img {
    margin-top: -80px;
  }

  .polaris.mysky .o-instructions__layout .c-btn--full {
    display: inline-block;
    width: auto;
  }

  .polaris.mysky .o-instructions__layout .c-btn--full:first-child {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.polaris.mysky .c-panel.is-open {
  overflow: visible;
}

.polaris.mysky .c-panel.is-open:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  height: 25px;
  width: 25px;
  -webkit-box-shadow: inset 12px 12px 12px -12px #9f9f9f;
  box-shadow: inset 12px 12px 12px -12px #9f9f9f;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  background: #fff;
}

.polaris.mysky .c-panel__toggle {
  z-index: 1;
}

.polaris.mysky .c-previous-step {
  position: absolute;
  top: -.75em;
  margin-left: -1em;
}

.polaris.mysky .c-previous-step .c-previous-step__chevron {
  margin-top: -.2em;
}

.polaris.mysky .c-in-home-health-status {
  width: 200%;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out,-webkit-transform 1s ease-in-out;
}

.polaris.mysky .c-in-home-health-status:after {
  content: "";
  display: block;
  clear: both;
}

.polaris.mysky .c-in-home-health-status .c-in-home-health-status__slide {
  float: left;
  width: 50%;
}

.polaris.mysky .c-in-home-health-status--instructions {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.polaris.mysky .c-in-home-health-status--green {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.polaris.mysky .c-in-home-health-status--green,
.polaris.mysky .c-in-home-health-status--instructions {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.polaris.mysky .c-devices {
  position: relative;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.polaris.mysky .c-devices__page {
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: left;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.polaris.mysky .c-devices__page--is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.polaris.mysky .c-devices__page--prev {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.polaris.mysky .c-devices__page--next {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.polaris.mysky .c-devices__page-selector {
  display: inline-block;
  height: .5em;
  width: .5em;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #0072c9;
  padding: 0;
  margin: 0 .1em;
}

.polaris.mysky .c-devices__page-selector--is-active {
  background-color: #0072c9;
}

.polaris.mysky .c-devices__page-controls {
  position: absolute;
  width: 100%;
  top: -20px;
}

.polaris.mysky .c-devices__page-control {
  color: #7f7f7f;
  background-color: transparent;
  border: 0;
}

.polaris.mysky .c-devices__page-control--is-active {
  color: #0072c9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.polaris.mysky .c-devices__page-control:hover {
  text-decoration: underline;
}

.polaris.mysky .c-device {
  display: block;
  width: 100%;
  padding: 1em 0;
  margin-bottom: .75em;
  border: 3px solid #eaeaea;
  border-radius: 7px;
}

.polaris.mysky .c-device:after {
  content: "";
  display: block;
  clear: both;
}

.polaris.mysky .c-device--amber,
.polaris.mysky .c-device--red {
  cursor: pointer;
}

.polaris.mysky .c-device__icon {
  float: left;
  line-height: 0;
  padding: 0 .75em;
}

.polaris.mysky .c-device__name {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.polaris.mysky .c-device__status {
  font-style: italic;
  font-size: 15px;
}

.polaris.mysky .o-instructions__layout .c-btn--full:first-child,
.polaris.mysky .o-layout__layout .c-btn--full:first-child {
  margin-bottom: 15px;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-previous-step {
    top: 0;
    margin-left: 0;
  }

  .polaris.mysky .c-devices {
    height: 330px;
  }

  .polaris.mysky .c-devices__page {
    top: 0;
  }

  .polaris.mysky .c-devices__page-controls {
    top: auto;
    bottom: 0;
  }

  .polaris.mysky .o-device {
    padding: 0 .325em;
  }

  .polaris.mysky .c-devices {
    width: 75%;
  }

  .polaris.mysky .o-instructions__layout {
    float: left;
    width: 48%;
    margin-right: 2%;
  }

  .polaris.mysky .o-instructions__layout img {
    margin-top: -80px;
  }

  .polaris.mysky .o-instructions__layout .c-btn--full {
    display: inline-block;
    width: auto;
  }

  .polaris.mysky .o-instructions__layout .c-btn--full:first-child {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.polaris.mysky .c-package__logo {
  height: 110px;
}

.polaris.mysky .c-package__logo img {
  height: 100%;
}

.polaris.mysky .c-package__title {
  white-space: nowrap;
  min-height: 50px;
}

.polaris.mysky .c-package__text {
  display: none;
}

.polaris.mysky .c-package__cell {
  position: relative;
  background-color: #eaeaea;
  min-height: 125px;
}

.polaris.mysky .c-package__cell .c-package__cell-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
}

.polaris.mysky .c-package__spacer {
  min-height: 70px;
  color: #fff;
}

.polaris.mysky .c-package--meta .c-package__spacer {
  color: #4a4a4a;
}

.polaris.mysky .c-package--meta .c-package__link {
  display: none;
}

.polaris.mysky .c-package.is-selected .c-package__cell {
  color: #fff;
  font-weight: 700;
}

.polaris.mysky .c-package.is-selected .c-package__text {
  display: block;
}

.polaris.mysky .c-package.is-selected .c-package__link {
  display: none;
}

.polaris.mysky .c-package--sky-broadband-unlimited .c-package__text,
.polaris.mysky .c-package--sky-broadband-unlimited .c-package__title {
  color: #a52d78;
}

.polaris.mysky .c-package--sky-broadband-unlimited.is-selected .c-package__cell {
  background-color: #a52d78;
}

.polaris.mysky .c-package--sky-fibre-unlimited .c-package__text,
.polaris.mysky .c-package--sky-fibre-unlimited .c-package__title {
  color: #54ab42;
}

.polaris.mysky .c-package--sky-fibre-unlimited.is-selected .c-package__cell {
  background-color: #54ab42;
}

.polaris.mysky .c-package--sky-fibre-max .c-package__text,
.polaris.mysky .c-package--sky-fibre-max .c-package__title {
  color: #f26a22;
}