@charset "UTF-8";
/**
 * This method create a screen max width for the properties.
 * You may add blocks inside the media query.
 */
/**
 * This method create a screen max width for the properties.
 * You may add blocks inside the media query.
 */
/**
 * This method is used for responsive layout.
 * You may used different properties for different values based on the window size.
 */
/**
 * This method sets the border-radius available to all browsers.
 */
/**
 * This method generates a browser supported flex prefix.
 */
html, body {
  width: 100%;
  height: 100%;
  background-color: #C7953E; }

input:focus, a:focus, .wpcf7-form-control:focus {
  outline: none; }

.font-body, .voucher-content .form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control, .voucher-content .form-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-family: 'CamdenSans', Arial, sans-serif; }

.font-heading {
  font-family: 'CamdenSlab', Arial, sans-serif; }

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

.font-foundersgrostesk, .voucher-content .form-wrapper .agreement-section .wpcf7-list-item-label {
  font-family: 'FoundersGroteskText'; }

.text-purple {
  color: #712c50; }

.text-green {
  color: #006B3F; }

.text-decoration-none {
  text-decoration: none; }

.cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.clear {
  clear: both; }

.grecaptcha-badge {
  z-index: 2; }

.title-header {
  padding: 0px 0;
  margin: 0 30px;
  min-height: 140px;
  height: 140px; }
  .title-header img {
    width: auto;
    height: auto;
    max-width: 100%; }
  @media screen and (max-width: 1920px) {
    .title-header {
      min-height: 100px;
      height: 100px; }
      .title-header .font-heading {
        font-size: 40px; }
      .title-header:first-child .th-icon {
        top: 20px; }
      .title-header:first-child .font-heading {
        top: 26px; }
      .title-header:last-child .th-icon {
        bottom: 20px; }
      .title-header:last-child .font-heading {
        bottom: 26px; } }

.voucher-content {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1; }
  @media screen and (min-height: 1100px) {
    .voucher-content {
      overflow: hidden; } }
  .voucher-content.ie-tablet {
    height: auto; }
  .voucher-content .col-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1480px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (min-height: 1100px) {
      .voucher-content .col-group {
        height: 760px; } }
    @media screen and (max-width: 1024px) {
      .voucher-content .col-group {
        height: 100%; } }
    .voucher-content .col-group .col-item {
      width: 50%; }
      .voucher-content .col-group .col-item.first-col {
        background-color: #F9F3DD;
        overflow-y: hidden;
        background-position: left center; }
      .voucher-content .col-group .col-item.second-col {
        background-color: #006B3F; }
    .voucher-content .col-group.col-gallery {
      min-height: 700px; }
      .voucher-content .col-group.col-gallery .col-item {
        padding: 0 35px; }
        .voucher-content .col-group.col-gallery .col-item.first-col, .voucher-content .col-group.col-gallery .col-item.second-col {
          background-color: transparent; }
        .voucher-content .col-group.col-gallery .col-item.second-col .g-title {
          margin-bottom: -8px; }
        .voucher-content .col-group.col-gallery .col-item .gallery-item {
          background-color: rgba(3, 3, 3, 0.5);
          margin: 0 auto;
          cursor: pointer; }
        .voucher-content .col-group.col-gallery .col-item .g-title, .voucher-content .col-group.col-gallery .col-item a {
          z-index: 2;
          position: relative; }
        .voucher-content .col-group.col-gallery .col-item .g-title {
          font-size: 50px;
          line-height: 1;
          position: absolute;
          bottom: 30px;
          left: 30px;
          color: white; }
          .voucher-content .col-group.col-gallery .col-item .g-title span {
            position: relative;
            left: -10px; }
          @media screen and (max-width: 1380px) {
            .voucher-content .col-group.col-gallery .col-item .g-title {
              bottom: 88px; } }
        .voucher-content .col-group.col-gallery .col-item a {
          position: absolute;
          bottom: 30px;
          right: 30px; }
        .voucher-content .col-group.col-gallery .col-item .bg-gradient-back {
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1; }
          .voucher-content .col-group.col-gallery .col-item .bg-gradient-back:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, rgba(0, 0, 0, 0.4)));
            background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 60%); }
          .voucher-content .col-group.col-gallery .col-item .bg-gradient-back .call-to-action {
            display: none !important; }
  .voucher-content .form-wrapper {
    width: 100%;
    max-width: 92%;
    margin: 12px auto;
    display: block;
    height: auto;
    overflow-y: hidden;
    /** agreement area */ }
    .voucher-content .form-wrapper > .wpcf7 {
      height: auto;
      overflow-y: hidden;
      padding: 5px 8px;
      padding-right: 0px;
      max-width: 400px;
      margin: 0 auto; }
    .voucher-content .form-wrapper .wpcf7-response-output {
      display: none !important; }
    .voucher-content .form-wrapper .error-message-section .wpcf7-response-output-div {
      display: block !important;
      border: 0px;
      margin: 0px;
      margin-right: 4px;
      padding: 0px;
      position: absolute; }
      @media screen and (max-width: 425px) {
        .voucher-content .form-wrapper .error-message-section .wpcf7-response-output-div {
          margin-right: 15px; } }
      .voucher-content .form-wrapper .error-message-section .wpcf7-response-output-div span {
        display: block;
        width: 100%;
        background-color: #ee963a;
        font-weight: bold;
        text-transform: uppercase;
        color: #000;
        position: relative;
        z-index: 1;
        font-size: 14px; }
        @media screen and (max-width: 500px) {
          .voucher-content .form-wrapper .error-message-section .wpcf7-response-output-div span {
            font-size: 12px;
            line-height: 1.4; } }
        .voucher-content .form-wrapper .error-message-section .wpcf7-response-output-div span .back {
          position: absolute;
          width: 100%;
          height: 100%; }
        .voucher-content .form-wrapper .error-message-section .wpcf7-response-output-div span strong.front {
          position: relative;
          padding: 10px;
          background: #C7953E;
          z-index: 2;
          display: block; }
        .voucher-content .form-wrapper .error-message-section .wpcf7-response-output-div span strong.back {
          top: 5px;
          left: -5px;
          background: #fbf6e1;
          z-index: 1; }
    .voucher-content .form-wrapper .form-heading {
      margin: 0px 6px 10px;
      position: relative;
      height: 36px; }
      @media screen and (max-width: 500px) {
        .voucher-content .form-wrapper .form-heading {
          margin-bottom: 10px; } }
      .voucher-content .form-wrapper .form-heading .th-icon.first, .voucher-content .form-wrapper .form-heading .th-icon.last {
        width: 36px;
        height: 36px;
        position: absolute;
        top: 50%;
        margin-top: -18px; }
      .voucher-content .form-wrapper .form-heading .th-icon.first {
        left: 0; }
      .voucher-content .form-wrapper .form-heading .th-icon.last {
        right: 0; }
      .voucher-content .form-wrapper .form-heading .th-icon.center {
        max-width: 60%;
        margin: 0 auto;
        position: relative;
        top: 4px; }
        @media screen and (max-width: 425px) {
          .voucher-content .form-wrapper .form-heading .th-icon.center img {
            width: 100%; } }
      .voucher-content .form-wrapper .form-heading .th-icon img {
        width: auto; }
    .voucher-content .form-wrapper .form-icons {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
      justify-content: space-between !important;
      padding: 0 6px;
      bottom: 0; }
      .voucher-content .form-wrapper .form-icons > div:nth-child(2) {
        display: none !important; }
      .voucher-content .form-wrapper .form-icons .th-icon {
        text-align: center; }
        .voucher-content .form-wrapper .form-icons .th-icon img {
          width: auto; }
    .voucher-content .form-wrapper label {
      display: block;
      text-transform: uppercase;
      color: white;
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 3px; }
      @media screen and (max-width: 500px) {
        .voucher-content .form-wrapper label {
          font-size: 12px;
          line-height: 1.4; } }
    .voucher-content .form-wrapper .agreement-section {
      margin-top: 7px; }
      .voucher-content .form-wrapper .agreement-section .check-display {
        height: 30px;
        width: 30px;
        float: left;
        -webkit-appearance: none;
        cursor: pointer;
        position: relative;
        outline: none;
        text-decoration: none; }
        .voucher-content .form-wrapper .agreement-section .check-display:before {
          content: " ";
          position: absolute;
          background-color: #fbf6e1;
          z-index: 2;
          width: 100%;
          height: 30px;
          position: absolute; }
        .voucher-content .form-wrapper .agreement-section .check-display:after {
          content: " ";
          width: 100%;
          height: 30px;
          background-color: #ee963a;
          position: absolute;
          left: -5px;
          top: 5px;
          z-index: 1; }
        .voucher-content .form-wrapper .agreement-section .check-display.checked em {
          position: relative;
          z-index: 3;
          display: block; }
          .voucher-content .form-wrapper .agreement-section .check-display.checked em:before {
            content: " ";
            display: block;
            position: absolute;
            top: 0px;
            left: 10px;
            width: 7px;
            height: 22px;
            border: solid #000;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
      .voucher-content .form-wrapper .agreement-section .wpcf7-form-control-wrap {
        float: right;
        width: 90%; }
        @media screen and (max-width: 1300px) {
          .voucher-content .form-wrapper .agreement-section .wpcf7-form-control-wrap {
            width: 86%; } }
        @media screen and (max-width: 425px) {
          .voucher-content .form-wrapper .agreement-section .wpcf7-form-control-wrap {
            width: 86%; } }
        .voucher-content .form-wrapper .agreement-section .wpcf7-form-control-wrap .wpcf7-list-item {
          margin-left: 0px; }
      .voucher-content .form-wrapper .agreement-section .wpcf7-list-item-label {
        font-size: 10px;
        font-weight: 500;
        display: block;
        line-height: 12px;
        position: relative;
        top: -2px; }
    .voucher-content .form-wrapper .wpcf7-form-control-wrap {
      display: block;
      margin-bottom: 14px; }
      @media screen and (max-width: 500px) {
        .voucher-content .form-wrapper .wpcf7-form-control-wrap {
          margin-bottom: 14px; } }
      .voucher-content .form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px; }
        @media screen and (max-width: 500px) {
          .voucher-content .form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control {
            font-size: 12px;
            line-height: 1.4; } }
      .voucher-content .form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-checkbox) {
        background-color: #fbf6e1;
        border: 0px;
        height: 30px;
        line-height: 0px;
        padding: 0px 12px;
        position: relative;
        z-index: 3;
        width: 100%;
        color: #000 !important;
        -moz-appearance: textfield; }
        .voucher-content .form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-checkbox), .voucher-content .form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-checkbox):hover, .voucher-content .form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-checkbox):focus, .voucher-content .form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-checkbox):active {
          border-radius: 0px !important; }
        .voucher-content .form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-checkbox)::-webkit-outer-spin-button, .voucher-content .form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-checkbox)::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .voucher-content .form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-checkbox):hover {
          -moz-appearance: number-input; }
        .voucher-content .form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-checkbox):-webkit-autofill, .voucher-content .form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-checkbox):-webkit-autofill:hover, .voucher-content .form-wrapper .wpcf7-form-control-wrap .wpcf7-form-control:not(.wpcf7-checkbox):-webkit-autofill:focus {
          -webkit-text-fill-color: #000;
          background-color: #fbf6e1;
          -webkit-box-shadow: 0 0 0px 1000px #fbf6e1 inset;
          box-shadow: 0 0 0px 1000px #fbf6e1 inset; }
      .voucher-content .form-wrapper .wpcf7-form-control-wrap:not(.agreement):not(.receive_promotion):after {
        content: " ";
        width: 100%;
        height: 30px;
        background-color: #C7953E;
        position: absolute;
        left: -5px;
        top: 5px;
        z-index: 1; }
      .voucher-content .form-wrapper .wpcf7-form-control-wrap.form-error .wpcf7-form-control:not(.wpcf7-checkbox) {
        background-color: #C7953E; }
      .voucher-content .form-wrapper .wpcf7-form-control-wrap.form-error:not(.agreement):not(.receive_promotion):after {
        background-color: #fbf6e1; }
      .voucher-content .form-wrapper .wpcf7-form-control-wrap.form-error.mobile_number.invalid-number .wpcf7-not-valid-tip, .voucher-content .form-wrapper .wpcf7-form-control-wrap.form-error.mobile_number.invalid-number:after {
        height: 46px; }
      .voucher-content .form-wrapper .wpcf7-form-control-wrap.receive_promotion {
        margin-bottom: 10px; }
      .voucher-content .form-wrapper .wpcf7-form-control-wrap.agreement, .voucher-content .form-wrapper .wpcf7-form-control-wrap.receive_promotion {
        font-size: 12px; }
        .voucher-content .form-wrapper .wpcf7-form-control-wrap.agreement input, .voucher-content .form-wrapper .wpcf7-form-control-wrap.receive_promotion input {
          padding: 0;
          height: initial;
          width: initial;
          margin-bottom: 0;
          display: none;
          cursor: pointer; }
        .voucher-content .form-wrapper .wpcf7-form-control-wrap.agreement.form-error .wpcf7-not-valid-tip, .voucher-content .form-wrapper .wpcf7-form-control-wrap.receive_promotion.form-error .wpcf7-not-valid-tip {
          top: 100%; }
        .voucher-content .form-wrapper .wpcf7-form-control-wrap.agreement a, .voucher-content .form-wrapper .wpcf7-form-control-wrap.receive_promotion a {
          color: white;
          text-decoration: underline;
          -webkit-text-decoration-color: #C7953E;
                  text-decoration-color: #C7953E; }
          .voucher-content .form-wrapper .wpcf7-form-control-wrap.agreement a:hover, .voucher-content .form-wrapper .wpcf7-form-control-wrap.receive_promotion a:hover {
            color: #C7953E; }
      .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap {
        position: absolute !important;
        left: 0;
        top: 0;
        z-index: 4;
        width: 100%;
        margin-top: 23px;
        cursor: pointer;
        text-decoration: none;
        outline: none;
        /** select */ }
        .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap:after {
          height: 100%; }
        .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap .select-plugin {
          padding-top: 16px;
          overflow: hidden;
          -webkit-transition: height 0.35s ease-in-out;
          transition: height 0.35s ease-in-out; }
          .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap .select-plugin .indicator-x {
            display: none; }
          .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap .select-plugin .indicator-arrow {
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #C7953E;
            font-size: 0;
            line-height: 0;
            position: absolute;
            right: 8px;
            top: 10px; }
            .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap .select-plugin .indicator-arrow:hover {
              border-top: 10px solid #006B3F; }
          .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap .select-plugin ul {
            list-style: none;
            margin-top: 10px; }
            .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap .select-plugin ul li, .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap .select-plugin ul li a {
              display: block; }
            .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap .select-plugin ul li a {
              text-decoration: none;
              padding: 11px 0px;
              color: #000000; }
            .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap .select-plugin ul li:hover a {
              color: #C7953E; }
        .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap.open .select-plugin {
          height: 170px !important; }
          .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap.open .select-plugin .indicator-arrow {
            display: none; }
          .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap.open .select-plugin .indicator-x {
            display: block;
            position: absolute;
            right: 8px;
            top: 8px;
            width: 12px;
            height: 12px; }
            .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap.open .select-plugin .indicator-x:before, .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap.open .select-plugin .indicator-x:after {
              position: absolute;
              content: ' ';
              height: 15px;
              width: 2px;
              background-color: #C7953E;
              right: 8px; }
            .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap.open .select-plugin .indicator-x:before {
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
            .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap.open .select-plugin .indicator-x:after {
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
            .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap.open .select-plugin .indicator-x:hover:before, .voucher-content .form-wrapper .wpcf7-form-control-wrap.select-plugin-wrap.open .select-plugin .indicator-x:hover:after {
              background-color: #006B3F; }
      .voucher-content .form-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
        position: absolute;
        background-color: #C7953E;
        top: 0px;
        padding: 0px 6px;
        padding-top: 7px;
        color: white;
        z-index: 3;
        width: 100%;
        height: 30px;
        line-height: 16px;
        text-transform: uppercase;
        font-weight: bold;
        text-transform: uppercase;
        color: #000;
        font-size: 14px; }
        @media screen and (max-width: 500px) {
          .voucher-content .form-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
            font-size: 12px;
            line-height: 1.4; } }
    .voucher-content .form-wrapper .form-inputs {
      height: auto;
      overflow-y: hidden;
      padding: 5px 6px 15px;
      padding-bottom: 40px; }
      @media screen and (max-width: 500px) {
        .voucher-content .form-wrapper .form-inputs {
          padding-bottom: 25px; } }
      .voucher-content .form-wrapper .form-inputs > div {
        float: left;
        position: relative; }
        .voucher-content .form-wrapper .form-inputs > div .btn-submit {
          width: 90px;
          margin-left: auto; }
          .voucher-content .form-wrapper .form-inputs > div .btn-submit.disabled {
            /* IE 8 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            /* IE 5-7 */
            filter: alpha(opacity=70);
            /* Netscape */
            -moz-opacity: 0.7;
            /* Safari 1.x */
            -khtml-opacity: 0.7;
            /* Good browsers */
            opacity: 0.7; }
          .voucher-content .form-wrapper .form-inputs > div .btn-submit .wpcf7-submit {
            font-size: 16px;
            z-index: 2;
            -moz-appearance: none;
                 appearance: none;
            -webkit-appearance: none;
            border-radius: 0px !important;
            color: #C7953E !important; }
            .voucher-content .form-wrapper .form-inputs > div .btn-submit .wpcf7-submit:not(.disabled) {
              cursor: pointer; }
            .voucher-content .form-wrapper .form-inputs > div .btn-submit .wpcf7-submit:hover {
              color: #006B3F !important; }
          .voucher-content .form-wrapper .form-inputs > div .btn-submit .ajax-loader {
            position: relative;
            top: -22px;
            z-index: 12;
            left: -5px; }
        .voucher-content .form-wrapper .form-inputs > div:last-child .wpcf7-form-control-wrap {
          margin-bottom: 0px; }
      .voucher-content .form-wrapper .form-inputs .full-width {
        width: 100%; }
      .voucher-content .form-wrapper .form-inputs .width-25 {
        width: 25%;
        padding-right: 20px; }
      .voucher-content .form-wrapper .form-inputs .width-75 {
        width: 75%; }
      .voucher-content .form-wrapper .form-inputs .width-30 {
        width: 30%; }
      .voucher-content .form-wrapper .form-inputs .width-70 {
        width: 70%; }
    .voucher-content .form-wrapper .mobile-description {
      display: none;
      margin: 0px auto;
      padding: 12px 6px; }
      .voucher-content .form-wrapper .mobile-description .heading-title {
        font-size: 20px;
        line-height: 1.2; }
        @media screen and (max-width: 500px) {
          .voucher-content .form-wrapper .mobile-description .heading-title {
            font-size: 16px; } }
      @media screen and (max-width: 1024px) {
        .voucher-content .form-wrapper .mobile-description {
          display: block;
          max-width: 450px; } }
  .voucher-content .voucher-message {
    height: 100%;
    padding: 30px; }
    .voucher-content .voucher-message .christmas-tag {
      right: 25px;
      top: 1px;
      width: 200px;
      z-index: 4; }
    .voucher-content .voucher-message .christmas-ribbon {
      left: -1px;
      bottom: -5px;
      z-index: 3;
      width: 50%; }
    .voucher-content .voucher-message .labels {
      right: 0px;
      bottom: 30px;
      z-index: 5; }
      .voucher-content .voucher-message .labels > * {
        line-height: 1;
        color: white;
        text-shadow: 0px 0px 1px #686868; }
      .voucher-content .voucher-message .labels .label-large {
        font-size: 50px; }
        @media screen and (min-width: 1025px) {
          .voucher-content .voucher-message .labels .label-large {
            font-size: calc(50px + 10 * ((100vw - 1025px) / 895)); } }
        @media screen and (min-width: 1920px) {
          .voucher-content .voucher-message .labels .label-large {
            font-size: 60px; } }
      .voucher-content .voucher-message .labels .label-medium {
        margin-top: 25px; }
        .voucher-content .voucher-message .labels .label-medium {
          font-size: 35px; }
          @media screen and (min-width: 1025px) {
            .voucher-content .voucher-message .labels .label-medium {
              font-size: calc(35px + 10 * ((100vw - 1025px) / 895)); } }
          @media screen and (min-width: 1920px) {
            .voucher-content .voucher-message .labels .label-medium {
              font-size: 45px; } }
      .voucher-content .voucher-message .labels .label-small {
        line-height: 1.3; }
        .voucher-content .voucher-message .labels .label-small {
          font-size: 18px; }
          @media screen and (min-width: 1025px) {
            .voucher-content .voucher-message .labels .label-small {
              font-size: calc(18px + 4 * ((100vw - 1025px) / 895)); } }
          @media screen and (min-width: 1920px) {
            .voucher-content .voucher-message .labels .label-small {
              font-size: 22px; } }
      .voucher-content .voucher-message .labels .show-the-form {
        position: relative;
        margin-bottom: 10% !important;
        display: block; }
        .voucher-content .voucher-message .labels .show-the-form:after {
          content: " ";
          position: absolute;
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          border-top: 20px solid white;
          margin-left: 12px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
    .voucher-content .voucher-message .background-image {
      left: 0;
      top: 0;
      height: 100%;
      width: 60%;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: center right;
      z-index: 1; }
  .voucher-content .form-container-hidden {
    display: block;
    height: 0px;
    padding: 0;
    margin: 0; }
    .voucher-content .form-container-hidden.display {
      min-height: 800px; }
  .voucher-content .thankyou-message {
    text-align: center;
    min-height: 400px;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%; }
    .voucher-content .thankyou-message h1 {
      font-size: 53px;
      text-align: center;
      line-height: 1; }
      @media screen and (max-width: 500px) {
        .voucher-content .thankyou-message h1 {
          font-size: 42px; } }
      .voucher-content .thankyou-message h1 span {
        display: block; }
  .voucher-content.ie-browser .title-header {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .voucher-content.ie-browser .voucher-message .christmas-tag img,
  .voucher-content.ie-browser .voucher-message .christmas-ribbon img {
    width: 100%;
    height: 100%; }
  .voucher-content.ie-browser .form-wrapper .wpcf7-form-control-wrap:not(.how_may_times_visited) .wpcf7-form-control:not(.wpcf7-checkbox) {
    line-height: 1; }
  @media screen and (max-width: 1440px) {
    .voucher-content.ie-browser {
      overflow-x: hidden; } }

@media screen and (max-width: 1024px) {
  html, body {
    background-color: #006B3F; }
  .grecaptcha-badge {
    opacity: 0.7; }
  .main-content {
    -ms-flex-item-align: unset !important;
        align-self: unset !important;
    -webkit-box-align: unset !important;
        -ms-flex-align: unset !important;
            align-items: unset !important; }
  .hide-sm {
    display: none !important; }
  .title-header {
    display: none !important; }
  .voucher-content .col-group.col-form {
    max-width: 100%;
    padding: 0px; }
    .voucher-content .col-group.col-form .first-col {
      width: 100%; } }
    @media screen and (max-width: 1024px) and (max-width: 767px) {
      .voucher-content .col-group.col-form .first-col {
        background-position: center center; } }

@media screen and (max-width: 1024px) {
      .voucher-content .col-group.col-form .first-col.hidden-col {
        display: none !important; }
    .voucher-content .col-group.col-form .second-col {
      width: 100%;
      display: none !important; }
      .voucher-content .col-group.col-form .second-col.display-col {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }
      @media screen and (max-width: 1024px) and (max-width: 767px) {
        .voucher-content .col-group.col-form .second-col.display-col {
          display: block !important; } }
  @media screen and (max-width: 1024px) and (max-width: 500px) {
    .voucher-content .col-group.col-form .voucher-message {
      padding: 20px; } }

@media screen and (max-width: 1024px) {
    .voucher-content .col-group.col-form .voucher-message .labels {
      right: 10px; }
      .voucher-content .col-group.col-form .voucher-message .labels > * {
        text-shadow: 0px 0px 1px #333; }
      .voucher-content .col-group.col-form .voucher-message .labels .label-large {
        font-size: 70px; } }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        .voucher-content .col-group.col-form .voucher-message .labels .label-large {
          font-size: calc(70px + 10 * ((100vw - 768px) / 256)); } }
      @media screen and (max-width: 1024px) and (min-width: 1024px) {
        .voucher-content .col-group.col-form .voucher-message .labels .label-large {
          font-size: 80px; } }

@media screen and (max-width: 1024px) {
      .voucher-content .col-group.col-form .voucher-message .labels .label-medium {
        font-size: 55px; } }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        .voucher-content .col-group.col-form .voucher-message .labels .label-medium {
          font-size: calc(55px + 10 * ((100vw - 768px) / 256)); } }
      @media screen and (max-width: 1024px) and (min-width: 1024px) {
        .voucher-content .col-group.col-form .voucher-message .labels .label-medium {
          font-size: 65px; } }

@media screen and (max-width: 1024px) {
      .voucher-content .col-group.col-form .voucher-message .labels .label-small {
        font-size: 32px; } }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        .voucher-content .col-group.col-form .voucher-message .labels .label-small {
          font-size: calc(32px + 10 * ((100vw - 768px) / 256)); } }
      @media screen and (max-width: 1024px) and (min-width: 1024px) {
        .voucher-content .col-group.col-form .voucher-message .labels .label-small {
          font-size: 42px; } }

@media screen and (max-width: 1024px) and (max-height: 1100px) and (min-width: 800px) {
  .voucher-content .col-group.col-form .voucher-message .labels .label-large {
    font-size: 45px; } }
  @media screen and (max-width: 1024px) and (max-height: 1100px) and (min-width: 800px) and (min-width: 768px) {
    .voucher-content .col-group.col-form .voucher-message .labels .label-large {
      font-size: calc(45px + 15 * ((100vw - 768px) / 256)); } }
  @media screen and (max-width: 1024px) and (max-height: 1100px) and (min-width: 800px) and (min-width: 1024px) {
    .voucher-content .col-group.col-form .voucher-message .labels .label-large {
      font-size: 60px; } }

@media screen and (max-width: 1024px) and (max-height: 1100px) and (min-width: 800px) {
  .voucher-content .col-group.col-form .voucher-message .labels .label-medium {
    font-size: 35px; } }
  @media screen and (max-width: 1024px) and (max-height: 1100px) and (min-width: 800px) and (min-width: 768px) {
    .voucher-content .col-group.col-form .voucher-message .labels .label-medium {
      font-size: calc(35px + 10 * ((100vw - 768px) / 256)); } }
  @media screen and (max-width: 1024px) and (max-height: 1100px) and (min-width: 800px) and (min-width: 1024px) {
    .voucher-content .col-group.col-form .voucher-message .labels .label-medium {
      font-size: 45px; } }

@media screen and (max-width: 1024px) and (max-height: 1100px) and (min-width: 800px) {
  .voucher-content .col-group.col-form .voucher-message .labels .label-small {
    font-size: 20px; } }
  @media screen and (max-width: 1024px) and (max-height: 1100px) and (min-width: 800px) and (min-width: 768px) {
    .voucher-content .col-group.col-form .voucher-message .labels .label-small {
      font-size: calc(20px + 8 * ((100vw - 768px) / 256)); } }
  @media screen and (max-width: 1024px) and (max-height: 1100px) and (min-width: 800px) and (min-width: 1024px) {
    .voucher-content .col-group.col-form .voucher-message .labels .label-small {
      font-size: 28px; } }
    @media screen and (max-width: 1024px) and (max-width: 767px) {
      .voucher-content .col-group.col-form .voucher-message .labels .label-large {
        font-size: 28px; } }
  @media screen and (max-width: 1024px) and (max-width: 767px) and (min-width: 200px) {
    .voucher-content .col-group.col-form .voucher-message .labels .label-large {
      font-size: calc(28px + 8 * ((100vw - 200px) / 500)); } }
  @media screen and (max-width: 1024px) and (max-width: 767px) and (min-width: 700px) {
    .voucher-content .col-group.col-form .voucher-message .labels .label-large {
      font-size: 36px; } }
    @media screen and (max-width: 1024px) and (max-width: 767px) {
      .voucher-content .col-group.col-form .voucher-message .labels .label-medium {
        font-size: 24px; } }
  @media screen and (max-width: 1024px) and (max-width: 767px) and (min-width: 200px) {
    .voucher-content .col-group.col-form .voucher-message .labels .label-medium {
      font-size: calc(24px + 8 * ((100vw - 200px) / 500)); } }
  @media screen and (max-width: 1024px) and (max-width: 767px) and (min-width: 700px) {
    .voucher-content .col-group.col-form .voucher-message .labels .label-medium {
      font-size: 32px; } }
    @media screen and (max-width: 1024px) and (max-width: 767px) {
      .voucher-content .col-group.col-form .voucher-message .labels .label-small {
        margin-top: 10px !important; }
        .voucher-content .col-group.col-form .voucher-message .labels .label-small {
          font-size: 16px; } }
    @media screen and (max-width: 1024px) and (max-width: 767px) and (min-width: 200px) {
      .voucher-content .col-group.col-form .voucher-message .labels .label-small {
        font-size: calc(16px + 6 * ((100vw - 200px) / 500)); } }
    @media screen and (max-width: 1024px) and (max-width: 767px) and (min-width: 700px) {
      .voucher-content .col-group.col-form .voucher-message .labels .label-small {
        font-size: 22px; } }
  @media screen and (max-width: 1024px) and (max-width: 767px) and (max-height: 520px) {
    .voucher-content .col-group.col-form .voucher-message .labels .label-small {
      margin-bottom: 0px !important; } }
    @media screen and (max-width: 1024px) and (max-width: 767px) {
      .voucher-content .col-group.col-form .voucher-message .labels .show-the-form:after {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid white; } }

@media screen and (max-width: 1024px) and (max-width: 767px) and (max-height: 520px) {
  .voucher-content .col-group.col-form .voucher-message .labels .show-the-form {
    margin-bottom: 1px !important; } }
    @media screen and (max-width: 1024px) and (max-height: 424px) {
      .voucher-content .col-group.col-form .voucher-message .labels {
        right: unset;
        left: 45%; } }

@media screen and (max-width: 1024px) {
    .voucher-content .col-group.col-form .voucher-message .christmas-tag {
      right: 75px;
      height: calc(100% / 1.8);
      height: calc(100vh / 1.8);
      width: auto; } }
    @media screen and (max-width: 1024px) and (max-height: 1100px) {
      .voucher-content .col-group.col-form .voucher-message .christmas-tag {
        height: calc(100% / 2);
        height: calc(100vh / 2); } }
    @media screen and (max-width: 1024px) and (max-height: 560px) {
      .voucher-content .col-group.col-form .voucher-message .christmas-tag {
        height: calc(100% / 2.6);
        height: calc(100vh / 2.6); } }

@media screen and (max-width: 1024px) and (min-width: 440px) and (max-height: 434px) {
  .voucher-content .col-group.col-form .voucher-message .christmas-tag {
    height: calc(100% / 2);
    height: calc(100vh / 2); } }
    @media screen and (max-width: 1024px) and (max-width: 670px) {
      .voucher-content .col-group.col-form .voucher-message .christmas-tag {
        right: 12%; } }
    @media screen and (max-width: 1024px) and (max-height: 440px) {
      .voucher-content .col-group.col-form .voucher-message .christmas-tag {
        right: 7%; } }

@media screen and (max-width: 1024px) {
      .voucher-content .col-group.col-form .voucher-message .christmas-tag img {
        height: 100%;
        width: auto; } }
  @media screen and (max-width: 1024px) and (max-height: 440px) {
    .voucher-content .col-group.col-form .voucher-message .christmas-ribbon {
      width: 30%; } }

@media screen and (max-width: 1024px) {
    .voucher-content .col-group.col-form .voucher-message .background-image {
      width: 66%; } }
    @media screen and (max-width: 1024px) and (max-height: 925px) {
      .voucher-content .col-group.col-form .voucher-message .background-image {
        background-position: center left; } }
    @media screen and (max-width: 1024px) and (max-width: 700px) {
      .voucher-content .col-group.col-form .voucher-message .background-image {
        background-position: center right; } }
    @media screen and (max-width: 1024px) and (max-height: 424px) {
      .voucher-content .col-group.col-form .voucher-message .background-image {
        background-position: center left; } }

@media screen and (max-width: 1024px) {
    .voucher-content .col-group.col-form .gallery-view-mobile {
      top: 0;
      height: 100%;
      width: 100%;
      padding: 50px 0 125px; }
      .voucher-content .col-group.col-form .gallery-view-mobile .first-col, .voucher-content .col-group.col-form .gallery-view-mobile .second-col {
        display: block !important;
        height: 45% !important; }
      .voucher-content .col-group.col-form .gallery-view-mobile .first-col {
        margin-bottom: 12px; }
      .voucher-content .col-group.col-form .gallery-view-mobile .second-col {
        margin-top: 12px; }
      .voucher-content .col-group.col-form .gallery-view-mobile .bg-gradient-back {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
        .voucher-content .col-group.col-form .gallery-view-mobile .bg-gradient-back:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, rgba(0, 0, 0, 0.6)));
          background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 60%); }
        .voucher-content .col-group.col-form .gallery-view-mobile .bg-gradient-back .call-to-action {
          display: none; }
      .voucher-content .col-group.col-form .gallery-view-mobile .g-title, .voucher-content .col-group.col-form .gallery-view-mobile a {
        z-index: 2;
        position: relative; }
      .voucher-content .col-group.col-form .gallery-view-mobile .g-title {
        font-size: 50px;
        line-height: 1;
        position: absolute;
        bottom: 30px;
        left: 30px;
        color: white; }
        .voucher-content .col-group.col-form .gallery-view-mobile .g-title span {
          position: relative;
          left: -10px; } }
      @media screen and (max-width: 1024px) and (max-width: 680px) {
        .voucher-content .col-group.col-form .gallery-view-mobile .g-title {
          bottom: 18px;
          left: 20px; }
          .voucher-content .col-group.col-form .gallery-view-mobile .g-title {
            font-size: 26px; } }
    @media screen and (max-width: 1024px) and (max-width: 680px) and (min-width: 200px) {
      .voucher-content .col-group.col-form .gallery-view-mobile .g-title {
        font-size: calc(26px + 6 * ((100vw - 200px) / 480)); } }
    @media screen and (max-width: 1024px) and (max-width: 680px) and (min-width: 680px) {
      .voucher-content .col-group.col-form .gallery-view-mobile .g-title {
        font-size: 32px; } }
  @media screen and (max-width: 1024px) and (max-width: 680px) and (max-width: 360px) {
    .voucher-content .col-group.col-form .gallery-view-mobile .g-title {
      font-size: 21px;
      line-height: 1.2; } }
      @media screen and (max-width: 1024px) and (max-width: 680px) {
          .voucher-content .col-group.col-form .gallery-view-mobile .g-title span {
            left: -6px; } }

@media screen and (max-width: 1024px) {
      .voucher-content .col-group.col-form .gallery-view-mobile a {
        position: absolute;
        bottom: 30px;
        right: 30px; }
        .voucher-content .col-group.col-form .gallery-view-mobile a .see-more {
          width: auto; } }
      @media screen and (max-width: 1024px) and (max-width: 680px) {
        .voucher-content .col-group.col-form .gallery-view-mobile a {
          right: 20px;
          bottom: 20px;
          width: 140px; } }
  @media screen and (max-width: 1024px) and (max-width: 680px) and (max-width: 360px) {
    .voucher-content .col-group.col-form .gallery-view-mobile a {
      width: 130px; } }
      @media screen and (max-width: 1024px) and (max-width: 680px) {
          .voucher-content .col-group.col-form .gallery-view-mobile a .see-more {
            width: 100%; } }

@media screen and (max-width: 1024px) {
      .voucher-content .col-group.col-form .gallery-view-mobile .gmb-header img {
        width: auto;
        display: block;
        margin: auto; } }
      @media screen and (max-width: 1024px) and (max-width: 500px) {
        .voucher-content .col-group.col-form .gallery-view-mobile .gmb-header img {
          max-width: 100%; } }

@media screen and (max-width: 1024px) {
      .voucher-content .col-group.col-form .gallery-view-mobile .gmb-header:first-child {
        margin-bottom: 12px; }
      .voucher-content .col-group.col-form .gallery-view-mobile .gmb-header:last-child {
        margin-top: 12px; }
  .voucher-content .form-wrapper {
    max-width: 90%; } }
  @media screen and (max-width: 1024px) and (max-width: 767px) {
    .voucher-content .form-wrapper {
      max-width: 92%;
      margin-bottom: 0px; }
      .voucher-content .form-wrapper .form-inputs {
        padding-bottom: 0px; } }

@media screen and (max-width: 1024px) {
    .voucher-content .form-wrapper > .wpcf7 {
      max-width: 450px; }
    .voucher-content .form-wrapper .wpcf7-form-control-wrap {
      margin-bottom: 30px; } }
    @media screen and (max-width: 1024px) and (max-width: 600px) {
      .voucher-content .form-wrapper .wpcf7-form-control-wrap {
        margin-bottom: 20px; } }

@media screen and (max-width: 1024px) {
    .voucher-content .form-wrapper .form-icons {
      height: 40px; } }
    @media screen and (max-width: 1024px) and (max-width: 767px) {
      .voucher-content .form-wrapper .form-icons {
        margin-bottom: 15px; } }

@media screen and (max-width: 1024px) {
      .voucher-content .form-wrapper .form-icons > * {
        display: none !important; }
      .voucher-content .form-wrapper .form-icons.display-icons-success > *,
      .voucher-content .form-wrapper .form-icons.display-icons-success > div:nth-child(2) {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; } }

@media screen and (max-width: 600px) {
  .grecaptcha-badge {
    margin-right: -40px; } }

.hide-lg {
  display: none !important; }
  @media screen and (max-width: 1024px) {
    .hide-lg {
      display: block !important; } }

.page-template-template-eat-voucher {
  background: #EBEAE4 !important; }
  .page-template-template-eat-voucher .voucher-content {
    background: #EBEAE4 !important;
    margin: 0 auto; }
    .page-template-template-eat-voucher .voucher-content .form-content {
      max-width: 100%; }
    @media screen and (max-width: 1024px) {
      .page-template-template-eat-voucher .voucher-content {
        background: #EBEAE4 !important;
        text-align: center; } }
    .page-template-template-eat-voucher .voucher-content .main-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 1024px) {
        .page-template-template-eat-voucher .voucher-content .main-content {
          -webkit-transform: scale(1) !important;
                  transform: scale(1) !important;
          height: 65%; } }
      @media screen and (max-width: 769px) {
        .page-template-template-eat-voucher .voucher-content .main-content {
          height: 65%; } }
      @media (max-height: 769px) and (max-width: 1024px) and (min-width: 640px) and (orientation: landscape) {
        .page-template-template-eat-voucher .voucher-content .main-content {
          -webkit-transform: scale(0.65) !important;
                  transform: scale(0.65) !important;
          height: 68%; } }
      @media (max-height: 425px) and (orientation: landscape) {
        .page-template-template-eat-voucher .voucher-content .main-content {
          height: 100%; } }
    .page-template-template-eat-voucher .voucher-content .th-icon.center {
      max-width: 100% !important; }
    .page-template-template-eat-voucher .voucher-content #mc_embed_signup {
      margin-top: 15px; }
    .page-template-template-eat-voucher .voucher-content .title-header {
      line-height: 1.2;
      font-size: 30px;
      font-family: 'CamdenSlab';
      font-weight: 400;
      color: #213E1D;
      letter-spacing: 0px;
      background-color: #EBEAE4; }
      .page-template-template-eat-voucher .voucher-content .title-header strong {
        font-family: 'CamdenSlab';
        font-weight: 700; }
        .page-template-template-eat-voucher .voucher-content .title-header strong a {
          text-decoration: underline;
          color: #213E1D;
          cursor: pointer; }
      @media screen and (min-width: 1920px) {
        .page-template-template-eat-voucher .voucher-content .title-header {
          font-size: 20px; } }
      @media screen and (max-width: 1920px) {
        .page-template-template-eat-voucher .voucher-content .title-header {
          font-size: 25px; } }
      @media screen and (max-width: 1280px) {
        .page-template-template-eat-voucher .voucher-content .title-header {
          font-size: 18px; } }
      @media screen and (max-width: 1024px) {
        .page-template-template-eat-voucher .voucher-content .title-header {
          display: none;
          text-align: center !important;
          width: 100% !important;
          height: 20% !important;
          min-height: 20% !important; }
          .page-template-template-eat-voucher .voucher-content .title-header p {
            text-align: center !important;
            margin: 30px auto;
            max-width: 400px;
            line-height: 1.2;
            font-size: 20px; } }
      .page-template-template-eat-voucher .voucher-content .title-header.d-none {
        display: none !important; }
    .page-template-template-eat-voucher .voucher-content .title-header-tablet {
      line-height: 1.2;
      display: none !important;
      font-size: 40px;
      font-family: 'CamdenSlab';
      font-weight: 400;
      color: #213E1D;
      letter-spacing: 0px;
      background-color: #EBEAE4; }
      .page-template-template-eat-voucher .voucher-content .title-header-tablet strong {
        font-family: 'CamdenSlab';
        font-weight: 700; }
        .page-template-template-eat-voucher .voucher-content .title-header-tablet strong a {
          text-decoration: underline;
          color: #213E1D;
          cursor: pointer; }
      @media screen and (max-width: 1024px) {
        .page-template-template-eat-voucher .voucher-content .title-header-tablet {
          display: block !important;
          text-align: center !important;
          width: 100% !important; }
          .page-template-template-eat-voucher .voucher-content .title-header-tablet p {
            text-align: center !important;
            margin: 25px auto;
            max-width: 650px;
            line-height: 1.2;
            font-size: 20px; }
          .page-template-template-eat-voucher .voucher-content .title-header-tablet img.show-form {
            width: 30px !important;
            height: 30px !important; } }
      @media screen and (max-width: 425px) {
        .page-template-template-eat-voucher .voucher-content .title-header-tablet {
          display: block !important;
          text-align: center !important;
          width: 100% !important; }
          .page-template-template-eat-voucher .voucher-content .title-header-tablet p {
            text-align: center !important;
            margin: 15px auto;
            max-width: 360px;
            line-height: 1.2;
            font-size: 23px; }
          .page-template-template-eat-voucher .voucher-content .title-header-tablet img.show-form {
            width: 30px !important;
            height: 30px !important; }
          .page-template-template-eat-voucher .voucher-content .title-header-tablet.on-footer p {
            max-width: 400px; } }
      @media screen and (max-width: 320px) {
        .page-template-template-eat-voucher .voucher-content .title-header-tablet {
          display: block !important;
          text-align: center !important;
          width: 100% !important; }
          .page-template-template-eat-voucher .voucher-content .title-header-tablet p {
            text-align: center !important;
            margin: 15px auto;
            max-width: 360px;
            line-height: 1.2;
            font-size: 20px; }
          .page-template-template-eat-voucher .voucher-content .title-header-tablet img.show-form {
            width: 30px !important;
            height: 30px !important; }
          .page-template-template-eat-voucher .voucher-content .title-header-tablet.on-footer p {
            max-width: 300px;
            font-size: 20px; } }
      .page-template-template-eat-voucher .voucher-content .title-header-tablet.d-none {
        display: none !important; }
    .page-template-template-eat-voucher .voucher-content .for-padding {
      width: 10%; }
      @media (max-width: 1280px) {
        .page-template-template-eat-voucher .voucher-content .for-padding {
          width: 0%; } }
    .page-template-template-eat-voucher .voucher-content .first-cols {
      height: 700px;
      text-align: right;
      background: inherit !important;
      width: 50%;
      background-color: #8f9a86; }
      @media (max-width: 1280px) {
        .page-template-template-eat-voucher .voucher-content .first-cols {
          width: 60%; } }
      .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner {
        text-align: right;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        @media screen and (max-width: 1024px) {
          .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner {
            display: none; } }
        @media screen and (max-width: 769px) {
          .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner {
            display: none; } }
      .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner-tablet {
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        display: none;
        margin: auto 0; }
        @media screen and (max-width: 1024px) {
          .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner-tablet {
            display: block;
            background-position-y: 50%;
            width: 100%;
            height: 100%; } }
        @media screen and (max-width: 769px) {
          .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner-tablet {
            display: block;
            height: 100%;
            width: auto;
            background-size: contain;
            background-position-y: 50%; } }
  @media screen and (max-width: 769px) and (orientation: landscape) {
    .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner-tablet {
      background-size: auto; } }
        @media screen and (max-width: 640px) {
          .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner-tablet {
            display: block;
            height: 100%;
            width: auto;
            background-size: contain;
            background-position-y: 0%; } }
  @media screen and (max-width: 640px) and (orientation: landscape) {
    .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner-tablet {
      background-size: auto; } }
        @media (max-height: 769px) and (min-width: 641px) and (orientation: landscape) {
          .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner-tablet {
            background-position-y: 0%; } }
        @media (max-height: 425px) and (orientation: landscape) {
          .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner-tablet {
            background-size: contain !important;
            -o-object-fit: contain;
               object-fit: contain;
            height: 425px; } }
        @media screen and (max-width: 600px) {
          .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner-tablet {
            display: block;
            background-position-y: 0%; } }
        @media screen and (max-width: 425px) {
          .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner-tablet {
            display: none; } }

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner-tablet {
    background-size: auto; } }

@media screen and (max-width: 769px) and (orientation: landscape) {
  .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner-tablet {
    background-size: auto; } }
      .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner-mobile {
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        display: none; }
        @media screen and (max-width: 769px) {
          .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner-mobile {
            display: none; } }
        @media screen and (max-width: 640) {
          .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner-mobile {
            display: none; } }
        @media screen and (max-width: 600px) {
          .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner-mobile {
            display: none; } }
        @media screen and (max-width: 425px) {
          .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner-mobile {
            display: block;
            background-size: contain;
            width: 100%; } }
  @media screen and (max-width: 425px) and (orientation: landscape) {
    .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner-mobile {
      background-size: auto; } }

@media screen and (max-width: 425px) and (orientation: landscape) {
  .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner-tablet {
    background-size: auto; } }
      @media screen and (max-width: 1024px) {
        .page-template-template-eat-voucher .voucher-content .first-cols {
          max-height: 769px;
          content: "\25BC";
          text-align: center !important; }
          .page-template-template-eat-voucher .voucher-content .first-cols .eat-voucher-banner {
            margin: 0 auto;
            text-align: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-position-x: center;
            height: 769px;
            width: 769px; } }
      .page-template-template-eat-voucher .voucher-content .first-cols.d-none {
        display: none !important; }
    .page-template-template-eat-voucher .voucher-content .second-cols {
      overflow: hidden;
      height: 700px;
      padding: 30px;
      color: #EBEAE4;
      background: #213E1D !important;
      width: 30%; }
      @media (max-width: 1280px) {
        .page-template-template-eat-voucher .voucher-content .second-cols {
          width: 40%; } }
      .page-template-template-eat-voucher .voucher-content .second-cols .sign-up-form {
        margin: 0px auto; }
      .page-template-template-eat-voucher .voucher-content .second-cols .form-name-heading {
        font-family: 'CamdenSlab';
        font-weight: 700;
        text-align: center; }
      .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form {
        max-width: 400px;
        margin: 0 auto; }
        .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group {
          line-height: 1.1;
          margin-bottom: 15px; }
          .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group label .has-error {
            display: none;
            float: right; }
          @media screen and (max-width: 1024px) {
            .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group label {
              text-align: left; } }
          .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group input[type='text'],
          .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group input[type='email'] {
            width: 100%;
            font-family: 'CamdenSans';
            font-weight: 700;
            color: #213E1D;
            border-radius: 0px;
            padding: 4px;
            line-height: 1.2;
            border: none;
            text-transform: uppercase; }
          .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label {
            display: -webkit-box; }
            .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox'] {
              margin-left: 0 !important;
              background-color: #FFF;
              -webkit-appearance: none;
              -moz-appearance: none;
              -o-appearance: none;
              appearance: none;
              width: 30px;
              height: 30px;
              border-radius: 0px;
              border: none;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
            .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox'].has-error {
              background-color: #8F9A86 !important;
              position: relative; }
            .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox']:checked:after {
              content: url(/wp-content/themes/camdenmarket/assets/public/images/webpack/7ffb63cc7a248a637875e9b5deb80dab.svg);
              padding-top: 4px;
              padding-left: 3px;
              padding-right: 2px;
              width: 25px;
              height: 25px;
              background-color: #FFF;
              outline: none; }
            .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p {
              margin: auto 0;
              max-width: 90%;
              font-size: 10px;
              letter-spacing: 0px;
              padding-left: 15px;
              line-height: 1.2; }
              .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p strong {
                font-family: 'FoundersGroteskText';
                font-weight: 500; }
                .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p strong a {
                  color: #EBEAE4;
                  cursor: pointer; }
              @media screen and (max-width: 1024px) {
                .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p {
                  text-align: left; } }
            .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label.not-checkbox p {
              padding-left: 0px; }
        .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form .clear {
          text-align: right;
          margin: 30px 0px 30px 0px !important; }
          .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form .clear .voucher_form_icon {
            width: 100px !important;
            margin-right: 10px;
            padding-top: 3px; }
          .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form .clear #mc-embedded-subscribe {
            border: none;
            border-radius: 0px;
            color: #213E1D;
            text-transform: uppercase;
            background-color: #FFFFFF;
            padding: 8px;
            font-family: 'CamdenSans';
            font-weight: 700;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form .clear #mc-embedded-subscribe:hover {
              background-color: #8F9983; }
      @media (max-width: 425px) {
        .page-template-template-eat-voucher .voucher-content .second-cols #tablet-signup-form .form-subheading {
          max-width: 300px !important;
          margin: 0 auto !important; } }
      .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form-tablet {
        max-width: 400px;
        margin: 0 auto; }
        .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group {
          line-height: 1.1;
          margin-bottom: 15px; }
          .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group label .has-error-tablet {
            display: none;
            float: right; }
          @media screen and (max-width: 1024px) {
            .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group label {
              text-align: left; } }
          .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group input[type='text'],
          .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group input[type='email'] {
            width: 100%;
            font-family: 'CamdenSans';
            font-weight: 700;
            color: #213E1D;
            border-radius: 0px;
            padding: 4px;
            line-height: 1.2;
            border: none;
            text-transform: uppercase; }
          .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label {
            display: -webkit-box; }
            .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox'] {
              margin-left: 0 !important;
              background-color: #FFF;
              -webkit-appearance: none;
              -moz-appearance: none;
              -o-appearance: none;
              appearance: none;
              width: 30px;
              height: 30px;
              border-radius: 0px;
              border: none;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
            .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox'].has-error {
              background-color: #8F9A86 !important;
              position: relative; }
            .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox']:checked:after {
              content: url(/wp-content/themes/camdenmarket/assets/public/images/webpack/7ffb63cc7a248a637875e9b5deb80dab.svg);
              padding-top: 4px;
              padding-left: 3px;
              padding-right: 2px;
              width: 25px;
              height: 25px;
              background-color: #FFF;
              outline: none; }
            .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p {
              margin: auto 0;
              padding-top: 2px;
              font-size: 10px;
              letter-spacing: 0px;
              padding-left: 15px;
              max-width: 90%;
              line-height: 1.2; }
              .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p strong {
                font-family: 'FoundersGroteskText';
                font-weight: 500; }
                .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p strong a {
                  color: #EBEAE4;
                  cursor: pointer; }
              @media screen and (max-width: 1024px) {
                .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p {
                  text-align: left; } }
            .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label.not-checkbox p {
              padding-left: 0px; }
        .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear {
          text-align: right;
          margin: 30px 0px 30px 0px !important; }
          .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear .voucher_form_icon {
            width: 100px !important;
            padding-top: 3px; }
          .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear #mc-embedded-subscribe-tablet {
            border-radius: 0px;
            border: none;
            color: #213E1D;
            text-transform: uppercase;
            background-color: #EBEAE4;
            padding: 8px;
            font-family: 'CamdenSans';
            font-weight: 700;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            .page-template-template-eat-voucher .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear #mc-embedded-subscribe-tablet:hover {
              background-color: #8F9983; }
      @media screen and (max-width: 1024px) {
        .page-template-template-eat-voucher .voucher-content .second-cols .form-footer-tc {
          text-align: left; } }
      .page-template-template-eat-voucher .voucher-content .second-cols .form-footer-tc .voucher-tc {
        margin: 0 auto;
        max-width: 400px;
        font-family: 'FoundersGroteskText';
        font-weight: 400;
        font-size: 12px;
        line-height: 1.1;
        text-align: justify; }
        .page-template-template-eat-voucher .voucher-content .second-cols .form-footer-tc .voucher-tc:nth-child(1) {
          font-size: 15px; }
          .page-template-template-eat-voucher .voucher-content .second-cols .form-footer-tc .voucher-tc:nth-child(1)::after {
            content: "\A";
            white-space: pre; }
      .page-template-template-eat-voucher .voucher-content .second-cols #mce-responses.clear {
        margin: 0px 0px !important; }
        .page-template-template-eat-voucher .voucher-content .second-cols #mce-responses.clear #mce-error-response {
          border: 2px solid #EBEAE4;
          text-align: center;
          text-transform: uppercase; }
          @media screen and (max-width: 1024px) {
            .page-template-template-eat-voucher .voucher-content .second-cols #mce-responses.clear #mce-error-response {
              font-size: 12px;
              line-height: 1.2; } }
        .page-template-template-eat-voucher .voucher-content .second-cols #mce-responses.clear #mce-error-response-tablet {
          border: 2px solid #EBEAE4;
          text-align: center;
          text-transform: uppercase; }
          @media screen and (max-width: 1024px) {
            .page-template-template-eat-voucher .voucher-content .second-cols #mce-responses.clear #mce-error-response-tablet {
              font-size: 12px;
              line-height: 1.2; } }
      .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form {
        display: none;
        height: 100%;
        margin: auto;
        font-family: 'CamdenSlab';
        text-transform: uppercase;
        vertical-align: middle;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 30px; }
        .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form .form-heading {
          height: 25%; }
          .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form .form-heading .th-icon.center {
            max-width: 100%; }
        .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form .mc-thank-you {
          height: 50%; }
          .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form .mc-thank-you .heading {
            font-size: 35px;
            line-height: 1.2; }
          .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form .mc-thank-you .subheading {
            font-size: 18px;
            line-height: 1.1; }
          .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form .mc-thank-you .sub-backto {
            font-family: 'FoundersGroteskText';
            font-weight: 400;
            text-transform: none !important;
            font-size: 16px; }
            .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form .mc-thank-you .sub-backto a {
              color: #EBEAE4;
              font-family: 'FoundersGroteskText';
              font-weight: 500; }
        .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form .form-footer {
          height: 25%;
          bottom: 0; }
          .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form .form-footer img {
            width: auto !important;
            bottom: 0;
            height: 144px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 999 !important; }
      .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form-tablet {
        overflow: hidden;
        display: none;
        height: 100%;
        margin: auto;
        font-family: 'CamdenSlab';
        text-transform: uppercase;
        vertical-align: middle;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 30px; }
        .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form-tablet .form-heading {
          height: 25%; }
        .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form-tablet .form-subheading p {
          font-family: 'CamdenSans';
          font-weight: 500;
          margin: 20px auto;
          text-align: center; }
        .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you {
          height: 50%; }
          .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container {
            margin: 15% auto; }
            .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .heading {
              font-size: 25px;
              line-height: 1.2; }
            .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .subheading {
              font-size: 16px;
              line-height: 1.1; }
            .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .sub-backto {
              text-transform: none !important;
              font-size: 16px; }
              .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .sub-backto strong a {
                color: #EBEAE4;
                font-family: 'FoundersGroteskText';
                font-weight: 500; }
        .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form-tablet .form-footer {
          height: auto;
          bottom: 0; }
          .page-template-template-eat-voucher .voucher-content .second-cols .thank-you-form-tablet .form-footer img {
            width: auto !important;
            bottom: 0;
            height: 144px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
      .page-template-template-eat-voucher .voucher-content .second-cols.d-full {
        display: block !important; }
      @media (max-width: 1024px) {
        .page-template-template-eat-voucher .voucher-content .second-cols {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          position: absolute !important; } }
  .page-template-template-eat-voucher .grecaptcha-badge {
    right: -99999999px !important; }

@media screen and (min-width: 1024px) {
  #tablet-signup-form {
    display: none !important; }
  #desktop-signup-form .sign-up-form {
    overflow-x: hidden; } }

@media screen and (max-width: 1024px) {
  #desktop-signup-form .second-cols {
    display: none !important; }
  #tablet-signup-form {
    height: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    #tablet-signup-form .form-heading {
      margin: 0 auto;
      max-width: 60% !important; }
      #tablet-signup-form .form-heading img {
        margin: 20px auto; }
    #tablet-signup-form .sign-up-form {
      margin-top: 0px;
      margin-bottom: 0px;
      margin: 0px auto; }
    #tablet-signup-form #col-item-form {
      padding: 0px;
      margin-top: 0px;
      margin-bottom: 0px; } }

