@charset "UTF-8";
/**
 * Breakpoints
 */
/**
 * Layout
 */
/**
 * Fonts
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
  border: none;
  outline: none;
}

input[type=checkbox] {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*
* {
	min-width: 0;
}*/
/**
 * Iframes
 */
.fluid-iframe {
  position: relative;
  margin: 0 auto;
}
.fluid-iframe__inner {
  position: relative;
  width: 100%;
}
.fluid-iframe iframe,
.fluid-iframe object,
.fluid-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.default-css em, .default-css i, .default-css dfn {
  font-style: italic;
}
.default-css dfn {
  font-weight: bold;
}
.default-css p, .default-css code, .default-css pre, .default-css kbd {
  margin: 0 0 1.5em 0;
}
.default-css cite {
  font-style: italic;
}
.default-css li ul, .default-css li ol {
  margin: 0 1.5em;
}
.default-css ul, .default-css ol {
  margin: 0 1.5em 1.5em 1.5em;
}
.default-css ul li, .default-css ol li {
  padding: 0 0 7px 0;
}
.default-css ul {
  list-style-type: disc;
}
.default-css ol {
  list-style-type: decimal;
}
.default-css ol ol {
  list-style: upper-alpha;
}
.default-css ol ol ol {
  list-style: lower-roman;
}
.default-css ol ol ol ol {
  list-style: lower-alpha;
}
.default-css table {
  width: 100%;
  max-width: 100%;
  margin: 0 0 1.5em;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--pp-border);
  border-radius: 6px;
  background-color: var(--pp-surface);
  color: inherit;
  font-size: clamp(0.8125rem, 0.72rem + 0.4vw, 1rem);
  line-height: 1.45;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.default-css table caption {
  caption-side: bottom;
  padding: 0.75em 0 0;
  font-size: 0.9em;
  opacity: 0.85;
  text-align: left;
}
.default-css table th,
.default-css table td {
  min-width: 6.5rem;
  padding: clamp(0.625rem, 0.4rem + 0.75vw, 1rem) clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
  border-bottom: 1px solid var(--pp-border);
  border-right: 1px solid var(--pp-border);
  text-align: left;
  vertical-align: top;
  word-break: break-word;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.default-css table tr th:last-child,
.default-css table tr td:last-child {
  border-right: 0;
}
.default-css table thead th {
  font-family: var(--pp-roboto);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: clamp(0.6875rem, 0.65rem + 0.3vw, 0.9375rem);
  line-height: 1.3;
  background-color: var(--pp-bg);
  color: inherit;
}
.default-css table tbody tr:last-child th,
.default-css table tbody tr:last-child td {
  border-bottom: 0;
}
@media screen and (max-width: 867px) {
  .default-css table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: clamp(0.6875rem, 2.4vw + 0.45rem, 0.9375rem);
  }
  .default-css table thead,
  .default-css table tbody,
  .default-css table tfoot {
    display: table;
    width: 100%;
    min-width: 36rem;
    table-layout: fixed;
  }
  .default-css table th,
  .default-css table td {
    min-width: 7rem;
    padding: clamp(0.45rem, 1.2vw + 0.35rem, 0.75rem) clamp(0.5rem, 1.5vw + 0.35rem, 0.875rem);
  }
}
.default-css .wp-block-table {
  max-width: 100%;
  margin: 0 0 1.5em;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.default-css .wp-block-table table {
  margin-bottom: 0;
}

/**
 * Image captions (Classic Editor [caption] shortcode)
 */
.wp-caption,
figure.wp-caption {
  max-width: 100% !important;
  margin-bottom: 1.75em;
  background: transparent;
}

.wp-caption.aligncenter,
figure.wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone,
figure.wp-caption.alignnone {
  margin-left: 0;
  margin-right: 0;
}

.wp-caption.alignleft,
figure.wp-caption.alignleft {
  float: left;
  margin: 0.35em 1.5em 1.25em 0;
}

.wp-caption.alignright,
figure.wp-caption.alignright {
  float: right;
  margin: 0.35em 0 1.25em 1.5em;
}

.wp-caption img,
figure.wp-caption img {
  display: block;
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: auto;
}

figure.wp-caption figcaption.wp-caption-text {
  margin: 0;
  padding: 0.6em 0 0;
  border: 0;
  background: transparent;
  color: #585858;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.01em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.wp-video,
.wp-video-shortcode,
video.wp-video-shortcode {
  max-width: 100% !important;
}

.wp-video {
  width: 100% !important;
  margin-bottom: 1.75em;
}

figure.wp-block-video {
  margin-bottom: 1.75em;
}

video.wp-video-shortcode {
  display: block;
  width: 100% !important;
  height: auto !important;
}

p:empty::before {
  content: none !important;
}

/**
 * Breakpoints
 */
/**
 * Layout
 */
/**
 * Fonts
 */
/**
 * Breakpoints
 */
/**
 * Layout
 */
/**
 * Fonts
 */
.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  position: relative;
  margin-top: 60px;
  padding-left: 30px;
  border-left: 3px solid #ebebeb;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #3366cc;
}
.wpcf7-response-output.wpcf7-validation-errors {
  border-color: #da463d;
}

.grecaptcha-badge {
  display: none;
}

ul.gform_fields li.gfield {
  padding-left: 0;
}

.gfield.gform_validation_container,
.gfield.gfield--type-honeypot,
li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px !important;
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
}

.page--contact {
  --pp-form-border: #a3a3a3;
  --pp-form-border-hover: #7a7a7a;
  --pp-form-fill: #f7f7f7;
}
.page--contact .post-full > h1 {
  margin-bottom: 16px;
  padding-bottom: 0;
  border-bottom: none;
}
.page--contact .post-full__text > p:first-child {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.55;
  opacity: 0.82;
}
@media screen and (max-width: 640px) {
  .page--contact .post-full__text > p:first-child {
    margin-bottom: 26px;
    font-size: 16px;
  }
}
.page--contact .post-full__text > p:last-child {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--pp-border);
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.72;
}
.page--contact .gform_wrapper {
  margin: 0;
  max-width: 100%;
}
.page--contact .gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page--contact .gfield {
  margin: 0 0 32px;
  padding: 0;
}
.page--contact .gfield:last-child {
  margin-bottom: 0;
}
.page--contact .gfield > .gfield_label,
.page--contact .gfield > .gform-field-label {
  display: block;
  margin: 0 0 8px;
  padding-bottom: 0;
  border-bottom: none;
  font-family: var(--pp-roboto);
  font-size: 15px;
  font-weight: 900;
  font-synthesis: none;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pp-text);
}
.page--contact .gfield_required {
  color: #3366cc;
  margin-left: 2px;
}
.page--contact .gfield_description {
  min-height: 0;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--pp-text);
  opacity: 0.75;
}
.page--contact .ginput_container_text input,
.page--contact .ginput_container_email input,
.page--contact .ginput_container_phone input,
.page--contact .ginput_container_website input,
.page--contact .ginput_container_textarea textarea {
  width: 100% !important;
  box-sizing: border-box;
  margin: 0;
  padding: 14px 16px !important;
  border: 1px solid var(--pp-form-border);
  border-radius: 6px;
  background: var(--pp-form-fill);
  color: var(--pp-text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-synthesis: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.page--contact .ginput_container_text input::placeholder,
.page--contact .ginput_container_email input::placeholder,
.page--contact .ginput_container_phone input::placeholder,
.page--contact .ginput_container_website input::placeholder,
.page--contact .ginput_container_textarea textarea::placeholder {
  color: var(--pp-text);
  opacity: 0.42;
}
.page--contact .ginput_container_text input:hover,
.page--contact .ginput_container_email input:hover,
.page--contact .ginput_container_phone input:hover,
.page--contact .ginput_container_website input:hover,
.page--contact .ginput_container_textarea textarea:hover {
  border-color: var(--pp-form-border-hover);
  background: var(--pp-surface);
}
.page--contact .ginput_container_text input:focus,
.page--contact .ginput_container_email input:focus,
.page--contact .ginput_container_phone input:focus,
.page--contact .ginput_container_website input:focus,
.page--contact .ginput_container_textarea textarea:focus {
  outline: none;
  border-color: #3366cc;
  background: var(--pp-surface);
  box-shadow: 0 0 0 3px rgba(51, 102, 204, 0.18);
}
.page--contact .ginput_container_text input,
.page--contact .ginput_container_email input,
.page--contact .ginput_container_phone input,
.page--contact .ginput_container_website input {
  height: auto;
  min-height: 50px;
}
.page--contact .ginput_container_textarea textarea {
  min-height: 200px;
  resize: vertical;
}
.page--contact .gfield_checkbox {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page--contact .gfield:has(.ginput_container_checkbox),
.page--contact .gfield--type-checkbox,
.page--contact .gfield--type-consent {
  margin-top: 28px;
  padding: 0 !important;
  border: none;
  background: transparent;
  box-shadow: none;
}
.page--contact .gfield:has(.ginput_container_checkbox) > .gfield_label,
.page--contact .gfield:has(.ginput_container_checkbox) > .gform-field-label,
.page--contact .gfield--type-checkbox > .gfield_label,
.page--contact .gfield--type-checkbox > .gform-field-label,
.page--contact .gfield--type-consent > .gfield_label,
.page--contact .gfield--type-consent > .gform-field-label {
  display: block;
  margin: 0 0 8px;
  padding-bottom: 0;
  border-bottom: none;
  font-family: var(--pp-roboto);
  font-size: 15px;
  font-weight: 900;
  font-synthesis: none;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pp-text);
  margin-bottom: 8px;
}
.page--contact .gfield:has(.ginput_container_checkbox) .gfield_description,
.page--contact .gfield--type-checkbox .gfield_description,
.page--contact .gfield--type-consent .gfield_description {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.75;
}
.page--contact .gfield:has(.ginput_container_checkbox) .ginput_container_checkbox,
.page--contact .gfield--type-checkbox .ginput_container_checkbox,
.page--contact .gfield--type-consent .ginput_container_checkbox {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.page--contact .gfield_checkbox li,
.page--contact .gfield_checkbox .gchoice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page--contact .gfield_checkbox input[type=checkbox],
.page--contact input.gfield-choice-input[type=checkbox] {
  display: inline-block !important;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #3366cc;
  cursor: pointer;
  appearance: auto;
}
.page--contact .gfield_checkbox label,
.page--contact .gfield_checkbox .gform-field-label,
.page--contact .gfield_checkbox .gform-field-label--type-inline {
  flex: 1;
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
}
.page--contact .gform_validation_errors,
.page--contact .gform_validation_errors.validation_error {
  padding: 18px 22px !important;
  border: none !important;
  border-left: 3px solid #c0392b !important;
  border-radius: 0 6px 6px 0;
  background: rgba(192, 57, 43, 0.07) !important;
  box-shadow: none !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--pp-text);
  margin: 0 0 28px;
}
.page--contact .gform_validation_errors:focus,
.page--contact .gform_validation_errors.validation_error:focus {
  outline: none;
}
.page--contact .gform_validation_errors h2,
.page--contact .gform_validation_errors .gform_submission_error,
.page--contact .gform_validation_errors.validation_error h2,
.page--contact .gform_validation_errors.validation_error .gform_submission_error {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
}
.page--contact .gform_validation_errors .gform-icon,
.page--contact .gform_validation_errors.validation_error .gform-icon {
  display: none;
}
.page--contact .gform_validation_errors ol,
.page--contact .gform_validation_errors.validation_error ol {
  margin: 8px 0 0;
  padding: 0 0 0 18px;
  font-weight: 400;
  list-style: disc;
}
.page--contact .gform_validation_errors li,
.page--contact .gform_validation_errors.validation_error li {
  margin: 0 0 4px;
  padding: 0;
  font-weight: 400;
}
.page--contact .gform_validation_errors a,
.page--contact .gform_validation_errors.validation_error a {
  font-weight: 700;
  color: inherit;
  text-decoration: none !important;
  border-bottom: none !important;
}
.page--contact .gform_validation_errors a:hover, .page--contact .gform_validation_errors a:focus,
.page--contact .gform_validation_errors.validation_error a:hover,
.page--contact .gform_validation_errors.validation_error a:focus {
  color: inherit;
  text-decoration: none !important;
  border-bottom: none !important;
}
.page--contact .gfield.gfield_error {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.page--contact .gfield.gfield_error > .gfield_label,
.page--contact .gfield.gfield_error > .gform-field-label {
  color: var(--pp-text);
}
.page--contact .gfield.gfield_error input,
.page--contact .gfield.gfield_error textarea,
.page--contact .gfield.gfield_error select {
  border-color: var(--pp-form-border) !important;
  background: var(--pp-form-fill) !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04) !important;
}
.page--contact .gfield_validation_message {
  margin-top: 8px;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  color: #c0392b;
  background: transparent !important;
  border: 0 !important;
}
.page--contact .gfield--type-captcha.gfield_error,
.page--contact .gfield:has(.ginput_recaptcha).gfield_error {
  margin: 0 0 24px;
}
.page--contact .gfield--type-captcha.gfield_error .gfield_validation_message,
.page--contact .gfield:has(.ginput_recaptcha).gfield_error .gfield_validation_message {
  margin-top: 8px;
  font-size: 13px;
}
.page--contact .gfield--type-captcha.gfield_error .gfield_description,
.page--contact .gfield:has(.ginput_recaptcha).gfield_error .gfield_description {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.75;
}
.page--contact .gfield--type-captcha.gfield_error .gfield_description a,
.page--contact .gfield:has(.ginput_recaptcha).gfield_error .gfield_description a {
  color: #3366cc;
  font-weight: 400;
  text-decoration: none;
  border-bottom: solid 1px #b4c9f2;
}
.page--contact .gfield--type-captcha.gfield_error .gfield_description a:hover, .page--contact .gfield--type-captcha.gfield_error .gfield_description a:focus,
.page--contact .gfield:has(.ginput_recaptcha).gfield_error .gfield_description a:hover,
.page--contact .gfield:has(.ginput_recaptcha).gfield_error .gfield_description a:focus {
  color: #24478f;
  border-bottom-color: #89aaea;
}
.page--contact .gform_footer,
.page--contact .gform-footer {
  margin: 32px 0 0;
  padding: 0;
}
.page--contact .gform_footer .gfield.gfield_error,
.page--contact .gform_footer .validation_error,
.page--contact .gform-footer .gfield.gfield_error,
.page--contact .gform-footer .validation_error {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  margin: 0 0 20px;
}
.page--contact .gform_footer .gfield.gfield_error .gfield_validation_message,
.page--contact .gform_footer .validation_error .gfield_validation_message,
.page--contact .gform-footer .gfield.gfield_error .gfield_validation_message,
.page--contact .gform-footer .validation_error .gfield_validation_message {
  margin-top: 8px;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  color: #c0392b;
  background: transparent !important;
  border: 0 !important;
}
.page--contact .gform_footer .gfield.gfield_error .gfield_description,
.page--contact .gform_footer .validation_error .gfield_description,
.page--contact .gform-footer .gfield.gfield_error .gfield_description,
.page--contact .gform-footer .validation_error .gfield_description {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.75;
}
.page--contact .gform_footer .gfield.gfield_error .gfield_description a,
.page--contact .gform_footer .validation_error .gfield_description a,
.page--contact .gform-footer .gfield.gfield_error .gfield_description a,
.page--contact .gform-footer .validation_error .gfield_description a {
  color: #3366cc;
  font-weight: 400;
  text-decoration: none;
  border-bottom: solid 1px #b4c9f2;
}
.page--contact .gform_footer > .gfield_validation_message,
.page--contact .gform-footer > .gfield_validation_message {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 700;
  color: #c0392b;
  background: transparent !important;
  border: 0 !important;
}
.page--contact .gform_button,
.page--contact input.gform_button,
.page--contact button.gform_button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  margin: 0 !important;
  padding: 16px 40px !important;
  border: none !important;
  border-radius: 4px;
  background: #121212 !important;
  font: 12px var(--pp-roboto) !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.page--contact .gform_button:hover:not(:disabled):not(.is-submitting),
.page--contact input.gform_button:hover:not(:disabled):not(.is-submitting),
.page--contact button.gform_button:hover:not(:disabled):not(.is-submitting) {
  background: #313131 !important;
}
.page--contact .gform_button:disabled, .page--contact .gform_button.is-submitting,
.page--contact input.gform_button:disabled,
.page--contact input.gform_button.is-submitting,
.page--contact button.gform_button:disabled,
.page--contact button.gform_button.is-submitting {
  cursor: wait;
}
.page--contact .gform_button.is-submitting,
.page--contact input.gform_button.is-submitting,
.page--contact button.gform_button.is-submitting {
  background: #454545 !important;
  letter-spacing: 0.14em;
  opacity: 0.92;
}
.page--contact .gform_ajax_spinner {
  display: none !important;
}
.page--contact .gform_confirmation_message {
  margin: 0;
  padding: 20px 22px;
  border-left: 3px solid #3366cc;
  font-size: 17px;
  line-height: 1.5;
  color: var(--pp-text);
}
.page--contact .gform_required_legend {
  margin: 0 0 20px;
  font-size: 13px;
  opacity: 0.72;
}

body.dark.page--contact {
  --pp-form-border: #666;
  --pp-form-border-hover: #888;
  --pp-form-fill: #1c1c1c;
}
body.dark.page--contact .gfield > .gfield_label,
body.dark.page--contact .gfield > .gform-field-label {
  color: #fff !important;
}
body.dark.page--contact .gform_button,
body.dark.page--contact input.gform_button,
body.dark.page--contact button.gform_button {
  background: #fff !important;
  color: #121212 !important;
}
body.dark.page--contact .gform_button:hover:not(:disabled):not(.is-submitting),
body.dark.page--contact input.gform_button:hover:not(:disabled):not(.is-submitting),
body.dark.page--contact button.gform_button:hover:not(:disabled):not(.is-submitting) {
  background: #e6e6e6 !important;
  color: #121212 !important;
}
body.dark.page--contact .gform_button.is-submitting,
body.dark.page--contact input.gform_button.is-submitting,
body.dark.page--contact button.gform_button.is-submitting {
  background: #d1d1d1 !important;
  color: #121212 !important;
  opacity: 1;
}

/* .mepr_updated {
  background-color: #def4c5 !important;
  border: 1px solid #4d8c2e !important;
}*/
/**
 * Breakpoints
 */
/**
 * Layout
 */
/**
 * Fonts
 */
.mepr_error, .mepr_updated {
  padding: 1em 1.5em !important;
  color: var(--pp-text);
}

.mepr-white-popup .mepr-btn {
  display: inline-block;
  border: none;
  width: auto;
  padding: 12px 24px;
  background: #121212;
  font: 12px var(--pp-roboto);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff !important;
  transition: background 300ms;
  cursor: pointer;
  border-radius: 0;
}
.mepr-white-popup .mepr-btn:hover {
  background-color: #3366cc;
}

.button.mp-hide-pw .dashicons {
  opacity: 0.4;
  background-position: center center;
  background-repeat: no-repeat;
}
.button.mp-hide-pw .dashicons-visibility {
  background-image: url(/assets/img/icon-eye.svg);
}
.button.mp-hide-pw .dashicons-visibility::before {
  content: none;
}
.button.mp-hide-pw .dashicons-hidden {
  background-image: url(/assets/img/icon-eye-slash.svg);
}
.button.mp-hide-pw .dashicons-hidden::before {
  content: none;
}

.page--login {
  --pp-form-border: #a3a3a3;
  --pp-form-border-hover: #7a7a7a;
  --pp-form-fill: #f7f7f7;
}
.page--login .page__content {
  min-height: 0;
}
.page--login h1 {
  margin-bottom: 0;
  font-size: 45px;
}
@media screen and (max-width: 640px) {
  .page--login h1 {
    font-size: 30px;
  }
}
.page--login .post-full {
  width: 100%;
  max-width: 520px;
}
@media screen and (min-width: 869px) {
  .page--login .page__row {
    padding-top: 24px;
    padding-bottom: 72px;
  }
}
.page--login .post-full__text > p:first-child {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.55;
  opacity: 0.82;
}
@media screen and (max-width: 640px) {
  .page--login .post-full__text > p:first-child {
    font-size: 16px;
  }
}
.page--login .mp_login_form,
.page--login .mp_wrapper {
  margin: 0;
}
.page--login .mepr_error,
.page--login .mepr_updated {
  padding: 18px 22px !important;
  border: none !important;
  border-left: 3px solid #c0392b !important;
  border-radius: 0 6px 6px 0;
  background: rgba(192, 57, 43, 0.07) !important;
  box-shadow: none !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--pp-text);
  margin: 20px 0 0;
  border-left-color: #c0392b !important;
  background: rgba(192, 57, 43, 0.07) !important;
  font-weight: 400;
}
.page--login .mepr_updated {
  border-left-color: #3366cc !important;
  background: rgba(51, 102, 204, 0.08) !important;
}
.page--login .mepr-already-logged-in {
  margin-top: 28px;
}
.page--login .mepr-login-form.mepr-form {
  max-width: 100%;
  margin: 28px 0 0;
  padding: 0;
  background: transparent;
}
.page--login .mepr-login-form.mepr-form .login-form__intro {
  margin: 0 0 28px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--pp-text);
  opacity: 0.85;
}
.page--login .mepr-login-form.mepr-form .mp-form-row {
  margin: 0 0 32px;
  padding: 0;
}
.page--login .mepr-login-form.mepr-form .mp-form-row .mp-form-label {
  margin-bottom: 0;
  opacity: 1;
}
.page--login .mepr-login-form.mepr-form .mp-form-row .mp-form-label label {
  display: block;
  margin: 0 0 8px;
  padding-bottom: 0;
  border-bottom: none;
  font-family: var(--pp-roboto);
  font-size: 15px;
  font-weight: 900;
  font-synthesis: none;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pp-text);
}
.page--login .mepr-login-form.mepr-form .mp-form-row .mepr-form-input,
.page--login .mepr-login-form.mepr-form .mp-form-row input[type=text],
.page--login .mepr-login-form.mepr-form .mp-form-row input[type=email] {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--pp-form-border);
  border-radius: 6px;
  background: var(--pp-form-fill);
  color: var(--pp-text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-synthesis: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  min-height: 50px;
  height: auto;
}
.page--login .mepr-login-form.mepr-form .mp-form-row .mepr-form-input::placeholder,
.page--login .mepr-login-form.mepr-form .mp-form-row input[type=text]::placeholder,
.page--login .mepr-login-form.mepr-form .mp-form-row input[type=email]::placeholder {
  color: var(--pp-text);
  opacity: 0.42;
}
.page--login .mepr-login-form.mepr-form .mp-form-row .mepr-form-input:hover,
.page--login .mepr-login-form.mepr-form .mp-form-row input[type=text]:hover,
.page--login .mepr-login-form.mepr-form .mp-form-row input[type=email]:hover {
  border-color: var(--pp-form-border-hover);
  background: var(--pp-surface);
}
.page--login .mepr-login-form.mepr-form .mp-form-row .mepr-form-input:focus,
.page--login .mepr-login-form.mepr-form .mp-form-row input[type=text]:focus,
.page--login .mepr-login-form.mepr-form .mp-form-row input[type=email]:focus {
  outline: none;
  border-color: #3366cc;
  background: var(--pp-surface);
  box-shadow: 0 0 0 3px rgba(51, 102, 204, 0.18);
}
.page--login .mepr-login-form.mepr-form .mp-form-row .mp-hide-pw {
  position: relative;
  display: block;
}
.page--login .mepr-login-form.mepr-form .mp-form-row .mp-hide-pw .mepr-form-input,
.page--login .mepr-login-form.mepr-form .mp-form-row .mp-hide-pw input[type=password] {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--pp-form-border);
  border-radius: 6px;
  background: var(--pp-form-fill);
  color: var(--pp-text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-synthesis: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  padding-right: 48px;
  min-height: 50px;
  height: auto;
}
.page--login .mepr-login-form.mepr-form .mp-form-row .mp-hide-pw .mepr-form-input::placeholder,
.page--login .mepr-login-form.mepr-form .mp-form-row .mp-hide-pw input[type=password]::placeholder {
  color: var(--pp-text);
  opacity: 0.42;
}
.page--login .mepr-login-form.mepr-form .mp-form-row .mp-hide-pw .mepr-form-input:hover,
.page--login .mepr-login-form.mepr-form .mp-form-row .mp-hide-pw input[type=password]:hover {
  border-color: var(--pp-form-border-hover);
  background: var(--pp-surface);
}
.page--login .mepr-login-form.mepr-form .mp-form-row .mp-hide-pw .mepr-form-input:focus,
.page--login .mepr-login-form.mepr-form .mp-form-row .mp-hide-pw input[type=password]:focus {
  outline: none;
  border-color: #3366cc;
  background: var(--pp-surface);
  box-shadow: 0 0 0 3px rgba(51, 102, 204, 0.18);
}
.page--login .mepr-login-form.mepr-form .mp-form-row .mp-hide-pw > .button.mp-hide-pw {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  margin: 0;
  padding: 4px;
  border: none;
  border-radius: 0;
  background: transparent !important;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  color: inherit !important;
  box-shadow: none;
  cursor: pointer;
}
.page--login .mepr-login-form.mepr-form .mp-form-row .mp-hide-pw > .button.mp-hide-pw:hover {
  background: transparent !important;
  color: inherit !important;
}
.page--login .mepr-login-form.mepr-form .login-form__remember {
  margin-bottom: 24px;
}
.page--login .mepr-login-form.mepr-form .login-form__remember label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: var(--pp-text);
  cursor: pointer;
}
.page--login .mepr-login-form.mepr-form .login-form__remember input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #3366cc;
  cursor: pointer;
}
.page--login .mepr-login-form.mepr-form .login-form__actions {
  margin: 32px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--pp-border);
}
.page--login .mepr-login-form.mepr-form .login-form__cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.page--login .mepr-login-form.mepr-form .mepr-submit,
.page--login .mepr-login-form.mepr-form #wp-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  margin: 0 !important;
  padding: 16px 40px !important;
  border: none !important;
  border-radius: 4px;
  background: #121212 !important;
  font: 12px var(--pp-roboto) !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
  width: 100%;
  min-width: 0;
}
.page--login .mepr-login-form.mepr-form .mepr-submit:hover:not(:disabled):not(.is-submitting),
.page--login .mepr-login-form.mepr-form #wp-submit:hover:not(:disabled):not(.is-submitting) {
  background: #313131 !important;
}
.page--login .mepr-login-form.mepr-form .mepr-submit:disabled, .page--login .mepr-login-form.mepr-form .mepr-submit.is-submitting,
.page--login .mepr-login-form.mepr-form #wp-submit:disabled,
.page--login .mepr-login-form.mepr-form #wp-submit.is-submitting {
  cursor: wait;
}
.page--login .mepr-login-form.mepr-form .mepr-submit.is-submitting,
.page--login .mepr-login-form.mepr-form #wp-submit.is-submitting {
  background: #454545 !important;
  letter-spacing: 0.14em !important;
  opacity: 0.92;
}
.page--login .mepr-login-form.mepr-form .login-form__register {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 16px 24px;
  border: 1px solid var(--pp-form-border);
  border-radius: 4px;
  background: var(--pp-surface);
  font: 12px var(--pp-roboto);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: var(--pp-text);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.page--login .mepr-login-form.mepr-form .login-form__register:hover {
  border-color: var(--pp-text);
  background: var(--pp-bg);
  color: var(--pp-text);
}
.page--login .login-form__help {
  margin: 20px 0 0;
  text-align: center;
}
.page--login .login-form__forgot {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: var(--pp-text);
  text-decoration: none;
  opacity: 0.72;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.page--login .login-form__forgot:hover {
  opacity: 1;
  color: #3366cc;
  text-decoration: underline;
}
.page--login .login-form__link {
  color: #3366cc;
  border-bottom: solid 1px #b4c9f2;
  text-decoration: none;
}
.page--login .login-form__link:hover {
  color: #24478f;
  border-bottom-color: #89aaea;
}
@media screen and (max-width: 640px) {
  .page--login .mepr-login-form.mepr-form .login-form__cta {
    grid-template-columns: 1fr;
  }
}
.page--login .login-form__back {
  display: inline-block;
  font-size: 15px;
}

.mepr-login-actions {
  font-size: 14px;
  margin-top: 10px;
}

.page--account {
  --pp-account-fill: #f7f7f7;
  --pp-form-border: #a3a3a3;
  --pp-form-border-hover: #7a7a7a;
  --pp-form-fill: #f7f7f7;
}
.page--account h1 {
  margin-bottom: 0;
  font-size: 45px;
}
@media screen and (max-width: 640px) {
  .page--account h1 {
    font-size: 30px;
  }
}
.page--account .post-full {
  max-width: 100%;
}
.page--account .page__content {
  min-height: 0;
}
.page--account .member-account-header {
  margin: 20px 0 28px;
  border-bottom: none;
}
.page--account .member-account-nav,
.page--account #mepr-account-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 4px 0;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--pp-border);
  font-family: var(--pp-roboto);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.page--account .member-account-nav .mepr-nav-item,
.page--account #mepr-account-nav .mepr-nav-item {
  margin: 0 24px 0 0;
  padding: 0;
}
.page--account .member-account-nav .mepr-nav-item:last-child,
.page--account #mepr-account-nav .mepr-nav-item:last-child {
  margin-right: 0;
}
.page--account .member-account-nav .mepr-nav-item a,
.page--account #mepr-account-nav .mepr-nav-item a {
  display: inline-block;
  padding: 0 0 14px;
  margin-bottom: -1px;
  border-bottom: 3px solid transparent;
  color: inherit;
  line-height: 1.3;
  text-decoration: none;
  opacity: 0.72;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}
