@charset "UTF-8";
/*!
Theme Name: Northstar Child Theme v2
Description: A Wordpress theme developed by North Star Sites.
Version: 2.0.0
Author: North Star Sites
Author URI: http://www.northstarsites.com
Template: cosmos-theme
*/
/* Responsive Breakpoints */
/* Colors */
/* Fonts */
/* Column Grid Gutter Space */
/* Container Widths */
/* Section Layout Padding */
/* Section Layout Container Width */
/* Custom */
/* Button Colors */
.anicard {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.anicard:hover {
  -webkit-transform: translateY(-5px) translateZ(0);
  transform: translateY(-5px) translateZ(0);
}

/* Common Styles */
body {
  font-family: "Gotham", sans-serif;
}

#header-wrapper.sticky-header {
  z-index: 999;
}

.button {
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  min-height: 56px;
  display: inline-flex !important;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 50px;
  margin-bottom: 0;
}

.button.button-primary {
  background: #D0ABBE;
  color: white;
  border-color: #D0ABBE;
}
.button.button-primary:hover, .button.button-primary.active, .button.button-primary:focus {
  background: #BF7097;
  border-color: #BF7097;
  color: white;
}

.button.button-secondary {
  background: #7D739E;
  color: white;
  border-color: #7D739E;
}
.button.button-secondary:hover, .button.button-secondary.active, .button.button-secondary:focus {
  background: #7D739E;
  border-color: #7D739E;
  color: white;
}

.button.button-black {
  background: #000000;
  color: white;
  border-color: #000000;
}
.button.button-black:hover, .button.button-black.active, .button.button-black:focus {
  background: #000000;
  border-color: #000000;
  color: white;
}

.button-rounded {
  border-radius: 50px;
}

.button.button-small {
  font-size: 16px;
  min-height: 32px;
  padding-bottom: 3px;
}

.color-light-pink {
  color: #D0ABBE;
}

.color-dark-pink {
  color: #BF7097;
}

.color-light-purple {
  color: #E8E3FA;
}

.color-dark-purple {
  color: #7D739E;
}

.color-gray {
  color: #D9D9D9;
}

.color-medium-purple {
  color: #BDAEF4;
}

ul {
  font-weight: 400;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0;
}
ul li {
  margin-bottom: 25px;
  line-height: 21px;
}
ul li:last-child {
  margin-bottom: 0;
}

ul.circles {
  list-style: none;
}
ul.circles li {
  position: relative;
}
ul.circles li:before {
  content: "•";
  position: absolute;
  left: -18px;
  color: #7D739E;
}

/**
Header Related SCSS styles
 */
:root {
  --bs-gutter-x: 24px;
}

#header-wrapper {
  background: transparent !important;
  color: black !important;
  font-family: "Gentona", sans-serif !important;
}
#header-wrapper.sticky-header {
  top: 0;
  left: 0;
}
#header-wrapper.scrolled {
  background: #BF7097 !important;
  color: white !important;
}
#header-wrapper.scrolled .nav-list > .nav-item > a {
  color: white !important;
}
#header-wrapper #linkbar .nav-menu {
  margin-top: 0;
}
#header-wrapper #linkbar .nav-menu > ul.nav-list {
  margin-bottom: 0;
}
#header-wrapper #linkbar .nav-menu > ul.nav-list > li {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: unset;
  font-weight: 300;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
#header-wrapper #linkbar .nav-menu > ul.nav-list > li:not(:last-child) > a {
  position: relative;
  text-transform: uppercase;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 28px;
}
#header-wrapper #linkbar .nav-menu > ul.nav-list > li:not(.button) a:hover {
  text-decoration: underline;
}
#header-wrapper #linkbar .nav-menu > ul.nav-list > li:not(:last-child):not(:first-child):before {
  content: "•";
  margin-top: 12px;
  margin-left: -3px;
  top: unset;
  left: unset;
  display: block;
  position: absolute;
  font-weight: 300;
  font-size: 20px;
}
#header-wrapper #linkbar .nav-menu > ul.nav-list li.button:last-child {
  padding-top: 4px;
  padding-bottom: 2px;
  min-width: unset;
  padding: 12px 30px 12px;
  line-height: 1;
  min-height: unset;
  font-weight: bold;
  font-family: "Gentona", sans-serif !important;
  font-size: 20px;
  padding-top: 11px;
  padding-bottom: 13px;
}
#header-wrapper #linkbar .nav-menu > ul.nav-list li.button:last-child a {
  color: white;
}
#header-wrapper #linkbar a {
  color: black;
  text-decoration: none;
}
#header-wrapper .header-inner {
  padding: 26px 12px 0;
  padding-top: 17px;
  padding-bottom: 3px;
}
#header-wrapper .header-inner .logo {
  width: 396.62px;
}
#header-wrapper .text-logo {
  font-size: 24px;
  color: white;
  max-width: 60vw;
  line-height: 26px;
  top: 17px;
  bottom: 0;
  margin-top: 9px;
  margin-bottom: auto;
  position: absolute;
  height: fit-content;
}