@media screen and (max-width: 640px) {
  #desktop-signup-form {
    max-height: 425px !important; } }

@media screen and (max-width: 425px) {
  #tablet-signup-form .form-subheading {
    margin: 0 auto;
    max-width: 80% !important; } }

@media screen and (max-width: 320px) {
  #tablet-signup-form .form-subheading {
    margin: 0 auto;
    max-width: 90% !important; } }

.form-subheading {
  font-family: 'CamdenSlab' !important;
  font-weight: 400; }

@media (max-width: 769px) and (max-height: 600px) and (orientation: landscape) {
  .main-content {
    height: 80%; } }

.page-template-template-happydays-php {
  background: #D4D4D4 !important; }
  .page-template-template-happydays-php body {
    background-color: #D4D4D4 !important; }
  @media screen and (max-width: 729px) {
    .page-template-template-happydays-php .voucher-content {
      display: block !important; } }
  .page-template-template-happydays-php .btn-mobile-only {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    color: #EBEAE4;
    background-color: #302E52;
    font-size: 14px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    padding: 8px 14px;
    font-family: 'CamdenSans';
    font-weight: 700; }
    .page-template-template-happydays-php .btn-mobile-only:hover {
      color: #302E52;
      background-color: #EBEAE4; }
  .page-template-template-happydays-php .title-header-table-2 {
    margin: 0px !important;
    display: none !important;
    line-height: 1.2;
    display: none !important;
    font-size: 40px;
    font-family: 'CamdenSlab';
    font-weight: 400;
    color: #302E52;
    letter-spacing: 0px;
    background-color: #d4d4d4; }
    .page-template-template-happydays-php .title-header-table-2.fixed-padding-mobile-tablet {
      padding-top: 30px;
      padding-bottom: 30px; }
      @media screen and (max-width: 769px) {
        .page-template-template-happydays-php .title-header-table-2.fixed-padding-mobile-tablet {
          padding-top: 30px;
          padding-bottom: 30px; } }
      @media screen and (max-width: 600px) {
        .page-template-template-happydays-php .title-header-table-2.fixed-padding-mobile-tablet {
          padding-top: 28px;
          padding-bottom: 28px; } }
      @media screen and (max-width: 425px) {
        .page-template-template-happydays-php .title-header-table-2.fixed-padding-mobile-tablet {
          padding-top: 23px;
          padding-bottom: 23px; } }
      @media screen and (max-width: 375px) {
        .page-template-template-happydays-php .title-header-table-2.fixed-padding-mobile-tablet {
          padding-top: 25px;
          padding-bottom: 25px; } }
      @media screen and (max-width: 325px) {
        .page-template-template-happydays-php .title-header-table-2.fixed-padding-mobile-tablet {
          padding-top: 25px;
          padding-bottom: 25px; } }
    @media screen and (max-width: 600px) {
      .page-template-template-happydays-php .title-header-table-2.heading-1 p {
        font-size: 20px; } }
    @media screen and (max-width: 425px) {
      .page-template-template-happydays-php .title-header-table-2.heading-1 p {
        font-size: 18px; } }
    @media screen and (max-width: 600px) {
      .page-template-template-happydays-php .title-header-table-2.heading-2 p {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 20px; } }
    @media screen and (max-width: 425px) {
      .page-template-template-happydays-php .title-header-table-2.heading-2 p {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 18px; } }
    .page-template-template-happydays-php .title-header-table-2 strong {
      font-family: 'CamdenSlab';
      font-weight: 700; }
      .page-template-template-happydays-php .title-header-table-2 strong a {
        text-decoration: underline;
        color: #302E52;
        cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .page-template-template-happydays-php .title-header-table-2 {
        display: block !important;
        text-align: center !important;
        width: 100% !important; }
        .page-template-template-happydays-php .title-header-table-2 p {
          text-align: center !important;
          margin: 25px auto;
          max-width: 650px;
          line-height: 1.2;
          font-size: 20px; }
        .page-template-template-happydays-php .title-header-table-2 img.show-form {
          width: 30px !important;
          height: 30px !important; } }
    @media screen and (max-width: 425px) {
      .page-template-template-happydays-php .title-header-table-2 {
        padding: 20px 15px;
        padding-bottom: 30px;
        display: block !important;
        text-align: center !important;
        width: 100% !important; }
        .page-template-template-happydays-php .title-header-table-2 p {
          text-align: center !important;
          margin: 15px auto;
          max-width: 350px;
          line-height: 1.2;
          font-size: 23px; }
        .page-template-template-happydays-php .title-header-table-2 img.show-form {
          width: 30px !important;
          height: 30px !important; }
        .page-template-template-happydays-php .title-header-table-2.on-footer p {
          max-width: 400px; } }
    @media screen and (max-width: 320px) {
      .page-template-template-happydays-php .title-header-table-2 {
        padding: 20px 15px;
        display: block !important;
        text-align: center !important;
        width: 100% !important; }
        .page-template-template-happydays-php .title-header-table-2 p {
          text-align: center !important;
          margin: 15px auto;
          max-width: 290px;
          line-height: 1.2;
          font-size: 20px; }
        .page-template-template-happydays-php .title-header-table-2 img.show-form {
          width: 30px !important;
          height: 30px !important; }
        .page-template-template-happydays-php .title-header-table-2.on-footer p {
          max-width: 300px;
          font-size: 20px; } }
    .page-template-template-happydays-php .title-header-table-2.d-none {
      display: none !important; }
  @media screen and (max-width: 1024px) {
    .page-template-template-happydays-php .title-header-table-2:nth-child(1) {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .page-template-template-happydays-php .voucher-content .form-wrapper .form-heading .th-icon.center {
    top: 20px; }
  .page-template-template-happydays-php .voucher-content .col-group .col-item.first-col {
    background-color: #D4D4D4; }
  .page-template-template-happydays-php .mc-field-group .checkbox-label {
    text-transform: none;
    cursor: pointer; }
    .page-template-template-happydays-php .mc-field-group .checkbox-label strong {
      color: #302E52; }
  .page-template-template-happydays-php .voucher-content {
    background: #D4D4D4 !important;
    margin: 0 auto; }
    .page-template-template-happydays-php .voucher-content .form-content {
      max-width: 100%; }
    @media screen and (max-width: 1024px) {
      .page-template-template-happydays-php .voucher-content {
        background: #D4D4D4 !important;
        text-align: center; } }
    .page-template-template-happydays-php .voucher-content .main-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 1024px) {
        .page-template-template-happydays-php .voucher-content .main-content {
          -webkit-transform: scale(1) !important;
                  transform: scale(1) !important;
          height: 65%; } }
      @media screen and (max-width: 769px) {
        .page-template-template-happydays-php .voucher-content .main-content {
          height: 65%; } }
      @media (max-height: 769px) and (max-width: 1024px) and (min-width: 640px) and (orientation: landscape) {
        .page-template-template-happydays-php .voucher-content .main-content {
          -webkit-transform: scale(0.65) !important;
                  transform: scale(0.65) !important;
          height: 68%; } }
      @media (max-height: 425px) and (orientation: landscape) {
        .page-template-template-happydays-php .voucher-content .main-content {
          height: 100%; } }
    .page-template-template-happydays-php .voucher-content .th-icon.center {
      max-width: 100% !important; }
    .page-template-template-happydays-php .voucher-content #mc_embed_signup {
      margin-top: 15px; }
    .page-template-template-happydays-php .voucher-content .title-header {
      line-height: 1.2;
      font-size: 30px;
      font-family: 'CamdenSlab';
      font-weight: 400;
      color: #302E52;
      letter-spacing: 0px;
      background-color: #D4D4D4; }
      .page-template-template-happydays-php .voucher-content .title-header strong {
        font-family: 'CamdenSlab';
        font-weight: 700; }
        .page-template-template-happydays-php .voucher-content .title-header strong a {
          text-decoration: underline;
          color: #302E52;
          cursor: pointer; }
      @media screen and (min-width: 1920px) {
        .page-template-template-happydays-php .voucher-content .title-header {
          font-size: 35px; } }
      @media screen and (max-width: 1920px) {
        .page-template-template-happydays-php .voucher-content .title-header {
          font-size: 25px; } }
      @media screen and (max-width: 1280px) {
        .page-template-template-happydays-php .voucher-content .title-header {
          font-size: 18px; } }
      @media screen and (max-width: 1024px) {
        .page-template-template-happydays-php .voucher-content .title-header {
          display: none;
          text-align: center !important;
          width: 100% !important;
          height: 20% !important;
          min-height: 20% !important; }
          .page-template-template-happydays-php .voucher-content .title-header p {
            text-align: center !important;
            margin: 30px auto;
            max-width: 400px;
            line-height: 1.2;
            font-size: 20px; } }
      .page-template-template-happydays-php .voucher-content .title-header.d-none {
        display: none !important; }
    .page-template-template-happydays-php .voucher-content .title-header-tablet {
      line-height: 1.2;
      display: none !important;
      font-size: 40px;
      font-family: 'CamdenSlab';
      font-weight: 400;
      color: #302E52;
      letter-spacing: 0px;
      background-color: #D4D4D4; }
      .page-template-template-happydays-php .voucher-content .title-header-tablet strong {
        font-family: 'CamdenSlab';
        font-weight: 700; }
        .page-template-template-happydays-php .voucher-content .title-header-tablet strong a {
          text-decoration: underline;
          color: #302E52;
          cursor: pointer; }
      @media screen and (max-width: 1024px) {
        .page-template-template-happydays-php .voucher-content .title-header-tablet {
          display: block !important;
          text-align: center !important;
          width: 100% !important;
          margin-left: 15px;
          margin-right: 15px; }
          .page-template-template-happydays-php .voucher-content .title-header-tablet p {
            text-align: center !important;
            margin: 25px auto;
            max-width: 650px;
            line-height: 1.2;
            font-size: 20px; }
          .page-template-template-happydays-php .voucher-content .title-header-tablet img.show-form {
            width: 30px !important;
            height: 30px !important; } }
      @media screen and (max-width: 425px) {
        .page-template-template-happydays-php .voucher-content .title-header-tablet {
          display: block !important;
          text-align: center !important;
          width: 100% !important; }
          .page-template-template-happydays-php .voucher-content .title-header-tablet p {
            text-align: center !important;
            margin: 15px auto;
            max-width: 350px;
            line-height: 1.2;
            font-size: 23px; }
          .page-template-template-happydays-php .voucher-content .title-header-tablet img.show-form {
            width: 30px !important;
            height: 30px !important; }
          .page-template-template-happydays-php .voucher-content .title-header-tablet.on-footer p {
            max-width: 400px; } }
      @media screen and (max-width: 320px) {
        .page-template-template-happydays-php .voucher-content .title-header-tablet {
          display: block !important;
          text-align: center !important;
          width: 100% !important; }
          .page-template-template-happydays-php .voucher-content .title-header-tablet p {
            text-align: center !important;
            margin: 15px auto;
            max-width: 290px;
            line-height: 1.2;
            font-size: 20px; }
          .page-template-template-happydays-php .voucher-content .title-header-tablet img.show-form {
            width: 30px !important;
            height: 30px !important; }
          .page-template-template-happydays-php .voucher-content .title-header-tablet.on-footer p {
            max-width: 300px;
            font-size: 20px; } }
      .page-template-template-happydays-php .voucher-content .title-header-tablet.d-none {
        display: none !important; }
    .page-template-template-happydays-php .voucher-content .for-padding {
      width: 10%; }
      @media (max-width: 1280px) {
        .page-template-template-happydays-php .voucher-content .for-padding {
          width: 0%; } }
    .page-template-template-happydays-php .voucher-content .first-cols {
      height: auto;
      text-align: right;
      background: inherit !important;
      width: 50%;
      background-color: #8f9a86; }
      @media (max-width: 1280px) {
        .page-template-template-happydays-php .voucher-content .first-cols {
          width: 60%; } }
      .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner {
        text-align: right;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        @media screen and (max-width: 1024px) {
          .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner {
            display: none; } }
        @media screen and (max-width: 769px) {
          .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner {
            display: none; } }
      .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner-tablet {
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        display: none;
        margin: auto 0; }
        @media screen and (max-width: 1024px) {
          .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner-tablet {
            display: block;
            background-position-y: 50%;
            width: 100%;
            height: 100%; } }
        @media screen and (max-width: 769px) {
          .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner-tablet {
            display: block;
            height: 100%;
            width: auto;
            background-size: contain;
            background-position-y: 50%; } }
  @media screen and (max-width: 769px) and (orientation: landscape) {
    .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner-tablet {
      background-size: auto; } }
        @media screen and (max-width: 640px) {
          .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner-tablet {
            display: block;
            height: 100%;
            width: auto;
            background-size: contain;
            background-position-y: 0%; } }
  @media screen and (max-width: 640px) and (orientation: landscape) {
    .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner-tablet {
      background-size: auto; } }
        @media (max-height: 769px) and (min-width: 641px) and (orientation: landscape) {
          .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner-tablet {
            background-position-y: 0%; } }
        @media (max-height: 425px) and (orientation: landscape) {
          .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner-tablet {
            background-size: contain !important;
            -o-object-fit: contain;
               object-fit: contain;
            height: 425px; } }
        @media screen and (max-width: 600px) {
          .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner-tablet {
            display: block;
            background-position-y: 0%; } }
        @media screen and (max-width: 425px) {
          .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner-tablet {
            display: none; } }

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner-tablet {
    background-size: auto; } }

@media screen and (max-width: 769px) and (orientation: landscape) {
  .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner-tablet {
    background-size: auto; } }
      .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner-mobile {
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        display: none; }
        @media screen and (max-width: 769px) {
          .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner-mobile {
            display: none; } }
        @media screen and (max-width: 640) {
          .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner-mobile {
            display: none; } }
        @media screen and (max-width: 600px) {
          .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner-mobile {
            display: none; } }
        @media screen and (max-width: 425px) {
          .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner-mobile {
            display: block;
            background-size: cover;
            width: 100%; } }
  @media screen and (max-width: 425px) and (orientation: landscape) {
    .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner-mobile {
      background-size: auto; } }

@media screen and (max-width: 425px) and (orientation: landscape) {
  .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner-tablet {
    background-size: auto; } }
      @media screen and (max-width: 1024px) {
        .page-template-template-happydays-php .voucher-content .first-cols {
          max-height: 769px;
          content: "\25BC";
          text-align: center !important; }
          .page-template-template-happydays-php .voucher-content .first-cols .happydays-banner {
            margin: 0 auto;
            text-align: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-position-x: center;
            height: 769px;
            width: 769px; } }
      .page-template-template-happydays-php .voucher-content .first-cols.d-none {
        display: none !important; }
    .page-template-template-happydays-php .voucher-content .second-cols {
      overflow: hidden;
      height: auto;
      padding: 30px;
      color: #EBEAE4;
      background: #BDB2D0 !important;
      width: 30%; }
      @media (max-width: 1280px) {
        .page-template-template-happydays-php .voucher-content .second-cols {
          width: 40%; } }
      .page-template-template-happydays-php .voucher-content .second-cols .sign-up-form {
        margin: 0px auto; }
      .page-template-template-happydays-php .voucher-content .second-cols .form-name-heading {
        font-family: 'CamdenSlab';
        font-weight: 700;
        text-align: center; }
      .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form {
        max-width: 400px;
        margin: 0 auto; }
        .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group {
          line-height: 1.1;
          margin-bottom: 18px; }
          .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group label .has-error {
            display: none;
            float: right; }
          @media screen and (max-width: 1024px) {
            .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group label {
              text-align: left; } }
          .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group input[type='text'],
          .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group input[type='email'] {
            width: 100%;
            font-family: 'CamdenSans';
            font-weight: 700;
            color: #302E52;
            border-radius: 0px;
            padding: 4px;
            line-height: 1.2;
            border: none;
            text-transform: uppercase;
            background-color: #F7F5EB; }
          .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label {
            display: -webkit-box; }
            .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox'] {
              margin-left: 0 !important;
              background-color: #FFF;
              -webkit-appearance: none;
              -moz-appearance: none;
              -o-appearance: none;
              appearance: none;
              width: 30px;
              height: 30px;
              border-radius: 0px;
              border: none;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              background-color: #F7F5EB; }
            .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox'].has-error {
              background-color: #302e52 !important;
              position: relative; }
            .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox']:checked:after {
              content: url(/wp-content/themes/camdenmarket/assets/public/images/webpack/0fa3c119e5205b083f70226f05fca113.svg);
              padding-top: 4px;
              padding-left: 3px;
              padding-right: 2px;
              width: 25px;
              height: 25px;
              background-color: #F7F5EB;
              outline: none; }
            .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p {
              margin: auto 0;
              max-width: 90%;
              font-size: 12px;
              letter-spacing: 0px;
              padding-left: 15px;
              line-height: 1.2; }
              .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p strong {
                font-family: 'FoundersGroteskText';
                font-weight: 500; }
                .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p strong a {
                  cursor: pointer; }
              @media screen and (max-width: 1024px) {
                .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p {
                  text-align: left; } }
            .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label.not-checkbox p {
              padding-left: 0px; }
        .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear {
          text-align: right;
          margin: 30px 0px 30px 0px !important; }
          .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear .voucher_form_icon {
            width: 100px !important;
            margin-right: 10px;
            padding-top: 3px; }
          .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear #mc-embedded-subscribe {
            font-size: 14px;
            cursor: pointer;
            border: none;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            color: #302E52;
            text-transform: uppercase;
            background-color: #FFFFFF;
            padding: 8px;
            font-family: 'CamdenSans';
            font-weight: 700;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear #mc-embedded-subscribe:hover {
              background-color: #302E52;
              color: #fff; }
      @media (max-width: 425px) {
        .page-template-template-happydays-php .voucher-content .second-cols #tablet-signup-form .form-subheading {
          max-width: 300px !important;
          margin: 0 auto !important; } }
      .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet {
        max-width: 400px;
        margin: 0 auto; }
        .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group {
          line-height: 1.1;
          margin-bottom: 15px; }
          .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group label .has-error-tablet {
            display: none;
            float: right; }
          @media screen and (max-width: 1024px) {
            .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group label {
              text-align: left; } }
          .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group input[type='text'],
          .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group input[type='email'] {
            width: 100%;
            font-family: 'CamdenSans';
            font-weight: 700;
            color: #302E52;
            border-radius: 0px;
            padding: 4px;
            line-height: 1.2;
            border: none;
            text-transform: uppercase;
            background-color: #F7F5EB; }
          .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label {
            display: -webkit-box; }
            .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox'] {
              margin-left: 0 !important;
              background-color: #FFF;
              -webkit-appearance: none;
              -moz-appearance: none;
              -o-appearance: none;
              appearance: none;
              width: 30px;
              height: 30px;
              border-radius: 0px;
              border: none;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              background-color: #F7F5EB; }
            .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox'].has-error {
              background-color: #302e52 !important;
              position: relative; }
            .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox']:checked:after {
              content: url(/wp-content/themes/camdenmarket/assets/public/images/webpack/0fa3c119e5205b083f70226f05fca113.svg);
              padding-top: 4px;
              padding-left: 3px;
              padding-right: 2px;
              width: 25px;
              height: 25px;
              background-color: #F7F5EB;
              outline: none; }
            .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p {
              margin: auto 0;
              padding-top: 2px;
              font-size: 12px;
              letter-spacing: 0px;
              padding-left: 15px;
              max-width: 90%;
              line-height: 1.2; }
              .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p strong {
                font-family: 'FoundersGroteskText';
                font-weight: 500; }
                .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p strong a {
                  color: #EBEAE4;
                  cursor: pointer; }
              @media screen and (max-width: 1024px) {
                .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p {
                  text-align: left; } }
            .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label.not-checkbox p {
              padding-left: 0px; }
        .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear {
          text-align: right;
          margin: 30px 0px 30px 0px !important; }
          .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear .voucher_form_icon {
            width: 100px !important;
            padding-top: 3px; }
          .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear #mc-embedded-subscribe-tablet {
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border: none;
            color: #302E52;
            border-radius: 30px;
            text-transform: uppercase;
            background-color: #EBEAE4;
            padding: 8px;
            font-family: 'CamdenSans';
            font-weight: 700;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            .page-template-template-happydays-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear #mc-embedded-subscribe-tablet:hover {
              background-color: #302E52;
              color: #EBEAE4; }
      @media screen and (max-width: 1024px) {
        .page-template-template-happydays-php .voucher-content .second-cols .form-footer-tc {
          text-align: left; } }
      .page-template-template-happydays-php .voucher-content .second-cols .form-footer-tc .voucher-tc {
        margin: 0 auto;
        max-width: 400px;
        font-family: 'FoundersGroteskText';
        font-weight: 400;
        font-size: 12px;
        line-height: 1.1;
        text-align: left;
        color: #302E52; }
        .page-template-template-happydays-php .voucher-content .second-cols .form-footer-tc .voucher-tc:nth-child(1) {
          font-size: 13px; }
          .page-template-template-happydays-php .voucher-content .second-cols .form-footer-tc .voucher-tc:nth-child(1)::after {
            content: "\A";
            white-space: pre; }
      .page-template-template-happydays-php .voucher-content .second-cols #mce-responses.clear {
        margin: 0px 0px !important; }
        .page-template-template-happydays-php .voucher-content .second-cols #mce-responses.clear #mce-error-response {
          border: 2px solid #EBEAE4;
          text-align: center;
          text-transform: uppercase; }
          @media screen and (max-width: 1024px) {
            .page-template-template-happydays-php .voucher-content .second-cols #mce-responses.clear #mce-error-response {
              font-size: 12px;
              line-height: 1.2; } }
        .page-template-template-happydays-php .voucher-content .second-cols #mce-responses.clear #mce-error-response-tablet {
          border: 2px solid #EBEAE4;
          text-align: center;
          text-transform: uppercase; }
          @media screen and (max-width: 1024px) {
            .page-template-template-happydays-php .voucher-content .second-cols #mce-responses.clear #mce-error-response-tablet {
              font-size: 12px;
              line-height: 1.2; } }
      .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form {
        display: none;
        height: 100%;
        margin: auto;
        font-family: 'CamdenSlab';
        text-transform: uppercase;
        vertical-align: middle;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 30px; }
        .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form .form-heading {
          height: 25%; }
          .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form .form-heading .th-icon.center {
            max-width: 100%; }
        .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form .mc-thank-you {
          color: #302E52;
          height: 50%; }
          .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form .mc-thank-you .heading {
            font-size: 35px;
            line-height: 1.2; }
          .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form .mc-thank-you .subheading {
            font-size: 18px;
            line-height: 1.1; }
          .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form .mc-thank-you .sub-backto {
            font-family: 'FoundersGroteskText';
            font-weight: 400;
            text-transform: none !important;
            font-size: 16px; }
            .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form .mc-thank-you .sub-backto a {
              color: #302E52;
              font-family: 'FoundersGroteskText';
              font-weight: 500; }
        .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form .form-footer {
          height: 25%;
          bottom: 0; }
          .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form .form-footer img {
            width: auto !important;
            bottom: 0;
            height: 144px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 999 !important; }
      .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form-tablet {
        overflow: hidden;
        display: none;
        height: 100%;
        margin: auto;
        font-family: 'CamdenSlab';
        text-transform: uppercase;
        vertical-align: middle;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 30px; }
        .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form-tablet .form-heading {
          height: 25%; }
        .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form-tablet .form-subheading p {
          font-family: 'CamdenSans';
          font-weight: 500;
          margin: 20px auto;
          text-align: center; }
        .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you {
          color: #302E52;
          height: 50%; }
          .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container {
            margin: 15% auto; }
            .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .heading {
              font-size: 25px;
              line-height: 1.2; }
            .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .subheading {
              font-size: 16px;
              line-height: 1.1; }
            .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .sub-backto {
              color: #302E52;
              text-transform: none !important;
              font-size: 16px; }
              .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .sub-backto strong a {
                color: #302E52;
                font-family: 'FoundersGroteskText';
                font-weight: 500; }
        .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form-tablet .form-footer {
          height: auto;
          bottom: 0; }
          .page-template-template-happydays-php .voucher-content .second-cols .thank-you-form-tablet .form-footer img {
            width: auto !important;
            bottom: 0;
            height: 144px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
      .page-template-template-happydays-php .voucher-content .second-cols.d-full {
        display: block !important; }
      @media (max-width: 1024px) {
        .page-template-template-happydays-php .voucher-content .second-cols {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          position: absolute !important; } }
  .page-template-template-happydays-php .grecaptcha-badge {
    right: -99999999px !important; }

@media screen and (min-width: 1024px) {
  #tablet-signup-form {
    display: none !important; }
  #desktop-signup-form .sign-up-form {
    overflow-x: hidden; } }

@media screen and (max-width: 1024px) {
  #desktop-signup-form .second-cols {
    display: none !important; }
  #tablet-signup-form {
    height: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    #tablet-signup-form .form-heading {
      margin: 0 auto;
      max-width: 60% !important; }
      #tablet-signup-form .form-heading img {
        margin: 20px auto; }
    #tablet-signup-form .sign-up-form {
      margin-top: 0px;
      margin-bottom: 0px;
      margin: 0px auto; }
    #tablet-signup-form #col-item-form {
      padding: 0px;
      margin-top: 0px;
      margin-bottom: 0px; } }

