/* Partials
================================================ */
* {
  box-sizing: border-box;
}

/* 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;
}

#wpadminbar {
  position: fixed;
}

.animate.fadeinright {
  opacity: 0;
}
.animate.fadeinright.animateelement {
  animation: fadeInRight 0.5s forwards ease-in-out;
}
.animate.fadein {
  opacity: 0;
}
.animate.fadein.animateelement {
  animation: fadeIn 0.5s forwards ease-in-out;
}
.animate.fadeinup {
  opacity: 0;
}
.animate.fadeinup.animateelement {
  animation: fadeInUp 0.5s forwards ease-in-out;
}
@media only screen and (min-width: 768px) {
  .animate.delay {
    animation-delay: 0.5s !important;
  }
  .animate.lg-delay {
    animation-delay: 0.75s !important;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes translateUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/* Font stacks
================================================ */
/* Base Typography
================================================ */
html {
  font-size: 62.5%;
}

body {
  background: #F5EBF6;
  font-family: "usual", sans-serif;
  color: #3F334D;
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: none;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

h1, h2, h3 {
  text-transform: uppercase;
  font-family: "Mango Grotesque", sans-serif;
  letter-spacing: 0;
  line-height: 0.8;
}

h1 {
  font-size: 9rem;
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 6.2rem;
  }
}

h2 {
  font-size: 10.7rem;
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 7.5rem;
  }
}

h3 {
  font-size: 9.4rem;
}
@media screen and (max-width: 1023px) {
  h3 {
    font-size: 7.5rem;
  }
}

h4 {
  font-size: 3.8rem;
  line-height: 4rem;
}
@media screen and (max-width: 1023px) {
  h4 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}

h5 {
  display: flex;
  flex-direction: row;
  justify-content: strech;
  align-items: center;
  gap: 0.9rem;
  font-size: 1.6rem;
  margin-bottom: 3.5rem;
  letter-spacing: 0.04rem;
}
h5:before {
  content: "";
  display: block;
  position: absolute;
  position: static;
  background-image: url("../library/images/lightening-purple.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 1.5rem;
  width: 4rem;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 1.5rem;
  }
}

em {
  font-style: italic;
}

.accent-text {
  color: #EB6CF3;
}