body.admin-bar .text-logo-header #header-wrapper.sticky-header {
  top: 32px;
}
@media screen and (max-width: 991px) {
  body.admin-bar .text-logo-header #header-wrapper .header-inner {
    padding: 31px 21px;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar body.admin-bar .text-logo-header #header-wrapper.sticky-header {
    top: 46px;
  }
}

/* Mega menu related changes */
.navbar-nav-mega-menu {
  font-family: "Gentona", sans-serif !important;
}
.navbar-nav-mega-menu img {
  vertical-align: middle;
}
.navbar-nav-mega-menu ul {
  display: initial !important;
}
.navbar-nav-mega-menu ul li {
  position: relative !important;
}
.navbar-nav-mega-menu .navbar-nav-mega-menu-parent-list > li {
  margin-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.navbar-nav-mega-menu .navbar-nav-mega-menu-parent-list > li .navbar-nav-mega-menu-child-list {
  margin-left: 0 !important;
}
.navbar-nav-mega-menu .navbar-nav-mega-menu-parent-list > li .navbar-nav-mega-menu-child-list li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.navbar-nav-mega-menu a.parent-title:hover {
  text-decoration: none !important;
}
.navbar-nav-mega-menu .sliders-list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  margin-left: 0 !important;
}
.navbar-nav-mega-menu .sliders-list li {
  padding: 0 !important;
  margin: 0 !important;
  padding-right: 10px !important;
  margin-right: 8px !important;
}
.navbar-nav-mega-menu .navbar-nav-mega-menu-parent-list > li {
  padding-bottom: 16px !important;
  margin-bottom: 16px !important;
}
.navbar-nav-mega-menu .navbar-nav-mega-menu-details {
  color: black;
}
.navbar-nav-mega-menu .navbar-nav-mega-menu-details .navbar-nav-mega-menu-selected-title {
  margin-top: 0;
}

@media screen and (max-width: 1250px) {
  header #linkbar {
    display: none;
  }
  header #slideout-trigger {
    display: block !important;
  }
}
/* Slideout trigger edits */
#slideout-menu {
  background: #bf7097;
  top: 74px;
  left: 0;
  right: 0;
  padding-top: 0;
  text-align: left;
  height: fit-content;
  min-height: unset;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: "Gentona";
}
#slideout-menu ul {
  text-align: left;
}
#slideout-menu .navbar-nav-mega-menu .view-all-button {
  position: relative !important;
}

#slideout-menu .button {
  font-family: "Gentona";
  line-height: 1;
  font-size: 14px;
  min-height: unset;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
}
#slideout-menu .button a {
  text-align: left;
  width: 100%;
}

#slideout-menu a {
  color: unset;
}

#slideout-menu .nav-list {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

#slideout-menu .nav-list .nav-item {
  text-align: left;
  display: block;
}
#slideout-menu .nav-list .nav-item:not(.button) {
  margin-bottom: 0;
}
#slideout-menu .nav-list .nav-item.button {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#slideout-menu .nav-list .nav-item .nav-link {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: white;
}
#slideout-menu .nav-list .nav-item:not(.button) a {
  padding: 12px 16px 28px;
}
#slideout-menu .nav-list .nav-item .mega-menu-nav {
  display: block;
}