@media screen and (max-width: 640px) {
  #desktop-signup-form {
    max-height: 425px !important; } }

@media screen and (max-width: 425px) {
  #tablet-signup-form .form-subheading {
    margin: 0 auto;
    max-width: 80% !important; } }

@media screen and (max-width: 320px) {
  #tablet-signup-form .form-subheading {
    margin: 0 auto;
    max-width: 90% !important; } }

.form-subheading {
  font-family: 'CamdenSlab' !important;
  font-weight: 400; }

@media (max-width: 769px) and (max-height: 600px) and (orientation: landscape) {
  .main-content {
    height: 80%; } }

.page-template-template-happydays-thankyou-php {
  background: #D4D4D4 !important; }
  @media screen and (max-width: 600px) {
    .page-template-template-happydays-thankyou-php #col-item-form-2 {
      display: block;
      width: 100%;
      height: 60%;
      position: relative !important; }
    .page-template-template-happydays-thankyou-php #col-item-form {
      display: none !important; } }
  .page-template-template-happydays-thankyou-php body {
    background-color: #D4D4D4 !important; }
  @media screen and (max-width: 729px) {
    .page-template-template-happydays-thankyou-php .voucher-content {
      display: block !important; } }
  .page-template-template-happydays-thankyou-php .btn-mobile-only {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    color: #EBEAE4;
    background-color: #302E52;
    font-size: 14px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    padding: 8px 14px; }
    .page-template-template-happydays-thankyou-php .btn-mobile-only:hover {
      color: #302E52;
      background-color: #EBEAE4; }
  .page-template-template-happydays-thankyou-php .title-header-table-2 {
    margin: 0px !important;
    display: none !important;
    line-height: 1.2;
    display: none !important;
    font-size: 40px;
    font-family: 'CamdenSlab';
    font-weight: 400;
    color: #302E52;
    letter-spacing: 0px;
    background-color: #d4d4d4; }
    .page-template-template-happydays-thankyou-php .title-header-table-2.heading-1 p {
      padding-top: 30px; }
    .page-template-template-happydays-thankyou-php .title-header-table-2 strong {
      font-family: 'CamdenSlab';
      font-weight: 700; }
      .page-template-template-happydays-thankyou-php .title-header-table-2 strong a {
        text-decoration: underline;
        color: #302E52;
        cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .page-template-template-happydays-thankyou-php .title-header-table-2 {
        display: block !important;
        text-align: center !important;
        width: 100% !important; }
        .page-template-template-happydays-thankyou-php .title-header-table-2 p {
          text-align: center !important;
          margin: 25px auto;
          max-width: 650px;
          line-height: 1.2;
          font-size: 20px; }
        .page-template-template-happydays-thankyou-php .title-header-table-2 img.show-form {
          width: 30px !important;
          height: 30px !important; } }
    @media screen and (max-width: 425px) {
      .page-template-template-happydays-thankyou-php .title-header-table-2 {
        padding: 30px 15px;
        padding-bottom: 40px;
        display: block !important;
        text-align: center !important;
        width: 100% !important; }
        .page-template-template-happydays-thankyou-php .title-header-table-2 p {
          text-align: center !important;
          margin: 15px auto;
          max-width: 350px;
          line-height: 1.2;
          font-size: 23px; }
        .page-template-template-happydays-thankyou-php .title-header-table-2 img.show-form {
          width: 30px !important;
          height: 30px !important; }
        .page-template-template-happydays-thankyou-php .title-header-table-2.on-footer p {
          max-width: 400px; } }
    @media screen and (max-width: 320px) {
      .page-template-template-happydays-thankyou-php .title-header-table-2 {
        padding: 20px 15px;
        display: block !important;
        text-align: center !important;
        width: 100% !important; }
        .page-template-template-happydays-thankyou-php .title-header-table-2 p {
          text-align: center !important;
          margin: 15px auto;
          max-width: 290px;
          line-height: 1.2;
          font-size: 20px; }
        .page-template-template-happydays-thankyou-php .title-header-table-2 img.show-form {
          width: 30px !important;
          height: 30px !important; }
        .page-template-template-happydays-thankyou-php .title-header-table-2.on-footer p {
          max-width: 300px;
          font-size: 20px; } }
    .page-template-template-happydays-thankyou-php .title-header-table-2.d-none {
      display: none !important; }
  @media screen and (max-width: 1024px) {
    .page-template-template-happydays-thankyou-php .title-header-table-2:nth-child(1) {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .page-template-template-happydays-thankyou-php .voucher-content .form-wrapper .form-heading .th-icon.center {
    top: 20px; }
  .page-template-template-happydays-thankyou-php .mc-field-group .checkbox-label {
    text-transform: none;
    cursor: pointer; }
    .page-template-template-happydays-thankyou-php .mc-field-group .checkbox-label strong {
      color: #302E52; }
  .page-template-template-happydays-thankyou-php .voucher-content {
    background: #D4D4D4 !important;
    margin: 0 auto; }
    .page-template-template-happydays-thankyou-php .voucher-content .form-content {
      max-width: 100%; }
    @media screen and (max-width: 1024px) {
      .page-template-template-happydays-thankyou-php .voucher-content {
        background: #D4D4D4 !important;
        text-align: center; } }
    .page-template-template-happydays-thankyou-php .voucher-content .main-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 1024px) {
        .page-template-template-happydays-thankyou-php .voucher-content .main-content {
          -webkit-transform: scale(1) !important;
                  transform: scale(1) !important;
          height: 65%; } }
      @media screen and (max-width: 769px) {
        .page-template-template-happydays-thankyou-php .voucher-content .main-content {
          height: 65%; } }
      @media (max-height: 769px) and (max-width: 1024px) and (min-width: 640px) and (orientation: landscape) {
        .page-template-template-happydays-thankyou-php .voucher-content .main-content {
          -webkit-transform: scale(0.65) !important;
                  transform: scale(0.65) !important;
          height: 68%; } }
      @media (max-height: 425px) and (orientation: landscape) {
        .page-template-template-happydays-thankyou-php .voucher-content .main-content {
          height: 100%; } }
    .page-template-template-happydays-thankyou-php .voucher-content .th-icon.center {
      max-width: 100% !important; }
    .page-template-template-happydays-thankyou-php .voucher-content #mc_embed_signup {
      margin-top: 15px; }
    .page-template-template-happydays-thankyou-php .voucher-content .title-header {
      line-height: 1.2;
      font-size: 30px;
      font-family: 'CamdenSlab';
      font-weight: 400;
      color: #302E52;
      letter-spacing: 0px;
      background-color: #D4D4D4; }
      .page-template-template-happydays-thankyou-php .voucher-content .title-header strong {
        font-family: 'CamdenSlab';
        font-weight: 700; }
        .page-template-template-happydays-thankyou-php .voucher-content .title-header strong a {
          text-decoration: underline;
          color: #302E52;
          cursor: pointer; }
      @media screen and (min-width: 1920px) {
        .page-template-template-happydays-thankyou-php .voucher-content .title-header {
          font-size: 20px; } }
      @media screen and (max-width: 1920px) {
        .page-template-template-happydays-thankyou-php .voucher-content .title-header {
          font-size: 25px; } }
      @media screen and (max-width: 1280px) {
        .page-template-template-happydays-thankyou-php .voucher-content .title-header {
          font-size: 18px; } }
      @media screen and (max-width: 1024px) {
        .page-template-template-happydays-thankyou-php .voucher-content .title-header {
          display: none;
          text-align: center !important;
          width: 100% !important;
          height: 20% !important;
          min-height: 20% !important; }
          .page-template-template-happydays-thankyou-php .voucher-content .title-header p {
            text-align: center !important;
            margin: 30px auto;
            max-width: 400px;
            line-height: 1.2;
            font-size: 20px; } }
      .page-template-template-happydays-thankyou-php .voucher-content .title-header.d-none {
        display: none !important; }
    .page-template-template-happydays-thankyou-php .voucher-content .title-header-tablet {
      line-height: 1.2;
      display: none !important;
      font-size: 40px;
      font-family: 'CamdenSlab';
      font-weight: 400;
      color: #302E52;
      letter-spacing: 0px;
      background-color: #d4d4d4; }
      .page-template-template-happydays-thankyou-php .voucher-content .title-header-tablet strong {
        font-family: 'CamdenSlab';
        font-weight: 700; }
        .page-template-template-happydays-thankyou-php .voucher-content .title-header-tablet strong a {
          text-decoration: underline;
          color: #302E52;
          cursor: pointer; }
      @media screen and (max-width: 1024px) {
        .page-template-template-happydays-thankyou-php .voucher-content .title-header-tablet {
          display: block !important;
          text-align: center !important;
          width: 100% !important;
          margin-left: 15px;
          margin-right: 15px; }
          .page-template-template-happydays-thankyou-php .voucher-content .title-header-tablet p {
            text-align: center !important;
            margin: 25px auto;
            max-width: 650px;
            line-height: 1.2;
            font-size: 20px; }
          .page-template-template-happydays-thankyou-php .voucher-content .title-header-tablet img.show-form {
            width: 30px !important;
            height: 30px !important; } }
      @media screen and (max-width: 425px) {
        .page-template-template-happydays-thankyou-php .voucher-content .title-header-tablet {
          display: block !important;
          text-align: center !important;
          width: 100% !important; }
          .page-template-template-happydays-thankyou-php .voucher-content .title-header-tablet p {
            text-align: center !important;
            margin: 15px auto;
            max-width: 350px;
            line-height: 1.2;
            font-size: 23px; }
          .page-template-template-happydays-thankyou-php .voucher-content .title-header-tablet img.show-form {
            width: 30px !important;
            height: 30px !important; }
          .page-template-template-happydays-thankyou-php .voucher-content .title-header-tablet.on-footer p {
            max-width: 400px; } }
      @media screen and (max-width: 320px) {
        .page-template-template-happydays-thankyou-php .voucher-content .title-header-tablet {
          display: block !important;
          text-align: center !important;
          width: 100% !important; }
          .page-template-template-happydays-thankyou-php .voucher-content .title-header-tablet p {
            text-align: center !important;
            margin: 15px auto;
            max-width: 290px;
            line-height: 1.2;
            font-size: 20px; }
          .page-template-template-happydays-thankyou-php .voucher-content .title-header-tablet img.show-form {
            width: 30px !important;
            height: 30px !important; }
          .page-template-template-happydays-thankyou-php .voucher-content .title-header-tablet.on-footer p {
            max-width: 300px;
            font-size: 20px; } }
      .page-template-template-happydays-thankyou-php .voucher-content .title-header-tablet.d-none {
        display: none !important; }
    .page-template-template-happydays-thankyou-php .voucher-content .for-padding {
      width: 10%; }
      @media (max-width: 1280px) {
        .page-template-template-happydays-thankyou-php .voucher-content .for-padding {
          width: 0%; } }
    .page-template-template-happydays-thankyou-php .voucher-content .first-cols {
      height: auto;
      text-align: right;
      background: inherit !important;
      width: 50%;
      background-color: #8f9a86; }
      @media (max-width: 1280px) {
        .page-template-template-happydays-thankyou-php .voucher-content .first-cols {
          width: 60%; } }
      .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner {
        text-align: right;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        @media screen and (max-width: 1024px) {
          .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner {
            display: none; } }
        @media screen and (max-width: 769px) {
          .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner {
            display: none; } }
      .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        display: none;
        margin: auto 0; }
        @media screen and (max-width: 1024px) {
          .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
            display: block;
            background-position-y: 50%;
            width: 100%;
            height: 100%; } }
        @media screen and (max-width: 769px) {
          .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
            display: block;
            height: 100%;
            width: auto;
            background-size: contain;
            background-position-y: 50%; } }
  @media screen and (max-width: 769px) and (orientation: landscape) {
    .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
      background-size: auto; } }
        @media screen and (max-width: 640px) {
          .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
            display: block;
            height: 100%;
            width: auto;
            background-size: contain;
            background-position-y: 0%; } }
  @media screen and (max-width: 640px) and (orientation: landscape) {
    .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
      background-size: auto; } }
        @media (max-height: 769px) and (min-width: 641px) and (orientation: landscape) {
          .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
            background-position-y: 0%; } }
        @media (max-height: 425px) and (orientation: landscape) {
          .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
            background-size: contain !important;
            -o-object-fit: contain;
               object-fit: contain;
            height: 425px; } }
        @media screen and (max-width: 600px) {
          .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
            display: block;
            background-position-y: 0%; } }
        @media screen and (max-width: 425px) {
          .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
            display: none; } }

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
    background-size: auto; } }

