@font-face { font-family: 'Messina Sans';  src: url('https://5642616.fs1.hubspotusercontent-na1.net/hubfs/5642616/MessinaSans-Regular.otf') format('eot'), url('https://5642616.fs1.hubspotusercontent-na1.net/hubfs/5642616/MessinaSansWeb-Regular.woff') format('woff'), url('your_font_file.ttf') format('truetype');}

/* ==========================================================================
	 Flex Grid
	  ========================================================================== */
.gklp-grid {
  padding: 15px 0;
}

.gklp-grid .gklp-grid {
  padding: 0;
}

.gklp-grid .gklp-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gklp-grid .gklp-row--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gklp-grid .gklp-row--align-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.gklp-grid .gklp-row--justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gklp-grid .gklp-row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .gklp-grid .gklp-row--reverse-m {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px), print {
  .gklp-grid .gklp-row--reverse-t {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
  .gklp-grid .gklp-row--reverse-t-only {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 1019px) {
  .gklp-grid .gklp-row--reverse-touch {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1020px) {
  .gklp-grid .gklp-row--reverse-d {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.gklp-grid .gklp-column--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (max-width: 767px) {
  .gklp-grid .gklp-column--reverse-m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .gklp-grid .gklp-column--reverse-m .gklp-c-12 {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .gklp-grid .gklp-column--reverse-t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
  .gklp-grid .gklp-column--reverse-t-only {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1019px) {
  .gklp-grid .gklp-column--reverse-touch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 1020px) {
  .gklp-grid .gklp-column--reverse-d {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.gklp-grid .gklp-row--gapless {
  margin-left: 0;
  margin-right: 0;
}

.gklp-grid .gklp-row--gapless > .gklp-c {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .gklp-grid .gklp-row--gapless-m > .gklp-c {
    padding: 0;
  }
}

@media screen and (min-width: 768px), print {
  .gklp-grid .gklp-row--gapless-t > .gklp-c {
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
  .gklp-grid .gklp-row--gapless-t-only > .gklp-c {
    padding: 0;
  }
}

@media screen and (max-width: 1019px) {
  .gklp-grid .gklp-row--gapless-touch > .gklp-c {
    padding: 0;
  }
}

@media screen and (min-width: 1020px) {
  .gklp-grid .gklp-row--gapless-d > .gklp-c {
    padding: 0;
  }
}

.gklp-grid .gklp-row--gap__wide {
  margin: -15px;
}

@media screen and (min-width: 768px), print {
  .gklp-grid .gklp-row--gap__wide {
    margin: -30px;
  }
}

.gklp-grid .gklp-row--gap__wide > .gklp-c {
  padding: 15px;
}

@media screen and (min-width: 768px), print {
  .gklp-grid .gklp-row--gap__wide > .gklp-c {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .gklp-grid .gklp-row--gap__wide-m {
    margin: -15px;
  }
  .gklp-grid .gklp-row--gap__wide-m > .gklp-c {
    padding: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .gklp-grid .gklp-row--gap__wide-t {
    margin: -30px;
  }
  .gklp-grid .gklp-row--gap__wide-t > .gklp-c {
    padding: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
  .gklp-grid .gklp-row--gap__wide-t-only {
    margin: -30px;
  }
  .gklp-grid .gklp-row--gap__wide-t-only > .gklp-c {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .gklp-grid .gklp-row--gap__wide-touch {
    margin: -15px;
  }
}

@media screen and (max-width: 1019px) {
  .gklp-grid .gklp-row--gap__wide-touch {
    margin: -30px;
  }
  .gklp-grid .gklp-row--gap__wide-touch > .gklp-c {
    padding: 30px;
  }
}

@media screen and (min-width: 1020px) {
  .gklp-grid .gklp-row--gap__wide-d {
    margin: -30px;
  }
  .gklp-grid .gklp-row--gap__wide-d > .gklp-c {
    padding: 30px;
  }
}

.gklp-c {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-word;
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

.gklp-c-1 {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
}

.gklp-c-2 {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
}

.gklp-c-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.gklp-c-4 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
}

.gklp-c-5 {
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
}

.gklp-c-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.gklp-c-7 {
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
}

.gklp-c-8 {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
}

.gklp-c-9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.gklp-c-10 {
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
}

.gklp-c-11 {
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
}

.gklp-c-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (min-width: 768px), print {
  .gklp-c-1-t {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
  .gklp-c-2-t {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
  .gklp-c-3-t {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .gklp-c-4-t {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
  .gklp-c-5-t {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
  .gklp-c-6-t {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .gklp-c-7-t {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
  .gklp-c-8-t {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
  .gklp-c-9-t {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .gklp-c-10-t {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
  .gklp-c-11-t {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
  .gklp-c-12-t {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 1019px) {
  .gklp-c-1-touch {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
  .gklp-c-2-touch {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
  .gklp-c-3-touch {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .gklp-c-4-touch {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
  .gklp-c-5-touch {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
  .gklp-c-6-touch {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .gklp-c-7-touch {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
  .gklp-c-8-touch {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
  .gklp-c-9-touch {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .gklp-c-10-touch {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
  .gklp-c-11-touch {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
  .gklp-c-12-touch {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (min-width: 1020px) {
  .gklp-c-1-d {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
  }
  .gklp-c-2-d {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
  }
  .gklp-c-3-d {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .gklp-c-4-d {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
  }
  .gklp-c-5-d {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
  }
  .gklp-c-6-d {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .gklp-c-7-d {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
  }
  .gklp-c-8-d {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
  }
  .gklp-c-9-d {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .gklp-c-10-d {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
  }
  .gklp-c-11-d {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
  }
  .gklp-c-12-d {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.gklp-c-offset-0 {
  margin-left: 0;
}

.gklp-c-offset-1 {
  margin-left: 8.33333%;
}

.gklp-c-offset-2 {
  margin-left: 16.66667%;
}

.gklp-c-offset-3 {
  margin-left: 25%;
}

.gklp-c-offset-4 {
  margin-left: 33.33333%;
}

.gklp-c-offset-5 {
  margin-left: 41.66667%;
}

.gklp-c-offset-6 {
  margin-left: 50%;
}

.gklp-c-offset-7 {
  margin-left: 58.33333%;
}

.gklp-c-offset-8 {
  margin-left: 66.66667%;
}

.gklp-c-offset-9 {
  margin-left: 75%;
}

.gklp-c-offset-10 {
  margin-left: 83.33333%;
}

.gklp-c-offset-11 {
  margin-left: 91.66667%;
}

.gklp-c-offset-12 {
  margin-left: 100%;
}

@media screen and (min-width: 768px), print {
  .gklp-c-offset-0-t {
    margin-left: 0;
  }
  .gklp-c-offset-1-t {
    margin-left: 8.33333%;
  }
  .gklp-c-offset-2-t {
    margin-left: 16.66667%;
  }
  .gklp-c-offset-3-t {
    margin-left: 25%;
  }
  .gklp-c-offset-4-t {
    margin-left: 33.33333%;
  }
  .gklp-c-offset-5-t {
    margin-left: 41.66667%;
  }
  .gklp-c-offset-6-t {
    margin-left: 50%;
  }
  .gklp-c-offset-7-t {
    margin-left: 58.33333%;
  }
  .gklp-c-offset-8-t {
    margin-left: 66.66667%;
  }
  .gklp-c-offset-9-t {
    margin-left: 75%;
  }
  .gklp-c-offset-10-t {
    margin-left: 83.33333%;
  }
  .gklp-c-offset-11-t {
    margin-left: 91.66667%;
  }
  .gklp-c-offset-12-t {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1019px) {
  .gklp-c-offset-0-touth {
    margin-left: 0;
  }
  .gklp-c-offset-1-touch {
    margin-left: 8.33333%;
  }
  .gklp-c-offset-2-touch {
    margin-left: 16.66667%;
  }
  .gklp-c-offset-3-touch {
    margin-left: 25%;
  }
  .gklp-c-offset-4-touch {
    margin-left: 33.33333%;
  }
  .gklp-c-offset-5-touch {
    margin-left: 41.66667%;
  }
  .gklp-c-offset-6-touch {
    margin-left: 50%;
  }
  .gklp-c-offset-7-touch {
    margin-left: 58.33333%;
  }
  .gklp-c-offset-8-touch {
    margin-left: 66.66667%;
  }
  .gklp-c-offset-9-touch {
    margin-left: 75%;
  }
  .gklp-c-offset-10-touch {
    margin-left: 83.33333%;
  }
  .gklp-c-offset-11-touch {
    margin-left: 91.66667%;
  }
  .gklp-c-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1020px) {
  .gklp-c-offset-0-d {
    margin-left: 0;
  }
  .gklp-c-offset-1-d {
    margin-left: 8.33333%;
  }
  .gklp-c-offset-2-d {
    margin-left: 16.66667%;
  }
  .gklp-c-offset-3-d {
    margin-left: 25%;
  }
  .gklp-c-offset-4-d {
    margin-left: 33.33333%;
  }
  .gklp-c-offset-5-d {
    margin-left: 41.66667%;
  }
  .gklp-c-offset-6-d {
    margin-left: 50%;
  }
  .gklp-c-offset-7-d {
    margin-left: 58.33333%;
  }
  .gklp-c-offset-8-d {
    margin-left: 66.66667%;
  }
  .gklp-c-offset-9-d {
    margin-left: 75%;
  }
  .gklp-c-offset-10-d {
    margin-left: 83.33333%;
  }
  .gklp-c-offset-11-d {
    margin-left: 91.66667%;
  }
  .gklp-c-offset-12-d {
    margin-left: 100%;
  }
}

.gklp-grid-container.cropped .gklp-c--hidden {
  display: none;
}

.gklp-grid-container.cropped .cropped-grid-container-button {
  display: block;
}

.gklp-grid-container .cropped-grid-container-button {
  display: none;
}

/* Paddingless */
.paddingless {
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .paddingless--m {
    padding: 0 !important;
  }
}

@media screen and (max-width: 1019px) {
  .paddingless--touch {
    padding: 0 !important;
  }
}

@media screen and (min-width: 768px), print {
  .paddingless--t {
    padding: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
  .paddingless--to {
    padding: 0 !important;
  }
}

@media screen and (min-width: 1020px) {
  .paddingless--d {
    padding: 0 !important;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1339px) {
  .paddingless--do {
    padding: 0 !important;
  }
}

@media screen and (min-width: 1340px) {
  .paddingless--w {
    padding: 0 !important;
  }
}

@media screen and (min-width: 1340px) and (max-width: 1499px) {
  .paddingless--wo {
    padding: 0 !important;
  }
}

.paddingless--top {
  padding-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .paddingless--top-m {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 1019px) {
  .paddingless--top-touch {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 768px), print {
  .paddingless--top-t {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
  .paddingless--top-to {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 1020px) {
  .paddingless--top-d {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1339px) {
  .paddingless--top-do {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 1340px) {
  .paddingless--top-w {
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 1340px) and (max-width: 1499px) {
  .paddingless--top-wo {
    padding-top: 0 !important;
  }
}

.paddingless--bottom {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .paddingless--bottom-m {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 1019px) {
  .paddingless--bottom-touch {
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px), print {
  .paddingless--bottom-t {
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
  .paddingless--bottom-to {
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 1020px) {
  .paddingless--bottom-d {
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1339px) {
  .paddingless--bottom-do {
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 1340px) {
  .paddingless--bottom-w {
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 1340px) and (max-width: 1499px) {
  .paddingless--bottom-wo {
    padding-bottom: 0 !important;
  }
}

.paddingless--right {
  padding-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .paddingless--right-m {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 1019px) {
  .paddingless--right-touch {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 768px), print {
  .paddingless--right-t {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
  .paddingless--right-to {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 1020px) {
  .paddingless--right-d {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1339px) {
  .paddingless--right-do {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 1340px) {
  .paddingless--right-w {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 1340px) and (max-width: 1499px) {
  .paddingless--right-wo {
    padding-right: 0 !important;
  }
}

.paddingless--left {
  padding-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .paddingless--left-m {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 1019px) {
  .paddingless--left-touch {
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 768px), print {
  .paddingless--left-t {
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
  .paddingless--left-to {
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 1020px) {
  .paddingless--left-d {
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1339px) {
  .paddingless--left-do {
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 1340px) {
  .paddingless--left-w {
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 1340px) and (max-width: 1499px) {
  .paddingless--left-wo {
    padding-left: 0 !important;
  }
}

/* Marginless */
.marginless {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .marginless--m {
    margin: 0 !important;
  }
}

@media screen and (max-width: 1019px) {
  .marginless--touch {
    margin: 0 !important;
  }
}

@media screen and (min-width: 768px), print {
  .marginless--t {
    margin: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
  .marginless--to {
    margin: 0 !important;
  }
}

@media screen and (min-width: 1020px) {
  .marginless--d {
    margin: 0 !important;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1339px) {
  .marginless--do {
    margin: 0 !important;
  }
}

@media screen and (min-width: 1340px) {
  .marginless--w {
    margin: 0 !important;
  }
}

@media screen and (min-width: 1340px) and (max-width: 1499px) {
  .marginless--wo {
    margin: 0 !important;
  }
}

.marginless--top {
  margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
  .marginless--top-m {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 1019px) {
  .marginless--top-touch {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px), print {
  .marginless--top-t {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
  .marginless--top-to {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1020px) {
  .marginless--top-d {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1339px) {
  .marginless--top-do {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1340px) {
  .marginless--top-w {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1340px) and (max-width: 1499px) {
  .marginless--top-wo {
    margin-top: 0 !important;
  }
}

.marginless--bottom {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .marginless--bottom-m {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 1019px) {
  .marginless--bottom-touch {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px), print {
  .marginless--bottom-t {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
  .marginless--bottom-to {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 1020px) {
  .marginless--bottom-d {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1339px) {
  .marginless--bottom-do {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 1340px) {
  .marginless--bottom-w {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 1340px) and (max-width: 1499px) {
  .marginless--bottom-wo {
    margin-bottom: 0 !important;
  }
}

.marginless--right {
  margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .marginless--right-m {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 1019px) {
  .marginless--right-touch {
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 768px), print {
  .marginless--right-t {
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
  .marginless--right-to {
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 1020px) {
  .marginless--right-d {
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1339px) {
  .marginless--right-do {
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 1340px) {
  .marginless--right-w {
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 1340px) and (max-width: 1499px) {
  .marginless--right-wo {
    margin-right: 0 !important;
  }
}

.marginless--left {
  margin-left: 0 !important;
}

@media screen and (max-width: 767px) {
  .marginless--left-m {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 1019px) {
  .marginless--left-touch {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 768px), print {
  .marginless--left-t {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
  .marginless--left-to {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 1020px) {
  .marginless--left-d {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1339px) {
  .marginless--left-do {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 1340px) {
  .marginless--left-w {
    margin-left: 0 !important;
  }
}

@media screen and (min-width: 1340px) and (max-width: 1499px) {
  .marginless--left-wo {
    margin-left: 0 !important;
  }
}

/* Hidden */
.hidden {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .hidden--mobile {
    display: none !important;
  }
}

@media screen and (max-width: 1019px) {
  .hidden--touch {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .hidden--tablet {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1019px) {
  .hidden--tablet-only {
    display: none !important;
  }
}

@media screen and (min-width: 1020px) {
  .hidden--desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1339px) {
  .hidden--desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1340px) {
  .hidden--widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1340px) and (max-width: 1499px) {
  .hidden--widescreen-only {
    display: none !important;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

html body .hs-tools-menu {
  top: auto !important;
  bottom: 10px !important;
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
          animation: none !important;
}

html body .hs-tools-menu.hs-collapsed {
  max-height: 50px;
}

html body .hs-tools-menu .hs-title,
html body .hs-tools-menu .hs-dropdown:before,
html body .hs-tools-menu .hs-dropdown:after,
html body .hs-tools-menu ul li a {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

.gklp {
  color: black;
  background: white;
  padding-top: 0;
}

@media screen and (min-width: 768px), print {
  .gklp {
    padding-top: 0;
  }
}

.gklp h1, .gklp .h1,
.gklp h2, .gklp .h2,
.gklp h3, .gklp .h3,
.gklp h4, .gklp .h4,
.gklp h5, .gklp .h5 {
  font-weight: normal;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
  color: black;
}

.gklp h1, .gklp .h1 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 25px;
}

.gklp h2, .gklp .h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.gklp h3, .gklp .h3 {
  font-size: 23px;
}

.gklp h4, .gklp .h4 {
  font-size: 18px;
}

.gklp h5, .gklp .h5 {
  font-size: 16px;
}

.gklp .gklp-text-center {
  text-align: center;
}

.gklp .gklp-text-large {
  font-size: 125%;
  margin-bottom: 30px;
}

.gklp .container-fluid .row-fluid .page-center {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .gklp .header-group {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.gklp-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.gklp-full-width .gklp-content-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.gklp-full-width .gklp-content-container--xs {
  max-width: 840px;
}

.gklp-full-width .gklp-content-container--s {
  max-width: 920px;
}

.gklp-full-width .gklp-content-container--wide {
  max-width: 1400px;
}

.gklp-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.gklp-section--ps {
  padding-top: 20px;
  padding-bottom: 20px;
}

.gklp-section--pl {
  padding-top: 60px;
  padding-bottom: 60px;
}

.gklp-section--pxl {
  padding-top: 80px;
  padding-bottom: 80px;
}

.gklp-section--pn {
  padding-top: 0;
  padding-bottom: 0;
}

.gklp-grid-item {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.gklp-grid-item--wide {
  max-width: 340px;
}

.gklp-grid-item .gklp-square-image {
  width: 80%;
  height: 0;
  overflow: hidden;
  padding-top: 70%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.gklp-grid-item .gklp-square-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.gklp-gradient-bg {
  background: linear-gradient(80deg, white, #f2d5cb 25%, #e0edf6 75%, white 100%);
}

.gklp-gradient-bg-hero {
  background: linear-gradient(60deg, white, white 25%, #f2d5cb 50%, rgba(50, 133, 192, 0.8) 75%);
}

.product-highlight-image-spacer {
  width: 100%;
  height: 100px;
}

@media screen and (min-width: 768px), print {
  .product-highlight-image-spacer {
    height: 200px;
  }
}

.product-highlight-image-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 !important;
}

.product-highlight-image-container {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .product-highlight-image-container {
    height: 50vw;
  }
}

@media screen and (max-width: 767px) {
  .product-highlight-image {
    position: absolute;
    height: calc(100% + 70px);
    width: 100%;
    max-width: none;
    right: 0;
    bottom: 0;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

@media screen and (min-width: 768px), print {
  .product-highlight-image {
    position: absolute;
    height: calc(100% + 180px);
    width: 100%;
    max-width: none;
    right: 0;
    bottom: 0;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}

.relative {
  position: relative;
}

.gklp-label {
  color: #eb5d30 !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}

.gklp-label .gklp-pill {
  background: rgba(235, 93, 48, 0.2);
  padding: 2.5px 15px;
  border-radius: 4px;
  color: #333333;
  font-weight: normal;
  font-size: 80%;
  margin-left: 5px;
}

.gklp-button {
  background: #3285c0;
  color: white;
  border-radius: 5px;
  padding: 15px;
  min-width: 150px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.gklp-button:hover, .gklp-button:focus {
  text-decoration: none;
  background: white;
  color: #3285c0 !important;
  border-color: #3285c0 !important;
  -webkit-box-shadow: 0 3px 10px rgba(50, 133, 192, 0.2);
          box-shadow: 0 3px 10px rgba(50, 133, 192, 0.2);
}

.gklp-player-container {
  z-index: -999;
  display: none;
  position: fixed;
  top: -100vh;
  left: -100vw;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gklp-player-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .2s 0s ease;
  transition: all .2s 0s ease;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  visibility: visible;
  -webkit-transition: opacity .2s 0s ease;
  transition: opacity .2s 0s ease;
  opacity: 1;
  background: rgba(39, 105, 152, 0.8);
  padding: 65px 15px 15px;
}

@media screen and (min-width: 768px), print {
  .gklp-player-container.active {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.gklp-modal {
  z-index: -999;
  display: none;
  position: fixed;
  top: -100vh;
  left: -100vw;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gklp-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .2s 0s ease;
  transition: all .2s 0s ease;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999999;
  visibility: visible;
  -webkit-transition: opacity .2s 0s ease;
  transition: opacity .2s 0s ease;
  opacity: 1;
  background: rgba(39, 105, 152, 0.8);
  padding: 65px 15px 15px;
}

@media screen and (min-width: 768px), print {
  .gklp-modal.active {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.gklp-modal__wrapper {
  width: calc(100vw - 30px);
  height: 100%;
  max-width: 640px;
  max-height: 640px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border-radius: 4px;
  padding: 15px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .gklp-modal__wrapper {
    max-height: calc(100vh - 80px);
  }
}

.gklp-modal__content {
  display: block;
}

.gklp-modal__content .hs_cos_wrapper_type_form {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
}

.gklp-player-close,
.gklp-modal-close {
  display: block;
  position: fixed;
  top: 10px;
  right: 10px;
}

.gklp-player-close:hover .cross, .gklp-player-close:focus .cross,
.gklp-modal-close:hover .cross,
.gklp-modal-close:focus .cross {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gklp-player-close .cross,
.gklp-modal-close .cross {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  background: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gklp-player-close .cross span,
.gklp-modal-close .cross span {
  background-color: #eb5d30;
  display: block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.2s  ease-out;
  transition: all 0.2s  ease-out;
  width: 18px;
  height: 2px;
}

.gklp-player-close .cross span:nth-child(1),
.gklp-modal-close .cross span:nth-child(1) {
  -webkit-transform: translateY(1px) rotate(45deg);
          transform: translateY(1px) rotate(45deg);
}

.gklp-player-close .cross span:nth-child(2),
.gklp-modal-close .cross span:nth-child(2) {
  -webkit-transform: translateY(-1px) rotate(-45deg);
          transform: translateY(-1px) rotate(-45deg);
}

.gklp-video-placeholder-container {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.gklp-video-placeholder-container img.gklp-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 70px;
  margin-left: -50px;
  margin-top: -35px;
  z-index: 10;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.gklp-video-placeholder-container img.gklp-video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}

.gklp-video-placeholder-container.gklp-player-link {
  display: block;
}

.gklp-video-placeholder-container.gklp-player-link:hover img.gklp-play-button, .gklp-video-placeholder-container.gklp-player-link:focus img.gklp-play-button {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gklp-video-placeholder-container.gklp-player-link:hover img.gklp-video-placeholder, .gklp-video-placeholder-container.gklp-player-link:focus img.gklp-video-placeholder {
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

.gklp-grid--pricing-tiers .gklp-row .gklp-c-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.gklp-pricing-tier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 3px solid #3285c0;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .gklp-pricing-tier {
    max-width: 260px;
    padding: 30px 20px;
  }
}

@media screen and (min-width: 1020px) {
  .gklp-pricing-tier {
    padding: 25px 20px 40px;
  }
}

@media screen and (min-width: 768px), print {
  .gklp-pricing-tier:not(.gklp-pricing-tier--highlight) {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

.gklp-pricing-tier.gklp-pricing-tier--highlight {
  background: #3285c0;
}

.gklp-pricing-tier.gklp-pricing-tier--highlight * {
  color: white;
}

.gklp-pricing-tier.gklp-pricing-tier--highlight .gklp-pricing-tier__name.gklp-label {
  color: #ef815f !important;
}

.gklp-pricing-tier * {
  color: #3285c0;
}

.gklp-pricing-tier .gklp-pricing-tier__name.gklp-label {
  margin-bottom: 30px;
}

.gklp-pricing-tier .gklp-pricing-tier__users {
  font-size: 20px;
}

@media screen and (min-width: 768px), print {
  .gklp-pricing-tier .gklp-pricing-tier__users {
    font-size: 25px;
  }
}

.gklp-pricing-tier .gklp-pricing-tier__content {
  margin-bottom: 20px;
}

.gklp-pricing-tier .gklp-pricing-tier__content + .gklp-pricing-tier__price {
  margin-top: -30px;
}

@media screen and (min-width: 768px), print {
  .gklp-pricing-tier .gklp-pricing-tier__price {
    font-size: 40px;
  }
}

.gklp-pricing-tier .gklp-pricing-tier__price .price {
  font-size: 70px;
  letter-spacing: -1px;
}

.gklp-pricing-tier .gklp-pricing-tier__user-year {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px), print {
  .gklp-pricing-tier .gklp-pricing-tier__user-year {
    margin-bottom: 40px;
  }
}

.gklp-pricing-tier .gklp-pricing-tier__button {
  margin-top: auto;
}

.gklp-pricing-tier .gklp-pricing-tier__button .gklp-button {
  display: block;
  color: white;
  border: 2px solid white;
}

blockquote.gklp-bq {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  blockquote.gklp-bq {
    padding: 15px;
  }
}

blockquote.gklp-bq .quote {
  padding: 25px 40px;
  margin: 0 auto 30px;
  max-width: 640px;
  position: relative;
  border: 1px solid black;
}

@media screen and (min-width: 768px), print {
  blockquote.gklp-bq .quote {
    padding: 35px 65px;
  }
}

blockquote.gklp-bq .quote p {
  z-index: 20;
  font-size: 125%;
  position: relative;
}

blockquote.gklp-bq .quote .open-quote,
blockquote.gklp-bq .quote .close-quote {
  color: #eb5d30;
  -webkit-transform: scale(3);
          transform: scale(3);
  display: inline-block;
  font-weight: 500;
  z-index: 10;
  position: absolute;
}

@media screen and (min-width: 768px), print {
  blockquote.gklp-bq .quote .open-quote,
  blockquote.gklp-bq .quote .close-quote {
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}

blockquote.gklp-bq .quote .open-quote {
  top: 20px;
  left: 20px;
}

@media screen and (min-width: 768px), print {
  blockquote.gklp-bq .quote .open-quote {
    top: 40px;
  }
}

blockquote.gklp-bq .quote .close-quote {
  bottom: 20px;
  right: 20px;
}

blockquote.gklp-bq .quote .bx1,
blockquote.gklp-bq .quote .bx2,
blockquote.gklp-bq .quote .bx3 {
  position: absolute;
  background: white;
  z-index: 1;
}

blockquote.gklp-bq .quote .bx1 {
  top: -1px;
  right: -1px;
  width: 20%;
  height: 25%;
}

blockquote.gklp-bq .quote .bx2 {
  bottom: -1px;
  right: -1px;
  width: 16.66667%;
  height: 10%;
}

blockquote.gklp-bq .quote .bx3 {
  bottom: -1px;
  left: -1px;
  width: 16.66667%;
  height: 50%;
}

blockquote.gklp-bq cite {
  padding: 0 50px;
  position: relative;
  display: block;
  width: 100%;
  font-style: normal;
}

@media screen and (min-width: 768px), print {
  blockquote.gklp-bq cite {
    padding: 0 100px;
  }
}

blockquote.gklp-bq cite:before {
  content: " ";
  position: absolute;
  top: 15px;
  left: 0;
  height: 1px;
  width: 40px;
  background: black;
  display: block;
}

@media screen and (min-width: 768px), print {
  blockquote.gklp-bq cite:before {
    width: 80px;
  }
}

blockquote.gklp-bq cite .gklp-bq__author {
  font-size: 125%;
  display: block;
}

blockquote.gklp-bq cite .gklp-bq__role {
  display: block;
}

@media screen and (min-width: 768px), print {
  blockquote.gklp-bq cite .gklp-bq__role {
    max-width: 400px;
  }
}

body.gklp .body-container .widget-type-blog_subscribe {
  padding: 0;
  border-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}

body.gklp .body-container .hs_cos_wrapper_type_blog_subscribe {
  border: 0;
  display: block;
  padding: 0;
  border-radius: 0;
  position: relative;
  margin-bottom: 0;
  background-color: #3285c0;
  background: linear-gradient(95deg, rgba(50, 133, 192, 0.9) 50%, #f2d5cb 75%, white);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 80px 0;
}

@media screen and (min-width: 768px), print {
  body.gklp .body-container .hs_cos_wrapper_type_blog_subscribe {
    padding: 110px 0;
  }
}

body.gklp .body-container .hs_cos_wrapper_type_blog_subscribe > * {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 15px;
  display: block;
  color: white;
}

body.gklp .body-container .hs_cos_wrapper_type_blog_button
h3 {
  color: white;
}

body.gklp .body-container .hs_cos_wrapper_type_blog_subscribe a {
  color: #de8b70;
}

body.gklp .body-container .hs_cos_wrapper_type_blog_subscribe input[type="email"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
}

body.gklp .body-container .hs_cos_wrapper_type_blog_subscribe .hs-form-required {
  color: red !important;
}

.gklp-hero--multibutton .gklp-hero-content * {
  max-width: 420px;
}

.gklp-hero--multibutton .gklp-hero-content .gklp-buttons-wrapper {
  max-width: none;
}

.gklp-hero--multibutton .gklp-hero-content .gklp-buttons-wrapper .gklp-button {
  float: left;
  margin: 5px 10px 5px 0;
}

@media screen and (max-width: 767px) {
  .gklp-hero--multibutton .gklp-hero-content .gklp-buttons-wrapper .gklp-button {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
}

.gklp-hero--multibutton .gklp-hero-feature .gklp-player-link {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 56.25%;
  display: block;
}

.gklp-hero--multibutton .gklp-hero-feature .gklp-player-link.ready img.gklp-play-button {
  opacity: 1;
}

.gklp-hero--multibutton .gklp-hero-feature .gklp-player-link.ready:hover img.gklp-play-button, .gklp-hero--multibutton .gklp-hero-feature .gklp-player-link.ready:focus img.gklp-play-button {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gklp-hero--multibutton .gklp-hero-feature .gklp-player-link.ready:hover img.gklp-hero-feature__image, .gklp-hero--multibutton .gklp-hero-feature .gklp-player-link.ready:focus img.gklp-hero-feature__image {
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

.gklp-hero--multibutton .gklp-hero-feature .gklp-player-link img.gklp-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 70px;
  margin-left: -50px;
  margin-top: -35px;
  z-index: 10;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.gklp-hero--multibutton .gklp-hero-feature .gklp-player-link img.gklp-hero-feature__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}

.gklp-hero--multibutton .gklp-hero-feature .gklp-hero-feature-video-responsive-wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.gklp-hero--multibutton .gklp-hero-feature .gklp-hero-feature-video-responsive-wrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}