.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;-webkit-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter, none);filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;-webkit-transform-origin:top left;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;-webkit-transform-origin:center center;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@-webkit-keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{-webkit-animation:.15s ease backwards fancybox-fadeIn;animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{-webkit-animation:.15s ease both fancybox-fadeOut;animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{-webkit-animation:.15s ease both fancybox-fadeIn;animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{-webkit-animation:.1s ease both fancybox-fadeOut;animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{-webkit-animation:.2s ease both fancybox-zoomInUp;animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{-webkit-animation:.15s ease both fancybox-zoomOutDown;animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{-webkit-animation:.15s ease both fancybox-throwOutUp;animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{-webkit-animation:.15s ease both fancybox-throwOutDown;animation:.15s ease both fancybox-throwOutDown}@-webkit-keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{from{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomInUp{from{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@-webkit-keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0, -30%, 0);transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0, -30%, 0);transform:translate3d(0, -30%, 0);opacity:0}}@-webkit-keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-user-select:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-timing-function:linear;z-index:30;-webkit-user-select:none;user-select:none}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

@charset "UTF-8";
.flex-row {
  flex-direction: row;
}

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

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

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

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

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

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

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

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

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

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

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

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

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

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

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

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

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
  scroll-padding-top: 121px;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
body--no-scroll {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
}
body.no-scroll {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

figure {
  margin: 0;
  font-size: 0;
}

p {
  margin: 0;
}

.gform_wrapper {
  /*
  * Theme css for the validation messages.
  *
  * Used in the theme.css front-end stylesheet.
  */
}
.gform_wrapper .gform_heading {
  margin: 0 0 60px;
}
.gform_wrapper .gform_heading .gform_title {
  color: #7B3CEA;
}
.gform_wrapper .gform_description {
  display: block;
  margin: 30px 0 0;
}
.gform_wrapper .gform_fields {
  margin: 0 -10px;
}
.gform_wrapper .gfield {
  margin: 0 0 10px;
  padding: 0 10px;
  vertical-align: top;
}
.gform_wrapper .gfield + fieldset {
  border: 0;
}
.gform_wrapper .gfield + fieldset:first-of-type {
  margin-top: 18px;
}
.gform_wrapper .gfield_checkbox .gchoice {
  margin: 0 0 10px;
}
.gform_wrapper .gfield_checkbox .gchoice:last-child {
  margin: 0;
}
.gform_wrapper .gfield_required {
  margin-left: 2px;
}
.gform_wrapper .gfield_description {
  width: 100%;
  padding: 0 16px 0 0;
  font-family: inherit;
  font-size: 0.813em;
  letter-spacing: normal;
  line-height: inherit;
  clear: both;
}
.gform_wrapper .field_description_above .gfield_description {
  padding-bottom: 10px;
}
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 10px;
}
.gform_wrapper textarea {
  width: 100%;
}
.gform_wrapper textarea.small {
  height: 6rem;
}
.gform_wrapper textarea.medium {
  height: 12rem;
}
.gform_wrapper textarea.large {
  height: 18rem;
}
.gform_wrapper input,
.gform_wrapper select {
  max-width: 100%;
}
.gform_wrapper input.small,
.gform_wrapper select.small {
  width: calc(25% - 0.75rem);
}
.gform_wrapper input.medium,
.gform_wrapper select.medium {
  width: calc(50% - 0.5rem); /* default margin between complex fields is 1rem */
}
.gform_wrapper input.large,
.gform_wrapper select.large {
  width: 100%;
}
.gform_wrapper .gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.gform_wrapper .gform_footer {
  margin-top: 30px;
}
.gform_wrapper .gform_hidden, .gform_wrapper .gf_hidden {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}
.gform_wrapper .screen-reader-text, .gform_wrapper .hidden_label .gfield_label, .gform_wrapper .hidden_sub_label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  word-wrap: normal !important;
  overflow: hidden;
}
.gform_wrapper .datepicker input {
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: calc(100% - 16px);
  background-image: url(../../images/down.png);
  background-size: 10px auto;
}
.gform_wrapper .gform_validation_errors > h2 {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 16px;
  background: #CF2543;
  border-radius: 5px;
  border: 1.5px solid #CF2543;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.3;
  color: #FFFFFF;
}
.gform_wrapper .gform_validation_errors > h2:before {
  display: none;
}
.gform_wrapper .gform_validation_errors > h2 .gform-icon {
  display: flex;
  position: absolute;
  top: 0;
  left: 12px;
  height: 100%;
  align-items: center;
  font-size: 28px;
}

@media (min-width: 769px) {
  .gform_wrapper .gfield {
    margin-bottom: 30px;
  }
  div.ginput_complex.ginput_container.gf_name_has_2 {
    display: flex;
  }
  div.ginput_complex.ginput_container.gf_name_has_2 span {
    display: block;
    width: 50%;
  }
  div.ginput_complex.ginput_container.gf_name_has_2 input {
    padding: 0;
  }
  div.ginput_complex.ginput_container.gf_name_has_2 label {
    margin: 10px 0 0 0;
  }
  .ginput_complex .ginput_left,
  .ginput_complex .ginput_right {
    display: inline-block;
    width: 50%;
    margin: 0 -4px 0 0;
    vertical-align: top;
  }
  .ginput_complex.ginput_container label,
  .field_sublabel_below .ginput_complex.ginput_container label {
    margin: 14px 0 7px 0;
  }
}
.grecaptcha-badge {
  z-index: 1;
}

.relevanssi-live-search-results-showing .relevanssi-live-search-result a {
  font-size: 18px;
}
.relevanssi-live-search-results-showing .relevanssi-live-search-result p {
  padding: 20px 25px;
}

.relevanssi-live-search-results-showing .screen-reader-text {
  font-size: 0;
}

.primary {
  background-color: #7B3CEA;
}

.primary2 {
  background-color: #E4D8FC;
}

.primary3 {
  background-color: #61C8C9;
}

.primary4 {
  background-color: #D7F1F2;
}

.secondary {
  background-color: #D95978;
}

.secondary2 {
  background-color: #F2D8DB;
}

.secondary3 {
  background-color: #E7B25A;
}

.secondary4 {
  background-color: #F9ECD5;
}

.white {
  background-color: #FFFFFF;
}

.off-white {
  background-color: #F7F5F1;
}

.grey-100 {
  background-color: #DDD8DE;
}

.grey-300 {
  background-color: #B4ACBB;
}

.grey-500 {
  background-color: #6E637E;
}

.grey-700 {
  background-color: #554769;
}

.off-black {
  background-color: #48305A;
}

.black {
  background-color: #280B3D;
}

.success {
  background-color: #60B58C;
}

.error {
  background-color: #CF2543;
}

.text-primary {
  color: #7B3CEA;
}

.text-primary2 {
  color: #E4D8FC;
}

.text-primary3 {
  color: #61C8C9;
}

.text-primary4 {
  color: #D7F1F2;
}

.text-secondary {
  color: #D95978;
}

.text-secondary2 {
  color: #F2D8DB;
}

.text-secondary3 {
  color: #E7B25A;
}

.text-secondary4 {
  color: #F9ECD5;
}

.text-white {
  color: #FFFFFF;
}

.text-off-white {
  color: #F7F5F1;
}

.text-grey-100 {
  color: #DDD8DE;
}

.text-grey-300 {
  color: #B4ACBB;
}

.text-grey-500 {
  color: #6E637E;
}

.text-grey-700 {
  color: #554769;
}

.text-off-black {
  color: #48305A;
}

.text-black {
  color: #280B3D;
}

.text-success {
  color: #60B58C;
}

.text-error {
  color: #CF2543;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes progress {
  0% {
    width: 0%;
  }
  75% {
    width: 100%;
  }
}
.progress {
  animation-name: progress;
}

@keyframes zoom {
  0% {
    transform: scale3d(1, 1, 1);
    animation-timing-function: linear;
  }
  100% {
    transform: scale3d(1.15, 1.15, 1.15);
  }
}
.zoom {
  animation: zoom 40s infinite;
}

@keyframes slide-in-up {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.btn, .archive-hero__link, .test__next-button, .search-map__mobile-filters button:last-child, .search-map__desktop-filters-apply, .gform_wrapper .gfield .ginput_container_fileupload input::file-selector-button,
.btn--alt,
.gform_button {
  display: inline-block;
  min-width: 147px;
  padding: 20px 40px 24px 40px;
  color: #FFFFFF;
  border: none;
  border-radius: 0 0 10px 0;
  font-family: "cy", sans-serif;
  font-weight: 600;
  outline: 0;
  text-align: center;
  text-decoration: none;
  text-transform: normal;
  transition: 250ms ease-in-out;
  cursor: pointer;
  vertical-align: middle;
}
@media screen and (min-width: 0) {
  .btn, .archive-hero__link, .test__next-button, .search-map__mobile-filters button:last-child, .search-map__desktop-filters-apply, .gform_wrapper .gfield .ginput_container_fileupload input::file-selector-button,
  .btn--alt,
  .gform_button {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (min-width: 577px) {
  .btn, .archive-hero__link, .test__next-button, .search-map__mobile-filters button:last-child, .search-map__desktop-filters-apply, .gform_wrapper .gfield .ginput_container_fileupload input::file-selector-button,
  .btn--alt,
  .gform_button {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .btn, .archive-hero__link, .test__next-button, .search-map__mobile-filters button:last-child, .search-map__desktop-filters-apply, .gform_wrapper .gfield .ginput_container_fileupload input::file-selector-button,
  .btn--alt,
  .gform_button {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .btn, .archive-hero__link, .test__next-button, .search-map__mobile-filters button:last-child, .search-map__desktop-filters-apply, .gform_wrapper .gfield .ginput_container_fileupload input::file-selector-button,
  .btn--alt,
  .gform_button {
    font-size: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .btn, .archive-hero__link, .test__next-button, .search-map__mobile-filters button:last-child, .search-map__desktop-filters-apply, .gform_wrapper .gfield .ginput_container_fileupload input::file-selector-button,
  .btn--alt,
  .gform_button {
    font-size: 18px;
  }
}
.btn__label,
.btn--alt__label,
.gform_button__label {
  line-height: 1;
}
.btn__label,
.btn svg,
.archive-hero__link svg,
.test__next-button svg,
.search-map__mobile-filters button:last-child svg,
.search-map__desktop-filters-apply svg,
.gform_wrapper .gfield .ginput_container_fileupload input::file-selector-button svg,
.btn--alt__label,
.btn--alt svg,
.gform_button__label,
.gform_button svg {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
}
.btn svg, .archive-hero__link svg, .test__next-button svg, .search-map__mobile-filters button:last-child svg, .search-map__desktop-filters-apply svg, .gform_wrapper .gfield .ginput_container_fileupload input::file-selector-button svg,
.btn--alt svg,
.gform_button svg {
  max-width: 14px;
  height: 14px;
  margin-left: 14px;
}
.btn--primary, .test__next-button, .booking-modal .gform_button,
.btn--alt--primary,
.gform_button--primary {
  background: #7B3CEA;
  border-color: transparent;
}
.btn--primary:hover, .test__next-button:hover, .booking-modal .gform_button:hover,
.btn--alt--primary:hover,
.gform_button--primary:hover {
  background-image: linear-gradient(90deg, #8C41E8 0%, #5D3DE8 100%);
  color: #FFFFFF;
}
.btn--primary:active, .test__next-button:active, .booking-modal .gform_button:active,
.btn--alt--primary:active,
.gform_button--primary:active {
  background-image: linear-gradient(90deg, #5D3DE8 0%, #8C41E8 100%);
  color: #FFFFFF;
}
.btn--secondary, .search-map__mobile-filters button:last-child, .search-map__desktop-filters-apply, .form-popup .gform_button,
.btn--alt--secondary,
.gform_button--secondary {
  background: #61C8C9;
  color: #280B3D;
  border-color: transparent;
}
.btn--secondary:hover, .search-map__mobile-filters button:hover:last-child, .search-map__desktop-filters-apply:hover, .form-popup .gform_button:hover,
.btn--alt--secondary:hover,
.gform_button--secondary:hover {
  background-image: linear-gradient(90deg, #67C3D0 0%, #5499DA 100%);
  color: #280B3D;
}
.btn--secondary:active, .search-map__mobile-filters button:active:last-child, .search-map__desktop-filters-apply:active, .form-popup .gform_button:active,
.btn--alt--secondary:active,
.gform_button--secondary:active {
  background-image: linear-gradient(90deg, #5499DA 0%, #67C3D0 100%);
  color: #280B3D;
}
.btn--monotone, .gform_wrapper .gfield .ginput_container_fileupload input::file-selector-button,
.btn--alt--monotone,
.gform_button--monotone {
  background: #280B3D;
  border-color: transparent;
}
.btn--monotone:hover, .gform_wrapper .gfield .ginput_container_fileupload input:hover::file-selector-button,
.btn--alt--monotone:hover,
.gform_button--monotone:hover {
  background: #6E637E;
  color: #FFFFFF;
}
.btn--monotone:active, .gform_wrapper .gfield .ginput_container_fileupload input:active::file-selector-button,
.btn--alt--monotone:active,
.gform_button--monotone:active {
  background: #B4ACBB;
  color: #280B3D;
}
.btn--outline,
.btn--alt--outline,
.gform_button--outline {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid;
  border-color: #6E637E;
  color: #280B3D;
}
.btn--outline:hover,
.btn--alt--outline:hover,
.gform_button--outline:hover {
  background: #280B3D;
  color: #FFFFFF;
}
.btn--outline:active,
.btn--alt--outline:active,
.gform_button--outline:active {
  background: #F7F5F1;
  border-color: #F7F5F1;
  color: #280B3D;
}
.btn--white,
.btn--alt--white,
.gform_button--white {
  background-color: #FFFFFF;
  border: 0;
  color: #280B3D;
}
.btn--white:hover,
.btn--alt--white:hover,
.gform_button--white:hover {
  background: #280B3D;
  color: #FFFFFF;
}
.btn--white:active,
.btn--alt--white:active,
.gform_button--white:active {
  background: #F7F5F1;
  border-color: #F7F5F1;
  color: #280B3D;
}
.btn--off-white,
.btn--alt--off-white,
.gform_button--off-white {
  background-color: #F7F5F1;
  border: 0;
  color: #280B3D;
}
.btn--off-white:hover,
.btn--alt--off-white:hover,
.gform_button--off-white:hover {
  background: #280B3D;
  color: #FFFFFF;
}
.btn--off-white:active,
.btn--alt--off-white:active,
.gform_button--off-white:active {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #280B3D;
}
.btn:disabled, .archive-hero__link:disabled, .test__next-button:disabled, .search-map__mobile-filters button:disabled:last-child, .search-map__desktop-filters-apply:disabled, .gform_wrapper .gfield .ginput_container_fileupload input:disabled::file-selector-button, .btn[disabled], [disabled].archive-hero__link, [disabled].test__next-button, .search-map__mobile-filters button[disabled]:last-child, [disabled].search-map__desktop-filters-apply, .gform_wrapper .gfield .ginput_container_fileupload input[disabled]::file-selector-button,
.btn--alt:disabled,
.btn--alt[disabled],
.gform_button:disabled,
.gform_button[disabled] {
  opacity: 0.5;
}

@media screen and (min-width: 0) {
  .btn--alt {
    font-size: 12px;
  }
}
@media screen and (min-width: 577px) {
  .btn--alt {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .btn--alt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .btn--alt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  .btn--alt {
    font-size: 14px;
  }
}

.arrow-link {
  display: inline-block;
  color: #7B3CEA;
  font-family: "cy", sans-serif;
  text-transform: normal;
  text-decoration: none;
  transition: 300ms;
  vertical-align: middle;
}
@media screen and (min-width: 0) {
  .arrow-link {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (min-width: 577px) {
  .arrow-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .arrow-link {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .arrow-link {
    font-size: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .arrow-link {
    font-size: 18px;
  }
}
.arrow-link__label,
.arrow-link svg {
  display: inline-block;
  color: inherit;
  transition: 300ms;
  vertical-align: middle;
}
.arrow-link__label {
  padding-right: 10px;
}
.arrow-link:hover {
  color: #4b13ad;
}
.arrow-link:hover .arrow-link__label {
  padding-right: 30px;
}
.arrow-link svg {
  max-width: 6px;
  height: 10px;
}
.arrow-link--primary {
  color: #7B3CEA;
}
.arrow-link--primary:hover {
  color: #4b13ad;
}
.arrow-link--primary2 {
  color: #E4D8FC;
}
.arrow-link--primary2:hover {
  color: #a279f5;
}
.arrow-link--primary3 {
  color: #61C8C9;
}
.arrow-link--primary3:hover {
  color: #329192;
}
.arrow-link--primary4 {
  color: #D7F1F2;
}
.arrow-link--primary4:hover {
  color: #8ad6d9;
}
.arrow-link--secondary {
  color: #D95978;
}
.arrow-link--secondary:hover {
  color: #a62645;
}
.arrow-link--secondary2 {
  color: #F2D8DB;
}
.arrow-link--secondary2:hover {
  color: #d98c94;
}
.arrow-link--secondary3 {
  color: #E7B25A;
}
.arrow-link--secondary3:hover {
  color: #bf821c;
}
.arrow-link--secondary4 {
  color: #F9ECD5;
}
.arrow-link--secondary4:hover {
  color: #ecc47c;
}
.arrow-link--white {
  color: #FFFFFF;
}
.arrow-link--white:hover {
  color: #cccccc;
}
.arrow-link--off-white {
  color: #F7F5F1;
}
.arrow-link--off-white:hover {
  color: #d2c7b0;
}
.arrow-link--grey-100 {
  color: #DDD8DE;
}
.arrow-link--grey-100:hover {
  color: #ada1af;
}
.arrow-link--grey-300 {
  color: #B4ACBB;
}
.arrow-link--grey-300:hover {
  color: #81748d;
}
.arrow-link--grey-500 {
  color: #6E637E;
}
.arrow-link--grey-500:hover {
  color: #3c3645;
}
.arrow-link--grey-700 {
  color: #554769;
}
.arrow-link--grey-700:hover {
  color: #241e2c;
}
.arrow-link--off-black {
  color: #48305A;
}
.arrow-link--off-black:hover {
  color: #130d17;
}
.arrow-link--black {
  color: #280B3D;
}
.arrow-link--black:hover {
  color: black;
}
.arrow-link--success {
  color: #60B58C;
}
.arrow-link--success:hover {
  color: #387759;
}
.arrow-link--error {
  color: #CF2543;
}
.arrow-link--error:hover {
  color: #781627;
}

@media screen and (min-width: 0) {
  h1 + .btn, h1 + .archive-hero__link, h1 + .test__next-button, .search-map__mobile-filters h1 + button:last-child, h1 + .search-map__desktop-filters-apply, .gform_wrapper .gfield .ginput_container_fileupload h1 + input::file-selector-button,
  h1 + .btn--alt,
  h1 + .arrow-link,
  h2 + .btn,
  h2 + .archive-hero__link,
  h2 + .test__next-button,
  .search-map__mobile-filters h2 + button:last-child,
  h2 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h2 + input::file-selector-button,
  h2 + .btn--alt,
  h2 + .arrow-link,
  h3 + .btn,
  h3 + .archive-hero__link,
  h3 + .test__next-button,
  .search-map__mobile-filters h3 + button:last-child,
  h3 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h3 + input::file-selector-button,
  h3 + .btn--alt,
  h3 + .arrow-link,
  h4 + .btn,
  h4 + .archive-hero__link,
  h4 + .test__next-button,
  .search-map__mobile-filters h4 + button:last-child,
  h4 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h4 + input::file-selector-button,
  h4 + .btn--alt,
  h4 + .arrow-link,
  h5 + .btn,
  h5 + .archive-hero__link,
  h5 + .test__next-button,
  .search-map__mobile-filters h5 + button:last-child,
  h5 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h5 + input::file-selector-button,
  h5 + .btn--alt,
  h5 + .arrow-link,
  h6 + .btn,
  h6 + .archive-hero__link,
  h6 + .test__next-button,
  .search-map__mobile-filters h6 + button:last-child,
  h6 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h6 + input::file-selector-button,
  h6 + .btn--alt,
  h6 + .arrow-link,
  .h1 + .btn,
  .h1 + .archive-hero__link,
  .h1 + .test__next-button,
  .search-map__mobile-filters .h1 + button:last-child,
  .h1 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h1 + input::file-selector-button,
  .h1 + .btn--alt,
  .h1 + .arrow-link,
  .h2 + .btn,
  .h2 + .archive-hero__link,
  .h2 + .test__next-button,
  .search-map__mobile-filters .h2 + button:last-child,
  .h2 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h2 + input::file-selector-button,
  .h2 + .btn--alt,
  .h2 + .arrow-link,
  .h3 + .btn,
  .h3 + .archive-hero__link,
  .h3 + .test__next-button,
  .test__heading + .btn,
  .test__heading + .archive-hero__link,
  .test__heading + .test__next-button,
  .search-map__mobile-filters .h3 + button:last-child,
  .search-map__mobile-filters .test__heading + button:last-child,
  .h3 + .search-map__desktop-filters-apply,
  .test__heading + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h3 + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__heading + input::file-selector-button,
  .h3 + .btn--alt,
  .test__heading + .btn--alt,
  .h3 + .arrow-link,
  .test__heading + .arrow-link,
  .h4 + .btn,
  .h4 + .archive-hero__link,
  .h4 + .test__next-button,
  .test__cta-heading + .btn,
  .test__cta-heading + .archive-hero__link,
  .test__cta-heading + .test__next-button,
  .search-map__mobile-filters .h4 + button:last-child,
  .search-map__mobile-filters .test__cta-heading + button:last-child,
  .h4 + .search-map__desktop-filters-apply,
  .test__cta-heading + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h4 + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__cta-heading + input::file-selector-button,
  .h4 + .btn--alt,
  .test__cta-heading + .btn--alt,
  .h4 + .arrow-link,
  .test__cta-heading + .arrow-link,
  .h5 + .btn,
  .h5 + .archive-hero__link,
  .h5 + .test__next-button,
  .search-map__mobile-filters .h5 + button:last-child,
  .h5 + .search-map__desktop-filters-apply,
  .archive-layout__content--author-no p + .btn,
  .archive-layout__content--author-no p + .archive-hero__link,
  .archive-layout__content--author-no p + .test__next-button,
  .archive-layout__content--author-no .search-map__mobile-filters p + button:last-child,
  .search-map__mobile-filters .archive-layout__content--author-no p + button:last-child,
  .archive-layout__content--author-no p + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h5 + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .archive-layout__content--author-no p + input::file-selector-button,
  .archive-layout__content--author-no .gform_wrapper .gfield .ginput_container_fileupload p + input::file-selector-button,
  .h5 + .btn--alt,
  .archive-layout__content--author-no p + .btn--alt,
  .h5 + .arrow-link,
  .archive-layout__content--author-no p + .arrow-link,
  .h6 + .btn,
  .faqs--alt .faqs__title + .btn,
  .h6 + .archive-hero__link,
  .faqs--alt .faqs__title + .archive-hero__link,
  .h6 + .test__next-button,
  .faqs--alt .faqs__title + .test__next-button,
  .search-map__mobile-filters .h6 + button:last-child,
  .search-map__mobile-filters .faqs--alt .faqs__title + button:last-child,
  .faqs--alt .search-map__mobile-filters .faqs__title + button:last-child,
  .h6 + .search-map__desktop-filters-apply,
  .faqs--alt .faqs__title + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h6 + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .faqs--alt .faqs__title + input::file-selector-button,
  .faqs--alt .gform_wrapper .gfield .ginput_container_fileupload .faqs__title + input::file-selector-button,
  .h6 + .btn--alt,
  .faqs--alt .faqs__title + .btn--alt,
  .h6 + .arrow-link,
  .faqs--alt .faqs__title + .arrow-link,
  .content + .btn,
  .content + .archive-hero__link,
  .content + .test__next-button,
  .test__cta-content + .btn,
  .test__cta-content + .archive-hero__link,
  .test__cta-content + .test__next-button,
  .test__question + .btn,
  .test__question + .archive-hero__link,
  .test__question + .test__next-button,
  .test__content + .btn,
  .test__content + .archive-hero__link,
  .test__content + .test__next-button,
  .search-map__mobile-filters .content + button:last-child,
  .search-map__mobile-filters .test__cta-content + button:last-child,
  .search-map__mobile-filters .test__question + button:last-child,
  .search-map__mobile-filters .test__content + button:last-child,
  .content + .search-map__desktop-filters-apply,
  .test__cta-content + .search-map__desktop-filters-apply,
  .test__question + .search-map__desktop-filters-apply,
  .test__content + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .content + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__cta-content + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__question + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__content + input::file-selector-button,
  .content + .btn--alt,
  .test__cta-content + .btn--alt,
  .test__question + .btn--alt,
  .test__content + .btn--alt,
  .content + .arrow-link,
  .test__cta-content + .arrow-link,
  .test__question + .arrow-link,
  .test__content + .arrow-link,
  .content--alt + .btn,
  .general-content__content small + .btn,
  .content--alt + .archive-hero__link,
  .general-content__content small + .archive-hero__link,
  .content--alt + .test__next-button,
  .general-content__content small + .test__next-button,
  .test__intro-text + .btn,
  .test__intro-text + .archive-hero__link,
  .test__intro-text + .test__next-button,
  .search-map__mobile-filters .content--alt + button:last-child,
  .search-map__mobile-filters .general-content__content small + button:last-child,
  .general-content__content .search-map__mobile-filters small + button:last-child,
  .search-map__mobile-filters .test__intro-text + button:last-child,
  .content--alt + .search-map__desktop-filters-apply,
  .general-content__content small + .search-map__desktop-filters-apply,
  .test__intro-text + .search-map__desktop-filters-apply,
  .page-card--post .page-card__content + .btn,
  .page-card--post .page-card__content + .archive-hero__link,
  .page-card--post .page-card__content + .test__next-button,
  .page-card--post .search-map__mobile-filters .page-card__content + button:last-child,
  .search-map__mobile-filters .page-card--post .page-card__content + button:last-child,
  .page-card--post .page-card__content + .search-map__desktop-filters-apply,
  .page-card--post .page-card__subheading + .btn,
  .page-card--post .page-card__subheading + .archive-hero__link,
  .page-card--post .page-card__subheading + .test__next-button,
  .page-card--post .search-map__mobile-filters .page-card__subheading + button:last-child,
  .search-map__mobile-filters .page-card--post .page-card__subheading + button:last-child,
  .page-card--post .page-card__subheading + .search-map__desktop-filters-apply,
  .knowledge-base-single-hero__subheading + .btn,
  .knowledge-base-single-hero__subheading + .archive-hero__link,
  .knowledge-base-single-hero__subheading + .test__next-button,
  .search-map__mobile-filters .knowledge-base-single-hero__subheading + button:last-child,
  .knowledge-base-single-hero__subheading + .search-map__desktop-filters-apply,
  .knowledge-base-hero__subheading + .btn,
  .knowledge-base-hero__subheading + .archive-hero__link,
  .knowledge-base-hero__subheading + .test__next-button,
  .search-map__mobile-filters .knowledge-base-hero__subheading + button:last-child,
  .knowledge-base-hero__subheading + .search-map__desktop-filters-apply,
  .knowledge-base-card__content + .btn,
  .knowledge-base-card__content + .archive-hero__link,
  .knowledge-base-card__content + .test__next-button,
  .search-map__mobile-filters .knowledge-base-card__content + button:last-child,
  .knowledge-base-card__content + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .content--alt + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .general-content__content small + input::file-selector-button,
  .general-content__content .gform_wrapper .gfield .ginput_container_fileupload small + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__intro-text + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .page-card--post .page-card__content + input::file-selector-button,
  .page-card--post .gform_wrapper .gfield .ginput_container_fileupload .page-card__content + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .page-card--post .page-card__subheading + input::file-selector-button,
  .page-card--post .gform_wrapper .gfield .ginput_container_fileupload .page-card__subheading + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .knowledge-base-single-hero__subheading + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .knowledge-base-hero__subheading + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .knowledge-base-card__content + input::file-selector-button,
  .content--alt + .btn--alt,
  .general-content__content small + .btn--alt,
  .test__intro-text + .btn--alt,
  .page-card--post .page-card__content + .btn--alt,
  .page-card--post .page-card__subheading + .btn--alt,
  .knowledge-base-single-hero__subheading + .btn--alt,
  .knowledge-base-hero__subheading + .btn--alt,
  .knowledge-base-card__content + .btn--alt,
  .content--alt + .arrow-link,
  .general-content__content small + .arrow-link,
  .test__intro-text + .arrow-link,
  .page-card--post .page-card__content + .arrow-link,
  .page-card--post .page-card__subheading + .arrow-link,
  .knowledge-base-single-hero__subheading + .arrow-link,
  .knowledge-base-hero__subheading + .arrow-link,
  .knowledge-base-card__content + .arrow-link {
    margin-top: 25px;
  }
}
@media screen and (min-width: 577px) {
  h1 + .btn, h1 + .archive-hero__link, h1 + .test__next-button, .search-map__mobile-filters h1 + button:last-child, h1 + .search-map__desktop-filters-apply, .gform_wrapper .gfield .ginput_container_fileupload h1 + input::file-selector-button,
  h1 + .btn--alt,
  h1 + .arrow-link,
  h2 + .btn,
  h2 + .archive-hero__link,
  h2 + .test__next-button,
  .search-map__mobile-filters h2 + button:last-child,
  h2 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h2 + input::file-selector-button,
  h2 + .btn--alt,
  h2 + .arrow-link,
  h3 + .btn,
  h3 + .archive-hero__link,
  h3 + .test__next-button,
  .search-map__mobile-filters h3 + button:last-child,
  h3 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h3 + input::file-selector-button,
  h3 + .btn--alt,
  h3 + .arrow-link,
  h4 + .btn,
  h4 + .archive-hero__link,
  h4 + .test__next-button,
  .search-map__mobile-filters h4 + button:last-child,
  h4 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h4 + input::file-selector-button,
  h4 + .btn--alt,
  h4 + .arrow-link,
  h5 + .btn,
  h5 + .archive-hero__link,
  h5 + .test__next-button,
  .search-map__mobile-filters h5 + button:last-child,
  h5 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h5 + input::file-selector-button,
  h5 + .btn--alt,
  h5 + .arrow-link,
  h6 + .btn,
  h6 + .archive-hero__link,
  h6 + .test__next-button,
  .search-map__mobile-filters h6 + button:last-child,
  h6 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h6 + input::file-selector-button,
  h6 + .btn--alt,
  h6 + .arrow-link,
  .h1 + .btn,
  .h1 + .archive-hero__link,
  .h1 + .test__next-button,
  .search-map__mobile-filters .h1 + button:last-child,
  .h1 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h1 + input::file-selector-button,
  .h1 + .btn--alt,
  .h1 + .arrow-link,
  .h2 + .btn,
  .h2 + .archive-hero__link,
  .h2 + .test__next-button,
  .search-map__mobile-filters .h2 + button:last-child,
  .h2 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h2 + input::file-selector-button,
  .h2 + .btn--alt,
  .h2 + .arrow-link,
  .h3 + .btn,
  .h3 + .archive-hero__link,
  .h3 + .test__next-button,
  .test__heading + .btn,
  .test__heading + .archive-hero__link,
  .test__heading + .test__next-button,
  .search-map__mobile-filters .h3 + button:last-child,
  .search-map__mobile-filters .test__heading + button:last-child,
  .h3 + .search-map__desktop-filters-apply,
  .test__heading + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h3 + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__heading + input::file-selector-button,
  .h3 + .btn--alt,
  .test__heading + .btn--alt,
  .h3 + .arrow-link,
  .test__heading + .arrow-link,
  .h4 + .btn,
  .h4 + .archive-hero__link,
  .h4 + .test__next-button,
  .test__cta-heading + .btn,
  .test__cta-heading + .archive-hero__link,
  .test__cta-heading + .test__next-button,
  .search-map__mobile-filters .h4 + button:last-child,
  .search-map__mobile-filters .test__cta-heading + button:last-child,
  .h4 + .search-map__desktop-filters-apply,
  .test__cta-heading + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h4 + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__cta-heading + input::file-selector-button,
  .h4 + .btn--alt,
  .test__cta-heading + .btn--alt,
  .h4 + .arrow-link,
  .test__cta-heading + .arrow-link,
  .h5 + .btn,
  .h5 + .archive-hero__link,
  .h5 + .test__next-button,
  .search-map__mobile-filters .h5 + button:last-child,
  .h5 + .search-map__desktop-filters-apply,
  .archive-layout__content--author-no p + .btn,
  .archive-layout__content--author-no p + .archive-hero__link,
  .archive-layout__content--author-no p + .test__next-button,
  .archive-layout__content--author-no .search-map__mobile-filters p + button:last-child,
  .search-map__mobile-filters .archive-layout__content--author-no p + button:last-child,
  .archive-layout__content--author-no p + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h5 + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .archive-layout__content--author-no p + input::file-selector-button,
  .archive-layout__content--author-no .gform_wrapper .gfield .ginput_container_fileupload p + input::file-selector-button,
  .h5 + .btn--alt,
  .archive-layout__content--author-no p + .btn--alt,
  .h5 + .arrow-link,
  .archive-layout__content--author-no p + .arrow-link,
  .h6 + .btn,
  .faqs--alt .faqs__title + .btn,
  .h6 + .archive-hero__link,
  .faqs--alt .faqs__title + .archive-hero__link,
  .h6 + .test__next-button,
  .faqs--alt .faqs__title + .test__next-button,
  .search-map__mobile-filters .h6 + button:last-child,
  .search-map__mobile-filters .faqs--alt .faqs__title + button:last-child,
  .faqs--alt .search-map__mobile-filters .faqs__title + button:last-child,
  .h6 + .search-map__desktop-filters-apply,
  .faqs--alt .faqs__title + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h6 + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .faqs--alt .faqs__title + input::file-selector-button,
  .faqs--alt .gform_wrapper .gfield .ginput_container_fileupload .faqs__title + input::file-selector-button,
  .h6 + .btn--alt,
  .faqs--alt .faqs__title + .btn--alt,
  .h6 + .arrow-link,
  .faqs--alt .faqs__title + .arrow-link,
  .content + .btn,
  .content + .archive-hero__link,
  .content + .test__next-button,
  .test__cta-content + .btn,
  .test__cta-content + .archive-hero__link,
  .test__cta-content + .test__next-button,
  .test__question + .btn,
  .test__question + .archive-hero__link,
  .test__question + .test__next-button,
  .test__content + .btn,
  .test__content + .archive-hero__link,
  .test__content + .test__next-button,
  .search-map__mobile-filters .content + button:last-child,
  .search-map__mobile-filters .test__cta-content + button:last-child,
  .search-map__mobile-filters .test__question + button:last-child,
  .search-map__mobile-filters .test__content + button:last-child,
  .content + .search-map__desktop-filters-apply,
  .test__cta-content + .search-map__desktop-filters-apply,
  .test__question + .search-map__desktop-filters-apply,
  .test__content + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .content + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__cta-content + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__question + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__content + input::file-selector-button,
  .content + .btn--alt,
  .test__cta-content + .btn--alt,
  .test__question + .btn--alt,
  .test__content + .btn--alt,
  .content + .arrow-link,
  .test__cta-content + .arrow-link,
  .test__question + .arrow-link,
  .test__content + .arrow-link,
  .content--alt + .btn,
  .general-content__content small + .btn,
  .content--alt + .archive-hero__link,
  .general-content__content small + .archive-hero__link,
  .content--alt + .test__next-button,
  .general-content__content small + .test__next-button,
  .test__intro-text + .btn,
  .test__intro-text + .archive-hero__link,
  .test__intro-text + .test__next-button,
  .search-map__mobile-filters .content--alt + button:last-child,
  .search-map__mobile-filters .general-content__content small + button:last-child,
  .general-content__content .search-map__mobile-filters small + button:last-child,
  .search-map__mobile-filters .test__intro-text + button:last-child,
  .content--alt + .search-map__desktop-filters-apply,
  .general-content__content small + .search-map__desktop-filters-apply,
  .test__intro-text + .search-map__desktop-filters-apply,
  .page-card--post .page-card__content + .btn,
  .page-card--post .page-card__content + .archive-hero__link,
  .page-card--post .page-card__content + .test__next-button,
  .page-card--post .search-map__mobile-filters .page-card__content + button:last-child,
  .search-map__mobile-filters .page-card--post .page-card__content + button:last-child,
  .page-card--post .page-card__content + .search-map__desktop-filters-apply,
  .page-card--post .page-card__subheading + .btn,
  .page-card--post .page-card__subheading + .archive-hero__link,
  .page-card--post .page-card__subheading + .test__next-button,
  .page-card--post .search-map__mobile-filters .page-card__subheading + button:last-child,
  .search-map__mobile-filters .page-card--post .page-card__subheading + button:last-child,
  .page-card--post .page-card__subheading + .search-map__desktop-filters-apply,
  .knowledge-base-single-hero__subheading + .btn,
  .knowledge-base-single-hero__subheading + .archive-hero__link,
  .knowledge-base-single-hero__subheading + .test__next-button,
  .search-map__mobile-filters .knowledge-base-single-hero__subheading + button:last-child,
  .knowledge-base-single-hero__subheading + .search-map__desktop-filters-apply,
  .knowledge-base-hero__subheading + .btn,
  .knowledge-base-hero__subheading + .archive-hero__link,
  .knowledge-base-hero__subheading + .test__next-button,
  .search-map__mobile-filters .knowledge-base-hero__subheading + button:last-child,
  .knowledge-base-hero__subheading + .search-map__desktop-filters-apply,
  .knowledge-base-card__content + .btn,
  .knowledge-base-card__content + .archive-hero__link,
  .knowledge-base-card__content + .test__next-button,
  .search-map__mobile-filters .knowledge-base-card__content + button:last-child,
  .knowledge-base-card__content + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .content--alt + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .general-content__content small + input::file-selector-button,
  .general-content__content .gform_wrapper .gfield .ginput_container_fileupload small + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__intro-text + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .page-card--post .page-card__content + input::file-selector-button,
  .page-card--post .gform_wrapper .gfield .ginput_container_fileupload .page-card__content + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .page-card--post .page-card__subheading + input::file-selector-button,
  .page-card--post .gform_wrapper .gfield .ginput_container_fileupload .page-card__subheading + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .knowledge-base-single-hero__subheading + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .knowledge-base-hero__subheading + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .knowledge-base-card__content + input::file-selector-button,
  .content--alt + .btn--alt,
  .general-content__content small + .btn--alt,
  .test__intro-text + .btn--alt,
  .page-card--post .page-card__content + .btn--alt,
  .page-card--post .page-card__subheading + .btn--alt,
  .knowledge-base-single-hero__subheading + .btn--alt,
  .knowledge-base-hero__subheading + .btn--alt,
  .knowledge-base-card__content + .btn--alt,
  .content--alt + .arrow-link,
  .general-content__content small + .arrow-link,
  .test__intro-text + .arrow-link,
  .page-card--post .page-card__content + .arrow-link,
  .page-card--post .page-card__subheading + .arrow-link,
  .knowledge-base-single-hero__subheading + .arrow-link,
  .knowledge-base-hero__subheading + .arrow-link,
  .knowledge-base-card__content + .arrow-link {
    margin-top: 35px;
  }
}
@media screen and (min-width: 769px) {
  h1 + .btn, h1 + .archive-hero__link, h1 + .test__next-button, .search-map__mobile-filters h1 + button:last-child, h1 + .search-map__desktop-filters-apply, .gform_wrapper .gfield .ginput_container_fileupload h1 + input::file-selector-button,
  h1 + .btn--alt,
  h1 + .arrow-link,
  h2 + .btn,
  h2 + .archive-hero__link,
  h2 + .test__next-button,
  .search-map__mobile-filters h2 + button:last-child,
  h2 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h2 + input::file-selector-button,
  h2 + .btn--alt,
  h2 + .arrow-link,
  h3 + .btn,
  h3 + .archive-hero__link,
  h3 + .test__next-button,
  .search-map__mobile-filters h3 + button:last-child,
  h3 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h3 + input::file-selector-button,
  h3 + .btn--alt,
  h3 + .arrow-link,
  h4 + .btn,
  h4 + .archive-hero__link,
  h4 + .test__next-button,
  .search-map__mobile-filters h4 + button:last-child,
  h4 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h4 + input::file-selector-button,
  h4 + .btn--alt,
  h4 + .arrow-link,
  h5 + .btn,
  h5 + .archive-hero__link,
  h5 + .test__next-button,
  .search-map__mobile-filters h5 + button:last-child,
  h5 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h5 + input::file-selector-button,
  h5 + .btn--alt,
  h5 + .arrow-link,
  h6 + .btn,
  h6 + .archive-hero__link,
  h6 + .test__next-button,
  .search-map__mobile-filters h6 + button:last-child,
  h6 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h6 + input::file-selector-button,
  h6 + .btn--alt,
  h6 + .arrow-link,
  .h1 + .btn,
  .h1 + .archive-hero__link,
  .h1 + .test__next-button,
  .search-map__mobile-filters .h1 + button:last-child,
  .h1 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h1 + input::file-selector-button,
  .h1 + .btn--alt,
  .h1 + .arrow-link,
  .h2 + .btn,
  .h2 + .archive-hero__link,
  .h2 + .test__next-button,
  .search-map__mobile-filters .h2 + button:last-child,
  .h2 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h2 + input::file-selector-button,
  .h2 + .btn--alt,
  .h2 + .arrow-link,
  .h3 + .btn,
  .h3 + .archive-hero__link,
  .h3 + .test__next-button,
  .test__heading + .btn,
  .test__heading + .archive-hero__link,
  .test__heading + .test__next-button,
  .search-map__mobile-filters .h3 + button:last-child,
  .search-map__mobile-filters .test__heading + button:last-child,
  .h3 + .search-map__desktop-filters-apply,
  .test__heading + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h3 + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__heading + input::file-selector-button,
  .h3 + .btn--alt,
  .test__heading + .btn--alt,
  .h3 + .arrow-link,
  .test__heading + .arrow-link,
  .h4 + .btn,
  .h4 + .archive-hero__link,
  .h4 + .test__next-button,
  .test__cta-heading + .btn,
  .test__cta-heading + .archive-hero__link,
  .test__cta-heading + .test__next-button,
  .search-map__mobile-filters .h4 + button:last-child,
  .search-map__mobile-filters .test__cta-heading + button:last-child,
  .h4 + .search-map__desktop-filters-apply,
  .test__cta-heading + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h4 + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__cta-heading + input::file-selector-button,
  .h4 + .btn--alt,
  .test__cta-heading + .btn--alt,
  .h4 + .arrow-link,
  .test__cta-heading + .arrow-link,
  .h5 + .btn,
  .h5 + .archive-hero__link,
  .h5 + .test__next-button,
  .search-map__mobile-filters .h5 + button:last-child,
  .h5 + .search-map__desktop-filters-apply,
  .archive-layout__content--author-no p + .btn,
  .archive-layout__content--author-no p + .archive-hero__link,
  .archive-layout__content--author-no p + .test__next-button,
  .archive-layout__content--author-no .search-map__mobile-filters p + button:last-child,
  .search-map__mobile-filters .archive-layout__content--author-no p + button:last-child,
  .archive-layout__content--author-no p + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h5 + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .archive-layout__content--author-no p + input::file-selector-button,
  .archive-layout__content--author-no .gform_wrapper .gfield .ginput_container_fileupload p + input::file-selector-button,
  .h5 + .btn--alt,
  .archive-layout__content--author-no p + .btn--alt,
  .h5 + .arrow-link,
  .archive-layout__content--author-no p + .arrow-link,
  .h6 + .btn,
  .faqs--alt .faqs__title + .btn,
  .h6 + .archive-hero__link,
  .faqs--alt .faqs__title + .archive-hero__link,
  .h6 + .test__next-button,
  .faqs--alt .faqs__title + .test__next-button,
  .search-map__mobile-filters .h6 + button:last-child,
  .search-map__mobile-filters .faqs--alt .faqs__title + button:last-child,
  .faqs--alt .search-map__mobile-filters .faqs__title + button:last-child,
  .h6 + .search-map__desktop-filters-apply,
  .faqs--alt .faqs__title + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h6 + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .faqs--alt .faqs__title + input::file-selector-button,
  .faqs--alt .gform_wrapper .gfield .ginput_container_fileupload .faqs__title + input::file-selector-button,
  .h6 + .btn--alt,
  .faqs--alt .faqs__title + .btn--alt,
  .h6 + .arrow-link,
  .faqs--alt .faqs__title + .arrow-link,
  .content + .btn,
  .content + .archive-hero__link,
  .content + .test__next-button,
  .test__cta-content + .btn,
  .test__cta-content + .archive-hero__link,
  .test__cta-content + .test__next-button,
  .test__question + .btn,
  .test__question + .archive-hero__link,
  .test__question + .test__next-button,
  .test__content + .btn,
  .test__content + .archive-hero__link,
  .test__content + .test__next-button,
  .search-map__mobile-filters .content + button:last-child,
  .search-map__mobile-filters .test__cta-content + button:last-child,
  .search-map__mobile-filters .test__question + button:last-child,
  .search-map__mobile-filters .test__content + button:last-child,
  .content + .search-map__desktop-filters-apply,
  .test__cta-content + .search-map__desktop-filters-apply,
  .test__question + .search-map__desktop-filters-apply,
  .test__content + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .content + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__cta-content + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__question + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__content + input::file-selector-button,
  .content + .btn--alt,
  .test__cta-content + .btn--alt,
  .test__question + .btn--alt,
  .test__content + .btn--alt,
  .content + .arrow-link,
  .test__cta-content + .arrow-link,
  .test__question + .arrow-link,
  .test__content + .arrow-link,
  .content--alt + .btn,
  .general-content__content small + .btn,
  .content--alt + .archive-hero__link,
  .general-content__content small + .archive-hero__link,
  .content--alt + .test__next-button,
  .general-content__content small + .test__next-button,
  .test__intro-text + .btn,
  .test__intro-text + .archive-hero__link,
  .test__intro-text + .test__next-button,
  .search-map__mobile-filters .content--alt + button:last-child,
  .search-map__mobile-filters .general-content__content small + button:last-child,
  .general-content__content .search-map__mobile-filters small + button:last-child,
  .search-map__mobile-filters .test__intro-text + button:last-child,
  .content--alt + .search-map__desktop-filters-apply,
  .general-content__content small + .search-map__desktop-filters-apply,
  .test__intro-text + .search-map__desktop-filters-apply,
  .page-card--post .page-card__content + .btn,
  .page-card--post .page-card__content + .archive-hero__link,
  .page-card--post .page-card__content + .test__next-button,
  .page-card--post .search-map__mobile-filters .page-card__content + button:last-child,
  .search-map__mobile-filters .page-card--post .page-card__content + button:last-child,
  .page-card--post .page-card__content + .search-map__desktop-filters-apply,
  .page-card--post .page-card__subheading + .btn,
  .page-card--post .page-card__subheading + .archive-hero__link,
  .page-card--post .page-card__subheading + .test__next-button,
  .page-card--post .search-map__mobile-filters .page-card__subheading + button:last-child,
  .search-map__mobile-filters .page-card--post .page-card__subheading + button:last-child,
  .page-card--post .page-card__subheading + .search-map__desktop-filters-apply,
  .knowledge-base-single-hero__subheading + .btn,
  .knowledge-base-single-hero__subheading + .archive-hero__link,
  .knowledge-base-single-hero__subheading + .test__next-button,
  .search-map__mobile-filters .knowledge-base-single-hero__subheading + button:last-child,
  .knowledge-base-single-hero__subheading + .search-map__desktop-filters-apply,
  .knowledge-base-hero__subheading + .btn,
  .knowledge-base-hero__subheading + .archive-hero__link,
  .knowledge-base-hero__subheading + .test__next-button,
  .search-map__mobile-filters .knowledge-base-hero__subheading + button:last-child,
  .knowledge-base-hero__subheading + .search-map__desktop-filters-apply,
  .knowledge-base-card__content + .btn,
  .knowledge-base-card__content + .archive-hero__link,
  .knowledge-base-card__content + .test__next-button,
  .search-map__mobile-filters .knowledge-base-card__content + button:last-child,
  .knowledge-base-card__content + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .content--alt + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .general-content__content small + input::file-selector-button,
  .general-content__content .gform_wrapper .gfield .ginput_container_fileupload small + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__intro-text + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .page-card--post .page-card__content + input::file-selector-button,
  .page-card--post .gform_wrapper .gfield .ginput_container_fileupload .page-card__content + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .page-card--post .page-card__subheading + input::file-selector-button,
  .page-card--post .gform_wrapper .gfield .ginput_container_fileupload .page-card__subheading + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .knowledge-base-single-hero__subheading + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .knowledge-base-hero__subheading + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .knowledge-base-card__content + input::file-selector-button,
  .content--alt + .btn--alt,
  .general-content__content small + .btn--alt,
  .test__intro-text + .btn--alt,
  .page-card--post .page-card__content + .btn--alt,
  .page-card--post .page-card__subheading + .btn--alt,
  .knowledge-base-single-hero__subheading + .btn--alt,
  .knowledge-base-hero__subheading + .btn--alt,
  .knowledge-base-card__content + .btn--alt,
  .content--alt + .arrow-link,
  .general-content__content small + .arrow-link,
  .test__intro-text + .arrow-link,
  .page-card--post .page-card__content + .arrow-link,
  .page-card--post .page-card__subheading + .arrow-link,
  .knowledge-base-single-hero__subheading + .arrow-link,
  .knowledge-base-hero__subheading + .arrow-link,
  .knowledge-base-card__content + .arrow-link {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1024px) {
  h1 + .btn, h1 + .archive-hero__link, h1 + .test__next-button, .search-map__mobile-filters h1 + button:last-child, h1 + .search-map__desktop-filters-apply, .gform_wrapper .gfield .ginput_container_fileupload h1 + input::file-selector-button,
  h1 + .btn--alt,
  h1 + .arrow-link,
  h2 + .btn,
  h2 + .archive-hero__link,
  h2 + .test__next-button,
  .search-map__mobile-filters h2 + button:last-child,
  h2 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h2 + input::file-selector-button,
  h2 + .btn--alt,
  h2 + .arrow-link,
  h3 + .btn,
  h3 + .archive-hero__link,
  h3 + .test__next-button,
  .search-map__mobile-filters h3 + button:last-child,
  h3 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h3 + input::file-selector-button,
  h3 + .btn--alt,
  h3 + .arrow-link,
  h4 + .btn,
  h4 + .archive-hero__link,
  h4 + .test__next-button,
  .search-map__mobile-filters h4 + button:last-child,
  h4 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h4 + input::file-selector-button,
  h4 + .btn--alt,
  h4 + .arrow-link,
  h5 + .btn,
  h5 + .archive-hero__link,
  h5 + .test__next-button,
  .search-map__mobile-filters h5 + button:last-child,
  h5 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h5 + input::file-selector-button,
  h5 + .btn--alt,
  h5 + .arrow-link,
  h6 + .btn,
  h6 + .archive-hero__link,
  h6 + .test__next-button,
  .search-map__mobile-filters h6 + button:last-child,
  h6 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload h6 + input::file-selector-button,
  h6 + .btn--alt,
  h6 + .arrow-link,
  .h1 + .btn,
  .h1 + .archive-hero__link,
  .h1 + .test__next-button,
  .search-map__mobile-filters .h1 + button:last-child,
  .h1 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h1 + input::file-selector-button,
  .h1 + .btn--alt,
  .h1 + .arrow-link,
  .h2 + .btn,
  .h2 + .archive-hero__link,
  .h2 + .test__next-button,
  .search-map__mobile-filters .h2 + button:last-child,
  .h2 + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h2 + input::file-selector-button,
  .h2 + .btn--alt,
  .h2 + .arrow-link,
  .h3 + .btn,
  .h3 + .archive-hero__link,
  .h3 + .test__next-button,
  .test__heading + .btn,
  .test__heading + .archive-hero__link,
  .test__heading + .test__next-button,
  .search-map__mobile-filters .h3 + button:last-child,
  .search-map__mobile-filters .test__heading + button:last-child,
  .h3 + .search-map__desktop-filters-apply,
  .test__heading + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h3 + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__heading + input::file-selector-button,
  .h3 + .btn--alt,
  .test__heading + .btn--alt,
  .h3 + .arrow-link,
  .test__heading + .arrow-link,
  .h4 + .btn,
  .h4 + .archive-hero__link,
  .h4 + .test__next-button,
  .test__cta-heading + .btn,
  .test__cta-heading + .archive-hero__link,
  .test__cta-heading + .test__next-button,
  .search-map__mobile-filters .h4 + button:last-child,
  .search-map__mobile-filters .test__cta-heading + button:last-child,
  .h4 + .search-map__desktop-filters-apply,
  .test__cta-heading + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h4 + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__cta-heading + input::file-selector-button,
  .h4 + .btn--alt,
  .test__cta-heading + .btn--alt,
  .h4 + .arrow-link,
  .test__cta-heading + .arrow-link,
  .h5 + .btn,
  .h5 + .archive-hero__link,
  .h5 + .test__next-button,
  .search-map__mobile-filters .h5 + button:last-child,
  .h5 + .search-map__desktop-filters-apply,
  .archive-layout__content--author-no p + .btn,
  .archive-layout__content--author-no p + .archive-hero__link,
  .archive-layout__content--author-no p + .test__next-button,
  .archive-layout__content--author-no .search-map__mobile-filters p + button:last-child,
  .search-map__mobile-filters .archive-layout__content--author-no p + button:last-child,
  .archive-layout__content--author-no p + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h5 + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .archive-layout__content--author-no p + input::file-selector-button,
  .archive-layout__content--author-no .gform_wrapper .gfield .ginput_container_fileupload p + input::file-selector-button,
  .h5 + .btn--alt,
  .archive-layout__content--author-no p + .btn--alt,
  .h5 + .arrow-link,
  .archive-layout__content--author-no p + .arrow-link,
  .h6 + .btn,
  .faqs--alt .faqs__title + .btn,
  .h6 + .archive-hero__link,
  .faqs--alt .faqs__title + .archive-hero__link,
  .h6 + .test__next-button,
  .faqs--alt .faqs__title + .test__next-button,
  .search-map__mobile-filters .h6 + button:last-child,
  .search-map__mobile-filters .faqs--alt .faqs__title + button:last-child,
  .faqs--alt .search-map__mobile-filters .faqs__title + button:last-child,
  .h6 + .search-map__desktop-filters-apply,
  .faqs--alt .faqs__title + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .h6 + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .faqs--alt .faqs__title + input::file-selector-button,
  .faqs--alt .gform_wrapper .gfield .ginput_container_fileupload .faqs__title + input::file-selector-button,
  .h6 + .btn--alt,
  .faqs--alt .faqs__title + .btn--alt,
  .h6 + .arrow-link,
  .faqs--alt .faqs__title + .arrow-link,
  .content + .btn,
  .content + .archive-hero__link,
  .content + .test__next-button,
  .test__cta-content + .btn,
  .test__cta-content + .archive-hero__link,
  .test__cta-content + .test__next-button,
  .test__question + .btn,
  .test__question + .archive-hero__link,
  .test__question + .test__next-button,
  .test__content + .btn,
  .test__content + .archive-hero__link,
  .test__content + .test__next-button,
  .search-map__mobile-filters .content + button:last-child,
  .search-map__mobile-filters .test__cta-content + button:last-child,
  .search-map__mobile-filters .test__question + button:last-child,
  .search-map__mobile-filters .test__content + button:last-child,
  .content + .search-map__desktop-filters-apply,
  .test__cta-content + .search-map__desktop-filters-apply,
  .test__question + .search-map__desktop-filters-apply,
  .test__content + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .content + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__cta-content + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__question + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__content + input::file-selector-button,
  .content + .btn--alt,
  .test__cta-content + .btn--alt,
  .test__question + .btn--alt,
  .test__content + .btn--alt,
  .content + .arrow-link,
  .test__cta-content + .arrow-link,
  .test__question + .arrow-link,
  .test__content + .arrow-link,
  .content--alt + .btn,
  .general-content__content small + .btn,
  .content--alt + .archive-hero__link,
  .general-content__content small + .archive-hero__link,
  .content--alt + .test__next-button,
  .general-content__content small + .test__next-button,
  .test__intro-text + .btn,
  .test__intro-text + .archive-hero__link,
  .test__intro-text + .test__next-button,
  .search-map__mobile-filters .content--alt + button:last-child,
  .search-map__mobile-filters .general-content__content small + button:last-child,
  .general-content__content .search-map__mobile-filters small + button:last-child,
  .search-map__mobile-filters .test__intro-text + button:last-child,
  .content--alt + .search-map__desktop-filters-apply,
  .general-content__content small + .search-map__desktop-filters-apply,
  .test__intro-text + .search-map__desktop-filters-apply,
  .page-card--post .page-card__content + .btn,
  .page-card--post .page-card__content + .archive-hero__link,
  .page-card--post .page-card__content + .test__next-button,
  .page-card--post .search-map__mobile-filters .page-card__content + button:last-child,
  .search-map__mobile-filters .page-card--post .page-card__content + button:last-child,
  .page-card--post .page-card__content + .search-map__desktop-filters-apply,
  .page-card--post .page-card__subheading + .btn,
  .page-card--post .page-card__subheading + .archive-hero__link,
  .page-card--post .page-card__subheading + .test__next-button,
  .page-card--post .search-map__mobile-filters .page-card__subheading + button:last-child,
  .search-map__mobile-filters .page-card--post .page-card__subheading + button:last-child,
  .page-card--post .page-card__subheading + .search-map__desktop-filters-apply,
  .knowledge-base-single-hero__subheading + .btn,
  .knowledge-base-single-hero__subheading + .archive-hero__link,
  .knowledge-base-single-hero__subheading + .test__next-button,
  .search-map__mobile-filters .knowledge-base-single-hero__subheading + button:last-child,
  .knowledge-base-single-hero__subheading + .search-map__desktop-filters-apply,
  .knowledge-base-hero__subheading + .btn,
  .knowledge-base-hero__subheading + .archive-hero__link,
  .knowledge-base-hero__subheading + .test__next-button,
  .search-map__mobile-filters .knowledge-base-hero__subheading + button:last-child,
  .knowledge-base-hero__subheading + .search-map__desktop-filters-apply,
  .knowledge-base-card__content + .btn,
  .knowledge-base-card__content + .archive-hero__link,
  .knowledge-base-card__content + .test__next-button,
  .search-map__mobile-filters .knowledge-base-card__content + button:last-child,
  .knowledge-base-card__content + .search-map__desktop-filters-apply,
  .gform_wrapper .gfield .ginput_container_fileupload .content--alt + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .general-content__content small + input::file-selector-button,
  .general-content__content .gform_wrapper .gfield .ginput_container_fileupload small + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .test__intro-text + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .page-card--post .page-card__content + input::file-selector-button,
  .page-card--post .gform_wrapper .gfield .ginput_container_fileupload .page-card__content + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .page-card--post .page-card__subheading + input::file-selector-button,
  .page-card--post .gform_wrapper .gfield .ginput_container_fileupload .page-card__subheading + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .knowledge-base-single-hero__subheading + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .knowledge-base-hero__subheading + input::file-selector-button,
  .gform_wrapper .gfield .ginput_container_fileupload .knowledge-base-card__content + input::file-selector-button,
  .content--alt + .btn--alt,
  .general-content__content small + .btn--alt,
  .test__intro-text + .btn--alt,
  .page-card--post .page-card__content + .btn--alt,
  .page-card--post .page-card__subheading + .btn--alt,
  .knowledge-base-single-hero__subheading + .btn--alt,
  .knowledge-base-hero__subheading + .btn--alt,
  .knowledge-base-card__content + .btn--alt,
  .content--alt + .arrow-link,
  .general-content__content small + .arrow-link,
  .test__intro-text + .arrow-link,
  .page-card--post .page-card__content + .arrow-link,
  .page-card--post .page-card__subheading + .arrow-link,
  .knowledge-base-single-hero__subheading + .arrow-link,
  .knowledge-base-hero__subheading + .arrow-link,
  .knowledge-base-card__content + .arrow-link {
    margin-top: 40px;
  }
}

.gform_button {
  background: #61C8C9;
  color: #280B3D;
  border-color: transparent;
}
.gform_button:hover {
  background-image: linear-gradient(90deg, #67C3D0 0%, #5499DA 100%);
  color: #280B3D;
}
.gform_button:active {
  background-image: linear-gradient(90deg, #5499DA 0%, #67C3D0 100%);
  color: #280B3D;
}

.carousel {
  /* transition height change */
}
.carousel .flickity-viewport {
  transition: height 0.2s;
}
.carousel .flickity-prev-next-button {
  background: #FFFFFF;
  border-radius: 0;
  width: 40px;
  height: 40px;
  transition: 300ms;
}
.carousel .flickity-prev-next-button.previous {
  left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.carousel .flickity-prev-next-button.next {
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.carousel .flickity-prev-next-button .flickity-button-icon {
  width: 20%;
  height: 20%;
  left: 40%;
  top: 40%;
  opacity: 0.6;
  transition: 200ms;
}
.carousel .flickity-prev-next-button:hover .flickity-button-icon {
  opacity: 1;
}
.carousel__count {
  background: #FFFFFF;
  color: #554769;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 1px 2px 20px;
  letter-spacing: 3px;
}
@media screen and (min-width: 769px) {
  .carousel .flickity-prev-next-button {
    width: 45px;
    height: 45px;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1230px;
}
.container--small {
  max-width: 1160px;
}
.container--xsmall, .faqs--alt .faqs__container {
  max-width: 1010px;
}
.container--full-width {
  max-width: 100%;
}
.container--wider {
  max-width: 1740px;
}

@media screen and (min-width: 1280px) {
  .container--full-width {
    width: 90%;
  }
}
.gform_wrapper .gfield_label {
  display: block;
  text-align: left;
  margin: 0 0 13px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  text-transform: normal;
  color: #6E637E;
  z-index: 3;
}
@media screen and (min-width: 0) {
  .gform_wrapper .gfield_label {
    font-size: 14px;
    line-height: 1.14;
  }
}
@media screen and (min-width: 577px) {
  .gform_wrapper .gfield_label {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .gform_wrapper .gfield_label {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .gform_wrapper .gfield_label {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper .gfield_label {
    font-size: 16px;
  }
}
.gform_wrapper .gfield {
  position: relative;
}
.gform_wrapper .gfield select,
.gform_wrapper .gfield input,
.gform_wrapper .gfield textarea {
  position: relative;
  width: 100%;
  padding: 20px 30px;
  font-weight: 400;
  border: 1px solid;
  border-color: #F7F5F1;
  border-radius: 0px 0px 10px 0px;
  background-color: #F7F5F1;
  color: #280B3D;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 2;
}
@media screen and (min-width: 0) {
  .gform_wrapper .gfield select,
  .gform_wrapper .gfield input,
  .gform_wrapper .gfield textarea {
    font-size: 14px;
    line-height: 1.14;
  }
}
@media screen and (min-width: 577px) {
  .gform_wrapper .gfield select,
  .gform_wrapper .gfield input,
  .gform_wrapper .gfield textarea {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .gform_wrapper .gfield select,
  .gform_wrapper .gfield input,
  .gform_wrapper .gfield textarea {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .gform_wrapper .gfield select,
  .gform_wrapper .gfield input,
  .gform_wrapper .gfield textarea {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper .gfield select,
  .gform_wrapper .gfield input,
  .gform_wrapper .gfield textarea {
    font-size: 16px;
  }
}
.gform_wrapper .gfield select::-webkit-input-placeholder,
.gform_wrapper .gfield input::-webkit-input-placeholder,
.gform_wrapper .gfield textarea::-webkit-input-placeholder { /* Chrome */
  color: #B4ACBB;
}
.gform_wrapper .gfield select:-ms-input-placeholder,
.gform_wrapper .gfield input:-ms-input-placeholder,
.gform_wrapper .gfield textarea:-ms-input-placeholder { /* IE 10+ */
  color: #B4ACBB;
}
.gform_wrapper .gfield select::-moz-placeholder,
.gform_wrapper .gfield input::-moz-placeholder,
.gform_wrapper .gfield textarea::-moz-placeholder { /* Firefox 19+ */
  color: #B4ACBB;
  opacity: 1;
}
.gform_wrapper .gfield select:-moz-placeholder,
.gform_wrapper .gfield input:-moz-placeholder,
.gform_wrapper .gfield textarea:-moz-placeholder { /* Firefox 4 - 18 */
  color: #B4ACBB;
  opacity: 1;
}
.gform_wrapper .gfield select:focus,
.gform_wrapper .gfield input:focus,
.gform_wrapper .gfield textarea:focus {
  outline: 0;
  border-color: #48305A;
  border-color: #6E637E;
}
.gform_wrapper .gfield .ginput_container_fileupload input::file-selector-button {
  padding: 14px 30px 18px 30px;
  margin-right: 10px;
}
.gform_wrapper .gfield.hidden_label select,
.gform_wrapper .gfield.hidden_label input,
.gform_wrapper .gfield.hidden_label textarea {
  padding: 20px 30px;
}
.gform_wrapper textarea {
  height: 186px;
  width: 100%;
  padding: 19px;
}
.gform_wrapper select {
  padding: 14px 40px 14px 16px;
}
.gform_wrapper select::-ms-expand {
  display: none;
}
.gform_wrapper .ginput_container_select {
  position: relative;
}
.gform_wrapper .ginput_container_select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -4px;
  border-right: 1px solid #280B3D;
  border-bottom: 1px solid #280B3D;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  z-index: 2;
}
.gform_wrapper input[type=checkbox] {
  margin-top: 0;
  top: 0;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
  padding: 0 !important;
  width: 25px;
  height: 25px;
  border: 1px solid;
  border-radius: 6px;
  border-color: #DDD8DE;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
  background: #F7F5F1;
  cursor: pointer;
}
.gform_wrapper input[type=checkbox]:checked {
  background-image: url("../../assets/dist/vectors/check.svg");
  background-color: #48305A;
  border-color: #48305A;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
.gform_wrapper .gfield-choice-input + label {
  max-width: calc(100% - 32px);
  margin-bottom: 0;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
@media screen and (min-width: 0) {
  .gform_wrapper .gfield-choice-input + label {
    font-size: 11px;
  }
}
@media screen and (min-width: 577px) {
  .gform_wrapper .gfield-choice-input + label {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .gform_wrapper .gfield-choice-input + label {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .gform_wrapper .gfield-choice-input + label {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper .gfield-choice-input + label {
    font-size: 12px;
  }
}
.gform_wrapper .gfield_description,
.gform_wrapper label {
  font-size: 14px;
  font-weight: 100;
  vertical-align: middle;
}
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error .gform_fileupload_multifile .gform_drop_area {
  border-color: #CF2543;
  border-style: solid;
}
.gform_wrapper .validation_message {
  color: #CF2543;
  padding: 10px 16px 0 0;
  font-size: 12px;
}
.gform_wrapper input[type=file] {
  border: 1px dashed #280B3D;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  position: relative;
  margin-bottom: 0;
  padding: 50px 30px 90px;
  border: 1px dashed #B4ACBB;
  border-radius: 0px 0px 10px 0px;
  background-color: #F7F5F1;
  color: #280B3D;
  text-align: center;
}
.gform_wrapper .gform_fileupload_rules,
.gform_wrapper .ginput_preview {
  color: #554769;
}
@media screen and (min-width: 0) {
  .gform_wrapper .gform_fileupload_rules,
  .gform_wrapper .ginput_preview {
    font-size: 14px;
    line-height: 1.28;
  }
}
@media screen and (min-width: 577px) {
  .gform_wrapper .gform_fileupload_rules,
  .gform_wrapper .ginput_preview {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .gform_wrapper .gform_fileupload_rules,
  .gform_wrapper .ginput_preview {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .gform_wrapper .gform_fileupload_rules,
  .gform_wrapper .ginput_preview {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper .gform_fileupload_rules,
  .gform_wrapper .ginput_preview {
    font-size: 16px;
  }
}
.gform_wrapper .gform_drop_instructions {
  display: block;
  margin: 0 auto 12px;
  font-size: 16px;
  font-weight: 400;
}
.gform_wrapper .gform_button_select_files {
  display: inline-block;
  min-width: 147px;
  padding: 16px 37px 18px;
  border: 2px solid #280B3D;
  border-radius: 10px;
  background-color: #280B3D;
  color: #FFFFFF;
  font-family: "cy", sans-serif;
  line-height: 13px;
  outline: 0;
  text-align: center;
  text-decoration: none;
  text-transform: normal;
  transition: 300ms ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 0) {
  .gform_wrapper .gform_button_select_files {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (min-width: 577px) {
  .gform_wrapper .gform_button_select_files {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .gform_wrapper .gform_button_select_files {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .gform_wrapper .gform_button_select_files {
    font-size: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper .gform_button_select_files {
    font-size: 18px;
  }
}
.gform_wrapper .gform_button_select_files:hover {
  background-color: #FFFFFF;
  color: #280B3D;
}
.gform_wrapper .ginput_preview {
  position: relative;
  margin-top: 0;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 100;
  color: #554769;
}
.gform_wrapper .ginput_preview + .ginput_preview {
  margin-top: 16px;
}
.gform_wrapper .ginput_preview:last-child {
  margin-bottom: 26px;
}
.gform_wrapper .ginput_preview svg {
  position: absolute;
  top: 8px;
  left: 0;
  max-width: 14px;
  height: 10px;
  vertical-align: middle;
}
.gform_wrapper .gform_file_label,
.gform_wrapper .gform_file_name,
.gform_wrapper .gform_file_delete {
  display: inline-block;
  vertical-align: middle;
}
.gform_wrapper .gform_file_name {
  display: inline;
  margin-right: 20px;
}
.gform_wrapper .gform_file_label {
  margin-right: 4px;
}
.gform_wrapper .gform_file_delete {
  color: #554769;
  text-decoration: underline;
  cursor: pointer;
  transition: 300ms;
}
.gform_wrapper .gform_file_delete:hover {
  color: #CF2543;
}
.gform_wrapper .gfield_required {
  color: #7B3CEA;
}
.gform_wrapper .ginput_container_fileupload {
  position: relative;
}
.gform_wrapper .ginput_container_fileupload .gform_fileupload_rules {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 100;
  text-align: center;
  transform: translateY(-62px);
  z-index: 1;
  padding: 0 20px;
}
@media screen and (min-width: 0) {
  .gform_wrapper .gfield_consent_label {
    font-size: 11px;
  }
}
@media screen and (min-width: 577px) {
  .gform_wrapper .gfield_consent_label {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .gform_wrapper .gfield_consent_label {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .gform_wrapper .gfield_consent_label {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .gform_wrapper .gfield_consent_label {
    font-size: 12px;
  }
}

.gform_confirmation_wrapper {
  line-height: 24px;
  font-weight: 400;
}
@media screen and (min-width: 0) {
  .gform_confirmation_wrapper {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .gform_confirmation_wrapper {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .gform_confirmation_wrapper {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .gform_confirmation_wrapper {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1280px) {
  .gform_confirmation_wrapper {
    font-size: 18px;
  }
}

@media (min-width: 769px) {
  .gform_wrapper .gfield select,
  .gform_wrapper .gfield input,
  .gform_wrapper .gfield textarea {
    font-size: 18px;
  }
  .gform_wrapper .gfield_description,
  .gform_wrapper label {
    font-size: 16px;
  }
  .gform_wrapper .validation_message {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .gfield--width-half {
    display: inline-block;
    width: 50%;
  }
}
@media screen and (min-width: 1680px) {
  .gform_wrapper .gfield_label {
    font-size: 14px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.row > [class*=col-],
.row > .col {
  padding-right: 20px;
  padding-left: 20px;
}

.row-0 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0;
  margin-right: -0;
}
.row-0 > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 0) {
  .row-xs-0 {
    margin-left: -0;
    margin-right: -0;
  }
  .row-xs-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 577px) {
  .row-sm-0 {
    margin-left: -0;
    margin-right: -0;
  }
  .row-sm-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .row-md-0 {
    margin-left: -0;
    margin-right: -0;
  }
  .row-md-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .row-lg-0 {
    margin-left: -0;
    margin-right: -0;
  }
  .row-lg-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .row-xl-0 {
    margin-left: -0;
    margin-right: -0;
  }
  .row-xl-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1680px) {
  .row-xxl-0 {
    margin-left: -0;
    margin-right: -0;
  }
  .row-xxl-0 > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
.row-1 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.row-1 > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 0) {
  .row-xs-1 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-xs-1 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 577px) {
  .row-sm-1 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-sm-1 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 769px) {
  .row-md-1 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-md-1 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .row-lg-1 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-lg-1 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .row-xl-1 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-xl-1 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 1680px) {
  .row-xxl-1 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row-xxl-1 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.row-2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.row-2 > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 0) {
  .row-xs-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-xs-2 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 577px) {
  .row-sm-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-sm-2 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .row-md-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-md-2 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .row-lg-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-lg-2 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .row-xl-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-xl-2 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1680px) {
  .row-xxl-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-xxl-2 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.row-3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row-3 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 0) {
  .row-xs-3 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-xs-3 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 577px) {
  .row-sm-3 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-sm-3 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 769px) {
  .row-md-3 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-md-3 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .row-lg-3 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-lg-3 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .row-xl-3 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-xl-3 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1680px) {
  .row-xxl-3 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-xxl-3 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row-4 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -17.5px;
  margin-right: -17.5px;
}
.row-4 > [class*=col-] {
  padding-left: 17.5px;
  padding-right: 17.5px;
}

@media screen and (min-width: 0) {
  .row-xs-4 {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
  .row-xs-4 > [class*=col-] {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}
@media screen and (min-width: 577px) {
  .row-sm-4 {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
  .row-sm-4 > [class*=col-] {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}
@media screen and (min-width: 769px) {
  .row-md-4 {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
  .row-md-4 > [class*=col-] {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}
@media screen and (min-width: 1024px) {
  .row-lg-4 {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
  .row-lg-4 > [class*=col-] {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}
@media screen and (min-width: 1280px) {
  .row-xl-4 {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
  .row-xl-4 > [class*=col-] {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}
@media screen and (min-width: 1680px) {
  .row-xxl-4 {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
  .row-xxl-4 > [class*=col-] {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}
.row-5 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.row-5 > [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 0) {
  .row-xs-5 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-xs-5 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 577px) {
  .row-sm-5 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-sm-5 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .row-md-5 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-md-5 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .row-lg-5 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-lg-5 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .row-xl-5 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-xl-5 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1680px) {
  .row-xxl-5 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-xxl-5 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row-6 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
.row-6 > [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 0) {
  .row-xs-6 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-xs-6 > [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 577px) {
  .row-sm-6 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-sm-6 > [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 769px) {
  .row-md-6 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-md-6 > [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .row-lg-6 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-lg-6 > [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .row-xl-6 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-xl-6 > [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1680px) {
  .row-xxl-6 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-xxl-6 > [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.row-7 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-right: -40px;
}
.row-7 > [class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (min-width: 0) {
  .row-xs-7 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row-xs-7 > [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 577px) {
  .row-sm-7 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row-sm-7 > [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 769px) {
  .row-md-7 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row-md-7 > [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .row-lg-7 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row-lg-7 > [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .row-xl-7 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row-xl-7 > [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1680px) {
  .row-xxl-7 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row-xxl-7 > [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.row-8 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
}
.row-8 > [class*=col-] {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (min-width: 0) {
  .row-xs-8 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row-xs-8 > [class*=col-] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 577px) {
  .row-sm-8 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row-sm-8 > [class*=col-] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 769px) {
  .row-md-8 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row-md-8 > [class*=col-] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .row-lg-8 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row-lg-8 > [class*=col-] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .row-xl-8 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row-xl-8 > [class*=col-] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1680px) {
  .row-xxl-8 {
    margin-left: -50px;
    margin-right: -50px;
  }
  .row-xxl-8 > [class*=col-] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.row-9 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -60px;
  margin-right: -60px;
}
.row-9 > [class*=col-] {
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (min-width: 0) {
  .row-xs-9 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row-xs-9 > [class*=col-] {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 577px) {
  .row-sm-9 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row-sm-9 > [class*=col-] {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 769px) {
  .row-md-9 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row-md-9 > [class*=col-] {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .row-lg-9 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row-lg-9 > [class*=col-] {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .row-xl-9 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row-xl-9 > [class*=col-] {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1680px) {
  .row-xxl-9 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row-xxl-9 > [class*=col-] {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.row-10 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -80px;
  margin-right: -80px;
}
.row-10 > [class*=col-] {
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (min-width: 0) {
  .row-xs-10 {
    margin-left: -80px;
    margin-right: -80px;
  }
  .row-xs-10 > [class*=col-] {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 577px) {
  .row-sm-10 {
    margin-left: -80px;
    margin-right: -80px;
  }
  .row-sm-10 > [class*=col-] {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 769px) {
  .row-md-10 {
    margin-left: -80px;
    margin-right: -80px;
  }
  .row-md-10 > [class*=col-] {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .row-lg-10 {
    margin-left: -80px;
    margin-right: -80px;
  }
  .row-lg-10 > [class*=col-] {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .row-xl-10 {
    margin-left: -80px;
    margin-right: -80px;
  }
  .row-xl-10 > [class*=col-] {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1680px) {
  .row-xxl-10 {
    margin-left: -80px;
    margin-right: -80px;
  }
  .row-xxl-10 > [class*=col-] {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.row-0 > .col {
  padding-left: 0;
  padding-right: 0;
}

.col-1 {
  flex: 0 0 8.33333%;
  min-width: 0;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  min-width: 0;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  min-width: 0;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  min-width: 0;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  min-width: 0;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  min-width: 0;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  min-width: 0;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  min-width: 0;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  min-width: 0;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  min-width: 0;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  min-width: 0;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  min-width: 0;
  max-width: 100%;
}

@media screen and (min-width: 0) {
  .col-xs-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
@media screen and (min-width: 0) {
  .col-xs-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}
@media screen and (min-width: 0) {
  .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 0) {
  .col-xs-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (min-width: 0) {
  .col-xs-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}
@media screen and (min-width: 0) {
  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 0) {
  .col-xs-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}
@media screen and (min-width: 0) {
  .col-xs-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}
@media screen and (min-width: 0) {
  .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media screen and (min-width: 0) {
  .col-xs-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}
@media screen and (min-width: 0) {
  .col-xs-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}
@media screen and (min-width: 0) {
  .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 577px) {
  .col-sm-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
@media screen and (min-width: 577px) {
  .col-sm-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}
@media screen and (min-width: 577px) {
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 577px) {
  .col-sm-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (min-width: 577px) {
  .col-sm-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}
@media screen and (min-width: 577px) {
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 577px) {
  .col-sm-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}
@media screen and (min-width: 577px) {
  .col-sm-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}
@media screen and (min-width: 577px) {
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media screen and (min-width: 577px) {
  .col-sm-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}
@media screen and (min-width: 577px) {
  .col-sm-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}
@media screen and (min-width: 577px) {
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .col-md-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
@media screen and (min-width: 769px) {
  .col-md-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}
@media screen and (min-width: 769px) {
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 769px) {
  .col-md-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (min-width: 769px) {
  .col-md-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}
@media screen and (min-width: 769px) {
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .col-md-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}
@media screen and (min-width: 769px) {
  .col-md-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}
@media screen and (min-width: 769px) {
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .col-md-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}
@media screen and (min-width: 769px) {
  .col-md-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}
@media screen and (min-width: 769px) {
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .col-xl-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
@media screen and (min-width: 1280px) {
  .col-xl-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}
@media screen and (min-width: 1280px) {
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .col-xl-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (min-width: 1280px) {
  .col-xl-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}
@media screen and (min-width: 1280px) {
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .col-xl-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}
@media screen and (min-width: 1280px) {
  .col-xl-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}
@media screen and (min-width: 1280px) {
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media screen and (min-width: 1280px) {
  .col-xl-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}
@media screen and (min-width: 1280px) {
  .col-xl-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}
@media screen and (min-width: 1280px) {
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1680px) {
  .col-xxl-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
@media screen and (min-width: 1680px) {
  .col-xxl-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}
@media screen and (min-width: 1680px) {
  .col-xxl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1680px) {
  .col-xxl-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (min-width: 1680px) {
  .col-xxl-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}
@media screen and (min-width: 1680px) {
  .col-xxl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1680px) {
  .col-xxl-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}
@media screen and (min-width: 1680px) {
  .col-xxl-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}
@media screen and (min-width: 1680px) {
  .col-xxl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media screen and (min-width: 1680px) {
  .col-xxl-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}
@media screen and (min-width: 1680px) {
  .col-xxl-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}
@media screen and (min-width: 1680px) {
  .col-xxl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure img {
  height: auto;
  width: 100%;
}

.link {
  position: relative;
}
.link__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  font-size: 0;
}
.link__overlay + .link__link--focus {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid transparent;
  opacity: 1;
  pointer-events: none;
  z-index: 4;
  border-radius: inherit;
}
.link__overlay:focus + .link__link--focus {
  border: 2px dashed #6E637E;
}

@media (hover: hover) {
  .link {
    transition: 300ms all;
    transform: translateY(0);
  }
  .link--img-scale img {
    transform: scale(1);
    transition: 300ms all;
  }
  .link--img-scale:hover img {
    transform: scale(1.1);
  }
  .link--left {
    transform: translateX(0);
  }
  .link--left:hover {
    transform: translateX(-20px);
  }
}
.overlay,
.overlay--light,
.overlay--dark,
.overlay--gradient {
  position: relative;
}
.overlay:before,
.overlay--light:before,
.overlay--dark:before,
.overlay--gradient:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: 300ms;
}

.overlay--dark:before {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay--gradient:before {
  background-color: rgb(48, 48, 48);
  background-color: linear-gradient(90deg, rgba(48, 48, 48, 0.85) 0%, rgba(255, 255, 255, 0) 100%);
}

.overlay--off-white {
  background: #F7F5F1;
}

.overlay--play {
  display: block;
}
.overlay--play svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  transition: 300ms;
  transform: scale(0.7);
}
.overlay--play:hover:before {
  background: rgba(0, 0, 0, 0.1);
}
.overlay--play:hover svg {
  transform: scale(0.6);
}
@media screen and (min-width: 577px) {
  .overlay--play svg {
    transform: scale(1);
  }
  .overlay--play:hover svg {
    transform: scale(0.9);
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: #DDDEE3;
  overflow-x: auto;
  vertical-align: top;
  white-space: normal;
}
table th,
table td,
table tfoot {
  padding: 8px 10px;
  border-top: 1px solid #DDDEE3;
  line-height: 1.3;
  text-align: left;
  color: #48305A;
}
table th {
  background-color: #7B3CEA;
  color: #FFFFFF;
  font-family: "Albert Sans", sans-serif;
}
table tr:nth-child(even) td {
  background-color: #F7F5F1;
}
table h1, table h2, table h3, table h4, table h5, table h6 {
  margin: 0;
}

body,
.wp-block {
  font-family: "Albert Sans", sans-serif;
  color: #48305A;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .test__heading, .h4, .test__cta-heading, .h5, .archive-layout__content--author-no p, .h6, .faqs--alt .faqs__title,
.hero, .detail, .single-clinician-info__content p:first-of-type {
  margin: 0;
  font-family: "cy", sans-serif;
  font-weight: 600;
  color: #280B3D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 0) {
  h1, .h1 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 577px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 769px) {
  h1, .h1 {
    font-size: 50px;
    line-height: 1.12;
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1280px) {
  h1, .h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 0) {
  h1 + .content, h1 + .test__cta-content, h1 + .test__question, h1 + .test__content, .h1 + .content, .h1 + .test__cta-content, .h1 + .test__question, .h1 + .test__content {
    margin-top: 22.4px;
  }
  h1 + .content--alt, .general-content__content h1 + small, h1 + .test__intro-text, .page-card--post h1 + .page-card__content, .page-card--post h1 + .page-card__subheading, h1 + .knowledge-base-single-hero__subheading, h1 + .knowledge-base-hero__subheading, h1 + .knowledge-base-card__content, .h1 + .content--alt, .general-content__content .h1 + small, .h1 + .test__intro-text, .page-card--post .h1 + .page-card__content, .page-card--post .h1 + .page-card__subheading, .h1 + .knowledge-base-single-hero__subheading, .h1 + .knowledge-base-hero__subheading, .h1 + .knowledge-base-card__content {
    margin-top: 20.8px;
  }
}
@media screen and (min-width: 577px) {
  h1 + .content, h1 + .test__cta-content, h1 + .test__question, h1 + .test__content, .h1 + .content, .h1 + .test__cta-content, .h1 + .test__question, .h1 + .test__content {
    margin-top: calc( 0.7 * 40px );
  }
  h1 + .content--alt, .general-content__content h1 + small, h1 + .test__intro-text, .page-card--post h1 + .page-card__content, .page-card--post h1 + .page-card__subheading, h1 + .knowledge-base-single-hero__subheading, h1 + .knowledge-base-hero__subheading, h1 + .knowledge-base-card__content, .h1 + .content--alt, .general-content__content .h1 + small, .h1 + .test__intro-text, .page-card--post .h1 + .page-card__content, .page-card--post .h1 + .page-card__subheading, .h1 + .knowledge-base-single-hero__subheading, .h1 + .knowledge-base-hero__subheading, .h1 + .knowledge-base-card__content {
    margin-top: calc( 0.65 * 40px );
  }
}
@media screen and (min-width: 769px) {
  h1 + .content, h1 + .test__cta-content, h1 + .test__question, h1 + .test__content, .h1 + .content, .h1 + .test__cta-content, .h1 + .test__question, .h1 + .test__content {
    margin-top: 35px;
  }
  h1 + .content--alt, .general-content__content h1 + small, h1 + .test__intro-text, .page-card--post h1 + .page-card__content, .page-card--post h1 + .page-card__subheading, h1 + .knowledge-base-single-hero__subheading, h1 + .knowledge-base-hero__subheading, h1 + .knowledge-base-card__content, .h1 + .content--alt, .general-content__content .h1 + small, .h1 + .test__intro-text, .page-card--post .h1 + .page-card__content, .page-card--post .h1 + .page-card__subheading, .h1 + .knowledge-base-single-hero__subheading, .h1 + .knowledge-base-hero__subheading, .h1 + .knowledge-base-card__content {
    margin-top: 32.5px;
  }
}
@media screen and (min-width: 1024px) {
  h1 + .content, h1 + .test__cta-content, h1 + .test__question, h1 + .test__content, .h1 + .content, .h1 + .test__cta-content, .h1 + .test__question, .h1 + .test__content {
    margin-top: 42px;
  }
  h1 + .content--alt, .general-content__content h1 + small, h1 + .test__intro-text, .page-card--post h1 + .page-card__content, .page-card--post h1 + .page-card__subheading, h1 + .knowledge-base-single-hero__subheading, h1 + .knowledge-base-hero__subheading, h1 + .knowledge-base-card__content, .h1 + .content--alt, .general-content__content .h1 + small, .h1 + .test__intro-text, .page-card--post .h1 + .page-card__content, .page-card--post .h1 + .page-card__subheading, .h1 + .knowledge-base-single-hero__subheading, .h1 + .knowledge-base-hero__subheading, .h1 + .knowledge-base-card__content {
    margin-top: 39px;
  }
}
@media screen and (min-width: 1280px) {
  h1 + .content, h1 + .test__cta-content, h1 + .test__question, h1 + .test__content, .h1 + .content, .h1 + .test__cta-content, .h1 + .test__question, .h1 + .test__content {
    margin-top: calc( 0.7 * 60px );
  }
  h1 + .content--alt, .general-content__content h1 + small, h1 + .test__intro-text, .page-card--post h1 + .page-card__content, .page-card--post h1 + .page-card__subheading, h1 + .knowledge-base-single-hero__subheading, h1 + .knowledge-base-hero__subheading, h1 + .knowledge-base-card__content, .h1 + .content--alt, .general-content__content .h1 + small, .h1 + .test__intro-text, .page-card--post .h1 + .page-card__content, .page-card--post .h1 + .page-card__subheading, .h1 + .knowledge-base-single-hero__subheading, .h1 + .knowledge-base-hero__subheading, .h1 + .knowledge-base-card__content {
    margin-top: calc( 0.65 * 60px );
  }
}

@media screen and (min-width: 0) {
  h2, .h2 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 577px) {
  h2, .h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 769px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -1.5px;
  }
}
@media screen and (min-width: 1024px) {
  h2, .h2 {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1280px) {
  h2, .h2 {
    font-size: 50px;
  }
}
@media screen and (min-width: 0) {
  h2 + .content, h2 + .test__cta-content, h2 + .test__question, h2 + .test__content, .h2 + .content, .h2 + .test__cta-content, .h2 + .test__question, .h2 + .test__content {
    margin-top: 21px;
  }
  h2 + .content--alt, .general-content__content h2 + small, h2 + .test__intro-text, .page-card--post h2 + .page-card__content, .page-card--post h2 + .page-card__subheading, h2 + .knowledge-base-single-hero__subheading, h2 + .knowledge-base-hero__subheading, h2 + .knowledge-base-card__content, .h2 + .content--alt, .general-content__content .h2 + small, .h2 + .test__intro-text, .page-card--post .h2 + .page-card__content, .page-card--post .h2 + .page-card__subheading, .h2 + .knowledge-base-single-hero__subheading, .h2 + .knowledge-base-hero__subheading, .h2 + .knowledge-base-card__content {
    margin-top: 19.5px;
  }
}
@media screen and (min-width: 577px) {
  h2 + .content, h2 + .test__cta-content, h2 + .test__question, h2 + .test__content, .h2 + .content, .h2 + .test__cta-content, .h2 + .test__question, .h2 + .test__content {
    margin-top: calc( 0.7 * 36px );
  }
  h2 + .content--alt, .general-content__content h2 + small, h2 + .test__intro-text, .page-card--post h2 + .page-card__content, .page-card--post h2 + .page-card__subheading, h2 + .knowledge-base-single-hero__subheading, h2 + .knowledge-base-hero__subheading, h2 + .knowledge-base-card__content, .h2 + .content--alt, .general-content__content .h2 + small, .h2 + .test__intro-text, .page-card--post .h2 + .page-card__content, .page-card--post .h2 + .page-card__subheading, .h2 + .knowledge-base-single-hero__subheading, .h2 + .knowledge-base-hero__subheading, .h2 + .knowledge-base-card__content {
    margin-top: calc( 0.65 * 36px );
  }
}
@media screen and (min-width: 769px) {
  h2 + .content, h2 + .test__cta-content, h2 + .test__question, h2 + .test__content, .h2 + .content, .h2 + .test__cta-content, .h2 + .test__question, .h2 + .test__content {
    margin-top: 28px;
  }
  h2 + .content--alt, .general-content__content h2 + small, h2 + .test__intro-text, .page-card--post h2 + .page-card__content, .page-card--post h2 + .page-card__subheading, h2 + .knowledge-base-single-hero__subheading, h2 + .knowledge-base-hero__subheading, h2 + .knowledge-base-card__content, .h2 + .content--alt, .general-content__content .h2 + small, .h2 + .test__intro-text, .page-card--post .h2 + .page-card__content, .page-card--post .h2 + .page-card__subheading, .h2 + .knowledge-base-single-hero__subheading, .h2 + .knowledge-base-hero__subheading, .h2 + .knowledge-base-card__content {
    margin-top: 26px;
  }
}
@media screen and (min-width: 1024px) {
  h2 + .content, h2 + .test__cta-content, h2 + .test__question, h2 + .test__content, .h2 + .content, .h2 + .test__cta-content, .h2 + .test__question, .h2 + .test__content {
    margin-top: 35px;
  }
  h2 + .content--alt, .general-content__content h2 + small, h2 + .test__intro-text, .page-card--post h2 + .page-card__content, .page-card--post h2 + .page-card__subheading, h2 + .knowledge-base-single-hero__subheading, h2 + .knowledge-base-hero__subheading, h2 + .knowledge-base-card__content, .h2 + .content--alt, .general-content__content .h2 + small, .h2 + .test__intro-text, .page-card--post .h2 + .page-card__content, .page-card--post .h2 + .page-card__subheading, .h2 + .knowledge-base-single-hero__subheading, .h2 + .knowledge-base-hero__subheading, .h2 + .knowledge-base-card__content {
    margin-top: 32.5px;
  }
}
@media screen and (min-width: 1280px) {
  h2 + .content, h2 + .test__cta-content, h2 + .test__question, h2 + .test__content, .h2 + .content, .h2 + .test__cta-content, .h2 + .test__question, .h2 + .test__content {
    margin-top: calc( 0.7 * 50px );
  }
  h2 + .content--alt, .general-content__content h2 + small, h2 + .test__intro-text, .page-card--post h2 + .page-card__content, .page-card--post h2 + .page-card__subheading, h2 + .knowledge-base-single-hero__subheading, h2 + .knowledge-base-hero__subheading, h2 + .knowledge-base-card__content, .h2 + .content--alt, .general-content__content .h2 + small, .h2 + .test__intro-text, .page-card--post .h2 + .page-card__content, .page-card--post .h2 + .page-card__subheading, .h2 + .knowledge-base-single-hero__subheading, .h2 + .knowledge-base-hero__subheading, .h2 + .knowledge-base-card__content {
    margin-top: calc( 0.65 * 50px );
  }
}

@media screen and (min-width: 0) {
  h3, .h3, .test__heading {
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 577px) {
  h3, .h3, .test__heading {
    font-size: 28px;
  }
}
@media screen and (min-width: 769px) {
  h3, .h3, .test__heading {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1024px) {
  h3, .h3, .test__heading {
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -0.75px;
  }
}
@media screen and (min-width: 1280px) {
  h3, .h3, .test__heading {
    font-size: 40px;
  }
}
@media screen and (min-width: 0) {
  h3 + .content, h3 + .test__cta-content, h3 + .test__question, h3 + .test__content, .h3 + .content, .h3 + .test__cta-content, .h3 + .test__question, .h3 + .test__content, .test__heading + .content, .test__heading + .test__cta-content, .test__heading + .test__question, .test__heading + .test__content {
    margin-top: 18.2px;
  }
  h3 + .content--alt, .general-content__content h3 + small, h3 + .test__intro-text, .page-card--post h3 + .page-card__content, .page-card--post h3 + .page-card__subheading, h3 + .knowledge-base-single-hero__subheading, h3 + .knowledge-base-hero__subheading, h3 + .knowledge-base-card__content, .h3 + .content--alt, .general-content__content .h3 + small, .h3 + .test__intro-text, .test__heading + .content--alt, .general-content__content .test__heading + small, .test__heading + .test__intro-text, .page-card--post .h3 + .page-card__content, .page-card--post .test__heading + .page-card__content, .page-card--post .h3 + .page-card__subheading, .page-card--post .test__heading + .page-card__subheading, .h3 + .knowledge-base-single-hero__subheading, .test__heading + .knowledge-base-single-hero__subheading, .h3 + .knowledge-base-hero__subheading, .test__heading + .knowledge-base-hero__subheading, .h3 + .knowledge-base-card__content, .test__heading + .knowledge-base-card__content {
    margin-top: 16.9px;
  }
}
@media screen and (min-width: 577px) {
  h3 + .content, h3 + .test__cta-content, h3 + .test__question, h3 + .test__content, .h3 + .content, .h3 + .test__cta-content, .h3 + .test__question, .h3 + .test__content, .test__heading + .content, .test__heading + .test__cta-content, .test__heading + .test__question, .test__heading + .test__content {
    margin-top: calc( 0.7 * 28px );
  }
  h3 + .content--alt, .general-content__content h3 + small, h3 + .test__intro-text, .page-card--post h3 + .page-card__content, .page-card--post h3 + .page-card__subheading, h3 + .knowledge-base-single-hero__subheading, h3 + .knowledge-base-hero__subheading, h3 + .knowledge-base-card__content, .h3 + .content--alt, .general-content__content .h3 + small, .h3 + .test__intro-text, .test__heading + .content--alt, .general-content__content .test__heading + small, .test__heading + .test__intro-text, .page-card--post .h3 + .page-card__content, .page-card--post .test__heading + .page-card__content, .page-card--post .h3 + .page-card__subheading, .page-card--post .test__heading + .page-card__subheading, .h3 + .knowledge-base-single-hero__subheading, .test__heading + .knowledge-base-single-hero__subheading, .h3 + .knowledge-base-hero__subheading, .test__heading + .knowledge-base-hero__subheading, .h3 + .knowledge-base-card__content, .test__heading + .knowledge-base-card__content {
    margin-top: calc( 0.65 * 28px );
  }
}
@media screen and (min-width: 769px) {
  h3 + .content, h3 + .test__cta-content, h3 + .test__question, h3 + .test__content, .h3 + .content, .h3 + .test__cta-content, .h3 + .test__question, .h3 + .test__content, .test__heading + .content, .test__heading + .test__cta-content, .test__heading + .test__question, .test__heading + .test__content {
    margin-top: 21px;
  }
  h3 + .content--alt, .general-content__content h3 + small, h3 + .test__intro-text, .page-card--post h3 + .page-card__content, .page-card--post h3 + .page-card__subheading, h3 + .knowledge-base-single-hero__subheading, h3 + .knowledge-base-hero__subheading, h3 + .knowledge-base-card__content, .h3 + .content--alt, .general-content__content .h3 + small, .h3 + .test__intro-text, .test__heading + .content--alt, .general-content__content .test__heading + small, .test__heading + .test__intro-text, .page-card--post .h3 + .page-card__content, .page-card--post .test__heading + .page-card__content, .page-card--post .h3 + .page-card__subheading, .page-card--post .test__heading + .page-card__subheading, .h3 + .knowledge-base-single-hero__subheading, .test__heading + .knowledge-base-single-hero__subheading, .h3 + .knowledge-base-hero__subheading, .test__heading + .knowledge-base-hero__subheading, .h3 + .knowledge-base-card__content, .test__heading + .knowledge-base-card__content {
    margin-top: 19.5px;
  }
}
@media screen and (min-width: 1024px) {
  h3 + .content, h3 + .test__cta-content, h3 + .test__question, h3 + .test__content, .h3 + .content, .h3 + .test__cta-content, .h3 + .test__question, .h3 + .test__content, .test__heading + .content, .test__heading + .test__cta-content, .test__heading + .test__question, .test__heading + .test__content {
    margin-top: 28px;
  }
  h3 + .content--alt, .general-content__content h3 + small, h3 + .test__intro-text, .page-card--post h3 + .page-card__content, .page-card--post h3 + .page-card__subheading, h3 + .knowledge-base-single-hero__subheading, h3 + .knowledge-base-hero__subheading, h3 + .knowledge-base-card__content, .h3 + .content--alt, .general-content__content .h3 + small, .h3 + .test__intro-text, .test__heading + .content--alt, .general-content__content .test__heading + small, .test__heading + .test__intro-text, .page-card--post .h3 + .page-card__content, .page-card--post .test__heading + .page-card__content, .page-card--post .h3 + .page-card__subheading, .page-card--post .test__heading + .page-card__subheading, .h3 + .knowledge-base-single-hero__subheading, .test__heading + .knowledge-base-single-hero__subheading, .h3 + .knowledge-base-hero__subheading, .test__heading + .knowledge-base-hero__subheading, .h3 + .knowledge-base-card__content, .test__heading + .knowledge-base-card__content {
    margin-top: 26px;
  }
}
@media screen and (min-width: 1280px) {
  h3 + .content, h3 + .test__cta-content, h3 + .test__question, h3 + .test__content, .h3 + .content, .h3 + .test__cta-content, .h3 + .test__question, .h3 + .test__content, .test__heading + .content, .test__heading + .test__cta-content, .test__heading + .test__question, .test__heading + .test__content {
    margin-top: calc( 0.7 * 40px );
  }
  h3 + .content--alt, .general-content__content h3 + small, h3 + .test__intro-text, .page-card--post h3 + .page-card__content, .page-card--post h3 + .page-card__subheading, h3 + .knowledge-base-single-hero__subheading, h3 + .knowledge-base-hero__subheading, h3 + .knowledge-base-card__content, .h3 + .content--alt, .general-content__content .h3 + small, .h3 + .test__intro-text, .test__heading + .content--alt, .general-content__content .test__heading + small, .test__heading + .test__intro-text, .page-card--post .h3 + .page-card__content, .page-card--post .test__heading + .page-card__content, .page-card--post .h3 + .page-card__subheading, .page-card--post .test__heading + .page-card__subheading, .h3 + .knowledge-base-single-hero__subheading, .test__heading + .knowledge-base-single-hero__subheading, .h3 + .knowledge-base-hero__subheading, .test__heading + .knowledge-base-hero__subheading, .h3 + .knowledge-base-card__content, .test__heading + .knowledge-base-card__content {
    margin-top: calc( 0.65 * 40px );
  }
}

@media screen and (min-width: 0) {
  h4, .h4, .test__cta-heading {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.25px;
  }
}
@media screen and (min-width: 577px) {
  h4, .h4, .test__cta-heading {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  h4, .h4, .test__cta-heading {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 1024px) {
  h4, .h4, .test__cta-heading {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 1280px) {
  h4, .h4, .test__cta-heading {
    font-size: 30px;
  }
}
@media screen and (min-width: 0) {
  h4 + .content, h4 + .test__cta-content, h4 + .test__question, h4 + .test__content, .h4 + .content, .h4 + .test__cta-content, .test__cta-heading + .content, .test__cta-heading + .test__cta-content, .h4 + .test__question, .test__cta-heading + .test__question, .h4 + .test__content, .test__cta-heading + .test__content {
    margin-top: 15.4px;
  }
  h4 + .content--alt, .general-content__content h4 + small, h4 + .test__intro-text, .page-card--post h4 + .page-card__content, .page-card--post h4 + .page-card__subheading, h4 + .knowledge-base-single-hero__subheading, h4 + .knowledge-base-hero__subheading, h4 + .knowledge-base-card__content, .h4 + .content--alt, .general-content__content .h4 + small, .h4 + .test__intro-text, .test__cta-heading + .content--alt, .general-content__content .test__cta-heading + small, .test__cta-heading + .test__intro-text, .page-card--post .h4 + .page-card__content, .page-card--post .test__cta-heading + .page-card__content, .page-card--post .h4 + .page-card__subheading, .page-card--post .test__cta-heading + .page-card__subheading, .h4 + .knowledge-base-single-hero__subheading, .test__cta-heading + .knowledge-base-single-hero__subheading, .h4 + .knowledge-base-hero__subheading, .test__cta-heading + .knowledge-base-hero__subheading, .h4 + .knowledge-base-card__content, .test__cta-heading + .knowledge-base-card__content {
    margin-top: 14.3px;
  }
}
@media screen and (min-width: 577px) {
  h4 + .content, h4 + .test__cta-content, h4 + .test__question, h4 + .test__content, .h4 + .content, .h4 + .test__cta-content, .test__cta-heading + .content, .test__cta-heading + .test__cta-content, .h4 + .test__question, .test__cta-heading + .test__question, .h4 + .test__content, .test__cta-heading + .test__content {
    margin-top: calc( 0.7 * 24px );
  }
  h4 + .content--alt, .general-content__content h4 + small, h4 + .test__intro-text, .page-card--post h4 + .page-card__content, .page-card--post h4 + .page-card__subheading, h4 + .knowledge-base-single-hero__subheading, h4 + .knowledge-base-hero__subheading, h4 + .knowledge-base-card__content, .h4 + .content--alt, .general-content__content .h4 + small, .h4 + .test__intro-text, .test__cta-heading + .content--alt, .general-content__content .test__cta-heading + small, .test__cta-heading + .test__intro-text, .page-card--post .h4 + .page-card__content, .page-card--post .test__cta-heading + .page-card__content, .page-card--post .h4 + .page-card__subheading, .page-card--post .test__cta-heading + .page-card__subheading, .h4 + .knowledge-base-single-hero__subheading, .test__cta-heading + .knowledge-base-single-hero__subheading, .h4 + .knowledge-base-hero__subheading, .test__cta-heading + .knowledge-base-hero__subheading, .h4 + .knowledge-base-card__content, .test__cta-heading + .knowledge-base-card__content {
    margin-top: calc( 0.65 * 24px );
  }
}
@media screen and (min-width: 769px) {
  h4 + .content, h4 + .test__cta-content, h4 + .test__question, h4 + .test__content, .h4 + .content, .h4 + .test__cta-content, .test__cta-heading + .content, .test__cta-heading + .test__cta-content, .h4 + .test__question, .test__cta-heading + .test__question, .h4 + .test__content, .test__cta-heading + .test__content {
    margin-top: 18.2px;
  }
  h4 + .content--alt, .general-content__content h4 + small, h4 + .test__intro-text, .page-card--post h4 + .page-card__content, .page-card--post h4 + .page-card__subheading, h4 + .knowledge-base-single-hero__subheading, h4 + .knowledge-base-hero__subheading, h4 + .knowledge-base-card__content, .h4 + .content--alt, .general-content__content .h4 + small, .h4 + .test__intro-text, .test__cta-heading + .content--alt, .general-content__content .test__cta-heading + small, .test__cta-heading + .test__intro-text, .page-card--post .h4 + .page-card__content, .page-card--post .test__cta-heading + .page-card__content, .page-card--post .h4 + .page-card__subheading, .page-card--post .test__cta-heading + .page-card__subheading, .h4 + .knowledge-base-single-hero__subheading, .test__cta-heading + .knowledge-base-single-hero__subheading, .h4 + .knowledge-base-hero__subheading, .test__cta-heading + .knowledge-base-hero__subheading, .h4 + .knowledge-base-card__content, .test__cta-heading + .knowledge-base-card__content {
    margin-top: 16.9px;
  }
}
@media screen and (min-width: 1024px) {
  h4 + .content, h4 + .test__cta-content, h4 + .test__question, h4 + .test__content, .h4 + .content, .h4 + .test__cta-content, .test__cta-heading + .content, .test__cta-heading + .test__cta-content, .h4 + .test__question, .test__cta-heading + .test__question, .h4 + .test__content, .test__cta-heading + .test__content {
    margin-top: 21px;
  }
  h4 + .content--alt, .general-content__content h4 + small, h4 + .test__intro-text, .page-card--post h4 + .page-card__content, .page-card--post h4 + .page-card__subheading, h4 + .knowledge-base-single-hero__subheading, h4 + .knowledge-base-hero__subheading, h4 + .knowledge-base-card__content, .h4 + .content--alt, .general-content__content .h4 + small, .h4 + .test__intro-text, .test__cta-heading + .content--alt, .general-content__content .test__cta-heading + small, .test__cta-heading + .test__intro-text, .page-card--post .h4 + .page-card__content, .page-card--post .test__cta-heading + .page-card__content, .page-card--post .h4 + .page-card__subheading, .page-card--post .test__cta-heading + .page-card__subheading, .h4 + .knowledge-base-single-hero__subheading, .test__cta-heading + .knowledge-base-single-hero__subheading, .h4 + .knowledge-base-hero__subheading, .test__cta-heading + .knowledge-base-hero__subheading, .h4 + .knowledge-base-card__content, .test__cta-heading + .knowledge-base-card__content {
    margin-top: 19.5px;
  }
}
@media screen and (min-width: 1280px) {
  h4 + .content, h4 + .test__cta-content, h4 + .test__question, h4 + .test__content, .h4 + .content, .h4 + .test__cta-content, .test__cta-heading + .content, .test__cta-heading + .test__cta-content, .h4 + .test__question, .test__cta-heading + .test__question, .h4 + .test__content, .test__cta-heading + .test__content {
    margin-top: calc( 0.7 * 30px );
  }
  h4 + .content--alt, .general-content__content h4 + small, h4 + .test__intro-text, .page-card--post h4 + .page-card__content, .page-card--post h4 + .page-card__subheading, h4 + .knowledge-base-single-hero__subheading, h4 + .knowledge-base-hero__subheading, h4 + .knowledge-base-card__content, .h4 + .content--alt, .general-content__content .h4 + small, .h4 + .test__intro-text, .test__cta-heading + .content--alt, .general-content__content .test__cta-heading + small, .test__cta-heading + .test__intro-text, .page-card--post .h4 + .page-card__content, .page-card--post .test__cta-heading + .page-card__content, .page-card--post .h4 + .page-card__subheading, .page-card--post .test__cta-heading + .page-card__subheading, .h4 + .knowledge-base-single-hero__subheading, .test__cta-heading + .knowledge-base-single-hero__subheading, .h4 + .knowledge-base-hero__subheading, .test__cta-heading + .knowledge-base-hero__subheading, .h4 + .knowledge-base-card__content, .test__cta-heading + .knowledge-base-card__content {
    margin-top: calc( 0.65 * 30px );
  }
}

@media screen and (min-width: 0) {
  h5, .h5, .archive-layout__content--author-no p {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 577px) {
  h5, .h5, .archive-layout__content--author-no p {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) {
  h5, .h5, .archive-layout__content--author-no p {
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 1024px) {
  h5, .h5, .archive-layout__content--author-no p {
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -0.25px;
  }
}
@media screen and (min-width: 1280px) {
  h5, .h5, .archive-layout__content--author-no p {
    font-size: 26px;
  }
}
@media screen and (min-width: 0) {
  h5 + .content, h5 + .test__cta-content, h5 + .test__question, h5 + .test__content, .h5 + .content, .h5 + .test__cta-content, .h5 + .test__question, .h5 + .test__content, .archive-layout__content--author-no p + .content, .archive-layout__content--author-no p + .test__cta-content, .archive-layout__content--author-no p + .test__question, .archive-layout__content--author-no p + .test__content {
    margin-top: 14px;
  }
  h5 + .content--alt, .general-content__content h5 + small, h5 + .test__intro-text, .page-card--post h5 + .page-card__content, .page-card--post h5 + .page-card__subheading, h5 + .knowledge-base-single-hero__subheading, h5 + .knowledge-base-hero__subheading, h5 + .knowledge-base-card__content, .h5 + .content--alt, .general-content__content .h5 + small, .h5 + .test__intro-text, .page-card--post .h5 + .page-card__content, .page-card--post .h5 + .page-card__subheading, .h5 + .knowledge-base-single-hero__subheading, .h5 + .knowledge-base-hero__subheading, .h5 + .knowledge-base-card__content, .archive-layout__content--author-no p + .content--alt, .archive-layout__content--author-no .general-content__content p + small, .general-content__content .archive-layout__content--author-no p + small, .archive-layout__content--author-no p + .test__intro-text, .archive-layout__content--author-no .page-card--post p + .page-card__content, .page-card--post .archive-layout__content--author-no p + .page-card__content, .archive-layout__content--author-no .page-card--post p + .page-card__subheading, .page-card--post .archive-layout__content--author-no p + .page-card__subheading, .archive-layout__content--author-no p + .knowledge-base-single-hero__subheading, .archive-layout__content--author-no p + .knowledge-base-hero__subheading, .archive-layout__content--author-no p + .knowledge-base-card__content {
    margin-top: 13px;
  }
}
@media screen and (min-width: 577px) {
  h5 + .content, h5 + .test__cta-content, h5 + .test__question, h5 + .test__content, .h5 + .content, .h5 + .test__cta-content, .h5 + .test__question, .h5 + .test__content, .archive-layout__content--author-no p + .content, .archive-layout__content--author-no p + .test__cta-content, .archive-layout__content--author-no p + .test__question, .archive-layout__content--author-no p + .test__content {
    margin-top: calc( 0.7 * 21px );
  }
  h5 + .content--alt, .general-content__content h5 + small, h5 + .test__intro-text, .page-card--post h5 + .page-card__content, .page-card--post h5 + .page-card__subheading, h5 + .knowledge-base-single-hero__subheading, h5 + .knowledge-base-hero__subheading, h5 + .knowledge-base-card__content, .h5 + .content--alt, .general-content__content .h5 + small, .h5 + .test__intro-text, .page-card--post .h5 + .page-card__content, .page-card--post .h5 + .page-card__subheading, .h5 + .knowledge-base-single-hero__subheading, .h5 + .knowledge-base-hero__subheading, .h5 + .knowledge-base-card__content, .archive-layout__content--author-no p + .content--alt, .archive-layout__content--author-no .general-content__content p + small, .general-content__content .archive-layout__content--author-no p + small, .archive-layout__content--author-no p + .test__intro-text, .archive-layout__content--author-no .page-card--post p + .page-card__content, .page-card--post .archive-layout__content--author-no p + .page-card__content, .archive-layout__content--author-no .page-card--post p + .page-card__subheading, .page-card--post .archive-layout__content--author-no p + .page-card__subheading, .archive-layout__content--author-no p + .knowledge-base-single-hero__subheading, .archive-layout__content--author-no p + .knowledge-base-hero__subheading, .archive-layout__content--author-no p + .knowledge-base-card__content {
    margin-top: calc( 0.65 * 21px );
  }
}
@media screen and (min-width: 769px) {
  h5 + .content, h5 + .test__cta-content, h5 + .test__question, h5 + .test__content, .h5 + .content, .h5 + .test__cta-content, .h5 + .test__question, .h5 + .test__content, .archive-layout__content--author-no p + .content, .archive-layout__content--author-no p + .test__cta-content, .archive-layout__content--author-no p + .test__question, .archive-layout__content--author-no p + .test__content {
    margin-top: 15.4px;
  }
  h5 + .content--alt, .general-content__content h5 + small, h5 + .test__intro-text, .page-card--post h5 + .page-card__content, .page-card--post h5 + .page-card__subheading, h5 + .knowledge-base-single-hero__subheading, h5 + .knowledge-base-hero__subheading, h5 + .knowledge-base-card__content, .h5 + .content--alt, .general-content__content .h5 + small, .h5 + .test__intro-text, .page-card--post .h5 + .page-card__content, .page-card--post .h5 + .page-card__subheading, .h5 + .knowledge-base-single-hero__subheading, .h5 + .knowledge-base-hero__subheading, .h5 + .knowledge-base-card__content, .archive-layout__content--author-no p + .content--alt, .archive-layout__content--author-no .general-content__content p + small, .general-content__content .archive-layout__content--author-no p + small, .archive-layout__content--author-no p + .test__intro-text, .archive-layout__content--author-no .page-card--post p + .page-card__content, .page-card--post .archive-layout__content--author-no p + .page-card__content, .archive-layout__content--author-no .page-card--post p + .page-card__subheading, .page-card--post .archive-layout__content--author-no p + .page-card__subheading, .archive-layout__content--author-no p + .knowledge-base-single-hero__subheading, .archive-layout__content--author-no p + .knowledge-base-hero__subheading, .archive-layout__content--author-no p + .knowledge-base-card__content {
    margin-top: 14.3px;
  }
}
@media screen and (min-width: 1024px) {
  h5 + .content, h5 + .test__cta-content, h5 + .test__question, h5 + .test__content, .h5 + .content, .h5 + .test__cta-content, .h5 + .test__question, .h5 + .test__content, .archive-layout__content--author-no p + .content, .archive-layout__content--author-no p + .test__cta-content, .archive-layout__content--author-no p + .test__question, .archive-layout__content--author-no p + .test__content {
    margin-top: 18.2px;
  }
  h5 + .content--alt, .general-content__content h5 + small, h5 + .test__intro-text, .page-card--post h5 + .page-card__content, .page-card--post h5 + .page-card__subheading, h5 + .knowledge-base-single-hero__subheading, h5 + .knowledge-base-hero__subheading, h5 + .knowledge-base-card__content, .h5 + .content--alt, .general-content__content .h5 + small, .h5 + .test__intro-text, .page-card--post .h5 + .page-card__content, .page-card--post .h5 + .page-card__subheading, .h5 + .knowledge-base-single-hero__subheading, .h5 + .knowledge-base-hero__subheading, .h5 + .knowledge-base-card__content, .archive-layout__content--author-no p + .content--alt, .archive-layout__content--author-no .general-content__content p + small, .general-content__content .archive-layout__content--author-no p + small, .archive-layout__content--author-no p + .test__intro-text, .archive-layout__content--author-no .page-card--post p + .page-card__content, .page-card--post .archive-layout__content--author-no p + .page-card__content, .archive-layout__content--author-no .page-card--post p + .page-card__subheading, .page-card--post .archive-layout__content--author-no p + .page-card__subheading, .archive-layout__content--author-no p + .knowledge-base-single-hero__subheading, .archive-layout__content--author-no p + .knowledge-base-hero__subheading, .archive-layout__content--author-no p + .knowledge-base-card__content {
    margin-top: 16.9px;
  }
}
@media screen and (min-width: 1280px) {
  h5 + .content, h5 + .test__cta-content, h5 + .test__question, h5 + .test__content, .h5 + .content, .h5 + .test__cta-content, .h5 + .test__question, .h5 + .test__content, .archive-layout__content--author-no p + .content, .archive-layout__content--author-no p + .test__cta-content, .archive-layout__content--author-no p + .test__question, .archive-layout__content--author-no p + .test__content {
    margin-top: calc( 0.7 * 26px );
  }
  h5 + .content--alt, .general-content__content h5 + small, h5 + .test__intro-text, .page-card--post h5 + .page-card__content, .page-card--post h5 + .page-card__subheading, h5 + .knowledge-base-single-hero__subheading, h5 + .knowledge-base-hero__subheading, h5 + .knowledge-base-card__content, .h5 + .content--alt, .general-content__content .h5 + small, .h5 + .test__intro-text, .page-card--post .h5 + .page-card__content, .page-card--post .h5 + .page-card__subheading, .h5 + .knowledge-base-single-hero__subheading, .h5 + .knowledge-base-hero__subheading, .h5 + .knowledge-base-card__content, .archive-layout__content--author-no p + .content--alt, .archive-layout__content--author-no .general-content__content p + small, .general-content__content .archive-layout__content--author-no p + small, .archive-layout__content--author-no p + .test__intro-text, .archive-layout__content--author-no .page-card--post p + .page-card__content, .page-card--post .archive-layout__content--author-no p + .page-card__content, .archive-layout__content--author-no .page-card--post p + .page-card__subheading, .page-card--post .archive-layout__content--author-no p + .page-card__subheading, .archive-layout__content--author-no p + .knowledge-base-single-hero__subheading, .archive-layout__content--author-no p + .knowledge-base-hero__subheading, .archive-layout__content--author-no p + .knowledge-base-card__content {
    margin-top: calc( 0.65 * 26px );
  }
}

@media screen and (min-width: 0) {
  h6, .h6, .faqs--alt .faqs__title {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 577px) {
  h6, .h6, .faqs--alt .faqs__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  h6, .h6, .faqs--alt .faqs__title {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 1024px) {
  h6, .h6, .faqs--alt .faqs__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  h6, .h6, .faqs--alt .faqs__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 0) {
  h6 + .content, h6 + .test__cta-content, h6 + .test__question, h6 + .test__content, .h6 + .content, .faqs--alt .faqs__title + .content, .h6 + .test__cta-content, .faqs--alt .faqs__title + .test__cta-content, .h6 + .test__question, .faqs--alt .faqs__title + .test__question, .h6 + .test__content, .faqs--alt .faqs__title + .test__content {
    margin-top: 14px;
  }
  h6 + .content--alt, .general-content__content h6 + small, h6 + .test__intro-text, .page-card--post h6 + .page-card__content, .page-card--post h6 + .page-card__subheading, h6 + .knowledge-base-single-hero__subheading, h6 + .knowledge-base-hero__subheading, h6 + .knowledge-base-card__content, .h6 + .content--alt, .general-content__content .h6 + small, .faqs--alt .faqs__title + .content--alt, .faqs--alt .general-content__content .faqs__title + small, .general-content__content .faqs--alt .faqs__title + small, .h6 + .test__intro-text, .faqs--alt .faqs__title + .test__intro-text, .page-card--post .h6 + .page-card__content, .page-card--post .faqs--alt .faqs__title + .page-card__content, .faqs--alt .page-card--post .faqs__title + .page-card__content, .page-card--post .h6 + .page-card__subheading, .page-card--post .faqs--alt .faqs__title + .page-card__subheading, .faqs--alt .page-card--post .faqs__title + .page-card__subheading, .h6 + .knowledge-base-single-hero__subheading, .faqs--alt .faqs__title + .knowledge-base-single-hero__subheading, .h6 + .knowledge-base-hero__subheading, .faqs--alt .faqs__title + .knowledge-base-hero__subheading, .h6 + .knowledge-base-card__content, .faqs--alt .faqs__title + .knowledge-base-card__content {
    margin-top: 13px;
  }
}
@media screen and (min-width: 577px) {
  h6 + .content, h6 + .test__cta-content, h6 + .test__question, h6 + .test__content, .h6 + .content, .faqs--alt .faqs__title + .content, .h6 + .test__cta-content, .faqs--alt .faqs__title + .test__cta-content, .h6 + .test__question, .faqs--alt .faqs__title + .test__question, .h6 + .test__content, .faqs--alt .faqs__title + .test__content {
    margin-top: calc( 0.7 * 21px );
  }
  h6 + .content--alt, .general-content__content h6 + small, h6 + .test__intro-text, .page-card--post h6 + .page-card__content, .page-card--post h6 + .page-card__subheading, h6 + .knowledge-base-single-hero__subheading, h6 + .knowledge-base-hero__subheading, h6 + .knowledge-base-card__content, .h6 + .content--alt, .general-content__content .h6 + small, .faqs--alt .faqs__title + .content--alt, .faqs--alt .general-content__content .faqs__title + small, .general-content__content .faqs--alt .faqs__title + small, .h6 + .test__intro-text, .faqs--alt .faqs__title + .test__intro-text, .page-card--post .h6 + .page-card__content, .page-card--post .faqs--alt .faqs__title + .page-card__content, .faqs--alt .page-card--post .faqs__title + .page-card__content, .page-card--post .h6 + .page-card__subheading, .page-card--post .faqs--alt .faqs__title + .page-card__subheading, .faqs--alt .page-card--post .faqs__title + .page-card__subheading, .h6 + .knowledge-base-single-hero__subheading, .faqs--alt .faqs__title + .knowledge-base-single-hero__subheading, .h6 + .knowledge-base-hero__subheading, .faqs--alt .faqs__title + .knowledge-base-hero__subheading, .h6 + .knowledge-base-card__content, .faqs--alt .faqs__title + .knowledge-base-card__content {
    margin-top: calc( 0.65 * 21px );
  }
}
@media screen and (min-width: 769px) {
  h6 + .content, h6 + .test__cta-content, h6 + .test__question, h6 + .test__content, .h6 + .content, .faqs--alt .faqs__title + .content, .h6 + .test__cta-content, .faqs--alt .faqs__title + .test__cta-content, .h6 + .test__question, .faqs--alt .faqs__title + .test__question, .h6 + .test__content, .faqs--alt .faqs__title + .test__content {
    margin-top: 15.4px;
  }
  h6 + .content--alt, .general-content__content h6 + small, h6 + .test__intro-text, .page-card--post h6 + .page-card__content, .page-card--post h6 + .page-card__subheading, h6 + .knowledge-base-single-hero__subheading, h6 + .knowledge-base-hero__subheading, h6 + .knowledge-base-card__content, .h6 + .content--alt, .general-content__content .h6 + small, .faqs--alt .faqs__title + .content--alt, .faqs--alt .general-content__content .faqs__title + small, .general-content__content .faqs--alt .faqs__title + small, .h6 + .test__intro-text, .faqs--alt .faqs__title + .test__intro-text, .page-card--post .h6 + .page-card__content, .page-card--post .faqs--alt .faqs__title + .page-card__content, .faqs--alt .page-card--post .faqs__title + .page-card__content, .page-card--post .h6 + .page-card__subheading, .page-card--post .faqs--alt .faqs__title + .page-card__subheading, .faqs--alt .page-card--post .faqs__title + .page-card__subheading, .h6 + .knowledge-base-single-hero__subheading, .faqs--alt .faqs__title + .knowledge-base-single-hero__subheading, .h6 + .knowledge-base-hero__subheading, .faqs--alt .faqs__title + .knowledge-base-hero__subheading, .h6 + .knowledge-base-card__content, .faqs--alt .faqs__title + .knowledge-base-card__content {
    margin-top: 14.3px;
  }
}
@media screen and (min-width: 1024px) {
  h6 + .content, h6 + .test__cta-content, h6 + .test__question, h6 + .test__content, .h6 + .content, .faqs--alt .faqs__title + .content, .h6 + .test__cta-content, .faqs--alt .faqs__title + .test__cta-content, .h6 + .test__question, .faqs--alt .faqs__title + .test__question, .h6 + .test__content, .faqs--alt .faqs__title + .test__content {
    margin-top: 18.2px;
  }
  h6 + .content--alt, .general-content__content h6 + small, h6 + .test__intro-text, .page-card--post h6 + .page-card__content, .page-card--post h6 + .page-card__subheading, h6 + .knowledge-base-single-hero__subheading, h6 + .knowledge-base-hero__subheading, h6 + .knowledge-base-card__content, .h6 + .content--alt, .general-content__content .h6 + small, .faqs--alt .faqs__title + .content--alt, .faqs--alt .general-content__content .faqs__title + small, .general-content__content .faqs--alt .faqs__title + small, .h6 + .test__intro-text, .faqs--alt .faqs__title + .test__intro-text, .page-card--post .h6 + .page-card__content, .page-card--post .faqs--alt .faqs__title + .page-card__content, .faqs--alt .page-card--post .faqs__title + .page-card__content, .page-card--post .h6 + .page-card__subheading, .page-card--post .faqs--alt .faqs__title + .page-card__subheading, .faqs--alt .page-card--post .faqs__title + .page-card__subheading, .h6 + .knowledge-base-single-hero__subheading, .faqs--alt .faqs__title + .knowledge-base-single-hero__subheading, .h6 + .knowledge-base-hero__subheading, .faqs--alt .faqs__title + .knowledge-base-hero__subheading, .h6 + .knowledge-base-card__content, .faqs--alt .faqs__title + .knowledge-base-card__content {
    margin-top: 16.9px;
  }
}
@media screen and (min-width: 1280px) {
  h6 + .content, h6 + .test__cta-content, h6 + .test__question, h6 + .test__content, .h6 + .content, .faqs--alt .faqs__title + .content, .h6 + .test__cta-content, .faqs--alt .faqs__title + .test__cta-content, .h6 + .test__question, .faqs--alt .faqs__title + .test__question, .h6 + .test__content, .faqs--alt .faqs__title + .test__content {
    margin-top: calc( 0.7 * 26px );
  }
  h6 + .content--alt, .general-content__content h6 + small, h6 + .test__intro-text, .page-card--post h6 + .page-card__content, .page-card--post h6 + .page-card__subheading, h6 + .knowledge-base-single-hero__subheading, h6 + .knowledge-base-hero__subheading, h6 + .knowledge-base-card__content, .h6 + .content--alt, .general-content__content .h6 + small, .faqs--alt .faqs__title + .content--alt, .faqs--alt .general-content__content .faqs__title + small, .general-content__content .faqs--alt .faqs__title + small, .h6 + .test__intro-text, .faqs--alt .faqs__title + .test__intro-text, .page-card--post .h6 + .page-card__content, .page-card--post .faqs--alt .faqs__title + .page-card__content, .faqs--alt .page-card--post .faqs__title + .page-card__content, .page-card--post .h6 + .page-card__subheading, .page-card--post .faqs--alt .faqs__title + .page-card__subheading, .faqs--alt .page-card--post .faqs__title + .page-card__subheading, .h6 + .knowledge-base-single-hero__subheading, .faqs--alt .faqs__title + .knowledge-base-single-hero__subheading, .h6 + .knowledge-base-hero__subheading, .faqs--alt .faqs__title + .knowledge-base-hero__subheading, .h6 + .knowledge-base-card__content, .faqs--alt .faqs__title + .knowledge-base-card__content {
    margin-top: calc( 0.65 * 26px );
  }
}

@media screen and (min-width: 0) {
  .hero {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 577px) {
  .hero {
    font-size: 40px;
  }
}
@media screen and (min-width: 769px) {
  .hero {
    font-size: 70px;
    line-height: 1.08;
    letter-spacing: -2.5px;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    font-size: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .hero {
    font-size: 80px;
  }
}
@media screen and (min-width: 0) {
  .hero + .content, .hero + .test__cta-content, .hero + .test__question, .hero + .test__content {
    margin-top: 22.4px;
  }
  .hero + .content--alt, .general-content__content .hero + small, .hero + .test__intro-text, .page-card--post .hero + .page-card__content, .page-card--post .hero + .page-card__subheading, .hero + .knowledge-base-single-hero__subheading, .hero + .knowledge-base-hero__subheading, .hero + .knowledge-base-card__content {
    margin-top: 20.8px;
  }
}
@media screen and (min-width: 577px) {
  .hero + .content, .hero + .test__cta-content, .hero + .test__question, .hero + .test__content {
    margin-top: calc( 0.7 * 40px );
  }
  .hero + .content--alt, .general-content__content .hero + small, .hero + .test__intro-text, .page-card--post .hero + .page-card__content, .page-card--post .hero + .page-card__subheading, .hero + .knowledge-base-single-hero__subheading, .hero + .knowledge-base-hero__subheading, .hero + .knowledge-base-card__content {
    margin-top: calc( 0.65 * 40px );
  }
}
@media screen and (min-width: 769px) {
  .hero + .content, .hero + .test__cta-content, .hero + .test__question, .hero + .test__content {
    margin-top: 35px;
  }
  .hero + .content--alt, .general-content__content .hero + small, .hero + .test__intro-text, .page-card--post .hero + .page-card__content, .page-card--post .hero + .page-card__subheading, .hero + .knowledge-base-single-hero__subheading, .hero + .knowledge-base-hero__subheading, .hero + .knowledge-base-card__content {
    margin-top: 32.5px;
  }
}
@media screen and (min-width: 1024px) {
  .hero + .content, .hero + .test__cta-content, .hero + .test__question, .hero + .test__content {
    margin-top: 42px;
  }
  .hero + .content--alt, .general-content__content .hero + small, .hero + .test__intro-text, .page-card--post .hero + .page-card__content, .page-card--post .hero + .page-card__subheading, .hero + .knowledge-base-single-hero__subheading, .hero + .knowledge-base-hero__subheading, .hero + .knowledge-base-card__content {
    margin-top: 39px;
  }
}
@media screen and (min-width: 1280px) {
  .hero + .content, .hero + .test__cta-content, .hero + .test__question, .hero + .test__content {
    margin-top: calc( 0.7 * 60px );
  }
  .hero + .content--alt, .general-content__content .hero + small, .hero + .test__intro-text, .page-card--post .hero + .page-card__content, .page-card--post .hero + .page-card__subheading, .hero + .knowledge-base-single-hero__subheading, .hero + .knowledge-base-hero__subheading, .hero + .knowledge-base-card__content {
    margin-top: calc( 0.65 * 60px );
  }
}

.detail, .single-clinician-info__content p:first-of-type {
  font-weight: 400;
}
@media screen and (min-width: 0) {
  .detail, .single-clinician-info__content p:first-of-type {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 577px) {
  .detail, .single-clinician-info__content p:first-of-type {
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) {
  .detail, .single-clinician-info__content p:first-of-type {
    font-size: 24px;
    line-height: 1.16;
    letter-spacing: -0.75px;
  }
}
@media screen and (min-width: 1024px) {
  .detail, .single-clinician-info__content p:first-of-type {
    font-size: 26px;
    line-height: 1.23;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 1280px) {
  .detail, .single-clinician-info__content p:first-of-type {
    font-size: 26px;
  }
}
@media screen and (min-width: 0) {
  .detail + .content, .single-clinician-info__content p:first-of-type + .content, .detail + .test__cta-content, .single-clinician-info__content p:first-of-type + .test__cta-content, .detail + .test__question, .single-clinician-info__content p:first-of-type + .test__question, .detail + .test__content, .single-clinician-info__content p:first-of-type + .test__content {
    margin-top: 14px;
  }
  .detail + .content--alt, .general-content__content .detail + small, .single-clinician-info__content p:first-of-type + .content--alt, .single-clinician-info__content .general-content__content p:first-of-type + small, .general-content__content .single-clinician-info__content p:first-of-type + small, .detail + .test__intro-text, .single-clinician-info__content p:first-of-type + .test__intro-text, .page-card--post .detail + .page-card__content, .page-card--post .single-clinician-info__content p:first-of-type + .page-card__content, .single-clinician-info__content .page-card--post p:first-of-type + .page-card__content, .page-card--post .detail + .page-card__subheading, .page-card--post .single-clinician-info__content p:first-of-type + .page-card__subheading, .single-clinician-info__content .page-card--post p:first-of-type + .page-card__subheading, .detail + .knowledge-base-single-hero__subheading, .single-clinician-info__content p:first-of-type + .knowledge-base-single-hero__subheading, .detail + .knowledge-base-hero__subheading, .single-clinician-info__content p:first-of-type + .knowledge-base-hero__subheading, .detail + .knowledge-base-card__content, .single-clinician-info__content p:first-of-type + .knowledge-base-card__content {
    margin-top: 13px;
  }
}
@media screen and (min-width: 577px) {
  .detail + .content, .single-clinician-info__content p:first-of-type + .content, .detail + .test__cta-content, .single-clinician-info__content p:first-of-type + .test__cta-content, .detail + .test__question, .single-clinician-info__content p:first-of-type + .test__question, .detail + .test__content, .single-clinician-info__content p:first-of-type + .test__content {
    margin-top: calc( 0.7 * 22px );
  }
  .detail + .content--alt, .general-content__content .detail + small, .single-clinician-info__content p:first-of-type + .content--alt, .single-clinician-info__content .general-content__content p:first-of-type + small, .general-content__content .single-clinician-info__content p:first-of-type + small, .detail + .test__intro-text, .single-clinician-info__content p:first-of-type + .test__intro-text, .page-card--post .detail + .page-card__content, .page-card--post .single-clinician-info__content p:first-of-type + .page-card__content, .single-clinician-info__content .page-card--post p:first-of-type + .page-card__content, .page-card--post .detail + .page-card__subheading, .page-card--post .single-clinician-info__content p:first-of-type + .page-card__subheading, .single-clinician-info__content .page-card--post p:first-of-type + .page-card__subheading, .detail + .knowledge-base-single-hero__subheading, .single-clinician-info__content p:first-of-type + .knowledge-base-single-hero__subheading, .detail + .knowledge-base-hero__subheading, .single-clinician-info__content p:first-of-type + .knowledge-base-hero__subheading, .detail + .knowledge-base-card__content, .single-clinician-info__content p:first-of-type + .knowledge-base-card__content {
    margin-top: calc( 0.65 * 22px );
  }
}
@media screen and (min-width: 769px) {
  .detail + .content, .single-clinician-info__content p:first-of-type + .content, .detail + .test__cta-content, .single-clinician-info__content p:first-of-type + .test__cta-content, .detail + .test__question, .single-clinician-info__content p:first-of-type + .test__question, .detail + .test__content, .single-clinician-info__content p:first-of-type + .test__content {
    margin-top: 16.8px;
  }
  .detail + .content--alt, .general-content__content .detail + small, .single-clinician-info__content p:first-of-type + .content--alt, .single-clinician-info__content .general-content__content p:first-of-type + small, .general-content__content .single-clinician-info__content p:first-of-type + small, .detail + .test__intro-text, .single-clinician-info__content p:first-of-type + .test__intro-text, .page-card--post .detail + .page-card__content, .page-card--post .single-clinician-info__content p:first-of-type + .page-card__content, .single-clinician-info__content .page-card--post p:first-of-type + .page-card__content, .page-card--post .detail + .page-card__subheading, .page-card--post .single-clinician-info__content p:first-of-type + .page-card__subheading, .single-clinician-info__content .page-card--post p:first-of-type + .page-card__subheading, .detail + .knowledge-base-single-hero__subheading, .single-clinician-info__content p:first-of-type + .knowledge-base-single-hero__subheading, .detail + .knowledge-base-hero__subheading, .single-clinician-info__content p:first-of-type + .knowledge-base-hero__subheading, .detail + .knowledge-base-card__content, .single-clinician-info__content p:first-of-type + .knowledge-base-card__content {
    margin-top: 15.6px;
  }
}
@media screen and (min-width: 1024px) {
  .detail + .content, .single-clinician-info__content p:first-of-type + .content, .detail + .test__cta-content, .single-clinician-info__content p:first-of-type + .test__cta-content, .detail + .test__question, .single-clinician-info__content p:first-of-type + .test__question, .detail + .test__content, .single-clinician-info__content p:first-of-type + .test__content {
    margin-top: 18.2px;
  }
  .detail + .content--alt, .general-content__content .detail + small, .single-clinician-info__content p:first-of-type + .content--alt, .single-clinician-info__content .general-content__content p:first-of-type + small, .general-content__content .single-clinician-info__content p:first-of-type + small, .detail + .test__intro-text, .single-clinician-info__content p:first-of-type + .test__intro-text, .page-card--post .detail + .page-card__content, .page-card--post .single-clinician-info__content p:first-of-type + .page-card__content, .single-clinician-info__content .page-card--post p:first-of-type + .page-card__content, .page-card--post .detail + .page-card__subheading, .page-card--post .single-clinician-info__content p:first-of-type + .page-card__subheading, .single-clinician-info__content .page-card--post p:first-of-type + .page-card__subheading, .detail + .knowledge-base-single-hero__subheading, .single-clinician-info__content p:first-of-type + .knowledge-base-single-hero__subheading, .detail + .knowledge-base-hero__subheading, .single-clinician-info__content p:first-of-type + .knowledge-base-hero__subheading, .detail + .knowledge-base-card__content, .single-clinician-info__content p:first-of-type + .knowledge-base-card__content {
    margin-top: 16.9px;
  }
}
@media screen and (min-width: 1280px) {
  .detail + .content, .single-clinician-info__content p:first-of-type + .content, .detail + .test__cta-content, .single-clinician-info__content p:first-of-type + .test__cta-content, .detail + .test__question, .single-clinician-info__content p:first-of-type + .test__question, .detail + .test__content, .single-clinician-info__content p:first-of-type + .test__content {
    margin-top: calc( 0.7 * 26px );
  }
  .detail + .content--alt, .general-content__content .detail + small, .single-clinician-info__content p:first-of-type + .content--alt, .single-clinician-info__content .general-content__content p:first-of-type + small, .general-content__content .single-clinician-info__content p:first-of-type + small, .detail + .test__intro-text, .single-clinician-info__content p:first-of-type + .test__intro-text, .page-card--post .detail + .page-card__content, .page-card--post .single-clinician-info__content p:first-of-type + .page-card__content, .single-clinician-info__content .page-card--post p:first-of-type + .page-card__content, .page-card--post .detail + .page-card__subheading, .page-card--post .single-clinician-info__content p:first-of-type + .page-card__subheading, .single-clinician-info__content .page-card--post p:first-of-type + .page-card__subheading, .detail + .knowledge-base-single-hero__subheading, .single-clinician-info__content p:first-of-type + .knowledge-base-single-hero__subheading, .detail + .knowledge-base-hero__subheading, .single-clinician-info__content p:first-of-type + .knowledge-base-hero__subheading, .detail + .knowledge-base-card__content, .single-clinician-info__content p:first-of-type + .knowledge-base-card__content {
    margin-top: calc( 0.65 * 26px );
  }
}

blockquote,
.blockquote {
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  color: #7B3CEA;
}
@media screen and (min-width: 0) {
  blockquote,
  .blockquote {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.75px;
  }
}
@media screen and (min-width: 577px) {
  blockquote,
  .blockquote {
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) {
  blockquote,
  .blockquote {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1024px) {
  blockquote,
  .blockquote {
    font-size: 36px;
    line-height: 1.22;
    letter-spacing: -1.25px;
  }
}
@media screen and (min-width: 1280px) {
  blockquote,
  .blockquote {
    font-size: 36px;
  }
}
blockquote strong,
.blockquote strong {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
}

a {
  color: #7B3CEA;
  transition: 300ms;
}
a:hover {
  color: #E7B25A;
}

.content, .test__cta-content, .test__question, .test__content,
.content--alt,
.general-content__content small,
.test__intro-text,
.page-card--post .page-card__content,
.page-card--post .page-card__subheading,
.knowledge-base-single-hero__subheading,
.knowledge-base-hero__subheading,
.knowledge-base-card__content {
  font-weight: 400;
}
@media screen and (min-width: 0) {
  .content, .test__cta-content, .test__question, .test__content,
  .content--alt,
  .general-content__content small,
  .test__intro-text,
  .page-card--post .page-card__content,
  .page-card--post .page-card__subheading,
  .knowledge-base-single-hero__subheading,
  .knowledge-base-hero__subheading,
  .knowledge-base-card__content {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .content, .test__cta-content, .test__question, .test__content,
  .content--alt,
  .general-content__content small,
  .test__intro-text,
  .page-card--post .page-card__content,
  .page-card--post .page-card__subheading,
  .knowledge-base-single-hero__subheading,
  .knowledge-base-hero__subheading,
  .knowledge-base-card__content {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .content, .test__cta-content, .test__question, .test__content,
  .content--alt,
  .general-content__content small,
  .test__intro-text,
  .page-card--post .page-card__content,
  .page-card--post .page-card__subheading,
  .knowledge-base-single-hero__subheading,
  .knowledge-base-hero__subheading,
  .knowledge-base-card__content {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .content, .test__cta-content, .test__question, .test__content,
  .content--alt,
  .general-content__content small,
  .test__intro-text,
  .page-card--post .page-card__content,
  .page-card--post .page-card__subheading,
  .knowledge-base-single-hero__subheading,
  .knowledge-base-hero__subheading,
  .knowledge-base-card__content {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1280px) {
  .content, .test__cta-content, .test__question, .test__content,
  .content--alt,
  .general-content__content small,
  .test__intro-text,
  .page-card--post .page-card__content,
  .page-card--post .page-card__subheading,
  .knowledge-base-single-hero__subheading,
  .knowledge-base-hero__subheading,
  .knowledge-base-card__content {
    font-size: 18px;
  }
}
.content > :first-child, .test__cta-content > :first-child, .test__question > :first-child, .test__content > :first-child,
.content--alt > :first-child,
.general-content__content small > :first-child,
.test__intro-text > :first-child,
.page-card--post .page-card__content > :first-child,
.page-card--post .page-card__subheading > :first-child,
.knowledge-base-single-hero__subheading > :first-child,
.knowledge-base-hero__subheading > :first-child,
.knowledge-base-card__content > :first-child {
  margin-top: 0;
}
.content > :last-child, .test__cta-content > :last-child, .test__question > :last-child, .test__content > :last-child,
.content--alt > :last-child,
.general-content__content small > :last-child,
.test__intro-text > :last-child,
.page-card--post .page-card__content > :last-child,
.page-card--post .page-card__subheading > :last-child,
.knowledge-base-single-hero__subheading > :last-child,
.knowledge-base-hero__subheading > :last-child,
.knowledge-base-card__content > :last-child {
  margin-bottom: 0;
}
.content h1, .test__cta-content h1, .test__question h1, .test__content h1, .content h2, .test__cta-content h2, .test__question h2, .test__content h2, .content h3, .test__cta-content h3, .test__question h3, .test__content h3, .content h4, .test__cta-content h4, .test__question h4, .test__content h4, .content h5, .test__cta-content h5, .test__question h5, .test__content h5, .content h6, .test__cta-content h6, .test__question h6, .test__content h6,
.content--alt h1,
.general-content__content small h1,
.test__intro-text h1,
.page-card--post .page-card__content h1,
.page-card--post .page-card__subheading h1,
.knowledge-base-single-hero__subheading h1,
.knowledge-base-hero__subheading h1,
.knowledge-base-card__content h1,
.content--alt h2,
.general-content__content small h2,
.test__intro-text h2,
.page-card--post .page-card__content h2,
.page-card--post .page-card__subheading h2,
.knowledge-base-single-hero__subheading h2,
.knowledge-base-hero__subheading h2,
.knowledge-base-card__content h2,
.content--alt h3,
.general-content__content small h3,
.test__intro-text h3,
.page-card--post .page-card__content h3,
.page-card--post .page-card__subheading h3,
.knowledge-base-single-hero__subheading h3,
.knowledge-base-hero__subheading h3,
.knowledge-base-card__content h3,
.content--alt h4,
.general-content__content small h4,
.test__intro-text h4,
.page-card--post .page-card__content h4,
.page-card--post .page-card__subheading h4,
.knowledge-base-single-hero__subheading h4,
.knowledge-base-hero__subheading h4,
.knowledge-base-card__content h4,
.content--alt h5,
.general-content__content small h5,
.test__intro-text h5,
.page-card--post .page-card__content h5,
.page-card--post .page-card__subheading h5,
.knowledge-base-single-hero__subheading h5,
.knowledge-base-hero__subheading h5,
.knowledge-base-card__content h5,
.content--alt h6,
.general-content__content small h6,
.test__intro-text h6,
.page-card--post .page-card__content h6,
.page-card--post .page-card__subheading h6,
.knowledge-base-single-hero__subheading h6,
.knowledge-base-hero__subheading h6,
.knowledge-base-card__content h6 {
  font-weight: 600;
}
@media screen and (min-width: 0) {
  .content h1, .test__cta-content h1, .test__question h1, .test__content h1, .content h2, .test__cta-content h2, .test__question h2, .test__content h2, .content h3, .test__cta-content h3, .test__question h3, .test__content h3, .content h4, .test__cta-content h4, .test__question h4, .test__content h4, .content h5, .test__cta-content h5, .test__question h5, .test__content h5, .content h6, .test__cta-content h6, .test__question h6, .test__content h6,
  .content--alt h1,
  .general-content__content small h1,
  .test__intro-text h1,
  .page-card--post .page-card__content h1,
  .page-card--post .page-card__subheading h1,
  .knowledge-base-single-hero__subheading h1,
  .knowledge-base-hero__subheading h1,
  .knowledge-base-card__content h1,
  .content--alt h2,
  .general-content__content small h2,
  .test__intro-text h2,
  .page-card--post .page-card__content h2,
  .page-card--post .page-card__subheading h2,
  .knowledge-base-single-hero__subheading h2,
  .knowledge-base-hero__subheading h2,
  .knowledge-base-card__content h2,
  .content--alt h3,
  .general-content__content small h3,
  .test__intro-text h3,
  .page-card--post .page-card__content h3,
  .page-card--post .page-card__subheading h3,
  .knowledge-base-single-hero__subheading h3,
  .knowledge-base-hero__subheading h3,
  .knowledge-base-card__content h3,
  .content--alt h4,
  .general-content__content small h4,
  .test__intro-text h4,
  .page-card--post .page-card__content h4,
  .page-card--post .page-card__subheading h4,
  .knowledge-base-single-hero__subheading h4,
  .knowledge-base-hero__subheading h4,
  .knowledge-base-card__content h4,
  .content--alt h5,
  .general-content__content small h5,
  .test__intro-text h5,
  .page-card--post .page-card__content h5,
  .page-card--post .page-card__subheading h5,
  .knowledge-base-single-hero__subheading h5,
  .knowledge-base-hero__subheading h5,
  .knowledge-base-card__content h5,
  .content--alt h6,
  .general-content__content small h6,
  .test__intro-text h6,
  .page-card--post .page-card__content h6,
  .page-card--post .page-card__subheading h6,
  .knowledge-base-single-hero__subheading h6,
  .knowledge-base-hero__subheading h6,
  .knowledge-base-card__content h6 {
    margin: 26px 0;
  }
}
@media screen and (min-width: 577px) {
  .content h1, .test__cta-content h1, .test__question h1, .test__content h1, .content h2, .test__cta-content h2, .test__question h2, .test__content h2, .content h3, .test__cta-content h3, .test__question h3, .test__content h3, .content h4, .test__cta-content h4, .test__question h4, .test__content h4, .content h5, .test__cta-content h5, .test__question h5, .test__content h5, .content h6, .test__cta-content h6, .test__question h6, .test__content h6,
  .content--alt h1,
  .general-content__content small h1,
  .test__intro-text h1,
  .page-card--post .page-card__content h1,
  .page-card--post .page-card__subheading h1,
  .knowledge-base-single-hero__subheading h1,
  .knowledge-base-hero__subheading h1,
  .knowledge-base-card__content h1,
  .content--alt h2,
  .general-content__content small h2,
  .test__intro-text h2,
  .page-card--post .page-card__content h2,
  .page-card--post .page-card__subheading h2,
  .knowledge-base-single-hero__subheading h2,
  .knowledge-base-hero__subheading h2,
  .knowledge-base-card__content h2,
  .content--alt h3,
  .general-content__content small h3,
  .test__intro-text h3,
  .page-card--post .page-card__content h3,
  .page-card--post .page-card__subheading h3,
  .knowledge-base-single-hero__subheading h3,
  .knowledge-base-hero__subheading h3,
  .knowledge-base-card__content h3,
  .content--alt h4,
  .general-content__content small h4,
  .test__intro-text h4,
  .page-card--post .page-card__content h4,
  .page-card--post .page-card__subheading h4,
  .knowledge-base-single-hero__subheading h4,
  .knowledge-base-hero__subheading h4,
  .knowledge-base-card__content h4,
  .content--alt h5,
  .general-content__content small h5,
  .test__intro-text h5,
  .page-card--post .page-card__content h5,
  .page-card--post .page-card__subheading h5,
  .knowledge-base-single-hero__subheading h5,
  .knowledge-base-hero__subheading h5,
  .knowledge-base-card__content h5,
  .content--alt h6,
  .general-content__content small h6,
  .test__intro-text h6,
  .page-card--post .page-card__content h6,
  .page-card--post .page-card__subheading h6,
  .knowledge-base-single-hero__subheading h6,
  .knowledge-base-hero__subheading h6,
  .knowledge-base-card__content h6 {
    margin: 30px 0;
  }
}
@media screen and (min-width: 0) {
  .content:not(.content--headings) h1, .test__cta-content:not(.content--headings) h1, .test__question:not(.content--headings) h1, .test__content:not(.content--headings) h1,
  .content--alt:not(.content--headings) h1,
  .general-content__content small:not(.content--headings) h1,
  .test__intro-text:not(.content--headings) h1,
  .page-card--post .page-card__content:not(.content--headings) h1,
  .page-card--post .page-card__subheading:not(.content--headings) h1,
  .knowledge-base-single-hero__subheading:not(.content--headings) h1,
  .knowledge-base-hero__subheading:not(.content--headings) h1,
  .knowledge-base-card__content:not(.content--headings) h1 {
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 769px) {
  .content:not(.content--headings) h1, .test__cta-content:not(.content--headings) h1, .test__question:not(.content--headings) h1, .test__content:not(.content--headings) h1,
  .content--alt:not(.content--headings) h1,
  .general-content__content small:not(.content--headings) h1,
  .test__intro-text:not(.content--headings) h1,
  .page-card--post .page-card__content:not(.content--headings) h1,
  .page-card--post .page-card__subheading:not(.content--headings) h1,
  .knowledge-base-single-hero__subheading:not(.content--headings) h1,
  .knowledge-base-hero__subheading:not(.content--headings) h1,
  .knowledge-base-card__content:not(.content--headings) h1 {
    font-size: 25px;
    line-height: 1.12;
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 1024px) {
  .content:not(.content--headings) h1, .test__cta-content:not(.content--headings) h1, .test__question:not(.content--headings) h1, .test__content:not(.content--headings) h1,
  .content--alt:not(.content--headings) h1,
  .general-content__content small:not(.content--headings) h1,
  .test__intro-text:not(.content--headings) h1,
  .page-card--post .page-card__content:not(.content--headings) h1,
  .page-card--post .page-card__subheading:not(.content--headings) h1,
  .knowledge-base-single-hero__subheading:not(.content--headings) h1,
  .knowledge-base-hero__subheading:not(.content--headings) h1,
  .knowledge-base-card__content:not(.content--headings) h1 {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 0) {
  .content:not(.content--headings) h2, .test__cta-content:not(.content--headings) h2, .test__question:not(.content--headings) h2, .test__content:not(.content--headings) h2,
  .content--alt:not(.content--headings) h2,
  .general-content__content small:not(.content--headings) h2,
  .test__intro-text:not(.content--headings) h2,
  .page-card--post .page-card__content:not(.content--headings) h2,
  .page-card--post .page-card__subheading:not(.content--headings) h2,
  .knowledge-base-single-hero__subheading:not(.content--headings) h2,
  .knowledge-base-hero__subheading:not(.content--headings) h2,
  .knowledge-base-card__content:not(.content--headings) h2 {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 769px) {
  .content:not(.content--headings) h2, .test__cta-content:not(.content--headings) h2, .test__question:not(.content--headings) h2, .test__content:not(.content--headings) h2,
  .content--alt:not(.content--headings) h2,
  .general-content__content small:not(.content--headings) h2,
  .test__intro-text:not(.content--headings) h2,
  .page-card--post .page-card__content:not(.content--headings) h2,
  .page-card--post .page-card__subheading:not(.content--headings) h2,
  .knowledge-base-single-hero__subheading:not(.content--headings) h2,
  .knowledge-base-hero__subheading:not(.content--headings) h2,
  .knowledge-base-card__content:not(.content--headings) h2 {
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -1.5px;
  }
}
@media screen and (min-width: 1024px) {
  .content:not(.content--headings) h2, .test__cta-content:not(.content--headings) h2, .test__question:not(.content--headings) h2, .test__content:not(.content--headings) h2,
  .content--alt:not(.content--headings) h2,
  .general-content__content small:not(.content--headings) h2,
  .test__intro-text:not(.content--headings) h2,
  .page-card--post .page-card__content:not(.content--headings) h2,
  .page-card--post .page-card__subheading:not(.content--headings) h2,
  .knowledge-base-single-hero__subheading:not(.content--headings) h2,
  .knowledge-base-hero__subheading:not(.content--headings) h2,
  .knowledge-base-card__content:not(.content--headings) h2 {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 0) {
  .content:not(.content--headings) h3, .test__cta-content:not(.content--headings) h3, .test__question:not(.content--headings) h3, .test__content:not(.content--headings) h3,
  .content--alt:not(.content--headings) h3,
  .general-content__content small:not(.content--headings) h3,
  .test__intro-text:not(.content--headings) h3,
  .page-card--post .page-card__content:not(.content--headings) h3,
  .page-card--post .page-card__subheading:not(.content--headings) h3,
  .knowledge-base-single-hero__subheading:not(.content--headings) h3,
  .knowledge-base-hero__subheading:not(.content--headings) h3,
  .knowledge-base-card__content:not(.content--headings) h3 {
    font-size: 19px;
    line-height: 1.15;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 769px) {
  .content:not(.content--headings) h3, .test__cta-content:not(.content--headings) h3, .test__question:not(.content--headings) h3, .test__content:not(.content--headings) h3,
  .content--alt:not(.content--headings) h3,
  .general-content__content small:not(.content--headings) h3,
  .test__intro-text:not(.content--headings) h3,
  .page-card--post .page-card__content:not(.content--headings) h3,
  .page-card--post .page-card__subheading:not(.content--headings) h3,
  .knowledge-base-single-hero__subheading:not(.content--headings) h3,
  .knowledge-base-hero__subheading:not(.content--headings) h3,
  .knowledge-base-card__content:not(.content--headings) h3 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1024px) {
  .content:not(.content--headings) h3, .test__cta-content:not(.content--headings) h3, .test__question:not(.content--headings) h3, .test__content:not(.content--headings) h3,
  .content--alt:not(.content--headings) h3,
  .general-content__content small:not(.content--headings) h3,
  .test__intro-text:not(.content--headings) h3,
  .page-card--post .page-card__content:not(.content--headings) h3,
  .page-card--post .page-card__subheading:not(.content--headings) h3,
  .knowledge-base-single-hero__subheading:not(.content--headings) h3,
  .knowledge-base-hero__subheading:not(.content--headings) h3,
  .knowledge-base-card__content:not(.content--headings) h3 {
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -0.75px;
  }
}
@media screen and (min-width: 0) {
  .content:not(.content--headings) h4, .test__cta-content:not(.content--headings) h4, .test__question:not(.content--headings) h4, .test__content:not(.content--headings) h4,
  .content--alt:not(.content--headings) h4,
  .general-content__content small:not(.content--headings) h4,
  .test__intro-text:not(.content--headings) h4,
  .page-card--post .page-card__content:not(.content--headings) h4,
  .page-card--post .page-card__subheading:not(.content--headings) h4,
  .knowledge-base-single-hero__subheading:not(.content--headings) h4,
  .knowledge-base-hero__subheading:not(.content--headings) h4,
  .knowledge-base-card__content:not(.content--headings) h4 {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.25px;
  }
}
@media screen and (min-width: 769px) {
  .content:not(.content--headings) h4, .test__cta-content:not(.content--headings) h4, .test__question:not(.content--headings) h4, .test__content:not(.content--headings) h4,
  .content--alt:not(.content--headings) h4,
  .general-content__content small:not(.content--headings) h4,
  .test__intro-text:not(.content--headings) h4,
  .page-card--post .page-card__content:not(.content--headings) h4,
  .page-card--post .page-card__subheading:not(.content--headings) h4,
  .knowledge-base-single-hero__subheading:not(.content--headings) h4,
  .knowledge-base-hero__subheading:not(.content--headings) h4,
  .knowledge-base-card__content:not(.content--headings) h4 {
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 1024px) {
  .content:not(.content--headings) h4, .test__cta-content:not(.content--headings) h4, .test__question:not(.content--headings) h4, .test__content:not(.content--headings) h4,
  .content--alt:not(.content--headings) h4,
  .general-content__content small:not(.content--headings) h4,
  .test__intro-text:not(.content--headings) h4,
  .page-card--post .page-card__content:not(.content--headings) h4,
  .page-card--post .page-card__subheading:not(.content--headings) h4,
  .knowledge-base-single-hero__subheading:not(.content--headings) h4,
  .knowledge-base-hero__subheading:not(.content--headings) h4,
  .knowledge-base-card__content:not(.content--headings) h4 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 0) {
  .content:not(.content--headings) h5, .test__cta-content:not(.content--headings) h5, .test__question:not(.content--headings) h5, .test__content:not(.content--headings) h5,
  .content--alt:not(.content--headings) h5,
  .general-content__content small:not(.content--headings) h5,
  .test__intro-text:not(.content--headings) h5,
  .page-card--post .page-card__content:not(.content--headings) h5,
  .page-card--post .page-card__subheading:not(.content--headings) h5,
  .knowledge-base-single-hero__subheading:not(.content--headings) h5,
  .knowledge-base-hero__subheading:not(.content--headings) h5,
  .knowledge-base-card__content:not(.content--headings) h5 {
    font-size: 17px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 769px) {
  .content:not(.content--headings) h5, .test__cta-content:not(.content--headings) h5, .test__question:not(.content--headings) h5, .test__content:not(.content--headings) h5,
  .content--alt:not(.content--headings) h5,
  .general-content__content small:not(.content--headings) h5,
  .test__intro-text:not(.content--headings) h5,
  .page-card--post .page-card__content:not(.content--headings) h5,
  .page-card--post .page-card__subheading:not(.content--headings) h5,
  .knowledge-base-single-hero__subheading:not(.content--headings) h5,
  .knowledge-base-hero__subheading:not(.content--headings) h5,
  .knowledge-base-card__content:not(.content--headings) h5 {
    font-size: 17px;
    line-height: 1.18;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 1024px) {
  .content:not(.content--headings) h5, .test__cta-content:not(.content--headings) h5, .test__question:not(.content--headings) h5, .test__content:not(.content--headings) h5,
  .content--alt:not(.content--headings) h5,
  .general-content__content small:not(.content--headings) h5,
  .test__intro-text:not(.content--headings) h5,
  .page-card--post .page-card__content:not(.content--headings) h5,
  .page-card--post .page-card__subheading:not(.content--headings) h5,
  .knowledge-base-single-hero__subheading:not(.content--headings) h5,
  .knowledge-base-hero__subheading:not(.content--headings) h5,
  .knowledge-base-card__content:not(.content--headings) h5 {
    font-size: 20px;
    line-height: 1.15;
    letter-spacing: -0.25px;
  }
}
@media screen and (min-width: 0) {
  .content:not(.content--headings) h6, .test__cta-content:not(.content--headings) h6, .test__question:not(.content--headings) h6, .test__content:not(.content--headings) h6,
  .content--alt:not(.content--headings) h6,
  .general-content__content small:not(.content--headings) h6,
  .test__intro-text:not(.content--headings) h6,
  .page-card--post .page-card__content:not(.content--headings) h6,
  .page-card--post .page-card__subheading:not(.content--headings) h6,
  .knowledge-base-single-hero__subheading:not(.content--headings) h6,
  .knowledge-base-hero__subheading:not(.content--headings) h6,
  .knowledge-base-card__content:not(.content--headings) h6 {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 769px) {
  .content:not(.content--headings) h6, .test__cta-content:not(.content--headings) h6, .test__question:not(.content--headings) h6, .test__content:not(.content--headings) h6,
  .content--alt:not(.content--headings) h6,
  .general-content__content small:not(.content--headings) h6,
  .test__intro-text:not(.content--headings) h6,
  .page-card--post .page-card__content:not(.content--headings) h6,
  .page-card--post .page-card__subheading:not(.content--headings) h6,
  .knowledge-base-single-hero__subheading:not(.content--headings) h6,
  .knowledge-base-hero__subheading:not(.content--headings) h6,
  .knowledge-base-card__content:not(.content--headings) h6 {
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 0) {
  .content--h1 h1, .content--h1 h2, .content--h1 h3, .content--h1 h4, .content--h1 h5, .content--h1 h6,
  .content--alt--h1 h1,
  .content--alt--h1 h2,
  .content--alt--h1 h3,
  .content--alt--h1 h4,
  .content--alt--h1 h5,
  .content--alt--h1 h6 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 577px) {
  .content--h1 h1, .content--h1 h2, .content--h1 h3, .content--h1 h4, .content--h1 h5, .content--h1 h6,
  .content--alt--h1 h1,
  .content--alt--h1 h2,
  .content--alt--h1 h3,
  .content--alt--h1 h4,
  .content--alt--h1 h5,
  .content--alt--h1 h6 {
    font-size: 40px;
  }
}
@media screen and (min-width: 769px) {
  .content--h1 h1, .content--h1 h2, .content--h1 h3, .content--h1 h4, .content--h1 h5, .content--h1 h6,
  .content--alt--h1 h1,
  .content--alt--h1 h2,
  .content--alt--h1 h3,
  .content--alt--h1 h4,
  .content--alt--h1 h5,
  .content--alt--h1 h6 {
    font-size: 50px;
    line-height: 1.12;
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 1024px) {
  .content--h1 h1, .content--h1 h2, .content--h1 h3, .content--h1 h4, .content--h1 h5, .content--h1 h6,
  .content--alt--h1 h1,
  .content--alt--h1 h2,
  .content--alt--h1 h3,
  .content--alt--h1 h4,
  .content--alt--h1 h5,
  .content--alt--h1 h6 {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1280px) {
  .content--h1 h1, .content--h1 h2, .content--h1 h3, .content--h1 h4, .content--h1 h5, .content--h1 h6,
  .content--alt--h1 h1,
  .content--alt--h1 h2,
  .content--alt--h1 h3,
  .content--alt--h1 h4,
  .content--alt--h1 h5,
  .content--alt--h1 h6 {
    font-size: 60px;
  }
}
@media screen and (min-width: 0) {
  .content--h2 h1, .content--h2 h2, .content--h2 h3, .content--h2 h4, .content--h2 h5, .content--h2 h6,
  .content--alt--h2 h1,
  .content--alt--h2 h2,
  .content--alt--h2 h3,
  .content--alt--h2 h4,
  .content--alt--h2 h5,
  .content--alt--h2 h6 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 577px) {
  .content--h2 h1, .content--h2 h2, .content--h2 h3, .content--h2 h4, .content--h2 h5, .content--h2 h6,
  .content--alt--h2 h1,
  .content--alt--h2 h2,
  .content--alt--h2 h3,
  .content--alt--h2 h4,
  .content--alt--h2 h5,
  .content--alt--h2 h6 {
    font-size: 36px;
  }
}
@media screen and (min-width: 769px) {
  .content--h2 h1, .content--h2 h2, .content--h2 h3, .content--h2 h4, .content--h2 h5, .content--h2 h6,
  .content--alt--h2 h1,
  .content--alt--h2 h2,
  .content--alt--h2 h3,
  .content--alt--h2 h4,
  .content--alt--h2 h5,
  .content--alt--h2 h6 {
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -1.5px;
  }
}
@media screen and (min-width: 1024px) {
  .content--h2 h1, .content--h2 h2, .content--h2 h3, .content--h2 h4, .content--h2 h5, .content--h2 h6,
  .content--alt--h2 h1,
  .content--alt--h2 h2,
  .content--alt--h2 h3,
  .content--alt--h2 h4,
  .content--alt--h2 h5,
  .content--alt--h2 h6 {
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1280px) {
  .content--h2 h1, .content--h2 h2, .content--h2 h3, .content--h2 h4, .content--h2 h5, .content--h2 h6,
  .content--alt--h2 h1,
  .content--alt--h2 h2,
  .content--alt--h2 h3,
  .content--alt--h2 h4,
  .content--alt--h2 h5,
  .content--alt--h2 h6 {
    font-size: 50px;
  }
}
@media screen and (min-width: 0) {
  .content--h3 h1, .content--h3 h2, .content--h3 h3, .content--h3 h4, .content--h3 h5, .content--h3 h6,
  .content--alt--h3 h1,
  .content--alt--h3 h2,
  .content--alt--h3 h3,
  .content--alt--h3 h4,
  .content--alt--h3 h5,
  .content--alt--h3 h6 {
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 577px) {
  .content--h3 h1, .content--h3 h2, .content--h3 h3, .content--h3 h4, .content--h3 h5, .content--h3 h6,
  .content--alt--h3 h1,
  .content--alt--h3 h2,
  .content--alt--h3 h3,
  .content--alt--h3 h4,
  .content--alt--h3 h5,
  .content--alt--h3 h6 {
    font-size: 28px;
  }
}
@media screen and (min-width: 769px) {
  .content--h3 h1, .content--h3 h2, .content--h3 h3, .content--h3 h4, .content--h3 h5, .content--h3 h6,
  .content--alt--h3 h1,
  .content--alt--h3 h2,
  .content--alt--h3 h3,
  .content--alt--h3 h4,
  .content--alt--h3 h5,
  .content--alt--h3 h6 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1024px) {
  .content--h3 h1, .content--h3 h2, .content--h3 h3, .content--h3 h4, .content--h3 h5, .content--h3 h6,
  .content--alt--h3 h1,
  .content--alt--h3 h2,
  .content--alt--h3 h3,
  .content--alt--h3 h4,
  .content--alt--h3 h5,
  .content--alt--h3 h6 {
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -0.75px;
  }
}
@media screen and (min-width: 1280px) {
  .content--h3 h1, .content--h3 h2, .content--h3 h3, .content--h3 h4, .content--h3 h5, .content--h3 h6,
  .content--alt--h3 h1,
  .content--alt--h3 h2,
  .content--alt--h3 h3,
  .content--alt--h3 h4,
  .content--alt--h3 h5,
  .content--alt--h3 h6 {
    font-size: 40px;
  }
}
@media screen and (min-width: 0) {
  .content--h4 h1, .content--h4 h2, .content--h4 h3, .content--h4 h4, .content--h4 h5, .content--h4 h6,
  .content--alt--h4 h1,
  .content--alt--h4 h2,
  .content--alt--h4 h3,
  .content--alt--h4 h4,
  .content--alt--h4 h5,
  .content--alt--h4 h6 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.25px;
  }
}
@media screen and (min-width: 577px) {
  .content--h4 h1, .content--h4 h2, .content--h4 h3, .content--h4 h4, .content--h4 h5, .content--h4 h6,
  .content--alt--h4 h1,
  .content--alt--h4 h2,
  .content--alt--h4 h3,
  .content--alt--h4 h4,
  .content--alt--h4 h5,
  .content--alt--h4 h6 {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .content--h4 h1, .content--h4 h2, .content--h4 h3, .content--h4 h4, .content--h4 h5, .content--h4 h6,
  .content--alt--h4 h1,
  .content--alt--h4 h2,
  .content--alt--h4 h3,
  .content--alt--h4 h4,
  .content--alt--h4 h5,
  .content--alt--h4 h6 {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 1024px) {
  .content--h4 h1, .content--h4 h2, .content--h4 h3, .content--h4 h4, .content--h4 h5, .content--h4 h6,
  .content--alt--h4 h1,
  .content--alt--h4 h2,
  .content--alt--h4 h3,
  .content--alt--h4 h4,
  .content--alt--h4 h5,
  .content--alt--h4 h6 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 1280px) {
  .content--h4 h1, .content--h4 h2, .content--h4 h3, .content--h4 h4, .content--h4 h5, .content--h4 h6,
  .content--alt--h4 h1,
  .content--alt--h4 h2,
  .content--alt--h4 h3,
  .content--alt--h4 h4,
  .content--alt--h4 h5,
  .content--alt--h4 h6 {
    font-size: 30px;
  }
}
@media screen and (min-width: 0) {
  .content--h5 h1, .content--h5 h2, .content--h5 h3, .content--h5 h4, .content--h5 h5, .content--h5 h6,
  .content--alt--h5 h1,
  .content--alt--h5 h2,
  .content--alt--h5 h3,
  .content--alt--h5 h4,
  .content--alt--h5 h5,
  .content--alt--h5 h6 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 577px) {
  .content--h5 h1, .content--h5 h2, .content--h5 h3, .content--h5 h4, .content--h5 h5, .content--h5 h6,
  .content--alt--h5 h1,
  .content--alt--h5 h2,
  .content--alt--h5 h3,
  .content--alt--h5 h4,
  .content--alt--h5 h5,
  .content--alt--h5 h6 {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) {
  .content--h5 h1, .content--h5 h2, .content--h5 h3, .content--h5 h4, .content--h5 h5, .content--h5 h6,
  .content--alt--h5 h1,
  .content--alt--h5 h2,
  .content--alt--h5 h3,
  .content--alt--h5 h4,
  .content--alt--h5 h5,
  .content--alt--h5 h6 {
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 1024px) {
  .content--h5 h1, .content--h5 h2, .content--h5 h3, .content--h5 h4, .content--h5 h5, .content--h5 h6,
  .content--alt--h5 h1,
  .content--alt--h5 h2,
  .content--alt--h5 h3,
  .content--alt--h5 h4,
  .content--alt--h5 h5,
  .content--alt--h5 h6 {
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -0.25px;
  }
}
@media screen and (min-width: 1280px) {
  .content--h5 h1, .content--h5 h2, .content--h5 h3, .content--h5 h4, .content--h5 h5, .content--h5 h6,
  .content--alt--h5 h1,
  .content--alt--h5 h2,
  .content--alt--h5 h3,
  .content--alt--h5 h4,
  .content--alt--h5 h5,
  .content--alt--h5 h6 {
    font-size: 26px;
  }
}
@media screen and (min-width: 0) {
  .content--h6 h1, .content--h6 h2, .content--h6 h3, .content--h6 h4, .content--h6 h5, .content--h6 h6,
  .content--alt--h6 h1,
  .content--alt--h6 h2,
  .content--alt--h6 h3,
  .content--alt--h6 h4,
  .content--alt--h6 h5,
  .content--alt--h6 h6 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 577px) {
  .content--h6 h1, .content--h6 h2, .content--h6 h3, .content--h6 h4, .content--h6 h5, .content--h6 h6,
  .content--alt--h6 h1,
  .content--alt--h6 h2,
  .content--alt--h6 h3,
  .content--alt--h6 h4,
  .content--alt--h6 h5,
  .content--alt--h6 h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .content--h6 h1, .content--h6 h2, .content--h6 h3, .content--h6 h4, .content--h6 h5, .content--h6 h6,
  .content--alt--h6 h1,
  .content--alt--h6 h2,
  .content--alt--h6 h3,
  .content--alt--h6 h4,
  .content--alt--h6 h5,
  .content--alt--h6 h6 {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 1024px) {
  .content--h6 h1, .content--h6 h2, .content--h6 h3, .content--h6 h4, .content--h6 h5, .content--h6 h6,
  .content--alt--h6 h1,
  .content--alt--h6 h2,
  .content--alt--h6 h3,
  .content--alt--h6 h4,
  .content--alt--h6 h5,
  .content--alt--h6 h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .content--h6 h1, .content--h6 h2, .content--h6 h3, .content--h6 h4, .content--h6 h5, .content--h6 h6,
  .content--alt--h6 h1,
  .content--alt--h6 h2,
  .content--alt--h6 h3,
  .content--alt--h6 h4,
  .content--alt--h6 h5,
  .content--alt--h6 h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 0) {
  .content p, .test__cta-content p, .test__question p, .test__content p,
  .content--alt p,
  .general-content__content small p,
  .test__intro-text p,
  .page-card--post .page-card__content p,
  .page-card--post .page-card__subheading p,
  .knowledge-base-single-hero__subheading p,
  .knowledge-base-hero__subheading p,
  .knowledge-base-card__content p {
    margin-top: 16px;
  }
}
@media screen and (min-width: 577px) {
  .content p, .test__cta-content p, .test__question p, .test__content p,
  .content--alt p,
  .general-content__content small p,
  .test__intro-text p,
  .page-card--post .page-card__content p,
  .page-card--post .page-card__subheading p,
  .knowledge-base-single-hero__subheading p,
  .knowledge-base-hero__subheading p,
  .knowledge-base-card__content p {
    margin-top: 20px;
  }
}
.content ul, .test__cta-content ul, .test__question ul, .test__content ul, .content ol, .test__cta-content ol, .test__question ol, .test__content ol,
.content--alt ul,
.general-content__content small ul,
.test__intro-text ul,
.page-card--post .page-card__content ul,
.page-card--post .page-card__subheading ul,
.knowledge-base-single-hero__subheading ul,
.knowledge-base-hero__subheading ul,
.knowledge-base-card__content ul,
.content--alt ol,
.general-content__content small ol,
.test__intro-text ol,
.page-card--post .page-card__content ol,
.page-card--post .page-card__subheading ol,
.knowledge-base-single-hero__subheading ol,
.knowledge-base-hero__subheading ol,
.knowledge-base-card__content ol {
  padding-left: 18px;
}
@media screen and (min-width: 0) {
  .content ul, .test__cta-content ul, .test__question ul, .test__content ul, .content ol, .test__cta-content ol, .test__question ol, .test__content ol,
  .content--alt ul,
  .general-content__content small ul,
  .test__intro-text ul,
  .page-card--post .page-card__content ul,
  .page-card--post .page-card__subheading ul,
  .knowledge-base-single-hero__subheading ul,
  .knowledge-base-hero__subheading ul,
  .knowledge-base-card__content ul,
  .content--alt ol,
  .general-content__content small ol,
  .test__intro-text ol,
  .page-card--post .page-card__content ol,
  .page-card--post .page-card__subheading ol,
  .knowledge-base-single-hero__subheading ol,
  .knowledge-base-hero__subheading ol,
  .knowledge-base-card__content ol {
    margin-top: 16px;
  }
}
@media screen and (min-width: 577px) {
  .content ul, .test__cta-content ul, .test__question ul, .test__content ul, .content ol, .test__cta-content ol, .test__question ol, .test__content ol,
  .content--alt ul,
  .general-content__content small ul,
  .test__intro-text ul,
  .page-card--post .page-card__content ul,
  .page-card--post .page-card__subheading ul,
  .knowledge-base-single-hero__subheading ul,
  .knowledge-base-hero__subheading ul,
  .knowledge-base-card__content ul,
  .content--alt ol,
  .general-content__content small ol,
  .test__intro-text ol,
  .page-card--post .page-card__content ol,
  .page-card--post .page-card__subheading ol,
  .knowledge-base-single-hero__subheading ol,
  .knowledge-base-hero__subheading ol,
  .knowledge-base-card__content ol {
    margin-top: 20px;
  }
}
.content li, .test__cta-content li, .test__question li, .test__content li,
.content--alt li,
.general-content__content small li,
.test__intro-text li,
.page-card--post .page-card__content li,
.page-card--post .page-card__subheading li,
.knowledge-base-single-hero__subheading li,
.knowledge-base-hero__subheading li,
.knowledge-base-card__content li {
  margin: 16px 0 0;
  padding-left: 16px;
}
.content li:first-child, .test__cta-content li:first-child, .test__question li:first-child, .test__content li:first-child,
.content--alt li:first-child,
.general-content__content small li:first-child,
.test__intro-text li:first-child,
.page-card--post .page-card__content li:first-child,
.page-card--post .page-card__subheading li:first-child,
.knowledge-base-single-hero__subheading li:first-child,
.knowledge-base-hero__subheading li:first-child,
.knowledge-base-card__content li:first-child {
  margin-top: 0;
}
.content li ul, .test__cta-content li ul, .test__question li ul, .test__content li ul,
.content--alt li ul,
.general-content__content small li ul,
.test__intro-text li ul,
.page-card--post .page-card__content li ul,
.page-card--post .page-card__subheading li ul,
.knowledge-base-single-hero__subheading li ul,
.knowledge-base-hero__subheading li ul,
.knowledge-base-card__content li ul {
  padding-left: 40px;
  list-style-type: disc;
}
.content strong, .test__cta-content strong, .test__question strong, .test__content strong, .content b, .test__cta-content b, .test__question b, .test__content b,
.content--alt strong,
.general-content__content small strong,
.test__intro-text strong,
.page-card--post .page-card__content strong,
.page-card--post .page-card__subheading strong,
.knowledge-base-single-hero__subheading strong,
.knowledge-base-hero__subheading strong,
.knowledge-base-card__content strong,
.content--alt b,
.general-content__content small b,
.test__intro-text b,
.page-card--post .page-card__content b,
.page-card--post .page-card__subheading b,
.knowledge-base-single-hero__subheading b,
.knowledge-base-hero__subheading b,
.knowledge-base-card__content b {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
}
.content img, .test__cta-content img, .test__question img, .test__content img,
.content--alt img,
.general-content__content small img,
.test__intro-text img,
.page-card--post .page-card__content img,
.page-card--post .page-card__subheading img,
.knowledge-base-single-hero__subheading img,
.knowledge-base-hero__subheading img,
.knowledge-base-card__content img {
  border-radius: 8px;
}

@media screen and (min-width: 0) {
  .content--alt, .general-content__content small, .test__intro-text, .page-card--post .page-card__content, .page-card--post .page-card__subheading, .knowledge-base-single-hero__subheading, .knowledge-base-hero__subheading, .knowledge-base-card__content {
    font-size: 14px;
    line-height: 1.28;
  }
}
@media screen and (min-width: 577px) {
  .content--alt, .general-content__content small, .test__intro-text, .page-card--post .page-card__content, .page-card--post .page-card__subheading, .knowledge-base-single-hero__subheading, .knowledge-base-hero__subheading, .knowledge-base-card__content {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .content--alt, .general-content__content small, .test__intro-text, .page-card--post .page-card__content, .page-card--post .page-card__subheading, .knowledge-base-single-hero__subheading, .knowledge-base-hero__subheading, .knowledge-base-card__content {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .content--alt, .general-content__content small, .test__intro-text, .page-card--post .page-card__content, .page-card--post .page-card__subheading, .knowledge-base-single-hero__subheading, .knowledge-base-hero__subheading, .knowledge-base-card__content {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .content--alt, .general-content__content small, .test__intro-text, .page-card--post .page-card__content, .page-card--post .page-card__subheading, .knowledge-base-single-hero__subheading, .knowledge-base-hero__subheading, .knowledge-base-card__content {
    font-size: 16px;
  }
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
  margin: 0 auto;
}

.text-right {
  text-align: right;
}

.text-strong {
  font-family: "Albert Sans", sans-serif;
  font-weight: 600;
}

.archive-layout {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 100px;
}
.archive-layout__featured {
  margin-bottom: 40px;
}
.archive-layout__col {
  display: inherit;
  margin-top: 40px;
}
.archive-layout__col:first-child {
  margin-top: 0;
}
.archive-layout__pagination {
  margin-top: 40px;
  text-align: center;
}
.archive-layout__links {
  align-items: center;
}
.archive-layout__link--prev {
  text-align: left;
}
.archive-layout__link--numbers {
  display: none;
}
.archive-layout__link--next {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
.archive-layout__link--prev .btn, .archive-layout__link--prev .archive-hero__link, .archive-layout__link--prev .test__next-button, .archive-layout__link--prev .search-map__mobile-filters button:last-child, .search-map__mobile-filters .archive-layout__link--prev button:last-child, .archive-layout__link--prev .search-map__desktop-filters-apply, .archive-layout__link--prev .gform_wrapper .gfield .ginput_container_fileupload input::file-selector-button, .gform_wrapper .gfield .ginput_container_fileupload .archive-layout__link--prev input::file-selector-button {
  text-align: left;
  border-radius: 10px 0px 0px 0px;
}
@media screen and (min-width: 769px) {
  .archive-layout__featured {
    margin-bottom: 60px;
  }
  .archive-layout__col {
    margin-top: 40px;
  }
  .archive-layout__col:nth-child(2) {
    margin-top: 0;
  }
  .archive-layout__pagination {
    margin-top: 60px;
  }
  .archive-layout__link--numbers {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .archive-layout__col:nth-child(3),
  .archive-layout__col:nth-child(4) {
    margin-top: 0;
  }
}
.booking-modal {
  max-width: 1100px;
  border-radius: 0px 0px 30px 0px;
}
.booking-modal__subtitle {
  color: #6E637E;
}
@media screen and (min-width: 0) {
  .booking-modal__subtitle {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .booking-modal__subtitle {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .booking-modal__subtitle {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .booking-modal__subtitle {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1280px) {
  .booking-modal__subtitle {
    font-size: 18px;
  }
}
.booking-modal__price {
  font-weight: 600;
  margin: 20px 0;
}
@media screen and (min-width: 0) {
  .booking-modal__price {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 577px) {
  .booking-modal__price {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .booking-modal__price {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 1024px) {
  .booking-modal__price {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .booking-modal__price {
    font-size: 20px;
  }
}
.booking-modal__link {
  color: #7B3CEA;
  margin: 20px 0;
}
@media screen and (min-width: 0) {
  .booking-modal__link {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .booking-modal__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .booking-modal__link {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .booking-modal__link {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1280px) {
  .booking-modal__link {
    font-size: 18px;
  }
}
.booking-modal__description {
  color: #48305A;
  margin: 20px 0;
}
@media screen and (min-width: 0) {
  .booking-modal__description {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .booking-modal__description {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .booking-modal__description {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .booking-modal__description {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1280px) {
  .booking-modal__description {
    font-size: 18px;
  }
}

.booking-modal .gform_button {
  color: #FFFFFF;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .booking-modal {
    padding: 60px;
  }
  .booking-modal__inner {
    display: flex;
    justify-content: space-between;
  }
  .booking-modal__content {
    flex: 0 40%;
  }
  .booking-modal__form {
    flex: 0 55%;
  }
}
.breadcrumbs {
  max-width: 1230px;
  margin: 20px auto;
  padding: 0 30px;
  font-size: 0;
}
.breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcrumbs__item,
.breadcrumbs svg {
  display: inline-block;
  margin: 0 10px;
}
.breadcrumbs svg {
  max-width: 7px;
  height: 12px;
}
.breadcrumbs__item:first-child {
  margin-left: 0;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  font-family: "Albert Sans", sans-serif;
  color: #280B3D;
}
.breadcrumbs__link {
  color: #554769;
  text-decoration: none;
  transition: 300ms all;
}
@media screen and (min-width: 0) {
  .breadcrumbs__link {
    font-size: 14px;
    line-height: 1.28;
  }
}
@media screen and (min-width: 577px) {
  .breadcrumbs__link {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .breadcrumbs__link {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbs__link {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .breadcrumbs__link {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .breadcrumbs {
    margin: 40px auto;
  }
}
.clinic-card {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #280B3D;
  background: #FFFFFF;
  text-align: left;
  transition: 300ms;
  border-radius: 0 20px 0 0;
  border: 0;
  margin-bottom: 20px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
  overflow: visible;
}
.clinic-card--no-distance {
  padding-top: 33.5px;
}
.clinic-card__link {
  position: relative;
  padding: 25px;
  text-decoration: none;
  color: #280B3D;
}
.clinic-card__link:after {
  position: absolute;
  content: "";
  background-image: url(images/chevron-right.png);
  height: 12px;
  width: 6.938px;
  right: 20px;
  top: 50%;
}
.clinic-card__body {
  height: 100%;
  transition: transform ease 300ms;
}
.clinic-card__distance {
  display: inline-block;
  color: #7B3CEA;
  font-size: 12px;
  margin-bottom: 8px;
}
.clinic-card__distance--coming-soon {
  margin-bottom: 14px;
}
.clinic-card__title {
  font-family: "cy", sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (min-width: 0) {
  .clinic-card__title {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 577px) {
  .clinic-card__title {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) {
  .clinic-card__title {
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 1024px) {
  .clinic-card__title {
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -0.25px;
  }
}
@media screen and (min-width: 1280px) {
  .clinic-card__title {
    font-size: 26px;
  }
}
.clinic-card__location {
  color: #48305A;
}
@media screen and (min-width: 0) {
  .clinic-card__location {
    font-size: 14px;
    line-height: 1.28;
  }
}
@media screen and (min-width: 577px) {
  .clinic-card__location {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .clinic-card__location {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .clinic-card__location {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .clinic-card__location {
    font-size: 16px;
  }
}
.clinic-card__coming-soon {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 20px;
  padding: 6px 10px;
  background-color: #F7F5F1;
  color: #280B3D;
  pointer-events: none;
}
.clinic-card__info {
  display: flex;
  border-top: 1px solid #F7F5F1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.clinic-card__tab {
  all: unset;
  flex: 1;
  padding: 15px 30px;
  border-right: 1px solid #F7F5F1;
  text-align: center;
  text-wrap: nowrap;
}
.clinic-card__tab:last-of-type {
  border-right: 0;
}
.clinic-card__tab[aria-selected=true] {
  background-color: #F9F8F6;
}
.clinic-card__panel {
  padding: 20px 25px;
  background-color: #F9F8F6;
}
.clinic-card__address, .clinic-card__phone {
  margin-top: 20px;
}
.clinic-card__assessments {
  padding-left: 25px;
}
.clinic-card__assessment {
  list-style-type: disc;
  margin-top: 5px;
}
.clinic-card__assessment:first-of-type {
  margin-top: 0;
}
.clinic-card__opening {
  display: flex;
  margin-top: 5px;
}
.clinic-card__opening:first-of-type {
  margin-top: 0;
}
.clinic-card__day {
  width: 150px;
}
.clinic-card--coming-soon .clinic-card__link:after {
  display: none;
}

@media screen and (min-width: 577px) {
  .clinic-card--no-distance {
    padding-top: 0;
  }
  .clinic-card__coming-soon {
    top: 25px;
    right: 25px;
    padding: 8px 12px;
  }
  .clinic-card__distance--coming-soon {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .clinic-card__link:after {
    right: 25px;
  }
}
@media (hover: hover) {
  .clinic-card__tab {
    transition: 300ms ease-in-out all;
  }
  .clinic-card__tab:hover {
    background-color: #F9F8F6;
    cursor: pointer;
  }
}
.clinician-banner {
  margin: 40px 0 100px;
}
.clinician-banner__card {
  display: flex;
  padding: 25px;
  flex-direction: column;
  gap: 15px;
  background-color: #F7F5F1;
  padding: 25px;
  border-radius: 0 0 40px 0;
}
.clinician-banner__figure {
  -webkit-mask-image: url("../dist/vectors/headshot-mask.svg");
          mask-image: url("../dist/vectors/headshot-mask.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 85px;
  height: 86.458px;
}
.clinician-banner__wrap--main {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.clinician-banner__wrap--profile-info {
  display: flex;
  justify-content: space-between;
}
.clinician-banner__wrap--profile-role {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.clinician-banner__wrap--info {
  color: #48305A;
}
.clinician-banner__wrap--info p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.28;
}
.clinician-banner__wrap--info p:last-child {
  margin-bottom: 0;
}
.clinician-banner__linkedin {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background-color: #E4D8FC;
  color: #7B3CEA;
  border-radius: 0 0 10px 0;
  transform: scale(1);
  transition: 300ms ease-in-out all;
}
.clinician-banner__link {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.clinician-banner__heading {
  position: relative;
  color: #7B3CEA;
  text-decoration: underline;
  margin-top: 8px;
  transition: 300ms ease-in-out all;
}
.clinician-banner__heading + .clinician-banner__content {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .clinician-banner {
    margin: 80px 0 120px;
  }
  .clinician-banner__card {
    padding: 30px;
  }
  .clinician-banner__wrap--info p {
    font-size: 16px;
  }
  .clinician-banner__wrap--main {
    flex-direction: row;
    gap: 20px;
  }
  .clinician-banner__wrap--profile-info {
    flex: 1;
  }
  .clinician-banner__figure {
    width: 75px;
    height: 76.042px;
  }
}
@media (hover: hover) {
  .clinician-banner__heading:has(.clinician-banner__link):hover {
    color: #48305A;
  }
  .clinician-banner__linkedin:hover {
    transform: scale(1.1);
  }
}
.clinician-card__figure {
  -webkit-mask-image: url("../dist/vectors/headshot-mask.svg");
          mask-image: url("../dist/vectors/headshot-mask.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.clinician-card__image {
  width: 100%;
}
.clinician-card__heading {
  margin-top: 15px;
  transition: 300ms ease-in-out all;
}
.clinician-card__heading + .clinician-card__content {
  margin-top: 8px;
}
@media screen and (min-width: 0) {
  .clinician-card__content {
    font-size: 14px;
    line-height: 1.28;
  }
}
@media screen and (min-width: 577px) {
  .clinician-card__content {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .clinician-card__content {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .clinician-card__content {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .clinician-card__content {
    font-size: 16px;
  }
}
.clinician-card__figure {
  margin: 0 10px;
}

@media (hover: hover) {
  .clinician-card:hover .clinician-card__heading {
    color: #7B3CEA;
  }
}
.contact {
  max-width: 100%;
}
@media screen and (min-width: 0) {
  .contact {
    margin: 40px 0;
  }
  .contact.archive-layout--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .contact {
    margin: 40px 0;
  }
  .contact.archive-layout--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .contact {
    margin: 60px 0;
  }
  .contact.archive-layout--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .contact {
    margin: 80px 0;
  }
  .contact.archive-layout--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .contact {
    margin: 120px 0;
  }
  .contact.archive-layout--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.contact__sidebar {
  margin-top: 40px;
}
.contact__sidebar h2 {
  margin: 40px 0 20px;
}
.contact__sidebar h2:first-child {
  margin-top: 0;
}
@media screen and (min-width: 0) {
  .contact__sidebar p {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .contact__sidebar p {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .contact__sidebar p {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .contact__sidebar p {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1280px) {
  .contact__sidebar p {
    font-size: 18px;
  }
}
.contact__info--tel a {
  text-decoration: none;
  font-weight: bold;
}
.contact__info--email {
  margin-top: 10px;
}
.contact__info--button {
  margin-top: 20px;
}

@media screen and (min-width: 1024px) {
  .contact__sidebar {
    max-width: 300px;
    margin-left: auto;
    margin-top: 0;
  }
}
.fancybox__backdrop {
  background-color: rgba(40, 11, 61, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.fancybox__slide {
  padding: 0;
}
.fancybox__carousel, .fancybox__content, .fancybox__slide {
  cursor: initial !important;
}
.fancybox__content select:focus,
.fancybox__content input:focus,
.fancybox__content textarea:focus {
  outline: none !important;
}
.fancybox__slide:before, .fancybox__slide:after {
  height: 9;
}

.carousel__button {
  background-color: #280B3D;
  top: 20px !important;
  right: 20px !important;
  width: 40px;
  height: 40px;
  border-radius: 0px 0px 10px 0px;
  transition: 300ms;
}
.carousel__button svg {
  width: 20px;
  height: 20px;
  color: #FFFFFF;
  filter: none;
}
.carousel__button:hover {
  background-color: #FFFFFF;
}
.carousel__button:hover svg {
  color: #280B3D;
}

@media screen and (min-width: 769px) {
  .fancybox__slide {
    padding: 40px;
  }
  .carousel__button {
    top: -20px !important;
    right: -20px !important;
  }
}
.featured-card {
  position: relative;
  border-radius: 10px;
  border: 1px solid;
  border-color: #F7F5F1;
  background-color: #FFFFFF;
  color: #48305A;
  text-align: left;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.03);
  transition: 300ms;
  overflow: hidden;
}
.featured-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.featured-card:hover .featured-card__overlay {
  opacity: 0.8;
}
.featured-card:hover .featured-card__label {
  padding-right: 20px;
}
.featured-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  z-index: 2;
}
.featured-card__col--image {
  position: relative;
}
.featured-card__col--image:before {
  content: "";
  display: block;
  padding-top: 64.3%;
}
.featured-card__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(123, 60, 234, 0.9);
  z-index: 1;
  transition: 300ms;
}
.featured-card__wrap {
  padding: 40px 20px;
}
.featured-card__subheading {
  margin: 0 0 10px;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  .featured-card__wrap {
    padding: 60px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .featured-card__wrap {
    padding: 90px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .featured-card__col {
    flex-basis: 60%;
    max-width: 60%;
  }
  .featured-card__col--content {
    flex-basis: 40%;
    max-width: 40%;
  }
}
.flickity-prev-next-button {
  background-color: rgba(0, 0, 0, 0);
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 0;
  color: #FFFFFF;
}
.flickity-prev-next-button:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #D95978;
}
.flickity-prev-next-button.previous {
  left: 20px;
}
.flickity-prev-next-button.next {
  right: 20px;
}
.flickity-prev-next-button .flickity-button-icon {
  top: 50%;
  left: 50%;
  max-width: 40px;
  width: 100%;
  height: 40px;
  color: inherit;
  transform: translate(-50%, -50%);
  transition: 300ms;
}

.flickity-page-dots {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background-color: #DDD8DE;
  transition: 300ms;
}
.flickity-page-dots .dot:hover {
  background-color: #7B3CEA;
}
.flickity-page-dots .dot.is-selected {
  background-color: #7B3CEA;
}

.main-footer {
  max-width: 100%;
  overflow: hidden;
}

.top-footer {
  background-color: #280B3D;
  color: #FFFFFF;
  padding-top: 20px;
}
.top-footer__container {
  padding: 0;
}
.top-footer__col--left {
  position: relative;
}
.top-footer__col--left::after {
  content: " ";
  position: absolute;
  left: 45px;
  right: 45px;
  bottom: 0;
  height: 1px;
  background: #38274D;
}
.top-footer__wrap[data-footer-toggle] {
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.top-footer__wrap[data-footer-toggle] svg {
  position: absolute;
  top: 50%;
  right: 25px;
  max-width: 12px;
  height: 7px;
  color: #7B3CEA;
  transform: translateY(-50%);
  transition: 300ms;
}
.top-footer__wrap--active[data-footer-toggle] svg {
  transform: translateY(-50%) rotate(180deg);
}
.top-footer__heading {
  padding: 25px;
  font-size: 20px;
  color: #E4D8FC;
}
.top-footer__items[data-footer-item] {
  height: 0;
  overflow: hidden;
  transition: 300ms;
}
.top-footer__menu {
  margin: 0;
  padding: 24px 25px;
  list-style-type: none;
}
.top-footer__item {
  display: block;
  margin: 16px 0 0;
}
.top-footer__item:first-child {
  margin-top: 0;
}
.top-footer__link {
  display: inline-block;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  color: #FFFFFF;
  transition: 300ms all;
}
.top-footer__link:hover {
  color: #D95978;
}
.top-footer__info {
  margin: 0;
  padding: 0 25px;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.top-footer__info:last-child {
  padding-bottom: 24px;
}
.top-footer__info--phone {
  margin-top: 10px;
  font-size: 20px;
  font-family: "cy", sans-serif;
}
.top-footer__info--button {
  margin: 20px 0 0 25px;
}
.top-footer__info--address {
  margin-top: 30px;
}
.top-footer__anchor {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: 300ms;
}
.top-footer__anchor:hover {
  color: #D95978;
}
.top-footer__socials {
  padding: 0 25px;
}

.bottom-footer {
  position: relative;
  padding: 25px 0;
  background-color: #280B3D;
}
.bottom-footer__row {
  position: relative;
  align-items: center;
  z-index: 1;
}
.bottom-footer__row::after {
  content: " ";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 1px;
  background: #38274D;
}
.bottom-footer__col {
  padding-top: 30px;
}
.bottom-footer__menu {
  margin: 25px 0 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.bottom-footer__item {
  display: block;
}
.bottom-footer__item:after {
  content: "•";
  color: #FFFFFF;
  margin: 0 5px;
}
.bottom-footer__item:last-child:after {
  display: none;
}
.bottom-footer__link {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #FFFFFF;
  transition: 300ms;
}
.bottom-footer__link:hover {
  color: #D95978;
}
.bottom-footer__text {
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
.bottom-footer__logo {
  display: none;
}

@media screen and (min-width: 769px) {
  .top-footer {
    padding: 80px 0 60px;
    text-align: left;
  }
  .top-footer__container {
    padding: 0 30px;
  }
  .top-footer__col--left::after {
    display: none;
  }
  .top-footer__wrap {
    border: 0;
    pointer-events: none;
  }
  .top-footer__wrap:after {
    content: none;
  }
  .top-footer__wrap svg {
    display: none;
  }
  .top-footer__heading {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
    padding: 0;
  }
  .top-footer__items[data-footer-item] {
    height: auto;
  }
  .top-footer__items::after {
    display: none;
  }
  .top-footer__menu,
  .top-footer__info {
    padding: 0;
  }
  .top-footer__info {
    font-size: 18px;
    line-height: 26px;
  }
  .top-footer__info--phone {
    font-size: 26px;
  }
  .top-footer__info--button {
    margin-left: 0;
  }
  .top-footer__socials {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-footer__link {
    font-size: 18px;
    line-height: 26px;
  }
  .bottom-footer__menu {
    margin-top: 0;
  }
  .bottom-footer__col {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bottom-footer__logo {
    display: inline-block;
    margin: 0;
    font-size: 0;
    color: #F7F5F1;
    transition: 300ms;
  }
  .bottom-footer__logo:hover {
    color: #FFFFFF;
  }
  .bottom-footer__logo svg {
    display: inline-block;
    max-width: 53px;
    height: 60px;
  }
}
.form-popup {
  position: relative;
  max-width: 935px;
  background-color: #FFFFFF;
  padding: 30px;
}
.form-popup__content {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .form-popup {
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
  }
  .form-popup .gform_wrapper .gfield {
    margin-bottom: 10px;
  }
  .form-popup .gform_wrapper .gfield input,
  .form-popup .gform_wrapper .gfield textarea,
  .form-popup .gform_wrapper .gfield select {
    color: #554769;
  }
  .form-popup__col--right {
    margin-top: 8px;
  }
  .form-popup__content {
    max-width: 420px;
  }
}
@media screen and (min-width: 1024px) {
  .form-popup {
    padding: 60px;
  }
}
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  background-color: #F7F5F1;
  transition: all 0.3s ease-in-out;
}
.header__container--top {
  max-width: 1920px;
}
.header__row {
  align-items: center;
}
.header__col {
  flex: 1;
}
.header__col--logo {
  display: flex;
  justify-content: center;
  order: 2;
}
.header__col--nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}
.header__col--secondary {
  display: flex;
  align-items: center;
  gap: 30px;
  order: 1;
}
.header__col--mobile {
  display: flex;
  justify-content: flex-end;
  order: 3;
}
.header__wrap {
  display: flex;
  gap: 10px;
}
.header__wrap--secondary {
  display: none;
}
.header__logo-link {
  display: inline-block;
  font-size: 0;
  transition: 300ms all;
}
.header__logo-link:hover {
  opacity: 0.8;
}
.header__logo {
  width: 100%;
  height: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.header__menu, .header__button {
  display: none;
}
.header__button {
  min-width: 0;
  padding-top: 16px;
  padding-bottom: 20px;
  font-size: 17px;
}
.header__mobile {
  display: flex;
  color: #280B3D;
  transition: 300ms all;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.header__mobile svg {
  max-width: 24px;
  height: 24px;
  color: inherit;
}
.header__mobile:hover {
  color: #7B3CEA;
}
.header__mobile.is-active .header__icon--open {
  display: none;
}
.header__mobile.is-active .header__icon--close {
  display: inline-block;
}
.header__mobile {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
  padding: 0;
}
.header__search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
}
.header__icon {
  width: 20px;
  height: 20px;
}
.header__icon--close {
  display: none;
}
.header--primary {
  background-color: #F7F3FF;
}
.header--white, body:has(.mobile-menu--active) .header {
  background-color: #FFFFFF;
}
.header--white .search-form__field, body:has(.mobile-menu--active) .header .search-form__field {
  background-color: #F7F5F1;
}
.header--scrolled {
  background: #FFFFFF;
}
.header.headroom--unpinned {
  transform: translateY(-100%);
  background-color: #FFFFFF;
}
.header.headroom--not-top.headroom--pinned {
  background-color: #FFFFFF;
}
.header.headroom--not-top.headroom--pinned .search-form__field {
  background-color: #F7F5F1;
}

.admin-bar .header {
  top: 46px;
}

@media screen and (min-width: 782px) {
  .admin-bar .header {
    top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .header__container--top {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__container--bottom {
    outline: 1px solid #DDD8DE;
  }
  .header__col--logo {
    flex: initial;
  }
  .header__col--logo {
    order: 1;
  }
  .header__col--secondary {
    justify-content: flex-end;
    order: 2;
    flex: unset;
    flex-grow: 1;
  }
  .header__col--mobile {
    display: none;
  }
  .header__logo {
    height: 55px;
    margin: 22.5px 0;
  }
  .header__button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__search {
    background-color: #FFFFFF;
    justify-content: center;
  }
  .header__wrap--secondary {
    display: flex;
  }
  .header--primary .header__container--bottom {
    outline-color: #E4D8FC;
  }
  .header--white .header__container--bottom, body:has(.mobile-menu--active) .header .header__container--bottom {
    outline-color: #F7F5F1;
  }
  .header--white .header__search, body:has(.mobile-menu--active) .header .header__search {
    background-color: #F7F5F1;
  }
  .header.headroom--not-top.headroom--pinned .header__search {
    background-color: #F7F5F1;
    outline-color: #F7F5F1;
  }
}
@media screen and (min-width: 1280px) {
  .header__container--top,
  .header__container--bottom {
    width: 100%;
  }
  .header__col--secondary {
    gap: 50px;
  }
  .header__search {
    display: none;
  }
  .header__logo {
    height: 60px;
    margin: 20px 0;
  }
}
.knowledge-base-card {
  display: block;
  height: 100%;
  padding: 20px;
  background-color: #F7F5F1;
  border-radius: 0 0 20px 0;
  text-decoration: none;
}
.knowledge-base-card__heading-wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.knowledge-base-card__heading--taxonomy {
  font-size: 16px;
}
.knowledge-base-card__content {
  margin-top: 20px;
  color: #554769;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 1024px) {
  .knowledge-base-card {
    padding: 30px;
  }
  .knowledge-base-card__heading--taxonomy {
    font-size: 20px;
  }
}
@media (hover: hover) {
  .knowledge-base-card {
    transition: transform 0.3s ease-in-out;
  }
  .knowledge-base-card:hover {
    color: #280B3D;
    transform: translateY(-10px);
  }
}
.knowledge-base-cards {
  padding: 70px 0 60px;
}
.knowledge-base-cards__row {
  gap: 30px 0;
}
.knowledge-base-cards + .block {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .knowledge-base-cards {
    padding: 100px 0;
  }
}
.knowledge-base-hero {
  background-color: #F7F3FF;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 70px;
}
.knowledge-base-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 300px;
}
.knowledge-base-hero__subheading {
  display: none;
  order: 1;
  color: #554769;
}
.knowledge-base-hero__heading {
  order: 2;
}
.knowledge-base-hero__content {
  order: 3;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .knowledge-base-hero__container {
    max-width: 780px;
  }
}
@media screen and (min-width: 1024px) {
  .knowledge-base-hero {
    padding-top: 260px;
    padding-bottom: 100px;
  }
  .knowledge-base-hero__subheading {
    display: block;
  }
  .knowledge-base-hero__content {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .knowledge-base-hero {
    padding-top: 270px;
  }
}
.knowledge-base-search__overlay {
  display: none;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(40, 11, 61, 0.1);
}
.knowledge-base-search__form {
  display: block;
  position: relative;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -34px;
}
.knowledge-base-search__input {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.03);
  position: relative;
  box-sizing: border-box;
  border: none;
  border-radius: 0 0 20px 0;
  outline: none;
  padding: 25px 53px 25px 25px;
  width: 100%;
}
@media screen and (min-width: 0) {
  .knowledge-base-search__input {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .knowledge-base-search__input {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .knowledge-base-search__input {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .knowledge-base-search__input {
    font-size: 22px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .knowledge-base-search__input {
    font-size: 22px;
  }
}
.knowledge-base-search__input[type=search]::-webkit-search-cancel-button, .knowledge-base-search__input[type=text]::-webkit-clear-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.knowledge-base-search__button {
  all: unset;
  position: absolute;
  right: 30px;
  top: 50%;
  z-index: 6;
  width: 18px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: 300ms ease-in-out all;
}
.knowledge-base-search__button:hover {
  color: #7B3CEA;
}
.knowledge-base-search .relevanssi-live-search-results {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.03);
  border: none;
  border-radius: 0 0 20px 0;
  min-height: 50px;
}
.knowledge-base-search .relevanssi-live-search-results.relevanssi-live-search-results-showing {
  display: none;
}
.knowledge-base-search .relevanssi-live-search-results .relevanssi-live-search-result, .knowledge-base-search .relevanssi-live-search-results .relevanssi-live-search-result-status {
  background-color: #FFFFFF;
  transition: 300ms ease-in-out all;
}
.knowledge-base-search .relevanssi-live-search-results .relevanssi-live-search-result p, .knowledge-base-search .relevanssi-live-search-results .relevanssi-live-search-result-status p {
  border-bottom: none;
}
.knowledge-base-search .relevanssi-live-search-results .relevanssi-live-search-result a, .knowledge-base-search .relevanssi-live-search-results .relevanssi-live-search-result-status a {
  color: #280B3D;
  text-decoration: none;
  color: #280B3D;
}
.knowledge-base-search .relevanssi-live-search-results .relevanssi-live-search-result a:hover, .knowledge-base-search .relevanssi-live-search-results .relevanssi-live-search-result-status a:hover {
  color: #280B3D;
}
.knowledge-base-search .relevanssi-live-search-results .relevanssi-live-search-result:hover, .knowledge-base-search .relevanssi-live-search-results .relevanssi-live-search-result-status:hover {
  background-color: #F7F5F1;
}
.knowledge-base-search .relevanssi-live-search-results .relevanssi-live-search-no-results {
  background-color: #FFFFFF;
  padding: 20px 25px;
}
.knowledge-base-search .relevanssi-live-search-results button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: 600;
}

.rlv-has-spinner {
  border-color: #7B3CEA !important;
  border-right-color: transparent !important;
}

.rlv-has-spinner::after {
  background-color: #7B3CEA !important;
}

@media screen and (min-width: 1024px) {
  .knowledge-base-search .relevanssi-live-search-results.relevanssi-live-search-results-showing {
    display: block;
  }
  .knowledge-base-search__overlay--active {
    display: block;
  }
  .knowledge-base-search__form {
    margin-top: -39px;
  }
  .knowledge-base-search__input {
    padding: 30px 64px 30px 30px;
  }
  .knowledge-base-search__input--active {
    z-index: 6;
  }
  .knowledge-base-search__button {
    width: 24px;
  }
  .relevanssi-live-search-results {
    top: 90px !important;
    left: 0 !important;
  }
}
.knowledge-base-single-hero {
  padding-top: 70px;
  background-color: #F7F3FF;
  text-align: center;
}
.knowledge-base-single-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 960px;
  padding: 20px 0 70px;
}
.knowledge-base-single-hero__subheading {
  display: none;
  order: 1;
  color: #554769;
}
.knowledge-base-single-hero__breadcrumb {
  text-decoration: none;
  color: #554769;
}
.knowledge-base-single-hero__heading {
  order: 2;
}

@media screen and (min-width: 1024px) {
  .knowledge-base-single-hero {
    padding-top: 170px;
  }
  .knowledge-base-single-hero__container {
    gap: 15px;
    padding: 80px;
  }
  .knowledge-base-single-hero__heading + .knowledge-base-single-hero__subheading {
    margin-top: 0;
  }
  .knowledge-base-single-hero__subheading {
    display: block;
    margin-top: 0;
  }
}
.mobile-menu {
  position: fixed;
  top: 70px;
  right: -101%;
  bottom: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  background-color: #FFFFFF;
  transition: 300ms;
}
.mobile-menu--active {
  right: 0;
}
.mobile-menu__head {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 28px 30px;
  background-color: #FFFFFF;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu__logo-link {
  display: inline-block;
  font-size: 0;
  transition: 300ms all;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mobile-menu__logo-link:hover {
  opacity: 0.8;
}
.mobile-menu__wrap--body {
  max-height: 100%;
  width: 100%;
  font-size: 0;
  overflow: scroll;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: none;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu__wrap--body::-webkit-scrollbar {
  display: none;
}
.mobile-menu__wrap--buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  gap: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.mobile-menu__menu, .mobile-menu__sub-menu {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mobile-menu__menu {
  border-top: 1px solid #DDD8DE;
}
.mobile-menu__item, .mobile-menu__sub-menu-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.mobile-menu__item--parent, .mobile-menu__sub-menu-item--parent {
  cursor: pointer;
  padding-right: 60px;
}
.mobile-menu__item--active .mobile-menu__arrow, .mobile-menu__sub-menu-item--active .mobile-menu__arrow {
  transform: rotate(0);
}
.mobile-menu__item--active .mobile-menu__sub-menu, .mobile-menu__sub-menu-item--active .mobile-menu__sub-menu {
  transition: height 300ms;
}
.mobile-menu__arrow-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 67px;
  height: 67px;
  border-bottom: 1px solid #DDD8DE;
}
.mobile-menu__arrow {
  position: absolute;
  top: 30px;
  right: 25px;
  max-width: 12px;
  height: 7px;
  color: #280B3D;
  transform: rotate(180deg);
  transition: 300ms all;
}
.mobile-menu__link, .mobile-menu__sub-menu-link {
  position: relative;
  display: block;
  padding: 24px 30px;
  font-family: "cy", sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #DDD8DE;
  text-decoration: none;
  color: #280B3D;
  transition: 300ms all;
}
.mobile-menu__link:hover, .mobile-menu__sub-menu-link:hover {
  color: #280B3D;
}
.mobile-menu__sub-menu {
  height: 0;
  margin-right: -60px;
  background-color: #FFFFFF;
}
.mobile-menu__sub-menu-item {
  background-color: #F7F5F1;
}
.mobile-menu__sub-menu-link {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 577px) {
  .mobile-menu {
    max-width: 400px;
  }
}
.primary-header__item--mega-menu .mobile-menu__sub-menu--1__item {
  padding-right: 0;
}
.primary-header__item--mega-menu .mobile-menu__sub-menu-link--1,
.primary-header__item--mega-menu .mobile-menu__sub-menu-link--2 {
  border: 0;
}
.primary-header__item--mega-menu .mobile-menu__sub-menu--1 .mobile-menu__sub-menu--1__item .mobile-menu__sub-menu-link--1 {
  font-weight: 600;
  padding-top: 50px;
  padding-bottom: 25px;
  pointer-events: none;
}
@media screen and (min-width: 0) {
  .primary-header__item--mega-menu .mobile-menu__sub-menu--1 .mobile-menu__sub-menu--1__item .mobile-menu__sub-menu-link--1 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (min-width: 577px) {
  .primary-header__item--mega-menu .mobile-menu__sub-menu--1 .mobile-menu__sub-menu--1__item .mobile-menu__sub-menu-link--1 {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .primary-header__item--mega-menu .mobile-menu__sub-menu--1 .mobile-menu__sub-menu--1__item .mobile-menu__sub-menu-link--1 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .primary-header__item--mega-menu .mobile-menu__sub-menu--1 .mobile-menu__sub-menu--1__item .mobile-menu__sub-menu-link--1 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .primary-header__item--mega-menu .mobile-menu__sub-menu--1 .mobile-menu__sub-menu--1__item .mobile-menu__sub-menu-link--1 {
    font-size: 18px;
  }
}
.primary-header__item--mega-menu .mobile-menu__sub-menu--1 .mobile-menu__sub-menu--1__item:first-of-type .mobile-menu__sub-menu-link--1 {
  padding-top: 30px;
}
.primary-header__item--mega-menu .mobile-menu__sub-menu--2 {
  height: auto;
}
.primary-header__item--mega-menu .mobile-menu__sub-menu--2 .mobile-menu__sub-menu-item .mobile-menu__sub-menu-link {
  padding-top: 0;
  padding-bottom: 20px;
}
.primary-header__item--mega-menu .mobile-menu__sub-menu--2 .mobile-menu__sub-menu-item:last-of-type .mobile-menu__sub-menu-link {
  padding-bottom: 0;
}

.page-card {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid;
  border-color: #F7F5F1;
  color: #48305A;
  background: #F7F5F1;
  text-align: left;
  transition: 300ms;
  border-radius: 0px 0px 20px 0px;
  overflow: hidden;
}
.page-card--columns {
  padding-left: 100px;
}
.page-card--columns .page-card__image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
}
.page-card--columns .page-card__image img {
  height: 100%;
  width: auto;
}
.page-card--columns .page-card__content {
  display: none;
}
.page-card--no-image {
  padding: 0 0 20px;
  border-color: #DDDEE3;
  border-radius: 0;
  border-style: none none solid none;
  box-shadow: none;
}
.page-card--no-image:hover {
  box-shadow: none;
}
.page-card--no-image .page-card__image {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
}
.page-card--no-image .page-card__image img {
  height: 100%;
  width: auto;
}
.page-card--no-image .page-card__body {
  padding: 30px;
}
.page-card--no-image .page-card__content {
  display: none;
}
.page-card__cat {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #F7F5F1;
  color: #280B3D;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 0px 0px 10px 0px;
}
.page-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  z-index: 2;
  cursor: pointer;
}
.page-card__body {
  flex: 1 1 auto;
  padding: 25px;
  text-align: center;
}
.page-card__footer {
  padding: 0 30px 30px;
}
.page-card__body + .page-card__footer {
  padding-top: 0;
}
.page-card__image {
  display: none;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.page-card__wrap {
  position: relative;
  margin: 0;
  transition: 300ms;
}
.page-card__wrap--icon {
  padding-right: 30px;
}
.page-card__wrap svg {
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 7px;
  height: 12px;
  color: inherit;
  transform: translateY(-50%);
}
.page-card__subheading {
  margin: 0 0 10px;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.page-card__content {
  margin: 18px 0 0;
}
@media screen and (min-width: 0) {
  .page-card__content {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .page-card__content {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .page-card__content {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .page-card__content {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1280px) {
  .page-card__content {
    font-size: 18px;
  }
}
.page-card__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(123, 60, 234, 0.9);
  z-index: 1;
  transition: 300ms;
}
.page-card__button {
  margin: 30px 0 0;
}

.page-card--post.page-card {
  border: 0;
  box-sizing: none;
  background: transparent;
}
.page-card--post .page-card__image {
  display: block;
  height: 140px;
}
.page-card--post .page-card__image .size-page-card {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.page-card--post .page-card__body {
  text-align: left;
  padding: 10px 0 0;
}
.page-card--post .page-card__image {
  border-radius: 0px 0px 20px 0px;
}
.page-card--post .page-card__subheading {
  margin: 5px 0 10px;
  font-size: 14px;
  text-transform: unset;
}
.page-card--post .page-card__heading {
  font-size: 20px;
}
.page-card--post .page-card__content {
  margin-top: 10px;
}

.page-card--white {
  height: 100%;
  border: 0;
  background: #FFFFFF;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
  overflow: visible;
}
.page-card--white .page-card__body {
  height: 100%;
  transition: transform ease 300ms;
}

.page-card--assessment {
  border: 3px solid #FFFFFF;
  cursor: pointer;
}
.page-card--assessment .page-card__wrap {
  position: static;
}
.page-card--assessment .page-card__wrap svg {
  right: 20px;
}
.page-card--assessment .page-card__body {
  padding-bottom: 58px;
  text-align: left;
}
.page-card--assessment .page-card__more svg {
  display: none;
}
.page-card--assessment .page-card__label {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
.page-card--assessment .page-card--asessment-link {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.page-card--vacancy {
  height: 100%;
  border: 0;
  background: #FFFFFF;
}
.page-card--vacancy .page-card__body {
  height: 100%;
  background: #F7F5F1;
  border-radius: 0px 0px 20px 0px;
  transition: transform ease 300ms;
}

@media screen and (min-width: 577px) {
  .page-card:hover {
    transform: translateY(-12px);
  }
  .page-card__image {
    display: block;
  }
  .page-card__body {
    text-align: left;
  }
  .page-card--columns:hover,
  .page-card--no-image:hover {
    transform: none;
  }
  .page-card__content {
    display: block;
  }
  .page-card--no-image {
    margin-bottom: 0;
    padding: 0 0 0 100px;
    border-radius: 10px;
    border: 1px solid;
    border-color: #F7F5F1;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.03);
  }
  .page-card--no-image:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  }
  .page-card--no-image .page-card__image {
    display: block;
  }
  .page-card--assessment:hover {
    transform: none;
    top: 0;
    border: 3px solid #7B3CEA;
  }
}
@media screen and (min-width: 769px) {
  .page-card--columns,
  .page-card--no-image {
    padding-left: 0;
  }
  .page-card--columns:hover,
  .page-card--no-image:hover {
    transform: translateY(-12px);
  }
  .page-card--columns .page-card__image,
  .page-card--no-image .page-card__image {
    position: relative;
    width: auto;
  }
  .page-card--columns .page-card__image img,
  .page-card--no-image .page-card__image img {
    height: auto;
    width: 100%;
  }
  .page-card__body {
    padding: 30px;
  }
  .page-card--post .page-card__subheading {
    margin: 5px 0 10px;
    font-size: 16px;
    text-transform: uppercase;
  }
  .page-card--post .page-card__content {
    font-size: 16px;
    margin-top: 18px;
  }
  .page-card--post .page-card__image {
    height: auto;
  }
  .page-card--post .page-card__image .page-card-size {
    -o-object-fit: unset;
       object-fit: unset;
    -o-object-position: unset;
       object-position: unset;
    height: auto;
  }
  .page-card--assessment .page-card__body {
    padding-bottom: 63px;
  }
  .page-card--assessment .page-card--asessment-link {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .page-card--columns .page-card__content {
    display: block;
  }
}
.pagination {
  padding: 40px 0 50px;
}
.pagination__row {
  display: flex;
  justify-content: space-between;
}
.pagination__link--numbers {
  display: none;
}
.pagination .page-numbers {
  font-family: "cy", sans-serif;
  border-radius: 0 0 20px 0;
}
.pagination__button {
  min-width: 50px;
  width: 50px;
  aspect-ratio: 1;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .pagination {
    padding: 100px 0;
  }
  .pagination__link--numbers {
    display: block;
  }
  .pagination__button {
    width: 70px;
    min-width: 70px;
  }
}
ul.page-numbers {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
ul.page-numbers li {
  display: inline-block;
}
ul.page-numbers span, ul.page-numbers a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  padding: 0;
}
ul.page-numbers .current {
  background: #F7F5F1;
  color: #7B3CEA;
}
ul.page-numbers a {
  text-decoration: none;
  color: #280B3D;
}
ul.page-numbers a:hover {
  background: #F7F5F1;
}

.pagination__button.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.2;
}

.popup-search {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: -1;
}
.popup-search .search-form {
  opacity: 0;
  transition: 300ms;
  pointer-events: none;
}
.popup-search--active {
  z-index: 1;
}
.popup-search--active .search-form {
  opacity: 1;
  pointer-events: initial;
}
.popup-search .search-form__container {
  border-top: 1px solid #6E637E;
}
.popup-search .search-form__field {
  border-radius: 0;
  border-color: #DDD8DE;
}
.popup-search .search-form__field:focus {
  border-color: #DDD8DE;
}

@media screen and (min-width: 769px) {
  .popup-search {
    display: none;
  }
}
.post-card {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  border: 1px solid;
  border: 0;
  color: #48305A;
  background: #F7F5F1;
  text-align: left;
  transition: 300ms;
  border-radius: 0px 0px 20px 0px;
  background: transparent;
}
.post-card__cat {
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 0px 0px 10px 0px;
  margin-top: 10px;
  padding: 6px 12px;
  background: #F7F5F1;
  font-size: 12px;
  color: #280B3D;
}
.post-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
  z-index: 2;
  cursor: pointer;
}
.post-card__body {
  flex: 1 1 auto;
  text-align: left;
}
.post-card__footer {
  padding: 0 30px 30px;
}
.post-card__body + .post-card__footer {
  padding-top: 0;
}
.post-card__image {
  display: block;
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 0px 0px 20px 0px;
  width: 80px;
  height: 100%;
  flex-shrink: 0;
}
.post-card__image img, .post-card__image .size-page-card-small {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.post-card__wrap {
  position: relative;
  margin: 0;
  transition: 300ms;
}
.post-card__wrap--icon {
  padding-right: 30px;
}
.post-card__wrap svg {
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 7px;
  height: 12px;
  color: inherit;
  transform: translateY(-50%);
}
.post-card__subheading {
  margin: 5px 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
}
.post-card__content {
  display: none;
  margin: 18px 0 0;
}
@media screen and (min-width: 0) {
  .post-card__content {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .post-card__content {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .post-card__content {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .post-card__content {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1280px) {
  .post-card__content {
    font-size: 18px;
  }
}
.post-card__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(123, 60, 234, 0.9);
  z-index: 1;
  transition: 300ms;
}
.post-card__button {
  margin: 30px 0 0;
}

@media screen and (min-width: 577px) {
  .post-card:hover {
    transform: translateY(-12px);
  }
  .post-card__image {
    display: block;
  }
  .post-card__body {
    text-align: left;
  }
  .post-card__content {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .post-card {
    flex-direction: column;
    gap: 0;
  }
  .post-card__body {
    padding: 10px 0 0;
  }
  .post-card__image {
    width: 100%;
    height: auto;
  }
  .post-card__subheading {
    margin: 5px 0 10px;
    font-size: 16px;
    text-transform: uppercase;
  }
  .post-card__content {
    font-size: 16px;
  }
  .post-card__cat {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .post-card--columns .post-card__content {
    display: block;
  }
}
.price-card {
  position: relative;
  display: flex;
  width: 100%;
  padding: 25px;
  flex-direction: column;
  border-radius: 6px;
  border: 1px solid #DDD8DE;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.03);
  background-color: #FFFFFF;
  color: #280B3D;
  transition: 300ms;
  overflow: hidden;
}
.price-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.price-card__header {
  padding-bottom: 13px;
  border-bottom: 1px solid #280B3D;
}
.price-card__heading + .price-card__subheading {
  margin-top: 8px;
}
.price-card__body {
  flex: 1 1 auto;
  padding-top: 16px;
  color: #554769;
}
.price-card__body .price-card__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.price-card__body .price-card__item {
  margin-top: 10px;
  padding-left: 0;
}
.price-card__footer {
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid #DDDEE3;
}
.price-card__price, .price-card__label, .price-card__frequency {
  display: block;
}
.price-card__label + .price-card__frequency {
  margin-top: 10px;
}
.price-card__frequency {
  color: #554769;
}
.price-card__button {
  margin-top: 26px;
  width: 100%;
}

@media screen and (min-width: 577px) {
  .price-card--small {
    padding: 25px 15px;
  }
  .price-card:hover {
    transform: translateY(-12px);
  }
  .price-card__body {
    padding-top: 25px;
  }
  .price-card__button {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .price-card__footer {
    margin-top: 35px;
    padding-top: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .price-card--small {
    padding: 25px 20px;
  }
}
.primary-header__menu {
  display: none;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  vertical-align: middle;
}
.primary-header__menu > .primary-header__item--parent {
  cursor: pointer;
}
.primary-header__menu > .primary-header__item--parent:hover .primary-header__arrow {
  transform: rotate(0);
}
.primary-header__item {
  position: static;
  display: inline-block;
}
.primary-header__item::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: var(--mega-menu-top, 0);
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(40, 11, 61, 0.07);
  width: 100%;
  height: 100vh;
  z-index: -10;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0s 0.3s; /* Transition opacity and visibility */
}
.primary-header__item--current > .primary-header__link, .primary-header__item--current > .primary-header__sub-menu-link {
  color: #7B3CEA;
}
.primary-header__item:hover > .primary-header__sub-menu {
  display: inline-block;
  opacity: 1;
}
.primary-header__item--wide {
  position: unset;
}
.primary-header__item--wide .primary-header__sub-menu {
  top: calc(100% + 1px);
  width: 100%;
  padding: 24px 20px;
  text-align: center;
}
.primary-header__item--wide .primary-header__sub-menu-item {
  margin: 0 30px;
  display: inline-block;
}
.primary-header__item--wide .primary-header__sub-menu-item:first-child {
  margin-left: 0;
}
.primary-header__item--wide .primary-header__sub-menu-item:last-child {
  margin-right: 0;
}
.primary-header__item--mega-menu {
  position: relative;
}
.primary-header__item--mega-menu .primary-header__sub-menu {
  overflow: visible;
}
.primary-header__item--mega-menu .primary-header__sub-menu-item {
  border: 0;
}
.primary-header__item--mega-menu .primary-header__sub-menu-link {
  padding: 0;
  border: 0;
}
.primary-header__item--mega-menu .primary-header__sub-menu--1 {
  display: flex;
  opacity: 0;
  visibility: hidden;
  justify-content: space-between;
  width: calc(100vw - 40px);
  max-width: 1320px;
  top: calc(100% + 20px);
  left: 50%;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 0px rgba(40, 11, 61, 0.05);
  transition: opacity 0.3s ease, visibility 0s 0.3s; /* Transition opacity and visibility */
}
.primary-header__item--mega-menu .primary-header__sub-menu--1 .primary-header__sub-menu-item:last-child .primary-header__sub-menu-link {
  border-radius: 0;
}
.primary-header__item--mega-menu .primary-header__sub-menu--1 .primary-header__sub-menu--1__item .primary-header__sub-menu-link--1 {
  font-weight: bold;
}
.primary-header__item--mega-menu .primary-header__sub-menu--1 .primary-header__sub-menu-link--1 {
  pointer-events: none;
  font-family: "cy", sans-serif;
}
.primary-header__item--mega-menu .primary-header__sub-menu--1 .primary-header__sub-menu-link--1:hover {
  border: 0;
  background-color: transparent;
  pointer-events: none;
}
.primary-header__item--mega-menu .primary-header__sub-menu--2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  top: unset;
  left: unset;
  background: none;
  margin-top: 30px;
  width: auto;
  opacity: 1;
  transform: none;
}
.primary-header__item--mega-menu .primary-header__sub-menu-link--2 {
  transition: 300ms ease-in-out all;
}
.primary-header__item--mega-menu .primary-header__sub-menu-link--2:hover {
  background-color: transparent;
  border-left: 0;
  color: #7B3CEA;
}
.primary-header__item--mega-menu:hover > .primary-header__sub-menu {
  display: flex;
  visibility: visible; /* Make it visible on hover */
  opacity: 1; /* Fade in */
  transition: opacity 0.3s ease, visibility 0s; /* Remove delay for visibility when showing */
}
.primary-header__arrow-wrap {
  margin-left: -10px;
  display: inline-block;
  padding-right: 25px;
}
.primary-header__arrow {
  display: inline-block;
  width: 11px;
  transform: rotate(180deg);
  transition: 300ms all;
  vertical-align: middle;
}
.primary-header__sub-menu {
  position: absolute;
  display: none;
  top: calc(100% + 20px);
  width: 390px;
  padding: 0;
  background-color: #FFFFFF;
  border-radius: 20px;
  list-style-type: none;
  opacity: 0;
  text-align: left;
  transform: translateX(-50%);
  cursor: default;
}
.primary-header__sub-menu:before {
  content: "";
  position: absolute;
  top: -47px;
  right: 0;
  left: 0;
  height: 47px;
}
.primary-header__link, .primary-header__sub-menu-link {
  display: inline-block;
  font-family: "cy", sans-serif;
  text-decoration: none;
  font-weight: 600;
  color: #280B3D;
  transition: 300ms all;
  vertical-align: middle;
}
@media screen and (min-width: 0) {
  .primary-header__link, .primary-header__sub-menu-link {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (min-width: 577px) {
  .primary-header__link, .primary-header__sub-menu-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .primary-header__link, .primary-header__sub-menu-link {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .primary-header__link, .primary-header__sub-menu-link {
    font-size: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .primary-header__link, .primary-header__sub-menu-link {
    font-size: 18px;
  }
}
.primary-header__link:hover, .primary-header__sub-menu-link:hover {
  color: #280B3D;
}
.primary-header__sub-menu-link {
  display: block;
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  padding: 17px 30px;
}
@media screen and (min-width: 0) {
  .primary-header__sub-menu-link {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .primary-header__sub-menu-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .primary-header__sub-menu-link {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .primary-header__sub-menu-link {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1280px) {
  .primary-header__sub-menu-link {
    font-size: 18px;
  }
}
.primary-header__sub-menu-item:last-child {
  border-bottom: 0;
}
.primary-header__sub-menu-item:last-child__sub-menu-link {
  border-radius: 0px 0px 20px 0px;
}
.primary-header__sub-menu-item:last-child .primary-header__sub-menu-link {
  border-radius: 0px 0px 20px 0px;
}

@media screen and (min-width: 1024px) {
  .primary-header__menu {
    display: flex;
  }
  .primary-header__link {
    padding: 21px 0;
  }
  .primary-header__item--mega-menu {
    position: static;
  }
  .primary-header__item:hover::before {
    visibility: visible; /* Make it visible on hover */
    opacity: 1; /* Fade in */
    transition: opacity 0.3s ease, visibility 0s; /* Remove delay for visibility when showing */
  }
  .primary-header__item .primary-header__link {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .primary-header__link {
    padding: 26px 0;
  }
}
@media screen and (min-width: 1680px) {
  .primary-header__item--mega-menu .primary-header__sub-menu--1 {
    width: calc(100vw - 340px);
    padding: 50px 60px;
  }
}
@media (hover: hover) {
  .primary-header__item .primary-header__link {
    position: relative;
  }
  .primary-header__item .primary-header__link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #7B3CEA;
    transition: width 0.3s ease;
  }
  .primary-header__item .primary-header__link:hover::before {
    width: 100%;
  }
  .primary-header__sub-menu-link:hover {
    color: #7B3CEA;
  }
}
.quick-links {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F7F5F1;
  text-align: center;
  overflow-x: auto;
  white-space: nowrap;
}
.quick-links__container {
  width: 100%;
  overflow-x: auto;
}
.quick-links__links {
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
}
.quick-links__item {
  all: unset;
}
.quick-links__link {
  display: block;
  padding: 25px 0;
  font-weight: 600;
  text-decoration: none;
  color: #280B3D;
  font-family: "cy", sans-serif;
}
@media screen and (min-width: 0) {
  .quick-links__link {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (min-width: 577px) {
  .quick-links__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .quick-links__link {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .quick-links__link {
    font-size: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .quick-links__link {
    font-size: 18px;
  }
}
.quick-links__link:hover {
  color: #7B3CEA;
}

@media screen and (min-width: 577px) {
  .quick-links__links {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .quick-links__links {
    gap: 50px;
  }
}
.search-bar {
  position: relative;
  margin-top: 20px;
}
.search-bar__container {
  display: block;
}
.search-bar__input {
  position: relative;
  width: 100%;
  padding: 20px 30px;
  border: 0;
  border-radius: 0;
  background-color: #F7F5F1;
  color: #554769;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 1;
}
@media screen and (min-width: 0) {
  .search-bar__input {
    font-size: 15px;
    line-height: 15px;
  }
}
@media screen and (min-width: 577px) {
  .search-bar__input {
    font-size: 15px;
    line-height: 15px;
  }
}
@media screen and (min-width: 769px) {
  .search-bar__input {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .search-bar__input {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .search-bar__input {
    font-size: 18px;
    line-height: 18px;
  }
}
.search-bar__input::-webkit-input-placeholder { /* Chrome */
  color: #554769;
}
.search-bar__input:-ms-input-placeholder { /* IE 10+ */
  color: #554769;
}
.search-bar__input::-moz-placeholder { /* Firefox 19+ */
  color: #554769;
  opacity: 1;
}
.search-bar__input:-moz-placeholder { /* Firefox 4 - 18 */
  color: #554769;
  opacity: 1;
}
.search-bar__input:focus {
  outline: 0;
  border-color: #48305A;
}
.search-bar__submit-btn {
  border: 0;
  margin-top: 10px;
  width: 100%;
  border-radius: 0 0 10px 0;
  background-color: #7B3CEA;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #FFFFFF;
  transition: 300ms all;
  cursor: pointer;
  z-index: 2;
  font-family: "cy", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 0) {
  .search-bar__submit-btn {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (min-width: 577px) {
  .search-bar__submit-btn {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .search-bar__submit-btn {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .search-bar__submit-btn {
    font-size: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .search-bar__submit-btn {
    font-size: 18px;
  }
}
.search-bar__submit-btn:focus {
  outline: 0;
}
.search-bar__submit-btn:hover {
  background-image: linear-gradient(90deg, #8C41E8 0%, #5D3DE8 100%);
  color: #FFFFFF;
}
.search-bar__submit-btn:disabled {
  opacity: 1;
}
.search-bar__results {
  width: 100%;
  position: absolute;
  top: 58px;
  background: white;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 0px 0px 10px 0px;
  z-index: 3;
}
.search-bar__result-item {
  padding: 15px;
  background: #FFFFFF;
}
.search-bar__result-item:hover {
  background: #F7F5F1;
}
.search-bar__text {
  color: #6E637E;
}
.search-bar__text--highlight {
  color: #280B3D;
}

.find-a-clinic .search-bar__submit-btn {
  background-color: #280B3D;
}

@media screen and (min-width: 769px) {
  .search-bar__results {
    top: 70px;
    bottom: auto;
    z-index: 2;
  }
}
.search-form {
  position: relative;
}
.search-form__container {
  display: block;
}
.search-form__label {
  display: none;
}
.search-form__field {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px 30px;
  border: 0;
  border-color: #6E637E;
  border-radius: 0px 0px 10px 0px;
  background-color: #FFFFFF;
  color: #280B3D;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (min-width: 0) {
  .search-form__field {
    font-size: 14px;
    line-height: 1.14;
  }
}
@media screen and (min-width: 577px) {
  .search-form__field {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .search-form__field {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .search-form__field {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .search-form__field {
    font-size: 16px;
  }
}
.search-form__field::-webkit-input-placeholder { /* Chrome */
  color: #B4ACBB;
}
.search-form__field:-ms-input-placeholder { /* IE 10+ */
  color: #B4ACBB;
}
.search-form__field::-moz-placeholder { /* Firefox 19+ */
  color: #B4ACBB;
  opacity: 1;
}
.search-form__field:-moz-placeholder { /* Firefox 4 - 18 */
  color: #B4ACBB;
  opacity: 1;
}
.search-form__field::-webkit-search-cancel-button {
  display: none;
}
.search-form__field:focus {
  outline: 0;
  border-color: #48305A;
}
.search-form__submit {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 55px;
  font-size: 0;
  border: 0;
  border-radius: 0px 0px 10px 0px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #48305A;
  transition: 300ms all;
  cursor: pointer;
  z-index: 2;
}
.search-form__submit:focus {
  outline: 0;
}
.search-form__submit:hover {
  color: #7B3CEA;
}
.search-form__submit svg {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.search-form__close {
  all: unset;
  position: absolute;
  right: 30px;
  top: calc(50% - 7px);
  z-index: 10;
}
.search-form--search-page .search-form__form {
  position: relative;
  top: -35px;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
}
.search-form--search-page .search-form__field {
  height: 70px;
  border-radius: 0px 0px 20px 0px;
  /* card-shadow */
  box-shadow: 3px 3px 10px 0px rgba(40, 11, 61, 0.05);
}
@media screen and (min-width: 0) {
  .search-form--search-page .search-form__field {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .search-form--search-page .search-form__field {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .search-form--search-page .search-form__field {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .search-form--search-page .search-form__field {
    font-size: 22px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .search-form--search-page .search-form__field {
    font-size: 22px;
  }
}
.search-form--search-page .search-form__icon {
  height: 18px;
  width: 18px;
}
.search-form--header {
  display: none;
}
.search-form--header .search-form__form {
  position: relative;
  height: 100%;
  display: flex;
}
.search-form--header .search-form__container {
  display: flex;
  flex: 1;
}
.search-form--header .search-form__field {
  border-radius: 0;
}
@media screen and (min-width: 0) {
  .search-form--header .search-form__field {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .search-form--header .search-form__field {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .search-form--header .search-form__field {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .search-form--header .search-form__field {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1280px) {
  .search-form--header .search-form__field {
    font-size: 18px;
  }
}
.search-form--header.active {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 105px;
}
.search-form--header.active .search-form__icon {
  display: none;
}
.search-form--header.active .search-form__icon--close {
  display: block;
  width: 14px;
}
.search-form--header.active .search-form__icon--close:hover {
  cursor: pointer;
}
.search-form .relevanssi-live-search-results.relevanssi-live-search-results-showing {
  display: none;
}

@media screen and (min-width: 1024px) {
  .search-form--search-page .search-form__form {
    top: -40px;
  }
  .search-form--search-page .search-form__field {
    height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .search-form--header {
    display: block;
  }
  .search-form--header .search-form__field {
    width: 300px;
    height: 60px;
  }
  .search-form__icon {
    width: 20px;
  }
  .search-form__close {
    display: none;
  }
}
.search-map {
  display: flex;
  margin-top: 70px;
  height: calc(100vh - 70px);
  background: #F7F5F1;
  overflow: hidden;
}
.search-map__controls {
  display: none;
  width: 100%;
}
.search-map__controls--active {
  display: flex;
  flex-direction: column;
}
.search-map__map {
  display: none;
  width: 100%;
  position: relative;
}
.search-map__map--active {
  display: initial;
}
.search-map__map-container {
  width: 100%;
  height: 100%;
}
.search-map__desktop-filters {
  display: none;
}
.search-map__desktop-search {
  display: none;
}
.search-map__mobile-search {
  position: relative;
}
.search-map__selected {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-height: 132px;
  width: 90%;
  margin: 0;
  max-width: 590px;
}
.search-map__clinics {
  flex: 1;
  background: #F7F5F1;
  height: 100%;
}
.search-map__clinics-list {
  list-style: none;
  margin: 0;
  padding: 20px;
  height: calc(100% - 127px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.search-map__mobile-search {
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px 20px;
  border-radius: 0px 0px 20px 0px;
}
.search-map__mobile-search div {
  position: relative;
  flex: 1;
  margin-bottom: 10px;
}
.search-map__image {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 1;
  transition: 300ms ease-in-out all;
}
.search-map__image:hover {
  cursor: pointer;
}
.search-map__search-input {
  position: relative;
  width: 100%;
  padding: 0 45px 0 50px;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-radius: 0;
  background-color: #F7F5F1;
  color: #280B3D;
  background-image: url("vectors/search.svg");
  background-size: 14px 14px;
  background-position: 20px center;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (min-width: 0) {
  .search-map__search-input {
    font-size: 14px;
    line-height: 1.28;
  }
}
@media screen and (min-width: 577px) {
  .search-map__search-input {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .search-map__search-input {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .search-map__search-input {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .search-map__search-input {
    font-size: 16px;
  }
}
.search-map__search-input::-webkit-input-placeholder {
  /* Chrome */
  color: #B4ACBB;
}
.search-map__search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #B4ACBB;
}
.search-map__search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #B4ACBB;
  opacity: 1;
}
.search-map__search-input:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #B4ACBB;
  opacity: 1;
}
.search-map__search-input:focus {
  outline: 0;
  border-color: #48305A;
}
.search-map__toggle, .search-map__assessments, .search-map__desktop-filters button:first-child {
  position: relative;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-radius: 0px 0px 10px 0px;
  background-color: #F7F5F1;
  color: #280B3D;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (min-width: 0) {
  .search-map__toggle, .search-map__assessments, .search-map__desktop-filters button:first-child {
    font-size: 14px;
    line-height: 1.28;
  }
}
@media screen and (min-width: 577px) {
  .search-map__toggle, .search-map__assessments, .search-map__desktop-filters button:first-child {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .search-map__toggle, .search-map__assessments, .search-map__desktop-filters button:first-child {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .search-map__toggle, .search-map__assessments, .search-map__desktop-filters button:first-child {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .search-map__toggle, .search-map__assessments, .search-map__desktop-filters button:first-child {
    font-size: 16px;
  }
}
.search-map__toggle {
  flex: 0 50px;
  margin-left: 10px;
  background: #280B3D;
  color: #FFFFFF;
  text-indent: 100%;
  text-indent: -9999px;
  white-space: nowrap;
  background-image: url("vectors/map.svg");
  background-size: 16px 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.search-map__map--active .search-map__toggle {
  background-image: url("vectors/list.svg");
}
.search-map__assessments, .search-map__desktop-filters button:first-child {
  height: 50px;
  background: #F7F5F1;
  color: #48305A;
  flex: 0 100%;
  text-align: left;
  background-image: url("vectors/down-arrow.svg");
  background-size: 14px 14px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 40px;
}
.search-map__mobile-filters {
  position: fixed;
  inset: 0;
  background-color: #FFFFFF;
  z-index: 4;
  padding: 90px 20px 20px;
}
.search-map__mobile-filters div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.search-map__mobile-filters button:first-child {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-radius: 0px 0px 10px 0px;
  background-color: #F7F5F1;
  color: #280B3D;
  text-indent: 100%;
  text-indent: -9999px;
  white-space: nowrap;
  background-image: url("vectors/close.svg");
  background-size: 35%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (min-width: 0) {
  .search-map__mobile-filters button:first-child {
    font-size: 14px;
    line-height: 1.28;
  }
}
@media screen and (min-width: 577px) {
  .search-map__mobile-filters button:first-child {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .search-map__mobile-filters button:first-child {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .search-map__mobile-filters button:first-child {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .search-map__mobile-filters button:first-child {
    font-size: 16px;
  }
}
.search-map__mobile-filters button:last-child, .search-map__desktop-filters-apply {
  margin-top: auto;
}
.search-map__mobile-filters label {
  max-width: calc(100% - 32px);
  margin-bottom: 0;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 20px;
}
@media screen and (min-width: 0) {
  .search-map__mobile-filters label {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .search-map__mobile-filters label {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .search-map__mobile-filters label {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .search-map__mobile-filters label {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1280px) {
  .search-map__mobile-filters label {
    font-size: 18px;
  }
}
.search-map__mobile-filters input[type=checkbox], .search-map__desktop-filters input[type=checkbox] {
  margin-top: 0;
  top: 0;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
  padding: 0 !important;
  width: 25px;
  height: 25px;
  border: 1px solid;
  border-radius: 6px;
  border-color: #DDD8DE;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
  background: #F7F5F1;
  cursor: pointer;
}
.search-map__mobile-filters input[type=checkbox]:checked, .search-map__desktop-filters input[type=checkbox]:checked {
  background-image: url("vectors/check.svg");
  background-color: #48305A;
  border-color: #48305A;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
.search-map__search-results {
  width: calc(100% - 40px);
  position: absolute;
  top: 70px;
  background: white;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 0px 0px 10px 0px;
  z-index: 2;
}
.search-map__search-results-item {
  padding: 15px;
  background: #FFFFFF;
}
.search-map__search-results-item:hover {
  background: #F7F5F1;
  cursor: pointer;
}
.search-map__text {
  color: #6E637E;
}
.search-map__text--highlight {
  color: #280B3D;
}

@media screen and (min-width: 1024px) {
  .search-map {
    position: fixed;
    top: 161px;
    width: 100%;
    margin: 0;
    height: calc(100vh - 160px + 1px);
    border-top: 1px solid #F7F5F1;
    overflow: visible;
  }
  .search-map__assessments, .search-map__desktop-filters button:first-child {
    height: 100%;
  }
  .search-map__clinics {
    padding: 0;
    height: 100%;
  }
  .search-map__mobile-search {
    display: none;
  }
  .search-map__selected {
    bottom: 50px;
  }
  .search-map__controls, .search-map__map {
    display: initial;
  }
  .search-map__map-container {
    position: fixed;
  }
  .search-map__controls {
    max-width: 700px;
  }
  .search-map__clinics-inner-bar {
    display: initial;
  }
  .search-map__desktop-filters {
    display: block;
  }
  .search-map__desktop-filters button:first-child {
    border-radius: 0;
  }
  .search-map__desktop-search {
    position: sticky;
    top: 0;
    display: flex;
    background: #FFFFFF;
    padding: 20px;
    z-index: 2;
    border-bottom: 1px solid #F7F5F1;
  }
  .search-map__clinics-list {
    position: relative;
    z-index: 1;
    padding: 20px;
  }
  .search-map__clinics-inner-bar {
    position: relative;
    margin-right: 20px;
    flex: 0 0 60%;
  }
  .search-map__desktop-filters {
    position: relative;
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 20px;
  }
  .search-map__desktop-filters button {
    width: 100%;
  }
  .search-map__desktop-filters div {
    position: absolute;
    top: 85px;
    width: 386px;
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
    z-index: 2;
  }
  .search-map__desktop-filters label {
    display: block;
    margin-bottom: 20px;
  }
  .search-map__search-results {
    width: 100%;
    top: 50px;
  }
  .search-map__search-input {
    height: 70px;
  }
  .search-map__image {
    top: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .search-map {
    top: 171px;
    height: calc(100vh - 170px + 1px);
  }
}
@media (hover: hover) {
  .search-map__desktop-filters:hover,
  .search-map__desktop-filters button:hover {
    cursor: pointer;
  }
}
.search-page {
  max-width: 100%;
  margin-top: 0 !important;
}
@media screen and (min-width: 0) {
  .search-page {
    margin: 40px 0;
  }
  .search-page.search-page--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .search-page {
    margin: 40px 0;
  }
  .search-page.search-page--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .search-page {
    margin: 60px 0;
  }
  .search-page.search-page--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .search-page {
    margin: 80px 0;
  }
  .search-page.search-page--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .search-page {
    margin: 120px 0;
  }
  .search-page.search-page--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.search-page__heading + .search-form {
  max-width: 370px;
  margin-top: 25px;
}
.search-page__content {
  display: none;
  text-align: center;
}
@media screen and (min-width: 0) {
  .search-page__content {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .search-page__content {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .search-page__content {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .search-page__content {
    font-size: 22px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .search-page__content {
    font-size: 22px;
  }
}
.search-page__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
  list-style-type: none;
}
.search-page__item {
  display: block;
  background-color: #F7F5F1;
  border-radius: 0px 0px 20px 0px;
}
.search-page__link {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  color: #280B3D;
  font-family: "cy", sans-serif;
  text-decoration: none;
}
@media screen and (min-width: 0) {
  .search-page__link {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (min-width: 577px) {
  .search-page__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .search-page__link {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .search-page__link {
    font-size: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .search-page__link {
    font-size: 18px;
  }
}
.search-page__icon {
  height: 12px;
  width: 7px;
  min-width: 7px;
  color: #7B3CEA;
}
.search-page__none {
  margin: 25px 0 0;
  color: #554769;
}
@media screen and (min-width: 0) {
  .search-page__none {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .search-page__none {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .search-page__none {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .search-page__none {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1280px) {
  .search-page__none {
    font-size: 18px;
  }
}
.search-page__term {
  font-family: "Albert Sans", sans-serif;
}
.search-page__pagination {
  margin-top: 60px;
  text-align: center;
}
.search-page__links {
  align-items: center;
}
.search-page__page-link--prev {
  text-align: left;
}
.search-page__page-link--numbers {
  display: none;
}
.search-page__page-link--next {
  display: flex;
  text-align: right;
  justify-content: flex-end;
}

@media screen and (min-width: 577px) {
  .search-page__heading + .search-form,
  .search-page__none {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .search-page__content {
    display: block;
    margin-top: 40px;
  }
  .search-page__page-link--numbers {
    display: block;
  }
  .search-page__pagination {
    margin-top: 80px;
  }
  .search-page__list {
    margin-top: 60px;
  }
  .search-page__pagination {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .search-page__link {
    padding: 30px;
  }
}
.secondary-header__menu {
  display: flex;
  gap: 40px;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  vertical-align: middle;
}
.secondary-header__item {
  position: relative;
  display: inline-block;
}
.secondary-header__link {
  text-decoration: none;
  color: #280B3D;
}

@media (hover: hover) {
  .secondary-header__item .secondary-header__link {
    position: relative;
  }
  .secondary-header__item .secondary-header__link::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #7B3CEA;
    transition: width 0.3s ease;
  }
  .secondary-header__item .secondary-header__link:hover::before {
    width: 100%;
  }
  .secondary-header__link:hover {
    color: #280B3D;
  }
}
.secondary-mobile-menu__menu {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 30px;
}
@media screen and (min-width: 0) {
  .secondary-mobile-menu__menu {
    font-size: 14px;
    line-height: 1.28;
  }
}
@media screen and (min-width: 577px) {
  .secondary-mobile-menu__menu {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .secondary-mobile-menu__menu {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .secondary-mobile-menu__menu {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .secondary-mobile-menu__menu {
    font-size: 16px;
  }
}
.secondary-mobile-menu__item {
  display: flex;
}
.secondary-mobile-menu__link {
  color: #280B3D;
  text-decoration: none;
}
.secondary-mobile-menu__link:hover {
  color: #280B3D;
}

.page-id-488 {
  background: #F7F5F1;
}

.service-cards {
  margin: 50px 0 100px;
}

.service-cards__col {
  margin-top: 30px;
}

.single-cta__card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 40px 0;
  background-color: #E4D8FC;
  padding: 40px 25px;
  text-align: center;
}
.single-cta__wrap {
  max-width: 700px;
}
.single-cta__heading + .single-cta__content {
  margin-top: 15px;
}
.single-cta__content + .single-cta__button {
  margin-top: 15px;
}
.single-cta__button {
  width: 100%;
}

@media screen and (min-width: 577px) {
  .single-cta__button {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .single-cta {
    margin-top: -40px;
  }
  .single-cta__card {
    padding: 100px 120px;
  }
  .single-cta__heading + .single-cta__content, .single-cta__content + .single-cta__button {
    margin-top: 30px;
  }
}
.sitemap {
  margin: 40px 0;
}
.sitemap__content li a {
  text-decoration: none;
}
.sitemap__heading {
  margin-top: 40px !important;
}
.sitemap__heading:first-of-type {
  margin-top: 0 !important;
}

@media screen and (min-width: 769px) {
  .sitemap {
    margin: 60px 0;
  }
  .sitemap__heading {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .sitemap {
    margin: 80px 0;
  }
}
.social-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.social-links__social {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: #7B3CEA;
  background: #E4D8FC;
  height: 38px;
  width: 38px;
  margin-right: 10px;
  border-radius: 0 0 10px 0;
  transition: 300ms;
}
.social-links__social path {
  fill: #7B3CEA;
}
.social-links__social:hover {
  color: #D95978;
}
.social-links__social:hover path {
  fill: #D95978;
}
.social-links__social svg {
  display: inline-block;
  max-width: 18px;
  height: 16px;
}
.social-links__social--twitter svg {
  max-width: 18px;
  height: 14px;
}
.social-links__social--facebook svg {
  max-width: 8px;
}
.social-links__social--instagram svg {
  max-width: 16px;
}
.social-links__social--linkedin svg {
  height: 14px;
}
.social-links__social--youtube svg {
  max-width: 20px;
  height: 16px;
}

@media screen and (min-width: 1024px) {
  .social-links__social svg {
    max-width: 20px;
    height: 20px;
  }
  .social-links__social--twitter svg {
    max-width: 18px;
    height: 14px;
  }
  .social-links__social--facebook svg {
    max-width: 10px;
  }
  .social-links__social--instagram svg {
    max-width: 18px;
  }
  .social-links__social--linkedin svg {
    height: 20px;
  }
  .social-links__social--youtube svg {
    max-width: 26px;
    height: 18px;
  }
}
.test-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 25px 20px;
  background-color: #F7F5F1;
  color: #280B3D;
  border-bottom-right-radius: 20px;
}
.test-card__heading + .test-card__content {
  margin-top: 10px;
}
.test-card__content {
  color: #48305A;
}
.test-card__heading + .test-card__button, .test-card__content + .test-card__button {
  margin-top: 20px;
}
.test-card__button {
  width: -moz-max-content;
  width: max-content;
}

@media screen and (min-width: 769px) {
  .test-card {
    height: 100%;
    padding: 30px;
  }
  .test-card__content {
    flex: 1 1 auto;
  }
  .test-card__heading + .test-card__content {
    margin-top: 20px;
  }
}
.test {
  position: relative;
  min-height: 100dvh;
  background-color: #F7F5F1;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}
.test__header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  font-size: 0;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  z-index: 2;
}
.test__container {
  height: 90px;
  max-width: 1680px;
  margin: 0 auto;
  padding: 20px 25px;
  text-align: center;
}
.test__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin-left: -25px;
  margin-right: -25px;
}
.test__col {
  padding: 0 25px;
}
.test__col--left, .test__col--right {
  max-width: 100px;
  flex-basis: 100px;
}
.test__col--middle {
  max-width: calc(100% - 200px);
  flex-basis: calc(100% - 200px);
}
.test__back, .test__all {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 0;
  border-radius: 0 0 10px 0;
  background-color: #F7F5F1;
  color: #280B3D;
  font-size: 0;
  transition: 300ms all;
  cursor: pointer;
}
.test__back:hover, .test__all:hover {
  background-color: #280B3D;
  color: #FFFFFF;
}
.test__logo {
  max-width: 90px;
  height: 45px;
}
.test__arrow, .test__close {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 15px;
  height: 10px;
  transform: translate(-50%, -50%);
}
.test__close {
  max-width: 14px;
  height: 14px;
}
.test__body {
  display: flex;
  min-height: 100dvh;
  flex-direction: column;
  padding: 150px 25px 20px;
}
.test__stage, .test__results {
  max-width: 700px;
  margin: 0 auto;
}
.test__heading + .test__question, .test__heading + .test__content {
  margin-top: 20px;
}
.test__heading + .test__buttons, .test__question + .test__buttons {
  margin-top: 60px;
}
.test__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -5px;
  margin-left: -5px;
}
.test__button-col {
  max-width: 50%;
  flex-basis: 50%;
  padding: 0 5px;
}
.test__button {
  position: relative;
  width: 100%;
  padding: 25px 20px 27px;
  border: 0;
  background-color: #FFFFFF;
  outline: 1px solid #DDD8DE;
  color: #554769;
}
.test__button:hover {
  background-color: #FFFFFF;
  outline: 2px solid #7B3CEA;
  box-shadow: 0px 2px 5px 0px rgba(123, 60, 234, 0.2);
  color: #48305A;
}
.test__progress, .test__progress-bar {
  display: block;
  height: 5px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
}
.test__progress {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 60px;
  width: 100%;
  background-color: #DDD8DE;
}
.test__progress-bar {
  background-color: #7B3CEA;
  transition: 300ms all;
}
.test__footer {
  display: flex;
  margin: auto auto 0;
  z-index: 2;
}
.test__disclaimer {
  margin-top: 80px;
  padding: 15px;
  background-color: #FFFFFF;
  border-bottom-right-radius: 20px;
  color: #6E637E;
  font-size: 12px;
  line-height: 15px;
}
.test__bold {
  font-weight: 700;
}
.test__heading + .test__cta, .test__content + .test__cta, .test__heading + .test__result-button, .test__content + .test__result-button {
  margin-top: 40px;
}
.test__cta {
  position: relative;
  text-align: left;
  padding: 25px 25px 30px;
  border-bottom-right-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.test__cta:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 122px;
  height: 131px;
  background-image: url(images/shape-light-blue.svg);
  background-size: cover;
}
.test__cta-content {
  margin-top: 10px;
}
.test__cta-heading + .test__cta-buttons, .test__cta-content + .test__cta-buttons {
  margin-top: 20px;
}
.test__cta-button {
  width: 100%;
}
.test__cta-button + .test__cta-button {
  margin-top: 10px;
}
.test__spinner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.test__circle {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.test__inner-circle {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  border: 5px solid;
  border-radius: 50%;
  box-sizing: border-box;
  animation: circle-spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #280B3D transparent transparent transparent;
}
.test__inner-circle:nth-child(1) {
  animation-delay: -0.45s;
}
.test__inner-circle:nth-child(2) {
  animation-delay: -0.3s;
}
.test__inner-circle:nth-child(3) {
  animation-delay: -0.15s;
}
.test__intro {
  position: relative;
}
.test__intro:before, .test__intro:after {
  position: absolute;
}
.test__intro:before {
  top: 50%;
  left: -125px;
  width: 327px;
  height: 380px;
  background-image: url(images/shape-purple-alt.svg);
  background-repeat: no-repeat;
  background-size: 327px 380px;
  transform: translateY(-30%);
}
.test__intro:after {
  top: -70px;
  right: -95px;
  width: 262px;
  height: 277px;
  background-image: url(images/shape-white-outline.svg);
  background-repeat: no-repeat;
  background-size: 262px 277px;
}
.test__wrap {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
}
.test__heading + .test__intro-text {
  margin-top: 20px;
}
.test__intro-text {
  padding: 20px;
  background-color: #FFFFFF;
  border-bottom-right-radius: 20px;
  color: #280B3D;
  text-align: left;
}
.test__intro-text + .test__next-button {
  margin-top: 30px;
}

@keyframes circle-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 769px) {
  .test__body {
    padding: 200px 25px 40px;
  }
  .test__container {
    height: 99px;
    padding: 20px 40px;
  }
  .test__row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .test__col {
    padding: 0 40px;
  }
  .test__col--left, .test__col--right {
    max-width: 150px;
    flex-basis: 150px;
  }
  .test__col--middle {
    max-width: calc(100% - 300px);
    flex-basis: calc(100% - 300px);
  }
  .test__logo {
    max-width: 110px;
    height: 55px;
  }
  .test__back,
  .test__all {
    width: 60px;
    height: 60px;
  }
  .test__arrow {
    max-width: 20px;
    height: 13px;
  }
  .test__close {
    max-width: 18px;
    height: 18px;
  }
  .test__heading + .test__question,
  .test__heading + .test__content,
  .test__heading + .test__intro-text,
  .test__cta-heading + .test__cta-buttons,
  .test__cta-content + .test__cta-buttons {
    margin-top: 30px;
  }
  .test__buttons {
    max-width: 460px;
    margin: 60px auto 0;
  }
  .test__progress {
    margin-top: 80px;
  }
  .test__footer {
    max-width: 820px;
  }
  .test__disclaimer {
    line-height: 16px;
  }
  .test__heading + .test__cta,
  .test__content + .test__cta,
  .test__heading + .test__result-button,
  .test__content + .test__result-button {
    margin-top: 60px;
  }
  .test__cta-button {
    width: auto;
  }
  .test__cta-button + .test__cta-button {
    margin: 0 0 0 10px;
  }
  .test__intro-text {
    padding: 30px;
  }
  .test__intro:before,
  .test__intro:after {
    content: "";
  }
}
@media screen and (min-width: 1024px) {
  .test__body {
    padding: 220px 25px 80px;
  }
  .test__container {
    height: 110px;
  }
  .test__col--middle {
    max-width: calc(100% - 600px);
    flex-basis: calc(100% - 600px);
  }
  .test__col--left,
  .test__col--right {
    max-width: 300px;
    flex-basis: 300px;
  }
  .test__logo {
    max-width: 123px;
    height: 62px;
  }
  .test__back,
  .test__all {
    width: 70px;
    height: 70px;
  }
  .test__button {
    padding: 30px;
  }
  .test__progress {
    margin-top: 100px;
  }
  .test__cta {
    padding: 35px 40px;
  }
  .test__cta:before {
    content: "";
  }
  .test__all {
    width: auto;
    height: auto;
    padding: 20px 40px 24px 40px;
    background-color: rgba(0, 0, 0, 0);
    color: #280B3D;
    border: 1px solid #6E637E;
    border-radius: 0 0 10px 0;
    font-family: "cy", sans-serif;
    font-weight: 600;
    outline: 0;
    text-align: center;
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) and (min-width: 0) {
  .test__all {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 577px) {
  .test__all {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 769px) {
  .test__all {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .test__all {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .test__all {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .test__all:hover {
    background-color: #280B3D;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 1024px) {
  .test__close {
    display: none;
  }
}
.archive-clinician__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
.archive-clinician__heading--small {
  margin: 60px 0;
  text-align: center;
}
.archive-clinician__item {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .archive-clinician__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .archive-clinician__wrap {
    grid-template-columns: repeat(4, 1fr);
  }
  .archive-clinician__heading--small {
    margin: 100px 0;
  }
}
@media screen and (min-width: 1280px) {
  .archive-clinician__wrap {
    grid-template-columns: repeat(5, 1fr);
    gap: 80px 60px;
  }
}
.knowledge-taxonomy__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 35px;
}

@media screen and (min-width: 1024px) {
  .knowledge-taxonomy__container {
    padding-top: 60px;
  }
}
.archive-clinician__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}
.archive-clinician__heading--small {
  margin: 60px 0;
  text-align: center;
}
.archive-clinician__item {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .archive-clinician__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .archive-clinician__wrap {
    grid-template-columns: repeat(4, 1fr);
  }
  .archive-clinician__heading--small {
    margin: 100px 0;
  }
}
@media screen and (min-width: 1280px) {
  .archive-clinician__wrap {
    grid-template-columns: repeat(5, 1fr);
    gap: 80px 60px;
  }
}
.knowledge-taxonomy__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 35px;
}

@media screen and (min-width: 1024px) {
  .knowledge-taxonomy__container {
    padding-top: 60px;
  }
}
@media screen and (min-width: 0) {
  .single-clinician-info {
    margin: 40px 0;
  }
  .single-clinician-info.single-clinician-info--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .single-clinician-info {
    margin: 40px 0;
  }
  .single-clinician-info.single-clinician-info--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .single-clinician-info {
    margin: 60px 0;
  }
  .single-clinician-info.single-clinician-info--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .single-clinician-info {
    margin: 80px 0;
  }
  .single-clinician-info.single-clinician-info--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .single-clinician-info {
    margin: 120px 0;
  }
  .single-clinician-info.single-clinician-info--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.assessments-block {
  margin: 50px 0;
}

@media screen and (min-width: 1024px) {
  .assessments-block {
    margin: 100px 0;
  }
  .assessments-block .content-editor-full__container {
    margin-bottom: 30px;
  }
  .service-cards--1 .service-cards__col {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.archive-hero {
  position: relative;
  max-width: 100%;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 40px;
  background-color: #FFFFFF;
}
.archive-hero:before {
  content: " ";
  display: block;
  width: 310px;
  height: 267px;
  position: absolute;
  top: auto;
  bottom: -170px;
  left: -110px;
  background-image: url(images/shape-blue.svg);
  background-repeat: no-repeat;
  background-size: 310px 267px;
}
.archive-hero__container {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.archive-hero__nav-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.archive-hero__wrap {
  margin: 0 auto;
}
.archive-hero__wrap.text-white .archive-hero__link {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.archive-hero__wrap.text-white .archive-hero__link--active, .archive-hero__wrap.text-white .archive-hero__link:hover {
  color: #280B3D;
  background-color: #FFFFFF;
}
.archive-hero__list {
  margin: 20px -15px 0;
  padding: 0;
  list-style-type: none;
}
.archive-hero__item:last-of-type {
  margin-right: 0;
}
.archive-hero__link {
  display: inline-block;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  color: #280B3D;
  text-decoration: none;
  transition: 300ms all;
  background: #F7F5F1;
  border-color: #F7F5F1;
  padding: 15px 25px;
  min-width: 0;
}
.archive-hero__link--active, .archive-hero__link:hover {
  color: #FFFFFF;
  background-color: #280B3D;
}

@media screen and (min-width: 769px) {
  .archive-hero__item {
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
  }
  .archive-hero__dropdown-btn {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .archive-hero {
    padding-top: 260px;
    padding-bottom: 85px;
    background-size: cover;
  }
  .archive-hero:before {
    left: -200px;
    top: 250px;
  }
  .archive-hero:after {
    left: calc(100% - 80px);
    top: 240px;
  }
  .archive-hero__list {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-hero {
    padding-top: 270px;
  }
}
@media screen and (max-width: 769px) {
  .archive-hero__link {
    width: 100%;
    border: 0;
    border-radius: 0;
  }
  .archive-hero__nav-wrap {
    width: 100%;
  }
  .archive-hero__dropdown-btn {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 240px;
    height: 45px;
    position: relative;
    border: 0;
    border-radius: 0px 0px 10px 0px;
    padding: 6px 0px 6px 25px;
    margin-top: 15px;
    background: #F7F5F1;
    text-align: left;
  }
  .archive-hero__dropdown-btn:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 6px;
    background-image: url("../dist/vectors/down-arrow.svg");
    background-repeat: no-repeat;
    right: 20px;
  }
  .archive-hero__list {
    position: absolute;
    z-index: 1000;
    display: none;
    width: calc(100% - 50px);
    min-width: 240px;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #F7F5F1;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  }
}
@media screen and (min-width: 0) {
  .assessments {
    margin: 40px 0;
  }
  .assessments.assessments--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .assessments {
    margin: 40px 0;
  }
  .assessments.assessments--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .assessments {
    margin: 60px 0;
  }
  .assessments.assessments--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .assessments {
    margin: 80px 0;
  }
  .assessments.assessments--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .assessments {
    margin: 120px 0;
  }
  .assessments.assessments--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.assessments__col {
  margin-bottom: 20px;
}
.assessments__heading {
  margin-bottom: 40px;
}

.bar-chart__wrap {
  background-color: #F9F8F6;
  border-radius: 8px;
  padding: 20px 15px;
}

@media screen and (min-width: 1024px) {
  .bar-chart__wrap {
    padding: 40px;
  }
}
.clinic-hero {
  position: relative;
  overflow: hidden;
  background: #F7F3FF;
  max-width: 100%;
  padding-top: 90px;
}
.clinic-hero:after {
  content: " ";
  display: block;
  width: 125px;
  height: 131px;
  position: absolute;
  bottom: 29px;
  left: calc(100% - 20px);
  background-image: url(vectors/shape-white-outline.svg);
  background-repeat: no-repeat;
}
.clinic-hero__wrap--inner {
  padding-bottom: 40px;
}
.clinic-hero__wrap--buttons {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  gap: 10px;
}
.clinic-hero__heading {
  color: #280B3D;
  max-width: 780px;
  text-align: center;
}
.clinic-hero__location {
  color: #280B3D;
  margin-top: 25px;
}
@media screen and (min-width: 0) {
  .clinic-hero__location {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .clinic-hero__location {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .clinic-hero__location {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .clinic-hero__location {
    font-size: 22px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .clinic-hero__location {
    font-size: 22px;
  }
}
.clinic-hero__address {
  color: #554769;
  margin: 5px 0 20px;
}
@media screen and (min-width: 0) {
  .clinic-hero__address {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .clinic-hero__address {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .clinic-hero__address {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .clinic-hero__address {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1280px) {
  .clinic-hero__address {
    font-size: 18px;
  }
}
.clinic-hero__address br {
  display: none;
}
.clinic-hero__link {
  color: #280B3D;
  font-weight: 600;
}
@media screen and (min-width: 0) {
  .clinic-hero__link {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .clinic-hero__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .clinic-hero__link {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .clinic-hero__link {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1280px) {
  .clinic-hero__link {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .clinic-hero__wrap--buttons {
    flex-direction: row;
    gap: 20px;
    margin-top: 40px;
  }
  .clinic-hero__location {
    margin-top: 40px;
  }
  .clinic-hero__heading {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .clinic-hero {
    padding-top: 240px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .clinic-hero {
    padding-top: 250px;
  }
  .clinic-hero:after {
    width: 262px;
    height: 277px;
    background-image: url(vectors/shape-white-outline--xl.svg);
    left: calc(100% - 115px);
  }
}
@media screen and (min-width: 1680px) {
  .clinic-hero:before {
    content: "";
    display: block;
    width: 391px;
    height: 454px;
    position: absolute;
    top: 120px;
    left: 0;
    background-image: url(vectors/shape-white-solid--xl.svg);
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 0) {
  .clinic-map {
    margin: 40px 0;
  }
  .clinic-map.clinic-map--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .clinic-map {
    margin: 40px 0;
  }
  .clinic-map.clinic-map--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .clinic-map {
    margin: 60px 0;
  }
  .clinic-map.clinic-map--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .clinic-map {
    margin: 80px 0;
  }
  .clinic-map.clinic-map--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .clinic-map {
    margin: 120px 0;
  }
  .clinic-map.clinic-map--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.clinic-map__container {
  margin-top: 100px;
}
.clinic-map__col {
  margin-bottom: 20px;
}
.clinic-map__heading {
  margin-bottom: 40px;
}
.clinic-map__subheading {
  margin-bottom: 15px;
}
.clinic-map__map-directions {
  margin-top: 100px;
}
.clinic-map__address {
  margin: 15px 0 30px;
}
@media screen and (min-width: 0) {
  .clinic-map__address {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .clinic-map__address {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .clinic-map__address {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .clinic-map__address {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1280px) {
  .clinic-map__address {
    font-size: 18px;
  }
}
.clinic-map__directions {
  margin: 15px 0 30px;
  color: #6E637E;
}
@media screen and (min-width: 0) {
  .clinic-map__directions {
    font-size: 14px;
    line-height: 1.28;
  }
}
@media screen and (min-width: 577px) {
  .clinic-map__directions {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .clinic-map__directions {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .clinic-map__directions {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .clinic-map__directions {
    font-size: 16px;
  }
}
.clinic-map__map {
  width: 100%;
  height: 300px;
  margin: 20px 0;
}
.clinic-map__map img {
  max-width: inherit !important;
}

.clinician-hero {
  position: relative;
  max-width: 100%;
  padding: 100px 0 30px 0;
  background-color: #F7F5F1;
}
.clinician-hero__row {
  justify-content: center;
}
.clinician-hero__col--media {
  position: relative;
  justify-content: center;
  display: flex;
  flex: 0 0 60%;
}
.clinician-hero__col--media::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 10px;
  background-image: url("../dist/vectors/hero-left.svg");
  background-size: cover;
  width: 50%;
  aspect-ratio: 113.78/110.28;
}
.clinician-hero__col--media::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 5px;
  background-image: url("../dist/vectors/hero-right.svg");
  background-size: cover;
  width: 50%;
  aspect-ratio: 113.78/110.28;
}
.clinician-hero__heading {
  color: #7B3CEA;
  text-align: center;
}
.clinician-hero__heading + .clinician-hero__subtitle {
  margin-top: 15px;
}
.clinician-hero__subtitle {
  text-align: center;
}
@media screen and (min-width: 0) {
  .clinician-hero__subtitle {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .clinician-hero__subtitle {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .clinician-hero__subtitle {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .clinician-hero__subtitle {
    font-size: 22px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .clinician-hero__subtitle {
    font-size: 22px;
  }
}
.clinician-hero__subtitle + .clinician-hero__wrap {
  margin-top: 15px;
}
.clinician-hero__media {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1;
  margin-top: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: url("../dist/vectors/headshot-mask.svg");
          mask-image: url("../dist/vectors/headshot-mask.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.clinician-hero__wrap {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.clinician-hero__wrap--locations {
  display: flex;
  align-items: center;
  gap: 17px;
}
.clinician-hero__wrap--locations svg {
  position: relative;
  color: #7B3CEA;
}
.clinician-hero__wrap--location {
  position: relative;
}
.clinician-hero__wrap--location::before {
  content: "/";
  position: absolute;
  left: -11px;
  top: 4px;
}
.clinician-hero__wrap--location:first-of-type::before {
  display: none;
}
.clinician-hero__link {
  font-family: "cy", sans-serif;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.clinician-hero__primary-btn {
  display: flex;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto 0;
}

@media screen and (min-width: 1024px) {
  .clinician-hero {
    padding: 184px 0 50px;
  }
  .clinician-hero__container {
    flex-direction: row;
  }
  .clinician-hero__media {
    max-width: 530px;
  }
  .clinician-hero__col--content {
    display: flex;
    align-items: center;
  }
  .clinician-hero__subtitle {
    text-align: left;
  }
  .clinician-hero__wrap {
    justify-content: flex-start;
    align-items: center;
  }
  .clinician-hero__heading {
    text-align: left;
  }
  .clinician-hero__heading + .clinician-hero__subtitle {
    margin-top: 30px;
  }
  .clinician-hero__subtitle + .clinician-hero__wrap {
    margin-top: 20px;
  }
  .clinician-hero__wrap {
    gap: 10px;
  }
  .clinician-hero__primary-btn {
    margin: 30px 0 0 0;
  }
}
@media screen and (min-width: 0) {
  .clinicians {
    margin: 40px 0;
  }
  .clinicians.clinicians--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .clinicians {
    margin: 40px 0;
  }
  .clinicians.clinicians--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .clinicians {
    margin: 60px 0;
  }
  .clinicians.clinicians--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .clinicians {
    margin: 80px 0;
  }
  .clinicians.clinicians--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .clinicians {
    margin: 120px 0;
  }
  .clinicians.clinicians--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.clinicians__container,
.clinicians .flickity-viewport {
  overflow: visible;
}
.clinicians .flickity-viewport {
  width: 100%;
}
.clinicians .flickity-button {
  background: #FFFFFF;
  transition: 300ms ease-in-out all;
}
.clinicians .flickity-button:focus {
  outline: none;
  box-shadow: none;
}
.clinicians__row--slider:after {
  content: "flickity";
  display: none;
}
.clinicians__col--clinician {
  width: 41%;
  margin-right: 40px;
}
.clinicians__col--button {
  display: flex;
  justify-content: center;
  margin-top: 68px;
}
.clinicians__heading {
  text-align: center;
  margin-bottom: 30px;
}
.clinicians .flickity-page-dots {
  bottom: -35px;
}

@media screen and (min-width: 769px) {
  .clinicians__heading {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .clinicians__row--slider {
    justify-content: center;
  }
  .clinicians__row--slider:after {
    content: none;
  }
  .clinicians__col--clinician {
    flex: 0 0 20%;
    width: 20%;
    margin-right: unset;
  }
  .clinicians__col--button {
    margin-top: 60px;
  }
}
@media screen and (min-width: 0) {
  .content-editor-four {
    margin: 40px 0;
  }
  .content-editor-four.content-editor-four--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .content-editor-four {
    margin: 40px 0;
  }
  .content-editor-four.content-editor-four--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .content-editor-four {
    margin: 60px 0;
  }
  .content-editor-four.content-editor-four--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-editor-four {
    margin: 80px 0;
  }
  .content-editor-four.content-editor-four--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .content-editor-four {
    margin: 120px 0;
  }
  .content-editor-four.content-editor-four--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.content-editor-four__row {
  justify-content: flex-end;
}
.content-editor-four__col {
  margin-top: 30px;
}
.content-editor-four__col:first-child {
  margin-top: 0;
}
.content-editor-four__wrap {
  max-width: 450px;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .content-editor-four__col {
    margin-top: 40px;
  }
  .content-editor-four__col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-editor-four__col {
    margin-top: 0;
  }
  .content-editor-four__wrap {
    max-width: 300px;
  }
  .content-editor-four__wrap--left-middle, .content-editor-four__wrap--right-middle {
    margin: 0 auto;
  }
  .content-editor-four__wrap--right {
    margin: 0 0 0 auto;
  }
}
.content-editor-full {
  text-align: center;
}
@media screen and (min-width: 0) {
  .content-editor-full {
    margin: 40px 0;
  }
  .content-editor-full.content-editor-full--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .content-editor-full {
    margin: 40px 0;
  }
  .content-editor-full.content-editor-full--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .content-editor-full {
    margin: 60px 0;
  }
  .content-editor-full.content-editor-full--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-editor-full {
    margin: 80px 0;
  }
  .content-editor-full.content-editor-full--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .content-editor-full {
    margin: 120px 0;
  }
  .content-editor-full.content-editor-full--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.content-editor-full__wrap {
  margin: 0 auto;
}
.content-editor-full__wrap--narrow {
  max-width: 770px;
}

@media screen and (min-width: 0) {
  .content-editor-three {
    margin: 40px 0;
  }
  .content-editor-three.content-editor-three--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .content-editor-three {
    margin: 40px 0;
  }
  .content-editor-three.content-editor-three--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .content-editor-three {
    margin: 60px 0;
  }
  .content-editor-three.content-editor-three--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-editor-three {
    margin: 80px 0;
  }
  .content-editor-three.content-editor-three--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .content-editor-three {
    margin: 120px 0;
  }
  .content-editor-three.content-editor-three--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.content-editor-three__row {
  justify-content: flex-end;
}
.content-editor-three__col {
  margin-top: 30px;
}
.content-editor-three__col:first-child {
  margin-top: 0;
}
.content-editor-three__wrap {
  max-width: 450px;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .content-editor-three__col {
    margin-top: 40px;
  }
  .content-editor-three__col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-editor-three__col {
    margin-top: 0;
  }
  .content-editor-three__wrap {
    max-width: 370px;
  }
  .content-editor-three__wrap--middle {
    margin: 0 auto;
  }
  .content-editor-three__wrap--right {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 0) {
  .content-editor-two {
    margin: 40px 0;
  }
  .content-editor-two.content-editor-two--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .content-editor-two {
    margin: 40px 0;
  }
  .content-editor-two.content-editor-two--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .content-editor-two {
    margin: 60px 0;
  }
  .content-editor-two.content-editor-two--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-editor-two {
    margin: 80px 0;
  }
  .content-editor-two.content-editor-two--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .content-editor-two {
    margin: 120px 0;
  }
  .content-editor-two.content-editor-two--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.content-editor-two__col {
  margin-top: 30px;
}
.content-editor-two__col:first-child {
  margin-top: 0;
}
.content-editor-two__wrap {
  max-width: 450px;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .content-editor-two__col {
    margin-top: 0;
  }
  .content-editor-two__wrap--right {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .content-editor-two__wrap {
    max-width: 560px;
  }
}
.cta-card {
  color: #280B3D;
}
@media screen and (min-width: 0) {
  .cta-card {
    margin: 40px 0;
  }
  .cta-card.cta-card--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .cta-card {
    margin: 40px 0;
  }
  .cta-card.cta-card--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .cta-card {
    margin: 60px 0;
  }
  .cta-card.cta-card--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .cta-card {
    margin: 80px 0;
  }
  .cta-card.cta-card--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .cta-card {
    margin: 120px 0;
  }
  .cta-card.cta-card--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.cta-card__card {
  padding: 30px;
  margin: 0 auto;
  text-align: center;
  background-color: #D7F1F2;
  border-radius: 0px 0px 30px 0px;
  overflow: hidden;
}
.cta-card__content {
  max-width: 780px;
  margin: 0 auto;
}
.cta-card__content + .cta-card__button {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .cta-card {
    text-align: center;
  }
  .cta-card__card {
    padding: 40px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .cta-card__card {
    padding: 60px 80px;
  }
}
.enquiry-cta {
  color: #280B3D;
}
@media screen and (min-width: 0) {
  .enquiry-cta {
    margin: 40px 0;
  }
  .enquiry-cta.enquiry-cta--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .enquiry-cta {
    margin: 40px 0;
  }
  .enquiry-cta.enquiry-cta--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .enquiry-cta {
    margin: 60px 0;
  }
  .enquiry-cta.enquiry-cta--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .enquiry-cta {
    margin: 80px 0;
  }
  .enquiry-cta.enquiry-cta--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .enquiry-cta {
    margin: 120px 0;
  }
  .enquiry-cta.enquiry-cta--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.enquiry-cta__card {
  display: flex;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
  background-color: #D7F1F2;
  border-radius: 0px 0px 30px 0px;
  overflow: hidden;
}
.enquiry-cta__content {
  max-width: 780px;
}
.enquiry-cta__content + .enquiry-cta__button {
  margin-top: 30px;
}
.enquiry-cta__wrap--content {
  flex: 1;
}
.enquiry-cta__wrap--buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.enquiry-cta__wrap--image {
  display: none;
  flex: 1;
  justify-content: end;
  align-items: center;
}
.enquiry-cta__button {
  text-wrap: nowrap;
  min-width: auto;
  padding-left: 35px;
  padding-right: 35px;
  flex: 1;
}
.enquiry-cta__figure {
  position: relative;
  height: 250px;
  width: 250px;
  transform: rotate(10deg);
  margin-right: 15px;
}
.enquiry-cta__figure:after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: -30px;
  height: 116.373px;
  width: 173.358px;
  background-image: url(images/enquiry-cta-top.svg);
  background-repeat: no-repeat;
}
.enquiry-cta__figure:before {
  position: absolute;
  display: block;
  content: "";
  right: 100px;
  bottom: -60px;
  width: 180px;
  height: 180px;
  background-image: url(images/enquiry-cta-bottom.svg);
  background-repeat: no-repeat;
  transform: rotate(0deg);
}
.enquiry-cta__image {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .enquiry-cta__card {
    padding: 40px 60px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .enquiry-cta__card {
    padding: 60px;
  }
  .enquiry-cta__wrap--image {
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
  .enquiry-cta__card {
    align-items: center;
  }
  .enquiry-cta__button {
    flex: none;
  }
  .enquiry-cta__wrap--content {
    flex: none;
    max-width: 65%;
  }
  .enquiry-cta__wrap--buttons {
    margin-top: 40px;
  }
}
.faqs {
  text-align: center;
}
@media screen and (min-width: 0) {
  .faqs {
    margin: 40px 0;
  }
  .faqs.faqs--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .faqs {
    margin: 40px 0;
  }
  .faqs.faqs--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .faqs {
    margin: 60px 0;
  }
  .faqs.faqs--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .faqs {
    margin: 80px 0;
  }
  .faqs.faqs--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .faqs {
    margin: 120px 0;
  }
  .faqs.faqs--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.faqs__items {
  text-align: left;
  position: relative;
}
.faqs__item {
  border-bottom: 1px solid #DDDEE3;
  position: relative;
  text-align: left;
}
.faqs__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.faqs__title {
  position: relative;
  display: block;
  width: 100%;
  padding: 25px 42px 25px 0px;
  background-color: transparent;
  border: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left;
  color: #48305A;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.faqs__title svg {
  position: absolute;
  top: 50%;
  right: 0px;
  max-width: 12px;
  height: 8px;
  color: #7B3CEA;
  transform: translateY(-50%);
  transition: 300ms;
}
.faqs__title:after {
  content: none;
}
.faqs__title.open {
  padding: 25px 42px 0px 0px;
  color: #7B3CEA;
}
.faqs__title.open svg {
  transform: translateY(-50%) rotate(-180deg);
}
.faqs__question {
  padding-right: 10px;
  font-weight: 400;
  color: #48305A;
}
@media screen and (min-width: 0) {
  .faqs__question {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .faqs__question {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .faqs__question {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .faqs__question {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1280px) {
  .faqs__question {
    font-size: 18px;
  }
}
.faqs__wrap {
  height: 0;
  opacity: 0;
  transition: 300ms;
  overflow: hidden;
}
.faqs__wrap.open {
  height: auto;
  margin-top: 25px;
  opacity: 1;
}
.faqs__content {
  padding: 0 20px 30px 0;
  color: #554769;
}
@media screen and (min-width: 0) {
  .faqs__content {
    font-size: 14px;
    line-height: 1.28;
  }
}
@media screen and (min-width: 577px) {
  .faqs__content {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .faqs__content {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .faqs__content {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .faqs__content {
    font-size: 16px;
  }
}
.faqs--alt .faqs__item {
  background-color: #F7F5F1;
  margin-bottom: 10px;
  padding: 0 20px;
  border-radius: 0 0 20px 0;
  border-bottom: 0;
}
.faqs--alt .faqs__title.open {
  padding-top: 20px;
}
.faqs--alt .faqs__title.open svg {
  top: calc(50% + 7.5px);
}
.faqs--alt .faqs__wrap.open {
  border-top: 1px solid #DDDEE3;
  margin-top: 15px;
}
.faqs--alt .faqs__content--answer {
  padding-top: 15px;
  padding-bottom: 15px;
}
.faqs--alt .faqs__content--item {
  padding-bottom: 15px;
}
.faqs--alt .faqs__content--item:last-of-type {
  padding-bottom: 0;
}

@media screen and (min-width: 577px) {
  .faqs__title svg {
    max-width: 15px;
    height: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .faqs__title {
    padding: 25px 45px 25px 0px;
  }
  .faqs__title.open {
    padding: 25px 42px 0px 0px;
  }
  .faqs__content {
    padding: 0 30px 40px 0;
  }
  .faqs--alt .faqs__item {
    padding: 0 30px;
  }
  .faqs--alt .faqs__content--answer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .faqs--alt .faqs__content--item {
    padding-bottom: 0;
  }
  .faqs--alt .faqs__title.open {
    padding-top: 30px;
  }
}
.featured-tests {
  margin: 30px 0 50px;
}
.featured-tests__row--single {
  justify-content: center;
}
.featured-tests__col {
  margin-top: 20px;
}
.featured-tests__col:nth-child(1) {
  margin-top: 0;
}
.featured-tests .content-editor-full__container {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .featured-tests {
    margin: 0 0 80px;
  }
  .featured-tests__col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .featured-tests {
    margin-bottom: 100px;
  }
  .featured-tests .content-editor-full__container {
    margin-bottom: 60px;
  }
  .featured-tests__col {
    margin-top: 30px;
  }
}
.find-a-clinic {
  margin: 0;
}
.find-a-clinic__container {
  padding: 0;
}
.find-a-clinic__text {
  background: #E4D8FC;
  padding: 50px 25px;
}
.find-a-clinic__text-inner {
  margin: 0 auto;
  max-width: 600px;
}
.find-a-clinic__clinics {
  background: #F7F5F1;
}

@media screen and (min-width: 1024px) {
  .find-a-clinic {
    margin: 0;
  }
  .find-a-clinic__card {
    display: flex;
  }
  .find-a-clinic__text {
    flex: 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .find-a-clinic__text-inner {
    max-width: 400px;
  }
  .find-a-clinic__media {
    flex: 0 50%;
  }
  .find-a-clinic__media img {
    border-radius: 0px 0px 20px 0px;
  }
}
.four-blogs {
  margin-top: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.four-blogs__row {
  margin-top: 20px;
}
.four-blogs__col {
  display: inherit;
  margin-top: 40px;
}
.four-blogs__col:first-child {
  margin-top: 0;
}
.four-blogs__button--top {
  display: none;
}
.four-blogs__button--bottom {
  margin-top: 30px;
}
.four-blogs__button--view-all {
  width: 100%;
}
.four-blogs__wrap {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .four-blogs {
    margin-top: 60px;
    background: #F7F5F1;
  }
  .four-blogs__col {
    margin-top: 20px;
  }
  .four-blogs__col:first-child {
    margin-top: 20px;
  }
  .four-blogs__button--top {
    display: block;
  }
  .four-blogs__button--bottom {
    display: none;
    margin-top: 40px;
  }
  .four-blogs__wrap {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .four-blogs {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .four-blogs {
    margin-top: 120px;
  }
}
@media screen and (min-width: 0) {
  .full-width-form {
    margin: 40px 0;
  }
  .full-width-form.full-width-form--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .full-width-form {
    margin: 40px 0;
  }
  .full-width-form.full-width-form--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .full-width-form {
    margin: 60px 0;
  }
  .full-width-form.full-width-form--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .full-width-form {
    margin: 80px 0;
  }
  .full-width-form.full-width-form--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .full-width-form {
    margin: 120px 0;
  }
  .full-width-form.full-width-form--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.full-width-form__container {
  max-width: 960px;
  padding: 0 25px;
  margin: 0 auto;
}
.full-width-form__form {
  margin: 20px auto 0;
}
.full-width-form__heading {
  color: #7B3CEA;
  margin-bottom: 20px;
}
.full-width-form .newsletter-form {
  position: relative;
}
.full-width-form .newsletter-form .gfield {
  margin-bottom: 20px;
}
.full-width-form .newsletter-form .gfield:last-child {
  margin-bottom: 0;
}
.full-width-form .grecaptcha-badge {
  margin: 0 auto;
}
.full-width-form .ginput_recaptcha + .gfield_description {
  padding-right: 0;
  text-align: center;
}

@media screen and (min-width: 577px) {
  .full-width-form .newsletter-form .ginput_container_email {
    padding-right: 160px;
  }
  .full-width-form .newsletter-form .gfield_description {
    text-align: left;
  }
  .full-width-form .newsletter-form .ginput_recaptcha + .gfield_description {
    text-align: center;
  }
  .full-width-form .newsletter-form .gform_footer {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 1;
  }
  .full-width-form .newsletter-form input[type=submit] {
    width: 150px;
  }
  .full-width-form__form {
    margin-top: 150px;
  }
}
.full-width-image-video {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 0) {
  .full-width-image-video {
    margin: 40px 0;
  }
  .full-width-image-video.full-width-image-video--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .full-width-image-video {
    margin: 40px 0;
  }
  .full-width-image-video.full-width-image-video--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .full-width-image-video {
    margin: 60px 0;
  }
  .full-width-image-video.full-width-image-video--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .full-width-image-video {
    margin: 80px 0;
  }
  .full-width-image-video.full-width-image-video--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .full-width-image-video {
    margin: 120px 0;
  }
  .full-width-image-video.full-width-image-video--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.full-width-image-video--primary {
  background-color: #7B3CEA;
}
.full-width-image-video--primary2 {
  background-color: #E4D8FC;
}
.full-width-image-video--primary3 {
  background-color: #61C8C9;
}
.full-width-image-video--primary4 {
  background-color: #D7F1F2;
}
.full-width-image-video--secondary {
  background-color: #D95978;
}
.full-width-image-video--secondary2 {
  background-color: #F2D8DB;
}
.full-width-image-video--secondary3 {
  background-color: #E7B25A;
}
.full-width-image-video--secondary4 {
  background-color: #F9ECD5;
}
.full-width-image-video--white {
  background-color: #FFFFFF;
}
.full-width-image-video--off-white {
  background-color: #F7F5F1;
}
.full-width-image-video--grey-100 {
  background-color: #DDD8DE;
}
.full-width-image-video--grey-300 {
  background-color: #B4ACBB;
}
.full-width-image-video--grey-500 {
  background-color: #6E637E;
}
.full-width-image-video--grey-700 {
  background-color: #554769;
}
.full-width-image-video--off-black {
  background-color: #48305A;
}
.full-width-image-video--black {
  background-color: #280B3D;
}
.full-width-image-video--success {
  background-color: #60B58C;
}
.full-width-image-video--error {
  background-color: #CF2543;
}
.full-width-image-video__col--slider {
  padding: 20px 0;
  overflow: hidden;
}
.full-width-image-video .flickity-viewport {
  overflow: visible;
}
.full-width-image-video .flickity-button {
  position: absolute;
}
.full-width-image-video .flickity-slider {
  position: relative;
}
.full-width-image-video .flickity-prev-next-button {
  display: none;
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
  color: #48305A;
}
.full-width-image-video .flickity-prev-next-button:hover {
  color: #7B3CEA;
}
.full-width-image-video .flickity-prev-next-button.previous {
  left: 0;
  border-radius: 0 10px 10px 0;
}
.full-width-image-video .flickity-prev-next-button.next {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.full-width-image-video .flickity-prev-next-button .flickity-button-icon {
  width: 13px;
  height: 13px;
}
.full-width-image-video .flickity-page-dots {
  bottom: 0;
  text-align: left;
  margin-left: 40px;
}
.full-width-image-video .flickity-page-dots .dot {
  background-color: #B4ACBB;
  width: 70px;
  height: 5px;
  border-radius: 0;
  background-color: #280B3D;
}
.full-width-image-video .flickity-page-dots .dot:hover {
  background-color: #280B3D;
}
.full-width-image-video__images {
  overflow: hidden;
}
.full-width-image-video__icon {
  margin: 0 auto 30px;
  color: #FFFFFF;
}
.full-width-image-video__icon span {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 300ms all;
}
.full-width-image-video__icon svg {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.full-width-image-video__icon:hover {
  color: #FFFFFF;
}
.full-width-image-video__icon:hover span {
  width: 100px;
  height: 100px;
}
.full-width-image-video__image {
  position: relative;
  display: block;
  width: 100%;
}
.full-width-image-video__image img {
  width: 100%;
  border-radius: 0px 0px 30px 0px;
}
.full-width-image-video__video {
  font-size: 0;
}
.full-width-image-video__count {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  min-width: 66px;
  padding: 6px;
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
  color: #554769;
  z-index: 1;
}
.full-width-image-video__heading {
  margin: 0 auto;
}
.full-width-image-video__heading + .full-width-image-video__col--image {
  margin-top: 40px;
}

@media screen and (min-width: 577px) {
  .full-width-image-video .flickity-prev-next-button {
    display: block;
  }
  .full-width-image-video__slide {
    padding: 0 100px 38px;
  }
}
@media screen and (min-width: 769px) {
  .full-width-image-video__col--slider {
    padding: 40px 0;
  }
  .full-width-image-video .flickity-prev-next-button {
    display: block;
  }
  .full-width-image-video__slide {
    padding: 0 100px 38px;
  }
  .full-width-image-video__icon span {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 0) {
  .general-content {
    margin: 40px 0;
  }
  .general-content.general-content--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .general-content {
    margin: 40px 0;
  }
  .general-content.general-content--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .general-content {
    margin: 60px 0;
  }
  .general-content.general-content--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .general-content {
    margin: 80px 0;
  }
  .general-content.general-content--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .general-content {
    margin: 120px 0;
  }
  .general-content.general-content--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.general-content__heading + .general-content__content {
  margin-top: 40px;
}
.general-content__content h1, .general-content__content h2, .general-content__content h3, .general-content__content h4, .general-content__content h5, .general-content__content h6 {
  margin-top: 40px;
}
.general-content__content p + table {
  margin-top: 30px;
}
.general-content__content h1 + table, .general-content__content h2 + table, .general-content__content h3 + table, .general-content__content h4 + table, .general-content__content h5 + table, .general-content__content h6 + table {
  margin-top: 30px;
}
.general-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  width: calc(100% + 25px) !important;
  padding-right: 20px;
  border: 0;
}
.general-content table th {
  background-color: #F7F3FF;
  color: #7B3CEA;
  border: 1px solid #DDD8DE;
}
.general-content table tr {
  border: 1px solid #DDD8DE;
}
.general-content table td {
  border: 1px solid #DDD8DE;
}
.general-content table tr:nth-child(even) td {
  background-color: #FFFFFF;
}
.general-content a {
  word-break: break-all;
}

@media screen and (min-width: 577px) {
  .general-content__heading + .general-content__content {
    margin-top: 50px;
  }
  .general-content__content h1, .general-content__content h2, .general-content__content h3, .general-content__content h4, .general-content__content h5, .general-content__content h6 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  .general-content__heading + .general-content__content {
    margin-top: 60px;
  }
  .general-content__content h1, .general-content__content h2, .general-content__content h3, .general-content__content h4, .general-content__content h5, .general-content__content h6 {
    margin-top: 60px;
  }
  .general-content__content table {
    width: 100% !important;
  }
  .general-content table {
    display: table;
  }
}
@media screen and (min-width: 1024px) {
  .general-content__content h1 + table, .general-content__content h2 + table, .general-content__content h3 + table, .general-content__content h4 + table, .general-content__content h5 + table, .general-content__content h6 + table {
    margin-top: 50px;
  }
  .general-content table th {
    font-size: 16px;
    padding: 16px 20px;
  }
  .general-content table td {
    padding: 16px 20px;
  }
}
.google-reviews {
  text-align: center;
}
@media screen and (min-width: 0) {
  .google-reviews {
    margin: 40px 0;
  }
  .google-reviews.google-reviews--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .google-reviews {
    margin: 40px 0;
  }
  .google-reviews.google-reviews--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .google-reviews {
    margin: 60px 0;
  }
  .google-reviews.google-reviews--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .google-reviews {
    margin: 80px 0;
  }
  .google-reviews.google-reviews--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .google-reviews {
    margin: 120px 0;
  }
  .google-reviews.google-reviews--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.google-reviews__wrap {
  margin: 0 auto;
}

.hero-image {
  position: relative;
  display: flex;
  padding-bottom: 100px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}
.hero-image--black {
  color: #280B3D;
}
.hero-image__container {
  position: relative;
  z-index: 1;
}
.hero-image__wrap {
  max-width: 770px;
  margin: 0 auto;
}

@media screen and (min-width: 577px) {
  .hero-image {
    padding: 120px 0;
  }
}
@media screen and (min-width: 769px) {
  .hero-image {
    height: 100vh;
    min-height: 600px;
  }
}
.home-hero {
  position: relative;
  max-width: 100%;
  padding: 100px 0 40px 0;
  background-color: #F7F3FF;
  padding-top: 90px;
}
.home-hero__subtitle {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 15px;
  background-color: #FFFFFF;
  border-radius: 50px;
}
.home-hero__subtitle + .home-hero__title {
  margin-top: 15px;
}
.home-hero__title {
  text-align: center;
}
@media screen and (min-width: 0) {
  .home-hero__title {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 577px) {
  .home-hero__title {
    font-size: 40px;
  }
}
@media screen and (min-width: 769px) {
  .home-hero__title {
    font-size: 70px;
    line-height: 1.08;
    letter-spacing: -2.5px;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero__title {
    font-size: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .home-hero__title {
    font-size: 80px;
  }
}
.home-hero__title + .home-hero__content {
  margin-top: 20px;
}
@media screen and (min-width: 0) {
  .home-hero__title {
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 577px) {
  .home-hero__title {
    font-size: 40px;
  }
}
@media screen and (min-width: 769px) {
  .home-hero__title {
    font-size: 70px;
    line-height: 1.08;
    letter-spacing: -2.5px;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero__title {
    font-size: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .home-hero__title {
    font-size: 80px;
  }
}
.home-hero__content--subtitle {
  background: var(--Gradient-1, linear-gradient(90deg, #8C41E8 0%, #5D3DE8 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (min-width: 0) {
  .home-hero__content--subtitle {
    font-size: 14px;
    line-height: 1.28;
  }
}
@media screen and (min-width: 577px) {
  .home-hero__content--subtitle {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .home-hero__content--subtitle {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero__content--subtitle {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .home-hero__content--subtitle {
    font-size: 16px;
  }
}
.home-hero__content--main {
  text-align: center;
}
.home-hero__wrap {
  display: flex;
  gap: 10px;
  max-width: 500px;
  margin: 30px auto 0;
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 0px 0px 15px 0px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
}
.home-hero__wrap .search-bar {
  margin-top: 0;
  width: 100%;
}
.home-hero__wrap .search-bar__input {
  background-color: #FFFFFF;
  text-align: center;
  height: 47px;
  width: 100%;
}
@media screen and (min-width: 0) {
  .home-hero__wrap .search-bar__input {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .home-hero__wrap .search-bar__input {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .home-hero__wrap .search-bar__input {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero__wrap .search-bar__input {
    font-size: 22px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .home-hero__wrap .search-bar__input {
    font-size: 22px;
  }
}
.home-hero__wrap .search-bar__results {
  top: 119px;
}

@media screen and (min-width: 769px) {
  .home-hero__container {
    flex-direction: row;
  }
  .home-hero__content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-hero__content--main {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .home-hero {
    padding-top: 220px;
    padding-bottom: 60px;
  }
  .home-hero__container {
    max-width: 950px;
  }
  .home-hero__subtitle {
    padding: 11px 25px;
  }
  .home-hero__subtitle + .home-hero__title {
    margin-top: 20px;
  }
  .home-hero__title + .home-hero__content {
    margin-top: 30px;
  }
  .home-hero__wrap {
    margin-top: 40px;
    padding: 20px;
    max-width: 613px;
  }
  .home-hero__wrap .search-bar {
    display: flex;
    gap: 10px;
  }
  .home-hero__wrap .search-bar__input {
    height: 70px;
    padding-left: 10px;
    padding-right: 30px;
    text-align: left;
  }
  .home-hero__wrap .search-bar__submit-btn {
    height: 70px;
    min-width: 163px;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    text-wrap: nowrap;
  }
  .home-hero__wrap .search-bar__results {
    top: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .home-hero {
    position: relative;
    padding-top: 230px;
    padding-bottom: 80px;
  }
  .home-hero__container {
    position: relative;
    z-index: 2;
  }
  .home-hero__imagery {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .home-hero__imagery::after {
    content: "";
    display: block;
    width: 307px;
    height: 426px;
    position: absolute;
    top: 211px;
    left: 0;
    background-image: url(vectors/hero-home-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .home-hero__imagery::before {
    content: "";
    display: block;
    width: 343.917px;
    height: 387.743px;
    position: absolute;
    right: -200.722px;
    bottom: 11.629px;
    background-image: url(vectors/hero-home-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.hub-hero__container {
  max-width: 780px;
}
.hub-hero__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 10px;
  flex-direction: column;
}
.hub-hero__title {
  text-align: center;
  margin: 20px 0 30px;
}
@media screen and (min-width: 0) {
  .hub-hero__content {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .hub-hero__content {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .hub-hero__content {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .hub-hero__content {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1280px) {
  .hub-hero__content {
    font-size: 18px;
  }
}
.hub-hero .enquiry-cta__button {
  flex: none;
}

@media screen and (min-width: 577px) {
  .hub-hero__buttons {
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .hub-hero {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 0) {
  .icon-columns {
    margin: 40px 0;
  }
  .icon-columns.icon-columns--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .icon-columns {
    margin: 40px 0;
  }
  .icon-columns.icon-columns--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .icon-columns {
    margin: 60px 0;
  }
  .icon-columns.icon-columns--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .icon-columns {
    margin: 80px 0;
  }
  .icon-columns.icon-columns--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .icon-columns {
    margin: 120px 0;
  }
  .icon-columns.icon-columns--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.icon-columns__col {
  margin-top: 20px;
}
.icon-columns__col:first-child {
  margin-top: 0;
}
.icon-columns__row {
  justify-content: center;
}
.icon-columns__card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px 25px;
  border-radius: 0px 0px 20px 0px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
}
.icon-columns__figure {
  min-width: 60px;
  height: auto;
  font-size: 0;
  text-align: center;
  margin: 0 auto 20px;
  overflow: hidden;
}
.icon-columns__figure:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.icon-columns__image {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.icon-columns__content {
  color: #554769;
}

@media screen and (min-width: 769px) {
  .icon-columns__col {
    margin-top: 30px;
  }
  .icon-columns__col:nth-child(2) {
    margin-top: 0;
  }
  .icon-columns__card {
    height: 100%;
  }
  .icon-columns__figure {
    width: 90px;
    height: 90px;
  }
  .icon-columns__heading + .icon-columns__content {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .icon-columns__col {
    text-align: center;
  }
  .icon-columns__col:nth-child(3), .icon-columns__col:nth-child(4) {
    margin-top: 0;
  }
  .icon-columns__card {
    flex-direction: column;
    margin: 0 auto;
    padding: 30px;
    height: 100%;
  }
  .icon-columns__figure {
    position: relative;
    width: 110px;
    height: 110px;
    margin: 0 auto;
  }
  .icon-columns__heading + .icon-columns__content {
    margin-top: 20px;
  }
  .icon-columns--4 .icon-columns__col {
    flex-basis: 25%;
    max-width: 25%;
  }
  .icon-columns--five-plus .icon-columns__col:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 0) {
  .icon-grid {
    margin: 40px 0;
  }
  .icon-grid.icon-grid--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .icon-grid {
    margin: 40px 0;
  }
  .icon-grid.icon-grid--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .icon-grid {
    margin: 60px 0;
  }
  .icon-grid.icon-grid--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .icon-grid {
    margin: 80px 0;
  }
  .icon-grid.icon-grid--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .icon-grid {
    margin: 120px 0;
  }
  .icon-grid.icon-grid--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.icon-grid__row {
  align-items: center;
  justify-content: center;
}
.icon-grid__col {
  margin-top: 60px;
  text-align: center;
}
.icon-grid__col:nth-child(1), .icon-grid__col:nth-child(2) {
  margin-top: 0;
}
.icon-grid__image {
  position: relative;
  max-width: 140px;
  margin: 0 auto;
  transition: 300ms;
}
.icon-grid__image:hover {
  opacity: 0.7;
}
.icon-grid__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .icon-grid__col {
    margin-top: 70px;
  }
  .icon-grid__col:nth-child(3) {
    margin-top: 0;
  }
  .icon-grid__col:nth-child(3n+1) .icon-grid__image {
    margin: 0 auto 0 0;
  }
  .icon-grid__col:nth-child(3n+3) .icon-grid__image {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .icon-grid__col {
    margin-top: 0;
  }
  .icon-grid__image {
    margin: 0 auto;
  }
  .icon-grid__col:nth-child(3n+1) .icon-grid__image, .icon-grid__col:nth-child(3n+3) .icon-grid__image {
    margin: 0 auto;
  }
}
.inner-hero {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  text-align: center;
  padding-top: 100px;
}
.inner-hero:before {
  content: " ";
  display: block;
  width: 206px;
  height: 151px;
  position: absolute;
  top: 120px;
  left: -170px;
  background-image: url(images/shape-purple-outline.svg);
  background-repeat: no-repeat;
  background-size: 206px 151px;
}
.inner-hero:after {
  content: " ";
  display: block;
  width: 168px;
  height: 118px;
  position: absolute;
  top: 100px;
  left: calc(100% - 90px);
  background-image: url(images/shape-white.svg);
  background-repeat: no-repeat;
  background-size: 168px 118px;
}
.inner-hero--black {
  color: #280B3D;
}
.inner-hero__container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.inner-hero__row {
  justify-content: center;
}
.inner-hero__col {
  display: flex;
  flex: 0 1 auto;
  align-items: center;
}
.inner-hero__wrap--main {
  max-width: 690px;
  padding-bottom: 40px;
}
.inner-hero__wrap--author-info {
  padding-left: 20px;
  text-align: left;
}
.inner-hero__figure {
  width: 69px;
  -webkit-mask-image: url("../dist/vectors/headshot-mask.svg");
          mask-image: url("../dist/vectors/headshot-mask.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.inner-hero__heading br {
  display: none;
}
.inner-hero__heading + .inner-hero__content--author {
  margin-top: 6px;
}
@media screen and (min-width: 0) {
  .inner-hero__content p {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .inner-hero__content p {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .inner-hero__content p {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .inner-hero__content p {
    font-size: 22px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .inner-hero__content p {
    font-size: 22px;
  }
}
.inner-hero__content + .inner-hero__wrap--author {
  margin-top: 30px;
}
.inner-hero.has-image {
  background: #F7F5F1;
  text-align: center;
}
.inner-hero.has-image:before {
  content: " ";
  display: block;
  width: 285px;
  height: 215px;
  position: absolute;
  top: auto;
  bottom: -170px;
  left: -110px;
  background-image: url(images/shape-pink.svg);
  background-repeat: no-repeat;
  background-size: 285px 215px;
}
.inner-hero.has-image:after {
  content: " ";
  display: block;
  width: 200px;
  height: 204px;
  position: absolute;
  top: 60px;
  left: calc(100% - 40px);
  background-image: url(images/shape-purple.svg);
  background-repeat: no-repeat;
  background-size: 200px 204px;
}
.inner-hero.has-image .inner-hero__wrap--main {
  padding-bottom: 60px;
}
.inner-hero.has-image .inner-hero__media {
  display: none;
}
.inner-hero--clinicians-page.has-image {
  text-align: left;
}
.inner-hero--clinicians-page.has-image:before, .inner-hero--clinicians-page.has-image:after {
  display: none;
}
.inner-hero--clinicians-page.has-image .inner-hero__media {
  display: block;
}
.inner-hero--primary.has-image {
  background: #F7F3FF;
}

@media screen and (min-width: 577px) {
  .inner-hero__heading br {
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  .inner-hero__content {
    max-width: 770px;
  }
  .inner-hero__container {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .inner-hero {
    padding-top: 180px;
  }
  .inner-hero:before {
    width: 309px;
    height: 226px;
    top: 110px;
    left: -190px;
    background-size: 309px 226px;
  }
  .inner-hero:after {
    width: 252px;
    height: 177px;
    top: 120px;
    left: calc(100% - 180px);
    background-size: 252px 177px;
  }
  .inner-hero__row {
    justify-content: flex-start;
  }
  .inner-hero__figure {
    width: 100px;
  }
  .inner-hero.has-image {
    text-align: left;
  }
  .inner-hero.has-image:before,
  .inner-hero.has-image:after {
    display: none;
  }
  .inner-hero.has-image .inner-hero__container {
    min-height: 400px;
  }
  .inner-hero.has-image .inner-hero__wrap {
    position: relative;
    max-width: 1230px;
    z-index: 2;
  }
  .inner-hero.has-image .inner-hero__content {
    max-width: 440px;
  }
  .inner-hero.has-image .inner-hero__media {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .inner-hero.has-image .inner-hero__media img {
    width: 540px;
    height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .inner-hero {
    padding-top: 250px;
  }
  .inner-hero.has-image .inner-hero__container {
    min-height: 480px;
  }
  .inner-hero.has-image .inner-hero__content {
    max-width: 500px;
  }
  .inner-hero.has-image .inner-hero__media img {
    width: 800px;
    height: auto;
  }
}
.knowledge-base-cards .content-editor-full__container {
  margin-bottom: 30px;
}

.knowledge-base-block {
  padding-top: 40px;
}

@media screen and (min-width: 1024px) {
  .knowledge-base-cards .content-editor-full__container {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 0) {
  .page-cards-four {
    margin: 40px 0;
  }
  .page-cards-four.page-cards-four--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .page-cards-four {
    margin: 40px 0;
  }
  .page-cards-four.page-cards-four--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .page-cards-four {
    margin: 60px 0;
  }
  .page-cards-four.page-cards-four--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-cards-four {
    margin: 80px 0;
  }
  .page-cards-four.page-cards-four--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .page-cards-four {
    margin: 120px 0;
  }
  .page-cards-four.page-cards-four--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.page-cards-four__col {
  display: inherit;
  margin-top: 20px;
}
.page-cards-four__col:first-child {
  margin-top: 0;
}

@media screen and (min-width: 577px) {
  .page-cards-four__col {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .page-cards-four__col {
    margin-top: 40px;
  }
  .page-cards-four__col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-cards-four__col {
    margin-top: 60px;
  }
  .page-cards-four__col:nth-child(3), .page-cards-four__col:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 0) {
  .page-cards-three {
    margin: 40px 0;
  }
  .page-cards-three.page-cards-three--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .page-cards-three {
    margin: 40px 0;
  }
  .page-cards-three.page-cards-three--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .page-cards-three {
    margin: 60px 0;
  }
  .page-cards-three.page-cards-three--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-cards-three {
    margin: 80px 0;
  }
  .page-cards-three.page-cards-three--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .page-cards-three {
    margin: 120px 0;
  }
  .page-cards-three.page-cards-three--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.page-cards-three__col {
  display: inherit;
  margin-top: 15px;
}
.page-cards-three__col:first-child {
  margin-top: 0;
}

@media screen and (min-width: 577px) {
  .page-cards-three__col {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .page-cards-three__col {
    margin-top: 40px;
  }
  .page-cards-three__col:nth-child(2), .page-cards-three__col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-cards-three__col {
    margin-top: 60px;
  }
}
@media screen and (min-width: 0) {
  .page-cards-two {
    margin: 40px 0;
  }
  .page-cards-two.page-cards-two--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .page-cards-two {
    margin: 40px 0;
  }
  .page-cards-two.page-cards-two--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .page-cards-two {
    margin: 60px 0;
  }
  .page-cards-two.page-cards-two--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-cards-two {
    margin: 80px 0;
  }
  .page-cards-two.page-cards-two--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .page-cards-two {
    margin: 120px 0;
  }
  .page-cards-two.page-cards-two--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.page-cards-two__col {
  display: inherit;
  margin-top: 20px;
}
.page-cards-two__col:first-child {
  margin-top: 0;
}

@media screen and (min-width: 577px) {
  .page-cards-two__col {
    margin-top: 40px;
  }
  .page-cards-two__col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-cards-two__col {
    margin-top: 60px;
  }
}
.medication-tabs {
  margin: 60px 0;
}

/* Style for the tab navigation buttons */
.tabs-navigation {
  display: flex;
  margin: 30px 0 20px;
  justify-content: space-between;
}

.tab-btn {
  padding: 10px 20px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-family: "cy", sans-serif;
  border-bottom: 1px solid #DDD8DE;
  width: 100%;
}
.tab-btn.active {
  border-bottom: 2px solid #7B3CEA;
}
.tab-btn.active .tab-title {
  opacity: 1;
}
.tab-btn:hover {
  border-bottom: 2px solid #7B3CEA;
}
.tab-btn:hover .tab-title {
  opacity: 1;
}

.tab-count {
  border-radius: 100%;
  color: #fff;
  background: #7B3CEA;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 10px;
}

.tab-title {
  opacity: 0.5;
  color: #280B3D;
}

/* Style for tab content */
.tab-content {
  display: none;
}

.sub-tab {
  background-color: #F7F5F1;
  margin-bottom: 15px;
  padding: 30px;
  border-radius: 0px 0px 20px 0px;
}
.sub-tab--2 {
  background-color: #F7F3FF;
  margin: 0;
}

.sub-tab--top-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 19px;
  align-items: center;
}
.sub-tab--top-line h5 {
  margin-right: 10px;
}

.tab-content.active {
  display: block;
}

@media screen and (min-width: 0) {
  .tab-text {
    font-size: 14px;
    line-height: 1.28;
  }
}
@media screen and (min-width: 577px) {
  .tab-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .tab-text {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .tab-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .tab-text {
    font-size: 16px;
  }
}

.sub-price {
  background: #FFFFFF;
  border-radius: 50px;
  padding: 5px 15px;
  color: #7B3CEA;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.14px;
  line-height: 22px;
  max-height: 32px;
}

.tab-bottom-row {
  margin-top: 30px;
}

.next-btn {
  width: 100%;
  margin: 20px 0 0;
  cursor: pointer;
}

.medication-tabs__disclaimer {
  font-size: 12px;
  line-height: 16px;
  color: #48305A;
}

@media screen and (min-width: 769px) {
  .tabs-navigation {
    margin: 40px 0 30px 0;
  }
  .sub-tabs {
    display: flex;
    gap: 20px;
  }
  .sub-tab {
    width: 50%;
    padding: 34px 40px 30px 40px;
    margin-bottom: 0;
  }
  .tab-btn {
    justify-content: center;
    flex-direction: row;
    padding: 17px 20px;
  }
  .tab-count {
    margin-right: 15px;
    height: 36px;
    width: 36px;
    font-size: 14px;
    margin-bottom: 0;
  }
  .tab-title {
    font-size: 18px;
  }
  .sub-price {
    padding: 8px 15px;
    line-height: 22px;
    font-size: 16px;
    max-height: 100%;
  }
  .tab-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .medication-tabs__disclaimer {
    max-width: 50%;
  }
  .next-btn {
    width: auto;
    margin: 0;
  }
}
@media screen and (min-width: 0) {
  .page-cards-four {
    margin: 40px 0;
  }
  .page-cards-four.page-cards-four--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .page-cards-four {
    margin: 40px 0;
  }
  .page-cards-four.page-cards-four--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .page-cards-four {
    margin: 60px 0;
  }
  .page-cards-four.page-cards-four--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-cards-four {
    margin: 80px 0;
  }
  .page-cards-four.page-cards-four--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .page-cards-four {
    margin: 120px 0;
  }
  .page-cards-four.page-cards-four--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.page-cards-four__col {
  display: inherit;
  margin-top: 20px;
}
.page-cards-four__col:first-child {
  margin-top: 0;
}

@media screen and (min-width: 577px) {
  .page-cards-four__col {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .page-cards-four__col {
    margin-top: 40px;
  }
  .page-cards-four__col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-cards-four__col {
    margin-top: 60px;
  }
  .page-cards-four__col:nth-child(3), .page-cards-four__col:nth-child(4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 0) {
  .page-cards-three {
    margin: 40px 0;
  }
  .page-cards-three.page-cards-three--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .page-cards-three {
    margin: 40px 0;
  }
  .page-cards-three.page-cards-three--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .page-cards-three {
    margin: 60px 0;
  }
  .page-cards-three.page-cards-three--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-cards-three {
    margin: 80px 0;
  }
  .page-cards-three.page-cards-three--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .page-cards-three {
    margin: 120px 0;
  }
  .page-cards-three.page-cards-three--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.page-cards-three__col {
  display: inherit;
  margin-top: 15px;
}
.page-cards-three__col:first-child {
  margin-top: 0;
}

@media screen and (min-width: 577px) {
  .page-cards-three__col {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .page-cards-three__col {
    margin-top: 40px;
  }
  .page-cards-three__col:nth-child(2), .page-cards-three__col:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-cards-three__col {
    margin-top: 60px;
  }
}
@media screen and (min-width: 0) {
  .page-cards-two {
    margin: 40px 0;
  }
  .page-cards-two.page-cards-two--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .page-cards-two {
    margin: 40px 0;
  }
  .page-cards-two.page-cards-two--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .page-cards-two {
    margin: 60px 0;
  }
  .page-cards-two.page-cards-two--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-cards-two {
    margin: 80px 0;
  }
  .page-cards-two.page-cards-two--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .page-cards-two {
    margin: 120px 0;
  }
  .page-cards-two.page-cards-two--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.page-cards-two__col {
  display: inherit;
  margin-top: 20px;
}
.page-cards-two__col:first-child {
  margin-top: 0;
}

@media screen and (min-width: 577px) {
  .page-cards-two__col {
    margin-top: 40px;
  }
  .page-cards-two__col:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-cards-two__col {
    margin-top: 60px;
  }
}
@media screen and (min-width: 0) {
  .pie-chart {
    margin: 40px 0;
  }
  .pie-chart.pie-chart--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .pie-chart {
    margin: 40px 0;
  }
  .pie-chart.pie-chart--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .pie-chart {
    margin: 60px 0;
  }
  .pie-chart.pie-chart--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pie-chart {
    margin: 80px 0;
  }
  .pie-chart.pie-chart--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .pie-chart {
    margin: 120px 0;
  }
  .pie-chart.pie-chart--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.pie-chart__row {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9F8F6;
  padding: 20px;
  height: 100%;
  border-radius: 12px;
}
.pie-chart__legend {
  margin-top: 20px;
  padding-left: 0;
}
.pie-chart__legend li {
  font-family: "Albert Sans", sans-serif;
  list-style: none;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.pie-chart__legend span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 15px;
  border-radius: 5px;
}
.pie-chart__heading {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .pie-chart__row {
    border-radius: 20px;
  }
  .pie-chart__legend {
    margin-top: 0;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .pie-chart__row {
    padding: 40px;
    border-radius: 20px;
  }
  .pie-chart__heading {
    margin-bottom: 50px;
  }
  .pie-chart__legend li {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.pop-up-form {
  color: #280B3D;
}
@media screen and (min-width: 0) {
  .pop-up-form {
    margin: 40px 0;
  }
  .pop-up-form.pop-up-form--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .pop-up-form {
    margin: 40px 0;
  }
  .pop-up-form.pop-up-form--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .pop-up-form {
    margin: 60px 0;
  }
  .pop-up-form.pop-up-form--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pop-up-form {
    margin: 80px 0;
  }
  .pop-up-form.pop-up-form--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .pop-up-form {
    margin: 120px 0;
  }
  .pop-up-form.pop-up-form--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.pop-up-form__card {
  position: relative;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
  background-color: #F7F5F1;
  border-radius: 0px 0px 30px 0px;
  overflow: hidden;
}
.pop-up-form__card:before {
  content: " ";
  display: block;
  width: 177px;
  height: 206px;
  position: absolute;
  top: auto;
  bottom: -102px;
  left: -150px;
  background-image: url(images/shape-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.pop-up-form__card:after {
  content: " ";
  display: block;
  width: 125px;
  height: 132px;
  position: absolute;
  top: auto;
  top: 5px;
  right: -105px;
  background-image: url(vectors/pop-up-form-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.pop-up-form__content {
  max-width: 780px;
  margin: 0 auto;
}
.pop-up-form__content + .pop-up-form__button {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .pop-up-form {
    text-align: center;
  }
  .pop-up-form__card {
    padding: 40px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .pop-up-form__card {
    padding: 60px 80px;
  }
  .pop-up-form__card:before {
    width: 310px;
    height: 267px;
    bottom: -80px;
    left: -165px;
    background-repeat: no-repeat;
    background-size: 310px 267px;
  }
  .pop-up-form__card::after {
    width: 267px;
    height: 252px;
    top: -71px;
    right: -139px;
    background-size: contain;
  }
}
.service-hero {
  position: relative;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #F7F5F1;
}
.service-hero__container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.service-hero__content {
  padding: 0 25px 25px;
}
.service-hero__title {
  letter-spacing: -2.5px;
}
@media screen and (min-width: 0) {
  .service-hero__title {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 577px) {
  .service-hero__title {
    font-size: 40px;
  }
}
@media screen and (min-width: 769px) {
  .service-hero__title {
    font-size: 50px;
    line-height: 1.12;
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 1024px) {
  .service-hero__title {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1280px) {
  .service-hero__title {
    font-size: 60px;
  }
}
.service-hero__subtitle {
  margin-top: 20px;
}
@media screen and (min-width: 0) {
  .service-hero__subtitle {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .service-hero__subtitle {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .service-hero__subtitle {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .service-hero__subtitle {
    font-size: 22px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .service-hero__subtitle {
    font-size: 22px;
  }
}
.service-hero__cost {
  color: #7B3CEA;
  margin-top: 20px;
}
@media screen and (min-width: 0) {
  .service-hero__cost {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .service-hero__cost {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .service-hero__cost {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .service-hero__cost {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1280px) {
  .service-hero__cost {
    font-size: 18px;
  }
}
.service-hero__cost span {
  display: block;
  font-weight: 600;
  letter-spacing: -0.75px;
  color: #280B3D;
}
@media screen and (min-width: 0) {
  .service-hero__cost span {
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 577px) {
  .service-hero__cost span {
    font-size: 28px;
  }
}
@media screen and (min-width: 769px) {
  .service-hero__cost span {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1024px) {
  .service-hero__cost span {
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -0.75px;
  }
}
@media screen and (min-width: 1280px) {
  .service-hero__cost span {
    font-size: 40px;
  }
}
.service-hero p {
  margin: 10px 0 30px 0;
}
@media screen and (min-width: 0) {
  .service-hero p {
    font-size: 14px;
    line-height: 1.28;
  }
}
@media screen and (min-width: 577px) {
  .service-hero p {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .service-hero p {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  .service-hero p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1280px) {
  .service-hero p {
    font-size: 16px;
  }
}
.service-hero__media img {
  margin-left: auto;
}
.service-hero__wrap--top {
  display: flex;
  gap: 10px;
}
.service-hero__wrap--bottom {
  margin-top: 10px;
}
.service-hero__button {
  flex: 1;
  text-wrap: nowrap;
}

@media screen and (min-width: 769px) {
  .service-hero__container {
    flex-direction: row;
  }
  .service-hero__content,
  .service-hero__media {
    flex-basis: 50%;
  }
  .service-hero__content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .service-hero__inner {
    max-width: 550px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .service-hero {
    padding-top: 220px;
    padding-bottom: 100px;
  }
  .service-hero__media img {
    margin-left: -20px;
    max-width: 800px;
  }
}
@media screen and (min-width: 1280px) {
  .service-hero {
    padding-top: 230px;
  }
}
@media screen and (min-width: 1680px) {
  .service-hero__content {
    flex-basis: 55%;
  }
  .service-hero__inner {
    max-width: 620px;
  }
  .service-hero__media {
    flex-basis: 45%;
  }
  .service-hero__button {
    flex: none;
    padding-left: 30px;
    padding-right: 30px;
  }
  .service-hero__wrap {
    display: flex;
    gap: 10px;
    flex: 1;
  }
  .service-hero__wrap--bottom {
    margin-top: 0;
  }
}
@media screen and (min-width: 0) {
  .sign-off {
    margin: 40px 0;
  }
  .sign-off.sign-off--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .sign-off {
    margin: 40px 0;
  }
  .sign-off.sign-off--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .sign-off {
    margin: 60px 0;
  }
  .sign-off.sign-off--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .sign-off {
    margin: 80px 0;
  }
  .sign-off.sign-off--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .sign-off {
    margin: 120px 0;
  }
  .sign-off.sign-off--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.sign-off__row {
  margin: 30px 0;
  align-items: center;
}
.sign-off__figure {
  margin-right: 20px;
  width: 78px;
  height: 78px;
}
.sign-off__image--avatar {
  -webkit-mask-image: url("../dist/vectors/headshot-mask.svg");
          mask-image: url("../dist/vectors/headshot-mask.svg");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.sign-off__image--signature {
  width: 152px;
}
.sign-off__content--name {
  font-weight: 600;
}
@media screen and (min-width: 0) {
  .sign-off__content--name {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 577px) {
  .sign-off__content--name {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .sign-off__content--name {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 1024px) {
  .sign-off__content--name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .sign-off__content--name {
    font-size: 20px;
  }
}
.sign-off__content--date {
  color: #6E637E;
}

@media screen and (min-width: 1024px) {
  .sign-off__image--signature {
    width: 203px;
  }
  .sign-off__figure {
    width: 100px;
    height: 100px;
  }
}
.single-hero {
  position: relative;
  max-width: 100%;
  min-height: 350px;
  padding: 40px 0;
  margin-top: 70px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  text-align: center;
}
.single-hero::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(137, 65, 232, 0.1) 0%, rgba(94, 62, 232, 0.2) 35.94%, rgba(85, 156, 217, 0.2) 66.67%, rgba(103, 208, 173, 0.2) 100%), linear-gradient(0deg, rgba(40, 11, 61, 0.4), rgba(40, 11, 61, 0.4));
  background-blend-mode: color, normal, normal;
}
.single-hero__container {
  position: relative;
  z-index: 2;
}
.single-hero__heading {
  color: #FFFFFF;
}
@media screen and (min-width: 0) {
  .single-hero__date, .single-hero__content {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .single-hero__date, .single-hero__content {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .single-hero__date, .single-hero__content {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .single-hero__date, .single-hero__content {
    font-size: 18px;
    line-height: 1.44;
  }
}
@media screen and (min-width: 1280px) {
  .single-hero__date, .single-hero__content {
    font-size: 18px;
  }
}
.single-hero__date {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .single-hero {
    min-height: 440px;
  }
}
@media screen and (min-width: 1024px) {
  .single-hero {
    margin-top: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .single-hero {
    margin-top: 170px;
  }
}
@media screen and (min-width: 0) {
  .styleguide {
    margin: 40px 0;
  }
  .styleguide.styleguide--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .styleguide {
    margin: 40px 0;
  }
  .styleguide.styleguide--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .styleguide {
    margin: 60px 0;
  }
  .styleguide.styleguide--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .styleguide {
    margin: 80px 0;
  }
  .styleguide.styleguide--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .styleguide {
    margin: 120px 0;
  }
  .styleguide.styleguide--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.styleguide__intro {
  align-items: center;
}
.styleguide__intro-col--right {
  text-align: right;
}
.styleguide__logo {
  display: inline-block;
  transition: 300ms;
}
.styleguide__logo:hover {
  opacity: 0.8;
}
.styleguide__image {
  max-width: 150px;
  height: auto;
}
.styleguide__title {
  font-size: 20px;
  font-weight: 700;
}
.styleguide__row {
  margin-top: 40px;
  align-items: center;
}
.styleguide__col--subheading {
  margin-bottom: 30px;
}
.styleguide__subheading {
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDEE3;
}
.styleguide__col--colour, .styleguide__col--button {
  margin-top: 20px;
}
.styleguide__col--button {
  text-align: center;
}
.styleguide__swatch {
  position: relative;
  width: 100%;
  height: 145px;
  border-radius: 8px;
  background-color: #7B3CEA;
  color: #FFFFFF;
  overflow: hidden;
}
.styleguide__swatch--primary {
  background-color: #7B3CEA;
}
.styleguide__swatch--primary2 {
  background-color: #E4D8FC;
}
.styleguide__swatch--primary3 {
  background-color: #61C8C9;
}
.styleguide__swatch--primary4 {
  background-color: #D7F1F2;
}
.styleguide__swatch--secondary {
  background-color: #D95978;
}
.styleguide__swatch--secondary2 {
  background-color: #F2D8DB;
}
.styleguide__swatch--secondary3 {
  background-color: #E7B25A;
}
.styleguide__swatch--secondary4 {
  background-color: #F9ECD5;
}
.styleguide__swatch--white {
  background-color: #FFFFFF;
}
.styleguide__swatch--off-white {
  background-color: #F7F5F1;
}
.styleguide__swatch--grey-100 {
  background-color: #DDD8DE;
}
.styleguide__swatch--grey-300 {
  background-color: #B4ACBB;
}
.styleguide__swatch--grey-500 {
  background-color: #6E637E;
}
.styleguide__swatch--grey-700 {
  background-color: #554769;
}
.styleguide__swatch--off-black {
  background-color: #48305A;
}
.styleguide__swatch--black {
  background-color: #280B3D;
}
.styleguide__swatch--success {
  background-color: #60B58C;
}
.styleguide__swatch--error {
  background-color: #CF2543;
}
.styleguide__swatch--primary2, .styleguide__swatch--primary3, .styleguide__swatch--primary4, .styleguide__swatch--secondary2, .styleguide__swatch--secondary3, .styleguide__swatch--secondary4, .styleguide__swatch--white, .styleguide__swatch--off-white, .styleguide__swatch--grey-100, .styleguide__swatch--grey-300 {
  color: #280B3D;
}
.styleguide__swatch--primary .styleguide__label--hex:before {
  content: "#7B3CEA";
}
.styleguide__swatch--primary2 .styleguide__label--hex:before {
  content: "#E4D8FC";
}
.styleguide__swatch--primary3 .styleguide__label--hex:before {
  content: "#61C8C9";
}
.styleguide__swatch--primary4 .styleguide__label--hex:before {
  content: "#D7F1F2";
}
.styleguide__swatch--secondary .styleguide__label--hex:before {
  content: "#D95978";
}
.styleguide__swatch--secondary2 .styleguide__label--hex:before {
  content: "#F2D8DB";
}
.styleguide__swatch--secondary3 .styleguide__label--hex:before {
  content: "#E7B25A";
}
.styleguide__swatch--secondary4 .styleguide__label--hex:before {
  content: "#F9ECD5";
}
.styleguide__swatch--white .styleguide__label--hex:before {
  content: "#FFFFFF";
}
.styleguide__swatch--off-white .styleguide__label--hex:before {
  content: "#F7F5F1";
}
.styleguide__swatch--grey-100 .styleguide__label--hex:before {
  content: "#DDD8DE";
}
.styleguide__swatch--grey-300 .styleguide__label--hex:before {
  content: "#B4ACBB";
}
.styleguide__swatch--grey-500 .styleguide__label--hex:before {
  content: "#6E637E";
}
.styleguide__swatch--grey-700 .styleguide__label--hex:before {
  content: "#554769";
}
.styleguide__swatch--off-black .styleguide__label--hex:before {
  content: "#48305A";
}
.styleguide__swatch--black .styleguide__label--hex:before {
  content: "#280B3D";
}
.styleguide__swatch--success .styleguide__label--hex:before {
  content: "#60B58C";
}
.styleguide__swatch--error .styleguide__label--hex:before {
  content: "#CF2543";
}
.styleguide__overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px 20px;
}
.styleguide__label {
  margin: 0;
  font-size: 14px;
}
.styleguide__label--hex {
  margin-top: 10px;
}
.styleguide__col--description {
  margin-bottom: 10px;
}
.styleguide__description {
  font-size: 18px;
  font-weight: 700;
}
.styleguide__col--typography {
  margin-bottom: 30px;
}
.styleguide__col--typography:last-child {
  margin-bottom: 0;
}
.styleguide__example {
  max-width: 670px;
}

@media screen and (min-width: 769px) {
  .styleguide__row {
    margin-top: 60px;
  }
  .styleguide__col--subheading {
    margin-bottom: 20px;
  }
  .styleguide__subheading {
    padding-bottom: 30px;
  }
  .styleguide__col--description,
  .styleguide__col--typography {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .styleguide__title {
    font-size: 22px;
  }
  .styleguide__row {
    margin-top: 80px;
  }
  .styleguide__col--subheading {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .styleguide__title {
    font-size: 24px;
  }
  .styleguide__row {
    margin-top: 100px;
  }
  .styleguide__col--subheading {
    margin-bottom: 30px;
  }
  .styleguide__col--colour,
  .styleguide__col--button {
    margin-top: 30px;
  }
  .styleguide__col--description,
  .styleguide__col--typography {
    margin: 40px 0 0;
  }
}
.testimonial-slider {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.testimonial-slider__slides {
  padding-bottom: 40px;
}
.testimonial-slider__col--testimonial {
  order: 2;
}
.testimonial-slider__col--image {
  position: relative;
  width: 100%;
  order: 1;
}
.testimonial-slider__col--image img {
  width: 100%;
}
.testimonial-slider__quote {
  text-align: center;
  margin-top: 20px;
}
.testimonial-slider__info {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.testimonial-slider__info--author {
  color: #280B3D;
  margin-top: 20px;
}
.testimonial-slider__info--role {
  color: #6E637E;
}
.testimonial-slider .flickity-button {
  display: none;
}

@media screen and (min-width: 769px) {
  .testimonial-slider__row {
    align-items: center;
  }
  .testimonial-slider__col--testimonial {
    order: 1;
  }
  .testimonial-slider__col--image {
    order: 2;
  }
  .testimonial-slider__quote {
    padding-right: 50px;
  }
  .testimonial-slider__info {
    font-size: 20px;
    line-height: 28px;
    text-align: left;
  }
  .testimonial-slider__quote {
    text-align: left;
  }
  .testimonial-slider .flickity-page-dots {
    left: 25px;
  }
  .testimonial-slider .flickity-button {
    position: absolute;
    top: auto;
    bottom: -20px;
    left: auto;
    display: block;
    height: 60px;
    width: 60px;
    background: #F7F5F1;
    color: #280B3D;
  }
  .testimonial-slider .flickity-button svg {
    width: 14px;
    height: 14px;
  }
  .testimonial-slider .flickity-button.previous {
    right: 410px;
    border-radius: 10px 0px 0px 0px;
  }
  .testimonial-slider .flickity-button.next {
    right: 340px;
    border-radius: 0px 0px 10px 0px;
  }
  .testimonial-slider--hide-images .flickity-button.next {
    right: 0;
  }
  .testimonial-slider--hide-images .flickity-button.previous {
    right: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .testimonial-slider:not(.testimonial-slider--hide-images) .flickity-button.previous {
    right: 610px;
  }
  .testimonial-slider:not(.testimonial-slider--hide-images) .flickity-button.next {
    right: 540px;
  }
}
@media screen and (min-width: 0) {
  .tests-cta {
    margin: 40px 0;
  }
  .tests-cta.cta-card--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .tests-cta {
    margin: 40px 0;
  }
  .tests-cta.cta-card--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .tests-cta {
    margin: 60px 0;
  }
  .tests-cta.cta-card--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .tests-cta {
    margin: 80px 0;
  }
  .tests-cta.cta-card--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .tests-cta {
    margin: 120px 0;
  }
  .tests-cta.cta-card--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.tests-cta__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 0 0 20px 0;
  padding: 25px;
  background-color: #F9ECD5;
}
.tests-cta__wrap--image {
  display: none;
  align-items: center;
  justify-content: center;
}
.tests-cta__figure {
  position: relative;
  width: calc(100% - 40px);
  padding: 12px;
}
.tests-cta__figure:after {
  position: absolute;
  display: block;
  content: "";
  left: -15px;
  top: 0;
  height: 165.413px;
  width: 170.676px;
  background-image: url(images/tests-cta-top.svg);
  background-repeat: no-repeat;
}
.tests-cta__figure:before {
  position: absolute;
  display: block;
  content: "";
  right: -6px;
  bottom: 12px;
  width: 170.676px;
  height: 165.413px;
  background-image: url(images/tests-cta-bottom.svg);
  background-repeat: no-repeat;
  transform: rotate(0deg);
}
.tests-cta__image {
  position: relative;
  aspect-ratio: 286842/278159;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  clip-path: url(#clipPath);
  -webkit-clip-path: url(#clipPath);
}

@media screen and (min-width: 1024px) {
  .tests-cta__card {
    flex-direction: row;
    gap: 80px;
    padding: 60px;
  }
  .tests-cta__wrap--image {
    display: flex;
    padding-top: 20px;
    max-width: 300px;
  }
  .tests-cta__figure {
    width: 100%;
  }
}
.tests-hero {
  position: relative;
  padding: 140px 0 20px;
  max-width: 100%;
  overflow: hidden;
  color: #280B3D;
  text-align: center;
}
.tests-hero:before {
  content: " ";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: -162px;
  width: 285px;
  height: 143px;
  background-image: url(images/outline-circle-grey.svg);
  background-repeat: no-repeat;
  background-size: 285px 143px;
}
.tests-hero:after {
  content: " ";
  display: block;
  position: absolute;
  top: 130px;
  right: -82px;
  width: 168px;
  height: 118px;
  background-image: url(images/shape-yellow.svg);
  background-repeat: no-repeat;
  background-size: 168px 118px;
}
.tests-hero__container {
  position: relative;
  max-width: 720px;
}
.tests-hero__heading + .tests-hero__content {
  margin-top: 16px;
}
@media screen and (min-width: 0) {
  .tests-hero__content {
    font-size: 16px;
    line-height: 1.375;
  }
}
@media screen and (min-width: 577px) {
  .tests-hero__content {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .tests-hero__content {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 1024px) {
  .tests-hero__content {
    font-size: 22px;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1280px) {
  .tests-hero__content {
    font-size: 22px;
  }
}

@media screen and (min-width: 769px) {
  .tests-hero {
    padding: 180px 0 60px;
  }
  .tests-hero:before {
    top: calc(50% + 40px);
    bottom: auto;
    width: 112px;
    height: 221px;
    left: -30px;
    transform: translateY(-50%);
    background-size: 112px 221px;
  }
  .tests-hero:after {
    width: 218px;
    height: 207px;
    background-size: 218px 207px;
  }
  .tests-hero__heading + .tests-hero__content {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .tests-hero {
    padding: 220px 0 100px;
  }
  .tests-hero:before {
    top: calc(50% + 20px);
    bottom: auto;
    width: 162px;
    height: 271px;
    left: -30px;
    transform: translateY(-50%);
    background-size: 162px 271px;
  }
  .tests-hero:after {
    top: 130px;
    width: 287px;
    height: 277px;
    right: -86px;
    background-size: 287px 277px;
  }
  .tests-hero__heading + .tests-hero__content {
    margin-top: 30px;
  }
}
@media screen and (min-width: 0) {
  .text-image {
    margin: 40px 0;
  }
  .text-image.text-image--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 577px) {
  .text-image {
    margin: 40px 0;
  }
  .text-image.text-image--padded {
    margin: 0;
    padding: 40px 0;
  }
}
@media screen and (min-width: 769px) {
  .text-image {
    margin: 60px 0;
  }
  .text-image.text-image--padded {
    margin: 0;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .text-image {
    margin: 80px 0;
  }
  .text-image.text-image--padded {
    margin: 0;
    padding: 80px 0;
  }
}
@media screen and (min-width: 1280px) {
  .text-image {
    margin: 120px 0;
  }
  .text-image.text-image--padded {
    margin: 0;
    padding: 120px 0;
  }
}
.text-image__row {
  margin-bottom: 50px;
}
.text-image__col:first-child {
  margin-bottom: 20px;
}
.text-image__video {
  font-size: 0;
}
.text-image__block {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.text-image__block .carousel__count {
  display: none;
}
.text-image__block .flickity-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 60px !important;
}
.text-image__block .flickity-button .flickity-button-icon {
  width: 14px;
  height: 14px;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  transform: none;
}
.text-image__block .flickity-button.previous {
  left: 20px;
}
.text-image__block .flickity-button.next {
  right: 20px;
}
.text-image img {
  width: 100%;
}

@media screen and (min-width: 577px) {
  .text-image__row {
    margin-bottom: 60px;
  }
  .text-image__col:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .text-image__row:last-child {
    margin-bottom: 0;
  }
  .text-image__row:nth-child(even) .text-image__col:first-child {
    order: 1;
  }
  .text-image__col:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .text-image__row {
    margin-bottom: 75px;
  }
}
.vacancy-hero {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 100%;
  min-height: 250px;
  margin-top: 70px;
  padding-bottom: 40px;
  color: #FFFFFF;
}
.vacancy-hero::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(137, 65, 232, 0.1) 0%, rgba(94, 62, 232, 0.2) 35.94%, rgba(85, 156, 217, 0.2) 66.67%, rgba(103, 208, 173, 0.2) 100%), linear-gradient(0deg, rgba(40, 11, 61, 0.4), rgba(40, 11, 61, 0.4));
  background-blend-mode: color, normal, normal;
}
.vacancy-hero__container {
  position: relative;
  z-index: 2;
}
.vacancy-hero__heading {
  color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  .vacancy-hero {
    min-height: 300px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .vacancy-hero {
    margin-top: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .vacancy-hero {
    margin-top: 170px;
  }
}