@media screen and (max-width: 769px) and (orientation: landscape) {
  .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
    background-size: auto; } }
      .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner-mobile {
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        display: none; }
        @media screen and (max-width: 769px) {
          .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner-mobile {
            display: none; } }
        @media screen and (max-width: 640) {
          .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner-mobile {
            display: none; } }
        @media screen and (max-width: 600px) {
          .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner-mobile {
            display: none; } }
        @media screen and (max-width: 425px) {
          .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner-mobile {
            display: block;
            background-size: contain;
            width: 100%; } }
  @media screen and (max-width: 425px) and (orientation: landscape) {
    .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner-mobile {
      background-size: auto; } }

@media screen and (max-width: 425px) and (orientation: landscape) {
  .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
    background-size: auto; } }
      @media screen and (max-width: 1024px) {
        .page-template-template-happydays-thankyou-php .voucher-content .first-cols {
          max-height: 769px;
          content: "\25BC";
          text-align: center !important; }
          .page-template-template-happydays-thankyou-php .voucher-content .first-cols .happydays-banner {
            margin: 0 auto;
            text-align: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-position-x: center;
            height: 769px;
            width: 769px; } }
      .page-template-template-happydays-thankyou-php .voucher-content .first-cols.d-none {
        display: none !important; }
    .page-template-template-happydays-thankyou-php .voucher-content .second-cols {
      overflow: hidden;
      height: auto;
      min-height: 700px;
      padding: 30px;
      color: #EBEAE4;
      background: #BDB2D0 !important;
      width: 30%; }
      @media (max-width: 1280px) {
        .page-template-template-happydays-thankyou-php .voucher-content .second-cols {
          width: 40%; } }
      .page-template-template-happydays-thankyou-php .voucher-content .second-cols .sign-up-form {
        margin: 0px auto; }
      .page-template-template-happydays-thankyou-php .voucher-content .second-cols .form-name-heading {
        font-family: 'CamdenSlab';
        font-weight: 700;
        text-align: center; }
      .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form {
        max-width: 400px;
        margin: 0 auto; }
        .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group {
          line-height: 1.1;
          margin-bottom: 18px; }
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group label .has-error {
            display: none;
            float: right; }
          @media screen and (max-width: 1024px) {
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group label {
              text-align: left; } }
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group input[type='text'],
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group input[type='email'] {
            width: 100%;
            font-family: 'CamdenSans';
            font-weight: 700;
            color: #302E52;
            border-radius: 0px;
            padding: 4px;
            line-height: 1.2;
            border: none;
            text-transform: uppercase;
            background-color: #F7F5EB; }
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label {
            display: -webkit-box; }
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox'] {
              margin-left: 0 !important;
              background-color: #FFF;
              -webkit-appearance: none;
              -moz-appearance: none;
              -o-appearance: none;
              appearance: none;
              width: 30px;
              height: 30px;
              border-radius: 0px;
              border: none;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox'].has-error {
              background-color: #302e52 !important;
              position: relative; }
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox']:checked:after {
              content: url(/wp-content/themes/camdenmarket/assets/public/images/webpack/0fa3c119e5205b083f70226f05fca113.svg);
              padding-top: 4px;
              padding-left: 3px;
              padding-right: 2px;
              width: 25px;
              height: 25px;
              background-color: #F7F5EB;
              outline: none; }
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p {
              margin: auto 0;
              max-width: 90%;
              font-size: 10px;
              letter-spacing: 0px;
              padding-left: 15px;
              line-height: 1.2; }
              .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p strong {
                font-family: 'FoundersGroteskText';
                font-weight: 500; }
                .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p strong a {
                  cursor: pointer; }
              @media screen and (max-width: 1024px) {
                .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p {
                  text-align: left; } }
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label.not-checkbox p {
              padding-left: 0px; }
        .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear {
          text-align: right;
          margin: 30px 0px 30px 0px !important; }
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear .voucher_form_icon {
            width: 100px !important;
            margin-right: 10px;
            padding-top: 3px; }
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear #mc-embedded-subscribe {
            font-size: 14px;
            cursor: pointer;
            border: none;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            color: #302E52;
            text-transform: uppercase;
            background-color: #F7F5EB;
            padding: 8px;
            font-family: 'CamdenSans';
            font-weight: 700;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear #mc-embedded-subscribe:hover {
              background-color: #302E52;
              color: #fff; }
      @media (max-width: 425px) {
        .page-template-template-happydays-thankyou-php .voucher-content .second-cols #tablet-signup-form .form-subheading {
          max-width: 300px !important;
          margin: 0 auto !important; } }
      .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet {
        max-width: 400px;
        margin: 0 auto; }
        .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group {
          line-height: 1.1;
          margin-bottom: 15px; }
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group label .has-error-tablet {
            display: none;
            float: right; }
          @media screen and (max-width: 1024px) {
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group label {
              text-align: left; } }
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group input[type='text'],
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group input[type='email'] {
            width: 100%;
            font-family: 'CamdenSans';
            font-weight: 700;
            color: #302E52;
            border-radius: 0px;
            padding: 4px;
            line-height: 1.2;
            border: none;
            text-transform: uppercase;
            background-color: #F7F5EB; }
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label {
            display: -webkit-box; }
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox'] {
              margin-left: 0 !important;
              background-color: #FFF;
              -webkit-appearance: none;
              -moz-appearance: none;
              -o-appearance: none;
              appearance: none;
              width: 30px;
              height: 30px;
              border-radius: 0px;
              border: none;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              background-color: #F7F5EB; }
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox'].has-error {
              background-color: #302e52 !important;
              position: relative; }
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox']:checked:after {
              content: url(/wp-content/themes/camdenmarket/assets/public/images/webpack/0fa3c119e5205b083f70226f05fca113.svg);
              padding-top: 4px;
              padding-left: 3px;
              padding-right: 2px;
              width: 25px;
              height: 25px;
              background-color: #F7F5EB;
              outline: none; }
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p {
              margin: auto 0;
              padding-top: 2px;
              font-size: 10px;
              letter-spacing: 0px;
              padding-left: 15px;
              max-width: 90%;
              line-height: 1.2; }
              .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p strong {
                font-family: 'FoundersGroteskText';
                font-weight: 500; }
                .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p strong a {
                  color: #EBEAE4;
                  cursor: pointer; }
              @media screen and (max-width: 1024px) {
                .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p {
                  text-align: left; } }
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label.not-checkbox p {
              padding-left: 0px; }
        .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear {
          text-align: right;
          margin: 30px 0px 30px 0px !important; }
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear .voucher_form_icon {
            width: 100px !important;
            padding-top: 3px; }
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear #mc-embedded-subscribe-tablet {
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border: none;
            color: #302E52;
            border-radius: 30px;
            text-transform: uppercase;
            background-color: #EBEAE4;
            padding: 8px;
            font-family: 'CamdenSans';
            font-weight: 700;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear #mc-embedded-subscribe-tablet:hover {
              background-color: #302E52;
              color: #EBEAE4; }
      @media screen and (max-width: 1024px) {
        .page-template-template-happydays-thankyou-php .voucher-content .second-cols .form-footer-tc {
          text-align: left; } }
      .page-template-template-happydays-thankyou-php .voucher-content .second-cols .form-footer-tc .voucher-tc {
        margin: 0 auto;
        max-width: 400px;
        font-family: 'FoundersGroteskText';
        font-weight: 400;
        font-size: 10px;
        line-height: 1.1;
        text-align: left;
        color: #302E52; }
        .page-template-template-happydays-thankyou-php .voucher-content .second-cols .form-footer-tc .voucher-tc:nth-child(1) {
          font-size: 13px; }
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols .form-footer-tc .voucher-tc:nth-child(1)::after {
            content: "\A";
            white-space: pre; }
      .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mce-responses.clear {
        margin: 0px 0px !important; }
        .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mce-responses.clear #mce-error-response {
          border: 2px solid #EBEAE4;
          text-align: center;
          text-transform: uppercase; }
          @media screen and (max-width: 1024px) {
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mce-responses.clear #mce-error-response {
              font-size: 12px;
              line-height: 1.2; } }
        .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mce-responses.clear #mce-error-response-tablet {
          border: 2px solid #EBEAE4;
          text-align: center;
          text-transform: uppercase; }
          @media screen and (max-width: 1024px) {
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols #mce-responses.clear #mce-error-response-tablet {
              font-size: 12px;
              line-height: 1.2; } }
      .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form {
        display: none;
        height: 100%;
        margin: auto;
        font-family: 'CamdenSlab';
        text-transform: uppercase;
        vertical-align: middle;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 30px; }
        .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form .form-heading {
          height: 25%; }
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form .form-heading .th-icon.center {
            max-width: 100%; }
        .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form .mc-thank-you {
          color: #302E52;
          height: 50%; }
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form .mc-thank-you .heading {
            font-size: 35px;
            line-height: 1.2; }
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form .mc-thank-you .subheading {
            font-size: 18px;
            line-height: 1.1; }
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form .mc-thank-you .sub-backto {
            font-family: 'FoundersGroteskText';
            font-weight: 400;
            text-transform: none !important;
            font-size: 16px; }
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form .mc-thank-you .sub-backto a {
              color: #302E52;
              font-family: 'FoundersGroteskText';
              font-weight: 500; }
        .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form .form-footer {
          height: 25%;
          bottom: 0; }
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form .form-footer img {
            width: auto !important;
            bottom: 0;
            height: 144px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 999 !important; }
      .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form-tablet {
        overflow: hidden;
        display: none;
        height: 100%;
        margin: auto;
        font-family: 'CamdenSlab';
        text-transform: uppercase;
        vertical-align: middle;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 30px; }
        .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .form-heading {
          height: 25%; }
        .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .form-subheading p {
          font-family: 'CamdenSans';
          font-weight: 500;
          margin: 20px auto;
          text-align: center; }
        .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you {
          color: #302E52;
          height: 50%; }
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container {
            margin: 15% auto; }
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .heading {
              font-size: 25px;
              line-height: 1.2; }
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .subheading {
              font-size: 16px;
              line-height: 1.1; }
            .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .sub-backto {
              color: #302E52;
              text-transform: none !important;
              font-size: 16px; }
              .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .sub-backto strong a {
                color: #302E52;
                font-family: 'FoundersGroteskText';
                font-weight: 500; }
        .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .form-footer {
          height: auto;
          bottom: 0; }
          .page-template-template-happydays-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .form-footer img {
            width: auto !important;
            bottom: 0;
            height: 144px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
      .page-template-template-happydays-thankyou-php .voucher-content .second-cols.d-full {
        display: block !important; }
      @media (max-width: 1024px) {
        .page-template-template-happydays-thankyou-php .voucher-content .second-cols {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          position: absolute !important; } }
  .page-template-template-happydays-thankyou-php .grecaptcha-badge {
    right: -99999999px !important; }

@media screen and (min-width: 1024px) {
  #tablet-signup-form {
    display: none !important; }
  #desktop-signup-form .sign-up-form {
    overflow-x: hidden; } }

