/* You can add global styles to this file, and also import other style files */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  margin-top: 14px; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 2px solid #DDD;
  border-radius: 0px;
  background: white;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 40px 0 18px;
    font-size: 18px;
    line-height: 40px;
    color: black;
    height: 40px;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: white;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/40px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

@font-face {
  font-family: HelveticaNeueW02-45Ligh;
  font-weight: normal;
  font-style: normal;
  src: url("assets/helvetica-neue.woff") format("woff"); }

@font-face {
  font-family: CenturyGothicW02;
  font-weight: normal;
  font-style: normal;
  src: url("assets/gothic.woff") format("woff"); }

@font-face {
  font-family: CenturyGothicW02;
  font-weight: bold;
  font-style: normal;
  src: url("assets/gothic-bold.woff") format("woff"); }

.row.flex {
  display: flex; }
  .row.flex .self-bottom {
    align-self: flex-end; }

@media screen and (orientation: landscape) and (max-height: 810px), (orientation: portrait) {
  .row-m {
    margin-left: -9px;
    margin-right: -9px; }
    .row-m.double {
      margin-left: -18px;
      margin-right: -18px; } }

@media screen and (orientation: landscape) and (min-height: 811px) and (max-height: 1070px) {
  .row-m {
    margin-left: -11px;
    margin-right: -11px; }
    .row-m.double {
      margin-left: -22px;
      margin-right: -22px; } }

@media screen and (orientation: landscape) and (min-height: 1071px) {
  .row-m {
    margin-left: -15px;
    margin-right: -15px; }
    .row-m.double {
      margin-left: -30px;
      margin-right: -30px; } }

@media screen and (orientation: landscape) and (max-height: 810px), (orientation: portrait) {
  .col-p {
    padding-left: 9px;
    padding-right: 9px; }
    .col-p.double {
      padding-left: 18px;
      padding-right: 18px; } }

@media screen and (orientation: landscape) and (min-height: 811px) and (max-height: 1070px) {
  .col-p {
    padding-left: 11px;
    padding-right: 11px; }
    .col-p.double {
      padding-left: 22px;
      padding-right: 22px; } }

@media screen and (orientation: landscape) and (min-height: 1071px) {
  .col-p {
    padding-left: 15px;
    padding-right: 15px; }
    .col-p.double {
      padding-left: 30px;
      padding-right: 30px; } }

.col-1-2 {
  flex: 0 0 50%; }

.col-2-7 {
  flex: 0 0 28.57143%; }

.col-3-7 {
  flex: 0 0 42.85714%; }

.col-5-7 {
  flex: 0 0 71.42857%; }

.cell-1 {
  width: 10%;
  padding: 0 11px; }

.cell-2 {
  width: 20%;
  padding: 0 11px; }

.cell-3 {
  width: 30%;
  padding: 0 11px; }

.cell-4 {
  width: 40%;
  padding: 0 11px; }

.cell-5 {
  width: 50%;
  padding: 0 11px; }

.cell-6 {
  width: 60%;
  padding: 0 11px; }

.cell-7 {
  width: 70%;
  padding: 0 11px; }

.cell-8 {
  width: 80%;
  padding: 0 11px; }

.cell-9 {
  width: 90%;
  padding: 0 11px; }

.cell-10 {
  width: 100%;
  padding: 0 11px; }

.center {
  text-align: center; }

.t-right {
  text-align: right; }

.fb-link {
  position: fixed;
  right: 0;
  top: 60px;
  z-index: 999; }

body {
  background: white !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: CenturyGothicW02; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 24px; }

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; }

