/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss ***!
  \***************************************************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, sub, sup, 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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  interpolate-size: allow-keywords;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, sans-serif;
  background-color: #F5F4F1;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.36px;
  font-weight: 500;
}

h3,
h2,
h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.8px;
}

h2,
h1,
p {
  margin-bottom: 24px;
}
h2:last-child,
h1:last-child,
p:last-child {
  margin-bottom: 0;
}

h3 {
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -0.64px;
}

h4 {
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: -0.32px;
  margin-bottom: 20px;
}
h4:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
    letter-spacing: -0.28px;
    font-weight: 500;
    line-height: 140%;
  }
}

@media (max-width: 767px) {
  h2,
  h1 {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.48px;
    font-weight: 600;
  }
}

.max-wrap {
  max-width: 1200px;
}
@media (max-width: 1264px) {
  .max-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.width-100 {
  width: 100%;
}

img {
  max-width: 100%;
}

.hidden {
  display: none;
}
.hidden.active {
  display: block;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

.hide-desktop {
  display: none;
}
@media (max-width: 767px) {
  .hide-desktop {
    display: block;
  }
}

@media (max-width: 767px) {
  .show-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  #wpadminbar {
    display: none !important;
  }
}

@media (max-width: 767px) {
  html {
    margin-top: 0 !important;
  }
}

.page-heading {
  margin-bottom: 72px;
  align-items: start;
}
@media (max-width: 991px) {
  .page-heading {
    margin-bottom: 46px;
  }
}
@media (max-width: 767px) {
  .page-heading {
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.page-heading h1 {
  margin-bottom: 0;
  color: #6700D6;
}
@media (max-width: 991px) {
  .page-heading h1 {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .page-heading h1 {
    width: 100%;
  }
}

ol {
  list-style: decimal;
  padding-left: 20px;
}
ol.abc {
  list-style: lower-alpha;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.pagination {
  margin-top: 80px;
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.28px;
  pointer-events: auto;
}
.pagination a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination-icon {
  position: relative;
  width: 32px;
  height: 32px;
  background-image: url(ca09bbda03992211feae.svg);
  background-size: cover;
}
.pagination-icon--next {
  transform: rotate(180deg);
}
.pagination a.pagination-icon:hover {
  background-image: url(0140a003a5794a1af3eb.svg);
}

.delete-account h3 {
  color: #6700D6;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.delete-account__buttons {
  align-items: center;
  gap: 16px;
}
.delete-account__buttons a {
  text-decoration: none;
  color: #6700D6;
  font-size: 14px;
  font-weight: 600;
}

.error-msg {
  display: inline-block;
  color: red;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

#page-content {
  padding-top: 115.2px;
}
@media (max-width: 767px) {
  #page-content {
    padding-top: 71.2px;
  }
}

@media (max-width: 767px) {
  .mb-40 {
    margin-bottom: 40px !important;
  }
}
header {
  padding-top: 38px;
  padding-bottom: 38px;
  border-bottom: 1px solid #000000;
  position: fixed;
  width: 100%;
  background-color: #F5F4F1;
  z-index: 8;
}
@media (max-width: 767px) {
  header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
header a {
  text-decoration: none;
}
header ul li a {
  color: #000000;
}
header ul li.current_page_item {
  position: relative;
}
header ul li.current_page_item:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.header-right--logged-in {
  position: relative;
}
.header-right--logged-in svg {
  position: relative;
  transition: 0.3s all ease-out;
}
.active-logged-in .header-right--logged-in svg {
  transform: rotate(180deg);
}
.header-right--logged-in .header-right__content {
  position: absolute;
  width: 100%;
  background-color: #F5F4F1;
  padding: 4px 0;
  top: calc(100% - 7px);
  left: 0;
  border: 1px solid #6700D6;
  border-top: 0;
  transition: 0.3s all ease-out;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  height: 0;
  z-index: 5;
}
.active-logged-in .header-right--logged-in .header-right__content {
  height: auto;
}
.active-logged-in .header-right--logged-in .header-right__content svg {
  transform: rotate(180deg);
  position: relative;
  transition: 0.3s all ease-out;
}
.header-right--logged-in .header-right__content ul {
  padding-top: 10px;
}
.header-right--logged-in .header-right__content li {
  padding: 4px 16px;
  font-size: 16px;
}
.header-right--logged-in .header-right__content li a {
  color: #6700D6;
}

.header-desktop .navigation {
  gap: 72px;
}
@media (max-width: 991px) {
  .header-desktop .navigation {
    gap: 48px;
  }
}
.header-desktop .navigation a {
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 767px) {
  .header-desktop {
    display: none;
  }
}

.header-mobile {
  display: none;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header-mobile {
    display: flex;
  }
}
.header-mobile__navigation {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #F5F4F1;
  right: -100%;
  transition: 0.3s all ease-out;
}
.active-navigation .header-mobile__navigation {
  right: 0;
}
.header-mobile__navigation-header {
  text-align: right;
  padding: 16px 24px;
  border-bottom: 1px solid #000000;
}
.header-mobile__navigation-content {
  padding: 40px 24px 0;
}
.header-mobile__navigation ul li {
  text-align: right;
  font-size: 24px;
  line-height: 180%;
  letter-spacing: -0.48px;
  font-weight: 600;
}
.header-mobile__navigation ul li a {
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  outline: none;
}

footer {
  background-color: #000000;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer img {
  vertical-align: middle;
}
footer .footer-content {
  font-size: 13px;
}
footer .footer-content a {
  color: #ffffff;
  text-decoration: underline;
}
footer .footer-content ul {
  gap: 24px;
  width: 100%;
}
footer .footer-content ul li:last-child {
  margin-left: auto;
}
@media (max-width: 767px) {
  footer .footer-content ul {
    flex-wrap: wrap;
  }
  footer .footer-content ul li:first-child {
    width: 100%;
  }
}

.button {
  display: inline-block;
  color: #6700D6;
  font-size: 14px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
.button-border {
  border: 1px solid #6700D6;
  border-radius: 8px;
  padding: 8px 16px;
  line-height: 120%;
}
.button-border svg {
  vertical-align: top;
  margin-right: 8px;
}
.button-border.button-red {
  color: #FF0000;
  border-color: #FF0000;
}
.button-primary {
  color: #ffffff;
  background-color: #6700D6;
  border-radius: 8px;
  padding: 8px 16px;
  line-height: 16px;
}
.button-primary svg {
  vertical-align: top;
  margin-left: 8px;
}
.button-nav {
  font-size: 16px;
}
.button-nav--logged-in {
  min-width: 125px;
}
.button-nav--logged-in svg {
  margin-right: 0;
  margin-left: 8px;
  margin-top: 1px;
}
.button-large {
  padding: 16px 24px;
}
.button.button-red {
  color: #FF0000;
}
.button--breakout {
  text-transform: capitalize;
  color: #ffffff;
  background-color: #6700D6;
}
.button--sustained-growth {
  text-transform: capitalize;
  background-color: #ffffff;
  color: #6700D6;
}
.button--contained {
  text-transform: capitalize;
  background-color: #000000;
  color: #ffffff;
}
.button--suppressed {
  text-transform: capitalize;
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
}

.chart {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.chart-heading {
  margin-bottom: 16px;
}
.chart-content {
  background-color: #EEECE7;
  border-radius: 8px;
  padding: 16px 0 16px;
  margin-bottom: 8px;
}
.chart-content:last-child {
  margin-bottom: 0;
}
.chart-description {
  text-align: left;
  margin-bottom: 23px;
}
.chart-description p {
  font-size: 10px;
  line-height: 140%;
  letter-spacing: -0.2px;
  font-weight: 500;
  color: #696969;
}
.chart-bars {
  border-bottom: 1px solid #000000;
}
.chart-bars:first-child {
  padding-top: 7px;
}
.chart-bars-inner {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: end;
  height: 204px;
}
@media (max-width: 767px) {
  .chart-bars-inner {
    height: 108px;
  }
}
.chart-bar {
  background-color: #ffffff;
  border-radius: 8px 8px 0 0;
  padding-top: 16px;
  min-height: 20%;
}
@media (max-width: 767px) {
  .chart-bar {
    min-height: 36%;
  }
}
.chart-bar label {
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.8px;
  font-size: 40px;
  color: #6700D6;
}
@media (max-width: 767px) {
  .chart-bar label {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.4px;
    font-weight: 600;
  }
}
.chart-bar--black, .chart-bar--purple {
  background-color: #6700D6;
}
.chart-bar--black label, .chart-bar--purple label {
  color: #ffffff;
}
.chart-bar--black {
  background-color: #000000;
}
.chart-bar--bordered {
  background-color: transparent;
  border: 1px solid #000000;
  border-bottom: 0;
}
.chart-bar--bordered label {
  color: #000000;
}
.chart-footer-wrap {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.chart-label {
  font-size: 10px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.2px;
  width: 180px;
  padding-top: 16px;
}
@media (max-width: 767px) {
  .chart-label {
    width: 93px;
    font-size: 7px;
    letter-spacing: -0.14px;
  }
}
.chart--1 .chart-bar {
  width: 180px;
}
@media (max-width: 767px) {
  .chart--1 .chart-bar {
    width: 93px;
  }
}
.chart--2 .chart-bar {
  width: 78px;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .chart--2 .chart-bar {
    width: 39px;
  }
}
.chart--2 .chart-bar label {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.48px;
}
@media (max-width: 767px) {
  .chart--2 .chart-bar label {
    font-size: 13px;
  }
}
.chart--2 .chart-label {
  width: 78px;
}
@media (max-width: 767px) {
  .chart--2 .chart-label {
    width: 39px;
  }
}
.chart--3 .chart-bar {
  width: 160px;
}
@media (max-width: 767px) {
  .chart--3 .chart-bar {
    width: 93px;
  }
}
.chart--3 .chart-bar label {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.8px;
}
@media (max-width: 767px) {
  .chart--3 .chart-bar label {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}
.chart--3 .chart-label {
  width: 160px;
}
@media (max-width: 767px) {
  .chart--3 .chart-label {
    width: 93px;
  }
}
.chart--3 .chart-bars-inner {
  gap: 8px;
  height: 438px;
}
@media (max-width: 767px) {
  .chart--3 .chart-bars-inner {
    height: 144px;
  }
}
.chart--3 .chart-footer-wrap {
  gap: 8px;
}
.chart--4 .chart-bar {
  width: 78px;
}
@media (max-width: 767px) {
  .chart--4 .chart-bar {
    width: 39px;
  }
}
.chart--4 .chart-bar label {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.8px;
}
@media (max-width: 767px) {
  .chart--4 .chart-bar label {
    font-size: 13px;
    letter-spacing: -0.26px;
  }
}
.chart--4 .chart-label {
  width: 78px;
}
@media (max-width: 767px) {
  .chart--4 .chart-label {
    width: 39px;
  }
}
.chart--4 .chart-bars-inner {
  height: 211px;
}
@media (max-width: 767px) {
  .chart--4 .chart-bars-inner {
    height: 108px;
  }
}

.active-popup {
  position: relative;
  overflow: hidden;
}

.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  z-index: -99999;
}
.active-popup .popup-container.current-popup-active {
  opacity: 1;
  z-index: 99999;
}
.popup-container h2 {
  margin-bottom: 56px;
  color: #6700D6;
}
@media (max-width: 767px) {
  .popup-container h2 {
    margin-bottom: 32px;
  }
}
.popup-container__inner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: auto;
}
.popup-container__wrap {
  background-color: #F5F4F1;
  margin-top: auto;
  margin-bottom: auto;
  padding: 56px;
  border-radius: 8px;
  max-width: 578px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .popup-container__wrap {
    padding: 56px 16px;
  }
}
.popup-container .popup-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
}
.popup-container .max-wrap {
  width: 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  .popup-container .max-wrap {
    padding: 8px;
  }
}

.form-container {
  width: 100%;
}
.form-container input[type=date] {
  text-transform: uppercase;
}
.form-container .forminator-row,
.form-container .form-row {
  display: flex;
  width: 100%;
  gap: 16px;
  margin-bottom: 24px;
}
.form-container .forminator-row:last-child,
.form-container .form-row:last-child {
  margin-bottom: 0;
}
.form-container .forminator-row--gap,
.form-container .form-row--gap {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .form-container .forminator-row,
  .form-container .form-row {
    flex-wrap: wrap;
  }
}
.form-container .forminator-row--checklist,
.form-container .form-row--checklist {
  margin-top: 48px;
}
.form-container .forminator-row--checklist input,
.form-container .form-row--checklist input {
  display: none;
}
.form-container .forminator-row--checklist .checklist-wrap,
.form-container .form-row--checklist .checklist-wrap {
  gap: 16px;
  flex-wrap: wrap;
}
.form-container .forminator-row--checklist .checklist-wrap label,
.form-container .form-row--checklist .checklist-wrap label {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.28px;
  color: #000000;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
.form-container .forminator-row--checklist .checklist-wrap label:after, .form-container .forminator-row--checklist .checklist-wrap label:before,
.form-container .form-row--checklist .checklist-wrap label:after,
.form-container .form-row--checklist .checklist-wrap label:before {
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  background-size: cover;
  position: absolute;
}
.form-container .forminator-row--checklist .checklist-wrap label:before,
.form-container .form-row--checklist .checklist-wrap label:before {
  background-image: url(0b6e61112148fe6b48b7.svg);
}
.form-container .forminator-row--checklist .checklist-wrap label:after,
.form-container .form-row--checklist .checklist-wrap label:after {
  background-image: url(e1eb5484ef4dbf9855c8.svg);
  opacity: 0;
  transition: 0.3s all ease-out;
}
.form-container .forminator-row--checklist .checklist-wrap .checklist-item input,
.form-container .form-row--checklist .checklist-wrap .checklist-item input {
  display: none;
}
@media (max-width: 767px) {
  .form-container .forminator-row--checklist .checklist-wrap .checklist-item,
  .form-container .form-row--checklist .checklist-wrap .checklist-item {
    width: 100%;
  }
}
.form-container .forminator-row--checklist input:checked + label:after,
.form-container .form-row--checklist input:checked + label:after {
  opacity: 1;
}
.form-container .forminator-col,
.form-container .form-col {
  width: 100%;
}
.form-container .forminator-col--button,
.form-container .form-col--button {
  gap: 16px;
  align-items: center;
}
.form-container .forminator-col--button span,
.form-container .form-col--button span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
}
.form-container .forminator-col--button span a,
.form-container .form-col--button span a {
  color: #6700D6;
}
.form-container label {
  display: block;
  width: 100%;
  color: #696969;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  margin-bottom: 8px;
}
.form-container select,
.form-container input:not([type=submit]) {
  display: block;
  width: 100%;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.28px;
  font-family: Inter, sans-serif;
  border-bottom: 1px solid #000000;
  padding-bottom: 7px;
}
.form-container select::placeholder,
.form-container input:not([type=submit])::placeholder {
  color: #000000;
}
.form-container select {
  padding-bottom: 9px;
}
.form-container textarea {
  resize: none;
  border-radius: 4px;
  border: 1px solid #000000;
  height: 251px;
  width: 100%;
  background-color: transparent;
  padding: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
  color: #000000;
  font-family: Inter, sans-serif;
}
.form-container .input-checkbox input {
  display: none;
}
.form-container .input-checkbox label {
  position: relative;
  display: block;
  padding-left: 24px;
}
.form-container .input-checkbox label:after, .form-container .input-checkbox label:before {
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  background-size: cover;
  position: absolute;
}
.form-container .input-checkbox label:before {
  background-image: url(0b6e61112148fe6b48b7.svg);
}
.form-container .input-checkbox label:after {
  background-image: url(e1eb5484ef4dbf9855c8.svg);
  opacity: 0;
  transition: 0.3s all ease-out;
}
.form-container .input-checkbox input:checked + label:after {
  opacity: 1;
}
.form-container .forminator-field textarea {
  border: 0;
  padding: 0;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  outline: 0;
}
.form-container .forminator-field-textarea {
  position: relative;
}
.form-container .forminator-field-textarea textarea {
  height: 142px;
}
.form-container .forminator-field-textarea label {
  display: none;
}
.form-container .forminator-field-textarea .forminator-description {
  position: absolute;
  font-size: 11px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.22px;
  bottom: 16px;
  left: 0;
}
.form-container .forminator-field-textarea .forminator-description:after {
  content: " characters left";
}
.form-container .forminator-edit-module {
  display: none;
}
.form-container .forminator-row-last {
  margin-bottom: 0 !important;
}
.form-container .forminator-button.forminator-button-submit {
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  display: inline-block;
  font-family: Inter, sans-serif;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: #6700D6;
  border: 1px solid #6700D6;
  border-radius: 8px;
  padding: 8px 16px;
}
.form-container .forminator-response-message {
  font-size: 14px;
}
.form-container .forminator-response-message.forminator-show {
  margin-bottom: 24px;
}
.form-container .forminator-response-message.forminator-error {
  color: #FF0000;
}

.form-message {
  color: #6700D6;
}
.form-message.error {
  color: red;
}
.form-message p {
  padding-bottom: 24px;
}

table {
  width: 100%;
  table-layout: fixed;
}
table th {
  font-size: 20px;
  letter-spacing: -0.4px;
  font-weight: 600;
  color: #6700D6;
  text-align: right;
  padding-bottom: 24px;
}
table td {
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  letter-spacing: -0.28px;
  font-weight: 500;
  color: #000000;
  text-align: right;
}
table td:first-child {
  color: #696969;
  text-align: left;
}
table tr {
  border-bottom: 1px solid #696969;
}
table tr:first-child td {
  padding-top: 0;
}

.login-via-mail__content {
  display: none;
}
.login-via-mail__content.active {
  display: block;
}

.blog-listing {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .blog-listing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.blog-listing__wrap {
  gap: 120px 24px;
}
@media (max-width: 767px) {
  .blog-listing__wrap {
    gap: 40px;
  }
}
.blog-listing__item {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 767px) {
  .blog-listing__item {
    width: 100%;
  }
}
.blog-listing__item h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .blog-listing__item h2 {
    font-size: 20px;
    letter-spacing: -0.4px;
    margin-bottom: 16px;
  }
}
.blog-listing__item h2 a {
  text-decoration: none;
  color: #000000;
}
.blog-listing__item h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .blog-listing__item h3 {
    font-size: 14px;
    letter-spacing: -0.28px;
    line-height: 140%;
    margin-bottom: 16px;
  }
}

.profile-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .profile-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.profile-container__wrap {
  gap: 24px;
}
.profile-container__wrap > div {
  width: 100%;
}
@media (max-width: 767px) {
  .profile-container__wrap {
    flex-wrap: wrap;
  }
}
.profile-container__test-1 {
  margin-bottom: 24px;
}
.profile-container__left {
  display: flex;
  flex-direction: column;
}
.profile-container__left-footer {
  margin-top: auto;
}
@media (max-width: 767px) {
  .profile-container__left-footer {
    margin-top: 40px;
  }
}
.profile-container__left-footer a {
  color: #6700D6;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}
.profile-container__right-footer {
  margin-top: 32px;
  text-align: right;
  gap: 16px;
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}
.profile-container__right-footer a {
  color: #6700D6;
  text-decoration: none;
}
.profile-container__right-thank-you {
  margin-bottom: 24px;
}
.profile-container__right-thank-you h6 {
  color: #6700D6;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 767px) {
  .profile-container__right-thank-you h6 {
    font-size: 14px;
  }
}

.past-experiments-full {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .past-experiments-full {
    padding-top: 46px;
    padding-bottom: 46px;
  }
}
@media (max-width: 767px) {
  .past-experiments-full {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.past-experiments-full__wrap {
  gap: 126px;
}
.past-experiments-full__wrap > div {
  width: 100%;
}
@media (max-width: 1024px) {
  .past-experiments-full__wrap {
    gap: 76px;
  }
}
@media (max-width: 991px) {
  .past-experiments-full__wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .past-experiments-full__wrap {
    gap: 24px;
  }
}
.past-experiments-full__left-footer {
  margin-top: 48px;
}
.past-experiments-full__item {
  margin-bottom: 72px;
}
.past-experiments-full__item table a {
  color: #000000;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .past-experiments-full__item table {
    margin-top: 24px;
  }
  .past-experiments-full__item table td {
    font-size: 13px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.26px;
  }
}
.past-experiments-full__item h5,
.past-experiments-full__item h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.4px;
  color: #000000;
  margin-bottom: 0;
}
.past-experiments-full__item h5 {
  color: #696969;
}
.past-experiments-full__item:last-child {
  margin-bottom: 0;
}
.past-experiments-full__item--post-analysis .past-experiments-full__left {
  display: flex;
  flex-direction: column;
}
.past-experiments-full__item--post-analysis .past-experiments-full__analysis {
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 991px) {
  .past-experiments-full__item--post-analysis .past-experiments-full__analysis h4 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .past-experiments-full__item--post-analysis .past-experiments-full__analysis h4 {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 16px;
  }
  .past-experiments-full__item--post-analysis .past-experiments-full__analysis h4 .button {
    margin-left: 0;
  }
}
.past-experiments-full__item--post-analysis .past-experiments-full__left-footer {
  margin-top: auto;
  padding-bottom: 32px;
}
.past-experiments-full__item--post-analysis h4 .button {
  margin-left: 16px;
}

.test-page-b,
.test-page {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .test-page-b,
  .test-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.test-page-b__tab-heading,
.test-page__tab-heading {
  display: inline-block;
  background-color: #6700D6;
  border-radius: 8px;
  padding: 4px;
  position: relative;
}
.test-page-b__tab-heading-background,
.test-page__tab-heading-background {
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  transition: 0.3s all ease-out;
  z-index: 1;
}
.test-page-b__tab-heading-wrap,
.test-page__tab-heading-wrap {
  gap: 4px;
}
.test-page-b__tab-heading a,
.test-page__tab-heading a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
  padding: 11.61px 16px;
  transition: 0.3s all ease-out;
}
.test-page-b__tab-heading-item,
.test-page__tab-heading-item {
  position: relative;
  z-index: 2;
}
.test-page-b__tab-heading-item.active a,
.test-page__tab-heading-item.active a {
  color: #6700D6;
}
.test-page-b__tab-item,
.test-page__tab-item {
  display: none;
}
.test-page-b__tab-item.active,
.test-page__tab-item.active {
  display: block;
}
.test-page-b__buddy-wrap,
.test-page__buddy-wrap {
  gap: 64px 24px;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .test-page-b__buddy-wrap,
  .test-page__buddy-wrap {
    gap: 16px;
    margin-top: 40px;
  }
}
.test-page-b__buddy-item,
.test-page__buddy-item {
  width: calc((100% - 48px) / 3);
}
.test-page-b__buddy-item-wrap,
.test-page__buddy-item-wrap {
  gap: 16px;
}
@media (max-width: 767px) {
  .test-page-b__buddy-item-wrap,
  .test-page__buddy-item-wrap {
    flex-wrap: wrap;
  }
}
.test-page-b__buddy-item h3,
.test-page__buddy-item h3 {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.32px;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .test-page-b__buddy-item,
  .test-page__buddy-item {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 767px) {
  .test-page-b__buddy-item,
  .test-page__buddy-item {
    width: 100%;
  }
}
.test-page-b__buddy-left,
.test-page__buddy-left {
  width: 64px;
}
@media (max-width: 767px) {
  .test-page-b__buddy-right,
  .test-page__buddy-right {
    width: 100%;
  }
}
.test-page-b__buddy-image,
.test-page__buddy-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #EEECE7;
  border-radius: 100%;
}
.test-page-b__buddy-image img,
.test-page__buddy-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.test-page-b__tab-heading,
.test-page__tab-heading {
  margin-bottom: 48px;
}
.test-page-b__description,
.test-page__description {
  max-width: 690px;
}
.test-page-b__description h2,
.test-page__description h2 {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.4px;
  font-weight: 600;
  margin-bottom: 24px;
}
.test-page-b__description p,
.test-page__description p {
  color: #696969;
  line-height: 140%;
  letter-spacing: -0.36px;
  font-weight: 500;
  font-size: 18px;
}
.test-page-b__description p a,
.test-page__description p a {
  color: #6700D6;
}
.test-page-b__guidelines,
.test-page__guidelines {
  margin-top: 56px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.test-page-b__guidelines h3,
.test-page__guidelines h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 140%;
  margin-bottom: 24px;
}
.test-page-b .submit-results h3,
.test-page-b .submit-results h2,
.test-page .submit-results h3,
.test-page .submit-results h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.4px;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .test-page-b .submit-results h3,
  .test-page-b .submit-results h2,
  .test-page .submit-results h3,
  .test-page .submit-results h2 {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.32px;
  }
}
.test-page-b .submit-results .form-row--buddy-details-heading,
.test-page .submit-results .form-row--buddy-details-heading {
  margin-bottom: 0;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .test-page-b .submit-results .form-row--buddy-details-heading,
  .test-page .submit-results .form-row--buddy-details-heading {
    margin-top: 24px;
  }
}
.test-page-b .submit-results .form-row--buddy-details,
.test-page .submit-results .form-row--buddy-details {
  margin-bottom: 56px;
}
.test-page-b .submit-results--thank-you-message h6,
.test-page .submit-results--thank-you-message h6 {
  max-width: 690px;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.4px;
}

.test-page-b__form {
  margin-top: 48px;
}
.test-page-b .form-container > .form-row {
  justify-content: space-between;
}
.test-page-b .form-row--textarea {
  max-width: 486px;
}
.test-page-b .form-row--width-384 {
  max-width: 384px;
}
.test-page-b .form-col--width-486 {
  max-width: 486px;
}
.test-page-b__thank-you {
  display: none;
  padding-bottom: 261px;
}
@media (max-width: 767px) {
  .test-page-b__thank-you {
    padding-bottom: 40px;
  }
}
.test-page-b__thank-you.active {
  display: block;
}
.test-page-b__thank-you h3 {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.4px;
  font-weight: 600;
}
.test-page-b__thank-you h3 a {
  color: #6700D6;
}

.single-post #page-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .single-post #page-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.single-post #page-content .page-heading {
  border-bottom: 1px solid #000000;
  padding-bottom: 56px;
  margin-bottom: 56px;
}
.single-post #page-content .page-heading h1 {
  max-width: 588px;
  color: #000000;
  margin-bottom: 24px;
}
.single-post #page-content .page-heading h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  line-height: 140%;
  margin-bottom: 8px;
}
.single-post #page-content .page-heading h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
}
.single-post #page-content .wysiwyg {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.28px;
}
.single-post #page-content .wysiwyg p {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.28px;
  margin-bottom: 20px;
}
.single-post #page-content .wysiwyg p:last-child {
  margin-bottom: 0;
}
.single-post #page-content .wysiwyg h1, .single-post #page-content .wysiwyg h2, .single-post #page-content .wysiwyg h3, .single-post #page-content .wysiwyg h4, .single-post #page-content .wysiwyg h5, .single-post #page-content .wysiwyg h6 {
  margin-top: 56px;
  margin-bottom: 56px;
}
.single-post #page-content .wysiwyg h1:last-child, .single-post #page-content .wysiwyg h2:last-child, .single-post #page-content .wysiwyg h3:last-child, .single-post #page-content .wysiwyg h4:last-child, .single-post #page-content .wysiwyg h5:last-child, .single-post #page-content .wysiwyg h6:last-child {
  margin-bottom: 0;
}
.single-post #page-content .wysiwyg h1:first-child, .single-post #page-content .wysiwyg h2:first-child, .single-post #page-content .wysiwyg h3:first-child, .single-post #page-content .wysiwyg h4:first-child, .single-post #page-content .wysiwyg h5:first-child, .single-post #page-content .wysiwyg h6:first-child {
  margin-top: 0;
}
.single-post #page-content .wysiwyg h4 {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.4px;
  font-weight: 600;
}
.single-post #page-content .wysiwyg h2 {
  font-size: 36px;
}
.single-post #page-content .wysiwyg a {
  color: #6700D6;
}
.single-post #page-content .wysiwyg strong {
  font-weight: 700;
}
.single-post #page-content .wysiwyg em {
  font-style: italic;
}
.single-post #page-content .wysiwyg ol, .single-post #page-content .wysiwyg ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.single-post #page-content .wysiwyg ol:last-child, .single-post #page-content .wysiwyg ul:last-child {
  margin-bottom: 0;
}
.single-post #page-content .wysiwyg ul {
  list-style: disc;
}