@media screen and (max-width: 1024px) {
  #desktop-signup-form .second-cols {
    display: none !important; }
  #tablet-signup-form {
    height: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    #tablet-signup-form .form-heading {
      margin: 0 auto;
      max-width: 60% !important; }
      #tablet-signup-form .form-heading img {
        margin: 20px auto; }
    #tablet-signup-form .sign-up-form {
      margin-top: 0px;
      margin-bottom: 0px;
      margin: 0px auto; }
    #tablet-signup-form #col-item-form {
      padding: 0px;
      margin-top: 0px;
      margin-bottom: 0px; } }

@media screen and (max-width: 640px) {
  #desktop-signup-form {
    max-height: 425px !important; } }

@media screen and (max-width: 425px) {
  #tablet-signup-form .form-subheading {
    margin: 0 auto;
    max-width: 80% !important; } }

@media screen and (max-width: 320px) {
  #tablet-signup-form .form-subheading {
    margin: 0 auto;
    max-width: 90% !important; } }

.form-subheading {
  font-family: 'CamdenSlab' !important;
  font-weight: 400; }

@media (max-width: 769px) and (max-height: 600px) and (orientation: landscape) {
  .main-content {
    height: 80%; } }

.mobile-tablet-only {
  display: none; }
  @media screen and (max-width: 600px) {
    .mobile-tablet-only {
      display: block; } }

.page-template-template-spring-festival-php {
  background: #8c6ddc !important; }
  .page-template-template-spring-festival-php body {
    background-color: #8c6ddc !important; }
  @media screen and (max-width: 729px) {
    .page-template-template-spring-festival-php .voucher-content {
      display: block !important; } }
  .page-template-template-spring-festival-php .btn-mobile-only {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    color: #EBEAE4;
    background-color: #302E52;
    font-size: 14px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    padding: 8px 14px;
    font-family: 'CamdenSans';
    font-weight: 700; }
    .page-template-template-spring-festival-php .btn-mobile-only:hover {
      color: #302E52;
      background-color: #EBEAE4; }
  .page-template-template-spring-festival-php .title-header-table-2 {
    margin: 0px !important;
    display: none !important;
    line-height: 1.2;
    display: none !important;
    font-size: 40px;
    font-family: 'CamdenSlab';
    font-weight: 400;
    color: #302E52;
    letter-spacing: 0px;
    background-color: #8c6ddc; }
    .page-template-template-spring-festival-php .title-header-table-2.fixed-padding-mobile-tablet {
      padding-top: 30px;
      padding-bottom: 30px; }
      @media screen and (max-width: 769px) {
        .page-template-template-spring-festival-php .title-header-table-2.fixed-padding-mobile-tablet {
          padding-top: 30px;
          padding-bottom: 30px; } }
      @media screen and (max-width: 600px) {
        .page-template-template-spring-festival-php .title-header-table-2.fixed-padding-mobile-tablet {
          padding-top: 28px;
          padding-bottom: 28px; } }
      @media screen and (max-width: 425px) {
        .page-template-template-spring-festival-php .title-header-table-2.fixed-padding-mobile-tablet {
          padding-top: 23px;
          padding-bottom: 23px; } }
      @media screen and (max-width: 375px) {
        .page-template-template-spring-festival-php .title-header-table-2.fixed-padding-mobile-tablet {
          padding-top: 25px;
          padding-bottom: 25px; } }
      @media screen and (max-width: 325px) {
        .page-template-template-spring-festival-php .title-header-table-2.fixed-padding-mobile-tablet {
          padding-top: 25px;
          padding-bottom: 25px; } }
    @media screen and (max-width: 600px) {
      .page-template-template-spring-festival-php .title-header-table-2.heading-1 p {
        font-size: 20px; } }
    @media screen and (max-width: 425px) {
      .page-template-template-spring-festival-php .title-header-table-2.heading-1 p {
        font-size: 18px; } }
    @media screen and (max-width: 600px) {
      .page-template-template-spring-festival-php .title-header-table-2.heading-2 p {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 20px; } }
    @media screen and (max-width: 425px) {
      .page-template-template-spring-festival-php .title-header-table-2.heading-2 p {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 18px; } }
    .page-template-template-spring-festival-php .title-header-table-2 strong {
      font-family: 'CamdenSlab';
      font-weight: 700; }
      .page-template-template-spring-festival-php .title-header-table-2 strong a {
        text-decoration: underline;
        color: #302E52;
        cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .page-template-template-spring-festival-php .title-header-table-2 {
        display: block !important;
        text-align: center !important;
        width: 100% !important; }
        .page-template-template-spring-festival-php .title-header-table-2 p {
          text-align: center !important;
          margin: 25px auto;
          max-width: 650px;
          line-height: 1.2;
          font-size: 20px; }
        .page-template-template-spring-festival-php .title-header-table-2 img.show-form {
          width: 30px !important;
          height: 30px !important; } }
    @media screen and (max-width: 425px) {
      .page-template-template-spring-festival-php .title-header-table-2 {
        padding: 20px 15px;
        padding-bottom: 30px;
        display: block !important;
        text-align: center !important;
        width: 100% !important; }
        .page-template-template-spring-festival-php .title-header-table-2 p {
          text-align: center !important;
          margin: 15px auto;
          max-width: 350px;
          line-height: 1.2;
          font-size: 23px; }
        .page-template-template-spring-festival-php .title-header-table-2 img.show-form {
          width: 30px !important;
          height: 30px !important; }
        .page-template-template-spring-festival-php .title-header-table-2.on-footer p {
          max-width: 400px; } }
    @media screen and (max-width: 320px) {
      .page-template-template-spring-festival-php .title-header-table-2 {
        padding: 20px 15px;
        display: block !important;
        text-align: center !important;
        width: 100% !important; }
        .page-template-template-spring-festival-php .title-header-table-2 p {
          text-align: center !important;
          margin: 15px auto;
          max-width: 290px;
          line-height: 1.2;
          font-size: 20px; }
        .page-template-template-spring-festival-php .title-header-table-2 img.show-form {
          width: 30px !important;
          height: 30px !important; }
        .page-template-template-spring-festival-php .title-header-table-2.on-footer p {
          max-width: 300px;
          font-size: 20px; } }
    .page-template-template-spring-festival-php .title-header-table-2.d-none {
      display: none !important; }
  @media screen and (max-width: 1024px) {
    .page-template-template-spring-festival-php .title-header-table-2:nth-child(1) {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .page-template-template-spring-festival-php .voucher-content .form-wrapper .form-heading .th-icon.center {
    top: 20px; }
  .page-template-template-spring-festival-php .voucher-content .col-group .col-item.first-col {
    background-color: #8c6ddc; }
  .page-template-template-spring-festival-php .mc-field-group .checkbox-label {
    text-transform: none;
    cursor: pointer; }
    .page-template-template-spring-festival-php .mc-field-group .checkbox-label strong {
      color: #302E52; }
  .page-template-template-spring-festival-php .voucher-content {
    background: #8c6ddc !important;
    margin: 0 auto; }
    .page-template-template-spring-festival-php .voucher-content .form-content {
      max-width: 100%; }
    @media screen and (max-width: 1024px) {
      .page-template-template-spring-festival-php .voucher-content {
        background: #8c6ddc !important;
        text-align: center; } }
    .page-template-template-spring-festival-php .voucher-content .main-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 1024px) {
        .page-template-template-spring-festival-php .voucher-content .main-content {
          -webkit-transform: scale(1) !important;
                  transform: scale(1) !important;
          height: 65%; } }
      @media screen and (max-width: 769px) {
        .page-template-template-spring-festival-php .voucher-content .main-content {
          height: 65%; } }
      @media (max-height: 769px) and (max-width: 1024px) and (min-width: 640px) and (orientation: landscape) {
        .page-template-template-spring-festival-php .voucher-content .main-content {
          -webkit-transform: scale(0.65) !important;
                  transform: scale(0.65) !important;
          height: 68%; } }
      @media (max-height: 425px) and (orientation: landscape) {
        .page-template-template-spring-festival-php .voucher-content .main-content {
          height: 100%; } }
    .page-template-template-spring-festival-php .voucher-content .th-icon.center {
      max-width: 100% !important; }
    .page-template-template-spring-festival-php .voucher-content #mc_embed_signup {
      margin-top: 15px; }
    .page-template-template-spring-festival-php .voucher-content .title-header {
      line-height: 1.2;
      font-size: 30px;
      font-family: 'CamdenSlab';
      font-weight: 400;
      color: #302E52;
      letter-spacing: 0px;
      background-color: #8c6ddc; }
      .page-template-template-spring-festival-php .voucher-content .title-header strong {
        font-family: 'CamdenSlab';
        font-weight: 700; }
        .page-template-template-spring-festival-php .voucher-content .title-header strong a {
          text-decoration: underline;
          color: #302E52;
          cursor: pointer; }
      @media screen and (min-width: 1920px) {
        .page-template-template-spring-festival-php .voucher-content .title-header {
          font-size: 35px; } }
      @media screen and (max-width: 1920px) {
        .page-template-template-spring-festival-php .voucher-content .title-header {
          font-size: 25px; } }
      @media screen and (max-width: 1280px) {
        .page-template-template-spring-festival-php .voucher-content .title-header {
          font-size: 18px; } }
      @media screen and (max-width: 1024px) {
        .page-template-template-spring-festival-php .voucher-content .title-header {
          display: none;
          text-align: center !important;
          width: 100% !important;
          height: 20% !important;
          min-height: 20% !important; }
          .page-template-template-spring-festival-php .voucher-content .title-header p {
            text-align: center !important;
            margin: 30px auto;
            max-width: 400px;
            line-height: 1.2;
            font-size: 20px; } }
      .page-template-template-spring-festival-php .voucher-content .title-header.d-none {
        display: none !important; }
    .page-template-template-spring-festival-php .voucher-content .title-header-tablet {
      line-height: 1.2;
      display: none !important;
      font-size: 40px;
      font-family: 'CamdenSlab';
      font-weight: 400;
      color: #302E52;
      letter-spacing: 0px;
      background-color: #8c6ddc; }
      .page-template-template-spring-festival-php .voucher-content .title-header-tablet strong {
        font-family: 'CamdenSlab';
        font-weight: 700; }
        .page-template-template-spring-festival-php .voucher-content .title-header-tablet strong a {
          text-decoration: underline;
          color: #302E52;
          cursor: pointer; }
      @media screen and (max-width: 1024px) {
        .page-template-template-spring-festival-php .voucher-content .title-header-tablet {
          display: block !important;
          text-align: center !important;
          width: 100% !important;
          margin-left: 15px;
          margin-right: 15px; }
          .page-template-template-spring-festival-php .voucher-content .title-header-tablet p {
            text-align: center !important;
            margin: 25px auto;
            max-width: 650px;
            line-height: 1.2;
            font-size: 20px; }
          .page-template-template-spring-festival-php .voucher-content .title-header-tablet img.show-form {
            width: 30px !important;
            height: 30px !important; } }
      @media screen and (max-width: 425px) {
        .page-template-template-spring-festival-php .voucher-content .title-header-tablet {
          display: block !important;
          text-align: center !important;
          width: 100% !important; }
          .page-template-template-spring-festival-php .voucher-content .title-header-tablet p {
            text-align: center !important;
            margin: 15px auto;
            max-width: 350px;
            line-height: 1.2;
            font-size: 23px; }
          .page-template-template-spring-festival-php .voucher-content .title-header-tablet img.show-form {
            width: 30px !important;
            height: 30px !important; }
          .page-template-template-spring-festival-php .voucher-content .title-header-tablet.on-footer p {
            max-width: 400px; } }
      @media screen and (max-width: 320px) {
        .page-template-template-spring-festival-php .voucher-content .title-header-tablet {
          display: block !important;
          text-align: center !important;
          width: 100% !important; }
          .page-template-template-spring-festival-php .voucher-content .title-header-tablet p {
            text-align: center !important;
            margin: 15px auto;
            max-width: 290px;
            line-height: 1.2;
            font-size: 20px; }
          .page-template-template-spring-festival-php .voucher-content .title-header-tablet img.show-form {
            width: 30px !important;
            height: 30px !important; }
          .page-template-template-spring-festival-php .voucher-content .title-header-tablet.on-footer p {
            max-width: 300px;
            font-size: 20px; } }
      .page-template-template-spring-festival-php .voucher-content .title-header-tablet.d-none {
        display: none !important; }
    .page-template-template-spring-festival-php .voucher-content .for-padding {
      width: 10%; }
      @media (max-width: 1280px) {
        .page-template-template-spring-festival-php .voucher-content .for-padding {
          width: 0%; } }
    .page-template-template-spring-festival-php .voucher-content .first-cols {
      height: auto;
      text-align: right;
      background: inherit !important;
      width: 50%;
      background-color: #8f9a86; }
      @media (max-width: 1280px) {
        .page-template-template-spring-festival-php .voucher-content .first-cols {
          width: 60%; } }
      .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner {
        background-color: #8c6ddc;
        text-align: right;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        @media screen and (max-width: 1024px) {
          .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner {
            display: none; } }
        @media screen and (max-width: 769px) {
          .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner {
            display: none; } }
      .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner-tablet {
        background-color: #8c6ddc;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        display: none;
        margin: auto 0; }
        @media screen and (max-width: 1024px) {
          .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner-tablet {
            display: block;
            background-position-y: 50%;
            width: 100%;
            height: 100%; } }
        @media screen and (max-width: 769px) {
          .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner-tablet {
            display: block;
            height: 100%;
            width: auto;
            background-size: contain;
            background-position-y: 50%; } }
  @media screen and (max-width: 769px) and (orientation: landscape) {
    .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner-tablet {
      background-size: auto; } }
        @media screen and (max-width: 640px) {
          .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner-tablet {
            display: block;
            height: 100%;
            width: auto;
            background-size: contain;
            background-position-y: 0%; } }
  @media screen and (max-width: 640px) and (orientation: landscape) {
    .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner-tablet {
      background-size: auto; } }
        @media (max-height: 769px) and (min-width: 641px) and (orientation: landscape) {
          .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner-tablet {
            background-position-y: 0%; } }
        @media (max-height: 425px) and (orientation: landscape) {
          .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner-tablet {
            background-size: contain !important;
            -o-object-fit: contain;
               object-fit: contain;
            height: 425px; } }
        @media screen and (max-width: 600px) {
          .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner-tablet {
            display: block;
            background-position-y: 0%; } }
        @media screen and (max-width: 425px) {
          .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner-tablet {
            display: none; } }

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner-tablet {
    background-size: auto; } }

@media screen and (max-width: 769px) and (orientation: landscape) {
  .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner-tablet {
    background-size: auto; } }
      .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner-mobile {
        background-color: #8c6ddc;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        display: none; }
        @media screen and (max-width: 769px) {
          .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner-mobile {
            display: none; } }
        @media screen and (max-width: 640) {
          .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner-mobile {
            display: none; } }
        @media screen and (max-width: 600px) {
          .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner-mobile {
            display: none; } }
        @media screen and (max-width: 425px) {
          .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner-mobile {
            display: block;
            background-size: cover;
            width: 100%; } }
  @media screen and (max-width: 425px) and (orientation: landscape) {
    .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner-mobile {
      background-size: auto; } }

@media screen and (max-width: 425px) and (orientation: landscape) {
  .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner-tablet {
    background-size: auto; } }
      @media screen and (max-width: 1024px) {
        .page-template-template-spring-festival-php .voucher-content .first-cols {
          max-height: 769px;
          content: "\25BC";
          text-align: center !important; }
          .page-template-template-spring-festival-php .voucher-content .first-cols .happydays-banner {
            margin: 0 auto;
            text-align: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-position-x: center;
            height: 769px;
            width: 769px; } }
      .page-template-template-spring-festival-php .voucher-content .first-cols.d-none {
        display: none !important; }
    .page-template-template-spring-festival-php .voucher-content .second-cols {
      overflow: hidden;
      height: auto;
      padding: 30px;
      color: #EBEAE4;
      background: #BDB2D0 !important;
      width: 30%; }
      @media (max-width: 1280px) {
        .page-template-template-spring-festival-php .voucher-content .second-cols {
          width: 40%; } }
      .page-template-template-spring-festival-php .voucher-content .second-cols .sign-up-form {
        margin: 0px auto; }
      .page-template-template-spring-festival-php .voucher-content .second-cols .form-name-heading {
        font-family: 'CamdenSlab';
        font-weight: 700;
        text-align: center; }
      .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form {
        max-width: 400px;
        margin: 0 auto; }
        .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group {
          line-height: 1.1;
          margin-bottom: 18px; }
          .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group label .has-error {
            display: none;
            float: right; }
          @media screen and (max-width: 1024px) {
            .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group label {
              text-align: left; } }
          .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group input[type='text'],
          .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group input[type='email'] {
            width: 100%;
            font-family: 'CamdenSans';
            font-weight: 700;
            color: #302E52;
            border-radius: 0px;
            padding: 4px;
            line-height: 1.2;
            border: none;
            text-transform: uppercase;
            background-color: #F7F5EB; }
          .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label {
            display: -webkit-box; }
            .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox'] {
              margin-left: 0 !important;
              background-color: #FFF;
              -webkit-appearance: none;
              -moz-appearance: none;
              -o-appearance: none;
              appearance: none;
              width: 30px;
              height: 30px;
              border-radius: 0px;
              border: none;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              background-color: #F7F5EB; }
            .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox'].has-error {
              background-color: #302e52 !important;
              position: relative; }
            .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox']:checked:after {
              content: url(/wp-content/themes/camdenmarket/assets/public/images/webpack/0fa3c119e5205b083f70226f05fca113.svg);
              padding-top: 4px;
              padding-left: 3px;
              padding-right: 2px;
              width: 25px;
              height: 25px;
              background-color: #F7F5EB;
              outline: none; }
            .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p {
              margin: auto 0;
              max-width: 90%;
              font-size: 12px;
              letter-spacing: 0px;
              padding-left: 15px;
              line-height: 1.2; }
              .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p strong {
                font-family: 'FoundersGroteskText';
                font-weight: 500; }
                .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p strong a {
                  cursor: pointer; }
              @media screen and (max-width: 1024px) {
                .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p {
                  text-align: left; } }
            .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label.not-checkbox p {
              padding-left: 0px; }
        .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear {
          text-align: right;
          margin: 30px 0px 30px 0px !important; }
          .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear .voucher_form_icon {
            width: 100px !important;
            margin-right: 10px;
            padding-top: 3px; }
          .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear #mc-embedded-subscribe {
            font-size: 14px;
            cursor: pointer;
            border: none;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            color: #302E52;
            text-transform: uppercase;
            background-color: #FFFFFF;
            padding: 8px;
            font-family: 'CamdenSans';
            font-weight: 700;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear #mc-embedded-subscribe:hover {
              background-color: #302E52;
              color: #fff; }
      @media (max-width: 425px) {
        .page-template-template-spring-festival-php .voucher-content .second-cols #tablet-signup-form .form-subheading {
          max-width: 300px !important;
          margin: 0 auto !important; } }
      .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet {
        max-width: 400px;
        margin: 0 auto; }
        .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group {
          line-height: 1.1;
          margin-bottom: 15px; }
          .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group label .has-error-tablet {
            display: none;
            float: right; }
          @media screen and (max-width: 1024px) {
            .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group label {
              text-align: left; } }
          .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group input[type='text'],
          .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group input[type='email'] {
            width: 100%;
            font-family: 'CamdenSans';
            font-weight: 700;
            color: #302E52;
            border-radius: 0px;
            padding: 4px;
            line-height: 1.2;
            border: none;
            text-transform: uppercase;
            background-color: #F7F5EB; }
          .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label {
            display: -webkit-box; }
            .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox'] {
              margin-left: 0 !important;
              background-color: #FFF;
              -webkit-appearance: none;
              -moz-appearance: none;
              -o-appearance: none;
              appearance: none;
              width: 30px;
              height: 30px;
              border-radius: 0px;
              border: none;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              background-color: #F7F5EB; }
            .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox'].has-error {
              background-color: #302e52 !important;
              position: relative; }
            .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox']:checked:after {
              content: url(/wp-content/themes/camdenmarket/assets/public/images/webpack/0fa3c119e5205b083f70226f05fca113.svg);
              padding-top: 4px;
              padding-left: 3px;
              padding-right: 2px;
              width: 25px;
              height: 25px;
              background-color: #F7F5EB;
              outline: none; }
            .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p {
              margin: auto 0;
              padding-top: 2px;
              font-size: 12px;
              letter-spacing: 0px;
              padding-left: 15px;
              max-width: 90%;
              line-height: 1.2; }
              .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p strong {
                font-family: 'FoundersGroteskText';
                font-weight: 500; }
                .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p strong a {
                  color: #EBEAE4;
                  cursor: pointer; }
              @media screen and (max-width: 1024px) {
                .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p {
                  text-align: left; } }
            .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label.not-checkbox p {
              padding-left: 0px; }
        .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear {
          text-align: right;
          margin: 30px 0px 30px 0px !important; }
          .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear .voucher_form_icon {
            width: 100px !important;
            padding-top: 3px; }
          .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear #mc-embedded-subscribe-tablet {
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border: none;
            color: #302E52;
            border-radius: 30px;
            text-transform: uppercase;
            background-color: #EBEAE4;
            padding: 8px;
            font-family: 'CamdenSans';
            font-weight: 700;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            .page-template-template-spring-festival-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear #mc-embedded-subscribe-tablet:hover {
              background-color: #302E52;
              color: #EBEAE4; }
      @media screen and (max-width: 1024px) {
        .page-template-template-spring-festival-php .voucher-content .second-cols .form-footer-tc {
          text-align: left; } }
      .page-template-template-spring-festival-php .voucher-content .second-cols .form-footer-tc .voucher-tc {
        margin: 0 auto;
        max-width: 400px;
        font-family: 'FoundersGroteskText';
        font-weight: 400;
        font-size: 12px;
        line-height: 1.1;
        text-align: left;
        color: #302E52; }
        .page-template-template-spring-festival-php .voucher-content .second-cols .form-footer-tc .voucher-tc:nth-child(1) {
          font-size: 13px; }
          .page-template-template-spring-festival-php .voucher-content .second-cols .form-footer-tc .voucher-tc:nth-child(1)::after {
            content: "\A";
            white-space: pre; }
      .page-template-template-spring-festival-php .voucher-content .second-cols #mce-responses.clear {
        margin: 0px 0px !important; }
        .page-template-template-spring-festival-php .voucher-content .second-cols #mce-responses.clear #mce-error-response {
          border: 2px solid #EBEAE4;
          text-align: center;
          text-transform: uppercase; }
          @media screen and (max-width: 1024px) {
            .page-template-template-spring-festival-php .voucher-content .second-cols #mce-responses.clear #mce-error-response {
              font-size: 12px;
              line-height: 1.2; } }
        .page-template-template-spring-festival-php .voucher-content .second-cols #mce-responses.clear #mce-error-response-tablet {
          border: 2px solid #EBEAE4;
          text-align: center;
          text-transform: uppercase; }
          @media screen and (max-width: 1024px) {
            .page-template-template-spring-festival-php .voucher-content .second-cols #mce-responses.clear #mce-error-response-tablet {
              font-size: 12px;
              line-height: 1.2; } }
      .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form {
        display: none;
        height: 100%;
        margin: auto;
        font-family: 'CamdenSlab';
        text-transform: uppercase;
        vertical-align: middle;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 30px; }
        .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form .form-heading {
          height: 25%; }
          .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form .form-heading .th-icon.center {
            max-width: 100%; }
        .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form .mc-thank-you {
          color: #302E52;
          height: 50%; }
          .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form .mc-thank-you .heading {
            font-size: 35px;
            line-height: 1.2; }
          .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form .mc-thank-you .subheading {
            font-size: 18px;
            line-height: 1.1; }
          .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form .mc-thank-you .sub-backto {
            font-family: 'FoundersGroteskText';
            font-weight: 400;
            text-transform: none !important;
            font-size: 16px; }
            .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form .mc-thank-you .sub-backto a {
              color: #302E52;
              font-family: 'FoundersGroteskText';
              font-weight: 500; }
        .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form .form-footer {
          height: 25%;
          bottom: 0; }
          .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form .form-footer img {
            width: auto !important;
            bottom: 0;
            height: 144px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 999 !important; }
      .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form-tablet {
        overflow: hidden;
        display: none;
        height: 100%;
        margin: auto;
        font-family: 'CamdenSlab';
        text-transform: uppercase;
        vertical-align: middle;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 30px; }
        .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form-tablet .form-heading {
          height: 25%; }
        .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form-tablet .form-subheading p {
          font-family: 'CamdenSans';
          font-weight: 500;
          margin: 20px auto;
          text-align: center; }
        .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you {
          color: #302E52;
          height: 50%; }
          .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container {
            margin: 15% auto; }
            .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .heading {
              font-size: 25px;
              line-height: 1.2; }
            .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .subheading {
              font-size: 16px;
              line-height: 1.1; }
            .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .sub-backto {
              color: #302E52;
              text-transform: none !important;
              font-size: 16px; }
              .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .sub-backto strong a {
                color: #302E52;
                font-family: 'FoundersGroteskText';
                font-weight: 500; }
        .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form-tablet .form-footer {
          height: auto;
          bottom: 0; }
          .page-template-template-spring-festival-php .voucher-content .second-cols .thank-you-form-tablet .form-footer img {
            width: auto !important;
            bottom: 0;
            height: 144px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
      .page-template-template-spring-festival-php .voucher-content .second-cols.d-full {
        display: block !important; }
      @media (max-width: 1024px) {
        .page-template-template-spring-festival-php .voucher-content .second-cols {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          position: absolute !important; } }
  .page-template-template-spring-festival-php .grecaptcha-badge {
    right: -99999999px !important; }

@media screen and (min-width: 1024px) {
  #tablet-signup-form {
    display: none !important; }
  #desktop-signup-form .sign-up-form {
    overflow-x: hidden; } }

@media screen and (max-width: 1024px) {
  #desktop-signup-form .second-cols {
    display: none !important; }
  #tablet-signup-form {
    height: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    #tablet-signup-form .form-heading {
      margin: 0 auto;
      max-width: 60% !important; }
      #tablet-signup-form .form-heading img {
        margin: 20px auto; }
    #tablet-signup-form .sign-up-form {
      margin-top: 0px;
      margin-bottom: 0px;
      margin: 0px auto; }
    #tablet-signup-form #col-item-form {
      padding: 0px;
      margin-top: 0px;
      margin-bottom: 0px; } }