.page--account .member-account-nav .mepr-nav-item a:hover,
.page--account #mepr-account-nav .mepr-nav-item a:hover {
  opacity: 1;
  border-color: rgba(51, 102, 204, 0.35);
}
.page--account .member-account-nav .mepr-nav-item.mepr-active-nav-tab a,
.page--account #mepr-account-nav .mepr-nav-item.mepr-active-nav-tab a {
  opacity: 1;
  border-color: #3366cc;
}
@media screen and (max-width: 868px) {
  .page--account .member-account-nav,
  .page--account #mepr-account-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 0;
    border-bottom: none;
  }
  .page--account .member-account-nav .mepr-nav-item,
  .page--account #mepr-account-nav .mepr-nav-item {
    margin: 0;
    border-bottom: 1px solid var(--pp-border);
  }
  .page--account .member-account-nav .mepr-nav-item:nth-child(odd),
  .page--account #mepr-account-nav .mepr-nav-item:nth-child(odd) {
    border-right: 1px solid var(--pp-border);
  }
  .page--account .member-account-nav .mepr-nav-item a,
  .page--account #mepr-account-nav .mepr-nav-item a {
    display: block;
    padding: 14px 10px;
    margin-bottom: 0;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 640px) {
  .page--account .member-account-nav .mepr-nav-item a,
  .page--account #mepr-account-nav .mepr-nav-item a {
    padding: 12px 6px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 868px) {
  .page--account .member-account-header {
    margin: 12px 0 22px;
  }
}
.page--account .account-message {
  margin: 0 0 28px;
  padding: 18px 22px;
  border: none;
  border-left: 3px solid #3366cc;
  border-radius: 0 6px 6px 0;
  background: var(--pp-account-fill);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: var(--pp-text);
}
.page--account .account-message p:last-child {
  margin-bottom: 0;
}
.page--account .account-message a {
  color: #3366cc;
  border-bottom-color: #b4c9f2;
}
.page--account .mepr--wrapper,
.page--account .mepr-home-wrapper,
.page--account .mepr-newpassword-wrapper {
  margin: 0;
  padding: 0;
  overflow: visible;
  max-width: 100%;
}
.page--account .mp_wrapper .mepr-form {
  max-width: none;
  margin: 0;
  padding: 0;
}
.page--account .member-overview {
  margin: 0;
  padding: 24px 28px;
  border: none;
  border-radius: 0;
  background: var(--pp-account-fill);
  overflow: visible;
}
.page--account .member-overview__name {
  margin: 0 0 16px;
  font-family: var(--pp-roboto);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--pp-text);
}
@media screen and (max-width: 640px) {
  .page--account .member-overview__name {
    font-size: 24px;
  }
}
.page--account .member-overview__meta {
  margin: 0 0 16px;
  padding: 0;
}
.page--account .member-overview__meta-row {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 4px 20px;
  margin: 0 0 12px;
  align-items: baseline;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 640px) {
  .page--account .member-overview__meta-row {
    grid-template-columns: 1fr;
    gap: 2px;
    margin-bottom: 14px;
  }
}
.page--account .member-overview__meta-row dt {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pp-text);
  opacity: 0.5;
}
.page--account .member-overview__meta-row dd {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--pp-text);
  word-break: break-word;
}
.page--account .member-overview__meta-row dd a {
  color: #3366cc;
  border-bottom: solid 1px #b4c9f2;
  text-decoration: none;
}
.page--account .member-overview__meta-row dd a:hover {
  color: #24478f;
}
.page--account .member-overview__membership-list {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid var(--pp-border);
}
.page--account .member-overview__empty {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  opacity: 0.85;
}
.page--account .member-overview__empty a {
  color: #3366cc;
  border-bottom: solid 1px #b4c9f2;
  text-decoration: none;
}
.page--account .member-overview .membership-wrapper {
  margin: 0 0 20px;
}
.page--account .member-overview .membership-wrapper:last-child {
  margin-bottom: 0;
}
.page--account .member-overview .membership-wrapper:last-child .member-overview__meta {
  margin-bottom: 0;
}
.page--account .member-overview .membership-wrapper .member-overview__meta {
  margin-bottom: 0;
}
.page--account .mepr-account-form.mepr-form {
  max-width: 640px;
  margin: 0;
  padding: 0;
}
.page--account .mepr-account-form.mepr-form .mp-form-row {
  margin-bottom: 28px;
}
.page--account .mepr-account-form.mepr-form .mp-form-row .mp-form-label label,
.page--account .mepr-account-form.mepr-form .mp-form-row > label {
  display: block;
  margin-bottom: 8px;
  font-family: var(--pp-roboto);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pp-text);
  opacity: 1;
}
.page--account .mepr-account-form.mepr-form .mp-form-row .mepr-form-input {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--pp-form-border);
  border-radius: 6px;
  background: var(--pp-form-fill);
  color: var(--pp-text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-synthesis: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.page--account .mepr-account-form.mepr-form .mp-form-row .mepr-form-input::placeholder {
  color: var(--pp-text);
  opacity: 0.42;
}
.page--account .mepr-account-form.mepr-form .mp-form-row .mepr-form-input:hover {
  border-color: var(--pp-form-border-hover);
  background: var(--pp-surface);
}
.page--account .mepr-account-form.mepr-form .mp-form-row .mepr-form-input:focus {
  outline: none;
  border-color: #3366cc;
  background: var(--pp-surface);
  box-shadow: 0 0 0 3px rgba(51, 102, 204, 0.18);
}
.page--account .mepr-account-form.mepr-form .mepr-submit {
  min-width: 200px;
  padding: 16px 40px;
  background: #121212 !important;
  font-family: var(--pp-roboto);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.page--account .mepr-account-form.mepr-form .mepr-submit:hover {
  background: #313131 !important;
}
.page--account .mepr-newpassword-form.mepr-form {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.page--account .mepr-newpassword-form.mepr-form .account-form__title {
  margin: 32px 0 28px;
  font-family: var(--pp-roboto);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  color: var(--pp-text);
}
@media screen and (max-width: 640px) {
  .page--account .mepr-newpassword-form.mepr-form .account-form__title {
    margin: 28px 0 24px;
    font-size: 20px;
  }
}
.page--account .mepr-newpassword-form.mepr-form .mepr-form-has-errors,
.page--account .mepr-newpassword-form.mepr-form .cc-error {
  padding: 18px 22px !important;
  border: none !important;
  border-left: 3px solid #c0392b !important;
  border-radius: 0 6px 6px 0;
  background: rgba(192, 57, 43, 0.07) !important;
  box-shadow: none !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--pp-text);
  display: block !important;
  margin: 20px 0 0;
  width: 100%;
  font-weight: 400;
}
.page--account .mepr-newpassword-form.mepr-form .mp-form-row {
  margin: 0 0 32px;
  padding: 0;
}
.page--account .mepr-newpassword-form.mepr-form .mp-form-row .mp-form-label {
  margin-bottom: 16px;
}
.page--account .mepr-newpassword-form.mepr-form .mp-form-row .mp-form-label label {
  display: block;
  margin: 0 0 8px;
  padding-bottom: 0;
  border-bottom: none;
  font-family: var(--pp-roboto);
  font-size: 15px;
  font-weight: 900;
  font-synthesis: none;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pp-text);
  margin-bottom: 0;
}
.page--account .mepr-newpassword-form.mepr-form .mp-form-row .mp-hide-pw {
  position: relative;
  display: block;
}
.page--account .mepr-newpassword-form.mepr-form .mp-form-row .mp-hide-pw .mepr-form-input,
.page--account .mepr-newpassword-form.mepr-form .mp-form-row .mp-hide-pw input[type=password] {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--pp-form-border);
  border-radius: 6px;
  background: var(--pp-form-fill);
  color: var(--pp-text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-synthesis: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  padding-right: 48px;
  min-height: 50px;
  height: auto;
}
.page--account .mepr-newpassword-form.mepr-form .mp-form-row .mp-hide-pw .mepr-form-input::placeholder,
.page--account .mepr-newpassword-form.mepr-form .mp-form-row .mp-hide-pw input[type=password]::placeholder {
  color: var(--pp-text);
  opacity: 0.42;
}
.page--account .mepr-newpassword-form.mepr-form .mp-form-row .mp-hide-pw .mepr-form-input:hover,
.page--account .mepr-newpassword-form.mepr-form .mp-form-row .mp-hide-pw input[type=password]:hover {
  border-color: var(--pp-form-border-hover);
  background: var(--pp-surface);
}
.page--account .mepr-newpassword-form.mepr-form .mp-form-row .mp-hide-pw .mepr-form-input:focus,
.page--account .mepr-newpassword-form.mepr-form .mp-form-row .mp-hide-pw input[type=password]:focus {
  outline: none;
  border-color: #3366cc;
  background: var(--pp-surface);
  box-shadow: 0 0 0 3px rgba(51, 102, 204, 0.18);
}
.page--account .mepr-newpassword-form.mepr-form .mp-form-row .mp-hide-pw > .button.mp-hide-pw {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  margin: 0;
  padding: 4px;
  border: none;
  border-radius: 0;
  background: transparent !important;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  color: inherit !important;
  box-shadow: none;
  cursor: pointer;
}
.page--account .mepr-newpassword-form.mepr-form .mp-form-row .mp-hide-pw > .button.mp-hide-pw:hover {
  background: transparent !important;
  color: inherit !important;
}
.page--account .mepr-newpassword-form.mepr-form .account-form__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  margin: 32px 0 0;
  padding: 0;
}
.page--account .mepr-newpassword-form.mepr-form .mepr-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  margin: 0 !important;
  padding: 16px 40px !important;
  border: none !important;
  border-radius: 4px;
  background: #121212 !important;
  font: 12px var(--pp-roboto) !important;
  font-weight: 900 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.page--account .mepr-newpassword-form.mepr-form .mepr-submit:hover:not(:disabled):not(.is-submitting) {
  background: #313131 !important;
}
.page--account .mepr-newpassword-form.mepr-form .mepr-submit:disabled, .page--account .mepr-newpassword-form.mepr-form .mepr-submit.is-submitting {
  cursor: wait;
}
.page--account .mepr-newpassword-form.mepr-form .mepr-submit.is-submitting {
  background: #454545 !important;
  letter-spacing: 0.14em !important;
  opacity: 0.92;
}
.page--account .mepr-newpassword-form.mepr-form .account-form__cancel {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #3366cc;
  border-bottom: solid 1px #b4c9f2;
  text-decoration: none;
}
.page--account .mepr-newpassword-form.mepr-form .account-form__cancel:hover {
  color: #24478f;
  border-bottom-color: #89aaea;
}
.page--account .mepr-newpassword-form.mepr-form .mepr-loading-gif {
  display: none !important;
}
.page--account .mepr-newpassword-form.mepr-form input.invalid,
.page--account .mepr-newpassword-form.mepr-form select.invalid,
.page--account .mepr-newpassword-form.mepr-form textarea.invalid {
  border-color: #da463d !important;
  background: var(--pp-form-fill) !important;
  color: var(--pp-text) !important;
  box-shadow: 0 0 0 3px rgba(218, 70, 61, 0.12) !important;
}
.page--account .mp_wrapper table.mepr-account-table {
  margin: 0;
  border: none;
}
.page--account .mp_wrapper table.mepr-account-table thead th {
  padding: 0 20px 14px 0;
  border-bottom: 1px solid var(--pp-border);
  font-family: var(--pp-roboto);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: inherit;
  opacity: 0.65;
}
.page--account .mp_wrapper table.mepr-account-table td {
  padding: 22px 20px 22px 0;
  border-bottom: 1px solid var(--pp-border);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: top;
}
.page--account .mp_wrapper table.mepr-account-table tr:last-child td {
  border-bottom: none;
}
.page--account .mp_wrapper table.mepr-account-table .mepr-account-product {
  font-family: var(--pp-roboto);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.page--account .mp_wrapper table.mepr-account-table .mepr-account-actions a {
  display: inline;
  margin-right: 12px;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #3366cc;
  opacity: 1;
  border-bottom: none;
}
.page--account .mp_wrapper table.mepr-account-table .mepr-account-auto-rebill {
  background: var(--pp-surface);
  border: 1px solid var(--pp-border);
  border-radius: 100px;
  color: var(--pp-text);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.page--account .mepr-no-active-subscriptions {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: var(--pp-text);
}
.page--account .mepr-no-active-subscriptions a {
  color: #3366cc;
  border-bottom: solid 1px #b4c9f2;
  text-decoration: none;
}
.page--account .mepr-no-active-subscriptions a:hover {
  color: #24478f;
}
.page--account #mepr-subscriptions-paging {
  margin-top: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.page--account #mepr-subscriptions-paging a {
  color: #3366cc;
  text-decoration: none;
}
.page--account #mepr-subscriptions-paging a:hover {
  text-decoration: underline;
}
.page--account .mepr_error,
.page--account .mepr_updated {
  margin-bottom: 24px;
  padding: 16px 20px !important;
  border: none !important;
  border-left: 3px solid #c0392b !important;
  border-radius: 0 6px 6px 0;
  background: rgba(192, 57, 43, 0.07) !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: var(--pp-text) !important;
}
.page--account .mepr_updated {
  border-left-color: #3366cc !important;
  background: rgba(51, 102, 204, 0.08) !important;
}