.supporters {
  position: relative; }
  .supporters.decorated:before {
    content: "";
    position: absolute;
    left: -28px;
    top: 0;
    bottom: 0;
    width: 4px; }
  .supporters.decorated.level-3:before {
    background: black; }
  .supporters.decorated.level-2:before {
    background: #cabc77; }
  .supporters.decorated.level-1:before {
    background: #cbcbcb; }
  .supporters h2.supporters__title {
    font-weight: bold;
    color: black !important;
    margin: 0;
    margin-bottom: 10px;
    text-transform: capitalize; }
  .supporters .supporters__list {
    line-height: 2.22;
    list-style: none;
    padding-left: 0;
    font-family: CenturyGothicW02;
    column-count: 2;
    column-fill: balance; }
    @media (min-width: 1024px) {
      .supporters .supporters__list {
        column-count: 3; } }
  .supporters.level-3 .supporters__list {
    font-size: 20px; }
  .supporters.level-2 .supporters__list {
    font-size: 18px; }
  .supporters.level-1 .supporters__list {
    font-size: 16px; }

.btn {
  font-family: CenturyGothicW02;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid currentColor;
  background: none !important;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

.sldr {
  width: 100%;
  position: relative; }
  .sldr .sldr__list {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .sldr .sldr__list > .sldr__list__inner {
      display: flex;
      height: 100%;
      transition: 600ms transform; }
      .sldr .sldr__list > .sldr__list__inner > .sldr__element {
        flex: 1 0 100%; }
  .sldr .sldr__navigation {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    pointer-events: none; }
    .sldr .sldr__navigation > .arrow {
      display: flex;
      justify-content: center;
      align-items: center;
      pointer-events: all;
      padding: 5px; }
      .sldr .sldr__navigation > .arrow.previous {
        margin-right: auto; }
      .sldr .sldr__navigation > .arrow.next {
        margin-left: auto; }

.benefits-table {
  table-layout: fixed;
  width: 100%; }
  @media screen and (orientation: landscape) and (max-height: 810px), (orientation: portrait) {
    .benefits-table {
      margin-left: -9px;
      margin-right: -9px; }
      .benefits-table.double {
        margin-left: -18px;
        margin-right: -18px; } }
  @media screen and (orientation: landscape) and (min-height: 811px) and (max-height: 1070px) {
    .benefits-table {
      margin-left: -11px;
      margin-right: -11px; }
      .benefits-table.double {
        margin-left: -22px;
        margin-right: -22px; } }
  @media screen and (orientation: landscape) and (min-height: 1071px) {
    .benefits-table {
      margin-left: -15px;
      margin-right: -15px; }
      .benefits-table.double {
        margin-left: -30px;
        margin-right: -30px; } }
  .benefits-table thead tr:nth-of-type(2) {
    height: 70px; }
  .benefits-table tbody tr {
    height: 80px;
    vertical-align: middle; }
  .benefits-table td {
    padding-top: 0;
    padding-bottom: 0; }
    @media screen and (orientation: landscape) and (max-height: 810px), (orientation: portrait) {
      .benefits-table td {
        padding-left: 9px;
        padding-right: 9px; }
        .benefits-table td.double {
          padding-left: 18px;
          padding-right: 18px; } }
    @media screen and (orientation: landscape) and (min-height: 811px) and (max-height: 1070px) {
      .benefits-table td {
        padding-left: 11px;
        padding-right: 11px; }
        .benefits-table td.double {
          padding-left: 22px;
          padding-right: 22px; } }
    @media screen and (orientation: landscape) and (min-height: 1071px) {
      .benefits-table td {
        padding-left: 15px;
        padding-right: 15px; }
        .benefits-table td.double {
          padding-left: 30px;
          padding-right: 30px; } }
  .benefits-table .t-row-group {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .benefits-table .t-row-group + .t-row-group {
      border-top: 5px solid rgba(0, 0, 0, 0.1); }
  .benefits-table .t-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .benefits-table .svg-icon.check, .benefits-table .svg-icon.dash {
    height: 50px;
    width: 100%; }
  .benefits-table .entry {
    font-family: CenturyGothicW02;
    font-size: 14px;
    text-align: left;
    line-height: 1;
    color: black !important; }
  .benefits-table .description {
    font-family: CenturyGothicW02;
    text-align: center; }
    .benefits-table .description .bigger {
      font-size: 14px;
      padding: 0;
      line-height: 1.4;
      color: black !important; }
    .benefits-table .description .smaller {
      font-size: 12px;
      padding: 0;
      line-height: 1.4;
      color: black !important; }
  .benefits-table .badges .disclaimer {
    margin-top: 16px;
    font-size: 12px;
    font-family: CenturyGothicW02;
    display: flex;
    width: 100% !important; }

.svg-icon.arrow-down {
  background-image: url("assets/icons/pbn_arrow_down_b.svg"); }

.svg-icon.arrow-left {
  background-image: url("assets/icons/pbn_arrow_left_b.svg"); }

.svg-icon.arrow-right {
  background-image: url("assets/icons/pbn_arrow_right_b.svg"); }

.svg-icon.arrow-up {
  background-image: url("assets/icons/pbn_arrows_up_b.svg"); }

.svg-icon.fb-icon {
  background-image: url("assets/icons/pbn_btn_fb_wb.svg"); }

.svg-icon.check {
  background-image: url("assets/icons/pbn_ic_check_def.svg"); }

.svg-icon.dash {
  background-image: url("assets/icons/pbn_ic_dash_b.svg"); }

.svg-icon.present {
  background-image: url("assets/icons/pbn_ic_podarek_def.svg"); }

.svg-icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  .svg-icon.arrow-left, .svg-icon.arrow-right {
    width: 30px;
    height: 60px; }
  .svg-icon.arrow-up {
    width: 16px;
    height: 16px; }
  .svg-icon.fb-icon {
    width: 50px;
    height: 50px; }
  .svg-icon.arrow-down {
    width: 16px;
    height: 8px; }

.c4 .svg-icon.arrow-down {
  background-image: url("assets/icons/pbn_arrow_down_y.svg"); }

.c4 .svg-icon.arrow-left {
  background-image: url("assets/icons/pbn_arrow_left_y.svg"); }

.c4 .svg-icon.arrow-right {
  background-image: url("assets/icons/pbn_arrow_right_y.svg"); }

.c4 .svg-icon.arrow-up {
  background-image: url("assets/icons/pbn_arrows_up_y.svg"); }

.c4 .svg-icon.fb-icon {
  background-image: url("assets/icons/pbn_btn_fb_yb.svg"); }

.c4 .svg-icon.check {
  background-image: url("assets/icons/pbn_ic_check_y.svg"); }

.c4 .svg-icon.dash {
  background-image: url("assets/icons/pbn_ic_dash_y.svg"); }

.c4 .svg-icon.present {
  background-image: url("assets/icons/pbn_ic_podarek_y.svg"); }

.c3 .svg-icon.arrow-down {
  background-image: url("assets/icons/pbn_arrow_down_b.svg"); }

.c3 .svg-icon.arrow-left {
  background-image: url("assets/icons/pbn_arrow_left_b.svg"); }

.c3 .svg-icon.arrow-right {
  background-image: url("assets/icons/pbn_arrow_right_b.svg"); }

.c3 .svg-icon.arrow-up {
  background-image: url("assets/icons/pbn_arrows_up_b.svg"); }

.c3 .svg-icon.fb-icon {
  background-image: url("assets/icons/pbn_btn_fb_by.svg"); }

.c3 .svg-icon.check {
  background-image: url("assets/icons/pbn_ic_check_b.svg"); }

.c3 .svg-icon.dash {
  background-image: url("assets/icons/pbn_ic_dash_b.svg"); }

.c3 .svg-icon.present {
  background-image: url("assets/icons/pbn_ic_podarek_b.svg"); }

.c2 .svg-icon.arrow-down {
  background-image: url("assets/icons/pbn_arrow_down_w.svg"); }

.c2 .svg-icon.arrow-left {
  background-image: url("assets/icons/pbn_arrow_left_w.svg"); }

.c2 .svg-icon.arrow-right {
  background-image: url("assets/icons/pbn_arrow_right_w.svg"); }

.c2 .svg-icon.arrow-up {
  background-image: url("assets/icons/pbn_arrows_up_w.svg"); }

.c2 .svg-icon.fb-icon {
  background-image: url("assets/icons/pbn_btn_fb_wb.svg"); }

.c2 .svg-icon.check {
  background-image: url("assets/icons/pbn_ic_check_w.svg"); }

.c2 .svg-icon.dash {
  background-image: url("assets/icons/pbn_ic_dash_w.svg"); }

.c2 .svg-icon.present {
  background-image: url("assets/icons/pbn_ic_podarek_w.svg"); }

.c1 .svg-icon.arrow-down {
  background-image: url("assets/icons/pbn_arrow_down_b.svg"); }

.c1 .svg-icon.arrow-left {
  background-image: url("assets/icons/pbn_arrow_left_b.svg"); }

.c1 .svg-icon.arrow-right {
  background-image: url("assets/icons/pbn_arrow_right_b.svg"); }

.c1 .svg-icon.arrow-up {
  background-image: url("assets/icons/pbn_arrows_up_b.svg"); }

.c1 .svg-icon.fb-icon {
  background-image: url("assets/icons/pbn_btn_fb_bw.svg"); }

.c1 .svg-icon.check {
  background-image: url("assets/icons/pbn_ic_check_b.svg"); }

.c1 .svg-icon.dash {
  background-image: url("assets/icons/pbn_ic_dash_b.svg"); }

.c1 .svg-icon.present {
  background-image: url("assets/icons/pbn_ic_podarek_b.svg"); }

.c4.c4.c4.c4.c4 select, .c4.c4.c4.c4.c4 input, .c4.c4.c4.c4.c4 option {
  border: 1px solid currentColor;
  color: yellow !important;
  background: black !important; }

.c4.c4.c4.c4.c4 .text.text.text {
  color: yellow !important; }

.c4.c4.c4.c4.c4 .text--fill.text--fill.text--fill {
  fill: yellow !important; }

.c4.c4.c4.c4.c4 .text-container.text-container.text-container {
  background: black !important; }

.c4.c4.c4.c4.c4 .badges.badges.badges path {
  fill: yellow !important; }

.c4.c4.c4.c4.c4 .text-container--fill.text-container--fill.text-container--fill {
  fill: black !important; }

.c4.c4.c4.c4.c4 .supporters.decorated:before {
  background: yellow !important; }

.c4.c4.c4.c4.c4 .btn {
  background: black !important;
  color: yellow !important;
  border: 1px solid yellow; }
  .c4.c4.c4.c4.c4 .btn:focus {
    background: yellow !important;
    color: black !important; }

.c4.c4.c4.c4.c4 .selectric-wrapper .selectric {
  background: black;
  color: yellow;
  border: 2px solid yellow; }

.c4.c4.c4.c4.c4 .selectric-wrapper .selectric-items li:hover {
  background: yellow !important;
  color: black !important; }

.c4.c4.c4.c4.c4 .selectric-wrapper .button {
  background: none; }

.c4.c4.c4.c4.c4 .ppb-main .remaining {
  border: 1px solid yellow;
  border-bottom: none; }

.c4.c4.c4.c4.c4 .ppb-main .packet-name {
  border: 1px solid yellow; }
  .c4.c4.c4.c4.c4 .ppb-main .packet-name:after {
    color: yellow; }

.c4.c4.c4.c4.c4 .ppb-form .present-box {
  border: 1px solid yellow; }

.c3.c3.c3.c3.c3 select, .c3.c3.c3.c3.c3 input, .c3.c3.c3.c3.c3 option {
  border: 1px solid currentColor;
  color: black !important;
  background: yellow !important; }

.c3.c3.c3.c3.c3 .text.text.text {
  color: black !important; }

.c3.c3.c3.c3.c3 .text--fill.text--fill.text--fill {
  fill: black !important; }

.c3.c3.c3.c3.c3 .text-container.text-container.text-container {
  background: yellow !important; }

.c3.c3.c3.c3.c3 .badges.badges.badges path {
  fill: black !important; }

.c3.c3.c3.c3.c3 .text-container--fill.text-container--fill.text-container--fill {
  fill: yellow !important; }

.c3.c3.c3.c3.c3 .supporters.decorated:before {
  background: black !important; }

.c3.c3.c3.c3.c3 .btn {
  background: yellow !important;
  color: black !important;
  border: 1px solid black; }
  .c3.c3.c3.c3.c3 .btn:focus {
    background: black !important;
    color: yellow !important; }

.c3.c3.c3.c3.c3 .selectric-wrapper .selectric {
  background: yellow;
  color: black;
  border: 2px solid black; }

.c3.c3.c3.c3.c3 .selectric-wrapper .selectric-items li:hover {
  background: black !important;
  color: yellow !important; }

.c3.c3.c3.c3.c3 .selectric-wrapper .button {
  background: none; }

.c3.c3.c3.c3.c3 .ppb-main .remaining {
  border: 1px solid black;
  border-bottom: none; }

.c3.c3.c3.c3.c3 .ppb-main .packet-name {
  border: 1px solid black; }
  .c3.c3.c3.c3.c3 .ppb-main .packet-name:after {
    color: black; }

.c3.c3.c3.c3.c3 .ppb-form .present-box {
  border: 1px solid black; }

.c2.c2.c2.c2.c2 select, .c2.c2.c2.c2.c2 input, .c2.c2.c2.c2.c2 option {
  border: 1px solid currentColor;
  color: white !important;
  background: black !important; }

.c2.c2.c2.c2.c2 .text.text.text {
  color: white !important; }

.c2.c2.c2.c2.c2 .text--fill.text--fill.text--fill {
  fill: white !important; }

.c2.c2.c2.c2.c2 .text-container.text-container.text-container {
  background: black !important; }

.c2.c2.c2.c2.c2 .badges.badges.badges path {
  fill: white !important; }

.c2.c2.c2.c2.c2 .text-container--fill.text-container--fill.text-container--fill {
  fill: black !important; }

.c2.c2.c2.c2.c2 .supporters.decorated:before {
  background: white !important; }

.c2.c2.c2.c2.c2 .btn {
  background: black !important;
  color: white !important;
  border: 1px solid white; }
  .c2.c2.c2.c2.c2 .btn:focus {
    background: white !important;
    color: black !important; }

.c2.c2.c2.c2.c2 .selectric-wrapper .selectric {
  background: black;
  color: white;
  border: 2px solid white; }

.c2.c2.c2.c2.c2 .selectric-wrapper .selectric-items li:hover {
  background: white !important;
  color: black !important; }

.c2.c2.c2.c2.c2 .selectric-wrapper .button {
  background: none; }

.c2.c2.c2.c2.c2 .ppb-main .remaining {
  border: 1px solid white;
  border-bottom: none; }

.c2.c2.c2.c2.c2 .ppb-main .packet-name {
  border: 1px solid white; }
  .c2.c2.c2.c2.c2 .ppb-main .packet-name:after {
    color: white; }

.c2.c2.c2.c2.c2 .ppb-form .present-box {
  border: 1px solid white; }

.c1.c1.c1.c1.c1 select, .c1.c1.c1.c1.c1 input, .c1.c1.c1.c1.c1 option {
  border: 1px solid currentColor;
  color: black !important;
  background: white !important; }

.c1.c1.c1.c1.c1 .text.text.text {
  color: black !important; }

.c1.c1.c1.c1.c1 .text--fill.text--fill.text--fill {
  fill: black !important; }

.c1.c1.c1.c1.c1 .text-container.text-container.text-container {
  background: white !important; }

.c1.c1.c1.c1.c1 .badges.badges.badges path {
  fill: black !important; }

.c1.c1.c1.c1.c1 .text-container--fill.text-container--fill.text-container--fill {
  fill: white !important; }

.c1.c1.c1.c1.c1 .supporters.decorated:before {
  background: black !important; }

.c1.c1.c1.c1.c1 .btn {
  background: white !important;
  color: black !important;
  border: 1px solid black; }
  .c1.c1.c1.c1.c1 .btn:focus {
    background: black !important;
    color: white !important; }

.c1.c1.c1.c1.c1 .selectric-wrapper .selectric {
  background: white;
  color: black;
  border: 2px solid black; }

.c1.c1.c1.c1.c1 .selectric-wrapper .selectric-items li:hover {
  background: black !important;
  color: white !important; }

.c1.c1.c1.c1.c1 .selectric-wrapper .button {
  background: none; }

.c1.c1.c1.c1.c1 .ppb-main .remaining {
  border: 1px solid black;
  border-bottom: none; }

.c1.c1.c1.c1.c1 .ppb-main .packet-name {
  border: 1px solid black; }
  .c1.c1.c1.c1.c1 .ppb-main .packet-name:after {
    color: black; }

.c1.c1.c1.c1.c1 .ppb-form .present-box {
  border: 1px solid black; }

.table-column {
  display: flex;
  justify-content: center; }

.ppb-thanks.post-buy {
  padding-top: 200px; }
  .ppb-thanks.post-buy .banner {
    height: 100vh;
    overflow: hidden;
    position: relative; }
    .ppb-thanks.post-buy .banner.top {
      top: 0; }
    .ppb-thanks.post-buy .banner h1 {
      margin-top: 70px; }
      @media (max-width: 1365px) {
        .ppb-thanks.post-buy .banner h1 {
          font-size: 32px; } }
    .ppb-thanks.post-buy .banner h2 {
      margin-bottom: 70px; }
    .ppb-thanks.post-buy .banner video {
      position: absolute;
      bottom: 0; }
    .ppb-thanks.post-buy .banner .banner__thanks {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: none;
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      .ppb-thanks.post-buy .banner .banner__thanks .text-container {
        width: 100%;
        text-align: center;
        background: rgba(0, 0, 0, 0.5); }
  .ppb-thanks.post-buy h2 {
    font-size: 18px;
    text-transform: none;
    line-height: 1.33;
    margin-top: 10px; }

.ppb-thanks.post-buy.error .banner__thanks {
  align-items: flex-start; }

.ppb-thanks.friends-list .banner .banner__thanks {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0; }

.ppb-thanks {
  background: black;
  font-family: CenturyGothicW02; }
  .ppb-thanks .nav-space {
    height: 200px;
    background: black;
    position: relative;
    z-index: 2; }
  .ppb-thanks .fb-link {
    top: 260px; }
  .ppb-thanks .banner {
    position: fixed;
    z-index: 1;
    height: calc(465 / 1366 * 100vw);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .ppb-thanks .banner img {
      width: 100%; }
    .ppb-thanks .banner .banner__thanks {
      font-weight: bold;
      text-align: center;
      position: absolute;
      bottom: 350px;
      left: 0;
      right: 0;
      color: white;
      top: 70px;
      margin-top: 0; }
    .ppb-thanks .banner.btm {
      bottom: 0; }
    .ppb-thanks .banner.top {
      top: 200px; }
    @media screen and (min-height: 1071px) and (orientation: landscape) {
      .ppb-thanks .banner .nav-space {
        height: 257px;
        background: black; }
      .ppb-thanks .banner.top {
        top: 257px; } }
  .ppb-thanks > .content-container {
    background: white;
    z-index: 2;
    margin-top: calc(465 / 1366 * 100vw);
    margin-bottom: calc(465 / 1366 * 100vw);
    position: relative;
    min-height: 100vh; }
    .ppb-thanks > .content-container .summary {
      font-size: 24px;
      line-height: 1.33;
      margin-top: 77px;
      margin-bottom: 97px;
      text-transform: none; }
    .ppb-thanks > .content-container .title {
      font-size: 32px;
      color: black !important;
      margin: 0.67em 0;
      font-weight: bold;
      padding: 0;
      line-height: 1.4; }
    .ppb-thanks > .content-container h2, .ppb-thanks > .content-container .subtitle {
      font-size: 24px;
      color: black !important;
      display: block; }
    .ppb-thanks > .content-container .subtitle {
      margin-top: 23.5px;
      margin-bottom: 58.5px;
      line-height: 1;
      text-transform: uppercase; }
  .ppb-thanks .supporters {
    margin-bottom: 70px; }

.ppb-form .logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px; }
  .ppb-form .logo-container > img {
    height: 120px;
    margin-top: 20px;
    margin-bottom: 10px; }

.ppb-form h1, .ppb-form h2, .ppb-form h3, .ppb-form h4, .ppb-form h5, .ppb-form h6 {
  font-family: CenturyGothicW02;
  color: black !important; }

.ppb-form h2, .ppb-form h3 {
  font-size: 24px;
  font-weight: bold; }

.ppb-form h3 {
  margin-top: -9px; }

.ppb-form .summary {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 24px; }
  .ppb-form .summary .header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 36px;
    margin-top: 16px;
    line-height: 1.4;
    text-transform: none; }
  .ppb-form .summary select {
    height: 34px;
    opacity: 1; }

.ppb-form .row.show-more-row {
  display: flex; }

.ppb-form .show-more-container {
  display: flex;
  align-items: flex-end; }

.ppb-form .show-more {
  display: flex;
  align-items: center;
  height: 44px; }
  .ppb-form .show-more .text {
    color: black !important;
    font-family: CenturyGothicW02;
    font-size: 18px;
    font-weight: bold; }
  .ppb-form .show-more .arrow-down {
    margin-left: 10px; }
  .ppb-form .show-more[data-open='1'] .arrow-down {
    transform: rotateZ(180deg); }

.ppb-form .details .show-more-container {
  margin-bottom: 35px; }

.ppb-form .details.hdn {
  display: none; }

.ppb-form .details .benefits-table tbody:first-of-type {
  border-top: none; }

.ppb-form .details .benefits-table tbody:last-of-type tr:last-of-type {
  border-bottom: none; }

.ppb-form .details .benefits-table tr > td:nth-child(1) {
  width: 71.42857%; }

.ppb-form .details .benefits-table tr > td:nth-child(n+2) {
  width: 28.57143%;
  display: none; }

.ppb-form .details .benefits-table.show-1 tr > td:nth-child(2) {
  display: table-cell; }

.ppb-form .details .benefits-table.show-2 tr > td:nth-child(3) {
  display: table-cell; }

.ppb-form .details .benefits-table.show-3 tr > td:nth-child(4) {
  display: table-cell; }

.ppb-form .form {
  padding-bottom: 28px;
  position: relative; }
  .ppb-form .form .header {
    text-transform: none; }
  .ppb-form .form h3 {
    margin-top: 0;
    margin-bottom: 0; }
  .ppb-form .form h4 {
    margin: 1em 0;
    font-size: 1.17em; }
  .ppb-form .form label {
    color: black !important;
    padding: 0; }
  .ppb-form .form section {
    margin: 40px 0; }
    .ppb-form .form section:not(:last-of-type) {
      border-bottom: 1px solid #e5e5e5; }
    .ppb-form .form section .row {
      margin-top: 30px;
      margin-bottom: 30px; }
      .ppb-form .form section .row .row {
        margin-top: 0;
        margin-bottom: 0; }
  .ppb-form .form select {
    opacity: 1;
    display: block;
    width: 100%; }
  .ppb-form .form .btn {
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    background: #cabc77 !important; }
  .ppb-form .form .dancers {
    position: absolute;
    top: 50px;
    right: 0; }
    .ppb-form .form .dancers img {
      max-height: 90vh;
      max-width: 25vw; }
    .ppb-form .form .dancers .captions {
      display: flex;
      flex-direction: column;
      font-family: CenturyGothicW02;
      font-size: 14px; }
      @media screen and (max-width: 999px) {
        .ppb-form .form .dancers .captions > * {
          margin-bottom: 15px; } }
      @media screen and (min-width: 1000px) {
        .ppb-form .form .dancers .captions {
          flex-direction: row;
          justify-content: space-around; } }
  .ppb-form .form #invoice {
    display: none; }
    .ppb-form .form #invoice.show {
      display: block; }

.ppb-form .f-el [data-id] {
  display: none !important; }

.ppb-form .f-el select {
  position: relative;
  top: 0;
  left: 0; }

.ppb-form .f-el .err {
  height: 16px;
  font-size: 14px;
  font-family: CenturyGothicW02;
  color: red;
  visibility: hidden; }

.ppb-form .f-el .fe-label {
  padding: 0;
  line-height: 1.4;
  font-weight: normal;
  text-transform: none;
  color: black; }
  .ppb-form .f-el .fe-label .bold {
    color: #cabc77 !important;
    font-weight: bold; }

.ppb-form .f-el.horizontal .fe-label {
  font-size: 18px;
  margin-right: 20px; }

.ppb-form .f-el.horizontal .element {
  height: 44px;
  font-size: 18px;
  font-weight: bold; }

.ppb-form .f-el.vertical {
  height: 100%;
  display: flex;
  flex-direction: column; }
  .ppb-form .f-el.vertical .fe-label {
    margin-top: auto;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: block; }
    .ppb-form .f-el.vertical .fe-label .sub {
      text-transform: lowercase;
      font-weight: normal; }
  .ppb-form .f-el.vertical .element {
    display: flex;
    align-items: center;
    margin-top: 14px;
    height: 44px;
    font-size: 18px; }
  .ppb-form .f-el.vertical input, .ppb-form .f-el.vertical select {
    font-size: 18px;
    font-family: CenturyGothicW02;
    padding-left: 18px;
    padding-right: 18px;
    border: solid 2px #d5d5d5; }

.ppb-form .f-el.checkbox {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative; }
  .ppb-form .f-el.checkbox .fe-label {
    flex: 1;
    margin-left: 25px; }
  .ppb-form .f-el.checkbox .err {
    margin-left: 25px;
    flex: 1 0 100%; }

.ppb-form .f-el input[disabled], .ppb-form .f-el input[type=checkbox][disabled], .ppb-form .f-el select[disabled] {
  background: #f2f2f2 !important;
  color: #808080 !important; }

.ppb-form .f-el input[invalid], .ppb-form .f-el input[type=checkbox][invalid], .ppb-form .f-el select[invalid] {
  border-color: red !important; }
  .ppb-form .f-el input[invalid] ~ .err, .ppb-form .f-el input[type=checkbox][invalid] ~ .err, .ppb-form .f-el select[invalid] ~ .err {
    visibility: visible; }

.ppb-form .f-el.price-element .err {
  display: none; }

.ppb-form .f-el.price-element .manual-input {
  display: none; }
  .ppb-form .f-el.price-element .manual-input[invalid] ~ .err {
    display: block;
    visibility: visible; }

.ppb-form .f-el.price-element #price {
  height: 100%; }

.ppb-form .f-el.price-element .auto-input {
  display: flex;
  align-items: center;
  font-size: 18px; }

.ppb-form .f-el.price-element .suffix {
  margin-left: 10px; }

.ppb-form .f-el.price-element.manual div.manual-input {
  display: flex;
  align-items: center;
  font-size: 18px; }

.ppb-form .f-el.price-element.manual span.manual-input {
  display: inline; }

.ppb-form .f-el.price-element.manual .auto-input {
  display: none; }

.ppb-form .present-box {
  background: rgba(202, 188, 119, 0.4);
  height: 98px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  position: relative; }

.ppb-form .svg-icon.present {
  width: 60px;
  height: 60px;
  right: 30px;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  position: absolute; }

.ppb-form .cb-style-1 {
  font-family: CenturyGothicW02;
  align-items: center !important; }
  .ppb-form .cb-style-1 .custom-checkbox {
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0; }
  .ppb-form .cb-style-1 label.fe-label {
    font-size: 18px !important; }

.ppb-form .cb-style-2 {
  font-family: CenturyGothicW02; }
  .ppb-form .cb-style-2 label.fe-label {
    font-size: 14px !important; }

.ppb-form .details {
  background: #e5e5e5; }

.ppb-form .f-w-n {
  font-weight: normal; }

.ppb-main h2 {
  font-size: 36px;
  color: black !important; }

.ppb-main .blank-space {
  background: black;
  height: 155px; }
  @media screen and (min-height: 1071px) and (orientation: landscape) {
    .ppb-main .blank-space {
      height: 212px; } }

.ppb-main .fb-link {
  top: 360px; }

.ppb-main .video {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .ppb-main .video.full-vid {
    justify-content: flex-end; }
    .ppb-main .video.full-vid > .text-container {
      display: none; }
  .ppb-main .video .video__btn {
    color: white !important; }
  .ppb-main .video > .text-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1; }
    .ppb-main .video > .text-container .big {
      font-family: HelveticaNeueW02-45Ligh;
      font-weight: normal;
      font-size: 60px;
      text-align: center;
      color: white !important;
      margin-bottom: 0;
      margin-top: 0.67em;
      padding: 0;
      line-height: 1.4; }
    .ppb-main .video > .text-container .small {
      font-size: 24px;
      font-family: CenturyGothicW02;
      font-weight: bold;
      text-align: center;
      color: white !important;
      margin-top: 5px;
      margin-bottom: 35px; }

.ppb-main .buy-bar {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  height: 50px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 15;
  transition: 300ms opacity;
  opacity: 1; }
  .ppb-main .buy-bar.hdn {
    opacity: 0;
    pointer-events: none; }
  .ppb-main .buy-bar div {
    text-align: center; }
  .ppb-main .buy-bar img {
    height: 12px;
    width: 12px;
    vertical-align: middle; }
  .ppb-main .buy-bar a {
    font-family: CenturyGothicW02;
    font-size: 18px;
    font-weight: bold;
    color: #000000 !important;
    line-height: 50px; }

.ppb-main .block .title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 58px;
  margin-top: 0; }

.ppb-main .block.packet-choice {
  padding-top: 67.5px; }
  .ppb-main .block.packet-choice .title {
    line-height: 1.4;
    text-transform: inherit;
    display: block; }
  .ppb-main .block.packet-choice .dancer-caption {
    display: inline-block;
    margin-bottom: 10px; }

.ppb-main .block.quotes {
  background: #f0f0f0; }
  .ppb-main .block.quotes .quotes__slider {
    height: 562px; }
  .ppb-main .block.quotes .quote {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (max-height: 810px) {
      .ppb-main .block.quotes .quote {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media screen and (min-height: 811px) and (max-height: 1070px) {
      .ppb-main .block.quotes .quote {
        padding-top: 60px;
        padding-bottom: 60px; } }
    .ppb-main .block.quotes .quote .quote__image-container {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .ppb-main .block.quotes .quote .quote__image-container > * {
        position: relative;
        height: 100%; }
      .ppb-main .block.quotes .quote .quote__image-container .quote__person {
        max-height: 100%;
        max-width: inherit;
        position: absolute;
        bottom: 0;
        right: 0; }
    .ppb-main .block.quotes .quote p.quote__title {
      font-size: 40px;
      margin-top: 0;
      color: black !important;
      line-height: 1.4;
      padding-bottom: 0;
      margin-bottom: 0.67em;
      font-weight: bold; }
    .ppb-main .block.quotes .quote .quote__title-col {
      position: relative; }
    .ppb-main .block.quotes .quote img.quote__img {
      position: absolute;
      bottom: -90px;
      left: 0;
      width: 134px; }
    .ppb-main .block.quotes .quote p.quote__text {
      color: black !important;
      font-size: 18px;
      line-height: 1.67;
      position: relative; }
    .ppb-main .block.quotes .quote p.quote__author {
      color: black !important;
      margin-top: 10px;
      font-size: 16px;
      line-height: 1.5;
      position: relative; }

.ppb-main .block.examples .header-container {
  height: 238px;
  display: flex;
  align-items: center;
  justify-content: center; }

.ppb-main .block.examples .header {
  text-align: center;
  font-weight: bold;
  text-transform: inherit;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  line-height: 1.4; }

.ppb-main .block.examples .example {
  font-family: CenturyGothicW02;
  padding: 0;
  position: relative; }
  .ppb-main .block.examples .example .example__inner {
    bottom: 0;
    height: 128px;
    position: absolute;
    margin-left: 30px;
    margin-right: 30px; }
  .ppb-main .block.examples .example p {
    padding: 0; }
  .ppb-main .block.examples .example .title {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 6px; }
  .ppb-main .block.examples .example .description {
    font-size: 15px;
    line-height: 1.47;
    text-align: left;
    color: #ffffff; }

.ppb-main .block.thank-yous {
  min-height: 820px;
  background: white;
  padding-top: 70px;
  padding-bottom: 80px;
  position: relative; }
  .ppb-main .block.thank-yous .dancers {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    pointer-events: none; }
    .ppb-main .block.thank-yous .dancers .dancer {
      position: absolute;
      bottom: 0;
      height: 100%;
      display: flex;
      align-items: flex-end; }
      .ppb-main .block.thank-yous .dancers .dancer img {
        max-width: 15vw; }
      .ppb-main .block.thank-yous .dancers .dancer span {
        line-height: 1.6;
        position: absolute;
        bottom: 30px; }
      .ppb-main .block.thank-yous .dancers .dancer.dancer-1 {
        left: 0;
        justify-content: flex-start; }
        .ppb-main .block.thank-yous .dancers .dancer.dancer-1 span {
          right: 10%;
          transform: translateX(100%); }
          @media (min-width: 1920px) {
            .ppb-main .block.thank-yous .dancers .dancer.dancer-1 span {
              right: 15%; } }
      .ppb-main .block.thank-yous .dancers .dancer.dancer-2 {
        right: 0;
        justify-content: flex-end; }
        .ppb-main .block.thank-yous .dancers .dancer.dancer-2 span {
          left: 0;
          transform: translateX(-100%); }
  .ppb-main .block.thank-yous .title {
    font-family: CenturyGothicW02;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: black !important;
    margin: 0 0 30px;
    display: block;
    line-height: 1.4;
    text-transform: inherit; }
  .ppb-main .block.thank-yous .subtitle {
    font-family: CenturyGothicW02;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    margin-top: 16px; }
  .ppb-main .block.thank-yous p.title {
    margin-bottom: 40px;
    padding: 0;
    line-height: 1.4; }
  .ppb-main .block.thank-yous .supporters {
    margin-bottom: 50px; }
    .ppb-main .block.thank-yous .supporters .supporters__title {
      margin-bottom: 18px;
      font-size: 24px;
      line-height: 1;
      margin-top: 0px; }
  .ppb-main .block.thank-yous .btn-container {
    display: flex;
    justify-content: center; }
  .ppb-main .block.thank-yous .btn--see-all {
    width: 367px;
    color: black; }

.ppb-main .benefits-table {
  margin-bottom: 60px; }
  .ppb-main .benefits-table tr > td:nth-child(1) {
    width: 40%; }
  .ppb-main .benefits-table tr > td:nth-child(n+2) {
    width: 20%; }
  .ppb-main .benefits-table .remaining {
    font-family: CenturyGothicW02;
    font-size: 12px;
    line-height: 36px;
    border: 1px solid #cabc77;
    text-align: center; }
  .ppb-main .benefits-table .packet-name {
    font-family: CenturyGothicW02;
    height: 70px;
    text-align: center;
    padding-top: 20px;
    position: relative; }
    .ppb-main .benefits-table .packet-name:after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -8px;
      height: 5px;
      width: 5px;
      border-top: 8px solid currentColor;
      border-left: 11.5px solid transparent;
      border-right: 11.5px solid transparent;
      transform: translateX(-50%); }
    .ppb-main .benefits-table .packet-name h3 {
      font-family: CenturyGothicW02;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.33;
      margin: 0; }
    .ppb-main .benefits-table .packet-name.packet-one {
      background-color: #cbcbcb; }
      .ppb-main .benefits-table .packet-name.packet-one h3 {
        color: black !important; }
      .ppb-main .benefits-table .packet-name.packet-one:after {
        color: #cbcbcb; }
    .ppb-main .benefits-table .packet-name.packet-two {
      background-color: #cabc77; }
      .ppb-main .benefits-table .packet-name.packet-two h3 {
        color: black !important; }
      .ppb-main .benefits-table .packet-name.packet-two:after {
        color: #cabc77; }
    .ppb-main .benefits-table .packet-name.packet-three {
      background-color: black; }
      .ppb-main .benefits-table .packet-name.packet-three h3 {
        color: white !important; }
      .ppb-main .benefits-table .packet-name.packet-three:after {
        color: black; }
  .ppb-main .benefits-table .badges text {
    font-family: CenturyGothicW02;
    font-weight: bold; }
    .ppb-main .benefits-table .badges text.choose {
      font-size: 16px; }
    .ppb-main .benefits-table .badges text.value {
      font-size: 24px; }
  .ppb-main .benefits-table .badges .packet-one polygon {
    fill: #cbcbcb; }
  .ppb-main .benefits-table .badges .packet-one text, .ppb-main .benefits-table .badges .packet-one path {
    fill: black; }
  .ppb-main .benefits-table .badges .packet-two polygon {
    fill: #cabc77; }
  .ppb-main .benefits-table .badges .packet-two text, .ppb-main .benefits-table .badges .packet-two path {
    fill: black; }
  .ppb-main .benefits-table .badges .packet-three polygon {
    fill: black; }
  .ppb-main .benefits-table .badges .packet-three text, .ppb-main .benefits-table .badges .packet-three path {
    fill: white; }

.ppb-main section.contact {
  text-align: center;
  font-family: CenturyGothicW02;
  color: white;
  background: black;
  padding-top: 56px;
  padding-bottom: 79px; }
  .ppb-main section.contact h2.contact__header {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 50px;
    color: white !important;
    margin-top: 0.67em;
    text-transform: inherit; }
  .ppb-main section.contact .contact__title {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 8px; }
  .ppb-main section.contact .contact__name {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 36px; }
  .ppb-main section.contact .contact__info {
    font-size: 15px;
    line-height: 1; }
    .ppb-main section.contact .contact__info + .contact__info {
      margin-top: 10px; }