@media screen and (max-width: 640px) {
  #desktop-signup-form {
    max-height: 425px !important; } }

@media screen and (max-width: 425px) {
  #tablet-signup-form .form-subheading {
    margin: 0 auto;
    max-width: 80% !important; } }

@media screen and (max-width: 320px) {
  #tablet-signup-form .form-subheading {
    margin: 0 auto;
    max-width: 90% !important; } }

.form-subheading {
  font-family: 'CamdenSlab' !important;
  font-weight: 400; }

@media (max-width: 769px) and (max-height: 600px) and (orientation: landscape) {
  .main-content {
    height: 80%; } }

.page-template-template-spring-festival-thankyou-php {
  background: #8c6ddc !important; }
  @media screen and (max-width: 600px) {
    .page-template-template-spring-festival-thankyou-php #col-item-form-2 {
      display: block;
      width: 100%;
      height: 60%;
      position: relative !important; }
    .page-template-template-spring-festival-thankyou-php #col-item-form {
      display: none !important; } }
  .page-template-template-spring-festival-thankyou-php body {
    background-color: #8c6ddc !important; }
  @media screen and (max-width: 729px) {
    .page-template-template-spring-festival-thankyou-php .voucher-content {
      display: block !important; } }
  .page-template-template-spring-festival-thankyou-php .btn-mobile-only {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    color: #EBEAE4;
    background-color: #302E52;
    font-size: 14px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    padding: 8px 14px; }
    .page-template-template-spring-festival-thankyou-php .btn-mobile-only:hover {
      color: #302E52;
      background-color: #EBEAE4; }
  .page-template-template-spring-festival-thankyou-php .title-header-table-2 {
    margin: 0px !important;
    display: none !important;
    line-height: 1.2;
    display: none !important;
    font-size: 40px;
    font-family: 'CamdenSlab';
    font-weight: 400;
    color: #302E52;
    letter-spacing: 0px;
    background-color: #8c6ddc; }
    .page-template-template-spring-festival-thankyou-php .title-header-table-2.heading-1 p {
      padding-top: 30px; }
    .page-template-template-spring-festival-thankyou-php .title-header-table-2 strong {
      font-family: 'CamdenSlab';
      font-weight: 700; }
      .page-template-template-spring-festival-thankyou-php .title-header-table-2 strong a {
        text-decoration: underline;
        color: #302E52;
        cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .page-template-template-spring-festival-thankyou-php .title-header-table-2 {
        display: block !important;
        text-align: center !important;
        width: 100% !important; }
        .page-template-template-spring-festival-thankyou-php .title-header-table-2 p {
          text-align: center !important;
          margin: 25px auto;
          max-width: 650px;
          line-height: 1.2;
          font-size: 20px; }
        .page-template-template-spring-festival-thankyou-php .title-header-table-2 img.show-form {
          width: 30px !important;
          height: 30px !important; } }
    @media screen and (max-width: 425px) {
      .page-template-template-spring-festival-thankyou-php .title-header-table-2 {
        padding: 30px 15px;
        padding-bottom: 40px;
        display: block !important;
        text-align: center !important;
        width: 100% !important; }
        .page-template-template-spring-festival-thankyou-php .title-header-table-2 p {
          text-align: center !important;
          margin: 15px auto;
          max-width: 350px;
          line-height: 1.2;
          font-size: 23px; }
        .page-template-template-spring-festival-thankyou-php .title-header-table-2 img.show-form {
          width: 30px !important;
          height: 30px !important; }
        .page-template-template-spring-festival-thankyou-php .title-header-table-2.on-footer p {
          max-width: 400px; } }
    @media screen and (max-width: 320px) {
      .page-template-template-spring-festival-thankyou-php .title-header-table-2 {
        padding: 20px 15px;
        display: block !important;
        text-align: center !important;
        width: 100% !important; }
        .page-template-template-spring-festival-thankyou-php .title-header-table-2 p {
          text-align: center !important;
          margin: 15px auto;
          max-width: 290px;
          line-height: 1.2;
          font-size: 20px; }
        .page-template-template-spring-festival-thankyou-php .title-header-table-2 img.show-form {
          width: 30px !important;
          height: 30px !important; }
        .page-template-template-spring-festival-thankyou-php .title-header-table-2.on-footer p {
          max-width: 300px;
          font-size: 20px; } }
    .page-template-template-spring-festival-thankyou-php .title-header-table-2.d-none {
      display: none !important; }
  @media screen and (max-width: 1024px) {
    .page-template-template-spring-festival-thankyou-php .title-header-table-2:nth-child(1) {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .page-template-template-spring-festival-thankyou-php .voucher-content .form-wrapper .form-heading .th-icon.center {
    top: 20px; }
  .page-template-template-spring-festival-thankyou-php .mc-field-group .checkbox-label {
    text-transform: none;
    cursor: pointer; }
    .page-template-template-spring-festival-thankyou-php .mc-field-group .checkbox-label strong {
      color: #302E52; }
  .page-template-template-spring-festival-thankyou-php .voucher-content {
    background: #8c6ddc !important;
    margin: 0 auto; }
    .page-template-template-spring-festival-thankyou-php .voucher-content .form-content {
      max-width: 100%; }
    @media screen and (max-width: 1024px) {
      .page-template-template-spring-festival-thankyou-php .voucher-content {
        background: #8c6ddc !important;
        text-align: center; } }
    .page-template-template-spring-festival-thankyou-php .voucher-content .main-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 1024px) {
        .page-template-template-spring-festival-thankyou-php .voucher-content .main-content {
          -webkit-transform: scale(1) !important;
                  transform: scale(1) !important;
          height: 65%; } }
      @media screen and (max-width: 769px) {
        .page-template-template-spring-festival-thankyou-php .voucher-content .main-content {
          height: 65%; } }
      @media (max-height: 769px) and (max-width: 1024px) and (min-width: 640px) and (orientation: landscape) {
        .page-template-template-spring-festival-thankyou-php .voucher-content .main-content {
          -webkit-transform: scale(0.65) !important;
                  transform: scale(0.65) !important;
          height: 68%; } }
      @media (max-height: 425px) and (orientation: landscape) {
        .page-template-template-spring-festival-thankyou-php .voucher-content .main-content {
          height: 100%; } }
    .page-template-template-spring-festival-thankyou-php .voucher-content .th-icon.center {
      max-width: 100% !important; }
    .page-template-template-spring-festival-thankyou-php .voucher-content #mc_embed_signup {
      margin-top: 15px; }
    .page-template-template-spring-festival-thankyou-php .voucher-content .title-header {
      line-height: 1.2;
      font-size: 30px;
      font-family: 'CamdenSlab';
      font-weight: 400;
      color: #302E52;
      letter-spacing: 0px;
      background-color: #8c6ddc; }
      .page-template-template-spring-festival-thankyou-php .voucher-content .title-header strong {
        font-family: 'CamdenSlab';
        font-weight: 700; }
        .page-template-template-spring-festival-thankyou-php .voucher-content .title-header strong a {
          text-decoration: underline;
          color: #302E52;
          cursor: pointer; }
      @media screen and (min-width: 1920px) {
        .page-template-template-spring-festival-thankyou-php .voucher-content .title-header {
          font-size: 20px; } }
      @media screen and (max-width: 1920px) {
        .page-template-template-spring-festival-thankyou-php .voucher-content .title-header {
          font-size: 25px; } }
      @media screen and (max-width: 1280px) {
        .page-template-template-spring-festival-thankyou-php .voucher-content .title-header {
          font-size: 18px; } }
      @media screen and (max-width: 1024px) {
        .page-template-template-spring-festival-thankyou-php .voucher-content .title-header {
          display: none;
          text-align: center !important;
          width: 100% !important;
          height: 20% !important;
          min-height: 20% !important; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .title-header p {
            text-align: center !important;
            margin: 30px auto;
            max-width: 400px;
            line-height: 1.2;
            font-size: 20px; } }
      .page-template-template-spring-festival-thankyou-php .voucher-content .title-header.d-none {
        display: none !important; }
    .page-template-template-spring-festival-thankyou-php .voucher-content .title-header-tablet {
      line-height: 1.2;
      display: none !important;
      font-size: 40px;
      font-family: 'CamdenSlab';
      font-weight: 400;
      color: #302E52;
      letter-spacing: 0px;
      background-color: #8c6ddc; }
      .page-template-template-spring-festival-thankyou-php .voucher-content .title-header-tablet strong {
        font-family: 'CamdenSlab';
        font-weight: 700; }
        .page-template-template-spring-festival-thankyou-php .voucher-content .title-header-tablet strong a {
          text-decoration: underline;
          color: #302E52;
          cursor: pointer; }
      @media screen and (max-width: 1024px) {
        .page-template-template-spring-festival-thankyou-php .voucher-content .title-header-tablet {
          display: block !important;
          text-align: center !important;
          width: 100% !important;
          margin-left: 15px;
          margin-right: 15px; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .title-header-tablet p {
            text-align: center !important;
            margin: 25px auto;
            max-width: 650px;
            line-height: 1.2;
            font-size: 20px; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .title-header-tablet img.show-form {
            width: 30px !important;
            height: 30px !important; } }
      @media screen and (max-width: 425px) {
        .page-template-template-spring-festival-thankyou-php .voucher-content .title-header-tablet {
          display: block !important;
          text-align: center !important;
          width: 100% !important; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .title-header-tablet p {
            text-align: center !important;
            margin: 15px auto;
            max-width: 350px;
            line-height: 1.2;
            font-size: 23px; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .title-header-tablet img.show-form {
            width: 30px !important;
            height: 30px !important; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .title-header-tablet.on-footer p {
            max-width: 400px; } }
      @media screen and (max-width: 320px) {
        .page-template-template-spring-festival-thankyou-php .voucher-content .title-header-tablet {
          display: block !important;
          text-align: center !important;
          width: 100% !important; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .title-header-tablet p {
            text-align: center !important;
            margin: 15px auto;
            max-width: 290px;
            line-height: 1.2;
            font-size: 20px; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .title-header-tablet img.show-form {
            width: 30px !important;
            height: 30px !important; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .title-header-tablet.on-footer p {
            max-width: 300px;
            font-size: 20px; } }
      .page-template-template-spring-festival-thankyou-php .voucher-content .title-header-tablet.d-none {
        display: none !important; }
    .page-template-template-spring-festival-thankyou-php .voucher-content .for-padding {
      width: 10%; }
      @media (max-width: 1280px) {
        .page-template-template-spring-festival-thankyou-php .voucher-content .for-padding {
          width: 0%; } }
    .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols {
      height: auto;
      text-align: right;
      background: inherit !important;
      width: 50%;
      background-color: #8f9a86; }
      @media (max-width: 1280px) {
        .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols {
          width: 60%; } }
      .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner {
        text-align: right;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        @media screen and (max-width: 1024px) {
          .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner {
            display: none; } }
        @media screen and (max-width: 769px) {
          .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner {
            display: none; } }
      .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        display: none;
        margin: auto 0; }
        @media screen and (max-width: 1024px) {
          .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
            display: block;
            background-position-y: 50%;
            width: 100%;
            height: 100%; } }
        @media screen and (max-width: 769px) {
          .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
            display: block;
            height: 100%;
            width: auto;
            background-size: contain;
            background-position-y: 50%; } }
  @media screen and (max-width: 769px) and (orientation: landscape) {
    .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
      background-size: auto; } }
        @media screen and (max-width: 640px) {
          .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
            display: block;
            height: 100%;
            width: auto;
            background-size: contain;
            background-position-y: 0%; } }
  @media screen and (max-width: 640px) and (orientation: landscape) {
    .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
      background-size: auto; } }
        @media (max-height: 769px) and (min-width: 641px) and (orientation: landscape) {
          .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
            background-position-y: 0%; } }
        @media (max-height: 425px) and (orientation: landscape) {
          .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
            background-size: contain !important;
            -o-object-fit: contain;
               object-fit: contain;
            height: 425px; } }
        @media screen and (max-width: 600px) {
          .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
            display: block;
            background-position-y: 0%; } }
        @media screen and (max-width: 425px) {
          .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
            display: none; } }

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
    background-size: auto; } }

@media screen and (max-width: 769px) and (orientation: landscape) {
  .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
    background-size: auto; } }
      .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner-mobile {
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
        display: none; }
        @media screen and (max-width: 769px) {
          .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner-mobile {
            display: none; } }
        @media screen and (max-width: 640) {
          .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner-mobile {
            display: none; } }
        @media screen and (max-width: 600px) {
          .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner-mobile {
            display: none; } }
        @media screen and (max-width: 425px) {
          .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner-mobile {
            display: block;
            background-size: contain;
            width: 100%; } }
  @media screen and (max-width: 425px) and (orientation: landscape) {
    .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner-mobile {
      background-size: auto; } }

@media screen and (max-width: 425px) and (orientation: landscape) {
  .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner-tablet {
    background-size: auto; } }
      @media screen and (max-width: 1024px) {
        .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols {
          max-height: 769px;
          content: "\25BC";
          text-align: center !important; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols .happydays-banner {
            margin: 0 auto;
            text-align: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-position-x: center;
            height: 769px;
            width: 769px; } }
      .page-template-template-spring-festival-thankyou-php .voucher-content .first-cols.d-none {
        display: none !important; }
    .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols {
      overflow: hidden;
      height: auto;
      min-height: 700px;
      padding: 30px;
      color: #EBEAE4;
      background: #BDB2D0 !important;
      width: 30%; }
      @media (max-width: 1280px) {
        .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols {
          width: 40%; } }
      .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .sign-up-form {
        margin: 0px auto; }
      .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .form-name-heading {
        font-family: 'CamdenSlab';
        font-weight: 700;
        text-align: center; }
      .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form {
        max-width: 400px;
        margin: 0 auto; }
        .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group {
          line-height: 1.1;
          margin-bottom: 18px; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group label .has-error {
            display: none;
            float: right; }
          @media screen and (max-width: 1024px) {
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group label {
              text-align: left; } }
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group input[type='text'],
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group input[type='email'] {
            width: 100%;
            font-family: 'CamdenSans';
            font-weight: 700;
            color: #302E52;
            border-radius: 0px;
            padding: 4px;
            line-height: 1.2;
            border: none;
            text-transform: uppercase;
            background-color: #F7F5EB; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label {
            display: -webkit-box; }
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox'] {
              margin-left: 0 !important;
              background-color: #FFF;
              -webkit-appearance: none;
              -moz-appearance: none;
              -o-appearance: none;
              appearance: none;
              width: 30px;
              height: 30px;
              border-radius: 0px;
              border: none;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox'].has-error {
              background-color: #302e52 !important;
              position: relative; }
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox']:checked:after {
              content: url(/wp-content/themes/camdenmarket/assets/public/images/webpack/0fa3c119e5205b083f70226f05fca113.svg);
              padding-top: 4px;
              padding-left: 3px;
              padding-right: 2px;
              width: 25px;
              height: 25px;
              background-color: #F7F5EB;
              outline: none; }
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p {
              margin: auto 0;
              max-width: 90%;
              font-size: 10px;
              letter-spacing: 0px;
              padding-left: 15px;
              line-height: 1.2; }
              .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p strong {
                font-family: 'FoundersGroteskText';
                font-weight: 500; }
                .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p strong a {
                  cursor: pointer; }
              @media screen and (max-width: 1024px) {
                .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p {
                  text-align: left; } }
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label.not-checkbox p {
              padding-left: 0px; }
        .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear {
          text-align: right;
          margin: 30px 0px 30px 0px !important; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear .voucher_form_icon {
            width: 100px !important;
            margin-right: 10px;
            padding-top: 3px; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear #mc-embedded-subscribe {
            font-size: 14px;
            cursor: pointer;
            border: none;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            color: #302E52;
            text-transform: uppercase;
            background-color: #F7F5EB;
            padding: 8px;
            font-family: 'CamdenSans';
            font-weight: 700;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear #mc-embedded-subscribe:hover {
              background-color: #302E52;
              color: #fff; }
      @media (max-width: 425px) {
        .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #tablet-signup-form .form-subheading {
          max-width: 300px !important;
          margin: 0 auto !important; } }
      .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet {
        max-width: 400px;
        margin: 0 auto; }
        .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group {
          line-height: 1.1;
          margin-bottom: 15px; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group label .has-error-tablet {
            display: none;
            float: right; }
          @media screen and (max-width: 1024px) {
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group label {
              text-align: left; } }
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group input[type='text'],
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group input[type='email'] {
            width: 100%;
            font-family: 'CamdenSans';
            font-weight: 700;
            color: #302E52;
            border-radius: 0px;
            padding: 4px;
            line-height: 1.2;
            border: none;
            text-transform: uppercase;
            background-color: #F7F5EB; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label {
            display: -webkit-box; }
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox'] {
              margin-left: 0 !important;
              background-color: #FFF;
              -webkit-appearance: none;
              -moz-appearance: none;
              -o-appearance: none;
              appearance: none;
              width: 30px;
              height: 30px;
              border-radius: 0px;
              border: none;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              background-color: #F7F5EB; }
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox'].has-error {
              background-color: #302e52 !important;
              position: relative; }
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox']:checked:after {
              content: url(/wp-content/themes/camdenmarket/assets/public/images/webpack/0fa3c119e5205b083f70226f05fca113.svg);
              padding-top: 4px;
              padding-left: 3px;
              padding-right: 2px;
              width: 25px;
              height: 25px;
              background-color: #F7F5EB;
              outline: none; }
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p {
              margin: auto 0;
              padding-top: 2px;
              font-size: 10px;
              letter-spacing: 0px;
              padding-left: 15px;
              max-width: 90%;
              line-height: 1.2; }
              .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p strong {
                font-family: 'FoundersGroteskText';
                font-weight: 500; }
                .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p strong a {
                  color: #EBEAE4;
                  cursor: pointer; }
              @media screen and (max-width: 1024px) {
                .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p {
                  text-align: left; } }
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label.not-checkbox p {
              padding-left: 0px; }
        .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear {
          text-align: right;
          margin: 30px 0px 30px 0px !important; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear .voucher_form_icon {
            width: 100px !important;
            padding-top: 3px; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear #mc-embedded-subscribe-tablet {
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border: none;
            color: #302E52;
            border-radius: 30px;
            text-transform: uppercase;
            background-color: #EBEAE4;
            padding: 8px;
            font-family: 'CamdenSans';
            font-weight: 700;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear #mc-embedded-subscribe-tablet:hover {
              background-color: #302E52;
              color: #EBEAE4; }
      @media screen and (max-width: 1024px) {
        .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .form-footer-tc {
          text-align: left; } }
      .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .form-footer-tc .voucher-tc {
        margin: 0 auto;
        max-width: 400px;
        font-family: 'FoundersGroteskText';
        font-weight: 400;
        font-size: 10px;
        line-height: 1.1;
        text-align: left;
        color: #302E52; }
        .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .form-footer-tc .voucher-tc:nth-child(1) {
          font-size: 13px; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .form-footer-tc .voucher-tc:nth-child(1)::after {
            content: "\A";
            white-space: pre; }
      .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mce-responses.clear {
        margin: 0px 0px !important; }
        .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mce-responses.clear #mce-error-response {
          border: 2px solid #EBEAE4;
          text-align: center;
          text-transform: uppercase; }
          @media screen and (max-width: 1024px) {
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mce-responses.clear #mce-error-response {
              font-size: 12px;
              line-height: 1.2; } }
        .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mce-responses.clear #mce-error-response-tablet {
          border: 2px solid #EBEAE4;
          text-align: center;
          text-transform: uppercase; }
          @media screen and (max-width: 1024px) {
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols #mce-responses.clear #mce-error-response-tablet {
              font-size: 12px;
              line-height: 1.2; } }
      .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form {
        display: none;
        height: 100%;
        margin: auto;
        font-family: 'CamdenSlab';
        text-transform: uppercase;
        vertical-align: middle;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 30px; }
        .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form .form-heading {
          height: 25%; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form .form-heading .th-icon.center {
            max-width: 100%; }
        .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form .mc-thank-you {
          color: #302E52;
          height: 50%; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form .mc-thank-you .heading {
            font-size: 35px;
            line-height: 1.2; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form .mc-thank-you .subheading {
            font-size: 18px;
            line-height: 1.1; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form .mc-thank-you .sub-backto {
            font-family: 'FoundersGroteskText';
            font-weight: 400;
            text-transform: none !important;
            font-size: 16px; }
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form .mc-thank-you .sub-backto a {
              color: #302E52;
              font-family: 'FoundersGroteskText';
              font-weight: 500; }
        .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form .form-footer {
          height: 25%;
          bottom: 0; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form .form-footer img {
            width: auto !important;
            bottom: 0;
            height: 144px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            z-index: 999 !important; }
      .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form-tablet {
        overflow: hidden;
        display: none;
        height: 100%;
        margin: auto;
        font-family: 'CamdenSlab';
        text-transform: uppercase;
        vertical-align: middle;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 30px; }
        .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .form-heading {
          height: 25%; }
        .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .form-subheading p {
          font-family: 'CamdenSans';
          font-weight: 500;
          margin: 20px auto;
          text-align: center; }
        .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you {
          color: #302E52;
          height: 50%; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container {
            margin: 15% auto; }
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .heading {
              font-size: 25px;
              line-height: 1.2; }
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .subheading {
              font-size: 16px;
              line-height: 1.1; }
            .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .sub-backto {
              color: #302E52;
              text-transform: none !important;
              font-size: 16px; }
              .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .sub-backto strong a {
                color: #302E52;
                font-family: 'FoundersGroteskText';
                font-weight: 500; }
        .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .form-footer {
          height: auto;
          bottom: 0; }
          .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols .thank-you-form-tablet .form-footer img {
            width: auto !important;
            bottom: 0;
            height: 144px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
      .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols.d-full {
        display: block !important; }
      @media (max-width: 1024px) {
        .page-template-template-spring-festival-thankyou-php .voucher-content .second-cols {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          position: absolute !important; } }
  .page-template-template-spring-festival-thankyou-php .grecaptcha-badge {
    right: -99999999px !important; }

@media screen and (min-width: 1024px) {
  #tablet-signup-form {
    display: none !important; }
  #desktop-signup-form .sign-up-form {
    overflow-x: hidden; } }

@media screen and (max-width: 1024px) {
  #desktop-signup-form .second-cols {
    display: none !important; }
  #tablet-signup-form {
    height: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    #tablet-signup-form .form-heading {
      margin: 0 auto;
      max-width: 60% !important; }
      #tablet-signup-form .form-heading img {
        margin: 20px auto; }
    #tablet-signup-form .sign-up-form {
      margin-top: 0px;
      margin-bottom: 0px;
      margin: 0px auto; }
    #tablet-signup-form #col-item-form {
      padding: 0px;
      margin-top: 0px;
      margin-bottom: 0px; } }

@media screen and (max-width: 640px) {
  #desktop-signup-form {
    max-height: 425px !important; } }

@media screen and (max-width: 425px) {
  #tablet-signup-form .form-subheading {
    margin: 0 auto;
    max-width: 80% !important; } }

@media screen and (max-width: 320px) {
  #tablet-signup-form .form-subheading {
    margin: 0 auto;
    max-width: 90% !important; } }

.form-subheading {
  font-family: 'CamdenSlab' !important;
  font-weight: 400; }

@media (max-width: 769px) and (max-height: 600px) and (orientation: landscape) {
  .main-content {
    height: 80%; } }

.mobile-tablet-only {
  display: none; }
  @media screen and (max-width: 600px) {
    .mobile-tablet-only {
      display: block; } }

@media screen and (max-width: 729px) {
  .page-template-template-voucher-v2-php .voucher-content {
    display: block !important; } }

.page-template-template-voucher-v2-php .btn-mobile-only {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  color: #EBEAE4;
  background-color: #302E52;
  font-size: 14px;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  padding: 8px 14px;
  font-family: 'CamdenSans';
  font-weight: 700; }
  .page-template-template-voucher-v2-php .btn-mobile-only:hover {
    color: #302E52;
    background-color: #EBEAE4; }

.page-template-template-voucher-v2-php .title-header-table-2 {
  margin: 0px !important;
  display: none !important;
  line-height: 1.2;
  display: none !important;
  font-size: 40px;
  font-family: 'CamdenSlab';
  font-weight: 400;
  color: #302E52;
  letter-spacing: 0px; }
  .page-template-template-voucher-v2-php .title-header-table-2.fixed-padding-mobile-tablet {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media screen and (max-width: 769px) {
      .page-template-template-voucher-v2-php .title-header-table-2.fixed-padding-mobile-tablet {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media screen and (max-width: 600px) {
      .page-template-template-voucher-v2-php .title-header-table-2.fixed-padding-mobile-tablet {
        padding-top: 28px;
        padding-bottom: 28px; } }
    @media screen and (max-width: 425px) {
      .page-template-template-voucher-v2-php .title-header-table-2.fixed-padding-mobile-tablet {
        padding-top: 23px;
        padding-bottom: 23px; } }
    @media screen and (max-width: 375px) {
      .page-template-template-voucher-v2-php .title-header-table-2.fixed-padding-mobile-tablet {
        padding-top: 25px;
        padding-bottom: 25px; } }
    @media screen and (max-width: 325px) {
      .page-template-template-voucher-v2-php .title-header-table-2.fixed-padding-mobile-tablet {
        padding-top: 25px;
        padding-bottom: 25px; } }
  @media screen and (max-width: 600px) {
    .page-template-template-voucher-v2-php .title-header-table-2.heading-1 p {
      font-size: 20px; } }
  @media screen and (max-width: 425px) {
    .page-template-template-voucher-v2-php .title-header-table-2.heading-1 p {
      font-size: 18px; } }
  @media screen and (max-width: 600px) {
    .page-template-template-voucher-v2-php .title-header-table-2.heading-2 p {
      margin-top: 0px;
      margin-bottom: 0px;
      font-size: 20px; } }
  @media screen and (max-width: 425px) {
    .page-template-template-voucher-v2-php .title-header-table-2.heading-2 p {
      margin-top: 0px;
      margin-bottom: 0px;
      font-size: 18px; } }
  .page-template-template-voucher-v2-php .title-header-table-2 strong {
    font-family: 'CamdenSlab';
    font-weight: 700; }
    .page-template-template-voucher-v2-php .title-header-table-2 strong a {
      text-decoration: underline;
      color: #302E52;
      cursor: pointer; }
  @media screen and (max-width: 1024px) {
    .page-template-template-voucher-v2-php .title-header-table-2 {
      display: block !important;
      text-align: center !important;
      width: 100% !important; }
      .page-template-template-voucher-v2-php .title-header-table-2 p {
        text-align: center !important;
        margin: 25px auto;
        max-width: 650px;
        line-height: 1.2;
        font-size: 20px; }
      .page-template-template-voucher-v2-php .title-header-table-2 img.show-form {
        width: 30px !important;
        height: 30px !important; } }
  @media screen and (max-width: 425px) {
    .page-template-template-voucher-v2-php .title-header-table-2 {
      padding: 20px 15px;
      padding-bottom: 30px;
      display: block !important;
      text-align: center !important;
      width: 100% !important; }
      .page-template-template-voucher-v2-php .title-header-table-2 p {
        text-align: center !important;
        margin: 15px auto;
        max-width: 350px;
        line-height: 1.2;
        font-size: 23px; }
      .page-template-template-voucher-v2-php .title-header-table-2 img.show-form {
        width: 30px !important;
        height: 30px !important; }
      .page-template-template-voucher-v2-php .title-header-table-2.on-footer p {
        max-width: 400px; } }
  @media screen and (max-width: 320px) {
    .page-template-template-voucher-v2-php .title-header-table-2 {
      padding: 20px 15px;
      display: block !important;
      text-align: center !important;
      width: 100% !important; }
      .page-template-template-voucher-v2-php .title-header-table-2 p {
        text-align: center !important;
        margin: 15px auto;
        max-width: 290px;
        line-height: 1.2;
        font-size: 20px; }
      .page-template-template-voucher-v2-php .title-header-table-2 img.show-form {
        width: 30px !important;
        height: 30px !important; }
      .page-template-template-voucher-v2-php .title-header-table-2.on-footer p {
        max-width: 300px;
        font-size: 20px; } }
  .page-template-template-voucher-v2-php .title-header-table-2.d-none {
    display: none !important; }

@media screen and (max-width: 1024px) {
  .page-template-template-voucher-v2-php .title-header-table-2:nth-child(1) {
    padding-top: 50px;
    padding-bottom: 50px; } }

.page-template-template-voucher-v2-php .voucher-content .form-wrapper .form-heading .th-icon.center {
  top: 20px; }

.page-template-template-voucher-v2-php .mc-field-group .checkbox-label {
  text-transform: none;
  cursor: pointer; }
  .page-template-template-voucher-v2-php .mc-field-group .checkbox-label strong {
    color: #302E52; }

.page-template-template-voucher-v2-php .voucher-content {
  margin: 0 auto; }
  .page-template-template-voucher-v2-php .voucher-content .form-content {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .page-template-template-voucher-v2-php .voucher-content {
      text-align: center; } }
  .page-template-template-voucher-v2-php .voucher-content .main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1024px) {
      .page-template-template-voucher-v2-php .voucher-content .main-content {
        -webkit-transform: scale(1) !important;
                transform: scale(1) !important;
        height: 65%; } }
    @media screen and (max-width: 769px) {
      .page-template-template-voucher-v2-php .voucher-content .main-content {
        height: 65%; } }
    @media (max-height: 769px) and (max-width: 1024px) and (min-width: 640px) and (orientation: landscape) {
      .page-template-template-voucher-v2-php .voucher-content .main-content {
        -webkit-transform: scale(0.65) !important;
                transform: scale(0.65) !important;
        height: 68%; } }
    @media (max-height: 425px) and (orientation: landscape) {
      .page-template-template-voucher-v2-php .voucher-content .main-content {
        height: 100%; } }
  .page-template-template-voucher-v2-php .voucher-content .th-icon.center {
    max-width: 100% !important; }
  .page-template-template-voucher-v2-php .voucher-content #mc_embed_signup {
    margin-top: 15px; }
  .page-template-template-voucher-v2-php .voucher-content .title-header {
    line-height: 1.2;
    font-size: 30px;
    font-family: 'CamdenSlab';
    font-weight: 400;
    color: #302E52;
    letter-spacing: 0px; }
    .page-template-template-voucher-v2-php .voucher-content .title-header strong {
      font-family: 'CamdenSlab';
      font-weight: 700; }
      .page-template-template-voucher-v2-php .voucher-content .title-header strong a {
        text-decoration: underline;
        color: #302E52;
        cursor: pointer; }
    @media screen and (min-width: 1920px) {
      .page-template-template-voucher-v2-php .voucher-content .title-header {
        font-size: 35px; } }
    @media screen and (max-width: 1920px) {
      .page-template-template-voucher-v2-php .voucher-content .title-header {
        font-size: 25px; } }
    @media screen and (max-width: 1280px) {
      .page-template-template-voucher-v2-php .voucher-content .title-header {
        font-size: 18px; } }
    @media screen and (max-width: 1024px) {
      .page-template-template-voucher-v2-php .voucher-content .title-header {
        display: none;
        text-align: center !important;
        width: 100% !important;
        height: 20% !important;
        min-height: 20% !important; }
        .page-template-template-voucher-v2-php .voucher-content .title-header p {
          text-align: center !important;
          margin: 30px auto;
          max-width: 400px;
          line-height: 1.2;
          font-size: 20px; } }
    .page-template-template-voucher-v2-php .voucher-content .title-header.d-none {
      display: none !important; }
  .page-template-template-voucher-v2-php .voucher-content .title-header-tablet {
    line-height: 1.2;
    display: none !important;
    font-size: 40px;
    font-family: 'CamdenSlab';
    font-weight: 400;
    color: #302E52;
    letter-spacing: 0px; }
    .page-template-template-voucher-v2-php .voucher-content .title-header-tablet strong {
      font-family: 'CamdenSlab';
      font-weight: 700; }
      .page-template-template-voucher-v2-php .voucher-content .title-header-tablet strong a {
        text-decoration: underline;
        color: #302E52;
        cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .page-template-template-voucher-v2-php .voucher-content .title-header-tablet {
        display: block !important;
        text-align: center !important;
        width: 100% !important;
        margin-left: 15px;
        margin-right: 15px; }
        .page-template-template-voucher-v2-php .voucher-content .title-header-tablet p {
          text-align: center !important;
          margin: 25px auto;
          max-width: 650px;
          line-height: 1.2;
          font-size: 20px; }
        .page-template-template-voucher-v2-php .voucher-content .title-header-tablet img.show-form {
          width: 30px !important;
          height: 30px !important; } }
    @media screen and (max-width: 425px) {
      .page-template-template-voucher-v2-php .voucher-content .title-header-tablet {
        display: block !important;
        text-align: center !important;
        width: 100% !important; }
        .page-template-template-voucher-v2-php .voucher-content .title-header-tablet p {
          text-align: center !important;
          margin: 15px auto;
          max-width: 350px;
          line-height: 1.2;
          font-size: 23px; }
        .page-template-template-voucher-v2-php .voucher-content .title-header-tablet img.show-form {
          width: 30px !important;
          height: 30px !important; }
        .page-template-template-voucher-v2-php .voucher-content .title-header-tablet.on-footer p {
          max-width: 400px; } }
    @media screen and (max-width: 320px) {
      .page-template-template-voucher-v2-php .voucher-content .title-header-tablet {
        display: block !important;
        text-align: center !important;
        width: 100% !important; }
        .page-template-template-voucher-v2-php .voucher-content .title-header-tablet p {
          text-align: center !important;
          margin: 15px auto;
          max-width: 290px;
          line-height: 1.2;
          font-size: 20px; }
        .page-template-template-voucher-v2-php .voucher-content .title-header-tablet img.show-form {
          width: 30px !important;
          height: 30px !important; }
        .page-template-template-voucher-v2-php .voucher-content .title-header-tablet.on-footer p {
          max-width: 300px;
          font-size: 20px; } }
    .page-template-template-voucher-v2-php .voucher-content .title-header-tablet.d-none {
      display: none !important; }
  .page-template-template-voucher-v2-php .voucher-content .for-padding {
    width: 10%; }
    @media (max-width: 1280px) {
      .page-template-template-voucher-v2-php .voucher-content .for-padding {
        width: 0%; } }
  .page-template-template-voucher-v2-php .voucher-content .first-cols {
    height: auto;
    text-align: right;
    background: inherit !important;
    width: 50%;
    background-color: #8f9a86; }
    @media (max-width: 1280px) {
      .page-template-template-voucher-v2-php .voucher-content .first-cols {
        width: 60%; } }
    .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner {
      text-align: right;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      @media screen and (max-width: 1024px) {
        .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner {
          display: none; } }
      @media screen and (max-width: 769px) {
        .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner {
          display: none; } }
    .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner-tablet {
      background-size: cover;
      background-repeat: no-repeat;
      background-position-x: center;
      display: none;
      margin: auto 0; }
      @media screen and (max-width: 1024px) {
        .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner-tablet {
          display: block;
          background-position-y: 50%;
          width: 100%;
          height: 100%; } }
      @media screen and (max-width: 769px) {
        .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner-tablet {
          display: block;
          height: 100%;
          width: auto;
          background-size: contain;
          background-position-y: 50%; } }
  @media screen and (max-width: 769px) and (orientation: landscape) {
    .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner-tablet {
      background-size: auto; } }
      @media screen and (max-width: 640px) {
        .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner-tablet {
          display: block;
          height: 100%;
          width: auto;
          background-size: contain;
          background-position-y: 0%; } }
  @media screen and (max-width: 640px) and (orientation: landscape) {
    .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner-tablet {
      background-size: auto; } }
      @media (max-height: 769px) and (min-width: 641px) and (orientation: landscape) {
        .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner-tablet {
          background-position-y: 0%; } }
      @media (max-height: 425px) and (orientation: landscape) {
        .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner-tablet {
          background-size: contain !important;
          -o-object-fit: contain;
             object-fit: contain;
          height: 425px; } }
      @media screen and (max-width: 600px) {
        .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner-tablet {
          display: block;
          background-position-y: 0%; } }
      @media screen and (max-width: 425px) {
        .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner-tablet {
          display: none; } }

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner-tablet {
    background-size: auto; } }

@media screen and (max-width: 769px) and (orientation: landscape) {
  .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner-tablet {
    background-size: auto; } }
    .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner-mobile {
      background-size: cover;
      background-repeat: no-repeat;
      background-position-x: center;
      display: none; }
      @media screen and (max-width: 769px) {
        .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner-mobile {
          display: none; } }
      @media screen and (max-width: 640) {
        .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner-mobile {
          display: none; } }
      @media screen and (max-width: 600px) {
        .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner-mobile {
          display: none; } }
      @media screen and (max-width: 425px) {
        .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner-mobile {
          display: block;
          background-size: cover;
          width: 100%; } }
  @media screen and (max-width: 425px) and (orientation: landscape) {
    .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner-mobile {
      background-size: auto; } }

@media screen and (max-width: 425px) and (orientation: landscape) {
  .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner-tablet {
    background-size: auto; } }
    @media screen and (max-width: 1024px) {
      .page-template-template-voucher-v2-php .voucher-content .first-cols {
        max-height: 769px;
        content: "\25BC";
        text-align: center !important; }
        .page-template-template-voucher-v2-php .voucher-content .first-cols .happydays-banner {
          margin: 0 auto;
          text-align: center;
          background-size: cover;
          background-repeat: no-repeat;
          background-position-x: center;
          height: 769px;
          width: 769px; } }
    .page-template-template-voucher-v2-php .voucher-content .first-cols.d-none {
      display: none !important; }
  .page-template-template-voucher-v2-php .voucher-content .second-cols {
    overflow: hidden;
    height: auto;
    padding: 30px;
    color: #EBEAE4;
    width: 30%; }
    @media (max-width: 1280px) {
      .page-template-template-voucher-v2-php .voucher-content .second-cols {
        width: 40%; } }
    .page-template-template-voucher-v2-php .voucher-content .second-cols .sign-up-form {
      margin: 0px auto; }
    .page-template-template-voucher-v2-php .voucher-content .second-cols .form-name-heading {
      font-family: 'CamdenSlab';
      font-weight: 700;
      text-align: center; }
    .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form {
      max-width: 400px;
      margin: 0 auto; }
      .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group {
        line-height: 1.1;
        margin-bottom: 18px; }
        .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group label .has-error {
          display: none;
          float: right; }
        @media screen and (max-width: 1024px) {
          .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group label {
            text-align: left; } }
        .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group input[type='text'],
        .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group input[type='email'] {
          width: 100%;
          font-family: 'CamdenSans';
          font-weight: 700;
          color: #302E52;
          border-radius: 0px;
          padding: 4px;
          line-height: 1.2;
          border: none;
          text-transform: uppercase;
          background-color: #F7F5EB; }
        .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label {
          display: -webkit-box; }
          .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox'] {
            margin-left: 0 !important;
            background-color: #FFF;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            appearance: none;
            width: 30px;
            height: 30px;
            border-radius: 0px;
            border: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            background-color: #F7F5EB; }
          .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox'].has-error {
            background-color: #302e52 !important;
            position: relative; }
          .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox']:checked:after {
            content: url(/wp-content/themes/camdenmarket/assets/public/images/webpack/0fa3c119e5205b083f70226f05fca113.svg);
            padding-top: 4px;
            padding-left: 3px;
            padding-right: 2px;
            width: 25px;
            height: 25px;
            background-color: #F7F5EB;
            outline: none; }
          .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p {
            margin: auto 0;
            max-width: 90%;
            font-size: 12px;
            letter-spacing: 0px;
            padding-left: 15px;
            line-height: 1.2; }
            .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p strong {
              font-family: 'FoundersGroteskText';
              font-weight: 500; }
              .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p strong a {
                cursor: pointer; }
            @media screen and (max-width: 1024px) {
              .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p {
                text-align: left; } }
          .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label.not-checkbox p {
            padding-left: 0px; }
      .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear {
        text-align: right;
        margin: 30px 0px 30px 0px !important; }
        .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear .voucher_form_icon {
          width: 100px !important;
          margin-right: 10px;
          padding-top: 3px; }
        .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear #mc-embedded-subscribe {
          font-size: 14px;
          cursor: pointer;
          border: none;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          color: #302E52;
          text-transform: uppercase;
          background-color: #FFFFFF;
          padding: 8px;
          font-family: 'CamdenSans';
          font-weight: 700;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
          .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear #mc-embedded-subscribe:hover {
            background-color: #302E52;
            color: #fff; }
    @media (max-width: 425px) {
      .page-template-template-voucher-v2-php .voucher-content .second-cols #tablet-signup-form .form-subheading {
        max-width: 300px !important;
        margin: 0 auto !important; } }
    .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet {
      max-width: 400px;
      margin: 0 auto; }
      .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group {
        line-height: 1.1;
        margin-bottom: 15px; }
        .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group label .has-error-tablet {
          display: none;
          float: right; }
        @media screen and (max-width: 1024px) {
          .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group label {
            text-align: left; } }
        .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group input[type='text'],
        .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group input[type='email'] {
          width: 100%;
          font-family: 'CamdenSans';
          font-weight: 700;
          color: #302E52;
          border-radius: 0px;
          padding: 4px;
          line-height: 1.2;
          border: none;
          text-transform: uppercase;
          background-color: #F7F5EB; }
        .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label {
          display: -webkit-box; }
          .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox'] {
            margin-left: 0 !important;
            background-color: #FFF;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            appearance: none;
            width: 30px;
            height: 30px;
            border-radius: 0px;
            border: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            background-color: #F7F5EB; }
          .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox'].has-error {
            background-color: #302e52 !important;
            position: relative; }
          .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox']:checked:after {
            content: url(/wp-content/themes/camdenmarket/assets/public/images/webpack/0fa3c119e5205b083f70226f05fca113.svg);
            padding-top: 4px;
            padding-left: 3px;
            padding-right: 2px;
            width: 25px;
            height: 25px;
            background-color: #F7F5EB;
            outline: none; }
          .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p {
            margin: auto 0;
            padding-top: 2px;
            font-size: 12px;
            letter-spacing: 0px;
            padding-left: 15px;
            max-width: 90%;
            line-height: 1.2; }
            .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p strong {
              font-family: 'FoundersGroteskText';
              font-weight: 500; }
              .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p strong a {
                color: #EBEAE4;
                cursor: pointer; }
            @media screen and (max-width: 1024px) {
              .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p {
                text-align: left; } }
          .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label.not-checkbox p {
            padding-left: 0px; }
      .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear {
        text-align: right;
        margin: 30px 0px 30px 0px !important; }
        .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear .voucher_form_icon {
          width: 100px !important;
          padding-top: 3px; }
        .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear #mc-embedded-subscribe-tablet {
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          border: none;
          color: #302E52;
          border-radius: 30px;
          text-transform: uppercase;
          background-color: #EBEAE4;
          padding: 8px;
          font-family: 'CamdenSans';
          font-weight: 700;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
          .page-template-template-voucher-v2-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear #mc-embedded-subscribe-tablet:hover {
            background-color: #302E52;
            color: #EBEAE4; }
    @media screen and (max-width: 1024px) {
      .page-template-template-voucher-v2-php .voucher-content .second-cols .form-footer-tc {
        text-align: left; } }
    .page-template-template-voucher-v2-php .voucher-content .second-cols .form-footer-tc .voucher-tc {
      margin: 0 auto;
      max-width: 400px;
      font-family: 'FoundersGroteskText';
      font-weight: 400;
      font-size: 12px;
      line-height: 1.1;
      text-align: left;
      color: #302E52; }
      .page-template-template-voucher-v2-php .voucher-content .second-cols .form-footer-tc .voucher-tc:nth-child(1) {
        font-size: 13px; }
        .page-template-template-voucher-v2-php .voucher-content .second-cols .form-footer-tc .voucher-tc:nth-child(1)::after {
          content: "\A";
          white-space: pre; }
    .page-template-template-voucher-v2-php .voucher-content .second-cols #mce-responses.clear {
      margin: 0px 0px !important; }
      .page-template-template-voucher-v2-php .voucher-content .second-cols #mce-responses.clear #mce-error-response {
        border: 2px solid #EBEAE4;
        text-align: center;
        text-transform: uppercase; }
        @media screen and (max-width: 1024px) {
          .page-template-template-voucher-v2-php .voucher-content .second-cols #mce-responses.clear #mce-error-response {
            font-size: 12px;
            line-height: 1.2; } }
      .page-template-template-voucher-v2-php .voucher-content .second-cols #mce-responses.clear #mce-error-response-tablet {
        border: 2px solid #EBEAE4;
        text-align: center;
        text-transform: uppercase; }
        @media screen and (max-width: 1024px) {
          .page-template-template-voucher-v2-php .voucher-content .second-cols #mce-responses.clear #mce-error-response-tablet {
            font-size: 12px;
            line-height: 1.2; } }
    .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form {
      display: none;
      height: 100%;
      margin: auto;
      font-family: 'CamdenSlab';
      text-transform: uppercase;
      vertical-align: middle;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 30px; }
      .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form .form-heading {
        height: 25%; }
        .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form .form-heading .th-icon.center {
          max-width: 100%; }
      .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form .mc-thank-you {
        color: #302E52;
        height: 50%; }
        .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form .mc-thank-you .heading {
          font-size: 35px;
          line-height: 1.2; }
        .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form .mc-thank-you .subheading {
          font-size: 18px;
          line-height: 1.1; }
        .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form .mc-thank-you .sub-backto {
          font-family: 'FoundersGroteskText';
          font-weight: 400;
          text-transform: none !important;
          font-size: 16px; }
          .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form .mc-thank-you .sub-backto a {
            color: #302E52;
            font-family: 'FoundersGroteskText';
            font-weight: 500; }
      .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form .form-footer {
        height: 25%;
        bottom: 0; }
        .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form .form-footer img {
          width: auto !important;
          bottom: 0;
          height: 144px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          z-index: 999 !important; }
    .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form-tablet {
      overflow: hidden;
      display: none;
      height: 100%;
      margin: auto;
      font-family: 'CamdenSlab';
      text-transform: uppercase;
      vertical-align: middle;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 30px; }
      .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form-tablet .form-heading {
        height: 25%; }
      .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form-tablet .form-subheading p {
        font-family: 'CamdenSans';
        font-weight: 500;
        margin: 20px auto;
        text-align: center; }
      .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you {
        color: #302E52;
        height: 50%; }
        .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container {
          margin: 15% auto; }
          .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .heading {
            font-size: 25px;
            line-height: 1.2; }
          .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .subheading {
            font-size: 16px;
            line-height: 1.1; }
          .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .sub-backto {
            color: #302E52;
            text-transform: none !important;
            font-size: 16px; }
            .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .sub-backto strong a {
              color: #302E52;
              font-family: 'FoundersGroteskText';
              font-weight: 500; }
      .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form-tablet .form-footer {
        height: auto;
        bottom: 0; }
        .page-template-template-voucher-v2-php .voucher-content .second-cols .thank-you-form-tablet .form-footer img {
          width: auto !important;
          bottom: 0;
          height: 144px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
    .page-template-template-voucher-v2-php .voucher-content .second-cols.d-full {
      display: block !important; }
    @media (max-width: 1024px) {
      .page-template-template-voucher-v2-php .voucher-content .second-cols {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: absolute !important; } }

.page-template-template-voucher-v2-php .grecaptcha-badge {
  right: -99999999px !important; }

@media screen and (min-width: 1024px) {
  #tablet-signup-form {
    display: none !important; }
  #desktop-signup-form .sign-up-form {
    overflow-x: hidden; } }