.memberpress-prompt {
  margin-bottom: 50px;
}
.memberpress-prompt__cta {
  position: relative;
  z-index: 1;
  overflow: visible;
  isolation: isolate;
  transition: background 280ms ease, box-shadow 280ms ease, transform 280ms ease;
}
.memberpress-prompt__cta::before, .memberpress-prompt__cta::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.memberpress-prompt__cta::before {
  box-shadow: 0 -28px 0 #f0b429, 22px -18px 0 #e85d4c, 28px 4px 0 #3366cc, 18px 24px 0 #2bb673, -4px 28px 0 #f0b429, -24px 16px 0 #e85d4c, -28px -6px 0 #3366cc, -16px -24px 0 #2bb673, 12px -30px 0 #ff8a3d, 30px 14px 0 #5b8def, -30px 12px 0 #ffd166, 0 32px 0 #e85d4c;
}
.memberpress-prompt__cta::after {
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  box-shadow: 8px -16px 0 #fff, 16px 8px 0 #f0b429, -2px 18px 0 #fff, -18px 2px 0 #e85d4c, -10px -14px 0 #5b8def, 14px -4px 0 #2bb673, 4px 14px 0 #ff8a3d, -14px 12px 0 #ffd166;
}
.memberpress-prompt__cta:hover, .memberpress-prompt__cta:focus-visible {
  background: linear-gradient(120deg, #3366cc 0%, #5b8def 25%, #e85d4c 50%, #f0b429 75%, #3366cc 100%);
  background-size: 220% 220%;
  box-shadow: 0 0 0 2px rgba(240, 180, 41, 0.35), 0 8px 22px rgba(51, 102, 204, 0.35), 0 0 28px rgba(232, 93, 76, 0.28);
  transform: translateY(-1px) scale(1.03);
  animation: memberpress-prompt-party-shift 0.9s ease-in-out infinite alternate;
}
.memberpress-prompt__cta:hover::before, .memberpress-prompt__cta:focus-visible::before {
  animation: memberpress-prompt-confetti-a 0.75s ease-out both;
}
.memberpress-prompt__cta:hover::after, .memberpress-prompt__cta:focus-visible::after {
  animation: memberpress-prompt-confetti-b 0.85s ease-out both;
}

@keyframes memberpress-prompt-party-shift {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}
@keyframes memberpress-prompt-confetti-a {
  0% {
    opacity: 0;
    transform: scale(0.35);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}
@keyframes memberpress-prompt-confetti-b {
  0% {
    opacity: 0;
    transform: scale(0.2) rotate(0deg);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.8) rotate(25deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .memberpress-prompt__cta:hover, .memberpress-prompt__cta:focus-visible {
    animation: none;
    background: #3366cc;
    background-size: auto;
    transform: none;
    box-shadow: 0 0 0 2px rgba(51, 102, 204, 0.35);
  }
  .memberpress-prompt__cta:hover::before, .memberpress-prompt__cta:hover::after, .memberpress-prompt__cta:focus-visible::before, .memberpress-prompt__cta:focus-visible::after {
    animation: none;
    opacity: 0;
  }
}
.membership-form-logo {
  display: block;
  max-width: 250px;
  margin: auto;
  padding: 30px;
}

input.mepr-submit {
  cursor: pointer;
  background: #3366cc;
}
input.mepr-submit:hover {
  background-color: #2952a3;
}

#mepr-stripe-payment-form,
.mepr-form {
  max-width: 550px;
  margin: auto;
  padding: 40px;
}

.mepr-signup-form {
  max-width: 100%;
  padding: 0;
}

.account-message {
  margin: 1em 0;
  background-color: var(--pp-account-fill, #f2f2f2);
  padding: 1em;
  color: var(--pp-text);
}

.mepr-price-menu.custom .mepr-price-boxes {
  display: flex;
  gap: 2rem;
}
.mepr-price-menu.custom .mepr-price-box {
  border: solid 1px #eee;
  background-color: #f2f2f2;
  flex: 1;
  text-align: center;
  padding: 20px;
}
.mepr-price-menu.custom .mepr-price-box .button {
  width: 100%;
  max-width: 250px;
  background-color: #3366cc;
  margin: 10px 0;
}
.mepr-price-menu.custom .mepr-price-box .button:hover {
  background-color: #2952a3;
}
.mepr-price-menu.custom .mepr-price-box .button.disabled {
  background-color: #585858;
}
.mepr-price-menu.custom .mepr-price-box-price {
  font-size: 30px;
  font-weight: bold;
  padding: 20px 0;
}
.mepr-price-menu.custom .mepr-most-popular {
  visibility: hidden;
  display: none;
}
.mepr-price-menu.custom .mepr-price-box-title {
  font-family: var(--pp-roboto);
  font-weight: 900;
  text-transform: uppercase;
  color: #3366cc;
}
.mepr-price-menu.custom .mepr-price-box-heading {
  color: #666;
  padding-bottom: 10px;
}
body.dark.page--account {
  --pp-account-fill: #1c1c1c;
  --pp-form-border: #666;
  --pp-form-border-hover: #888;
  --pp-form-fill: #1c1c1c;
}
body.dark.page--account .account-message,
body.dark.page--account .member-overview {
  background: var(--pp-account-fill);
  color: var(--pp-text);
}
body.dark.page--account .mp_wrapper table.mepr-account-table {
  color: var(--pp-text);
}
body.dark.page--account .mp_wrapper table.mepr-account-table thead th {
  color: var(--pp-text);
}
body.dark.page--account .mp_wrapper table.mepr-account-table td {
  color: var(--pp-text);
}
body.dark.page--account .mp_wrapper table.mepr-account-table tr {
  border-color: var(--pp-border);
}
body.dark.page--account .mp_wrapper table.mepr-account-table .mepr-account-actions a {
  color: #3366cc;
}
body.dark.page--account .mepr-account-form.mepr-form .mepr-submit:hover {
  background: #454545 !important;
}
body.dark .page--login {
  --pp-form-border: #666;
  --pp-form-border-hover: #888;
  --pp-form-fill: #1c1c1c;
}
body.dark .member-account-header {
  border-color: var(--pp-border);
}
body.dark .subscription-info {
  border-color: var(--pp-border);
}
body.dark .mepr-price-menu.custom .mepr-price-box {
  border: solid 1px #111;
  background-color: #333;
}
body.dark .mepr-form input.invalid,
body.dark .mepr-form select.invalid,
body.dark .mepr-form textarea.invalid,
body.dark .mepr-form label.mepr-checkbox-field.invalid,
body.dark .mepr-form div.mepr-checkboxes-field.invalid,
body.dark .mepr-form div.mepr-radios-field.invalid {
  background-color: var(--pp-form-fill) !important;
  color: var(--pp-text);
}

h1.membership-title {
  font-size: 30px;
  margin-bottom: 20px;
}

.invoice-amount {
  font-size: 25px;
  font-weight: bold;
}

.mepr-transaction-invoice-wrapper {
  padding-top: 40px;
}

.mepr-checkout-container {
  width: 100%;
}
.mepr-checkout-container .col2 {
  padding: 40px;
  background-color: #fff;
  width: auto;
  margin-left: -40px;
  margin-right: -40px;
}
@media screen and (max-width: 1280px) {
  .mepr-checkout-container .col2 {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 1200px) {
  .mepr-checkout-container .col2 {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (max-width: 1124px) {
  .mepr-checkout-container .col2 {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 868px) {
  .mepr-checkout-container .col2 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.mepr-checkout-container .form-wrapper,
.mepr-checkout-container .invoice-wrapper {
  max-width: 600px;
  margin: auto;
}

/*&.membership{

}*/
.mp-form-row-group {
  display: flex;
  gap: 5px;
}

.mp-form-row input {
  border-radius: 3px;
  border: solid 1px #ddd;
}
.mp-form-row label,
.mp-form-row .mp-form-label {
  font-size: 14px;
  color: inherit;
  opacity: 0.9;
}
.mp-form-row .required {
  color: red;
  padding-left: 3px;
}
.mp-form-row input[type=checkbox] {
  display: inline;
}

.mp-form-submit input.mepr-submit {
  width: 100%;
  font-size: 20px;
}

.single-memberpressproduct .page__content {
  padding: 0 0 100px 0;
  margin: auto;
  max-width: 500px;
  background-color: #f2f2f2;
}
.single-memberpressproduct .page__content .links {
  font-size: 14px;
  margin-top: 1em;
}
.single-memberpressproduct .page__content .disclaimer {
  color: #585858;
}

.member-overview {
  padding: 30px;
  margin: 1em 0;
  border: solid 1px #f2f2f2;
}
.member-overview label {
  font-weight: bold;
}
.member-overview .mepr-account-change-password {
  margin-right: 20px;
}
.member-overview .links {
  font-size: 14px;
  margin-top: 1em;
}
.member-overview .subscription-info {
  margin-top: 2em;
  padding-top: 1em;
  border-top: solid 1px #f2f2f2;
}

.membership-wrapper {
  margin: 1em 0;
}

.membership-name {
  font-size: 1.3em;
  font-weight: 900;
  font-family: var(--pp-roboto);
}

.member-account-header {
  border-bottom: solid 1px #eee;
  margin-bottom: 2rem;
  margin-top: 4rem;
}

.mepr-inactive {
  color: #ff0000;
}

.mp_wrapper table.mepr-account-table {
  border: none;
  margin: 3rem 0;
}
.mp_wrapper table.mepr-account-table tr {
  letter-spacing: normal;
  text-align: left;
  border-left: none;
  border-right: none;
}
.mp_wrapper table.mepr-account-table thead tr,
.mp_wrapper table.mepr-account-table th {
  border-top: none;
}
.mp_wrapper table.mepr-account-table thead th {
  color: var(--pp-text);
  opacity: 0.65;
}
.mp_wrapper table.mepr-account-table td {
  font-size: 14px;
  border-left: none;
  line-height: 1.5em;
  padding: 25px 5px;
}
.mp_wrapper table.mepr-account-table tr.mepr-alt-row {
  background-color: transparent;
}
.mp_wrapper table.mepr-account-table .mepr-account-actions a {
  display: block;
  border-bottom: none;
  text-decoration: underline;
  color: inherit;
  opacity: 0.8;
}
.mp_wrapper table.mepr-account-table .mepr-account-actions a:hover {
  opacity: 1;
}
.mp_wrapper table.mepr-account-table .mepr-account-product {
  font-weight: bold;
  font-size: 18px;
}
.mp_wrapper table.mepr-account-table .mepr-account-product a {
  border: none;
}

.mepr-account-created-at,
.mepr-account-rebill {
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  color: inherit;
  opacity: 0.6;
}

.mepr-account-subscr-id {
  font-style: normal;
  color: inherit;
  opacity: 0.6;
  font-size: 12px;
  font-weight: normal;
}

.mepr-account-terms {
  font-weight: bold;
  font-size: inherit;
  font-style: normal;
  color: inherit;
}

.mepr-account-auto-rebill {
  background-color: var(--pp-surface, #eee);
  line-height: 1.6em;
  font-size: 12px;
  border-radius: 100px;
  padding: 0 1em;
  display: inline-block;
  margin-bottom: 5px;
  color: var(--pp-text);
}

.mepr_coupon {
  max-width: 300px;
}

a.have-coupon-link {
  font-size: 14px;
  color: #3366cc;
  text-decoration: underline;
}

.mepr-transaction-invoice-wrapper .mp-table {
  border: none;
}
.mepr-transaction-invoice-wrapper .mp-table thead {
  display: none;
}
.mepr-transaction-invoice-wrapper .mp-table td, .mepr-transaction-invoice-wrapper .mp-table th {
  border: none;
  padding: 5px 0;
}
.mepr-transaction-invoice-wrapper .mp-table td {
  color: #666;
}
.mepr-transaction-invoice-wrapper .mp-table tfoot {
  border: none;
}
.mepr-transaction-invoice-wrapper .mp-table tfoot th {
  border-top: solid 1px #ccc !important;
  text-transform: none;
  padding-top: 15px;
}
.mepr-transaction-invoice-wrapper .mp-table tfoot .mp-currency-cell {
  font-weight: bold;
  font-size: 30px;
}

.mepr-form input.invalid,
.mepr-form select.invalid,
.mepr-form textarea.invalid,
.mepr-form label.mepr-checkbox-field.invalid,
.mepr-form div.mepr-checkboxes-field.invalid,
.mepr-form div.mepr-radios-field.invalid {
  border: 1px solid #FF6666 !important;
  background-color: var(--pp-form-fill, #ffffff) !important;
  color: #FF6666;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 1px #FF6666;
}

.mepr-stripe-card-errors,
.mepr-paypal-card-errors,
.mepr-stripe-checkout-errors,
.mp_wrapper .mepr-form-has-errors,
.mp_wrapper .cc-error,
.mp_wrapper .mepr-validation-error {
  font-size: 14px;
  padding: 7px 0;
  line-height: 1.2em;
}

.mp_wrapper .mepr-validation-error {
  display: inline-block;
}

/*#mepr-template-login .mepro-form button,
#mepr-template-login .mepro-form input[type="button"],
#mepr-template-login .mepro-form input[type="reset"],
#mepr-template-login .mepro-form input[type="submit"],
#mepr-template-login .mepr-form button,
#mepr-template-login .mepr-form input[type="button"],
#mepr-template-login .mepr-form input[type="reset"],
#mepr-template-login .mepr-form input[type="submit"] {
  border-radius: 0;
}*/
/**
 * Banners
 */
.banners {
  position: relative;
  width: 100%;
  height: auto;
  margin: 20px 0;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  line-height: 1em;
  /*     &.banners-before-sidebar{
      @media screen and (max-width: $iphone) {
        margin: 20px 0;
        overflow: visible;
      }
    } */
}
.banners:first-child {
  margin-top: 0;
}
.banners:last-child {
  margin-bottom: 0;
}
.banners.banners-above-header {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .banners.banners-above-header {
    display: none;
  }
}
.banners.banners-above-header iframe {
  margin: auto;
  display: block;
}
.banners.banners-below-header {
  background: #f2f2f2;
  padding: 10px 0;
  margin: 0;
}
.banners.banners-below-header:before {
  color: #bebebe;
  content: "ADVERTISEMENT";
  display: block;
  font-size: 10px;
  line-height: normal;
}
@media screen and (min-width: 868px) {
  .banners.banners-below-header {
    display: none;
  }
}
.banners.banners-before-single-title, .banners.banners-before-sidebar {
  margin-top: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 1124px) {
  .banners.banners-desktop {
    display: none;
  }
}
.banners.banners-mobile {
  display: none;
}
@media screen and (max-width: 868px) {
  .banners.banners-mobile {
    display: block;
  }
}
.banners.banners-iphone {
  display: none;
}
@media screen and (max-width: 640px) {
  .banners.banners-iphone {
    display: block;
  }
}
.banners.banners-before-post {
  background-color: #f2f2f2;
  margin-bottom: 40px;
  padding: 10px 0;
}
.banners.banners-before-post:before {
  color: #bebebe;
  content: "ADVERTISEMENT";
  display: block;
  font-size: 10px;
  line-height: normal;
  margin-bottom: 5px;
}

.peta-banner {
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .trending-posts {
    display: none;
  }
}
.fs-dynamic {
  margin: 0 0 1.5em 0;
}

.instream_ad {
  overflow: hidden !important;
}

.posts,
.post-full {
  /*   #fs-video-container{
    text-align: center;
    margin-top: 1.5em;
  } */
}
.posts .instream_ad,
.posts .fs-dynamic,
.post-full .instream_ad,
.post-full .fs-dynamic {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  height: 310px !important;
  background-color: #f2f2f2;
  position: relative;
  text-align: center;
  display: block;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.posts .instream_ad:before,
.posts .fs-dynamic:before,
.post-full .instream_ad:before,
.post-full .fs-dynamic:before {
  color: #bebebe;
  content: "ADVERTISEMENT";
  display: block;
  font-size: 10px;
  line-height: normal;
}
.posts .instream_ad div,
.posts .fs-dynamic div,
.post-full .instream_ad div,
.post-full .fs-dynamic div {
  margin: auto;
  text-align: center;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .posts .instream_ad_large,
  .post-full .instream_ad_large {
    height: 640px !important;
    /* .instream_inner{
      padding-top: 10px;
    } */
  }
}
.posts .fs-dynamic {
  margin: 1.5em 0;
  text-align: center;
}

.post-full .fs-dynamic {
  background-color: #f2f2f2;
  padding: 10px 0;
  height: 310px !important;
}
.post-full .fs-dynamic {
  display: block;
}
.post-full .fs-dynamic:before {
  color: #bebebe;
  content: "ADVERTISEMENT";
  display: block;
  font-size: 10px;
  line-height: normal;
}
.post-full .fs-dynamic div {
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
Video ad aspect ratio wrapper.
This ensures we have a 16:9 + 72px container for the
video ads regardlessof screen width.
 */
.video-aspect-wrapper {
  text-align: center;
  margin: 1.5em auto;
  position: relative;
  background-color: #eee;
}
.video-aspect-wrapper:before {
  content: "";
  display: block;
  padding-bottom: -webkit-calc(100%/(16/9) + 72px);
  padding-bottom: -moz-calc(100%/(16/9) + 72px);
  padding-bottom: calc(56.25% + 72px);
}
.video-aspect-wrapper > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .video-aspect-wrapper.pp-video-docked, .video-aspect-wrapper[style*="position: fixed"], .video-aspect-wrapper[style*="position:fixed"], .video-aspect-wrapper[style*="position: sticky"], .video-aspect-wrapper[style*="position:sticky"] {
    top: var(--pp-header-offset, 55px) !important;
  }
}

@media screen and (max-width: 1200px) {
  .posts #ppvideoadvertisement.pp-video-docked,
  .posts #fs-video-container.pp-video-docked,
  .posts #ppvideoadvertisement[style*="position: fixed"],
  .posts #ppvideoadvertisement[style*="position:fixed"],
  .posts #ppvideoadvertisement[style*="position: sticky"],
  .posts #ppvideoadvertisement[style*="position:sticky"],
  .posts #fs-video-container[style*="position: fixed"],
  .posts #fs-video-container[style*="position:fixed"],
  .posts #fs-video-container[style*="position: sticky"],
  .posts #fs-video-container[style*="position:sticky"],
  .posts [id*=ppvideo i].pp-video-docked,
  .post-full #ppvideoadvertisement.pp-video-docked,
  .post-full #fs-video-container.pp-video-docked,
  .post-full #ppvideoadvertisement[style*="position: fixed"],
  .post-full #ppvideoadvertisement[style*="position:fixed"],
  .post-full #ppvideoadvertisement[style*="position: sticky"],
  .post-full #ppvideoadvertisement[style*="position:sticky"],
  .post-full #fs-video-container[style*="position: fixed"],
  .post-full #fs-video-container[style*="position:fixed"],
  .post-full #fs-video-container[style*="position: sticky"],
  .post-full #fs-video-container[style*="position:sticky"],
  .post-full [id*=ppvideo i].pp-video-docked {
    top: var(--pp-header-offset, 55px) !important;
  }
}

@media screen and (max-width: 1200px) {
  body > .video-aspect-wrapper.pp-video-docked,
  body > #ppvideoadvertisement.pp-video-docked,
  body > [id*=ppvideo i].pp-video-docked {
    top: var(--pp-header-offset, 55px) !important;
  }
}

#fixed-ad-container {
  height: 600px;
  text-align: center;
}
#fixed-ad-container.is-pinned {
  z-index: 50;
}

.fixed-ad-container-spacer {
  width: 100%;
  pointer-events: none;
  visibility: hidden;
}

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}

[style*="--aspect-ratio"] > img {
  height: auto;
}

@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
    overflow: hidden;
    background-color: #eee;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .hide-mobile {
    display: none;
  }
}
/* .post-preview__thumbnail {
  overflow:hidden;
  background-color: #eee;
} */
/**
 * Logo
 */
/* .logo {
  background: url(../img/logo.png) top left no-repeat;
  background-size: 100% 100%;
} */
/**
 * Colors
 */
.blue {
  color: #3366cc;
}

.gray {
  color: #b8b8b8;
}

/**
 * Divader
 */
hr {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin: 40px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ebebeb;
  background: none;
  clear: both;
  overflow: visible;
}

/**
 * Links
 */
a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 868px) {
  a:hover {
    color: #3366cc;
  }
}

/**
 * Fullsize Link
 */
.fullsize-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
}

/**
 * Lists
 */
.no-list {
  list-style: none;
}

/**
 * Placeholders
 */
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
}
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input[type=text]:focus::-webkit-input-placeholder,
input[type=url]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input[type=text]:focus:-moz-placeholder,
input[type=url]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input[type=text]:focus::-moz-placeholder,
input[type=url]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input[type=text]:focus:-ms-input-placeholder,
input[type=url]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/**
 * Blockquote
 *
 * Exclude oEmbed/social blockquotes (Threads, X, Instagram, TikTok, etc.).
 * Platform classes may be stripped on save; data-* attributes usually remain until embed.js runs.
 */
blockquote:not(.post-pullquote__quote):not(.review-pros-cons__quote):not(.tiktok-embed):not(.twitter-tweet):not(.instagram-media):not(.text-post-media):not([data-text-post-permalink]):not([data-instgrm-permalink]):not([data-instgrm-version]):not([data-tweet-id]) {
  position: relative;
  width: 100%;
  margin: 2em 0;
  padding: 1.45em 1.5em 1.25em 4.25em;
  border-left: 2px solid rgba(51, 102, 204, 0.42);
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  font-family: var(--pp-inter);
  font-style: normal;
  font-size: 1em;
  line-height: 1.7;
  color: var(--pp-text, #121212);
  overflow: visible;
}
blockquote:not(.post-pullquote__quote):not(.review-pros-cons__quote):not(.tiktok-embed):not(.twitter-tweet):not(.instagram-media):not(.text-post-media):not([data-text-post-permalink]):not([data-instgrm-permalink]):not([data-instgrm-version]):not([data-tweet-id]):not(.tiktok-embed):not(.twitter-tweet):not(.instagram-media):not(.text-post-media):not([data-text-post-permalink]):not([data-instgrm-permalink]):not([data-instgrm-version]):not([data-tweet-id])::before {
  position: absolute;
  top: 0.1em;
  left: 0.12em;
  z-index: 0;
  content: "“";
  font-family: var(--pp-inter);
  font-size: 7.5rem;
  line-height: 0.7;
  font-weight: 400;
  font-style: normal;
  color: #3366cc;
  opacity: 0.1;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 640px) {
  blockquote:not(.post-pullquote__quote):not(.review-pros-cons__quote):not(.tiktok-embed):not(.twitter-tweet):not(.instagram-media):not(.text-post-media):not([data-text-post-permalink]):not([data-instgrm-permalink]):not([data-instgrm-version]):not([data-tweet-id]) {
    margin: 1.5em 0;
    padding: 0.85em 0.9em 0.75em 1em;
  }
  blockquote:not(.post-pullquote__quote):not(.review-pros-cons__quote):not(.tiktok-embed):not(.twitter-tweet):not(.instagram-media):not(.text-post-media):not([data-text-post-permalink]):not([data-instgrm-permalink]):not([data-instgrm-version]):not([data-tweet-id]):not(.tiktok-embed):not(.twitter-tweet):not(.instagram-media):not(.text-post-media):not([data-text-post-permalink]):not([data-instgrm-permalink]):not([data-instgrm-version]):not([data-tweet-id])::before {
    content: none;
    display: none;
  }
}
blockquote:not(.post-pullquote__quote):not(.review-pros-cons__quote):not(.tiktok-embed):not(.twitter-tweet):not(.instagram-media):not(.text-post-media):not([data-text-post-permalink]):not([data-instgrm-permalink]):not([data-instgrm-version]):not([data-tweet-id]) p {
  position: relative;
  z-index: 1;
  margin: 0 0 1.1em;
  font-style: normal;
}
blockquote:not(.post-pullquote__quote):not(.review-pros-cons__quote):not(.tiktok-embed):not(.twitter-tweet):not(.instagram-media):not(.text-post-media):not([data-text-post-permalink]):not([data-instgrm-permalink]):not([data-instgrm-version]):not([data-tweet-id]) p:last-child {
  margin-bottom: 0;
}
blockquote:not(.post-pullquote__quote):not(.review-pros-cons__quote):not(.tiktok-embed):not(.twitter-tweet):not(.instagram-media):not(.text-post-media):not([data-text-post-permalink]):not([data-instgrm-permalink]):not([data-instgrm-version]):not([data-tweet-id]) > :last-child {
  margin-bottom: 0;
}
blockquote:not(.post-pullquote__quote):not(.review-pros-cons__quote):not(.tiktok-embed):not(.twitter-tweet):not(.instagram-media):not(.text-post-media):not([data-text-post-permalink]):not([data-instgrm-permalink]):not([data-instgrm-version]):not([data-tweet-id]) cite,
blockquote:not(.post-pullquote__quote):not(.review-pros-cons__quote):not(.tiktok-embed):not(.twitter-tweet):not(.instagram-media):not(.text-post-media):not([data-text-post-permalink]):not([data-instgrm-permalink]):not([data-instgrm-version]):not([data-tweet-id]) ul,
blockquote:not(.post-pullquote__quote):not(.review-pros-cons__quote):not(.tiktok-embed):not(.twitter-tweet):not(.instagram-media):not(.text-post-media):not([data-text-post-permalink]):not([data-instgrm-permalink]):not([data-instgrm-version]):not([data-tweet-id]) ol {
  position: relative;
  z-index: 1;
}
blockquote:not(.post-pullquote__quote):not(.review-pros-cons__quote):not(.tiktok-embed):not(.twitter-tweet):not(.instagram-media):not(.text-post-media):not([data-text-post-permalink]):not([data-instgrm-permalink]):not([data-instgrm-version]):not([data-tweet-id]) strong,
blockquote:not(.post-pullquote__quote):not(.review-pros-cons__quote):not(.tiktok-embed):not(.twitter-tweet):not(.instagram-media):not(.text-post-media):not([data-text-post-permalink]):not([data-instgrm-permalink]):not([data-instgrm-version]):not([data-tweet-id]) b {
  font-weight: 700;
}
blockquote:not(.post-pullquote__quote):not(.review-pros-cons__quote):not(.tiktok-embed):not(.twitter-tweet):not(.instagram-media):not(.text-post-media):not([data-text-post-permalink]):not([data-instgrm-permalink]):not([data-instgrm-version]):not([data-tweet-id]) a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
blockquote:not(.post-pullquote__quote):not(.review-pros-cons__quote):not(.tiktok-embed):not(.twitter-tweet):not(.instagram-media):not(.text-post-media):not([data-text-post-permalink]):not([data-instgrm-permalink]):not([data-instgrm-version]):not([data-tweet-id]) a:hover {
  opacity: 0.8;
}
blockquote:not(.post-pullquote__quote):not(.review-pros-cons__quote):not(.tiktok-embed):not(.twitter-tweet):not(.instagram-media):not(.text-post-media):not([data-text-post-permalink]):not([data-instgrm-permalink]):not([data-instgrm-version]):not([data-tweet-id]) cite {
  display: block;
  margin-top: 0.9em;
  font-size: 0.82em;
  font-style: normal;
  letter-spacing: 0.02em;
  opacity: 0.7;
}

/**
 * oEmbed blockquotes: suppress editorial quote decoration while platform JS hydrates.
 */
blockquote.tiktok-embed::before, blockquote.tiktok-embed::after,
blockquote.twitter-tweet::before,
blockquote.twitter-tweet::after,
blockquote.instagram-media::before,
blockquote.instagram-media::after,
blockquote.text-post-media::before,
blockquote.text-post-media::after,
blockquote[data-text-post-permalink]::before,
blockquote[data-text-post-permalink]::after,
blockquote[data-instgrm-permalink]::before,
blockquote[data-instgrm-permalink]::after,
blockquote[data-instgrm-version]::before,
blockquote[data-instgrm-version]::after,
blockquote[data-tweet-id]::before,
blockquote[data-tweet-id]::after {
  content: none !important;
  display: none !important;
}

/**
 * Buttons
 */
.mepr-submit,
.button {
  display: inline-block;
  border: none;
  width: auto;
  padding: 12px 24px;
  background: #121212;
  font: 12px var(--pp-roboto);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff !important;
  border-bottom: none !important;
  transition: background 300ms;
  cursor: pointer;
}
.mepr-submit.disabled,
.button.disabled {
  pointer-events: none;
  background-color: #ebebeb;
}
.mepr-submit.big,
.button.big {
  padding: 20px 50px;
}
.mepr-submit.black,
.button.black {
  background: #121212;
}
.mepr-submit.black:hover,
.button.black:hover {
  background: #383838;
}
.mepr-submit.blue,
.button.blue {
  background: #3366cc;
}
.mepr-submit.blue:hover,
.button.blue:hover {
  background: #5c85d6;
}
.mepr-submit:hover,
.button:hover {
  color: #fff;
}

/**
 * Go Back / Go Top
 */
.go-back,
.go-top {
  font: 9px/9px var(--pp-roboto);
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.go-back {
  color: #9f9f9f;
}

.go-top {
  color: #3366cc;
}

/**
 * Icons
 */
.icon--podcast:before {
  position: absolute;
  width: 30px;
  height: 34px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/icon-podcast.png) top left no-repeat;
  background-size: 100% 100%;
  content: "";
}

.icon-meta {
  position: relative;
  display: inline-block;
  height: 10px;
  background: url(../img/icons-meta.png) 0 0 no-repeat;
  background-size: 45px 12px;
  font-size: 0;
}
.icon-meta--datetime {
  width: 11px;
}
.icon-meta--author {
  width: 8px;
  background-position: -20px 0;
}
.icon-meta--shares {
  width: 7px;
  height: 12px;
  background-position: -38px 0;
}

/**
 * Badges
 */
.badge {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background: #3366cc;
  border-radius: 50%;
}
.badge:after {
  position: absolute;
  display: block;
  width: 15px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/icons-badges.png) 0 0 no-repeat;
  background-size: 66px 16px;
  content: "";
}
.badge--rise:after {
  background-position: -15px 0;
}
.badge--business:after {
  background-position: -32px 0;
}
.badge--article:after {
  width: 11px;
  background-position: -50px 0;
}

.follow {
  position: relative;
  width: 100%;
  height: auto;
}
.follow__ico {
  position: relative;
  flex: 0 0 30px;
  height: 31px;
  border-radius: 5px;
}
.follow__ico:after {
  position: absolute;
  display: block;
  width: 6px;
  height: 11px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/icons-socials-share.png) 0 0 no-repeat;
  background-size: 57px 11px;
  transform: rotate(0deg);
  transition: all 300ms;
  content: "";
}
.follow__info {
  flex: 1 0 60%;
  padding-left: 22px;
  box-sizing: border-box;
  z-index: 2;
}
.follow__info h3 {
  margin-bottom: 2px;
}
.follow__info h4 {
  color: #121212;
  margin-bottom: 0;
}
.follow__button {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  height: auto;
  padding: 15px 0;
  padding-left: 0;
  border-left: 0px solid #121212;
  transition: all 300ms;
}
.follow__button:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: -30px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  content: "";
  transition: all 300ms;
}
@media screen and (max-width: 868px) {
  .follow__button:before {
    right: 0;
  }
}
.follow__button:hover:before {
  padding-left: 30px;
  padding-right: 30px;
  opacity: 1;
  visibility: visible;
}
.follow__button:last-child {
  margin-bottom: 0;
}
.follow__button--facebook .follow__ico {
  background: #3a5897;
}
.follow__button--facebook .follow__ico:after {
  width: 6px;
}
.follow__button--facebook .follow__info {
  color: #3a5897;
}
.follow__button--twitter .follow__ico {
  background: #00aced;
}
.follow__button--twitter .follow__ico:after {
  width: 12px;
  background-position: -17px 0;
}
.follow__button--twitter .follow__info {
  color: #00aced;
}
.follow__button--gplus .follow__ico {
  background: #da463d;
}
.follow__button--gplus .follow__ico:after {
  width: 17px;
  background-position: -40px 0;
}
.follow__button--gplus .follow__info {
  color: #da463d;
}

/**
 * Post Badges
 */
.post-badge {
  position: relative;
  margin-bottom: 10px;
  display: block;
  width: 30px;
  height: 30px;
  background: #3366cc;
  border-radius: 50%;
}
.post-badge:after {
  position: absolute;
  display: block;
  width: 15px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/icons-badges.png) 0 0 no-repeat;
  background-size: 66px 16px;
  content: "";
}
.post-badge.rise:after {
  background-position: -15px 0;
}
.post-badge.business:after {
  background-position: -32px 0;
}
.post-badge.article:after {
  width: 11px;
  background-position: -50px 0;
}

/**
 * Post Sharing
 */
.post-sharing {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 6px;
}
.post-sharing__option {
  padding: 0;
  box-sizing: border-box;
  /* &--socials {
    flex: 1 0 auto;
    height: 30px;
    overflow: hidden;
  } */
}
.post-sharing__option:first-child {
  padding-left: 0;
}
.post-sharing__option:last-child {
  padding-right: 0;
}
.post-sharing__option--count {
  flex: 0 0 auto;
}
@media screen and (max-width: 640px) {
  .post-sharing__option--count {
    display: none;
  }
}
.post-sharing__option--comments {
  flex: 0 0 auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .post-sharing__option--comments {
    display: none;
  }
}
.post-sharing__option--comments h4 {
  text-transform: uppercase;
  margin: 0;
}
.post-sharing h3 {
  margin-bottom: 0;
}

.sharing-buttons {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  margin: 0;
}
.sharing-buttons__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sharing-buttons__item-wrap {
  margin: 0;
  padding: 0;
}
.sharing-buttons__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease;
}
.sharing-buttons__item:hover, .sharing-buttons__item:focus-visible {
  outline: none;
}
.sharing-buttons svg.icon, .sharing-buttons__icon {
  display: block;
  width: 1em;
  height: 1em;
  margin-right: 0;
  font-size: 14px;
  fill: currentColor;
}
.sharing-buttons__item--facebook {
  color: #3b5998;
}
.sharing-buttons__item--facebook:hover, .sharing-buttons__item--facebook:focus-visible {
  color: #3b5998;
  background-color: rgba(59, 89, 152, 0.14);
}
.sharing-buttons__item--x {
  color: #000;
}
.sharing-buttons__item--x:hover, .sharing-buttons__item--x:focus-visible {
  color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.sharing-buttons__item--threads {
  color: #121212;
}
.sharing-buttons__item--threads:hover, .sharing-buttons__item--threads:focus-visible {
  color: #121212;
  background-color: rgba(18, 18, 18, 0.1);
}
.sharing-buttons__item--flipboard {
  color: #e12828;
}
.sharing-buttons__item--flipboard:hover, .sharing-buttons__item--flipboard:focus-visible {
  color: #e12828;
  background-color: rgba(225, 40, 40, 0.14);
}
.sharing-buttons__item--email, .sharing-buttons__item--copy {
  color: #3366cc;
}
.sharing-buttons__item--email:hover, .sharing-buttons__item--email:focus-visible, .sharing-buttons__item--copy:hover, .sharing-buttons__item--copy:focus-visible {
  color: #3366cc;
  background-color: rgba(51, 102, 204, 0.14);
}
.sharing-buttons__item-wrap--copy {
  position: relative;
}
.sharing-buttons__copy-toast {
  position: absolute;
  top: 50%;
  left: calc(100% + 6px);
  right: auto;
  z-index: 2;
  padding: 4px 8px;
  border: 1px solid var(--pp-border, #ebebeb);
  border-radius: 3px;
  background: var(--pp-surface, #fff);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: var(--pp-text, #121212);
  font: 9px/16px var(--pp-roboto);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) scale(0.94);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}
.sharing-buttons__copy-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

body.dark .sharing-buttons__item {
  background-color: rgba(255, 255, 255, 0.08);
}
body.dark .sharing-buttons svg.icon,
body.dark .sharing-buttons__icon {
  fill: currentColor;
}
body.dark .sharing-buttons__item--x,
body.dark .sharing-buttons__item--threads {
  color: var(--pp-text);
}
body.dark .sharing-buttons__item--x:hover,
body.dark .sharing-buttons__item--x:focus-visible,
body.dark .sharing-buttons__item--threads:hover,
body.dark .sharing-buttons__item--threads:focus-visible {
  color: var(--pp-text);
  background-color: rgba(255, 255, 255, 0.14);
}
body.dark .sharing-buttons__item--facebook:hover,
body.dark .sharing-buttons__item--facebook:focus-visible {
  color: #3b5998;
  background-color: rgba(59, 89, 152, 0.24);
}
body.dark .sharing-buttons__item--flipboard:hover,
body.dark .sharing-buttons__item--flipboard:focus-visible {
  color: #e12828;
  background-color: rgba(225, 40, 40, 0.24);
}
body.dark .sharing-buttons__item--email:hover,
body.dark .sharing-buttons__item--email:focus-visible,
body.dark .sharing-buttons__item--copy:hover,
body.dark .sharing-buttons__item--copy:focus-visible {
  color: #3366cc;
  background-color: rgba(51, 102, 204, 0.24);
}
body.dark .sharing-buttons__copy-toast {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

/**
 * Social Icons
 */
.social {
  position: relative;
  display: inline-block;
  height: 10px;
  background: url(../img/icons-socials.png) top left no-repeat;
  background-size: 95px 25px;
  font-size: 0;
}
.social.fb {
  width: 6px;
  background-position: 0 0;
}
.social.fb.hover {
  background-position: 0 -15px;
}
.social.gplus {
  width: 12px;
  background-position: -19px 0;
}
.social.gplus.hover {
  background-position: -19px -15px;
}
.social.twitter {
  width: 13px;
  background-position: -38px 0;
}
.social.twitter.hover {
  background-position: -38px -15px;
}
.social.comment {
  width: 13px;
  background-position: -61px 0;
}
.social.comment.hover {
  background-position: -61px -15px;
}
.social.via {
  width: 13px;
  background-position: -82px 0;
}
.social.via.hover {
  background-position: -82px -15px;
}

.external-link {
  position: relative;
  display: inline-block;
  background: url(../img/icon-external-link.png) bottom left no-repeat;
  background-size: 100% 200%;
}
h1 .external-link, h2 .external-link {
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.2em;
}

.gform_button {
  background-color: #3366cc;
}
.gform_button:hover {
  background-color: #2952a3;
}

/**
 * Self hosted google font
 * roboto-900 - latin-ext_latin
 *
 * @see https://google-webfonts-helper.herokuapp.com/fonts
 */
:root {
  --pp-roboto: "Roboto", "Roboto Fallback", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --pp-inter: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --pp-text: #121212;
  --pp-bg: #f2f2f2;
  --pp-surface: #fff;
  --pp-content-bg: #fff;
  --pp-border: #ebebeb;
}

html.dark {
  --pp-text: #fff;
  --pp-bg: #222;
  --pp-surface: #121212;
  --pp-content-bg: #121212;
  --pp-border: #585858;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/roboto-v29-latin-ext_latin-900.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto Fallback";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Arial Black"), local("Helvetica Neue Bold"), local("Helvetica-Bold");
  ascent-override: 92.77%;
  descent-override: 24.41%;
  line-gap-override: 0%;
  size-adjust: 108%;
}
/* Blockquote: latin regular subset, optional display (below-fold). */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("../fonts/inter-v18-latin-regular.woff2") format("woff2");
}
/* Special Feature titles: ExtraBold latin subset. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/inter-v20-latin-800.woff2") format("woff2");
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6em;
  color: var(--pp-text);
  background: var(--pp-bg);
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1em;
  font-family: var(--pp-roboto);
  font-weight: 900;
  font-synthesis: none;
  font-size-adjust: from-font;
  line-height: 1.2em;
}

h3, h4, h5, h6 {
  letter-spacing: 0.01em;
}

h5, h6 {
  color: #9f9f9f;
}

h4.upper, h5.upper, h6.upper {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h1 {
  font-size: 45px;
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 13px;
  line-height: 1.2;
}

h5 {
  font-size: 10px;
}

h6 {
  font-size: 8px;
}

/* p, ul, ol {
  font-size: 18px;
} */
p {
  margin-bottom: 1.2em;
}
p:last-child {
  margin-bottom: 0;
}

/* figcaption,
p,
.post-full__content ul,
.post-full__content ol  */
p a,
.related-posts a,
.post-full__text a,
.post-special-feature__text a {
  position: relative;
  color: #3366cc;
  text-decoration: none;
  border-bottom: solid 1px #b4c9f2;
  cursor: pointer;
}
@media screen and (min-width: 868px) {
  p a:hover,
  .related-posts a:hover,
  .post-full__text a:hover,
  .post-special-feature__text a:hover {
    color: #24478f;
  }
}
p a[rel~=attachment],
.related-posts a[rel~=attachment],
.post-full__text a[rel~=attachment],
.post-special-feature__text a[rel~=attachment] {
  position: static;
}
p a[rel~=attachment]:after,
.related-posts a[rel~=attachment]:after,
.post-full__text a[rel~=attachment]:after,
.post-special-feature__text a[rel~=attachment]:after {
  content: none;
}

.post-full__text h1 a, .post-full__text h2 a, .post-full__text h3 a, .post-full__text h4 a, .post-full__text h5 a, .post-full__text h6 a {
  font-weight: inherit;
}

/* .post-full__text{
  h1,h2,h3,h4,h5,h6{
    a{
      color: $blue;
      position: relative;
      text-decoration: none;
      border-bottom: solid 1px $light_blue;
      &:hover {
        color: darken($blue, 15%);
      }
    }
  }
} */
@keyframes jello {
  11.1% {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * Body
 */
html {
  scrollbar-gutter: stable;
}
@media screen and (max-width: 1200px) {
  html {
    overflow-x: hidden;
    width: 100%;
  }
}

body {
  background: #f2f2f2;
  position: relative;
  /**
   * Dark mode styles
   */
  /**
  * / End Dark mode styles
  */
}
@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
    max-width: 100%;
  }
}
body:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(50% - 625px + 900px);
  max-width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: -1;
}
body.post-template-single-special-feature, body.is-special-feature {
  background-color: #fff;
}
body.dark {
  background-color: var(--pp-bg);
  color: var(--pp-text);
}
body.dark:before, body.dark.post-template-single-special-feature, body.dark.is-special-feature {
  background-color: #121212;
}
body.dark .page__content {
  background: #121212;
  color: #fff;
}
body.dark .post-tags,
body.dark .post-meta {
  color: #fff;
}
body.dark .posts .instream_ad,
body.dark .posts .fs-dynamic,
body.dark .post-full .instream_ad,
body.dark .post-full .fs-dynamic {
  background-color: #222;
}
body.dark .posts .post-preview {
  border-bottom-color: #222;
}
body.dark .posts .post-preview h2,
body.dark .posts .post-preview .post-preview__title {
  color: #fff;
}
body.dark .posts .post-preview h2 a,
body.dark .posts .post-preview .post-preview__title a {
  color: inherit;
}
body.dark .page__content .feature-group,
body.dark .featured-group {
  border-color: #222;
  background-color: #222;
}
body.dark .page__content .feature-group .pcp-section-title,
body.dark .featured-group .pcp-section-title {
  color: #fff !important;
  border-bottom-color: #585858 !important;
}
body.dark .page__content .feature-group h2.sp-pcp-title,
body.dark .featured-group h2.sp-pcp-title {
  color: #fff;
}
body.dark .page__content .feature-group h2.sp-pcp-title a,
body.dark .featured-group h2.sp-pcp-title a {
  color: inherit;
}
body.dark .page__content .feature-group h2.sp-pcp-title a:hover,
body.dark .featured-group h2.sp-pcp-title a:hover {
  color: #6b97ef;
}
body.dark .page__content .feature-group .featured-group__more,
body.dark .featured-group .featured-group__more {
  color: #fff;
}
body.dark .page__content .feature-group .featured-group__more:hover, body.dark .page__content .feature-group .featured-group__more:focus-visible,
body.dark .featured-group .featured-group__more:hover,
body.dark .featured-group .featured-group__more:focus-visible {
  color: #6b97ef;
}
body.dark .page__content .feature-group .featured-group__post,
body.dark .featured-group .featured-group__post {
  border-bottom-color: #222;
}
body.dark .banners.banners-below-header,
body.dark .banners.banners-before-post {
  background-color: #222;
}
body.dark .trending-posts .post-thumb {
  border-color: transparent;
}
body.dark .page--sidebar .post-thumb:before {
  background-color: #121212;
}
body.dark .ez-toc-title,
body.dark .section-heading {
  border-color: #585858 !important;
  color: #fff !important;
}
body.dark .trending-posts__bottom {
  border-color: #585858;
}
body.dark p a,
body.dark .post-full__text a,
body.dark .post-special-feature__text a {
  border-bottom-color: #395181;
  color: #6b97ef;
}
body.dark p a:hover,
body.dark .post-full__text a:hover,
body.dark .post-special-feature__text a:hover {
  color: #99b7f4;
}
body.dark .page-archive__top,
body.dark .page-archive__date-picker,
body.dark .category-features {
  background-color: #121212;
  color: #fff;
}
body.dark .page-archive__top,
body.dark .page-archive__top .wrapper,
body.dark .page-archive__date-picker {
  border-color: #222;
}
body.dark .archive-date-picker__select {
  border-color: #3a3a3a;
  background-color: #1a1a1a;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M1.2 2.2h9.6L6 7.8z'/%3E%3C/svg%3E");
}
body.dark .archive-date-picker__submit {
  background: #fff;
  color: #121212;
}
body.dark .archive-date-picker__submit:hover, body.dark .archive-date-picker__submit:focus-visible {
  background: #e8e8e8;
  color: #121212;
}
body.dark .page-author__top {
  background-color: #121212;
}
body.dark .page-author__top .author-jobtitle,
body.dark .page-author__top .author-website {
  color: #ccc;
}
body.dark .page-author__top .wrapper {
  border-color: #222;
}
body.dark .pagination {
  border-top-color: #585858;
}
body.dark .pagination a:hover,
body.dark .pagination a:focus-visible {
  color: #6b97ef;
}
body.dark .sp-pcp-post .sp-pcp-title {
  color: #fff;
}
body.dark .sp-pcp-post .sp-pcp-title a {
  color: inherit;
}
body.dark figure.wp-caption figcaption.wp-caption-text {
  color: rgba(255, 255, 255, 0.68);
  background: transparent;
}
body.dark .post-full__text .post-image-credits__text,
body.dark .post-full__text .post-disclosure__text,
body.dark .post-full__text .post-disclaimer__text,
body.dark .post-full__text .post-about-author__text,
body.dark .post-full__text .post-author-opinions__text,
body.dark .post-full__text .post-showcase-notice__text,
body.dark .post-special-feature__text .post-image-credits__text,
body.dark .post-special-feature__text .post-disclosure__text,
body.dark .post-special-feature__text .post-disclaimer__text,
body.dark .post-special-feature__text .post-about-author__text,
body.dark .post-special-feature__text .post-author-opinions__text,
body.dark .post-special-feature__text .post-showcase-notice__text {
  color: rgba(255, 255, 255, 0.68);
}
body.dark .post-full__text .post-disclosure,
body.dark .post-special-feature__text .post-disclosure {
  background: rgba(255, 255, 255, 0.06);
  border-left-color: rgba(255, 255, 255, 0.28);
}
body.dark .post-full__text .post-about-author,
body.dark .post-special-feature__text .post-about-author {
  background: rgba(51, 102, 204, 0.12);
  border-left-color: rgba(120, 160, 230, 0.55);
}
body.dark .post-full__text .post-author-opinions,
body.dark .post-special-feature__text .post-author-opinions {
  background: rgba(255, 255, 255, 0.06);
  border-left-color: rgba(255, 255, 255, 0.28);
}
body.dark .post-full__text .post-showcase-notice,
body.dark .post-special-feature__text .post-showcase-notice {
  background: rgba(255, 180, 60, 0.12);
  border-left-color: rgba(255, 190, 80, 0.5);
}
body.dark .post-full__text .post-showcase-notice__icon,
body.dark .post-special-feature__text .post-showcase-notice__icon {
  color: rgba(255, 200, 100, 0.92);
}
body.dark .post-full__text .post-showcase-notice__brand,
body.dark .post-special-feature__text .post-showcase-notice__brand {
  color: rgba(255, 200, 100, 0.95);
}
body.dark .post-full__text .post-disclaimer,
body.dark .post-special-feature__text .post-disclaimer {
  background: rgba(255, 180, 60, 0.12);
  border-left-color: rgba(255, 190, 80, 0.5);
  color: rgba(255, 255, 255, 0.68);
}
body.dark .post-full__text .post-disclaimer__icon,
body.dark .post-special-feature__text .post-disclaimer__icon {
  color: rgba(255, 200, 100, 0.92);
}
body.dark .post-special-feature__eyebrow {
  color: #6b97ef;
}
body.dark .post-special-feature__hero-caption {
  color: rgba(255, 255, 255, 0.58);
}
body.dark blockquote:not(.tiktok-embed):not(.twitter-tweet):not(.instagram-media):not(.text-post-media):not([data-text-post-permalink]):not([data-instgrm-permalink]):not([data-instgrm-version]):not([data-tweet-id]):not(.post-pullquote__quote):not(.review-pros-cons__quote) {
  background: transparent;
  border-left-color: rgba(51, 102, 204, 0.42);
}
body.dark blockquote:not(.tiktok-embed):not(.twitter-tweet):not(.instagram-media):not(.text-post-media):not([data-text-post-permalink]):not([data-instgrm-permalink]):not([data-instgrm-version]):not([data-tweet-id]):not(.post-pullquote__quote):not(.review-pros-cons__quote):before {
  color: #6b97ef;
  opacity: 0.3;
  font-family: var(--pp-inter);
}
body.dark .post-pullquote__quote {
  background: transparent;
  border: none;
  color: var(--pp-text, #fff);
}
body.dark .post-pullquote__quote::before, body.dark .post-pullquote__quote::after {
  border-top-color: rgba(51, 102, 204, 0.42);
}
body.dark svg.icon {
  fill: #6b97ef;
}
@media screen and (max-width: 1200px) {
  body.dark .page-home .page__sidebar {
    background: #121212;
  }
}
body.dark .page-error .page__content {
  background-color: #121212;
}
body.dark .home-intro .featured-posts {
  background-color: #121212;
}
body.dark .home-intro .featured-posts .feature a,
body.dark .home-intro .featured-posts .post-title {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  body.dark .header-nav__dropdown {
    background: var(--pp-surface, #121212);
    border-bottom-color: #222;
  }
}
body.dark .header-nav__auth {
  border-bottom-color: #E6E6E6;
}
body.dark .header-nav .menu::before {
  border-bottom-color: #fff;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  body.dark .header-nav .menu > li {
    border-bottom-color: #E6E6E6;
    color: #fff;
  }
}
body.dark .header-nav .header-nav__submenu-toggle {
  border-left-color: #E6E6E6;
}
@media screen and (min-width: 1201px) {
  body.dark .header-nav .sub-menu {
    background: #fff;
    color: #121212;
    border-color: #ebebeb;
    box-shadow: 0 14px 36px rgba(18, 18, 18, 0.12);
  }
  body.dark .header-nav .sub-menu > li {
    border-bottom-color: #E6E6E6;
  }
}
@media screen and (max-width: 1200px) {
  body.dark .header-nav .sub-menu {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
  }
  body.dark .header-nav .sub-menu > li {
    border-bottom-color: #E6E6E6;
    color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  body.dark .header-nav__trigger {
    background: #fff;
    color: #121212;
    border-right-color: #f2f2f2 !important;
  }
  body.dark .header-nav__trigger:after,
  body.dark .header-nav__trigger span:before,
  body.dark .header-nav__trigger span:after {
    background: currentColor;
  }
}
@media screen and (max-width: 1200px) {
  body.dark .header-main.is-opened .header-nav__trigger {
    background: #121212;
    color: #fff;
    border-right-color: #222 !important;
  }
  body.dark .header-main.is-opened .header-nav__trigger:after,
  body.dark .header-main.is-opened .header-nav__trigger span:before,
  body.dark .header-main.is-opened .header-nav__trigger span:after {
    background: currentColor;
  }
}
@media screen and (max-width: 1200px) {
  body.dark .header-main.is-opened .header-nav .menu::before {
    color: #fff;
    border-bottom-color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  body.dark .header-main.is-opened .header-nav .menu li {
    color: #fff;
    border-bottom-color: #E6E6E6;
  }
}
@media screen and (max-width: 1200px) {
  body.dark .header-main.is-opened .header-nav .sub-menu > li {
    border-bottom-color: #E6E6E6;
    color: #fff;
  }
}
body.dark #mc_embed_signup {
  background-color: #222 !important;
  border-color: #585858 !important;
}
body * {
  box-sizing: border-box;
}

/**
 * Logo
 */
.logo {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 130px;
  height: auto;
  padding: 5px;
  line-height: 0;
  font-size: 0;
  /* h1 {
    font-size: inherit;
    text-indent: -1000px;
    overflow: hidden;
  } */
}
.logo a {
  display: block;
  width: 100%;
}
.logo svg {
  display: block;
  width: 120px;
  max-width: 100%;
  height: 31px;
  aspect-ratio: 486/124;
}

/**
 * Wrapper
 */
.wrapper {
  position: relative;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

/**
 * Image thumbnail
 */
.image-thumbnail {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-position: center center;
  background-size: cover;
}
.image-thumbnail--50 {
  padding-bottom: 50%;
}

/**
 * Header
 */
.header-container {
  position: relative;
  width: 100%;
  height: 55px;
  background: #fff;
}
.header-container::after {
  display: none;
  content: none;
}

.header-overlay-backdrop {
  display: none;
}

@media screen and (max-width: 1200px) {
  .header-overlay-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 198;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(18, 18, 18, 0.45);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 300ms ease, visibility 300ms ease;
  }
  body.mobile-nav-open .header-overlay-backdrop,
  body.header-search-open .header-overlay-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  body.mobile-nav-open,
  body.header-search-open {
    overflow: hidden;
    overscroll-behavior: none;
  }
  body.pp-scroll-locked {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    overscroll-behavior: none;
  }
  html:has(body.pp-scroll-locked) {
    overflow: hidden;
    overscroll-behavior: none;
  }
  body.header-search-open .header-search__popup,
  body.header-search-open .header-search__panel {
    touch-action: none;
    overscroll-behavior: none;
  }
  body.mobile-nav-open .page,
  body.mobile-nav-open .banners,
  body.mobile-nav-open .footer-main,
  body.header-search-open .page,
  body.header-search-open .banners,
  body.header-search-open .footer-main {
    pointer-events: none;
  }
}
@keyframes pp-theme-moon-hover {
  0% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  30% {
    transform: translate(-50%, -54%) scale(1.2) rotate(-12deg);
  }
  55% {
    transform: translate(-50%, -48%) scale(1.08) rotate(10deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.12) rotate(-4deg);
  }
}
@keyframes pp-theme-sun-hover {
  0% {
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  35% {
    transform: translate(-50%, -50%) scale(1.22) rotate(28deg);
  }
  60% {
    transform: translate(-50%, -50%) scale(1.06) rotate(-16deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.14) rotate(8deg);
  }
}
@keyframes pp-share-icon-bounce {
  0% {
    transform: scale(1) rotate(0deg);
  }
  28% {
    transform: scale(1.22) rotate(-14deg);
  }
  52% {
    transform: scale(0.92) rotate(10deg);
  }
  74% {
    transform: scale(1.14) rotate(-6deg);
  }
  100% {
    transform: scale(1.12) rotate(-8deg);
  }
}
@keyframes pp-comment-icon-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  30% {
    transform: scale(1.2) translateY(-3px) rotate(-8deg);
  }
  55% {
    transform: scale(0.95) translateY(1px) rotate(6deg);
  }
  100% {
    transform: scale(1.1) translateY(0) rotate(0deg);
  }
}
@keyframes pp-search-icon-bounce {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  30% {
    transform: translate(-50%, -50%) rotate(-18deg) scale(1.22);
  }
  55% {
    transform: translate(-50%, -50%) rotate(14deg) scale(0.94);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-6deg) scale(1.12);
  }
}
@keyframes pp-sign-in-icon-nudge {
  0% {
    transform: scale(1) rotate(0deg);
  }
  40% {
    transform: scale(1.1) rotate(-6deg);
  }
  100% {
    transform: scale(1.06) rotate(0deg);
  }
}
.header-main {
  position: absolute;
  width: 100%;
  height: 55px;
  top: 0;
  left: 0;
  box-sizing: border-box;
  color: #121212;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  box-shadow: none;
  z-index: 200;
}
.header-main__reading-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  overflow: hidden;
  pointer-events: none;
  z-index: 201;
  background: transparent;
}
.header-main__reading-progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(51, 102, 204, 0.42);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}
.header-main::after {
  display: none;
  content: none;
}
.header-main.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
}
body.admin-bar .header-main.fixed {
  top: var(--pp-admin-bar-offset, 32px);
}
.header-main button {
  border: none;
}
.header-main__inner {
  height: calc(55px - 1px);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  box-sizing: border-box;
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  .header-main__inner {
    justify-content: flex-end;
  }
}
.header-main__logo {
  flex: 0 0 15%;
  width: 15%;
  min-width: 140px;
}
@media screen and (max-width: 1200px) {
  .header-main__logo {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    top: 0;
    left: 0;
    right: 0;
    width: 180px;
    margin: auto;
    justify-content: center;
    border-right: none;
  }
}
.header-main__nav {
  flex: 1 1 auto;
  min-width: 0;
  float: left;
}
@media screen and (min-width: 1201px) {
  .header-main__nav {
    align-self: stretch;
  }
}
@media screen and (max-width: 1200px) {
  .header-main__nav {
    position: absolute;
    width: 70px;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.header-main__search {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  flex: 0 0 calc(55px - 1px);
  width: calc(55px - 1px);
  height: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1200px) {
  .header-main__search {
    order: 2;
  }
}
.header-main__theme--bar {
  position: relative;
  display: none;
  flex: 0 0 calc(55px - 1px + 2px);
  width: calc(55px - 1px + 2px);
  height: 100%;
  align-self: stretch;
  box-sizing: border-box;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
@media screen and (min-width: 1201px) {
  .header-main__theme--bar {
    display: flex;
  }
}
.header-main__theme--menu {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header-main__theme--menu {
    display: block;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    padding: 16px 20px 20px;
    border-top: 1px solid #E6E6E6;
    background: var(--pp-bg, #f2f2f2);
  }
}
.header-main__auth--bar {
  display: none;
}
@media screen and (min-width: 1201px) {
  .header-main__auth--bar {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    align-self: stretch;
    gap: 16px;
    padding: 0 18px 0 20px;
    box-sizing: border-box;
    border-left: 1px solid #ebebeb;
  }
}
.header-main .header-nav__subscribe {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px 14px;
  margin: 0;
  overflow: visible;
  isolation: isolate;
  background: #121212;
  border: none;
  color: #fff !important;
  font: 11px/1.2 var(--pp-roboto);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background 280ms ease, box-shadow 280ms ease, transform 280ms ease;
}
.header-main .header-nav__subscribe::before, .header-main .header-nav__subscribe::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  margin: -2.5px 0 0 -2.5px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.header-main .header-nav__subscribe::before {
  box-shadow: 0 -18px 0 #f0b429, 14px -12px 0 #e85d4c, 18px 3px 0 #3366cc, 12px 16px 0 #2bb673, -3px 18px 0 #f0b429, -16px 10px 0 #e85d4c, -18px -4px 0 #3366cc, -10px -16px 0 #2bb673, 8px -20px 0 #ff8a3d, 20px 10px 0 #5b8def, -20px 8px 0 #ffd166, 0 20px 0 #e85d4c;
}
.header-main .header-nav__subscribe::after {
  width: 3px;
  height: 3px;
  margin: -1.5px 0 0 -1.5px;
  box-shadow: 6px -11px 0 #fff, 11px 5px 0 #f0b429, -2px 12px 0 #fff, -12px 2px 0 #e85d4c, -7px -10px 0 #5b8def, 10px -3px 0 #2bb673, 3px 10px 0 #ff8a3d, -10px 8px 0 #ffd166;
}
.header-main .header-nav__subscribe:hover, .header-main .header-nav__subscribe:focus-visible {
  background: linear-gradient(120deg, #3366cc 0%, #5b8def 25%, #e85d4c 50%, #f0b429 75%, #3366cc 100%);
  background-size: 220% 220%;
  box-shadow: 0 0 0 2px rgba(240, 180, 41, 0.35), 0 6px 16px rgba(51, 102, 204, 0.35), 0 0 20px rgba(232, 93, 76, 0.28);
  color: #fff !important;
  transform: translateY(-1px) scale(1.06);
  animation: memberpress-prompt-party-shift 0.9s ease-in-out infinite alternate;
}
.header-main .header-nav__subscribe:hover::before, .header-main .header-nav__subscribe:focus-visible::before {
  animation: memberpress-prompt-confetti-a 0.75s ease-out both;
}
.header-main .header-nav__subscribe:hover::after, .header-main .header-nav__subscribe:focus-visible::after {
  animation: memberpress-prompt-confetti-b 0.85s ease-out both;
}
.header-main .header-nav__subscribe:focus-visible {
  outline: 2px solid #3366cc;
  outline-offset: 2px;
}
.header-main .header-nav__auth .header-nav__subscribe {
  width: 100%;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 12px;
}
.header-main .header-main__auth--bar .header-nav__subscribe {
  padding: 8px 16px;
  font-size: 11px;
}
@media (prefers-reduced-motion: reduce) {
  .header-main .header-nav__subscribe:hover, .header-main .header-nav__subscribe:focus-visible {
    animation: none;
    background: #3366cc;
    background-size: auto;
    transform: none;
    box-shadow: 0 0 0 2px rgba(51, 102, 204, 0.35);
  }
  .header-main .header-nav__subscribe:hover::before, .header-main .header-nav__subscribe:hover::after, .header-main .header-nav__subscribe:focus-visible::before, .header-main .header-nav__subscribe:focus-visible::after {
    animation: none;
    opacity: 0;
  }
}
.header-main .header-nav__sign-in,
.header-main .header-nav__account,
.header-main .header-nav__sign-out {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  color: inherit;
  text-decoration: none;
  font: 15px/1 var(--pp-roboto);
  font-weight: 900;
  white-space: nowrap;
}
.header-main .header-nav__sign-in .icon,
.header-main .header-nav__account .icon,
.header-main .header-nav__sign-out .icon {
  flex-shrink: 0;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  font-size: 18px;
  fill: none !important;
  color: #3366cc;
  stroke: currentColor;
  transform-origin: center;
  overflow: visible;
}
.header-main .header-nav__sign-in:hover, .header-main .header-nav__sign-in:focus-visible,
.header-main .header-nav__account:hover,
.header-main .header-nav__account:focus-visible,
.header-main .header-nav__sign-out:hover,
.header-main .header-nav__sign-out:focus-visible {
  color: #3366cc;
}
.header-main .header-nav__auth .header-nav__sign-in,
.header-main .header-nav__auth .header-nav__sign-out,
.header-main .header-nav__auth .header-nav__account {
  justify-self: center;
  min-height: 40px;
  padding: 0;
  color: var(--pp-text, #121212);
}
@media (hover: hover) {
  .header-main .header-nav__sign-in:hover .icon,
  .header-main .header-nav__sign-in:focus-visible .icon,
  .header-main .header-nav__account:hover .icon,
  .header-main .header-nav__account:focus-visible .icon,
  .header-main .header-nav__sign-out:hover .icon,
  .header-main .header-nav__sign-out:focus-visible .icon {
    animation: pp-sign-in-icon-nudge 480ms cubic-bezier(0.34, 1.4, 0.64, 1);
  }
}
.header-main__article-context {
  display: none;
  flex: 1 1 auto;
  min-width: 0;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  border-left: solid 1px #ebebeb;
}
.header-main__article-title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0 16px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font: 15px/1.2 var(--pp-roboto);
  font-weight: 900;
  color: inherit;
}
.header-main__article-actions {
  display: flex;
  flex: 0 0 auto;
  align-self: stretch;
  align-items: stretch;
}
.header-main__article-share {
  position: relative;
  display: flex;
  align-self: stretch;
  flex: 0 0 calc(55px - 1px);
  width: calc(55px - 1px);
  min-width: calc(55px - 1px);
  aspect-ratio: 1/1;
  border-left: solid 1px #ebebeb;
}
.header-main__article-share-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.header-main__article-share-trigger .icon {
  display: block;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  font-size: 20px;
  fill: none !important;
  color: #3366cc;
  stroke: currentColor;
  transform-origin: center;
}
@media (hover: hover) and (min-width: 1201px) {
  .header-main__article-share:hover .header-main__article-share-trigger .icon, .header-main__article-share.is-opened .header-main__article-share-trigger .icon, .header-main__article-share-trigger:focus-visible .icon {
    animation: pp-share-icon-bounce 520ms cubic-bezier(0.34, 1.45, 0.64, 1);
    transform: scale(1.12) rotate(-8deg);
  }
}
.header-main__article-share-panel {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 203;
  padding: 10px 12px;
  background: var(--pp-surface, #fff);
  border: 1px solid #ebebeb;
  border-top: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  overflow: visible;
}
.header-main__article-share-panel .sharing-buttons__list {
  flex-wrap: nowrap;
  gap: 8px;
}
.header-main__article-share-panel .sharing-buttons__item {
  width: 26px;
  height: 26px;
}
.header-main__article-share-panel .sharing-buttons__icon {
  font-size: 13px;
}
.header-main__article-share.is-opened .header-main__article-share-panel {
  display: block;
}
.header-main__article-comments {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 0 0 auto;
  align-self: stretch;
  position: relative;
  box-sizing: border-box;
  min-width: calc(55px - 1px);
  padding: 0 12px;
  border-left: solid 1px #ebebeb;
  color: inherit;
  text-decoration: none;
  font: 14px/1 var(--pp-roboto);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: none;
}
.header-main__article-comments .icon {
  display: block;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  font-size: 20px;
  fill: #3366cc;
  transform-origin: center;
}
@media (hover: hover) and (min-width: 1201px) {
  .header-main__article-comments:hover .icon, .header-main__article-comments:focus-visible .icon {
    animation: pp-comment-icon-bounce 560ms cubic-bezier(0.34, 1.45, 0.64, 1);
  }
}
.header-main__article-comments-count {
  display: inline-block;
  min-width: 0.75em;
  font: inherit;
  font-weight: 900;
  line-height: 1;
  color: inherit;
}
@media screen and (min-width: 1201px) {
  .header-main.is-article-scrolled .header-main__nav {
    display: none;
  }
  .header-main.is-article-scrolled .header-main__article-context {
    display: flex;
  }
}
.header-main__socials {
  float: right;
}
@media screen and (min-width: 1201px) {
  .header-main__socials--bar {
    height: calc(55px - 1px);
  }
}
@media screen and (max-width: 1200px) {
  .header-main__socials--bar {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header-main__socials {
    height: 100%;
  }
}
.header-main__socials--menu {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header-main__socials--menu {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    clear: both;
  }
  .header-main__socials--menu .header-socials {
    display: block;
    width: auto;
    height: auto;
    border: none;
    border-top: 1px solid #E6E6E6;
    padding: 14px 20px 18px;
  }
  .header-main__socials--menu .header-socials ul {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    justify-content: flex-start;
    gap: 8px 12px;
  }
  .header-main__socials--menu .header-socials li.icon {
    border-bottom: none;
  }
  .header-main__socials--menu .header-socials li.icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    padding: 0;
    -webkit-tap-highlight-color: rgba(51, 102, 204, 0.15);
  }
  .header-main__socials--menu .header-socials li.icon svg {
    fill: #3366cc;
    height: 24px;
  }
  .header-main__socials--menu .header-socials li.icon.icon-facebook svg {
    height: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .header-main.is-opened {
    transform: none;
  }
}
@media screen and (max-width: 1200px) {
  .header-main.is-opened .header-nav__trigger {
    background: #121212;
    color: #fff;
    border-right: 1px solid #f2f2f2 !important;
  }
  .header-main.is-opened .header-nav__trigger:after,
  .header-main.is-opened .header-nav__trigger span:before,
  .header-main.is-opened .header-nav__trigger span:after {
    background: currentColor;
  }
  .header-main.is-opened .header-nav__trigger:after {
    opacity: 0;
  }
  .header-main.is-opened .header-nav__trigger span:before {
    transform: rotate(45deg);
    top: 0;
  }
  .header-main.is-opened .header-nav__trigger span:after {
    transform: rotate(135deg);
    bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .header-main.is-opened .header-nav__dropdown {
    bottom: auto;
    max-height: var(--pp-mobile-nav-max-height, calc(100dvh - 55px));
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    pointer-events: auto;
    border-bottom: 1px solid #E6E6E6;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 1200px) {
  .header-main.is-opened .header-main__nav,
  .header-main.is-opened .header-nav {
    overflow: visible;
  }
}
@media screen and (max-width: 1200px) {
  .header-main.is-opened .header-nav .menu li {
    padding: 0;
    border-bottom: 1px solid #E6E6E6;
    font-size: 15px;
    line-height: 1.2;
    color: var(--pp-text, #121212);
    box-sizing: border-box;
  }
  .header-main.is-opened .header-nav .menu li:last-child {
    border-bottom: none;
  }
  .header-main.is-opened .header-nav .menu li > a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 20px;
    color: inherit;
    -webkit-tap-highlight-color: rgba(51, 102, 204, 0.15);
  }
  .header-main.is-opened .header-nav .menu li > a:hover, .header-main.is-opened .header-nav .menu li > a:focus-visible {
    color: #3366cc;
  }
}
@media screen and (max-width: 1200px) {
  .header-main.is-opened .header-nav .sub-menu {
    margin: 0;
    padding: 0;
    border: none;
    background: var(--pp-bg, #f2f2f2);
  }
  .header-main.is-opened .header-nav .sub-menu li {
    padding: 0;
    border-bottom: 1px solid #E6E6E6;
    font-size: 14px;
    font-weight: 700;
    color: inherit;
  }
  .header-main.is-opened .header-nav .sub-menu li:last-child {
    border-bottom: none;
  }
  .header-main.is-opened .header-nav .sub-menu li > a {
    min-height: 44px;
    padding: 10px 20px 10px 32px;
  }
  .header-main.is-opened .header-nav .sub-menu li a:hover,
  .header-main.is-opened .header-nav .sub-menu li a:focus-visible {
    color: #3366cc;
  }
}

@media screen {
  html {
    margin-top: 0 !important;
  }
}
body.admin-bar {
  --pp-admin-bar-offset: 32px;
  padding-top: var(--pp-admin-bar-offset);
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    --pp-admin-bar-offset: 46px;
  }
}
body.admin-bar #wpadminbar {
  position: fixed !important;
  top: 0 !important;
}

.header-nav {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  border-left: 1px solid #ebebeb;
  float: left;
}
@media screen and (min-width: 1201px) {
  .header-nav {
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav {
    display: block;
    width: 70px;
    height: 100%;
    padding: 0;
    margin: 0;
    border-left: 0;
    float: none;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav__dropdown {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    max-height: 0;
    z-index: 201;
    overflow: hidden;
    visibility: visible;
    pointer-events: none;
    background: var(--pp-surface, #fff);
    border-top: none;
    box-shadow: none;
    transition: max-height 300ms ease;
  }
}
@media screen and (min-width: 1201px) {
  .header-nav__dropdown {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
  }
}
.header-nav .menu {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  font: 15px var(--pp-roboto);
  font-weight: 900;
}
@media screen and (max-width: 1200px) {
  .header-nav .menu {
    display: block;
    width: 100%;
    padding: 8px 0 8px;
    box-sizing: border-box;
  }
  .header-nav .menu::before {
    content: "Menu";
    display: block;
    margin: 8px 20px 14px;
    padding-bottom: 14px;
    border-bottom: 3px solid var(--pp-text, #121212);
    font: 15px/1.2 var(--pp-roboto);
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--pp-text, #121212);
  }
}
@media screen and (min-width: 1201px) {
  .header-nav .menu {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    align-items: center;
  }
}
.header-nav .menu > li {
  position: relative;
  padding: 18px 0;
}
.header-nav .menu > li.menu-spacer {
  border-left: solid 1px #ebebeb;
  display: block;
}
@media screen and (min-width: 1201px) {
  .header-nav .menu > li.menu-spacer {
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav .menu > li {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav .menu > li {
    padding: 0;
    font-size: 15px;
    color: var(--pp-text, #121212);
  }
  .header-nav .menu > li.menu-spacer {
    display: none;
  }
  .header-nav .menu > li > a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 20px;
    color: inherit;
    -webkit-tap-highlight-color: rgba(51, 102, 204, 0.15);
  }
  .header-nav .menu > li > a:hover, .header-nav .menu > li > a:focus-visible {
    color: #3366cc;
  }
}
.header-nav__auth {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header-nav__auth {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 16px;
    padding: 18px 20px 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #E6E6E6;
  }
}
@media screen and (min-width: 1201px) {
  .header-nav .menu-item-has-children {
    align-self: stretch;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-nav .menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
  }
  .header-nav .menu-item-has-children > a::after {
    content: "";
    flex-shrink: 0;
    width: 0.38em;
    height: 0.38em;
    margin-top: -0.12em;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.45;
    transition: transform 0.18s ease, opacity 0.18s ease;
  }
  .header-nav .menu-item-has-children:hover > a::after, .header-nav .menu-item-has-children:focus-within > a::after {
    opacity: 1;
    transform: rotate(225deg);
    margin-top: 0.12em;
  }
  .header-nav .menu-item-has-children:hover > .sub-menu, .header-nav .menu-item-has-children:focus-within > .sub-menu {
    visibility: visible;
    pointer-events: auto;
    clip-path: inset(0);
    transition: clip-path 0.22s ease-out, visibility 0s;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .header-nav .menu-item-has-children > a {
    flex: 1 1 auto;
    min-width: 0;
  }
  .header-nav .menu-item-has-children > .header-nav__submenu-toggle {
    flex: 0 0 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
    border-left: 1px solid #E6E6E6;
    background: transparent;
    color: inherit;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(51, 102, 204, 0.15);
  }
  .header-nav .menu-item-has-children > .header-nav__submenu-toggle::before {
    content: "";
    width: 0.45em;
    height: 0.45em;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.18s ease;
  }
  .header-nav .menu-item-has-children > .header-nav__submenu-toggle:hover, .header-nav .menu-item-has-children > .header-nav__submenu-toggle:focus-visible {
    color: #3366cc;
  }
  .header-nav .menu-item-has-children > .header-nav__submenu-toggle:focus-visible {
    outline: 2px solid #3366cc;
    outline-offset: -2px;
  }
  .header-nav .menu-item-has-children > .sub-menu {
    flex: 1 0 100%;
    display: none;
  }
  .header-nav .menu-item-has-children.is-expanded > .header-nav__submenu-toggle::before {
    transform: rotate(225deg);
  }
  .header-nav .menu-item-has-children.is-expanded > .sub-menu {
    display: block;
  }
}
.header-nav .sub-menu {
  list-style: none;
}
@media screen and (min-width: 1201px) {
  .header-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 220;
    width: max-content;
    min-width: 210px;
    max-width: min(280px, 70vw);
    margin: 0;
    padding: 0;
    background: var(--pp-surface, #fff);
    border: 1px solid #ebebeb;
    border-top: none;
    box-shadow: 0 14px 36px rgba(18, 18, 18, 0.12);
    text-align: left;
    visibility: hidden;
    opacity: 1;
    pointer-events: none;
    transform: translateX(-50%);
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.22s ease-out, visibility 0s linear 0.22s;
  }
}
@media screen and (max-width: 1200px) {
  .header-nav .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--pp-bg, #f2f2f2);
    border: none;
    text-align: left;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
  }
  .header-nav .sub-menu > li {
    border-bottom: 1px solid #E6E6E6;
  }
  .header-nav .sub-menu > li:last-child {
    border-bottom: none;
  }
  .header-nav .sub-menu > li > a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 20px 10px 32px;
    box-sizing: border-box;
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(51, 102, 204, 0.15);
  }
  .header-nav .sub-menu > li > a:hover, .header-nav .sub-menu > li > a:focus-visible {
    color: #3366cc;
  }
}
.header-nav .sub-menu li {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1201px) {
  .header-nav .sub-menu li {
    border-bottom: 1px solid #E6E6E6;
  }
  .header-nav .sub-menu li:last-child {
    border-bottom: none;
  }
  .header-nav .sub-menu li a {
    display: block;
    padding: 11px 18px;
    box-sizing: border-box;
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.01em;
    white-space: nowrap;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
  }
  .header-nav .sub-menu li a:hover, .header-nav .sub-menu li a:focus-visible {
    background: var(--pp-bg, #f2f2f2);
    color: #3366cc;
  }
  .header-nav .sub-menu li a:focus-visible {
    outline: 2px solid #3366cc;
    outline-offset: -2px;
  }
}
@media screen and (min-width: 1201px) {
  .header-nav .header-nav__submenu-toggle {
    display: none !important;
  }
}
.header-nav__trigger {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header-nav__trigger {
    position: absolute;
    display: block;
    width: 70px;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-right: 1px solid #f2f2f2 !important;
    background: #fff;
    color: #121212;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 2;
  }
  .header-nav__trigger:after,
  .header-nav__trigger span:before,
  .header-nav__trigger span:after {
    position: absolute;
    width: 20px;
    height: 2px;
    background: currentColor;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    transition: all 500ms;
  }
  .header-nav__trigger span:before {
    top: -10px;
  }
  .header-nav__trigger span:after {
    bottom: -10px;
  }
}

/**
 * Header socials
 */
.header-socials {
  position: relative;
  display: flex;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  align-items: center;
  box-sizing: border-box;
  border-left: solid 1px #ebebeb;
  /* @media screen and (max-width: $ipad) {
    &:before {
      position: relative;
      margin-right: 10px;
      color: inherit;
      content: "Follow us";
      font-size: 13px;
    }
  } */
  /* @media screen and (max-width: $iphone) {
    display: none;
  } */
  /* &:after {
      position: absolute;
      display: block;
      width: 8px;
      height: 4px;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      background: url(../img/icon-arrow-down.png) top left no-repeat;
      background-size: 8px 11px;
      content: "";
    } */
}
.header-socials ul {
  padding: 0;
  margin: 0;
  width: 100%;
  /* @media screen and (max-width: $ipad) {
      display: none;
    } */
}
.header-socials li.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.header-socials li.icon svg {
  fill: #3366cc;
  height: 15px;
  vertical-align: middle;
}
.header-socials li.icon a {
  padding: 13px 5px;
  display: block;
  color: #3366cc;
}
.header-socials li.icon a:hover {
  color: #24478f;
}
.header-socials li.icon a:hover svg {
  fill: #24478f;
}
.header-socials li.icon-facebook svg {
  height: 13px;
}

/**
 * Header Search
 */
.header-search {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  flex: 0 0 calc(55px - 1px);
  width: calc(55px - 1px);
  height: 100%;
  aspect-ratio: 1/1;
  z-index: 202;
}
.header-search__trigger {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(51, 102, 204, 0.15);
  transition: background-color 500ms ease;
}
@media screen and (max-width: 1200px) {
  .header-search__trigger {
    border-left: 1px solid #f2f2f2 !important;
  }
}
@media screen and (min-width: 1201px) {
  .header-search__trigger {
    background: #000;
  }
}
.header-search__trigger-icon {
  position: relative;
  display: block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin: auto;
}
.header-search__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: opacity 500ms ease, transform 500ms ease;
}
.header-search__icon--search {
  display: block;
  width: 15px;
  height: 15px;
  fill: #000;
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
}
.header-search__icon--close {
  width: 16px;
  height: 16px;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg) scale(0.75);
}
.header-search__icon--close:before, .header-search__icon--close:after {
  position: absolute;
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  background: #000;
  content: "";
  transition: background-color 200ms ease;
}
.header-search__icon--close:before {
  transform: rotate(45deg);
}
.header-search__icon--close:after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 1201px) {
  .header-search__icon--search {
    fill: #fff;
  }
  .header-search__icon--close:before, .header-search__icon--close:after {
    background: #fff;
  }
}
@media screen and (min-width: 1201px) and (hover: hover) {
  .header-search:not(.is-opened) .header-search__trigger:hover .header-search__icon--search, .header-search:not(.is-opened) .header-search__trigger:focus-visible .header-search__icon--search {
    animation: pp-search-icon-bounce 560ms cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
  }
}
.header-search__popup {
  position: fixed;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  background: transparent;
  border-top: none;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  transition: max-height 300ms ease;
}
.header-search__panel {
  background: #fff;
  border-bottom: 1px solid #E6E6E6;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  padding: 18px 0 22px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .header-search__panel {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1124px) {
  .header-search__panel {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1201px) {
  .header-search__panel {
    padding: 28px 45px 32px;
  }
  .header-search__head {
    padding-bottom: 18px;
  }
  .header-search__form {
    margin-top: 22px;
    gap: 20px;
  }
  .header-search__input {
    padding: 12px 0;
    font-size: 18px;
  }
  .header-search__submit {
    padding: 14px 24px;
  }
}
.header-search__head {
  padding-bottom: 14px;
  border-bottom: 3px solid #121212;
}
.header-search__title {
  margin: 0;
  font: 15px/1.2 var(--pp-roboto);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #121212;
}
.header-search__form {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-top: 18px;
  visibility: visible;
}
.header-search__field {
  flex: 1 1 auto;
  min-width: 0;
}
.header-search__input {
  width: 100%;
  padding: 10px 0;
  border: 0;
  border-bottom: 2px solid #121212;
  background: transparent;
  box-sizing: border-box;
  font: 17px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #121212;
  appearance: none;
  border-radius: 0;
}
.header-search__input::placeholder {
  color: #9f9f9f;
}
.header-search__input:focus {
  outline: none;
  border-bottom-color: #3366cc;
}
.header-search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.header-search__submit {
  flex: 0 0 auto;
  margin: 0;
  padding: 12px 18px;
  border: 0;
  background: #3366cc;
  font: 13px/1 var(--pp-roboto);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: background-color 200ms ease, color 200ms ease;
  -webkit-tap-highlight-color: rgba(51, 102, 204, 0.15);
}
.header-search__submit:hover, .header-search__submit:focus-visible {
  background: #2952a3;
  color: #fff;
}
.header-search.is-opened .header-search__popup {
  pointer-events: auto;
  max-height: 320px;
}
@media screen and (min-width: 1201px) {
  .header-search.is-opened .header-search__popup {
    max-height: 260px;
  }
}
.header-search.is-opened .header-search__icon--search {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scale(0.75);
}
.header-search.is-opened .header-search__icon--close {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
}
@media screen and (max-width: 1200px) {
  .header-search.is-opened .header-search__trigger {
    background: #121212;
  }
  .header-search.is-opened .header-search__trigger .header-search__icon--search {
    fill: #fff;
  }
  .header-search.is-opened .header-search__trigger .header-search__icon--close:before, .header-search.is-opened .header-search__trigger .header-search__icon--close:after {
    background: #fff;
  }
}
@media screen and (max-width: 640px) {
  .header-search__panel {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-search__form {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .header-search__submit {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

/**
 * Home intro
 */
.home-intro {
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  /* &:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: $light_gray;
    bottom: 0;
    left: 0;
    content: "";
  } */
}
@media screen and (max-width: 640px) {
  .home-intro {
    padding-right: 0;
  }
  .home-intro:after {
    content: none;
  }
}
.home-intro__buttons {
  position: absolute;
  width: 120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  top: 0;
  right: 0;
  background: #fff;
}
@media screen and (max-width: 1124px) {
  .home-intro__buttons {
    width: 100px;
  }
}
@media screen and (max-width: 868px) {
  .home-intro__buttons {
    width: 74px;
  }
}
@media screen and (max-width: 640px) {
  .home-intro__buttons {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    background: #fff;
  }
}
.home-intro__button {
  position: relative;
  width: 100%;
  height: 28%;
  flex: 2 1 auto;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 0px 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  background: transparent;
  transition: all 300ms;
}
@media screen and (max-width: 1124px) {
  .home-intro__button {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 868px) {
  .home-intro__button {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 640px) {
  .home-intro__button {
    width: 25%;
    height: 80px;
  }
}
.home-intro__button:last-child {
  border-bottom: none;
}
.home-intro__button:hover {
  background: #f8f8f8;
}
.home-intro__button .icon {
  position: relative;
  display: block;
  flex: 0 0 100%;
  width: 30px;
  height: 30px;
  margin: 0 auto 13px;
  content: "";
}
.home-intro__button h4 {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1124px) {
  .home-intro__button h4 {
    font-size: 8px;
  }
}
.home-intro__button--podcast:hover .icon:before {
  animation-name: jello;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.home-intro__button--tip {
  background: #121212;
  color: #fff;
  transition: all 300ms;
}
@media screen and (min-width: 640px) {
  .home-intro__button--tip {
    height: 16%;
  }
}
.home-intro__button--tip:hover {
  background: #2c2c2c;
}

/**
 * Featured posts
 */
/*
.featured-posts {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  zoom: 1;
  .image-thumbnail {
    opacity: 1;
    transition: opacity 300ms;
    backface-visibility: hidden;
    transform: translateZ(0);
  }
  &__post {
    position: relative;
    width: 33.33%;
    float: left;
    &:first-child {
      @media screen and (max-width: $ipad_portrait) {
        width: 100%;
      }
    }
    @media screen and (max-width: $ipad_portrait) {
      width: 50%;
    }
    @media screen and (max-width: $iphone) {
      width: 100%;
    }
    &:after {
      position: absolute;
      display: block;
      width: 1px;
      height: 100%;
      top: 0;
      right: 0;
      background: $light_gray;
      content: "";
    }
    &:last-child {
      &:after {
        content: none;
      }
    }
    &:hover {
      .image-thumbnail {
        opacity: 0.8;
      }
      .featured-posts__content {
        &:before {
          opacity: 0.9;
        }
      }
    }
  }
  &__content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 30px 54px 34px 54px;
    box-sizing: border-box;
    &:before {
      position: absolute;
      width: 100%;
      height: 120%;
      content: "";
      bottom: 0;
      left: 0; //background: url(../img/gradient.png) top left no-repeat;
      //background-size: 100% 100%;
      opacity: 0.7;
      transition: opacity 300ms;
      backface-visibility: hidden;
      transform: translateZ(0);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0.95) 100%);

      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0.95) 100%);

      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19%, rgba(0, 0, 0, 0.95) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000', GradientType=0);

    }
    @media screen and (max-width: $ipad) {
      padding-right: $layout_offset_ipad;
      padding-left: $layout_offset_ipad;
    }
    @media screen and (max-width: $iphone) {
      padding-right: $layout_offset_iphone;
      padding-left: $layout_offset_iphone;
    }
    h2 {
      position: relative;
      margin-bottom: 0;
      font-size: 17px;
      color: $white;
    }
  }
} */
/**
 * Subscribe box
 */
/* .subscribe-box {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background: #1c74e0;

  .banners {
    flex: 0 0 728px;
    margin: 0;

    @media screen and (max-width: $ipad_portrait) {
      display: none;
    }

    @media screen and (max-width: $ipad) and (max-width: $inch_11) {
      flex: 0 0 100%;
      text-align: center;

      .peta-banner {
        display: inline-block;
      }
    }
  }

  &__subscribe {
    display: flex;
    flex-flow: row wrap;
    flex: 1 0 1%;
    align-items: center;
    padding: 23px 40px;
    box-sizing: border-box;
    background: #1c74e0;

    @media screen and (min-width: $ipad_portrait) and (max-width: $ipad) {
      display: none;
    }
  }

  &__heading {
    position: relative;
    flex: 0 0 145px;
    color: #fff;
    padding-left: 40px;

    &:before {
      position: absolute;
      display: block;
      width: 23px;
      height: 17px;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      background: url(../img/icon-mail.png) top left no-repeat;
      background-size: 100% 100%;
      content: "";
    }

    @media screen and (min-width: $ipad) and (max-width: $inch_11) {
      display: none;
    }

    @media screen and (max-width: $iphone) {
      padding-left: 0;
      flex-basis: 60px;
    }

    h4 {
      margin: 0;

      @media screen and (max-width: $iphone) {
        display: none;
      }
    }
  }

  &__form {
    position: relative;
    display: flex;
    flex: 1 0 1%;

    &-input {
      flex: 1 0 1%;
    }
    &-submit {
      flex: 0 0 50px;
    }

    input[type="email"] {
      width: 100%;
      height: 40px;
      padding: 0 10px;
      box-sizing: border-box;
      background: $white;
      font: 12px $sans;
      text-align: center;
    }

    input[type="submit"] {
      width: 100%;
      height: 40px;
      background: #000 url(../img/arrow-right.png) center center no-repeat;
      background-size: 9px 14px;
      font-size: 0;
      text-indent: -1000px;
      overflow: hidden;
      transition: all 300ms;
      cursor: pointer;

      &:hover {
        background-color: lighten(#000, 20%);
      }
    }
  }
}
 */
/**
 * Page Default Layout
 */
.page--sidebar-right .page__content {
  padding-right: 50px;
}
.page--sidebar-right .page__sidebar {
  padding-left: 50px;
}
.page--sidebar-left .page__content {
  padding-left: 50px;
  padding-right: 50px;
}
.page--sidebar-left .page__sidebar {
  padding-right: 50px;
}
.page--sidebar-left .sidebar {
  padding-bottom: 200px;
}
@media screen and (max-width: 1200px) {
  .page--sidebar-left .sidebar {
    padding-bottom: 40px;
  }
}
.page--sidebar-left .contact-us {
  position: absolute;
  bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .page--sidebar-left .contact-us {
    position: relative;
    bottom: 0;
  }
}
.page--no-sidebar .page__content {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .page--no-sidebar .page__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .page--no-sidebar .page__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1124px) {
  .page--no-sidebar .page__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 868px) {
  .page--no-sidebar .page__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.page--sidebar .page__row:after {
  display: block;
  clear: both;
  content: "";
}
.page--sidebar .page__content,
.page--sidebar .page__sidebar {
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
}
@media screen and (max-width: 1280px) {
  .page--sidebar .page__content,
  .page--sidebar .page__sidebar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .page--sidebar .page__content,
  .page--sidebar .page__sidebar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1124px) {
  .page--sidebar .page__content,
  .page--sidebar .page__sidebar {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 868px) {
  .page--sidebar .page__content,
  .page--sidebar .page__sidebar {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1201px) {
  .page--sidebar .page__content,
  .page--sidebar .page__sidebar {
    float: left;
  }
}
@media screen and (min-width: 1200px) {
  .page--sidebar .page__content {
    width: 72%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1201px) {
  .page--sidebar .page__content {
    width: 68%;
  }
}
@media screen and (min-width: 1200px) {
  .page--sidebar .page__sidebar {
    width: 28%;
    float: left;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1201px) {
  .page--sidebar .page__sidebar {
    width: 32%;
  }
}
@media screen and (max-width: 1200px) {
  .page--sidebar .page__content {
    margin: 0 auto;
  }
  .page--sidebar .page__content .post-full {
    margin: 0 auto;
  }
}
.page--sidebar .post-thumb {
  overflow: visible;
}
@media screen and (min-width: 1124px) {
  .page--sidebar .post-thumb:before {
    position: absolute;
    z-index: 0;
    display: block;
    width: calc(100% + 80px);
    height: 100%;
    top: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    content: "";
    transition: opacity 300ms, visibility 300ms;
  }
  .page--sidebar .post-thumb:hover:before {
    opacity: 1;
    visibility: visible;
  }
  .page--sidebar .post-thumb:hover a {
    color: inherit;
  }
}
.page--sidebar-left .post-thumb:before {
  right: -80px;
}
.page--sidebar-left .page__row--reverse .page__sidebar {
  float: left;
}
.page--sidebar-left .page__row--reverse .page__content {
  float: right;
}
.page--sidebar-right .post-thumb:before {
  left: -80px;
}
.page__content {
  background: #fff;
}
.page__content, .page__sidebar {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .page__content, .page__sidebar {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1124px) {
  .page__content, .page__sidebar {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/**
 * Post Meta
 */
.post-meta {
  position: relative;
  font: 10px/16px var(--pp-roboto);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #121212;
}
.post-meta__option {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}
@media screen and (max-width: 1124px) {
  .post-meta__option {
    margin-right: 15px;
  }
}
.post-meta__option:last-child {
  margin-right: 0;
}
.post-meta .icon-meta,
.post-meta .social {
  margin-right: 10px;
  vertical-align: bottom;
}

svg.icon {
  display: inline-block;
  height: 1em;
  vertical-align: middle;
  width: 1em;
  margin-right: 0.5em;
  font-size: 13px;
  fill: #3366cc;
}

/**
 * Post Full
 */
.post-full {
  width: 100%;
  max-width: 800px;
}
.post-full__header {
  margin-bottom: 15px;
}
.post-full__header h1 {
  margin-bottom: 15px;
}
.post-full__header h1 .gray {
  font-weight: 400;
}

.post-full__header .post-meta,
.post-special-feature__header .post-meta,
.posts .post-preview .post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
}
.post-full__header .post-meta .post-meta__primary,
.post-special-feature__header .post-meta .post-meta__primary,
.posts .post-preview .post-meta .post-meta__primary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 0;
}
.post-full__header .post-meta .post-meta__date--compact,
.post-special-feature__header .post-meta .post-meta__date--compact,
.posts .post-preview .post-meta .post-meta__date--compact {
  display: none;
}
.post-full__header .post-meta .post-meta__option--category a,
.post-special-feature__header .post-meta .post-meta__option--category a,
.posts .post-preview .post-meta .post-meta__option--category a {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  transition: color 200ms ease;
}
.post-full__header .post-meta .post-meta__option--category a:hover, .post-full__header .post-meta .post-meta__option--category a:focus-visible,
.post-special-feature__header .post-meta .post-meta__option--category a:hover,
.post-special-feature__header .post-meta .post-meta__option--category a:focus-visible,
.posts .post-preview .post-meta .post-meta__option--category a:hover,
.posts .post-preview .post-meta .post-meta__option--category a:focus-visible {
  color: #3366cc;
}
.post-full__header .post-meta .post-meta__option--author,
.post-special-feature__header .post-meta .post-meta__option--author,
.posts .post-preview .post-meta .post-meta__option--author {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
}
.post-full__header .post-meta .post-meta__author-name,
.post-special-feature__header .post-meta .post-meta__author-name,
.posts .post-preview .post-meta .post-meta__author-name {
  min-width: 0;
}
.post-full__header .post-meta .post-meta__author-name a,
.post-special-feature__header .post-meta .post-meta__author-name a,
.posts .post-preview .post-meta .post-meta__author-name a {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
}
.post-full__header .post-meta .post-meta__comments,
.post-special-feature__header .post-meta .post-meta__comments,
.posts .post-preview .post-meta .post-meta__comments {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: auto;
  color: inherit;
  text-decoration: none;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  transition: color 200ms ease;
}
.post-full__header .post-meta .post-meta__comments:hover, .post-full__header .post-meta .post-meta__comments:focus-visible,
.post-special-feature__header .post-meta .post-meta__comments:hover,
.post-special-feature__header .post-meta .post-meta__comments:focus-visible,
.posts .post-preview .post-meta .post-meta__comments:hover,
.posts .post-preview .post-meta .post-meta__comments:focus-visible {
  color: #3366cc;
}
.post-full__header .post-meta .post-meta__comments .icon,
.post-special-feature__header .post-meta .post-meta__comments .icon,
.posts .post-preview .post-meta .post-meta__comments .icon {
  margin-right: 0.45em;
}

@media screen and (max-width: 640px) {
  .posts .post-preview .post-meta {
    gap: 8px 10px;
  }
  .posts .post-preview .post-meta .post-meta__primary {
    flex-wrap: nowrap;
    flex: 1 1 auto;
    min-width: 0;
    gap: 0;
  }
  .posts .post-preview .post-meta .post-meta__option {
    margin-right: 10px;
  }
  .posts .post-preview .post-meta .post-meta__option--category,
  .posts .post-preview .post-meta .post-meta__option--datetime {
    flex-shrink: 0;
  }
  .posts .post-preview .post-meta .post-meta__date--full {
    display: none;
  }
  .posts .post-preview .post-meta .post-meta__date--compact {
    display: inline;
  }
  .posts .post-preview .post-meta .post-meta__option--author {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 14em;
    margin-right: 0;
  }
  .posts .post-preview .post-meta .post-meta__author-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.post-full__text .banners.banners-below-header,
.post-special-feature__text .banners.banners-below-header {
  margin-bottom: 20px;
}
.post-full__text img,
.post-special-feature__text img {
  max-width: 100%;
  height: auto;
  /*   width: auto;
    height: auto;
    max-width: 800px;
    max-height: 800px;
    @media screen and (max-width: $inch_13) {
      max-width: 100%;
    } */
  /* &.force-size {
    max-width: none;
    max-height: none;
  } */
}
.post-full__text h2,
.post-special-feature__text h2 {
  font-size: 30px;
}
@media screen and (max-width: 640px) {
  .post-full__text h2,
  .post-special-feature__text h2 {
    font-size: 24px;
  }
}
.post-full__text h3,
.post-special-feature__text h3 {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .post-full__text h3,
  .post-special-feature__text h3 {
    font-size: 20px;
  }
}
.post-full__text h4,
.post-special-feature__text h4 {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .post-full__text h4,
  .post-special-feature__text h4 {
    font-size: 18px;
  }
}
.post-full__text h5,
.post-special-feature__text h5 {
  font-size: 16px;
  color: #121212;
}
.post-full__text .post-image-credits,
.post-special-feature__text .post-image-credits {
  margin: 0 0 1.75em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 400;
}
.post-full__text .post-image-credits + .post-about-author,
.post-full__text .post-image-credits + .post-author-opinions,
.post-full__text .post-image-credits + .post-showcase-notice,
.post-full__text .post-image-credits + .post-disclosure,
.post-full__text .post-image-credits + .post-disclaimer,
.post-special-feature__text .post-image-credits + .post-about-author,
.post-special-feature__text .post-image-credits + .post-author-opinions,
.post-special-feature__text .post-image-credits + .post-showcase-notice,
.post-special-feature__text .post-image-credits + .post-disclosure,
.post-special-feature__text .post-image-credits + .post-disclaimer {
  margin-top: 0;
}
.post-full__text .post-image-credits__label,
.post-special-feature__text .post-image-credits__label {
  display: inline;
  margin-right: 0.35em;
  font-family: var(--pp-roboto);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pp-text, #121212);
  opacity: 0.72;
}
.post-full__text .post-image-credits__label::after,
.post-special-feature__text .post-image-credits__label::after {
  content: ":";
}
.post-full__text .post-image-credits__text,
.post-special-feature__text .post-image-credits__text {
  display: inline;
  color: #585858;
  font-style: normal;
  font-weight: 400;
}
.post-full__text hr + .post-disclaimer,
.post-full__text hr + .post-disclosure,
.post-full__text hr + .post-about-author,
.post-full__text hr + .post-author-opinions,
.post-full__text hr + .post-showcase-notice,
.post-special-feature__text hr + .post-disclaimer,
.post-special-feature__text hr + .post-disclosure,
.post-special-feature__text hr + .post-about-author,
.post-special-feature__text hr + .post-author-opinions,
.post-special-feature__text hr + .post-showcase-notice {
  margin-top: 0;
}
.post-full__text .post-pullquote,
.post-special-feature__text .post-pullquote {
  margin: 2.75em auto;
  padding: 0;
  width: 100%;
  max-width: 40rem;
  text-align: center;
}
.post-full__text .post-pullquote__quote,
.post-special-feature__text .post-pullquote__quote {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 40rem;
  border: none;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  font-family: var(--pp-inter);
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #222;
  text-align: center;
  overflow: visible;
}
.post-full__text .post-pullquote__quote::before, .post-full__text .post-pullquote__quote::after,
.post-special-feature__text .post-pullquote__quote::before,
.post-special-feature__text .post-pullquote__quote::after {
  content: "";
  display: block;
  width: 11rem;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  border-top: 2px solid rgba(51, 102, 204, 0.42);
  line-height: 0;
  font-size: 0;
  pointer-events: none;
  user-select: none;
}
.post-full__text .post-pullquote__quote::before,
.post-special-feature__text .post-pullquote__quote::before {
  margin-bottom: 2rem;
}
.post-full__text .post-pullquote__quote::after,
.post-special-feature__text .post-pullquote__quote::after {
  margin-top: 2rem;
}
@media screen and (max-width: 640px) {
  .post-full__text .post-pullquote__quote,
  .post-special-feature__text .post-pullquote__quote {
    font-size: 1.375rem;
    line-height: 1.65;
  }
  .post-full__text .post-pullquote__quote::before, .post-full__text .post-pullquote__quote::after,
  .post-special-feature__text .post-pullquote__quote::before,
  .post-special-feature__text .post-pullquote__quote::after {
    width: 9rem;
  }
  .post-full__text .post-pullquote__quote::before,
  .post-special-feature__text .post-pullquote__quote::before {
    margin-bottom: 1.75rem;
  }
  .post-full__text .post-pullquote__quote::after,
  .post-special-feature__text .post-pullquote__quote::after {
    margin-top: 1.75rem;
  }
}
.post-full__text .post-pullquote__quote p,
.post-special-feature__text .post-pullquote__quote p {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.post-full__text .post-pullquote__quote em,
.post-special-feature__text .post-pullquote__quote em {
  font-style: normal;
  font-weight: inherit;
}
.post-full__text .post-pullquote__quote strong,
.post-full__text .post-pullquote__quote b,
.post-special-feature__text .post-pullquote__quote strong,
.post-special-feature__text .post-pullquote__quote b {
  font-weight: 700;
}
.post-full__text .post-pullquote__quote a,
.post-special-feature__text .post-pullquote__quote a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.post-full__text .post-pullquote__quote a:hover,
.post-special-feature__text .post-pullquote__quote a:hover {
  opacity: 0.8;
}
.post-full__text .post-disclosure,
.post-special-feature__text .post-disclosure {
  display: flex;
  align-items: flex-start;
  gap: 0.75em;
  margin: 1.75em 0;
  padding: 0.95em 1.15em;
  background: rgba(0, 0, 0, 0.04);
  border-left: 3px solid rgba(0, 0, 0, 0.18);
  border-radius: 0 2px 2px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  font-style: normal;
  font-weight: 400;
}
.post-full__text .post-disclosure__icon,
.post-special-feature__text .post-disclosure__icon {
  flex-shrink: 0;
  margin-top: 0.05em;
  color: var(--pp-text, #121212);
  opacity: 0.42;
}
.post-full__text .post-disclosure__icon svg,
.post-special-feature__text .post-disclosure__icon svg {
  display: block;
}
.post-full__text .post-disclosure__content,
.post-special-feature__text .post-disclosure__content {
  flex: 1;
  min-width: 0;
}
.post-full__text .post-disclosure__label,
.post-special-feature__text .post-disclosure__label {
  display: inline;
  margin-right: 0.35em;
  font-family: var(--pp-roboto);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pp-text, #121212);
  opacity: 0.8;
}
.post-full__text .post-disclosure__label::after,
.post-special-feature__text .post-disclosure__label::after {
  content: ":";
}
.post-full__text .post-disclosure__text,
.post-special-feature__text .post-disclosure__text {
  display: inline;
  color: #585858;
  font-style: normal;
  font-weight: 400;
}
.post-full__text .post-disclaimer,
.post-special-feature__text .post-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 0.75em;
  margin: 1.75em 0;
  padding: 0.95em 1.15em;
  background: rgba(180, 120, 0, 0.08);
  border-left: 3px solid rgba(165, 105, 0, 0.55);
  border-radius: 0 2px 2px 0;
  color: #585858;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  font-style: normal;
  font-weight: 400;
}
.post-full__text .post-disclaimer__icon,
.post-special-feature__text .post-disclaimer__icon {
  flex-shrink: 0;
  margin-top: 0.05em;
  color: rgba(140, 90, 0, 0.88);
}
.post-full__text .post-disclaimer__icon svg,
.post-special-feature__text .post-disclaimer__icon svg {
  display: block;
}
.post-full__text .post-disclaimer__content,
.post-special-feature__text .post-disclaimer__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}
.post-full__text .post-disclaimer__paragraph,
.post-special-feature__text .post-disclaimer__paragraph {
  margin: 0;
  font-style: normal;
}
.post-full__text .post-disclaimer__label,
.post-special-feature__text .post-disclaimer__label {
  display: inline;
  margin-right: 0.35em;
  font-family: var(--pp-roboto);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: inherit;
}
.post-full__text .post-disclaimer__label::after,
.post-special-feature__text .post-disclaimer__label::after {
  content: ":";
}
.post-full__text .post-disclaimer__text,
.post-special-feature__text .post-disclaimer__text {
  color: inherit;
  font-style: normal;
  font-weight: 400;
}
.post-full__text .post-about-author,
.post-special-feature__text .post-about-author {
  display: flex;
  align-items: flex-start;
  gap: 0.75em;
  margin: 1.75em 0;
  padding: 0.95em 1.15em;
  background: rgba(51, 102, 204, 0.07);
  border-left: 3px solid rgba(51, 102, 204, 0.42);
  border-radius: 0 2px 2px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  font-style: normal;
  font-weight: 400;
}
.post-full__text .post-about-author__icon,
.post-special-feature__text .post-about-author__icon {
  flex-shrink: 0;
  margin-top: 0.05em;
  color: #3366cc;
  opacity: 0.72;
}
.post-full__text .post-about-author__icon svg,
.post-special-feature__text .post-about-author__icon svg {
  display: block;
}
.post-full__text .post-about-author__content,
.post-special-feature__text .post-about-author__content {
  flex: 1;
  min-width: 0;
}
.post-full__text .post-about-author__label,
.post-special-feature__text .post-about-author__label {
  display: inline;
  margin-right: 0.35em;
  font-family: var(--pp-roboto);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pp-text, #121212);
  opacity: 0.8;
}
.post-full__text .post-about-author__label::after,
.post-special-feature__text .post-about-author__label::after {
  content: ":";
}
.post-full__text .post-about-author__text,
.post-special-feature__text .post-about-author__text {
  display: inline;
  color: #585858;
  font-style: normal;
  font-weight: 400;
}
.post-full__text .post-about-author__text a,
.post-special-feature__text .post-about-author__text a {
  color: #3366cc;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.post-full__text .post-about-author__text a:hover,
.post-special-feature__text .post-about-author__text a:hover {
  color: #24478f;
}
.post-full__text .post-author-opinions,
.post-special-feature__text .post-author-opinions {
  display: flex;
  align-items: flex-start;
  gap: 0.75em;
  margin: 1.75em 0;
  padding: 0.95em 1.15em;
  background: rgba(0, 0, 0, 0.04);
  border-left: 3px solid rgba(0, 0, 0, 0.18);
  border-radius: 0 2px 2px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  font-style: normal;
  font-weight: 400;
}
.post-full__text .post-author-opinions__icon,
.post-special-feature__text .post-author-opinions__icon {
  flex-shrink: 0;
  margin-top: 0.05em;
  color: var(--pp-text, #121212);
  opacity: 0.42;
}
.post-full__text .post-author-opinions__icon svg,
.post-special-feature__text .post-author-opinions__icon svg {
  display: block;
}
.post-full__text .post-author-opinions__text,
.post-special-feature__text .post-author-opinions__text {
  flex: 1;
  min-width: 0;
  color: #585858;
  font-style: normal;
  font-weight: 400;
}
.post-full__text .post-showcase-notice,
.post-special-feature__text .post-showcase-notice {
  display: flex;
  align-items: flex-start;
  gap: 0.75em;
  margin: 1.75em 0;
  padding: 0.95em 1.15em;
  background: rgba(180, 120, 0, 0.08);
  border-left: 3px solid rgba(165, 105, 0, 0.55);
  border-radius: 0 2px 2px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  font-style: normal;
  font-weight: 400;
}
.post-full__text .post-showcase-notice__icon,
.post-special-feature__text .post-showcase-notice__icon {
  flex-shrink: 0;
  margin-top: 0.05em;
  color: rgba(140, 90, 0, 0.88);
}
.post-full__text .post-showcase-notice__icon svg,
.post-special-feature__text .post-showcase-notice__icon svg {
  display: block;
}
.post-full__text .post-showcase-notice__text,
.post-special-feature__text .post-showcase-notice__text {
  flex: 1;
  min-width: 0;
  color: #585858;
  font-style: normal;
  font-weight: 400;
}
.post-full__text .post-showcase-notice__brand,
.post-special-feature__text .post-showcase-notice__brand {
  font-weight: 700;
  font-style: normal;
  color: rgba(165, 105, 0, 0.95);
}
.post-full__text hr:has(+ .post-disclosure + hr),
.post-full__text hr + .post-disclosure + hr,
.post-full__text hr:has(+ .post-about-author),
.post-full__text hr:has(+ .post-author-opinions),
.post-full__text hr:has(+ .post-showcase-notice),
.post-full__text hr + .post-disclaimer + hr,
.post-special-feature__text hr:has(+ .post-disclosure + hr),
.post-special-feature__text hr + .post-disclosure + hr,
.post-special-feature__text hr:has(+ .post-about-author),
.post-special-feature__text hr:has(+ .post-author-opinions),
.post-special-feature__text hr:has(+ .post-showcase-notice),
.post-special-feature__text hr + .post-disclaimer + hr {
  display: none;
}

.post-full__text,
.post-full .post-sharing,
.post-full .post-tags,
.post-full .post-comments {
  margin-bottom: 10px;
}

.page--no-sidebar .post-full {
  max-width: 100%;
}

/**
 * Special Feature single posts
 *
 * Page is full-bleed (no wrapper max-width) so the hero can span the viewport.
 * Title/shell chrome centers at 1100px; body copy at 700px.
 */
.page-special-feature.wrapper {
  max-width: none;
  width: 100%;
}

.page-special-feature .page__content {
  max-width: none;
  width: 100%;
  margin: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.post-special-feature {
  width: 100%;
  max-width: none;
  margin: 0;
}
.post-special-feature > .post-sharing, .post-special-feature__text, .post-special-feature__content > .post-tags, .post-special-feature__content > .post-sharing, .post-special-feature__content > .post-footer, .post-special-feature__content > .related-posts, .post-special-feature__content > .post-comments {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.post-special-feature__header {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25em;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.post-special-feature__header .post-meta {
  max-width: 700px;
  width: 100%;
  margin-top: 0.25em;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .post-special-feature__header .post-meta .post-meta__option--reading-time {
    display: none;
  }
}
.post-special-feature__content > .product-buttons, .post-special-feature__content > .banners {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.post-special-feature__hero {
  width: 100%;
  max-width: none;
  margin: 0 0 2.5em;
  padding: 0;
  line-height: 0;
}
.post-special-feature__hero img, .post-special-feature__hero-image {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.post-special-feature__hero-caption {
  max-width: 1100px;
  width: 100%;
  margin: 0.6em auto 0;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  color: #585858;
}
.post-special-feature__eyebrow {
  margin: 0.35em 0 0.65em;
  font-family: var(--pp-roboto);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #3366cc;
}
.post-special-feature__title {
  margin: 0 0 0.9em;
  font-family: var(--pp-inter);
  font-size: clamp(2.75rem, 6.5vw, 5rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--pp-text, #121212);
}
.post-special-feature__content {
  margin-top: 3.25em;
}
.post-special-feature__end-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  width: 100%;
  margin: 7.5em auto 7em;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  color: #3366cc;
  line-height: 0;
}
.post-special-feature__end-mark svg {
  display: block;
  width: min(100%, 120px);
  height: auto;
  opacity: 0.42;
}
.post-special-feature__text {
  font-size: 18px;
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
  .post-special-feature__text {
    font-size: 17px;
  }
}
.post-special-feature__text > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 869px) {
  .post-special-feature__text .wp-caption:not(.alignleft):not(.alignright),
  .post-special-feature__text figure:not(.alignleft):not(.alignright),
  .post-special-feature__text .fluid-iframe,
  .post-special-feature__text .jetpack-video-wrapper,
  .post-special-feature__text .post-pullquote,
  .post-special-feature__text > p:has(> img:only-child),
  .post-special-feature__text > p:has(> a:only-child > img:only-child) {
    display: block;
    width: 1100px !important;
    max-width: calc(100vw - 60px) !important;
    margin-left: calc(50% - min(550px, 50vw - 30px)) !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }
  .post-special-feature__text .post-pullquote {
    margin-top: 2.75em;
    margin-bottom: 2.75em;
  }
  .post-special-feature__text .post-pullquote .post-pullquote__quote {
    max-width: none;
  }
  .post-special-feature__text .wp-caption:not(.alignleft):not(.alignright) img,
  .post-special-feature__text figure:not(.alignleft):not(.alignright) img,
  .post-special-feature__text > p:has(> img:only-child) > img,
  .post-special-feature__text > p:has(> a:only-child > img:only-child) > a,
  .post-special-feature__text > p:has(> a:only-child > img:only-child) > a > img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.post-special-feature__text .post-special-feature__dropcap {
  float: left;
  font-family: var(--pp-roboto);
  font-weight: 900;
  font-style: normal;
  font-size: 3.85em;
  line-height: 0.72;
  color: var(--pp-text, #121212);
  margin: 0.08em 0.65rem 0 0;
  padding: 0;
}
.post-special-feature__text .post-special-feature__dropcap--word {
  font-size: 2.55em;
  line-height: 0.8;
  margin-top: 0.12em;
  margin-right: 0.55rem;
  letter-spacing: -0.03em;
}
.post-special-feature__text img {
  max-width: 100%;
  height: auto;
}
.post-special-feature__text h2 {
  font-size: 30px;
}
@media screen and (max-width: 640px) {
  .post-special-feature__text h2 {
    font-size: 24px;
  }
}
.post-special-feature__text h3 {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .post-special-feature__text h3 {
    font-size: 20px;
  }
}

.post-footer {
  margin: 40px 0;
}

body.dark .post-special-feature__end-mark svg {
  opacity: 0.78;
}

#mc_embed_signup,
#mc-embedded-subscribe-form,
#mc_embed_signup form,
#mc_embed_signup .mc-field-group {
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

#mc_embed_signup input[type=email],
#mc_embed_signup input[type=text],
#mc_embed_signup select {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

/**
 * Load comment thread
 */
.post-comments,
#disqus_thread {
  color: var(--pp-text);
}

#disqus_thread {
  text-align: center;
}

html.pp-comment-policy-dismissed .post-comment-policy {
  display: none !important;
}

.post-comment-policy--deferred:not(.is-expanded) {
  display: none;
}

body.dark .post-comment-policy {
  border-left-color: rgba(255, 255, 255, 0.28);
}

.post-comment-policy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 1.75rem;
  margin: 0 0 1.25rem;
  padding: 1.1rem 1.25rem;
  box-sizing: border-box;
  background: var(--pp-bg, #f2f2f2);
  border: 1px solid var(--pp-border, #ebebeb);
  border-left: 3px solid rgba(0, 0, 0, 0.18);
  text-align: left;
  color: var(--pp-text, #121212);
}
.post-comment-policy__body {
  flex: 1 1 auto;
  min-width: 0;
}
.post-comment-policy__title {
  margin: 0 0 0.35em;
  font-family: var(--pp-roboto);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: var(--pp-text, #121212);
}
.post-comment-policy__text {
  margin: 0;
  font-family: var(--pp-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--pp-text, #121212);
  opacity: 0.78;
}
.post-comment-policy__dismiss {
  flex: 0 0 auto;
  margin: 0;
  padding: 0.65em 1.15em;
  border: none;
  background: var(--pp-text, #121212);
  color: var(--pp-surface, #fff);
  font-family: var(--pp-roboto);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 200ms ease;
}
.post-comment-policy__dismiss:hover, .post-comment-policy__dismiss:focus {
  opacity: 0.85;
}
.post-comment-policy__dismiss:focus-visible {
  outline: 2px solid #3366cc;
  outline-offset: 2px;
}
@media screen and (max-width: 640px) {
  .post-comment-policy {
    flex-direction: column;
    align-items: stretch;
  }
  .post-comment-policy__dismiss {
    width: 100%;
    text-align: center;
  }
}

button#show-comments {
  background: #3366cc;
  color: #fff;
  border: 0;
  width: 100%;
  margin: 1em auto;
  cursor: pointer;
}
button#show-comments:hover {
  background: #24478f;
}

/**
 * Post Preview
 */
.post-preview {
  width: 100%;
  /* &__shares-count {
    position: relative;
    padding-left: 18px;
    padding-top: 3px;
    font: 9px/1 $gibson;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1c74e0;
    &:before {
      position: absolute;
      width: 7px;
      height: 12px;
      top: 0;
      left: 0;
      background: url(../img/icon-shares.png) top left no-repeat;
      background-size: 100% 100%;
      content: "";
    }
  } */
}
.post-preview .post-meta {
  margin-bottom: 30px;
}
.post-preview__meta {
  align-items: center;
  margin-bottom: 17px;
}
.post-preview h2 {
  margin-bottom: 25px;
}
.post-preview h2 .gray {
  position: relative;
  margin-left: 2px;
  font-weight: 400;
  font-size: 0.75em;
}
.post-preview__thumbnail {
  position: relative;
  margin-bottom: 32px;
}
.post-preview__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.post-preview__thumbnail img.small {
  display: none;
}
.post-preview__thumbnail a:hover img {
  opacity: 1;
}
.post-preview__thumbnail .badges {
  position: absolute;
  top: 35px;
  left: -14px;
}
.post-preview__bottom {
  margin-top: 20px;
  text-align: right;
}
.post-preview__mobile-meta {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 10px;
}
@media screen and (min-width: 640px) {
  .post-preview__mobile-meta {
    display: none;
  }
}
.post-preview__date {
  font: 9px/15px var(--pp-roboto);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #9f9f9f;
}
.post-preview.is-card .post-preview__mobile-meta {
  display: none;
}
.post-preview.is-card .post-preview__content {
  position: relative;
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
.post-preview.is-card .post-preview__thumbnail {
  width: 33%;
  margin-bottom: 0;
  float: left;
  aspect-ratio: 300/157;
  overflow: hidden;
  background-color: #eee;
}
.post-preview.is-card .post-preview__thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-preview.is-card .post-preview__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .post-preview.is-card .post-preview__thumbnail {
    width: 40%;
  }
}
@media screen and (max-width: 868px) {
  .post-preview.is-card .post-preview__excerpt {
    display: none;
  }
}
.post-preview.is-card .post-preview__inner {
  position: relative;
  float: none;
  padding-left: 4%;
  margin-left: 33%;
}
@media screen and (max-width: 640px) {
  .post-preview.is-card .post-preview__inner {
    padding-left: 5%;
    margin-left: 40%;
    /* width: 55%;
    margin-left: 5%; */
  }
}
@media screen and (max-width: 868px) {
  .post-preview.is-card .text {
    display: none;
  }
}
@media screen and (max-width: 868px) {
  .post-preview.is-card h2 {
    margin-bottom: 0;
  }
}
.post-preview.is-card h2,
.post-preview.is-card .post-preview__title {
  font-size: 22px;
}
@media screen and (min-width: 641px) {
  .post-preview.is-card h2,
  .post-preview.is-card .post-preview__title {
    line-height: 1.35em !important;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 640px) {
  .post-preview.is-card h2,
  .post-preview.is-card .post-preview__title {
    font-size: 17px !important;
  }
}
.post-preview.is-expanded .post-preview__thumbnail {
  aspect-ratio: 1600/840;
  overflow: hidden;
  background-color: #eee;
}
.post-preview.is-expanded .post-preview__thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-preview.is-expanded .post-preview__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 641px) {
  .post-preview.is-expanded .post-preview__title {
    font-size: 34px !important;
    line-height: 1.3em !important;
  }
}
@media screen and (max-width: 640px) {
  .post-preview.is-expanded .post-preview__title {
    font-size: 24px !important;
    margin-bottom: 1em !important;
  }
}

/**
 * Page Home
 */
@media screen and (max-width: 868px) {
  .page-home .page__sidebar {
    background: #fff;
  }
}

/**
 * Error Pages
 */
.page-error {
  margin: 20px auto;
  max-width: 900px;
}
.page-error .page__content {
  padding: 40px;
  min-height: 500px;
  width: 100%;
  display: inline-block;
  clear: both;
}
.page-error .error-text {
  float: left;
  width: 40%;
  padding-bottom: 30px;
}
.page-error .error-image {
  float: left;
  width: 60%;
  text-align: center;
}
@media screen and (max-width: 868px) {
  .page-error .error-image,
  .page-error .error-text {
    width: 100%;
    float: none;
  }
}

/**
 * Author Pages
 */
.page-author__top {
  background: #fff;
}
.page-author__top .wrapper {
  text-align: left;
  border-bottom: solid 1px #f2f2f2;
  padding: 50px 0;
}
.page-author__top .inner {
  width: 100%;
  display: inline-block;
}
.page-author__top .author-jobtitle {
  color: #888;
  font-size: 20px;
  vertical-align: middle;
  line-height: 1em;
}
.page-author__top .author-jobtitle.has-socials {
  padding-right: 10px;
  border-right: solid 1px #ccc;
}
.page-author__top .social-links {
  font-size: 20px;
  line-height: 1em;
  vertical-align: middle;
}
.page-author__top .author-website {
  font-size: 0.8em;
  color: #aaa;
}
.page-author__top .social-icon svg.icon {
  width: 1.5em;
  font-size: 20px;
  margin: 0;
}
.page-author__top .social-icon.facebook svg {
  fill: #3b5998;
  font-size: 18px;
}
.page-author__top .social-icon.twitter svg {
  fill: #000;
}
.page-author__top .social-icon.instagram svg {
  fill: #bc2a8d;
}
.page-author__top .author-image {
  float: left;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.page-author__top .author-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-author__top .author-info {
  margin-left: 150px;
  text-align: left;
  padding: 0 20px;
}
.page-author__top h1.author-title {
  margin: 0;
  font-size: 40px;
}
.page-author__top .author-bio {
  padding-top: 10px;
}
@media screen and (max-width: 640px) {
  .page-author__top .author-image {
    width: 90px;
    height: 90px;
  }
  .page-author__top .author-info {
    margin-left: 90px;
    padding: 5px 0 5px 15px;
  }
  .page-author__top h1.author-title {
    font-size: 28px;
  }
  .page-author__top .author-jobtitle {
    font-size: 16px;
  }
  .page-author__top .author-bio {
    margin-left: -105px;
    clear: both;
  }
  .page-author__top .social-links {
    display: block;
  }
  .page-author__top .wrapper {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1280px) {
  .page-author__top .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .page-author__top .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1124px) {
  .page-author__top .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 868px) {
  .page-author__top .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Page Archive
 */
.category-features {
  background: #fff;
}
.category-features .featured-posts {
  max-width: 1250px;
  margin: auto;
}
@media screen and (max-width: 868px) {
  .category-features .featured-posts {
    display: none;
  }
}

.page-archive__top {
  position: relative;
  background: var(--pp-surface);
  color: var(--pp-text);
}
.page-archive__top .wrapper {
  text-align: center;
  padding: 50px;
  border-bottom: 1px solid var(--pp-border);
}
@media screen and (min-width: 1201px) {
  .page-archive__top:has(+ .page-archive__date-picker) {
    border-bottom: 1px solid var(--pp-border);
  }
  .page-archive__top:has(+ .page-archive__date-picker) .wrapper {
    border-bottom: none;
  }
}
@media screen and (max-width: 640px) {
  .page-archive__top .wrapper {
    padding: 30px;
  }
}
.page-archive__top h1.archive-title {
  margin: 0;
  font-size: clamp(22px, 5.2vw + 8px, 35px);
  line-height: 1.2;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: none;
}
.page-archive__date-picker {
  position: relative;
  z-index: 190;
  width: 100%;
  box-sizing: border-box;
  background: var(--pp-surface);
  color: var(--pp-text);
  border-bottom: 1px solid var(--pp-border);
}
.page-archive__date-picker > .wrapper {
  box-sizing: border-box;
  padding: 14px 45px;
}
@media screen and (max-width: 1280px) {
  .page-archive__date-picker > .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .page-archive__date-picker > .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1124px) {
  .page-archive__date-picker > .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 868px) {
  .page-archive__date-picker > .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .page-archive__date-picker > .wrapper {
    padding: 14px 30px;
  }
}
@media screen and (min-width: 1201px) {
  .page-archive__date-picker {
    position: sticky;
    top: var(--pp-header-offset, 0px);
  }
  .page-archive__date-picker > .wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 868px) {
  .page-archive.page--sidebar .page__content,
  .page-archive.page--sidebar .page__sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 640px) {
  .page-archive.page--sidebar .page__content,
  .page-archive.page--sidebar .page__sidebar {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/**
 * Date archive picker (Archives landing + year/month/day views)
 */
.archive-date-picker {
  margin: 0;
  max-width: none;
  text-align: left;
}

.archive-date-picker__form {
  margin: 0;
}

.archive-date-picker__intro {
  margin: 0 0 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  color: inherit;
  opacity: 0.72;
  text-align: left;
}

.archive-date-picker__panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.archive-date-picker__fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: end;
}

.archive-date-picker__field {
  min-width: 0;
}

.archive-date-picker__label {
  display: block;
  margin: 0 0 6px;
  font-family: var(--pp-roboto);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: inherit;
  opacity: 0.55;
}

.archive-date-picker__select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 11px 36px 11px 14px;
  border: 1px solid var(--pp-border);
  border-radius: 0;
  background-color: var(--pp-content-bg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23121212' d='M1.2 2.2h9.6L6 7.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px 7px;
  color: var(--pp-text);
  font-family: var(--pp-roboto);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.01em;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.archive-date-picker__select:hover:not(:disabled) {
  border-color: rgba(18, 18, 18, 0.35);
}

.archive-date-picker__select:focus {
  outline: none;
  border-color: #3366cc;
  box-shadow: 0 0 0 3px rgba(51, 102, 204, 0.18);
}

.archive-date-picker__select:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  background-color: var(--pp-bg);
}

.archive-date-picker__actions {
  margin-top: 12px;
}

.archive-date-picker__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 12px 18px;
  border: 0;
  border-radius: 0;
  background: var(--pp-text);
  color: var(--pp-surface);
  font-family: var(--pp-roboto);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.archive-date-picker__submit:hover,
.archive-date-picker__submit:focus-visible {
  opacity: 0.88;
  color: var(--pp-surface);
}

.archive-date-picker__submit:focus-visible {
  outline: 2px solid #3366cc;
  outline-offset: 2px;
}

.archive-date-picker__hint {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.45;
  opacity: 0.55;
  text-align: left;
}

@media screen and (min-width: 1201px) {
  .page-archive__date-picker .archive-date-picker__intro,
  .page-archive__date-picker .archive-date-picker__hint {
    display: none;
  }
  .page-archive__date-picker .archive-date-picker__panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: end;
  }
  .page-archive__date-picker .archive-date-picker__fields {
    grid-template-columns: 1.1fr 1.35fr 0.85fr;
    gap: 12px;
  }
  .page-archive__date-picker .archive-date-picker__actions {
    margin-top: 0;
  }
  .page-archive__date-picker .archive-date-picker__submit {
    width: auto;
    min-height: 44px;
    padding-left: 22px;
    padding-right: 22px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 868px) {
  .archive-date-picker__fields {
    grid-template-columns: 1fr 1fr;
  }
  .archive-date-picker__field--day {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 640px) {
  .archive-date-picker__fields {
    grid-template-columns: 1fr;
  }
  .archive-date-picker__field--day {
    grid-column: auto;
  }
}
.page-archive .archive-search-header {
  margin: 0 0 28px;
  padding-bottom: 22px;
  border-bottom: 3px solid var(--pp-text);
}
.page-archive .archive-search-header__label {
  margin: 0 0 10px;
  font-family: var(--pp-roboto);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2em;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: inherit;
  opacity: 0.72;
}
.page-archive .archive-search-header__query {
  margin: 0;
  font-family: var(--pp-roboto);
  font-weight: 900;
  font-synthesis: none;
  font-size: 34px;
  line-height: 1.15em;
  color: inherit;
}
.page-archive .archive-search-header__term {
  display: block;
  word-break: break-word;
}
.page-archive .archive-search-header__term--empty {
  font-style: italic;
  opacity: 0.8;
}
.page-archive .archive-search-header__count {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.4em;
  color: inherit;
  opacity: 0.65;
}
@media screen and (max-width: 640px) {
  .page-archive .archive-search-header {
    margin-bottom: 22px;
    padding-bottom: 18px;
  }
  .page-archive .archive-search-header__query {
    font-size: 26px;
  }
  .page-archive .archive-search-header__count {
    font-size: 14px;
  }
}
.page-archive__description {
  padding-top: 15px;
}
.page-archive__posts {
  position: relative;
  width: 100%;
  height: auto;
}
.page-archive__posts:after {
  display: block;
  clear: both;
  content: "";
}
.page-archive__posts .post-meta {
  overflow: hidden;
  zoom: 1;
}
.page-archive__posts .post-meta__option {
  float: left;
}

/**
 * Page Tools
 */
/* .page-tools {
  &:after {
    display: block;
    clear: both;
    content: "";
  }

  @media screen and (min-width: $ipad) {
    &__filters {
      float: left;
    }

    &__button {
      float: right;
    }
  }

  @media screen and (max-width: $ipad) {
    &__button {
      margin-top: 30px;
    }
  }

  &__popular {
    position: relative;
    display: inline-block;
    padding-left:35px;
    font: 11px $gibson;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: $black;

    &:after {
      position: absolute;
      width: 14px;
      height: 14px;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      background: url(../img/icon-star.png) bottom left no-repeat;
      background-size: 100% auto;
      content: "";
    }
  }
} */
/**
 * Post thumb
 */
.post-thumb {
  position: relative;
  width: 100%;
  height: auto;
  /* &__shares {
    position: relative;
    padding-left: 18px;
    padding-top: 3px;
    font: 9px/1 $gibson;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1c74e0;
    &:before {
      position: absolute;
      width: 7px;
      height: 12px;
      top: 0;
      left: 0;
      background: url(../img/icon-shares.png) top left no-repeat;
      background-size: 100% 100%;
      content: "";
    }
  } */
}
.post-thumb:after {
  display: block;
  clear: both;
  content: "";
}
.post-thumb__figure {
  position: relative;
  z-index: 1;
  float: left;
  width: 40%;
}
.post-thumb__figure img {
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.post-thumb__info {
  position: relative;
  z-index: 1;
  margin-left: 40%;
  float: none;
  padding-left: 5%;
}
.post-thumb__meta {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.post-thumb__date {
  font: 9px/15px var(--pp-roboto);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #9f9f9f;
}
.post-thumb .post-title {
  font-size: 15px;
  margin: 0;
  font-family: var(--pp-roboto);
  font-weight: 900;
  font-synthesis: none;
  line-height: 1.2em;
}
.post-thumb .post-thumb__meta {
  margin-top: 5px;
}

/**
 * Posts List
 */
.posts .post-preview {
  padding-top: 24px;
  padding-bottom: 28px;
  border-bottom: 1px solid #E6E6E6;
}
.posts .post-preview:first-child {
  padding-top: 0;
}
.posts .post-preview:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.posts .post-preview .post-meta {
  margin-bottom: 18px;
}
@media screen and (max-width: 640px) {
  .posts .post-preview .post-meta {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 869px) {
  .posts .post-preview.is-expanded .post-preview__title {
    margin-bottom: 28px !important;
  }
}
.posts .post-preview.is-card .post-preview__content {
  margin-bottom: 4px;
}

/**
 * Related posts
 */
.ez-toc-title,
.section-heading {
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 3px solid #121212;
  margin-bottom: 10px;
  font-family: var(--pp-roboto);
  font-weight: 900;
}

.related-posts ul, .related-posts ol {
  list-style: none;
  margin: 0;
  padding: 10px 0 30px 0;
}
.related-posts li {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 0;
}

/**
 * Table of contents
 */
.sudo-h2 {
  font-family: var(--pp-roboto);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

#ez-toc-container {
  font-size: 16px;
  margin: -5px 0 35px 0;
}

.ez-toc-title-container {
  display: none;
}

ul.ez-toc-list li {
  margin: 0;
  padding: 5px 0 0 0;
}

.hide-bullets ul.ez-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Trending posts
 */
.trending-posts__heading {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  margin-bottom: 10px;
  /*  h3 {
     font-size: 15px;
     letter-spacing: 0.1em;
     text-transform: uppercase;
     padding-bottom: 20px;
     margin: 0;
   } */
}
.trending-posts__bottom {
  position: relative;
  padding-top: 35px;
  border-top: 3px solid #121212;
  text-align: center;
}
.trending-posts .post-thumb {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}
.trending-posts .post-thumb:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.trending-posts .adunit {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  /* div{
    vertical-align: middle;
  } */
}

/**
 * Page Most Popular
 */
.page-popular__head, .page-popular__content {
  position: relative;
  padding: 40px 45px;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .page-popular__head, .page-popular__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .page-popular__head, .page-popular__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1124px) {
  .page-popular__head, .page-popular__content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 640px) {
  .page-popular__head, .page-popular__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.page-popular__head {
  background: #f2f2f2;
  text-align: center;
}
.page-popular__head:before {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 23px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/icon-star.png) bottom left no-repeat;
  background-size: 100% auto;
  content: "";
}
.page-popular__head h2 {
  margin: 0;
}
.page-popular__head .go-back {
  position: absolute;
  height: 9px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.page-popular__inner {
  position: relative;
}
.page-popular__content {
  background: #fff;
}
.page-popular__posts {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  counter-reset: field;
}
.page-popular__post {
  position: relative;
  flex: 0 0 100%;
  padding: 20px 0;
  box-sizing: border-box;
  counter-increment: field;
}
@media screen and (min-width: 868px) {
  .page-popular__post {
    padding-left: 50px;
  }
  .page-popular__post:before {
    position: absolute;
    height: 15px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: counter(field);
    font: 15px/15px var(--pp-roboto);
    font-weight: 900;
    color: #121212;
  }
}
@media screen and (min-width: 640px) {
  .page-popular__post {
    flex-basis: 47%;
    border-bottom: 1px solid #f2f2f2;
  }
  .page-popular__post:nth-last-child(1), .page-popular__post:nth-last-child(2) {
    border-bottom: none;
  }
}
.page-popular__bottom {
  position: relative;
  padding-top: 40px;
  border-top: 3px solid #121212;
  margin-top: 65px;
  text-align: center;
}
.page-popular__bottom .go-top {
  position: absolute;
  height: 9px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.page-popular__bottom .button {
  padding-left: 45px;
  padding-right: 45px;
}

/**
 * Pagination
 */
.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
  padding: 28px 0;
  border-top: 3px solid #f2f2f2;
  font: 16px/1.2 var(--pp-roboto);
  font-weight: 700;
  letter-spacing: 0;
}
.pagination a {
  display: inline-flex;
  align-items: center;
  gap: 0.65em;
  max-width: 100%;
  color: var(--pp-text, #121212);
  text-decoration: none;
  transition: color 0.18s ease;
}
.pagination a:hover, .pagination a:focus-visible {
  color: #3366cc;
}
.pagination a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.pagination__label {
  min-width: 0;
}
.pagination__link {
  position: relative;
  z-index: 2;
  max-width: calc(50% - 0.5rem);
}
.pagination__link--older {
  margin-left: auto;
  text-align: right;
}
.pagination__link--newer {
  text-align: left;
}
.pagination__link--newer a::before, .pagination__link--older a::after {
  content: "";
  flex-shrink: 0;
  width: 0.55em;
  height: 0.55em;
  border-style: solid;
  border-color: currentColor;
  border-width: 0 0 2px 2px;
  transition: transform 0.18s ease;
}
.pagination__link--newer a::before {
  transform: rotate(45deg);
}
.pagination__link--older a::after {
  transform: rotate(-135deg);
}
.pagination__link--newer a:hover::before, .pagination__link--newer a:focus-visible::before {
  transform: rotate(45deg) translate(-1px, 1px);
}
.pagination__link--older a:hover::after, .pagination__link--older a:focus-visible::after {
  transform: rotate(-135deg) translate(-1px, 1px);
}
.pagination--date-archive {
  font-size: 15px;
}
.pagination + .pagination--date-archive {
  margin-top: 0;
  padding-top: 20px;
  border-top-width: 1px;
}

/**
 * Post tags
 */
.post-tags {
  position: relative;
  font: 9px/1.5 var(--pp-roboto);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #121212;
}
.post-tags svg.icon {
  display: inline-block;
  height: 2em;
  vertical-align: middle;
  width: 2em;
  margin-right: 0.5em;
  font-size: 8px;
  fill: #3366cc;
  float: left;
}
.post-tags .links {
  margin-left: 2.5em;
}
.post-tags .items {
  padding-bottom: 10px;
}

/**
 * Post nav
 */
.posts-nav {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
}
.posts-nav__heading {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  border-bottom: 3px solid #121212;
}
.posts-nav__heading h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.posts-nav__heading h3 a {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  color: inherit;
  text-decoration: none;
  transition: color 0.18s ease;
}
.posts-nav__heading h3 a:hover, .posts-nav__heading h3 a:focus-visible {
  color: #3366cc;
}
.posts-nav__content {
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.posts-nav__content figure {
  flex: 0 0 40%;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .posts-nav__content {
    display: none;
  }
}
.posts-nav__info {
  position: relative;
  flex: 0 0 60%;
  box-sizing: border-box;
}
.posts-nav__info h4 {
  font-size: 15px;
}
.posts-nav__prev, .posts-nav__next {
  position: relative;
  flex: 1 0 50%;
}
.posts-nav__prev .posts-nav__heading h3 a::before, .posts-nav__next .posts-nav__heading h3 a::after {
  content: "";
  flex-shrink: 0;
  width: 0.45em;
  height: 0.45em;
  border-style: solid;
  border-color: currentColor;
  border-width: 0 0 2px 2px;
  transition: transform 0.18s ease;
}
.posts-nav__prev .posts-nav__heading h3 a::before {
  transform: rotate(45deg);
}
.posts-nav__next .posts-nav__heading h3 a::after {
  transform: rotate(-135deg);
}
.posts-nav__next {
  text-align: right;
}
.posts-nav__prev .posts-nav__content {
  padding-right: 50px;
}
.posts-nav__prev .posts-nav__info {
  padding-left: 25px;
}
.posts-nav__next .posts-nav__content {
  padding-left: 50px;
  border-left: 3px solid #121212;
}
.posts-nav__next .posts-nav__content figure {
  order: 2;
}
.posts-nav__next .posts-nav__info {
  padding-right: 25px;
}

/**
 * Sidebar
 */
.sidebar h2, .sidebar__text {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .sidebar h2, .sidebar__text {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .sidebar h2, .sidebar__text {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1124px) {
  .sidebar h2, .sidebar__text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 868px) {
  .sidebar h2, .sidebar__text {
    margin-bottom: 15px;
  }
}
.sidebar .peta-form input[type=text],
.sidebar .peta-form input[type=email],
.sidebar .peta-form input[type=url],
.sidebar .peta-form textarea {
  background: #fff;
}

/**
 * Page About
 */
.page-about__intro {
  position: relative;
  margin-bottom: 85px;
}
.page-about .member {
  margin-bottom: 80px;
}
.page-about .member:last-child {
  margin-bottom: 0;
}

.member {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.member__image, .member__info {
  flex: 0 0 45%;
}
@media screen and (max-width: 640px) {
  .member__image, .member__info {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 640px) {
  .member__image {
    margin-bottom: 40px;
  }
}
.member__heading {
  margin-bottom: 40px;
}
.member__heading h3,
.member__heading h4 {
  margin-bottom: 0;
}
.member__link {
  position: relative;
  margin-top: 30px;
  color: #9f9f9f;
}
.member__link .badge,
.member__link h5 {
  display: inline-block;
  vertical-align: middle;
}
.member__link h5 {
  margin-bottom: 0;
  margin-left: 10px;
  max-width: 130px;
  color: inherit;
}
.member__link:hover {
  color: #3366cc;
}

.peta-form__row {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}
.peta-form__field {
  position: relative;
  flex: 1 0 30%;
  margin-left: 45px;
}
@media screen and (max-width: 868px) {
  .peta-form__field {
    flex: 0 0 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .peta-form__field:last-child {
    margin-bottom: 0;
  }
}
.peta-form__field:first-child {
  margin-left: 0;
}
@media screen and (min-width: 868px) {
  .peta-form__field--checkbox {
    padding-right: 275px;
    box-sizing: border-box;
  }
  .peta-form__field--checkbox .wpcf7-form-control-wrap {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
}
.peta-form .req {
  color: #36c;
}
.peta-form p {
  min-height: 3em;
  font-size: 13px;
  color: #9f9f9f;
}
.peta-form label {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font: 15px var(--pp-roboto);
  font-weight: 900;
}
.peta-form input[type=text],
.peta-form input[type=email],
.peta-form input[type=url],
.peta-form textarea {
  width: 100%;
  height: 47px;
  padding: 0 10px;
  border: none;
  box-sizing: border-box;
  background: #f2f2f2;
  font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.peta-form input[type=text].wpcf7-not-valid,
.peta-form input[type=email].wpcf7-not-valid,
.peta-form input[type=url].wpcf7-not-valid,
.peta-form textarea.wpcf7-not-valid {
  background: #eaedf1;
  border: 1px solid #639ee6;
}
.peta-form textarea {
  height: 180px;
  padding: 10px;
  resize: vertical;
  outline: none;
}
.peta-form input[type=checkbox] + span:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  border: 3px solid #121212;
  margin-right: 10px;
  content: "";
}
.peta-form input[type=checkbox]:checked + span {
  color: #3366cc;
}
.peta-form input[type=checkbox]:checked + span:before {
  border-color: #3366cc;
  background: url(../img/icon-checked.png) center center no-repeat;
  background-size: 6px 5px;
}
.peta-form .wpcf7-not-valid-tip {
  position: relative;
  display: block;
  margin-top: 10px;
  font: 10px var(--pp-roboto);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
}

/**
 * Footer
 */
.footer-main {
  position: relative;
  overflow: visible;
  width: 100%;
  height: auto;
  padding: 55px 45px 150px 45px;
  box-sizing: border-box;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .footer-main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .footer-main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1124px) {
  .footer-main {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 640px) {
  .footer-main {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.footer-main__back-to-top {
  position: absolute;
  top: 0;
  right: 45px;
  left: auto;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  border: 1px solid var(--pp-border, #ebebeb);
  border-radius: 50%;
  background: var(--pp-surface, #fff);
  color: var(--pp-text, #121212);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
@media screen and (max-width: 1280px) {
  .footer-main__back-to-top {
    right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .footer-main__back-to-top {
    right: 40px;
  }
}
@media screen and (max-width: 1124px) {
  .footer-main__back-to-top {
    right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .footer-main__back-to-top {
    right: 15px;
    width: 44px;
    height: 44px;
  }
}
@media screen and (min-width: 1201px) {
  .footer-main__back-to-top {
    right: auto;
    left: calc((100% - min(100%, 1250px)) / 2 + min(100%, 1250px) * 0.875);
    transform: translate(-50%, -50%);
  }
}
.footer-main__back-to-top:hover {
  background: var(--pp-bg, #f2f2f2);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  transform: translateY(calc(-50% - 2px));
}
@media screen and (min-width: 1201px) {
  .footer-main__back-to-top:hover {
    transform: translate(-50%, calc(-50% - 2px));
  }
}
.footer-main__back-to-top:focus-visible {
  outline: 2px solid var(--pp-text, #121212);
  outline-offset: 3px;
}
.footer-main__back-to-top:active {
  transform: translateY(-50%);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1201px) {
  .footer-main__back-to-top:active {
    transform: translate(-50%, -50%);
  }
}
.footer-main__back-to-top-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.footer-main__row {
  width: 100%;
  max-width: 1250px;
  margin: auto;
}
.footer-main__row:after {
  display: block;
  clear: both;
  content: "";
}
.footer-main__leftside, .footer-main__rightside {
  width: 100%;
  float: none;
  text-align: center;
  box-sizing: border-box;
  padding-top: 20px;
}
@media screen and (min-width: 1201px) {
  .footer-main__leftside, .footer-main__rightside {
    float: left;
    text-align: left;
  }
}
@media screen and (min-width: 1201px) {
  .footer-main__leftside {
    width: 38%;
    padding-right: 40px;
    border-right: 1px solid #333;
  }
}
.footer-main__rightside {
  margin-top: 36px;
}
@media screen and (min-width: 1201px) {
  .footer-main__rightside {
    width: 62%;
    padding-left: 48px;
    float: right;
    margin-top: 0;
  }
}
.footer-main__brand {
  margin: 0;
  padding: 0;
  border: 0;
}
.footer-main__logo {
  display: inline-block;
  margin-bottom: 0;
  line-height: 0;
}
.footer-main__logo svg {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 486/124;
  margin: 0 auto;
}
@media screen and (min-width: 1201px) {
  .footer-main__logo svg {
    margin: 0;
  }
}
.footer-main__logo:hover, .footer-main__logo:focus-visible {
  opacity: 0.85;
}
.footer-main__logo:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 4px;
}
.footer-main__copyright {
  margin: 22px 0 0;
  font: 12px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.48);
}
.footer-main__copyright-sep {
  display: inline-block;
  margin: 0 0.65em;
  color: rgba(255, 255, 255, 0.28);
}
.footer-main__copyright-sep::before {
  content: "·";
}
.footer-main__socials {
  text-align: center;
  width: 100%;
  margin-top: 28px;
}
@media screen and (min-width: 1201px) {
  .footer-main__socials {
    text-align: left;
  }
}
.footer-main__socials li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px;
  font: 9px var(--pp-roboto);
  font-weight: 900;
}
@media screen and (min-width: 1201px) {
  .footer-main__socials li {
    margin: 0 18px 0 0;
  }
  .footer-main__socials li:last-child {
    margin-right: 0;
  }
}
.footer-main__socials li svg {
  fill: #fff;
  height: 25px;
}
.footer-main__socials span {
  display: inline-block;
  vertical-align: middle;
}

.theme-mode-switcher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #3366cc;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(51, 102, 204, 0.15);
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.theme-mode-switcher:focus-visible {
  outline: 2px solid #3366cc;
  outline-offset: -2px;
}
.theme-mode-switcher__body {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.theme-mode-switcher__glyph {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
}
.theme-mode-switcher__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  transition: opacity 200ms ease, transform 200ms ease;
}
.theme-mode-switcher__icon svg.icon {
  display: block;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  font-size: 20px;
  fill: none !important;
  color: inherit;
}
.theme-mode-switcher__icon--moon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.theme-mode-switcher__icon--sun {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.75);
  pointer-events: none;
}
.theme-mode-switcher__copy {
  display: none;
}
.theme-mode-switcher__label {
  display: block;
}
.theme-mode-switcher__label--to-light {
  display: none;
}
.theme-mode-switcher--bar {
  position: relative;
  isolation: isolate;
}
.theme-mode-switcher--bar:hover, .theme-mode-switcher--bar:focus-visible {
  color: #2b56ab;
}
@media (hover: hover) and (min-width: 1201px) {
  .theme-mode-switcher--bar::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }
  .theme-mode-switcher--bar .theme-mode-switcher__body {
    position: relative;
    z-index: 1;
  }
  .theme-mode-switcher--bar:hover, .theme-mode-switcher--bar:focus-visible {
    background: #070712;
    color: #f0c142;
  }
  .theme-mode-switcher--bar:hover::before, .theme-mode-switcher--bar:focus-visible::before {
    opacity: 1;
    background-color: #070712;
    background-image: radial-gradient(1px 1px at 14% 22%, rgba(255, 255, 255, 0.95), transparent), radial-gradient(1.5px 1.5px at 28% 68%, rgba(255, 255, 255, 0.8), transparent), radial-gradient(1px 1px at 42% 18%, rgba(255, 255, 255, 0.7), transparent), radial-gradient(1.5px 1.5px at 58% 42%, rgba(255, 255, 255, 0.95), transparent), radial-gradient(1px 1px at 72% 16%, rgba(255, 255, 255, 0.75), transparent), radial-gradient(1px 1px at 82% 62%, rgba(255, 255, 255, 0.85), transparent), radial-gradient(1.5px 1.5px at 90% 30%, rgba(255, 255, 255, 0.7), transparent), radial-gradient(1px 1px at 48% 82%, rgba(255, 255, 255, 0.65), transparent), radial-gradient(2px 2px at 66% 78%, rgba(240, 193, 66, 0.55), transparent);
  }
  .theme-mode-switcher--bar:hover .theme-mode-switcher__icon--moon, .theme-mode-switcher--bar:focus-visible .theme-mode-switcher__icon--moon {
    color: #f0c142;
    filter: drop-shadow(0 0 6px rgba(240, 193, 66, 0.55));
    animation: pp-theme-moon-hover 650ms cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
  }
  .theme-mode-switcher--bar::after {
    content: attr(aria-label);
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    z-index: 220;
    max-width: 180px;
    padding: 7px 10px;
    border: 1px solid var(--pp-border, #E6E6E6);
    border-radius: 6px;
    background: var(--pp-surface, #fff);
    box-shadow: 0 8px 20px rgba(18, 18, 18, 0.12);
    color: var(--pp-text, #121212);
    font: 12px/1.3 var(--pp-roboto);
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -4px);
    transition: opacity 160ms ease, transform 160ms ease;
  }
  .theme-mode-switcher--bar:hover::after, .theme-mode-switcher--bar:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.theme-mode-switcher--menu {
  height: auto;
  min-height: 64px;
  padding: 12px 14px;
  border: 1px solid var(--pp-border, #E6E6E6);
  border-radius: 10px;
  background: var(--pp-surface, #fff);
  color: var(--pp-text, #121212);
  box-shadow: 0 1px 2px rgba(18, 18, 18, 0.04);
  text-align: left;
}
.theme-mode-switcher--menu .theme-mode-switcher__body {
  justify-content: flex-start;
  gap: 14px;
}
.theme-mode-switcher--menu .theme-mode-switcher__glyph {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(51, 102, 204, 0.1);
  color: #3366cc;
}
.theme-mode-switcher--menu .theme-mode-switcher__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.theme-mode-switcher--menu .theme-mode-switcher__label {
  font-family: var(--pp-roboto);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.01em;
}
.theme-mode-switcher--menu:hover, .theme-mode-switcher--menu:focus-visible {
  border-color: rgba(51, 102, 204, 0.35);
  box-shadow: 0 4px 14px rgba(51, 102, 204, 0.1);
}
.theme-mode-switcher--menu:focus-visible {
  outline: 2px solid #3366cc;
  outline-offset: 2px;
}

html.dark .theme-mode-switcher .theme-mode-switcher__icon--moon,
body.dark .theme-mode-switcher .theme-mode-switcher__icon--moon {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.75);
  pointer-events: none;
}
html.dark .theme-mode-switcher .theme-mode-switcher__icon--sun,
body.dark .theme-mode-switcher .theme-mode-switcher__icon--sun {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}
html.dark .theme-mode-switcher .theme-mode-switcher__label--to-dark,
body.dark .theme-mode-switcher .theme-mode-switcher__label--to-dark {
  display: none;
}
html.dark .theme-mode-switcher .theme-mode-switcher__label--to-light,
body.dark .theme-mode-switcher .theme-mode-switcher__label--to-light {
  display: block;
}
html.dark .theme-mode-switcher.theme-mode-switcher--bar,
body.dark .theme-mode-switcher.theme-mode-switcher--bar {
  background: #fff;
  color: #3366cc;
}
html.dark .theme-mode-switcher.theme-mode-switcher--bar:hover, html.dark .theme-mode-switcher.theme-mode-switcher--bar:focus-visible,
body.dark .theme-mode-switcher.theme-mode-switcher--bar:hover,
body.dark .theme-mode-switcher.theme-mode-switcher--bar:focus-visible {
  color: #3366cc;
}
html.dark .theme-mode-switcher.theme-mode-switcher--bar:focus-visible,
body.dark .theme-mode-switcher.theme-mode-switcher--bar:focus-visible {
  outline-color: #3366cc;
}
@media (hover: hover) and (min-width: 1201px) {
  html.dark .theme-mode-switcher.theme-mode-switcher--bar:hover, html.dark .theme-mode-switcher.theme-mode-switcher--bar:focus-visible,
  body.dark .theme-mode-switcher.theme-mode-switcher--bar:hover,
  body.dark .theme-mode-switcher.theme-mode-switcher--bar:focus-visible {
    background: #6eb6f0;
    color: #ffd33a;
  }
  html.dark .theme-mode-switcher.theme-mode-switcher--bar:hover::before, html.dark .theme-mode-switcher.theme-mode-switcher--bar:focus-visible::before,
  body.dark .theme-mode-switcher.theme-mode-switcher--bar:hover::before,
  body.dark .theme-mode-switcher.theme-mode-switcher--bar:focus-visible::before {
    opacity: 1;
    background-color: #6eb6f0;
    background-image: radial-gradient(ellipse 42% 34% at 18% 82%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 70%), radial-gradient(ellipse 48% 36% at 48% 88%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 72%), radial-gradient(ellipse 38% 30% at 78% 78%, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0) 70%), radial-gradient(ellipse 55% 40% at 62% 18%, rgba(255, 255, 255, 0.16), transparent 70%), linear-gradient(180deg, #4f9fe6 0%, #7ec0f5 48%, #b7daf8 100%);
  }
  html.dark .theme-mode-switcher.theme-mode-switcher--bar:hover .theme-mode-switcher__icon--sun, html.dark .theme-mode-switcher.theme-mode-switcher--bar:focus-visible .theme-mode-switcher__icon--sun,
  body.dark .theme-mode-switcher.theme-mode-switcher--bar:hover .theme-mode-switcher__icon--sun,
  body.dark .theme-mode-switcher.theme-mode-switcher--bar:focus-visible .theme-mode-switcher__icon--sun {
    color: #ffd33a;
    filter: drop-shadow(0 0 1px rgba(120, 60, 0, 0.45)) drop-shadow(0 0 6px rgba(255, 200, 40, 0.95)) drop-shadow(0 0 12px rgba(255, 180, 0, 0.75));
    animation: pp-theme-sun-hover 700ms cubic-bezier(0.34, 1.45, 0.64, 1) forwards;
  }
  html.dark .theme-mode-switcher.theme-mode-switcher--bar::after,
  body.dark .theme-mode-switcher.theme-mode-switcher--bar::after {
    border-color: #585858;
    background: #121212;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
  }
}
html.dark .theme-mode-switcher.theme-mode-switcher--menu,
body.dark .theme-mode-switcher.theme-mode-switcher--menu {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: none;
}
html.dark .theme-mode-switcher.theme-mode-switcher--menu .theme-mode-switcher__glyph,
body.dark .theme-mode-switcher.theme-mode-switcher--menu .theme-mode-switcher__glyph {
  background: #000;
  color: #f0c142;
}
html.dark .theme-mode-switcher.theme-mode-switcher--menu:hover, html.dark .theme-mode-switcher.theme-mode-switcher--menu:focus-visible,
body.dark .theme-mode-switcher.theme-mode-switcher--menu:hover,
body.dark .theme-mode-switcher.theme-mode-switcher--menu:focus-visible {
  border-color: rgba(240, 193, 66, 0.4);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
html.dark .theme-mode-switcher.theme-mode-switcher--menu:focus-visible,
body.dark .theme-mode-switcher.theme-mode-switcher--menu:focus-visible {
  outline-color: #f0c142;
}

body.dark .header-main__theme--menu {
  background: rgba(255, 255, 255, 0.03);
  border-top-color: #E6E6E6;
}

.footer-nav .menu {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  .footer-nav .menu {
    display: block;
    flex-flow: unset;
  }
}
.footer-nav .menu > .menu-item {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .footer-nav .menu > .menu-item {
    width: auto;
    flex: unset;
    margin: 0.5em;
    display: inline-block;
  }
}
.footer-nav .menu > .menu-item > a {
  position: relative;
  display: block;
  margin-bottom: 30px;
  font: 15px var(--pp-roboto);
  font-weight: 900;
}
@media screen and (max-width: 1200px) {
  .footer-nav .menu > .menu-item > a {
    margin: 0;
    font-size: 16px;
  }
}
.footer-nav .sub-menu {
  list-style: none;
}
.footer-nav .sub-menu .menu-item {
  position: relative;
  margin-bottom: 10px;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-subscribe {
  position: relative;
  display: flex;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .footer-subscribe {
    flex: 0 1 32%;
  }
}
.footer-subscribe__inner {
  position: relative;
  flex: 0 0 100%;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.footer-subscribe .newsletter-header {
  position: relative;
  margin-bottom: 15px;
  color: inherit;
  text-transform: uppercase;
  font-family: var(--pp-roboto);
  font-weight: 900;
  line-height: normal;
  font-size: 12px;
}
.footer-subscribe form {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.footer-subscribe fieldset {
  margin-bottom: 20px;
}
.footer-subscribe input[type=email] {
  width: 100%;
  height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #fff;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
.footer-subscribe input[type=submit] {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: 11px var(--pp-roboto);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: inherit;
  cursor: pointer;
}
.footer-subscribe input[type=submit]:hover {
  color: #3366cc;
}

/* Hompage Grouped Feature Blocks */
.page__content .feature-group,
.featured-group {
  margin: 0 -0.5em;
  clear: both;
  display: inline-block;
  width: 100%;
  background: #f2f2f2;
  padding: 1.5em 0 1.5em 2em;
  border-top: solid 1px #E6E6E6;
  border-bottom: solid 1px #E6E6E6;
  margin-top: -2px;
  box-sizing: border-box;
}
.page__content .feature-group .pcp-section-title,
.featured-group .pcp-section-title {
  margin: 0 0 0.5em 0;
  padding-bottom: 0.2em;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.page__content .feature-group .pcp-preloader,
.featured-group .pcp-preloader {
  background-color: #f2f2f2;
}

.featured-group__post {
  box-sizing: border-box;
  padding: 0 2em 0 0;
}

.page__content .feature-group h2.sp-pcp-title,
.featured-group__content h2 {
  font-size: 1.1em;
  margin: 0.3em 0;
}

.feature-group h2.sp-pcp-title a {
  font-weight: 900;
  font-size: inherit;
}
.feature-group h2.sp-pcp-title a:hover {
  color: #3366cc;
}

.feature-group .swiper-container {
  width: 100%;
}
.feature-group .swiper-wrapper {
  z-index: 100;
}
.feature-group .pcp-post-thumb-wrapper img {
  width: 100%;
}

.page__content .feature-group {
  padding: 1.5em 2em;
  margin: -2px 0 0 0;
  /* .sp-pcp-row [class*='sp-pcp-col-'] {
    padding-bottom: 0;
  } */
}
.page__content .feature-group .pcp-section-title {
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #121212;
  border-bottom: 3px solid #121212;
  padding-bottom: 20px;
  margin-bottom: 30px !important;
}
.page__content .feature-group h2.sp-pcp-title {
  margin-top: 0;
  font-size: 15px;
}
.page__content .feature-group h2.sp-pcp-title a {
  line-height: 1.2em;
  display: inline-block;
}
.page__content .feature-group .sp-pcp-post-meta {
  margin: 0;
  font: 9px/15px var(--pp-roboto);
  font-weight: 900;
}
.page__content .feature-group .sp-pcp-post-meta li {
  text-transform: uppercase;
  font: 9px/15px var(--pp-roboto);
  font-weight: 900;
}
.page__content .feature-group .sp-pcp-post-meta i {
  display: none;
}

.featured-group__thumbnail img {
  vertical-align: middle;
}

.page__content .feature-group.featured-reviews,
.page__content .feature-group.featured-editorials,
.page__content .feature-group.featured-spotlights {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  clear: both;
  float: none;
  padding-top: 1.25em;
  padding-bottom: 1.75em;
}
.page__content .feature-group.featured-reviews .featured-group__header.pcp-section-title,
.page__content .feature-group.featured-editorials .featured-group__header.pcp-section-title,
.page__content .feature-group.featured-spotlights .featured-group__header.pcp-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 18px !important;
  padding-bottom: 14px;
}
.page__content .feature-group.featured-reviews .featured-group__title,
.page__content .feature-group.featured-editorials .featured-group__title,
.page__content .feature-group.featured-spotlights .featured-group__title {
  flex: 1 1 auto;
  min-width: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  line-height: inherit;
}
.page__content .feature-group.featured-reviews .featured-group__more,
.page__content .feature-group.featured-editorials .featured-group__more,
.page__content .feature-group.featured-spotlights .featured-group__more {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  margin-bottom: 1px;
  padding: 0;
  color: inherit;
  text-decoration: none;
  opacity: 0.72;
  transition: opacity 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.page__content .feature-group.featured-reviews .featured-group__more:hover, .page__content .feature-group.featured-reviews .featured-group__more:focus-visible,
.page__content .feature-group.featured-editorials .featured-group__more:hover,
.page__content .feature-group.featured-editorials .featured-group__more:focus-visible,
.page__content .feature-group.featured-spotlights .featured-group__more:hover,
.page__content .feature-group.featured-spotlights .featured-group__more:focus-visible {
  opacity: 1;
  color: #3366cc;
  transform: translateX(2px);
}
.page__content .feature-group.featured-reviews .featured-group__more-icon,
.page__content .feature-group.featured-editorials .featured-group__more-icon,
.page__content .feature-group.featured-spotlights .featured-group__more-icon {
  display: block;
  width: 28px;
  height: 28px;
}
.page__content .feature-group.featured-reviews .featured-reviews__posts,
.page__content .feature-group.featured-reviews .featured-editorials__posts,
.page__content .feature-group.featured-reviews .featured-spotlights__posts,
.page__content .feature-group.featured-editorials .featured-reviews__posts,
.page__content .feature-group.featured-editorials .featured-editorials__posts,
.page__content .feature-group.featured-editorials .featured-spotlights__posts,
.page__content .feature-group.featured-spotlights .featured-reviews__posts,
.page__content .feature-group.featured-spotlights .featured-editorials__posts,
.page__content .feature-group.featured-spotlights .featured-spotlights__posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: 100%;
}
.page__content .feature-group.featured-reviews .featured-group__post,
.page__content .feature-group.featured-editorials .featured-group__post,
.page__content .feature-group.featured-spotlights .featured-group__post {
  display: grid;
  grid-template-columns: minmax(0, 40%) minmax(0, 1fr);
  column-gap: 5%;
  align-items: start;
  width: 100%;
  float: none;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid #E6E6E6;
}
.page__content .feature-group.featured-reviews .featured-group__post:first-child,
.page__content .feature-group.featured-editorials .featured-group__post:first-child,
.page__content .feature-group.featured-spotlights .featured-group__post:first-child {
  padding-top: 0;
}
.page__content .feature-group.featured-reviews .featured-group__post:last-child,
.page__content .feature-group.featured-editorials .featured-group__post:last-child,
.page__content .feature-group.featured-spotlights .featured-group__post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.page__content .feature-group.featured-reviews .featured-group__thumbnail,
.page__content .feature-group.featured-editorials .featured-group__thumbnail,
.page__content .feature-group.featured-spotlights .featured-group__thumbnail {
  position: relative;
  grid-column: 1;
  float: none;
  width: 100%;
  max-width: none;
  margin: 0;
  aspect-ratio: 300/157;
  overflow: hidden;
  background-color: #f2f2f2;
}
.page__content .feature-group.featured-reviews .featured-group__thumbnail a,
.page__content .feature-group.featured-editorials .featured-group__thumbnail a,
.page__content .feature-group.featured-spotlights .featured-group__thumbnail a {
  position: absolute;
  inset: 0;
  display: block;
}
.page__content .feature-group.featured-reviews .featured-group__thumbnail img,
.page__content .feature-group.featured-editorials .featured-group__thumbnail img,
.page__content .feature-group.featured-spotlights .featured-group__thumbnail img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page__content .feature-group.featured-reviews h2.sp-pcp-title,
.page__content .feature-group.featured-editorials h2.sp-pcp-title,
.page__content .feature-group.featured-spotlights h2.sp-pcp-title {
  grid-column: 2;
  margin: 0;
  padding: 0;
  font-family: var(--pp-roboto);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2em;
  font-synthesis: none;
  letter-spacing: normal;
  text-transform: none;
  color: #121212;
}
@media screen and (max-width: 640px) {
  .page__content .feature-group.featured-reviews h2.sp-pcp-title,
  .page__content .feature-group.featured-editorials h2.sp-pcp-title,
  .page__content .feature-group.featured-spotlights h2.sp-pcp-title {
    font-size: 17px;
  }
}
.page__content .feature-group.featured-reviews h2.sp-pcp-title a,
.page__content .feature-group.featured-editorials h2.sp-pcp-title a,
.page__content .feature-group.featured-spotlights h2.sp-pcp-title a {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: none;
  letter-spacing: normal;
}
.page__content .feature-group.featured-reviews h2.sp-pcp-title a:hover,
.page__content .feature-group.featured-editorials h2.sp-pcp-title a:hover,
.page__content .feature-group.featured-spotlights h2.sp-pcp-title a:hover {
  color: #3366cc;
}
@media screen and (min-width: 869px) {
  .page__content .feature-group.featured-reviews .featured-reviews__posts,
  .page__content .feature-group.featured-reviews .featured-editorials__posts,
  .page__content .feature-group.featured-reviews .featured-spotlights__posts,
  .page__content .feature-group.featured-editorials .featured-reviews__posts,
  .page__content .feature-group.featured-editorials .featured-editorials__posts,
  .page__content .feature-group.featured-editorials .featured-spotlights__posts,
  .page__content .feature-group.featured-spotlights .featured-reviews__posts,
  .page__content .feature-group.featured-spotlights .featured-editorials__posts,
  .page__content .feature-group.featured-spotlights .featured-spotlights__posts {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: min-content;
    column-gap: 1.5em;
    row-gap: 1em;
    gap: 1em 1.5em;
  }
  .page__content .feature-group.featured-reviews .featured-group__post,
  .page__content .feature-group.featured-editorials .featured-group__post,
  .page__content .feature-group.featured-spotlights .featured-group__post {
    display: block;
    padding: 0;
    border-bottom: none;
    overflow: visible;
  }
  .page__content .feature-group.featured-reviews .featured-group__thumbnail,
  .page__content .feature-group.featured-editorials .featured-group__thumbnail,
  .page__content .feature-group.featured-spotlights .featured-group__thumbnail {
    margin-bottom: 8px;
  }
  .page__content .feature-group.featured-reviews h2.sp-pcp-title,
  .page__content .feature-group.featured-editorials h2.sp-pcp-title,
  .page__content .feature-group.featured-spotlights h2.sp-pcp-title {
    grid-column: auto;
    font-size: 16px;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 868px) {
  .page__content .feature-group {
    margin: -2px -15px 0 -15px;
    width: auto;
    border-right: 0;
    border-left: 0;
    padding: 15px;
  }
  .page__content .feature-group .sp-pcp-row .sp-pcp-col-xs-1 {
    width: 100%;
    display: block;
    max-width: 100%;
    flex: none;
  }
  .page__content .feature-group .sp-pcp-post {
    display: block;
    border-bottom: solid 1px #E6E6E6;
    padding-bottom: 1em;
    width: 100%;
  }
  .page__content .feature-group .sp-pcp-post .pcp-post-thumb-wrapper {
    width: 40%;
    float: left;
  }
  .page__content .feature-group:not(.featured-reviews):not(.featured-editorials):not(.featured-spotlights) h2.sp-pcp-title {
    margin-left: 40%;
    padding: 0 0 0 5%;
  }
  .page__content .feature-group:not(.featured-reviews):not(.featured-editorials):not(.featured-spotlights) .featured-group__post {
    float: none;
    width: 100%;
    display: block;
    padding: 0.35em 0;
  }
  .page__content .feature-group:not(.featured-reviews):not(.featured-editorials):not(.featured-spotlights) .featured-group__thumbnail {
    width: 40%;
    float: left;
  }
  .page__content .feature-group:not(.featured-reviews):not(.featured-editorials):not(.featured-spotlights) .featured-group__content {
    margin-left: 40%;
    padding-left: 6%;
  }
  .page__content .feature-group:not(.featured-reviews):not(.featured-editorials):not(.featured-spotlights) .featured-group__content h2 {
    font-size: 15px;
    margin: 0;
  }
  .page__content .feature-group.featured-reviews, .page__content .feature-group.featured-editorials, .page__content .feature-group.featured-spotlights {
    margin: -2px -15px 0 -15px;
    width: auto;
    max-width: none;
    box-sizing: border-box;
    float: none;
    clear: both;
    display: block;
  }
  .page__content .feature-group.featured-reviews .featured-reviews__posts,
  .page__content .feature-group.featured-reviews .featured-editorials__posts,
  .page__content .feature-group.featured-reviews .featured-spotlights__posts, .page__content .feature-group.featured-editorials .featured-reviews__posts,
  .page__content .feature-group.featured-editorials .featured-editorials__posts,
  .page__content .feature-group.featured-editorials .featured-spotlights__posts, .page__content .feature-group.featured-spotlights .featured-reviews__posts,
  .page__content .feature-group.featured-spotlights .featured-editorials__posts,
  .page__content .feature-group.featured-spotlights .featured-spotlights__posts {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: min-content;
    gap: 0;
    width: 100%;
  }
  .page__content .feature-group.featured-reviews .featured-group__post, .page__content .feature-group.featured-editorials .featured-group__post, .page__content .feature-group.featured-spotlights .featured-group__post {
    display: grid;
    grid-template-columns: minmax(0, 40%) minmax(0, 1fr);
    grid-template-rows: auto;
    column-gap: 5%;
    align-items: start;
    width: 100%;
    float: none;
    clear: both;
    margin: 0;
    min-width: 0;
    padding: 18px 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .page__content .feature-group.featured-reviews .featured-group__post:first-child, .page__content .feature-group.featured-editorials .featured-group__post:first-child, .page__content .feature-group.featured-spotlights .featured-group__post:first-child {
    padding-top: 0;
  }
  .page__content .feature-group.featured-reviews .featured-group__post:last-child, .page__content .feature-group.featured-editorials .featured-group__post:last-child, .page__content .feature-group.featured-spotlights .featured-group__post:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .page__content .feature-group.featured-reviews .featured-group__thumbnail, .page__content .feature-group.featured-editorials .featured-group__thumbnail, .page__content .feature-group.featured-spotlights .featured-group__thumbnail {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    float: none;
    width: 100%;
    max-width: none;
    margin: 0;
    min-width: 0;
    aspect-ratio: 300/157;
    overflow: hidden;
    background-color: #f2f2f2;
  }
  .page__content .feature-group.featured-reviews .featured-group__thumbnail a, .page__content .feature-group.featured-editorials .featured-group__thumbnail a, .page__content .feature-group.featured-spotlights .featured-group__thumbnail a {
    position: absolute;
    inset: 0;
    display: block;
  }
  .page__content .feature-group.featured-reviews .featured-group__thumbnail img, .page__content .feature-group.featured-editorials .featured-group__thumbnail img, .page__content .feature-group.featured-spotlights .featured-group__thumbnail img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page__content .feature-group.featured-reviews h2.sp-pcp-title, .page__content .feature-group.featured-editorials h2.sp-pcp-title, .page__content .feature-group.featured-spotlights h2.sp-pcp-title {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    padding: 0;
    min-width: 0;
  }
  .page__content .feature-group .sp-pcp-post-meta {
    text-align: right;
  }
  .page__content .feature-group .sp-pcp-post-meta li {
    margin: 0;
  }
  .featured-group__post {
    float: none;
    width: 100%;
    display: block;
    padding: 0.35em 0;
  }
  .page__content .feature-group:not(.featured-reviews):not(.featured-editorials):not(.featured-spotlights) .featured-group__thumbnail {
    width: 40%;
    float: left;
  }
  .featured-group__content {
    margin-left: 40%;
    padding-left: 6%;
  }
  .featured-group__content h2 {
    font-size: 15px;
    margin: 0;
  }
  .featured-group {
    padding: 1em;
    margin: 0;
    width: auto;
    margin-top: -2px;
  }
  .featured-group__title {
    font-size: 1.1em;
    margin-bottom: 0;
  }
}
.ad-placeholder {
  color: #ccc;
  font-size: 20px;
  position: absolute;
}

.product-buttons-container {
  padding-bottom: 40px;
  display: flex;
  gap: 20px;
  text-align: center;
}
.product-buttons-container a.button.product-button {
  flex: 1;
  text-align: left;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.product-button-wrapper {
  margin: 1em 0;
  text-align: center;
}
.product-button-wrapper a {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.product-button-wrapper.button-count-2 {
  display: flex;
  gap: 20px;
}
.product-button-wrapper.button-count-2 a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.button.product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  font-family: var(--pp-inter, var(--pp-inter));
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: left;
  box-sizing: border-box;
}
a.button.product-button .product-button__label {
  font-family: inherit;
  font-weight: 400;
}
a.button.product-button .product-button__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3em;
  flex: 1 1 auto;
  min-width: 0;
}
a.button.product-button .product-button__product {
  font-family: var(--pp-roboto, var(--pp-roboto));
  font-weight: 900;
  font-size: 1.05em;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: none;
  overflow-wrap: anywhere;
}
a.button.product-button .product-button__meta {
  font-family: inherit;
  font-weight: 400;
  font-size: 0.78em;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.92;
}
a.button.product-button svg.icon.product-button__icon {
  width: 1em;
  height: 1em;
  margin: 0;
  flex-shrink: 0;
  align-self: center;
  fill: currentColor;
  color: #fff;
}
a.button.product-button.product-button--stacked {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

/**
 * In-article image lightbox (a.pp-lightbox from Add Media checkbox)
 */
a.pp-lightbox {
  position: relative;
  display: inline-block;
  max-width: 100%;
  cursor: zoom-in;
  vertical-align: middle;
  border-bottom: none;
  text-decoration: none;
  color: inherit;
}
a.pp-lightbox img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.pp-lightbox::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 1;
  width: 29px;
  height: 29px;
  border-radius: 5px;
  pointer-events: none;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(0, 0, 0, 0.64);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='10' cy='10' r='6.25' stroke='%23fff' stroke-width='2.1'/%3E%3Cpath d='M15.25 15.25L20 20' stroke='%23fff' stroke-width='2.1' stroke-linecap='round'/%3E%3Cpath d='M10 7.25v5.5M7.25 10h5.5' stroke='%23fff' stroke-width='2.1' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  opacity: 0.64;
  transition: opacity 0.15s ease;
}
@media (hover: hover) and (pointer: fine) {
  a.pp-lightbox:hover::after, a.pp-lightbox:focus::after {
    opacity: 1;
  }
}
@media (hover: none), (pointer: coarse) {
  a.pp-lightbox::after {
    opacity: 0.8;
  }
}

body.pp-lightbox-open {
  overflow: hidden;
  touch-action: none;
}

.pp-lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.92);
  cursor: zoom-out;
  touch-action: none;
}
.pp-lightbox-overlay[hidden] {
  display: none !important;
}
.pp-lightbox-overlay__close {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 2;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.85;
}
.pp-lightbox-overlay__close:hover, .pp-lightbox-overlay__close:focus {
  opacity: 1;
  outline: none;
}
.pp-lightbox-overlay__stage {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: min(96vw, 1600px);
  max-height: 92vh;
  overflow: hidden;
  cursor: zoom-in;
  touch-action: none;
}
.pp-lightbox-overlay__image {
  display: block;
  max-width: 96vw;
  max-height: 92vh;
  width: auto;
  height: auto;
  margin: 0;
  object-fit: contain;
  transform-origin: center center;
  transition: transform 0.2s ease;
  user-select: none;
  -webkit-user-drag: none;
  touch-action: none;
}
.pp-lightbox-overlay__image.is-zoomed {
  cursor: grab;
}
.pp-lightbox-overlay__image.is-dragging {
  transition: none;
  cursor: grabbing;
}
.pp-lightbox-overlay.is-zoomed .pp-lightbox-overlay__stage {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 100vh;
  touch-action: none;
  cursor: grab;
}

/**
 * Review Pros / Cons comparison (ACF review_pros / review_cons)
 * Nested under .default-css so post list styles (disc + li padding) do not win.
 */
.default-css .review-pros-cons,
.review-pros-cons {
  margin: 1.75em 0 2em;
  clear: both;
}
.default-css .review-pros-cons .review-pros-cons__summary,
.review-pros-cons .review-pros-cons__summary {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 0 0 1.75em;
  padding: 1.35rem 1.5rem;
  box-sizing: border-box;
  background: var(--pp-bg, #f2f2f2);
  border-left: 3px solid #3366cc;
  border-radius: 0 4px 4px 0;
}
.default-css .review-pros-cons .review-pros-cons__summary--editors-choice,
.review-pros-cons .review-pros-cons__summary--editors-choice {
  align-items: center;
}
.default-css .review-pros-cons .review-pros-cons__badge,
.review-pros-cons .review-pros-cons__badge {
  flex: 0 0 auto;
  width: 120px;
  line-height: 0;
}
.default-css .review-pros-cons .review-pros-cons__badge-img,
.review-pros-cons .review-pros-cons__badge-img {
  display: block;
  width: 100%;
  height: auto;
}
.default-css .review-pros-cons .review-pros-cons__quote,
.review-pros-cons .review-pros-cons__quote {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  quotes: "“" "”";
  text-align: center;
}
.default-css .review-pros-cons .review-pros-cons__quote-text,
.review-pros-cons .review-pros-cons__quote-text {
  position: relative;
  margin: 0;
  padding: 0;
  color: var(--pp-text, #121212);
  font-family: var(--pp-inter);
  font-weight: 400;
  font-style: italic;
  font-size: 1.28em;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.default-css .review-pros-cons .review-pros-cons__quote-text::before,
.review-pros-cons .review-pros-cons__quote-text::before {
  content: open-quote;
}
.default-css .review-pros-cons .review-pros-cons__quote-text::after,
.review-pros-cons .review-pros-cons__quote-text::after {
  content: close-quote;
}
.default-css .review-pros-cons .review-pros-cons__grid,
.review-pros-cons .review-pros-cons__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2.5rem;
}
.default-css .review-pros-cons .review-pros-cons__heading,
.review-pros-cons .review-pros-cons__heading {
  margin: 0 0 0.85em;
  padding: 0 0 0.55em;
  border-bottom: 1px solid var(--pp-border, #ebebeb);
  color: var(--pp-text, #121212);
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.3;
}
.default-css .review-pros-cons ul.review-pros-cons__list,
.review-pros-cons ul.review-pros-cons__list {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.default-css .review-pros-cons li.review-pros-cons__item,
.review-pros-cons li.review-pros-cons__item {
  display: flex;
  align-items: flex-start;
  gap: 0.65em;
  position: relative;
  margin: 0;
  padding: 0.45em 0;
  color: var(--pp-text, #121212);
  font-size: 1em;
  line-height: 1.45;
  list-style: none;
  list-style-type: none;
}
.default-css .review-pros-cons li.review-pros-cons__item::marker,
.review-pros-cons li.review-pros-cons__item::marker {
  content: none;
  display: none;
}
.default-css .review-pros-cons li.review-pros-cons__item::before,
.review-pros-cons li.review-pros-cons__item::before {
  content: "";
  position: static;
  flex: 0 0 1.15em;
  width: 1.15em;
  height: 1.15em;
  margin: 0.15em 0 0;
  background-color: currentColor;
  -webkit-mask: center/contain no-repeat;
  mask: center/contain no-repeat;
}
.default-css .review-pros-cons .review-pros-cons__col--pros li.review-pros-cons__item::before,
.review-pros-cons .review-pros-cons__col--pros li.review-pros-cons__item::before {
  color: #34c759;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}
.default-css .review-pros-cons .review-pros-cons__col--cons li.review-pros-cons__item::before,
.review-pros-cons .review-pros-cons__col--cons li.review-pros-cons__item::before {
  color: #ff453a;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E");
}
.default-css .review-pros-cons li.review-pros-cons__item--none,
.review-pros-cons li.review-pros-cons__item--none {
  color: #6e6e6e;
}
.default-css .review-pros-cons li.review-pros-cons__item--none::before,
.review-pros-cons li.review-pros-cons__item--none::before {
  display: none;
  content: none;
  width: 0;
  height: 0;
  margin: 0;
  flex: 0 0 0;
}
@media (max-width: 640px) {
  .default-css .review-pros-cons .review-pros-cons__summary,
  .review-pros-cons .review-pros-cons__summary {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1.1rem 1.15rem 1.25rem;
  }
  .default-css .review-pros-cons .review-pros-cons__badge,
  .review-pros-cons .review-pros-cons__badge {
    width: 100px;
    margin: 0 auto;
  }
  .default-css .review-pros-cons .review-pros-cons__quote,
  .review-pros-cons .review-pros-cons__quote {
    align-self: stretch;
  }
  .default-css .review-pros-cons .review-pros-cons__quote-text,
  .review-pros-cons .review-pros-cons__quote-text {
    font-size: 1.15em;
  }
  .default-css .review-pros-cons .review-pros-cons__grid,
  .review-pros-cons .review-pros-cons__grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

body.dark .default-css .review-pros-cons .review-pros-cons__summary,
body.dark .review-pros-cons .review-pros-cons__summary {
  background: rgba(255, 255, 255, 0.04);
  border-left-color: #648bd8;
}
body.dark .default-css .review-pros-cons li.review-pros-cons__item--none,
body.dark .review-pros-cons li.review-pros-cons__item--none {
  color: rgba(255, 255, 255, 0.5);
}
/*# sourceMappingURL=main.css.map */