.body-style a:not(.btn) {
  transition: all 0.15s ease-in-out;
  display: inline;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.body-style a:not(.btn):hover {
  color: #EB6CF3;
}
.body-style h1, .body-style h2, .body-style h3, .body-style h4, .body-style h5 {
  margin-bottom: 2rem;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .body-style h1, .body-style h2, .body-style h3, .body-style h4, .body-style h5 {
    margin-bottom: 3.5rem;
  }
}
.body-style h1:first-child, .body-style h2:first-child, .body-style h3:first-child, .body-style h4:first-child, .body-style h5:first-child {
  margin-top: 0;
}
.body-style h1:only-child, .body-style h2:only-child, .body-style h3:only-child, .body-style h4:only-child, .body-style h5:only-child {
  margin-bottom: 0;
}
.body-style ul, .body-style ol {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 30px;
}
.body-style ul li, .body-style ol li {
  margin-bottom: 15px;
}
.body-style ul li:last-of-type, .body-style ol li:last-of-type {
  margin-bottom: 0;
}
.body-style ul:last-of-type, .body-style ol:last-of-type {
  margin-bottom: 0;
}
.body-style p {
  margin-bottom: 2.5rem;
}
.body-style p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

/* Links
================================================ */
a, a:visited {
  color: inherit;
  text-decoration: none;
}

a[href=""] {
  pointer-events: none;
}

@font-face {
  font-family: "Mango Grotesque";
  src: url("../library/fonts/MangoGrotesque-ExtraBold.woff2") format("woff2"), url("../library/fonts/MangoGrotesque-ExtraBold.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
a.btn, .btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 2.8rem 0 2.8rem;
  border-radius: 5rem;
  height: 5.4rem;
  overflow: hidden;
  line-height: 1.3;
  border: 0.1rem rgba(206, 178, 241, 0.12) solid;
}
@media screen and (max-width: 1279px) {
  a.btn, .btn {
    background: rgba(206, 178, 241, 0.12);
  }
}
@media screen and (max-width: 767px) {
  a.btn, .btn {
    height: 4.23rem;
    font-size: 1.3rem;
  }
}
a.btn:after, .btn:after {
  transition: 0.15s 0s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(206, 178, 241, 0.12);
  transform-origin: bottom;
}
a.btn span, .btn span {
  transition: all 0.15s ease-in-out;
}
a.btn .inner, .btn .inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  a.btn:hover:after, .btn:hover:after {
    transform: scaleY(0);
  }
}
a.btn.arrow .inner, .btn.arrow .inner {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
}
a.btn.arrow .inner:after, .btn.arrow .inner:after {
  margin-left: 1.5rem;
  transition: 0.1s 0s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  background-image: url("../library/images/right-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: static;
  height: 1.3rem;
  width: 0.8rem;
}
@media screen and (max-width: 1023px) {
  a.btn.arrow .inner:after, .btn.arrow .inner:after {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  a.btn.arrow:hover .inner:after, .btn.arrow:hover .inner:after {
    transform: translateX(0.5rem);
  }
}
a.btn.yellow, .btn.yellow {
  color: #3F334D;
  border-color: #EBFF72;
}
@media screen and (max-width: 1279px) {
  a.btn.yellow, .btn.yellow {
    background: #EBFF72;
  }
}
a.btn.yellow:after, .btn.yellow:after {
  background: #EBFF72;
}
a.btn.yellow.arrow .inner:after, .btn.yellow.arrow .inner:after {
  background-image: url("../library/images/primary-right-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1280px) {
  a.btn.yellow:hover, .btn.yellow:hover {
    color: #EBFF72;
  }
  a.btn.yellow:hover.arrow .inner:after, .btn.yellow:hover.arrow .inner:after {
    background-image: url("../library/images/yellow-right-chevron.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
a.btn.pink, .btn.pink {
  color: #EB6CF3;
  border-color: rgba(235, 108, 243, 0.07);
}
@media screen and (max-width: 1279px) {
  a.btn.pink, .btn.pink {
    background: #EB6CF3;
  }
}
a.btn.pink:after, .btn.pink:after {
  background: rgba(235, 108, 243, 0.07);
}
a.btn.pink.arrow .inner:after, .btn.pink.arrow .inner:after {
  background-image: url("../library/images/pink-right-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
a.btn.pink-text, .btn.pink-text {
  color: #EB6CF3;
}
a.btn.pink-text.arrow .inner:after, .btn.pink-text.arrow .inner:after {
  background-image: url("../library/images/pink-right-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
a.btn.purple, .btn.purple {
  color: #F5EBF6;
  border-color: #3F334D;
}
@media screen and (max-width: 1279px) {
  a.btn.purple, .btn.purple {
    background: #3F334D;
  }
}
a.btn.purple:after, .btn.purple:after {
  background: #3F334D;
}
a.btn.purple.arrow .inner:after, .btn.purple.arrow .inner:after {
  background-image: url("../library/images/light-purple-right-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
a.btn.purple.arrow:hover .inner:after, .btn.purple.arrow:hover .inner:after {
  background-image: url("../library/images/purple-right-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
a.btn.yellow-text .inner, .btn.yellow-text .inner {
  color: #EBFF72;
}
@media screen and (min-width: 1280px) {
  a.btn.yellow-text:hover .inner, .btn.yellow-text:hover .inner {
    color: #3F334D;
  }
}
a.btn.yellow-text.arrow .inner:after, .btn.yellow-text.arrow .inner:after {
  background-image: url("../library/images/yellow-right-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
a.btn.yellow-text.arrow:hover .inner:after, .btn.yellow-text.arrow:hover .inner:after {
  background-image: url("../library/images/primary-right-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

body.noscroll {
  overflow: hidden;
}

.page-container {
  overflow: hidden;
}

.wrap {
  max-width: 134rem;
  padding: 0 2rem;
  margin: 0 auto;
  width: 100%;
}

.block {
  padding: 50px 0;
}
.block.large-pd-top {
  padding-top: 100px;
}
.block.small-pd-top {
  padding-top: 25px;
}
.block.no-pd-top {
  padding-top: 0;
}
.block.large-pd-bottom {
  padding-bottom: 100px;
}
.block.small-pd-bottom {
  padding-bottom: 25px;
}
.block.no-pd-bottom {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .block {
    padding: 100px 0;
  }
  .block.large-pd-top {
    padding-top: 150px;
  }
  .block.small-pd-top {
    padding-top: 50px;
  }
  .block.no-pd-top {
    padding-top: 0;
  }
  .block.large-pd-bottom {
    padding-bottom: 150px;
  }
  .block.small-pd-bottom {
    padding-bottom: 50px;
  }
  .block.no-pd-bottom {
    padding-bottom: 0;
  }
}
img, a, svg {
  display: block;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.cc-window {
  font-family: "usual", sans-serif !important;
}
.cc-window .cc-btn {
  transition: all 0.15s ease-in-out;
  border-radius: 10rem !important;
  background: #c89dff !important;
  border: 1px solid #c89dff !important;
  color: #3F334D !important;
}
.cc-window .cc-btn:hover {
  border: 1px solid #EB6CF3 !important;
  background: #EB6CF3 !important;
  color: #FFF !important;
}

/* Blog image styling
================================================ */
img.alignright, img.alignleft, img.aligncenter, img.alignnone {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 4rem 0;
}

@media screen and (min-width: 1024px) {
  img.alignright {
    margin: 8rem 0;
  }
  img.alignleft {
    margin: 8rem 0;
  }
  img.alignnone {
    margin: 8rem 0;
  }
  img.aligncenter {
    display: block;
    margin: 8rem auto;
  }
  a img.alignright {
    float: right;
    margin: 0 0 8rem 8rem;
  }
  a img.alignleft {
    float: left;
    margin: 0 8rem 8rem 0;
  }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Third Party Payload
================================================ */
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

/* Layout
================================================ */
header {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4.5rem 5rem;
  color: #CEB2F1;
  font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
  header {
    padding: 2.5rem 2rem;
  }
}
header.headerscrolled {
  transition: all 0.15s ease-in-out;
  padding: 2rem 5rem;
  background: #3f334d;
}
header.headerscrolled .logo {
  max-width: 12rem;
}
@media screen and (max-width: 1279px) {
  header.headerscrolled {
    padding: 1rem 2rem;
  }
  header.headerscrolled .logo {
    max-width: 8rem;
  }
}
header .logo {
  transition: all 0.15s ease-in-out;
  position: relative;
  z-index: 7;
  max-width: 21rem;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  header .logo {
    max-width: 14rem;
  }
}
header .logo svg {
  display: block;
  width: 100%;
  height: auto;
}
header .logo svg path {
  transition: all 0.15s ease-in-out;
}
header nav {
  margin-right: auto;
}
header a.login-btn.pink {
  background: none;
}
header a.login-btn.pink:after {
  background: rgba(235, 108, 243, 0.07);
}
@media screen and (max-width: 767px) {
  header .login-btn {
    display: none;
  }
}
header .account-actions {
  position: relative;
  z-index: 7;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1.5rem;
}
header .account-actions .btn {
  height: 4.2rem;
  padding: 0 2rem;
}
@media screen and (max-width: 1023px) {
  header .account-actions .btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) {
  header .account-actions .btn {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 375px) {
  header .account-actions .btn {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 1023px) {
  header .account-actions .account-link {
    display: none;
  }
}
header .account-actions svg {
  transition: 0.15s 0s ease-in-out;
}
header .account-actions svg:hover {
  transform: scale(1.1);
}
header.open .logo svg #Path_1400 {
  fill: #3F334D;
}
header.open .logo svg #Group_109 path {
  fill: #CEB2F1;
}
header.open a.btn.arrow:after {
  background: #3F334D;
}
header.open a.btn.arrow span {
  color: #EB6CF3;
}
header.open a.btn.arrow span:after {
  background-image: url("../library/images/pink-right-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header.yellow-header, .page-template-page-policy header, .page-template-page-help-centre header, .page-template-page-template-about header {
  color: #3F334D;
}
header.yellow-header.headerscrolled, .page-template-page-policy header.headerscrolled, .page-template-page-help-centre header.headerscrolled, .page-template-page-template-about header.headerscrolled {
  background: #ebff72;
}
header.yellow-header:not(.open) .logo svg #Path_1400, .page-template-page-policy header:not(.open) .logo svg #Path_1400, .page-template-page-help-centre header:not(.open) .logo svg #Path_1400, .page-template-page-template-about header:not(.open) .logo svg #Path_1400 {
  fill: #3F334D;
}
@media screen and (max-width: 1023px) {
  header.yellow-header:not(.open) .logo svg #Path_1400, .page-template-page-policy header:not(.open) .logo svg #Path_1400, .page-template-page-help-centre header:not(.open) .logo svg #Path_1400, .page-template-page-template-about header:not(.open) .logo svg #Path_1400 {
    fill: #EB6CF3;
  }
}
header.yellow-header:not(.open) .logo svg #Group_109 path, .page-template-page-policy header:not(.open) .logo svg #Group_109 path, .page-template-page-help-centre header:not(.open) .logo svg #Group_109 path, .page-template-page-template-about header:not(.open) .logo svg #Group_109 path {
  fill: #EBFF72;
}
@media screen and (max-width: 1023px) {
  header.yellow-header:not(.open) .logo svg #Group_109 path, .page-template-page-policy header:not(.open) .logo svg #Group_109 path, .page-template-page-help-centre header:not(.open) .logo svg #Group_109 path, .page-template-page-template-about header:not(.open) .logo svg #Group_109 path {
    fill: #3F334D;
  }
}
header.yellow-header nav a:after, .page-template-page-policy header nav a:after, .page-template-page-help-centre header nav a:after, .page-template-page-template-about header nav a:after {
  background: #EB6CF3;
}
header.yellow-header .account-actions .btn, .page-template-page-policy header .account-actions .btn, .page-template-page-help-centre header .account-actions .btn, .page-template-page-template-about header .account-actions .btn {
  border: 1px solid rgba(63, 51, 77, 0.1);
}
header.yellow-header .account-actions .btn:after, .page-template-page-policy header .account-actions .btn:after, .page-template-page-help-centre header .account-actions .btn:after, .page-template-page-template-about header .account-actions .btn:after {
  background: rgba(63, 51, 77, 0.1);
}
header.yellow-header .account-actions .btn span:after, .page-template-page-policy header .account-actions .btn span:after, .page-template-page-help-centre header .account-actions .btn span:after, .page-template-page-template-about header .account-actions .btn span:after {
  background-image: url("../library/images/primary-right-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  header.yellow-header .account-actions .btn, .page-template-page-policy header .account-actions .btn, .page-template-page-help-centre header .account-actions .btn, .page-template-page-template-about header .account-actions .btn {
    border: 1px solid #3f334d;
    color: #EBFF72;
  }
  header.yellow-header .account-actions .btn span:after, .page-template-page-policy header .account-actions .btn span:after, .page-template-page-help-centre header .account-actions .btn span:after, .page-template-page-template-about header .account-actions .btn span:after {
    background-image: url("../library/images/yellow-right-chevron.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  header.yellow-header .account-actions .btn:after, .page-template-page-policy header .account-actions .btn:after, .page-template-page-help-centre header .account-actions .btn:after, .page-template-page-template-about header .account-actions .btn:after {
    background: #3f334d;
  }
}
header.yellow-header .account-actions svg path, .page-template-page-policy header .account-actions svg path, .page-template-page-help-centre header .account-actions svg path, .page-template-page-template-about header .account-actions svg path {
  fill: #3F334D;
}

.menu-toggle {
  display: none;
}

@media screen and (max-width: 1279px) {
  .menu-toggle {
    transition: all 0.15s ease-in-out;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 7;
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    background: #EBFF72;
    border: none;
    -webkit-appearance: none;
    margin-left: 0.84rem;
    flex-shrink: 0;
  }
  .menu-toggle:before {
    transition: all 0.15s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    background-image: url("../library/images/lightening-purple.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 1rem;
    width: 2.7rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .menu-toggle:after {
    opacity: 0;
    transition: all 0.15s ease-in-out;
    content: "";
    display: block;
    position: absolute;
    height: 1.7rem;
    width: 1.7rem;
    background-image: url("../library/images/menu-close.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .menu-toggle.active {
    background: #3F334D;
  }
  .menu-toggle.active:before {
    opacity: 0;
  }
  .menu-toggle.active:after {
    opacity: 1;
  }
  header.yellow-header .menu-toggle, .page-template-page-policy header .menu-toggle, .page-template-page-help-centre header .menu-toggle, .page-template-page-template-about header .menu-toggle {
    background: #3F334D;
  }
  header.yellow-header .menu-toggle:before, .page-template-page-policy header .menu-toggle:before, .page-template-page-help-centre header .menu-toggle:before, .page-template-page-template-about header .menu-toggle:before {
    background-image: url("../library/images/lightening-yellow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  header nav {
    transition: 0.5s 0s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #EB6CF3;
    background-image: url("../library/images/moble-nav-bg-swirl.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 12rem 3.5rem 2.5rem 3.5rem;
    color: #3F334D;
    z-index: 6;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-2rem);
  }
  header nav ul {
    margin-bottom: 2rem;
    font-family: "Mango Grotesque", sans-serif;
    font-size: 5.8rem;
    line-height: 1;
    text-transform: uppercase;
  }
  header nav li {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    margin-bottom: 3.2rem;
    gap: 1.5rem;
  }
  header nav li:before {
    content: "";
    display: block;
    position: absolute;
    position: static;
    background-image: url("../library/images/lightening-yellow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 1.5rem;
    width: 4rem;
  }
  header nav li:last-of-type {
    margin-bottom: 0;
  }
  header nav .app-links {
    display: flex;
    flex-direction: row;
    justify-content: strech;
    align-items: center;
    max-width: 35rem;
    gap: 1.7rem;
    margin-bottom: 6.4rem;
  }
  header nav .app-links a {
    flex: 1;
  }
  header nav .app-links a img {
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: auto;
    border-radius: 1rem;
  }
  header nav .account-links {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  header nav p {
    margin-top: auto;
    color: #3F334D;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  header nav p, header nav li, header nav .app-links {
    opacity: 0;
    transition: 0.5s 0.5s ease-in-out;
  }
  header nav.open {
    pointer-events: auto;
    transform: none;
    opacity: 1;
  }
  header nav.open p, header nav.open li, header nav.open .app-links {
    opacity: 1;
  }
}
@media screen and (min-width: 1280px) {
  header nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  header nav .app-links, header nav p, header nav .account-links {
    display: none;
  }
  header nav ul {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    gap: 6.5rem;
  }
  header nav li.current_page_item a:after {
    transform: scaleX(1);
  }
  header nav a {
    position: relative;
  }
  header nav a:after {
    content: "";
    display: block;
    position: absolute;
    transition: 0.1s 0s ease-in-out;
    left: 0;
    bottom: -0.2rem;
    width: 100%;
    height: 0.1rem;
    background: #EB6CF3;
    transform: scaleX(0);
  }
  header nav a:hover:after {
    transform: scaleX(1);
  }
}
.footer-top {
  pointer-events: none;
  width: 100%;
}
.footer-top img {
  width: 100%;
  height: auto;
}

footer {
  position: relative;
  padding-top: 15rem;
  background: #EBFF72;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1023px) {
  footer {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
}
footer:after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  bottom: 4.5rem;
  left: -35rem;
  background-image: url("../library/images/bg-swirl.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 2656.37px;
  height: 961.82px;
}
@media screen and (max-width: 1023px) {
  footer:after {
    width: 1332.28px;
    height: 482.39px;
    left: -6.8rem;
    top: -8rem;
    bottom: auto;
  }
}
footer .wrap {
  position: relative;
  z-index: 2;
}
footer .row {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  footer .row {
    flex-direction: column;
  }
}
footer .top-row {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  footer .top-row {
    margin-bottom: 4rem;
  }
}
footer .top-row .left {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
  margin-right: auto;
  max-width: 54rem;
}
@media screen and (max-width: 767px) {
  footer .top-row .left {
    margin-right: 0;
    max-width: none;
    margin-bottom: 6.3rem;
  }
}
footer .top-row .left h3 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  footer .top-row .left h3 {
    font-size: 6.1rem;
    line-height: 4.9rem;
  }
}
footer .form-container {
  max-width: 41.8rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  footer .form-container {
    max-width: 35rem;
  }
}
footer .form-container h4 {
  max-width: 38rem;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 1023px) {
  footer .form-container h4 {
    margin-bottom: 3rem;
  }
}
footer .form-container h2 {
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: "usual", sans-serif;
  text-transform: none;
  margin-bottom: 2rem;
  color: red;
}
footer .form-container input {
  font-family: "usual", sans-serif;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(49, 49, 49, 0.5);
  padding: 0 0 1rem 0;
  outline: 0;
  font-size: 1.9rem;
  border-radius: 0;
  color: #3F334D;
}
@media screen and (max-width: 767px) {
  footer .form-container input {
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
  }
}
footer .form-container input[type=submit] {
  cursor: pointer;
  font-size: 1.7rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  footer .form-container input[type=submit] {
    font-size: 1.4rem;
    padding-bottom: 0;
  }
}
footer .form-container .gfield_validation_message {
  font-size: 1rem;
  margin-top: 1rem;
  color: red;
}
footer .form-container .gfield {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  footer .form-container .gfield {
    margin-bottom: 2.5rem;
  }
}
footer .form-container .gfield.gfield_error input {
  border-bottom-color: red;
}
footer .bottom-row {
  border-top: 1px solid rgba(49, 49, 49, 0.15);
  padding-top: 6.2rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  footer .bottom-row {
    border-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .bottom-row {
    font-size: 1.4rem;
  }
}
footer .bottom-row .left {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  gap: 8rem;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  footer .bottom-row .left {
    gap: 2rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  footer .bottom-row .left {
    flex-wrap: wrap;
  }
}
footer .bottom-row .payment-logos {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
}
footer .bottom-row .payment-logos img {
  max-height: 3rem;
  width: auto;
}
footer .bottom-row .payment-logos img.visa {
  max-height: 2rem;
}
footer .bottom-row .col {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  max-width: 25rem;
}
footer .bottom-row .col.contact-col {
  max-width: 40rem;
}
footer .bottom-row .logo {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  footer .bottom-row .logo-col {
    margin-bottom: 2rem;
    width: 100%;
  }
}
footer .bottom-row .social {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1rem;
}
footer .bottom-row .social a {
  transition: all 0.15s ease-in-out;
}
footer .bottom-row .social a:hover {
  transform: scale(1.1);
}
footer .bottom-row .social svg {
  width: 3rem;
  height: auto;
}
footer .bottom-row .title {
  margin-bottom: 1rem;
}
footer .bottom-row p.customer-service-timings {
  white-space: wrap;
  margin-bottom: 2rem;
}
footer .bottom-row li, footer .bottom-row p:not(.title) {
  opacity: 0.5;
  line-height: 2.8rem;
}
footer .bottom-row a {
  display: inline-block;
}
footer .bottom-row a:hover {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
footer .right {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  footer .right {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    text-align: right;
    margin-top: 0;
  }
  footer .right ul {
    font-size: 1.5rem;
  }
  footer .right ul li:last-of-type {
    margin-bottom: 0;
  }
}
footer .copyright {
  font-size: 1.2rem;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    margin-top: 3rem;
  }
}

.home footer {
  padding-top: 15rem;
}
@media screen and (max-width: 1023px) {
  .home footer {
    padding-top: 10rem;
  }
}

/* Components Payload
================================================ */
.admin-label {
  position: absolute;
  top: 0;
  left: 0;
  background: red;
  color: #FFF;
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .admin-label {
    display: none;
  }
}

.masthead {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  position: relative;
  background: #3F334D;
  color: #CEB2F1;
  padding-top: 10rem;
}
@media screen and (max-width: 1023px) {
  .masthead {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .masthead {
    padding-top: 7rem;
    height: clamp(60rem, 100vh, 90rem);
  }
}
.masthead .wrap {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  max-width: 126rem;
}
@media screen and (max-width: 1023px) {
  .masthead .wrap {
    flex-direction: column;
  }
}
.masthead .content {
  max-width: 47.5rem;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .masthead .content {
    order: 2;
  }
}
.masthead h5 {
  color: #EB6CF3;
}
.masthead h5:before {
  background-image: url("../library/images/lightening-pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.masthead h1 {
  margin-bottom: 1.5rem;
}
.masthead .buttons {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  margin-top: 3rem;
  gap: 2.9rem;
}
.masthead .buttons .btn:nth-of-type(2n) {
  padding: 0;
  border: none;
  overflow: visible;
  background: none;
}
.masthead .buttons .btn:nth-of-type(2n):after {
  background: none;
}
.masthead .masthead-image {
  max-width: 71.5rem;
  height: auto;
  width: 100%;
}
.masthead .scroll-indicator {
  background-image: url("../library/images/scroll-indicator.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: bounce 2s infinite ease-in-out;
  position: absolute;
  bottom: 5rem;
  right: 5rem;
  z-index: 1;
  height: 5rem;
  width: 3.3rem;
}
@media screen and (max-width: 1023px) {
  .masthead .scroll-indicator {
    display: none;
  }
}

/* Pages Payload
================================================ */
.error404 {
  background: #3F334D;
  padding-top: 14rem;
}
@media screen and (max-width: 1023px) {
  .error404 {
    padding-top: 12rem;
  }
}
.error404__content {
  color: #FFF;
  text-align: center;
}
.error404__content a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.error404__content h1 {
  font-size: 20em;
  line-height: 1;
  color: #EB6CF3;
  margin-bottom: 0;
}
.error404__content p {
  margin-top: -5rem;
}
@media screen and (max-width: 1023px) {
  .error404__content {
    padding-bottom: 8rem;
  }
  .error404__content h1 {
    font-size: 16em;
  }
  .error404__content p {
    margin-top: -3rem;
  }
}

.home .masthead .content h1 {
  font-size: 19.1rem;
  line-height: 0.7;
  color: #EB6CF3;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .home .masthead .content h1 {
    font-size: 13.8rem;
    margin-bottom: 1rem;
  }
}
.home .masthead .content .accent-text {
  margin-left: -2rem;
  color: #EBFF72;
}
.home .masthead .image {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .home .masthead .image {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: -8rem;
  }
}
@media screen and (max-width: 1023px) {
  .home .masthead .image {
    margin-bottom: 6.5rem;
  }
}
.home .masthead .app-links {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.9rem;
}
@media screen and (max-width: 1023px) {
  .home .masthead .app-links {
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
    gap: 1.4rem;
    bottom: -1rem;
  }
}
.home .masthead .app-links img {
  height: 6.2rem;
  width: auto;
  box-shadow: 0px 0px 6rem 0px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
}
@media screen and (max-width: 1023px) {
  .home .masthead .app-links img {
    height: 4.5rem;
  }
}

.join-cta {
  padding: 13rem 0 18rem 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .join-cta {
    padding: 4rem 0 6rem 0;
    text-align: center;
  }
}
.join-cta .wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .join-cta .wrap {
    flex-direction: column;
  }
}
.join-cta .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  max-width: 49rem;
  text-align: center;
}
.join-cta .content h5 {
  justify-content: center;
}
.join-cta .content h5:before {
  background-image: url("../library/images/lightening-purple.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.join-cta .content h2 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .join-cta .content h2 br {
    display: none;
  }
}
.join-cta .content .btn {
  margin-top: 3.5rem;
}
@media screen and (max-width: 1023px) {
  .join-cta .content .btn {
    margin-top: 2.5rem;
  }
}
.join-cta .content .btn:hover {
  color: #3F334D;
}
.join-cta img {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .join-cta img {
    position: static;
    bottom: auto;
    top: 0;
  }
}
.join-cta .image-container {
  display: contents;
}
@media screen and (max-width: 1023px) {
  .join-cta .image-container {
    display: flex;
    flex-direction: row;
    justify-content: strech;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
}
.join-cta .image-one, .join-cta .image-two {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.join-cta .image-one {
  left: 9rem;
  max-width: 40rem;
}
@media screen and (max-width: 1023px) {
  .join-cta .image-one {
    max-width: 30rem;
    margin-right: -4rem;
  }
}
@media screen and (max-width: 767px) {
  .join-cta .image-one {
    max-width: 20.5rem;
    margin-right: -2.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .join-cta .image-one {
    left: 0;
  }
}
.join-cta .image-two {
  right: 5.5rem;
  max-width: 41.5rem;
}
@media screen and (max-width: 1023px) {
  .join-cta .image-two {
    max-width: 29rem;
    margin-left: -4rem;
  }
}
@media screen and (max-width: 767px) {
  .join-cta .image-two {
    max-width: 19.2rem;
    margin-left: -2.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .join-cta .image-two {
    right: -5rem;
  }
}
.join-cta .join-lower {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.join-cta .join-lower img {
  width: 100%;
  height: auto;
}

.partners {
  position: relative;
  padding: 10rem 0 20rem 0;
  background: #FFF;
}
@media screen and (max-width: 1023px) {
  .partners {
    padding: 6rem 0 0 0;
  }
}
.partners .content {
  max-width: 56rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1023px) {
  .partners h3 br {
    display: none;
  }
}
.partners h5 {
  color: #EB6CF3;
  margin-bottom: 2.5rem;
}
.partners h5:before {
  background-image: url("../library/images/lightening-pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.partners .logos-container {
  display: contents;
}
@media screen and (max-width: 1023px) {
  .partners .logos-container {
    display: block;
  }
}
.partners .logos {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 5rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .partners .logos {
    margin-bottom: 4rem;
  }
}
.partners .logos a {
  transition: all 0.15s ease-in-out;
}
.partners .logos a:hover {
  transform: scale(1.1);
}
.partners .logos img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 22rem;
  max-height: 6.5rem;
  width: auto;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .partners .logos img {
    max-height: 5rem;
  }
}
.partners .partners-lower {
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .partners .partners-lower {
    position: absolute;
  }
}
.partners .partners-lower img {
  width: 100%;
  height: auto;
}

.how-it-works-strip {
  position: relative;
  background: #EBFF72;
  padding: 12rem 0 8rem 0;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .how-it-works-strip {
    padding: 8rem 0 0rem 0;
  }
}
.how-it-works-strip .wrap {
  max-width: 102rem;
}
.how-it-works-strip .marquee-container {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
.how-it-works-strip .marquee {
  min-width: 100%;
  will-change: transform;
  font-family: "Mango Grotesque", sans-serif;
  font-size: 32.7rem;
  line-height: 0.8;
  text-transform: uppercase;
}
.how-it-works-strip .marquee:last-of-type {
  display: none;
}
@media screen and (max-width: 1279px) {
  .how-it-works-strip .marquee {
    font-size: 14rem;
  }
}
@media screen and (max-width: 1023px) {
  .how-it-works-strip .marquee {
    font-size: 8.9rem;
  }
  .how-it-works-strip .marquee:last-of-type {
    display: block;
  }
}
.how-it-works-strip .video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 98rem;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1279px) {
  .how-it-works-strip .video-container {
    width: calc(100% - 12rem);
  }
}
@media screen and (max-width: 767px) {
  .how-it-works-strip .video-container {
    width: calc(100% - 4rem);
  }
}
@media screen and (min-width: 1024px) {
  .how-it-works-strip .video-container:before {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    height: 22.5rem;
    bottom: 0;
    top: auto;
    background: linear-gradient(0deg, rgb(235, 108, 243) 0%, rgba(235, 108, 243, 0) 100%);
  }
}
.how-it-works-strip .video-container:after {
  transition: all 0.15s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  background-image: url("../library/images/play-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: calc(50% - 2.5rem);
  left: calc(50% - 2.1rem);
  height: 4.2rem;
  width: 5rem;
}
.how-it-works-strip .video-container:hover:after {
  transform: scale(1.4);
}
.how-it-works-strip .play-bar {
  position: absolute;
  width: calc(100% - 2rem);
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .how-it-works-strip .play-bar {
    width: calc(100% - 10rem);
    bottom: 4rem;
  }
}
.how-it-works-strip .image-placeholder {
  width: 100%;
  height: auto;
}

@keyframes bounce {
  0% {
    transform: translateY(0rem);
  }
  50% {
    transform: translateY(2rem);
  }
  100% {
    transform: translateY(0rem);
  }
}
.page-template-page-template-about .masthead {
  background: #EBFF72;
  color: #3F334D;
}
@media screen and (max-width: 1023px) {
  .page-template-page-template-about .masthead {
    padding-bottom: 6rem;
  }
}
.page-template-page-template-about .masthead .content {
  position: relative;
  z-index: 2;
  max-width: 66.7rem;
}
@media screen and (max-width: 1023px) {
  .page-template-page-template-about .masthead .content {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .page-template-page-template-about .masthead .content h1 {
    margin-bottom: 2rem;
  }
  .page-template-page-template-about .masthead .content h5 {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
.page-template-page-template-about .masthead p {
  max-width: 58rem;
}
.page-template-page-template-about .masthead .masthead-image {
  margin-right: -12rem;
}
@media screen and (max-width: 1023px) {
  .page-template-page-template-about .masthead .masthead-image {
    margin: 0;
  }
}
.page-template-page-template-about .masthead-lower {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #EBFF72;
}
.page-template-page-template-about .masthead-lower img {
  width: 100vw;
  height: auto;
}

.our-values {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .our-values .wrap {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
  }
}
.our-values .top {
  margin-top: -5rem;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1023px) {
  .our-values .top {
    padding-top: 3rem;
    margin-top: 0;
    flex-direction: column;
  }
}
.our-values .top img {
  max-width: 65rem;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .our-values .top img {
    margin-left: -5rem;
  }
}
@media screen and (max-width: 767px) {
  .our-values .top img {
    margin: 0 0 2rem 0;
    width: 100%;
    height: auto;
    max-width: 34rem;
  }
}
.our-values .top .content {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .our-values .top .content {
    max-width: 58rem;
  }
}
.our-values .top .content:after {
  top: -30%;
  left: -13rem;
  content: "";
  display: block;
  position: absolute;
  background-image: url("../library/images/bg-swirl.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1927.5px;
  height: 697.91px;
}
@media screen and (max-width: 1023px) {
  .our-values .top .content:after {
    top: 85%;
    width: 1332.28px;
    height: 482.39px;
    left: -48rem;
  }
}
.our-values .top .content .inner {
  position: relative;
  z-index: 2;
}
.our-values .top h2 {
  margin-bottom: 1.4rem;
}
.our-values .values-list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 7.4rem;
  font-family: "Mango Grotesque", sans-serif;
  font-size: 5rem;
  line-height: 5.3rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1023px) {
  .our-values .values-list {
    margin-bottom: 4rem;
    flex-wrap: wrap;
    gap: 3rem;
  }
  .our-values .values-list p {
    width: calc(50% - 1.5rem);
  }
  .our-values .values-list p:last-of-type {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .our-values .values-list p:nth-of-type(1) {
    animation-delay: 0s;
  }
  .our-values .values-list p:nth-of-type(2) {
    animation-delay: 0.25s;
  }
  .our-values .values-list p:nth-of-type(3) {
    animation-delay: 0.5s;
  }
  .our-values .values-list p:nth-of-type(4) {
    animation-delay: 0.75s;
  }
  .our-values .values-list p:nth-of-type(5) {
    animation-delay: 1s;
  }
  .our-values .values-list p:nth-of-type(6) {
    animation-delay: 1.25s;
  }
  .our-values .values-list p:nth-of-type(7) {
    animation-delay: 0s;
  }
  .our-values .values-list p:nth-of-type(8) {
    animation-delay: 0.25s;
  }
  .our-values .values-list p:nth-of-type(9) {
    animation-delay: 0.5s;
  }
  .our-values .values-list p:nth-of-type(10) {
    animation-delay: 0.75s;
  }
  .our-values .values-list p:nth-of-type(11) {
    animation-delay: 1s;
  }
  .our-values .values-list p:nth-of-type(12) {
    animation-delay: 1.25s;
  }
  .our-values .values-list p:nth-of-type(13) {
    animation-delay: 0s;
  }
  .our-values .values-list p:nth-of-type(14) {
    animation-delay: 0.25s;
  }
  .our-values .values-list p:nth-of-type(15) {
    animation-delay: 0.5s;
  }
  .our-values .values-list p:nth-of-type(16) {
    animation-delay: 0.75s;
  }
  .our-values .values-list p:nth-of-type(17) {
    animation-delay: 1s;
  }
  .our-values .values-list p:nth-of-type(18) {
    animation-delay: 1.25s;
  }
  .our-values .values-list p:nth-of-type(19) {
    animation-delay: 0s;
  }
  .our-values .values-list p:nth-of-type(20) {
    animation-delay: 0.25s;
  }
  .our-values .values-list p:nth-of-type(21) {
    animation-delay: 0.5s;
  }
  .our-values .values-list p:nth-of-type(22) {
    animation-delay: 0.75s;
  }
  .our-values .values-list p:nth-of-type(23) {
    animation-delay: 1s;
  }
  .our-values .values-list p:nth-of-type(24) {
    animation-delay: 1.25s;
  }
  .our-values .values-list p:nth-of-type(25) {
    animation-delay: 0s;
  }
  .our-values .values-list p:nth-of-type(26) {
    animation-delay: 0.25s;
  }
  .our-values .values-list p:nth-of-type(27) {
    animation-delay: 0.5s;
  }
  .our-values .values-list p:nth-of-type(28) {
    animation-delay: 0.75s;
  }
  .our-values .values-list p:nth-of-type(29) {
    animation-delay: 1s;
  }
  .our-values .values-list p:nth-of-type(30) {
    animation-delay: 1.25s;
  }
  .our-values .values-list p:nth-of-type(31) {
    animation-delay: 0s;
  }
  .our-values .values-list p:nth-of-type(32) {
    animation-delay: 0.25s;
  }
  .our-values .values-list p:nth-of-type(33) {
    animation-delay: 0.5s;
  }
  .our-values .values-list p:nth-of-type(34) {
    animation-delay: 0.75s;
  }
  .our-values .values-list p:nth-of-type(35) {
    animation-delay: 1s;
  }
  .our-values .values-list p:nth-of-type(36) {
    animation-delay: 1.25s;
  }
  .our-values .values-list p:nth-of-type(37) {
    animation-delay: 0s;
  }
  .our-values .values-list p:nth-of-type(38) {
    animation-delay: 0.25s;
  }
  .our-values .values-list p:nth-of-type(39) {
    animation-delay: 0.5s;
  }
  .our-values .values-list p:nth-of-type(40) {
    animation-delay: 0.75s;
  }
  .our-values .values-list p:nth-of-type(41) {
    animation-delay: 1s;
  }
  .our-values .values-list p:nth-of-type(42) {
    animation-delay: 1.25s;
  }
  .our-values .values-list p:nth-of-type(43) {
    animation-delay: 0s;
  }
  .our-values .values-list p:nth-of-type(44) {
    animation-delay: 0.25s;
  }
  .our-values .values-list p:nth-of-type(45) {
    animation-delay: 0.5s;
  }
  .our-values .values-list p:nth-of-type(46) {
    animation-delay: 0.75s;
  }
  .our-values .values-list p:nth-of-type(47) {
    animation-delay: 1s;
  }
  .our-values .values-list p:nth-of-type(48) {
    animation-delay: 1.25s;
  }
  .our-values .values-list p:nth-of-type(49) {
    animation-delay: 0s;
  }
  .our-values .values-list p:nth-of-type(50) {
    animation-delay: 0.25s;
  }
}
@media screen and (max-width: 767px) {
  .our-values .values-list {
    font-size: 3.3rem;
    line-height: 3.6rem;
  }
}
.our-values .values-list span {
  font-size: 3.8rem;
  line-height: 1;
  display: block;
  color: #EB6CF3;
}
@media screen and (max-width: 767px) {
  .our-values .values-list span {
    font-size: 2.5rem;
  }
}
.our-values a.mobile-btn {
  display: none;
  color: #3F334D;
  border-color: #eb6cf3;
  margin-bottom: 4rem;
}
.our-values a.mobile-btn:after {
  background: #eb6cf3;
}
.our-values a.mobile-btn.arrow .inner:after {
  background-image: url("../library/images/primary-right-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1023px) {
  .our-values a.mobile-btn {
    display: inline-flex;
  }
}

.values-lower {
  width: 100%;
}
.values-lower img {
  width: 100%;
  height: auto;
}

.kind-of-tips {
  background: #3F334D;
  padding-top: 8.5rem;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  color: #CEB2F1;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .kind-of-tips {
    padding-top: 5rem;
  }
}
.kind-of-tips .wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 9rem;
}
@media screen and (max-width: 767px) {
  .kind-of-tips .wrap {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
}
.kind-of-tips .tip-kind {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
}
.kind-of-tips img {
  max-height: 40.2rem;
  width: auto;
  margin: 0 auto 3rem auto;
}
@media screen and (max-width: 1023px) {
  .kind-of-tips img {
    width: 100%;
    height: auto;
  }
}
.kind-of-tips .inner-content {
  max-width: 35rem;
}
.kind-of-tips h2 {
  margin-bottom: 1rem;
}
.kind-of-tips strong {
  font-weight: 400;
  font-size: 2.9rem;
  line-height: 2.3rem;
  font-family: "Mango Grotesque", sans-serif;
}
@media screen and (max-width: 1023px) {
  .kind-of-tips strong {
    font-size: 2.1rem;
    line-height: 1.7rem;
  }
}
.kind-of-tips p:first-of-type {
  margin-bottom: 1rem;
}
.kind-of-tips .btn {
  margin-top: 5.5rem;
}

.form-strip {
  background: #3F334D;
  color: #CEB2F1;
  padding-top: 23rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .form-strip {
    padding-top: 12rem;
    padding-bottom: 5rem;
  }
}
.form-strip .wrap {
  display: flex;
  flex-direction: row;
  justify-content: strech;
  align-items: center;
  gap: 0 15rem;
}
@media screen and (max-width: 1023px) {
  .form-strip .wrap {
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .form-strip .wrap {
    flex-direction: column;
  }
}
.form-strip .content {
  position: relative;
  max-width: 47rem;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .form-strip .content {
    max-width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .form-strip .content {
    margin-bottom: 2rem;
    max-width: none;
  }
}
.form-strip .mobile-image {
  position: absolute;
  right: -12rem;
  top: 5.5rem;
  max-width: 40rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .form-strip .mobile-image {
    display: none;
  }
}
.form-strip h5 {
  color: #EB6CF3;
}
.form-strip h5:before {
  background-image: url("../library/images/lightening-pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.form-strip h1 {
  font-size: 14rem;
  line-height: 12rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  .form-strip h1 {
    font-size: 8.7rem;
    line-height: 8.4rem;
  }
}
@media screen and (max-width: 767px) {
  .form-strip h1 {
    font-size: 10.7rem;
    line-height: 8.5rem;
    margin-bottom: 8.5rem;
  }
  .form-strip h1 span {
    display: block;
  }
}
.form-strip .form-container {
  max-width: 61.5rem;
  width: 100%;
}
.form-strip .form-container form {
  width: 100%;
}
.form-strip .form-container .gform_wrapper.gravity-theme .gform_fields {
  gap: 3.2rem 2.8rem;
}
@media screen and (max-width: 1023px) {
  .form-strip .form-container .gform_wrapper.gravity-theme .gform_fields {
    gap: 2.8rem;
  }
}
.form-strip .form-container .gform_submission_error {
  font-size: 5rem;
  line-height: 5.5rem;
  text-align: center;
  margin-bottom: 3.5rem;
  outline: 0;
}
@media screen and (max-width: 1023px) {
  .form-strip .form-container .gform_submission_error {
    font-size: 4rem;
    line-height: 3.5rem;
  }
}
.form-strip .form-container input, .form-strip .form-container textarea {
  -webkit-appearance: none;
  border: none;
  font-family: "usual", sans-serif;
  background: none;
  border-bottom: 1px solid rgba(235, 108, 243, 0.35);
  border-radius: 0;
  padding-bottom: 0.5rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #CEB2F1;
  outline: none;
}
@media screen and (max-width: 1023px) {
  .form-strip .form-container input, .form-strip .form-container textarea {
    font-size: 1.6rem;
  }
}
.form-strip .form-container textarea {
  padding: 2.2rem 0 0 4rem;
  border: none;
  background: #504261;
  border-radius: 1.3rem;
  resize: none;
}
@media screen and (max-width: 1023px) {
  .form-strip .form-container textarea {
    padding: 1.8rem;
    height: 18rem !important;
  }
}
.form-strip .form-container .gfield_error input {
  border-bottom-color: #EB6CF3;
}
.form-strip .form-container .gfield_validation_message {
  color: #EB6CF3;
  font-size: 1.4rem;
  margin-top: 1rem;
}
.form-strip .form-container .btn {
  cursor: pointer;
  max-width: 14.8rem;
}
.form-strip .form-container .gform_button {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -9999999rem;
  left: -999999rem;
}
.form-strip .form-container input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 0.3rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-color: #504261;
  border: none;
}
.form-strip .form-container input[type=checkbox]:checked {
  background-image: url("../library/images/tick.svg");
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
}
.form-strip .form-container .gfield_required_text {
  display: none;
}
.form-strip .form-container .gfield--type-consent {
  margin-bottom: 1rem;
}
.form-strip .form-container .gfield--type-consent .ginput_container {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: 1.2rem;
}
.form-strip .form-container .gfield--type-consent a {
  display: inline;
  text-decoration: underline;
  text-underline-offset: 0.4r;
}
.form-strip .form-container .gfield--type-consent label {
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 2rem;
}
.form-strip .form-container ::-moz-placeholder {
  color: #CEB2F1;
}
.form-strip .form-container ::placeholder {
  color: #CEB2F1;
}

@media screen and (max-width: 1023px) {
  .page-template-page-help-centre header:not(.open) a.btn {
    border-color: rgba(63, 51, 77, 0.5);
    color: #FFF;
  }
  .page-template-page-help-centre header:not(.open) a.btn:after {
    background: rgba(63, 51, 77, 0.5);
  }
}

.questions {
  position: relative;
  z-index: 2;
  padding-top: 27rem;
  margin-bottom: 13.9rem;
}
@media screen and (max-width: 1023px) {
  .questions {
    padding-top: 12rem;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 1023px) {
  .questions .intro-content, .questions .wrap {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
  }
}
.questions h5 {
  margin-left: auto;
  margin-right: auto;
  color: #EB6CF3;
}
@media screen and (max-width: 1023px) {
  .questions h5 {
    margin-bottom: 2rem;
  }
}
.questions h5:before {
  background-image: url("../library/images/lightening-pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.questions h1 {
  font-size: 14rem;
  line-height: 12rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .questions h1 {
    font-size: 6.2rem;
    line-height: 6.5rem;
    margin-bottom: 2rem;
    text-align: center;
  }
}
.questions .question-filters {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  gap: 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1023px) {
  .questions .question-filters {
    margin-bottom: 4rem;
  }
}
.questions .question-filters .filter {
  transition: all 0.15s ease-in-out;
  border-bottom: 0.1rem solid rgba(63, 51, 77, 0.2);
  padding-bottom: 0.4rem;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .questions .question-filters .filter {
    font-size: 1.7rem;
  }
}
.questions .question-filters .filter.active, .questions .question-filters .filter:hover {
  border-bottom-color: #EB6CF3;
}
.questions .categories {
  position: relative;
  width: 100%;
  max-width: 107rem;
}
.questions .categories .category {
  transition: all 0.15s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.questions .categories .category.active {
  pointer-events: auto;
  position: static;
  opacity: 1;
}
.questions .categories .row {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1.3rem;
  padding: 6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .questions .categories .row {
    padding: 2.5rem;
  }
}
.questions .categories .row:last-of-type {
  margin-bottom: 0;
}
.questions .categories .question {
  display: inline-block;
  cursor: pointer;
  font-size: 2.7rem;
  line-height: 2.9rem;
}
@media screen and (max-width: 1023px) {
  .questions .categories .question {
    font-size: 1.7rem;
  }
}
.questions .categories .answer {
  position: relative;
  border-top: 1px solid #EB6CF3;
  margin-top: 2.5rem;
  padding-top: 2.7rem;
  display: none;
  padding-bottom: 7rem;
}
@media screen and (max-width: 1023px) {
  .questions .categories .answer {
    padding-bottom: 5rem;
  }
}
.questions .categories .close {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  color: #EB6CF3;
  cursor: pointer;
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .questions .categories .close {
    font-size: 1.3rem;
  }
}
.questions .categories .close:after {
  content: "";
  display: block;
  position: absolute;
  position: static;
  background-image: url("../library/images/close.svg");
  background-size: center;
  background-repeat: no-repeat;
  background-position: center;
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 0.9rem;
}
@media screen and (max-width: 1023px) {
  .questions .categories .close:after {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.help-cta {
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .help-cta {
    padding-bottom: 4rem;
  }
}
.help-cta:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12rem);
  transform: translateY(-50%);
  left: calc(50% - 10rem);
  background-image: url("../library/images/bg-swirl.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 1927.5px;
  height: 700px;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .help-cta:before {
    transform: none;
    left: -47rem;
    top: auto;
    bottom: -6rem;
    width: 1332.28px;
    height: 482.39px;
  }
}
.help-cta .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
}
.help-cta h2 {
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .help-cta h2 {
    font-size: 6.2rem;
    line-height: 5rem;
    margin-bottom: 2.3rem;
  }
}
.help-cta .btn:hover {
  color: #3F334D;
}

@media screen and (max-width: 1023px) {
  .page-template-page-policy header:not(.open) a.btn {
    border-color: rgba(63, 51, 77, 0.5);
    color: #FFF;
  }
  .page-template-page-policy header:not(.open) a.btn:after {
    background: rgba(63, 51, 77, 0.5);
  }
}

.policy-container {
  padding-top: 27rem;
  margin-bottom: 13.9rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .policy-container {
    padding-top: 12rem;
    margin-bottom: 4.9rem;
  }
}
.policy-container .wrap {
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  .policy-container .wrap {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
  }
}
.policy-container h5 {
  color: #EB6CF3;
}
@media screen and (max-width: 767px) {
  .policy-container h5 {
    margin-left: auto;
    margin-right: auto;
  }
}
.policy-container h5:before {
  background-image: url("../library/images/lightening-pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.policy-container h1 {
  font-size: 14rem;
  line-height: 12rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .policy-container h1 {
    font-size: 6.2rem;
    line-height: 6.5rem;
    margin-bottom: 6rem;
    text-align: center;
  }
}

.page-template-page-template-how-it-works .masthead .image {
  margin-top: auto;
  position: relative;
  max-width: 50rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .page-template-page-template-how-it-works .masthead .image {
    max-width: 78.5rem;
    margin-right: -8rem;
  }
}
.page-template-page-template-how-it-works .masthead .content {
  max-width: 57.8rem;
}
.page-template-page-template-how-it-works .masthead .content h5 {
  color: #EB6CF3;
}
@media screen and (max-width: 1023px) {
  .page-template-page-template-how-it-works .masthead .content h5 {
    margin-bottom: 2rem;
  }
}
.page-template-page-template-how-it-works .masthead .content h5:before {
  background-image: url("../library/images/lightening-pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-template-how-it-works .masthead .content h1 {
  font-size: 9rem;
  line-height: 0.8;
  color: #CEB2F1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .page-template-page-template-how-it-works .masthead .content h1 {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-template-how-it-works .masthead .content h1 {
    font-size: 6.2rem;
  }
}
.page-template-page-template-how-it-works .masthead .content p {
  max-width: 38.5rem;
}
.page-template-page-template-how-it-works .masthead .content .accent-text {
  color: #EBFF72;
}
.page-template-page-template-how-it-works footer {
  padding-top: 10rem;
}

.masthead-lower {
  background: #3F334D;
}
.masthead-lower img {
  width: 100vw;
  height: auto;
}

.tip-strip {
  position: relative;
  padding-top: 6rem;
}
@media screen and (min-width: 1024px) {
  .tip-strip {
    padding-bottom: 8rem;
  }
}
.tip-strip .wrap {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  max-width: 126rem;
}
.tip-strip .content {
  max-width: 31rem;
}
@media screen and (max-width: 1023px) {
  .tip-strip .content {
    max-width: none;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    max-width: auto;
    margin-bottom: 1rem;
  }
}
.tip-strip h5 {
  display: inline-flex;
  color: #EB6CF3;
}
.tip-strip h5:before {
  background-image: url("../library/images/lightening-pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .tip-strip h2 {
    font-size: 9.4rem;
    line-height: 7.6rem;
  }
}
.tip-strip .lower-row {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .tip-strip .lower-row {
    flex-direction: column;
    align-items: center;
  }
}
.tip-strip .image-container {
  max-width: 48rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .tip-strip .image-container {
    order: 2;
  }
}
.tip-strip .image-container .strip-image {
  max-width: 60rem;
  width: 100%;
  height: auto;
  margin-bottom: -2rem;
}
@media screen and (min-width: 1024px) {
  .tip-strip .image-container .strip-image {
    max-width: none;
    width: 60rem;
    margin-left: -12rem;
    margin-right: 2rem;
    margin-bottom: -5rem;
  }
}
.tip-strip .carousel-container {
  margin-top: -1rem;
}
@media screen and (max-width: 1279px) {
  .tip-strip .carousel-container {
    margin-left: auto;
  }
}
@media screen and (max-width: 1023px) {
  .tip-strip .carousel-container {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    margin: 0 0 3rem 0;
  }
}
.tip-strip .carousel-container .top-row {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
}
.tip-strip .carousel-container .carousel {
  max-width: 100vw;
}
@media screen and (min-width: 1024px) {
  .tip-strip .carousel-container .carousel {
    max-width: 34rem;
    margin-right: 5.8rem;
  }
}
.tip-strip .carousel-container .carousel-item {
  padding: 2rem;
}
@media screen and (max-width: 1023px) {
  .tip-strip .carousel-container .carousel-item {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .tip-strip .carousel-container .carousel-item h4 {
    display: none;
  }
}
.tip-strip .carousel-container img {
  overflow: hidden;
  border-radius: 2.8rem;
  box-shadow: 0px 0px 2rem 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .tip-strip .carousel-container img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    max-width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .tip-strip .carousel-container img {
    max-width: 20rem;
  }
}
.tip-strip .carousel-container h4 {
  transition: all 0.15s ease-in-out;
  font-family: "Mango Grotesque", sans-serif;
  cursor: pointer;
  font-size: 4.5rem;
  line-height: 4rem;
  margin-bottom: 2.2rem;
  text-transform: uppercase;
}
.tip-strip .carousel-container h4:last-of-type {
  margin-bottom: 0;
}
.tip-strip .carousel-container h4 span {
  font-size: 3.1rem;
  color: #EB6CF3;
}
.tip-strip .carousel-container .left {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  max-width: 31rem;
}
.tip-strip .carousel-container .left a.yellow.btn {
  max-width: 22rem;
}
.tip-strip .carousel-container .left a.yellow.btn:hover span {
  color: #3F334D;
}
.tip-strip .carousel-container .left a.yellow.btn:hover span:after {
  background-image: url("../library/images/primary-right-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tip-strip .carousel-container .left .swiper-pagination {
  position: static;
  margin: 1rem 0 2rem 0;
}
@media screen and (min-width: 1024px) {
  .tip-strip .carousel-container .left .swiper-pagination {
    margin: 2.4rem 0 3.2rem 0;
  }
}
.tip-strip .carousel-container .left .swiper-pagination-bullet {
  background: none;
  border: 0.2rem solid #EB6CF3;
  height: 1.2rem;
  width: 1.2rem;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .tip-strip .carousel-container .left .swiper-pagination-bullet {
    height: 1.8rem;
    width: 1.8rem;
  }
}
.tip-strip .carousel-container .left .swiper-pagination-bullet-active {
  background: #EB6CF3;
}
.tip-strip .carousel-container .carousel-titles {
  max-width: 34rem;
}
.tip-strip .carousel-container .carousel-titles h4 {
  margin-bottom: 2.2rem;
  opacity: 0.3;
}
.tip-strip .carousel-container .carousel-titles h4:last-of-type {
  margin-bottom: 0;
}
.tip-strip .carousel-container .carousel-titles h4:hover, .tip-strip .carousel-container .carousel-titles h4.active {
  opacity: 1;
}
@media screen and (max-width: 1279px) {
  .tip-strip .carousel-container .carousel-titles {
    display: none;
  }
}
.tip-strip .torn-edge {
  position: absolute;
  pointer-events: none;
  bottom: 0;
  transform: translateY(30%);
  left: 0;
  width: 100%;
  height: auto;
  z-index: 5;
}

.recieve-a-tip-strip {
  background: #FFF;
}
.recieve-a-tip-strip .image-container .strip-image {
  max-width: 46rem;
  height: auto;
  margin-left: -5rem;
  margin-right: 8rem;
  margin-bottom: -5rem;
}
@media screen and (max-width: 1023px) {
  .recieve-a-tip-strip .image-container .strip-image {
    margin-left: auto;
    margin-right: auto;
    width: 40rem;
  }
}
@media screen and (max-width: 767px) {
  .recieve-a-tip-strip .image-container .strip-image {
    width: 25rem;
  }
}

.content-and-image-strip {
  position: relative;
  margin-top: -3rem;
  padding-top: 8rem;
  background: #EBFF72;
}
@media screen and (max-width: 1023px) {
  .content-and-image-strip {
    margin: 0;
  }
}
.content-and-image-strip .wrap {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .content-and-image-strip .wrap {
    flex-direction: column;
  }
}
.content-and-image-strip .content {
  order: 2;
}
@media screen and (min-width: 1024px) {
  .content-and-image-strip .content {
    order: 0;
    max-width: 68rem;
    margin-right: auto;
  }
}
.content-and-image-strip .image-container {
  margin-bottom: 3rem;
}
.content-and-image-strip .image-container img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .content-and-image-strip .image-container {
    max-width: 80.5rem;
    width: 100%;
    margin-right: -20rem;
  }
  .content-and-image-strip .image-container img {
    width: auto;
  }
}

/*# sourceMappingURL=style.css.map*/