@media screen and (max-width: 1250px) {
  .header-inner {
    height: 74px;
  }
  #header-wrapper .text-logo {
    margin-top: 3px;
  }
  body.admin-bar #slideout-menu {
    margin-top: 32px;
  }
}
.footer-wrapper #footer-top {
  margin-top: 55px;
}
.footer-wrapper #footer-top .container > h2 {
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 32px;
  line-height: 1.2;
  margin-top: 0;
}
.footer-wrapper .container {
  max-width: 1320px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex !important;
}
@media (min-width: 576px) {
  .footer-wrapper .container-sm, .footer-wrapper .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .footer-wrapper .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .footer-wrapper .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1440px) {
  .footer-wrapper .container {
    max-width: 1320px;
  }
}
.footer-wrapper .cell {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.footer-wrapper .cell > * {
  max-width: 80%;
}
.footer-wrapper .cell > :last-child {
  margin-bottom: 0;
}
.footer-wrapper .cell:first-child {
  border-right: 3px solid;
}
.footer-wrapper .cell:last-child > * {
  margin-left: auto;
}
.footer-wrapper footer #credits .footer-left {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}
.footer-wrapper footer #credits .footer-left p {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}
.footer-wrapper footer #credits .footer-left a {
  color: black;
}
.footer-wrapper footer #credits #menu-footer {
  list-style: none;
  text-align: left;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  display: block;
  max-width: 70%;
  margin-left: 30%;
  padding-left: 0;
}
.footer-wrapper footer #credits #menu-footer li {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 5px;
  line-height: 1.4;
}
.footer-wrapper footer #credits #menu-footer li a, .footer-wrapper footer #credits #menu-footer li {
  color: black;
  font-size: 24px;
  text-decoration: none;
  font-weight: 300;
}
.footer-wrapper #footer-top + footer {
  padding-top: 0;
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .footer-wrapper #footer-top + footer .container {
    flex-direction: column !important;
  }
  .footer-wrapper #footer-top + footer #credits .footer-left,
  .footer-wrapper #footer-top + footer #credits .footer-right {
    width: 100%;
  }
  .footer-wrapper #footer-top + footer #credits #menu-footer {
    margin-left: 10%;
    max-width: 90%;
  }
}