@media screen and (max-width: 1024px) {
  #desktop-signup-form .second-cols {
    display: none !important; }
  #tablet-signup-form {
    height: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    #tablet-signup-form .form-heading {
      margin: 0 auto;
      max-width: 60% !important; }
      #tablet-signup-form .form-heading img {
        margin: 20px auto; }
    #tablet-signup-form .sign-up-form {
      margin-top: 0px;
      margin-bottom: 0px;
      margin: 0px auto; }
    #tablet-signup-form #col-item-form {
      padding: 0px;
      margin-top: 0px;
      margin-bottom: 0px; } }

@media screen and (max-width: 640px) {
  #desktop-signup-form {
    max-height: 425px !important; } }

@media screen and (max-width: 425px) {
  #tablet-signup-form .form-subheading {
    margin: 0 auto;
    max-width: 80% !important; } }

@media screen and (max-width: 320px) {
  #tablet-signup-form .form-subheading {
    margin: 0 auto;
    max-width: 90% !important; } }

.form-subheading {
  font-family: 'CamdenSlab' !important;
  font-weight: 400; }

@media (max-width: 769px) and (max-height: 600px) and (orientation: landscape) {
  .main-content {
    height: 80%; } }

@media screen and (max-width: 600px) {
  .page-template-template-voucher-v2-thank-you-php #col-item-form-2 {
    display: block;
    width: 100%;
    height: 60%;
    position: relative !important; }
  .page-template-template-voucher-v2-thank-you-php #col-item-form {
    display: none !important; } }