.wysiwyg {
  padding-top: 56px;
  padding-bottom: 56px;
}
.wysiwyg img {
  vertical-align: top;
  margin-top: 56px;
}
.wysiwyg h3 {
  margin-top: 56px;
  margin-bottom: 56px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .wysiwyg h3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.wysiwyg h3:last-child {
  margin-bottom: 0;
}
.wysiwyg h3:first-child {
  margin-top: 0;
}
.wysiwyg a {
  color: #000000;
}
.wysiwyg p {
  font-size: 20px;
  font-weight: 500;
}
.wysiwyg p.small-font {
  font-size: 13px;
  line-height: 140%;
  font-weight: 500;
  margin-top: 56px;
  margin-bottom: 56px;
}
.wysiwyg p.small-font:last-child {
  margin-bottom: 0;
}
.wysiwyg p.small-font:first-child {
  margin-top: 0;
}
.wysiwyg p.small-font a {
  color: #000000;
}
.single-post .wysiwyg {
  padding-top: 0;
  padding-bottom: 0;
}

.homepage-intro {
  padding-top: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid #000000;
}
.homepage-intro p {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.36px;
}
@media (max-width: 767px) {
  .homepage-intro p {
    font-size: 14px;
    letter-spacing: -0.28px;
    font-weight: 500;
  }
}
.homepage-intro__header {
  padding-bottom: 56px;
}
.homepage-intro__header img {
  max-width: 588px;
  height: auto;
  width: auto;
}
@media (max-width: 767px) {
  .homepage-intro__header img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .homepage-intro__header {
    padding-bottom: 24px;
  }
}
.homepage-intro__wrap {
  gap: 24px;
}
.homepage-intro__wrap > div {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 767px) {
  .homepage-intro__wrap {
    flex-wrap: wrap;
  }
  .homepage-intro__wrap > div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .homepage-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .homepage-intro h1 {
    margin-bottom: 0;
  }
}

.two-column-video-text {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 991px) {
  .two-column-video-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.two-column-video-text video {
  max-width: 100%;
}
.two-column-video-text__wrap {
  gap: 20px;
}
@media (max-width: 991px) {
  .two-column-video-text__wrap {
    flex-wrap: wrap;
  }
}
.two-column-video-text__content {
  width: 49%;
}
.two-column-video-text__content-wysiwyg {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .two-column-video-text__content {
    width: 100%;
  }
}
.two-column-video-text__video {
  width: 42.5%;
}
.two-column-video-text__video-inner {
  position: relative;
  border-radius: 8px;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
.two-column-video-text__video-inner video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .two-column-video-text__video {
    width: 100%;
  }
}

.join-the-campaign {
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .join-the-campaign {
    padding-bottom: 40px;
  }
}
.join-the-campaign__inner {
  padding-bottom: 56px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 767px) {
  .join-the-campaign__inner {
    padding-bottom: 40px;
  }
}
.join-the-campaign__videos {
  gap: 24px;
  margin-top: 56px;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .join-the-campaign__videos {
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.join-the-campaign__video {
  width: calc((100% - 48px) / 3);
}
@media (max-width: 767px) {
  .join-the-campaign__video {
    width: 100%;
  }
}
.join-the-campaign__video-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 98.959%;
}
.join-the-campaign__video-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.join-the-experiment {
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .join-the-experiment {
    padding-bottom: 40px;
  }
}
.join-the-experiment__inner {
  padding-bottom: 56px;
  border-bottom: 1px solid #000000;
}
.join-the-experiment__charts {
  gap: 24px;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .join-the-experiment__charts {
    margin-top: 40px;
    flex-wrap: wrap;
  }
}
.join-the-experiment__charts > div {
  width: calc((100% - 24px) / 2);
}
@media (max-width: 767px) {
  .join-the-experiment__charts > div {
    width: 100%;
  }
}

.testimonial {
  padding-top: 56px;
  padding-bottom: 112px;
}
@media (max-width: 767px) {
  .testimonial {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.testimonial h4, .testimonial h5 {
  font-size: 20px;
  font-weight: 600;
}
.testimonial h4 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .testimonial h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.28px;
  }
}
.testimonial h5 {
  margin-bottom: 16px;
  color: #696969;
}
@media (max-width: 767px) {
  .testimonial h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.28px;
    margin-bottom: 8px;
  }
}
.testimonial__wrap {
  gap: 56px 20px;
}
@media (max-width: 767px) {
  .testimonial__wrap {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.testimonial__item {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 767px) {
  .testimonial__item {
    width: 100%;
  }
}
.testimonial__item-wrap {
  gap: 16px;
}
@media (max-width: 991px) {
  .testimonial__item-wrap {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.testimonial__image {
  width: 30.613%;
  max-width: 180px;
}
@media (max-width: 767px) {
  .testimonial__image {
    width: 100px;
  }
}
.testimonial__content {
  width: 66.667%;
}
.testimonial__content p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .testimonial__content p {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}
@media (max-width: 991px) {
  .testimonial__content {
    width: 100%;
  }
}

.experiment-options {
  padding-bottom: 80px;
}
.experiment-options ol {
  list-style: numeric;
  padding-left: 20px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .experiment-options ol {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.28px;
  }
}
.experiment-options__tab-wrap {
  background-color: #EEECE7;
  border-bottom: 1px solid #000000;
  padding: 25px 0;
}
.experiment-options__tab-heading {
  gap: 56px;
}
@media (max-width: 767px) {
  .experiment-options__tab-heading {
    gap: 16px;
  }
  .experiment-options__tab-heading-item {
    width: 100%;
  }
  .experiment-options__tab-heading-item a {
    width: 100%;
    text-align: center;
  }
}
.experiment-options__tab-heading a {
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  line-height: 120%;
  font-weight: 600;
  position: relative;
  color: #000000;
  transition: 0.3s all ease-out;
}
.experiment-options__tab-heading a:after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -28px;
  left: 0;
  height: 8px;
  width: 0;
  transition: 0.3s all ease-out;
}
.experiment-options__tab-heading a:hover {
  color: #6700D6;
}
.experiment-options__tab-heading .active a {
  color: #6700D6;
}
.experiment-options__tab-heading .active a:after {
  background-color: #6700D6;
  width: 100%;
}
.experiment-options__tab-description {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .experiment-options__tab-description {
    margin-bottom: 40px;
  }
}
.experiment-options__tab-description h2 {
  color: #6700D6;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .experiment-options__tab-description h2 {
    margin-bottom: 24px;
  }
}
.experiment-options__tab-description h3 {
  font-size: 24px;
  letter-spacing: -0.48px;
  margin-bottom: 24px;
  max-width: 693px;
}
@media (max-width: 767px) {
  .experiment-options__tab-description h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.36px;
    line-height: 120%;
  }
}
.experiment-options__tab-description p {
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 140%;
  margin-bottom: 32px;
  max-width: 693px;
}
.experiment-options__tab-description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .experiment-options__tab-description p {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.28px;
    margin-bottom: 24px;
  }
}
.experiment-options__tab-items {
  padding-top: 80px;
  display: none;
}
.experiment-options__tab-items.active {
  display: block;
}
@media (max-width: 767px) {
  .experiment-options__tab-items {
    padding-top: 40px;
  }
}
.experiment-options__how-it-works {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .experiment-options__how-it-works {
    margin-bottom: 40px;
  }
}
.experiment-options__how-it-works h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: -0.64px;
}
@media (max-width: 767px) {
  .experiment-options__how-it-works h2 {
    font-size: 24px;
    letter-spacing: -0.48px;
    line-height: 120%;
  }
}
.experiment-options__how-it-works-steps {
  gap: 24px;
}
@media (max-width: 767px) {
  .experiment-options__how-it-works-steps {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.experiment-options__how-it-works-step {
  width: 100%;
  padding: 24px 16px;
  border: 1px solid #000000;
  border-radius: 8px;
  background-color: #ffffff;
}
.experiment-options__how-it-works-step h3 {
  margin-bottom: 56px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
  color: #6700D6;
}
@media (max-width: 767px) {
  .experiment-options__how-it-works-step h3 {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.48px;
    font-weight: 600;
  }
}
.experiment-options__how-it-works-step p {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
}
@media (max-width: 767px) {
  .experiment-options__how-it-works-step p {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.28px;
  }
}
.experiment-options__guidelines {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .experiment-options__guidelines {
    margin-bottom: 40px;
  }
}
.experiment-options__guidelines h2 {
  font-size: 32px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -0.64px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .experiment-options__guidelines h2 {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.48px;
  }
}
.experiment-options__faq h2 {
  font-size: 32px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -0.64px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .experiment-options__faq h2 {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.48px;
    margin-bottom: 24px;
  }
}
.experiment-options__faq-item {
  margin-bottom: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 767px) {
  .experiment-options__faq-item {
    margin-bottom: 16px;
  }
}
.experiment-options__faq-item-heading {
  position: relative;
  cursor: pointer;
}
.experiment-options__faq-item-heading h3 {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.4px;
  font-weight: 600;
  padding-right: 45px;
}
@media (max-width: 767px) {
  .experiment-options__faq-item-heading h3 {
    font-size: 14px;
    letter-spacing: -0.28px;
    margin-bottom: 26px;
  }
}
.experiment-options__faq-item-heading span {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #000000;
  pointer-events: none;
  transition: 0.3s all ease-out;
}
@media (max-width: 767px) {
  .experiment-options__faq-item-heading span {
    top: -7px;
  }
}
.experiment-options__faq-item-heading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  transition: 0.3s all ease-out;
}
.experiment-options__faq-item-heading path {
  stroke: #000000;
}
.experiment-options__faq-item-heading.active span {
  background-color: #000000;
}
.experiment-options__faq-item-heading.active svg {
  transform: translate(-50%, -50%) rotate(360deg);
}
.experiment-options__faq-item-heading.active path {
  stroke: #ffffff;
}
.experiment-options__faq-item-content {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.3s all ease-out;
}
.experiment-options__faq-item-content p {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.4px;
  font-weight: 500;
  padding-right: 45px;
}
@media (max-width: 767px) {
  .experiment-options__faq-item-content p {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.28px;
  }
}
.experiment-options__faq-item-content-inner {
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .experiment-options__faq-item-content-inner {
    padding-bottom: 16px;
  }
}
.experiment-options__faq-item.active .experiment-options__faq-item-content {
  height: auto;
}
.experiment-options__footer {
  font-weight: 600;
}
.experiment-options__footer a {
  color: #6700D6;
  text-decoration: underline;
}

.campaign-listing {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .campaign-listing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.campaign-listing__wrap {
  gap: 24px;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .campaign-listing__wrap {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .campaign-listing ol {
    font-size: 14px;
  }
}
.campaign-listing__item {
  width: calc((100% - 72px) / 4);
  position: relative;
}
@media (max-width: 991px) {
  .campaign-listing__item {
    width: calc((100% - 48px) / 3);
  }
}
@media (max-width: 767px) {
  .campaign-listing__item {
    width: 100%;
  }
}
.campaign-listing__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
  opacity: 0;
}
.campaign-listing__item-inner {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  overflow: hidden;
  z-index: 2;
}
.campaign-listing__item-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.campaign-listing__item-buttons {
  position: absolute;
  bottom: 16px;
  right: 16px;
  position: absolute;
  display: flex;
  gap: 8px;
  transition: 0.3s all ease-out;
  opacity: 0;
  z-index: 4;
}
.campaign-listing__item:hover:before {
  opacity: 1;
}
.campaign-listing__item:hover .campaign-listing__item-buttons {
  opacity: 1;
}

.single-campaign .page-heading {
  padding-top: 75px;
}

.single-campaign-wrap {
  padding-bottom: 75px;
}
.single-campaign-wrap__image {
  width: 50%;
}
@media (max-width: 991px) {
  .single-campaign-wrap__image {
    width: 100%;
  }
}
.single-campaign-wrap__image img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.privacy-terms {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.4px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .privacy-terms {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .privacy-terms {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.28px;
  }
}
.privacy-terms__item {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .privacy-terms__item {
    margin-bottom: 40px;
  }
}
.privacy-terms a {
  color: #000000;
}
.privacy-terms strong {
  font-weight: 600;
}
.privacy-terms h2 {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.8px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .privacy-terms h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.48px;
  }
}
.privacy-terms h3 {
  color: #6700D6;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.64px;
  margin-bottom: 24px;
  margin-top: 56px;
}
@media (max-width: 767px) {
  .privacy-terms h3 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.4px;
    margin-top: 40px;
  }
}
.privacy-terms h3:first-child {
  margin-top: 0;
}
.privacy-terms__heading {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 991px) {
  .privacy-terms__heading {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.privacy-terms__heading-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .privacy-terms__heading-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .privacy-terms__heading-item {
    width: 100%;
    margin-bottom: 8px;
  }
  .privacy-terms__heading-item:last-child {
    margin-bottom: 0;
  }
}
.privacy-terms ol.abc ul {
  padding-left: 8px;
}
.privacy-terms ul {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 24px;
}