@font-face {
  font-family: "Gentona";
  src: url("_static/fonts/Gentona ExtraLight.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Gentona";
  font-weight: bold;
  src: url("_static/fonts/Gentona Medium.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Gentona";
  font-style: italic;
  src: url("_static/fonts/gentona-extralight-italic.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Gotham", sans-serif;
  src: url("_static/fonts/Gotham-Bold.ttf") format("truetype"), url("_static/fonts/Gotham-Bold.woff") format("woff"), url("_static/fonts/Gotham-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gotham", sans-serif;
  src: url("_static/fonts/Gotham-BoldItalic.ttf") format("truetype"), url("_static/fonts/Gotham-BoldItalic.woff") format("woff"), url("_static/fonts/Gotham-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Gotham", sans-serif;
  src: url("_static/fonts/Gotham-Book.ttf") format("truetype"), url("_static/fonts/Gotham-Book.woff") format("woff"), url("_static/fonts/Gotham-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham", sans-serif;
  src: url("_static/fonts/Gotham-BookItalic.woff") format("woff"), url("_static/fonts/Gotham-BookItalic.woff2") format("woff2"), url("_static/fonts/Gotham-BookItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Gotham, sans-serif";
  src: url("_static/fonts/Gotham-Light.ttf") format("truetype"), url("_static/fonts/Gotham-Light.woff") format("woff"), url("_static/fonts/Gotham-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham", sans-serif;
  src: url("_static/fonts/Gotham-LightItalic.ttf") format("truetype"), url("_static/fonts/Gotham-LightItalic.woff") format("woff"), url("_static/fonts/Gotham-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gotham", sans-serif;
  src: url("_static/fonts/Gotham-Medium.ttf") format("truetype"), url("_static/fonts/Gotham-Medium.woff") format("woff"), url("_static/fonts/Gotham-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham", sans-serif;
  src: url("_static/fonts/Gotham-MediumItalic.ttf") format("truetype"), url("_static/fonts/Gotham-MediumItalic.woff") format("woff"), url("_static/fonts/Gotham-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}
.single-guide-pages #content-wrapper {
  padding-top: 0 !important;
}

.guide-hero {
  padding-top: 146px;
  background-size: cover;
  padding-left: 85px;
  padding-right: 85px;
  min-height: 40vh;
}
@media screen and (min-width: 1440px) {
  .guide-hero {
    aspect-ratio: 2.4;
  }
}
.guide-hero .guide-hero--title {
  margin-top: 0;
  font-weight: 600;
  font-size: 85px;
  line-height: 105%;
  letter-spacing: 0;
  text-transform: uppercase;
}
.guide-hero .guide-hero--description {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 860px) {
  .guide-hero {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.guide-hero--navigation--description {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 60px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.guide-hero--navigation {
  margin-top: 60px;
  margin-bottom: 94px;
  display: flex;
  gap: 24px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.guide-hero--navigation a {
  flex-grow: 1;
  flex-basis: 0;
}

.guide-content--header {
  background: -webkit-linear-gradient(left, #D0ABBE 28%, rgba(217, 217, 217, 0.3) 100%);
  background: -moz-linear-gradient(left, #D0ABBE 28%, rgba(217, 217, 217, 0.3) 100%);
  background: linear-gradient(to right, #D0ABBE 28%, rgba(217, 217, 217, 0.3) 100%);
  padding: 23px 64px 10px;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  display: flex;
}
.guide-content--header .step {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0;
  color: white;
  display: block;
}
.guide-content--header .guide-content--header-title {
  margin-top: auto;
  margin-bottom: auto;
}
.guide-content--header.small--header {
  font-size: 18px;
  padding-left: 32px;
  padding-right: 32px;
  height: 97px;
  padding-top: 10px;
}
.guide-content--header.small--header .guide-content--header-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  height: 100%;
  padding-top: 5px;
}
.guide-content--header.small--header .guide-content--header-title .title {
  margin-top: auto;
  margin-bottom: auto;
}
.guide-content--header.no-steps {
  padding: 30px 64px 28px;
}
.guide-content--header.no-steps .guide-content--header-title {
  margin-top: auto;
  margin-bottom: auto;
}

.guide-content--footer {
  padding-top: 10px;
  padding-bottom: 14px;
  border-top: 3px solid #D9D9D9;
  text-align: center;
  margin-top: auto;
}

.guide-content {
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 30px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1490196078);
  position: relative;
}
@media screen and (min-width: 1441px) {
  .guide-content {
    max-width: 1375px;
    margin-left: auto;
    margin-right: auto;
  }
}
.guide-content .guide-content-image {
  width: 282px;
  height: 282px;
  position: absolute;
  right: 100px;
  top: 47px;
}
@media screen and (max-width: 1200px) {
  .guide-content .guide-content-image {
    right: 30px;
  }
}
.guide-content .guide-back-button {
  text-decoration: none !important;
  margin-top: auto;
  margin-bottom: auto;
}
.guide-content .guide-back-button svg {
  margin-right: 70px;
}
.guide-content .guide-content--body {
  padding-left: 57px;
  padding-right: 57px;
}
.guide-content .guide-content--body.with-image .guide-content--content {
  padding-right: 325px;
}
.guide-content .guide-content--footer {
  padding-left: 79px;
  padding-right: 79px;
  text-align: left;
}

.guide-steps-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 23.74px 23.67px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.guide-steps-wrapper .guide-step {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1490196078);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
}
.guide-steps-wrapper .guide-step .guide-content--body {
  padding-left: 27px;
  padding-right: 27px;
}
.guide-steps-wrapper .guide-step .guide-content--body > h3 {
  font-weight: 300;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
}
.guide-steps-wrapper .guide-step .guide-step-goal {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 34px;
  color: #7D739E;
}

.guide-steps--navigation {
  margin-top: 30px;
  margin-bottom: 71px;
  display: flex;
  gap: 54px;
  align-content: center;
  justify-content: center;
}
.guide-steps--navigation .button {
  min-width: 202px;
}

@media screen and (max-width: 1210px) {
  .guide-steps-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
body.pdf-layout {
  margin: 0 !important;
  top: unset !important;
}
body.pdf-layout #header-wrapper.sticky-header {
  position: absolute;
}
body.pdf-layout .guide-hero--navigation {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 20px;
  margin-bottom: 74px;
}
body.pdf-layout .guide-hero--navigation .button {
  display: table-cell !important;
  vertical-align: middle;
  width: auto;
  padding-top: 17px;
  padding-bottom: 17px;
  min-height: unset;
}
body.pdf-layout .guide-steps--navigation {
  text-align: center;
  margin-bottom: 51px;
}
body.pdf-layout .guide-steps--navigation .navigation-tab-action {
  padding-top: 8px;
}
body.pdf-layout .guide-steps--navigation .navigation-tab-action:not(:last-child) {
  margin-right: 54px;
}
body.pdf-layout #header-wrapper #linkbar ul li.button:last-child {
  padding-top: 17px;
  padding-bottom: 17px;
  min-height: unset;
  display: inline-block !important;
  position: absolute;
  right: 60px;
  top: 30px;
  min-width: unset;
  padding-left: 57.2px;
  padding-right: 57.2px;
}
body.pdf-layout .guide-table {
  border-top-left-radius: 35px;
  border-radius: 35px;
  border-top-right-radius: 35px;
}
body.pdf-layout thead, body.pdf-layout tfoot {
  display: table-row-group !important;
}
body.pdf-layout .guide-steps--sections,
body.pdf-layout .navigation-tab-content {
  position: relative;
}
body.pdf-layout .pdf-anchor {
  position: absolute;
  top: -70px;
  display: block;
  height: 0;
  visibility: hidden;
}

p {
  font-size: 19px;
  line-height: 24px;
}

body {
  padding-bottom: 55px;
}

.mobile-logo {
  display: none;
}

#header-wrapper .header-inner .mobile-logo .logo {
  width: 180px;
}

.guide-content .guide-content--body.with-image {
  min-height: 282px;
}

@media screen and (min-width: 769px) {
  .back-to-top,
  .next-step-wrapper {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .guide-steps-wrapper,
  #header-wrapper .header-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .guide-hero {
    padding-left: 0;
    padding-right: 0;
  }
  .guide-content .guide-content-image {
    right: 60px;
  }
  .guide-pages-template-guide-steps-template .guide-content--header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1180px) {
  .guide-pages-template-guide-steps-template .guide-content .guide-content--footer,
  .guide-content .guide-content--body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .guide-pages-template-guide-steps-template .guide-steps--navigation {
    flex-wrap: wrap;
    gap: 30px;
  }
  .guide-pages-template-guide-steps-template .guide-steps--navigation .button {
    min-width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .guide-hero {
    padding-left: 0;
    padding-right: 0;
    min-height: 40vw;
    padding-top: 95px;
  }
  .guide-hero .guide-hero--title {
    font-size: 90px;
  }
  .guide-hero .guide-hero--description {
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0;
  }
  #header-wrapper .header-inner {
    padding: 17px 21px;
  }
  #linkbar nav {
    display: block;
  }
  a#slideout-trigger {
    display: none;
  }
  .mobile-logo {
    display: block;
  }
  .desktop-logo {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .guide-hero {
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 80px;
  }
  .guide-hero .guide-hero--title {
    font-size: 60px;
    max-width: 600px;
  }
  .guide-hero .guide-hero--description {
    font-size: 16px;
    margin-bottom: 10px;
    max-width: 320px;
  }
  .guide-hero .guide-hero--description br {
    display: none;
  }
  #header-wrapper #linkbar ul li.button:last-child {
    font-size: 12px;
    min-width: unset;
    min-height: 25px;
    padding-left: 13.5px;
    padding-right: 13.5px;
  }
  .guide-content .guide-content--body {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  .guide-content--header.small--header {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 15px;
    padding-bottom: 5px;
    height: 90px;
    align-items: center;
  }
  .guide-content .guide-back-button svg {
    width: 27px;
    height: 18px;
    margin-right: 15px;
  }
  .guide-content .guide-content-image {
    position: relative;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    height: unset;
    text-align: center;
    margin-bottom: 30px;
  }
  .guide-content--header .guide-content--header-title {
    font-size: 18px;
  }
  .guide-content--header.no-steps .guide-content--header-title {
    margin-top: auto;
    margin-bottom: auto;
    line-height: 1;
  }
  .guide-content .guide-content--body.with-image .guide-content--content {
    padding-right: 0;
  }
  .guide-pages-template-guide-steps-template .guide-content {
    margin-bottom: 70px;
  }
  body {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 930px) {
  .guide-steps-wrapper {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .guide-hero--navigation {
    margin-bottom: 32px;
    margin-top: 20px;
  }
  .guide-hero--navigation .button {
    font-size: 16px;
    min-height: 40px;
  }
  .guide-hero--navigation--description {
    margin-top: 20px;
  }
}
@media screen and (max-width: 720px) {
  .guide-hero--navigation {
    flex-direction: column;
    width: calc(100% - 40px);
    max-width: 360px;
  }
  .guide-steps-wrapper {
    grid-template-columns: repeat(1, 1fr);
    width: calc(100% - 40px);
    max-width: 360px;
    gap: 45px;
  }
  .guide-pages-template-guide-steps-template .guide-steps--navigation {
    flex-direction: column;
  }
  .guide-pages-template-guide-steps-template .guide-steps--navigation .button {
    min-width: 202px;
  }
}
.back-to-top {
  text-align: center;
  margin-top: 28px;
}

.next-step-wrapper {
  text-align: center;
}

.next-step-button {
  position: relative;
}
.next-step-button:after {
  content: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9604 7.49984L0.617624 14.9309L0.533419 0.208792L10.9604 7.49984Z' fill='white'/%3E%3C/svg%3E%0A");
  margin-left: 37px;
}

h4 {
  font-size: 22px;
}

@media screen and (max-width: 650px) {
  .guide-hero .guide-hero--title {
    font-size: 38px;
  }
}
@media screen and (max-width: 575px) {
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  ul {
    font-size: 14px;
  }
  p span {
    display: block;
  }
  p, p span {
    font-size: 14px !important;
  }
}
.guide-table {
  border-color: #BF7097;
  table-layout: fixed;
  border-spacing: 0;
  border: unset;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  z-index: 1;
  transform: translateZ(0); /* triggers GPU compositing */
  backface-visibility: hidden;
  width: 100%;
  border-collapse: separate;
}
.guide-table th {
  background: #BF7097;
  color: white;
  padding-top: 29px;
  padding-bottom: 35px;
  text-align: center;
  border: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
}
.guide-table th:first-child {
  border-top-left-radius: 30px;
}
.guide-table th:last-child {
  border-top-right-radius: 30px;
}
.guide-table td {
  border-bottom: 3px solid #BF7097;
  border-right: 3px solid #BF7097;
  padding-top: 32px;
  padding-bottom: 32px;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding-left: 19px;
  padding-right: 19px;
  border-left: unset;
  border-top: unset;
  position: relative;
  z-index: 1;
  transform: translateZ(0); /* triggers GPU compositing */
  backface-visibility: hidden;
  text-align: left;
  vertical-align: top;
}
.guide-table td.action {
  background: rgba(208, 171, 190, 0.1490196078);
}
.guide-table td.critical-question {
  background: rgba(208, 171, 190, 0.1490196078);
  border-left: 3px solid #BF7097;
}
.guide-table .last-critical-question {
  border-bottom-left-radius: 30px;
}
.guide-table .last-action {
  border-bottom-right-radius: 30px;
}
.guide-table th, .guide-table td {
  width: 33.33%;
  word-wrap: break-word;
  white-space: normal;
}

.guide-table-wrapper {
  position: relative;
  margin-top: 60px;
}

/* Default: Show desktop table */
.guide-table-desktop {
  display: block;
}

.guide-table-mobile {
  display: none;
}

@media (max-width: 860px) {
  .guide-table-desktop {
    display: none;
  }
  .guide-table-mobile {
    display: block;
    border-bottom: 3px solid #BF7097;
  }
  .guide-table-mobile {
    padding: 12px;
    background: #fff;
    border-radius: 8px 8px 32px 32px;
    margin-bottom: 16px;
  }
  .mobile-critical-question:last-child,
  .mobile-critical-question:last-child .mobile-goal-block:last-child {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .guide-table-mobile > label {
    font-family: Gotham;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #BF7097;
  }
  .mobile-goal-block {
    margin-top: 0px;
    padding: 0px;
    border-radius: 6px;
    background: #f9f9f9;
  }
  .mobile-goal-block .header {
    background: #D0ABBE;
    color: white;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .mobile-goal-block .content,
  .mobile-goal-block .actions {
    padding: 26px 24px;
  }
  .guide-table-mobile {
    padding: 0;
  }
  .mobile-critical-question {
    border-left: 3px solid #BF7097;
    border-right: 3px solid #BF7097;
    background: #f9f9f9;
  }
  .mobile-critical-question:nth-child(2) {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
  .mobile-goal-block .actions {
    border-bottom: 2px solid #D0ABBE;
    background: rgba(208, 171, 190, 0.1490196078);
  }
  .mobile-goal-block .actions:last-child {
    border-bottom: none;
  }
  .mobile-critical-question .cq-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: center;
    background: #BF7097;
    color: white;
    padding: 28.5px 22px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
@media screen and (max-width: 420px) {
  .header-logos .logo {
    text-align: center;
    float: unset;
  }
  .guide-hero {
    padding-top: 130px;
  }
  #header-wrapper #linkbar .nav-menu {
    float: unset;
  }
  #header-wrapper #linkbar ul li.button:last-child {
    margin-top: 0px;
  }
}
.guide-steps-description {
  padding-left: 56px;
  padding-right: 56px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 44px;
}
@media screen and (max-width: 1100px) {
  .guide-steps-description {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.guide-steps-description :first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.guide-steps-description:not(.show-both) {
  display: none;
}
@media screen and (min-width: 961px) {
  .guide-steps-description.show-desktop {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .guide-steps-description.show-mobile {
    display: block;
  }
}