@media screen and (max-width: 729px) {
  .page-template-template-voucher-v2-thank-you-php .voucher-content {
    display: block !important; } }

.page-template-template-voucher-v2-thank-you-php .btn-mobile-only {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  color: #EBEAE4;
  background-color: #302E52;
  font-size: 14px;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  padding: 8px 14px; }
  .page-template-template-voucher-v2-thank-you-php .btn-mobile-only:hover {
    color: #302E52;
    background-color: #EBEAE4; }

.page-template-template-voucher-v2-thank-you-php .title-header-table-2 {
  margin: 0px !important;
  display: none !important;
  line-height: 1.2;
  display: none !important;
  font-size: 40px;
  font-family: 'CamdenSlab';
  font-weight: 400;
  color: #302E52;
  letter-spacing: 0px; }
  .page-template-template-voucher-v2-thank-you-php .title-header-table-2.heading-1 p {
    padding-top: 30px; }
  .page-template-template-voucher-v2-thank-you-php .title-header-table-2 strong {
    font-family: 'CamdenSlab';
    font-weight: 700; }
    .page-template-template-voucher-v2-thank-you-php .title-header-table-2 strong a {
      text-decoration: underline;
      color: #302E52;
      cursor: pointer; }
  @media screen and (max-width: 1024px) {
    .page-template-template-voucher-v2-thank-you-php .title-header-table-2 {
      display: block !important;
      text-align: center !important;
      width: 100% !important; }
      .page-template-template-voucher-v2-thank-you-php .title-header-table-2 p {
        text-align: center !important;
        margin: 25px auto;
        max-width: 650px;
        line-height: 1.2;
        font-size: 20px; }
      .page-template-template-voucher-v2-thank-you-php .title-header-table-2 img.show-form {
        width: 30px !important;
        height: 30px !important; } }
  @media screen and (max-width: 425px) {
    .page-template-template-voucher-v2-thank-you-php .title-header-table-2 {
      padding: 30px 15px;
      padding-bottom: 40px;
      display: block !important;
      text-align: center !important;
      width: 100% !important; }
      .page-template-template-voucher-v2-thank-you-php .title-header-table-2 p {
        text-align: center !important;
        margin: 15px auto;
        max-width: 350px;
        line-height: 1.2;
        font-size: 23px; }
      .page-template-template-voucher-v2-thank-you-php .title-header-table-2 img.show-form {
        width: 30px !important;
        height: 30px !important; }
      .page-template-template-voucher-v2-thank-you-php .title-header-table-2.on-footer p {
        max-width: 400px; } }
  @media screen and (max-width: 320px) {
    .page-template-template-voucher-v2-thank-you-php .title-header-table-2 {
      padding: 20px 15px;
      display: block !important;
      text-align: center !important;
      width: 100% !important; }
      .page-template-template-voucher-v2-thank-you-php .title-header-table-2 p {
        text-align: center !important;
        margin: 15px auto;
        max-width: 290px;
        line-height: 1.2;
        font-size: 20px; }
      .page-template-template-voucher-v2-thank-you-php .title-header-table-2 img.show-form {
        width: 30px !important;
        height: 30px !important; }
      .page-template-template-voucher-v2-thank-you-php .title-header-table-2.on-footer p {
        max-width: 300px;
        font-size: 20px; } }
  .page-template-template-voucher-v2-thank-you-php .title-header-table-2.d-none {
    display: none !important; }

@media screen and (max-width: 1024px) {
  .page-template-template-voucher-v2-thank-you-php .title-header-table-2:nth-child(1) {
    padding-top: 50px;
    padding-bottom: 50px; } }

.page-template-template-voucher-v2-thank-you-php .voucher-content .form-wrapper .form-heading .th-icon.center {
  top: 20px; }

.page-template-template-voucher-v2-thank-you-php .mc-field-group .checkbox-label {
  text-transform: none;
  cursor: pointer; }
  .page-template-template-voucher-v2-thank-you-php .mc-field-group .checkbox-label strong {
    color: #302E52; }

.page-template-template-voucher-v2-thank-you-php .voucher-content {
  margin: 0 auto; }
  .page-template-template-voucher-v2-thank-you-php .voucher-content .form-content {
    max-width: 100%; }
  @media screen and (max-width: 1024px) {
    .page-template-template-voucher-v2-thank-you-php .voucher-content {
      text-align: center; } }
  .page-template-template-voucher-v2-thank-you-php .voucher-content .main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1024px) {
      .page-template-template-voucher-v2-thank-you-php .voucher-content .main-content {
        -webkit-transform: scale(1) !important;
                transform: scale(1) !important;
        height: 65%; } }
    @media screen and (max-width: 769px) {
      .page-template-template-voucher-v2-thank-you-php .voucher-content .main-content {
        height: 65%; } }
    @media (max-height: 769px) and (max-width: 1024px) and (min-width: 640px) and (orientation: landscape) {
      .page-template-template-voucher-v2-thank-you-php .voucher-content .main-content {
        -webkit-transform: scale(0.65) !important;
                transform: scale(0.65) !important;
        height: 68%; } }
    @media (max-height: 425px) and (orientation: landscape) {
      .page-template-template-voucher-v2-thank-you-php .voucher-content .main-content {
        height: 100%; } }
  .page-template-template-voucher-v2-thank-you-php .voucher-content .th-icon.center {
    max-width: 100% !important; }
  .page-template-template-voucher-v2-thank-you-php .voucher-content #mc_embed_signup {
    margin-top: 15px; }
  .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header {
    line-height: 1.2;
    font-size: 30px;
    font-family: 'CamdenSlab';
    font-weight: 400;
    color: #302E52;
    letter-spacing: 0px; }
    .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header strong {
      font-family: 'CamdenSlab';
      font-weight: 700; }
      .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header strong a {
        text-decoration: underline;
        color: #302E52;
        cursor: pointer; }
    @media screen and (min-width: 1920px) {
      .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header {
        font-size: 20px; } }
    @media screen and (max-width: 1920px) {
      .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header {
        font-size: 25px; } }
    @media screen and (max-width: 1280px) {
      .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header {
        font-size: 18px; } }
    @media screen and (max-width: 1024px) {
      .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header {
        display: none;
        text-align: center !important;
        width: 100% !important;
        height: 20% !important;
        min-height: 20% !important; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header p {
          text-align: center !important;
          margin: 30px auto;
          max-width: 400px;
          line-height: 1.2;
          font-size: 20px; } }
    .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header.d-none {
      display: none !important; }
  .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header-tablet {
    line-height: 1.2;
    display: none !important;
    font-size: 40px;
    font-family: 'CamdenSlab';
    font-weight: 400;
    color: #302E52;
    letter-spacing: 0px; }
    .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header-tablet strong {
      font-family: 'CamdenSlab';
      font-weight: 700; }
      .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header-tablet strong a {
        text-decoration: underline;
        color: #302E52;
        cursor: pointer; }
    @media screen and (max-width: 1024px) {
      .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header-tablet {
        display: block !important;
        text-align: center !important;
        width: 100% !important;
        margin-left: 15px;
        margin-right: 15px; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header-tablet p {
          text-align: center !important;
          margin: 25px auto;
          max-width: 650px;
          line-height: 1.2;
          font-size: 20px; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header-tablet img.show-form {
          width: 30px !important;
          height: 30px !important; } }
    @media screen and (max-width: 425px) {
      .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header-tablet {
        display: block !important;
        text-align: center !important;
        width: 100% !important; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header-tablet p {
          text-align: center !important;
          margin: 15px auto;
          max-width: 350px;
          line-height: 1.2;
          font-size: 23px; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header-tablet img.show-form {
          width: 30px !important;
          height: 30px !important; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header-tablet.on-footer p {
          max-width: 400px; } }
    @media screen and (max-width: 320px) {
      .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header-tablet {
        display: block !important;
        text-align: center !important;
        width: 100% !important; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header-tablet p {
          text-align: center !important;
          margin: 15px auto;
          max-width: 290px;
          line-height: 1.2;
          font-size: 20px; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header-tablet img.show-form {
          width: 30px !important;
          height: 30px !important; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header-tablet.on-footer p {
          max-width: 300px;
          font-size: 20px; } }
    .page-template-template-voucher-v2-thank-you-php .voucher-content .title-header-tablet.d-none {
      display: none !important; }
  .page-template-template-voucher-v2-thank-you-php .voucher-content .for-padding {
    width: 10%; }
    @media (max-width: 1280px) {
      .page-template-template-voucher-v2-thank-you-php .voucher-content .for-padding {
        width: 0%; } }
  .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols {
    height: auto;
    text-align: right;
    background: inherit !important;
    width: 50%;
    background-color: #8f9a86; }
    @media (max-width: 1280px) {
      .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols {
        width: 60%; } }
    .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner {
      text-align: right;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      @media screen and (max-width: 1024px) {
        .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner {
          display: none; } }
      @media screen and (max-width: 769px) {
        .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner {
          display: none; } }
    .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner-tablet {
      background-size: cover;
      background-repeat: no-repeat;
      background-position-x: center;
      display: none;
      margin: auto 0; }
      @media screen and (max-width: 1024px) {
        .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner-tablet {
          display: block;
          background-position-y: 50%;
          width: 100%;
          height: 100%; } }
      @media screen and (max-width: 769px) {
        .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner-tablet {
          display: block;
          height: 100%;
          width: auto;
          background-size: contain;
          background-position-y: 50%; } }
  @media screen and (max-width: 769px) and (orientation: landscape) {
    .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner-tablet {
      background-size: auto; } }
      @media screen and (max-width: 640px) {
        .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner-tablet {
          display: block;
          height: 100%;
          width: auto;
          background-size: contain;
          background-position-y: 0%; } }
  @media screen and (max-width: 640px) and (orientation: landscape) {
    .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner-tablet {
      background-size: auto; } }
      @media (max-height: 769px) and (min-width: 641px) and (orientation: landscape) {
        .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner-tablet {
          background-position-y: 0%; } }
      @media (max-height: 425px) and (orientation: landscape) {
        .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner-tablet {
          background-size: contain !important;
          -o-object-fit: contain;
             object-fit: contain;
          height: 425px; } }
      @media screen and (max-width: 600px) {
        .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner-tablet {
          display: block;
          background-position-y: 0%; } }
      @media screen and (max-width: 425px) {
        .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner-tablet {
          display: none; } }

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner-tablet {
    background-size: auto; } }

@media screen and (max-width: 769px) and (orientation: landscape) {
  .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner-tablet {
    background-size: auto; } }
    .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner-mobile {
      background-size: cover;
      background-repeat: no-repeat;
      background-position-x: center;
      display: none; }
      @media screen and (max-width: 769px) {
        .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner-mobile {
          display: none; } }
      @media screen and (max-width: 640) {
        .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner-mobile {
          display: none; } }
      @media screen and (max-width: 600px) {
        .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner-mobile {
          display: none; } }
      @media screen and (max-width: 425px) {
        .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner-mobile {
          display: block;
          background-size: contain;
          width: 100%; } }
  @media screen and (max-width: 425px) and (orientation: landscape) {
    .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner-mobile {
      background-size: auto; } }

@media screen and (max-width: 425px) and (orientation: landscape) {
  .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner-tablet {
    background-size: auto; } }
    @media screen and (max-width: 1024px) {
      .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols {
        max-height: 769px;
        content: "\25BC";
        text-align: center !important; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols .happydays-banner {
          margin: 0 auto;
          text-align: center;
          background-size: cover;
          background-repeat: no-repeat;
          background-position-x: center;
          height: 769px;
          width: 769px; } }
    .page-template-template-voucher-v2-thank-you-php .voucher-content .first-cols.d-none {
      display: none !important; }
  .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols {
    overflow: hidden;
    height: auto;
    min-height: 700px;
    padding: 30px;
    color: #EBEAE4;
    width: 30%; }
    @media (max-width: 1280px) {
      .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols {
        width: 40%; } }
    .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .sign-up-form {
      margin: 0px auto; }
    .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .form-name-heading {
      font-family: 'CamdenSlab';
      font-weight: 700;
      text-align: center; }
    .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form {
      max-width: 400px;
      margin: 0 auto; }
      .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group {
        line-height: 1.1;
        margin-bottom: 18px; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group label .has-error {
          display: none;
          float: right; }
        @media screen and (max-width: 1024px) {
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group label {
            text-align: left; } }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group input[type='text'],
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group input[type='email'] {
          width: 100%;
          font-family: 'CamdenSans';
          font-weight: 700;
          color: #302E52;
          border-radius: 0px;
          padding: 4px;
          line-height: 1.2;
          border: none;
          text-transform: uppercase;
          background-color: #F7F5EB; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label {
          display: -webkit-box; }
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox'] {
            margin-left: 0 !important;
            background-color: #FFF;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            appearance: none;
            width: 30px;
            height: 30px;
            border-radius: 0px;
            border: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox'].has-error {
            background-color: #302e52 !important;
            position: relative; }
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label input[type='checkbox']:checked:after {
            content: url(/wp-content/themes/camdenmarket/assets/public/images/webpack/0fa3c119e5205b083f70226f05fca113.svg);
            padding-top: 4px;
            padding-left: 3px;
            padding-right: 2px;
            width: 25px;
            height: 25px;
            background-color: #F7F5EB;
            outline: none; }
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p {
            margin: auto 0;
            max-width: 90%;
            font-size: 10px;
            letter-spacing: 0px;
            padding-left: 15px;
            line-height: 1.2; }
            .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p strong {
              font-family: 'FoundersGroteskText';
              font-weight: 500; }
              .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p strong a {
                cursor: pointer; }
            @media screen and (max-width: 1024px) {
              .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label p {
                text-align: left; } }
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form .mc-field-group .checkbox-label.not-checkbox p {
            padding-left: 0px; }
      .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear {
        text-align: right;
        margin: 30px 0px 30px 0px !important; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear .voucher_form_icon {
          width: 100px !important;
          margin-right: 10px;
          padding-top: 3px; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear #mc-embedded-subscribe {
          font-size: 14px;
          cursor: pointer;
          border: none;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          color: #302E52;
          text-transform: uppercase;
          background-color: #F7F5EB;
          padding: 8px;
          font-family: 'CamdenSans';
          font-weight: 700;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form .clear #mc-embedded-subscribe:hover {
            background-color: #302E52;
            color: #fff; }
    @media (max-width: 425px) {
      .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #tablet-signup-form .form-subheading {
        max-width: 300px !important;
        margin: 0 auto !important; } }
    .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet {
      max-width: 400px;
      margin: 0 auto; }
      .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group {
        line-height: 1.1;
        margin-bottom: 15px; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group label .has-error-tablet {
          display: none;
          float: right; }
        @media screen and (max-width: 1024px) {
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group label {
            text-align: left; } }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group input[type='text'],
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group input[type='email'] {
          width: 100%;
          font-family: 'CamdenSans';
          font-weight: 700;
          color: #302E52;
          border-radius: 0px;
          padding: 4px;
          line-height: 1.2;
          border: none;
          text-transform: uppercase;
          background-color: #F7F5EB; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label {
          display: -webkit-box; }
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox'] {
            margin-left: 0 !important;
            background-color: #FFF;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            appearance: none;
            width: 30px;
            height: 30px;
            border-radius: 0px;
            border: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            background-color: #F7F5EB; }
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox'].has-error {
            background-color: #302e52 !important;
            position: relative; }
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label input[type='checkbox']:checked:after {
            content: url(/wp-content/themes/camdenmarket/assets/public/images/webpack/0fa3c119e5205b083f70226f05fca113.svg);
            padding-top: 4px;
            padding-left: 3px;
            padding-right: 2px;
            width: 25px;
            height: 25px;
            background-color: #F7F5EB;
            outline: none; }
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p {
            margin: auto 0;
            padding-top: 2px;
            font-size: 10px;
            letter-spacing: 0px;
            padding-left: 15px;
            max-width: 90%;
            line-height: 1.2; }
            .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p strong {
              font-family: 'FoundersGroteskText';
              font-weight: 500; }
              .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p strong a {
                color: #EBEAE4;
                cursor: pointer; }
            @media screen and (max-width: 1024px) {
              .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label p {
                text-align: left; } }
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .mc-field-group .checkbox-label.not-checkbox p {
            padding-left: 0px; }
      .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear {
        text-align: right;
        margin: 30px 0px 30px 0px !important; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear .voucher_form_icon {
          width: 100px !important;
          padding-top: 3px; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear #mc-embedded-subscribe-tablet {
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          border: none;
          color: #302E52;
          border-radius: 30px;
          text-transform: uppercase;
          background-color: #EBEAE4;
          padding: 8px;
          font-family: 'CamdenSans';
          font-weight: 700;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mc-embedded-subscribe-form-tablet .clear #mc-embedded-subscribe-tablet:hover {
            background-color: #302E52;
            color: #EBEAE4; }
    @media screen and (max-width: 1024px) {
      .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .form-footer-tc {
        text-align: left; } }
    .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .form-footer-tc .voucher-tc {
      margin: 0 auto;
      max-width: 400px;
      font-family: 'FoundersGroteskText';
      font-weight: 400;
      font-size: 10px;
      line-height: 1.1;
      text-align: left;
      color: #302E52; }
      .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .form-footer-tc .voucher-tc:nth-child(1) {
        font-size: 13px; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .form-footer-tc .voucher-tc:nth-child(1)::after {
          content: "\A";
          white-space: pre; }
    .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mce-responses.clear {
      margin: 0px 0px !important; }
      .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mce-responses.clear #mce-error-response {
        border: 2px solid #EBEAE4;
        text-align: center;
        text-transform: uppercase; }
        @media screen and (max-width: 1024px) {
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mce-responses.clear #mce-error-response {
            font-size: 12px;
            line-height: 1.2; } }
      .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mce-responses.clear #mce-error-response-tablet {
        border: 2px solid #EBEAE4;
        text-align: center;
        text-transform: uppercase; }
        @media screen and (max-width: 1024px) {
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols #mce-responses.clear #mce-error-response-tablet {
            font-size: 12px;
            line-height: 1.2; } }
    .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form {
      display: none;
      height: 100%;
      margin: auto;
      font-family: 'CamdenSlab';
      text-transform: uppercase;
      vertical-align: middle;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 30px; }
      .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form .form-heading {
        height: 25%; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form .form-heading .th-icon.center {
          max-width: 100%; }
      .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form .mc-thank-you {
        color: #302E52;
        height: 50%; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form .mc-thank-you .heading {
          font-size: 35px;
          line-height: 1.2; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form .mc-thank-you .subheading {
          font-size: 18px;
          line-height: 1.1; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form .mc-thank-you .sub-backto {
          font-family: 'FoundersGroteskText';
          font-weight: 400;
          text-transform: none !important;
          font-size: 16px; }
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form .mc-thank-you .sub-backto a {
            color: #302E52;
            font-family: 'FoundersGroteskText';
            font-weight: 500; }
      .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form .form-footer {
        height: 25%;
        bottom: 0; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form .form-footer img {
          width: auto !important;
          bottom: 0;
          height: 144px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          z-index: 999 !important; }
    .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form-tablet {
      overflow: hidden;
      display: none;
      height: 100%;
      margin: auto;
      font-family: 'CamdenSlab';
      text-transform: uppercase;
      vertical-align: middle;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 30px; }
      .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form-tablet .form-heading {
        height: 25%; }
      .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form-tablet .form-subheading p {
        font-family: 'CamdenSans';
        font-weight: 500;
        margin: 20px auto;
        text-align: center; }
      .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you {
        color: #302E52;
        height: 50%; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container {
          margin: 15% auto; }
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .heading {
            font-size: 25px;
            line-height: 1.2; }
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .subheading {
            font-size: 16px;
            line-height: 1.1; }
          .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .sub-backto {
            color: #302E52;
            text-transform: none !important;
            font-size: 16px; }
            .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form-tablet .mc-thank-you .thank-you-container .sub-backto strong a {
              color: #302E52;
              font-family: 'FoundersGroteskText';
              font-weight: 500; }
      .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form-tablet .form-footer {
        height: auto;
        bottom: 0; }
        .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols .thank-you-form-tablet .form-footer img {
          width: auto !important;
          bottom: 0;
          height: 144px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; }
    .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols.d-full {
      display: block !important; }
    @media (max-width: 1024px) {
      .page-template-template-voucher-v2-thank-you-php .voucher-content .second-cols {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: absolute !important; } }

.page-template-template-voucher-v2-thank-you-php .grecaptcha-badge {
  right: -99999999px !important; }

@media screen and (min-width: 1024px) {
  #tablet-signup-form {
    display: none !important; }
  #desktop-signup-form .sign-up-form {
    overflow-x: hidden; } }

@media screen and (max-width: 1024px) {
  #desktop-signup-form .second-cols {
    display: none !important; }
  #tablet-signup-form {
    height: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    #tablet-signup-form .form-heading {
      margin: 0 auto;
      max-width: 60% !important; }
      #tablet-signup-form .form-heading img {
        margin: 20px auto; }
    #tablet-signup-form .sign-up-form {
      margin-top: 0px;
      margin-bottom: 0px;
      margin: 0px auto; }
    #tablet-signup-form #col-item-form {
      padding: 0px;
      margin-top: 0px;
      margin-bottom: 0px; } }

@media screen and (max-width: 640px) {
  #desktop-signup-form {
    max-height: 425px !important; } }

@media screen and (max-width: 425px) {
  #tablet-signup-form .form-subheading {
    margin: 0 auto;
    max-width: 80% !important; } }

@media screen and (max-width: 320px) {
  #tablet-signup-form .form-subheading {
    margin: 0 auto;
    max-width: 90% !important; } }

.form-subheading {
  font-family: 'CamdenSlab' !important;
  font-weight: 400; }

@media (max-width: 769px) and (max-height: 600px) and (orientation: landscape) {
  .main-content {
    height: 80%; } }

.mobile-tablet-only {
  display: none; }
  @media screen and (max-width: 600px) {
    .mobile-tablet-only {
      display: block; } }


/*# sourceMappingURL=christmas-gift.bundle.902f103ea0bd24997a2c.css.map*/