@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap';
footer.page-footer {
  color: white;
  font-family: aktiv-grotesk;
  font-weight: 300;
  padding-top: 30px;
  padding-bottom: 115px;
  font-size: 0.75em;
  background-color: #414F5C;
}
footer.page-footer .logo img {
  margin-top: 0.25em;
  height: 3em;
}
footer.page-footer a {
  color: inherit;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
footer.page-footer h4 {
  font-size: 1.667em;
  margin: 0 0 0.5em 0;
  font-weight: 400;
}
footer.page-footer nav.contents {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
footer.page-footer nav.contents > div {
  flex: 1 0 12%;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
footer.page-footer nav.contents a.logo {
  flex: 1 1 50%;
}
footer.page-footer nav.contents .downloads img {
  width: 12em;
  margin-bottom: 5px;
}
footer.page-footer nav.toc {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer.page-footer nav.toc nav {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  footer.page-footer nav.contents {
    flex-wrap: wrap;
  }
  footer.page-footer nav.contents a.logo {
    flex: 1 0 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  footer.page-footer nav.contents > div {
    flex: 1 0 calc(50% - 20px);
  }
  footer.page-footer nav.contents > div:nth-child(2) {
    order: 2;
  }
  footer.page-footer nav.contents > div:nth-child(3) {
    order: 4;
  }
  footer.page-footer nav.contents > div:nth-child(4) {
    order: 3;
  }
  footer.page-footer nav.contents > div:nth-child(5) {
    order: 5;
  }
  footer.page-footer nav.toc {
    flex-direction: column;
    gap: 10px;
  }
  footer.page-footer nav.toc span:nth-child(2) {
    order: 3;
  }
}

html.with-blocker {
  overflow-y: hidden;
}
html.with-blocker .paywall.blocker {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
}

.footer-cta {
  z-index: 1000;
  background-color: white;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-family: aktiv-grotesk, sans-serif;
  text-align: center;
  padding: 20px 2.5%;
  font-size: 1.5em;
  font-weight: 300;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
  transition: transform 0.5s;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
}
.footer-cta strong {
  font-weight: 500;
}
.footer-cta .button {
  font-size: 16px;
  vertical-align: middle;
  font-weight: 500;
  line-height: 2.5em;
  margin: 10px 0;
}
@media only screen and (max-width: 576px) {
  .footer-cta {
    font-size: 1.2em;
    padding: 40px 2.5% 20px;
  }
}
.footer-cta.hidden {
  transform: translateY(105%);
}

.footer-cta.free {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 0 25px;
}
.footer-cta.free h3 {
  font-size: 20px;
  margin: 0 0 0.5em 0;
}
.footer-cta.free div.subtitle {
  font-size: 16px;
}
@media only screen and (max-width: 650px) {
  .footer-cta.free {
    grid-template-columns: auto;
  }
}
.footer-cta.free a.button {
  grid-column: 2;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 650px) {
  .footer-cta.free a.button {
    grid-column: 1;
    grid-row: auto;
  }
}

.footer-cta.warn {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 0 25px;
}
.footer-cta.warn h3 {
  font-size: 20px;
  margin: 0 0 0.5em 0;
}
.footer-cta.warn div.subtitle {
  font-size: 16px;
}
.footer-cta.warn a.button {
  grid-column: 2;
  grid-row: 1/span 2;
}
@media only screen and (max-width: 650px) {
  .footer-cta.warn a.button {
    grid-column: 1;
    grid-row: auto;
  }
}
@media only screen and (max-width: 650px) {
  .footer-cta.warn {
    grid-template-columns: auto;
  }
}
.footer-cta.warn button.close {
  font-family: "Material Icons";
  background-color: transparent;
  font-size: 18px;
  position: absolute;
  top: 15%;
  right: 10px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 650px) {
  .footer-cta.warn button.close {
    top: 10px;
    transform: none;
  }
}

.footer-cta.final {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto;
  gap: 0 25px;
  padding: 80px 20px;
}
.footer-cta.final:before {
  content: "";
  display: block;
  background-image: url("https://res.cloudinary.com/roundglass/image/upload/v1600663485/rg/collective/v2/icons/rg_logo_circle.svg");
  background-position: 50% 50%;
  width: 80px;
  height: 80px;
  background-size: contain;
  grid-column: 1;
  grid-row: 1/span 2;
}
.footer-cta.final h3 {
  font-size: 20px;
  margin: 0 0 0.5em 0;
}
.footer-cta.final div.subtitle {
  font-size: 16px;
}
.footer-cta.final a.button {
  grid-column: 3;
  grid-row: 1/span 2;
}
.footer-cta.final button.close {
  font-family: "Material Icons";
  background-color: transparent;
  font-size: 24px;
  position: absolute;
  top: 10%;
  right: 10px;
  cursor: pointer;
  transform: translateY(-50%);
}
@media only screen and (max-width: 650px) {
  .footer-cta.final button.close {
    top: 10px;
    transform: none;
  }
}
@media only screen and (max-width: 768px) {
  .footer-cta.final {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .footer-cta.final:before {
    margin: 0;
  }
}

html.with-hamburger-menu-open header.page-header nav.user.logged-in > nav,
html.with-hamburgerloggedout-menu-open header.page-header nav.user.logged-out > nav {
  visibility: visible;
  transition-delay: 0s;
  height: auto;
  opacity: 1;
  position: absolute; /* switched to fixed to resolve Safari rendering issues on iOS */
  transform: translate3d(0, 0, 0);
  z-index: 5000;
}
html.with-hamburger-menu-open header.page-header nav.user.logged-in > nav *,
html.with-hamburgerloggedout-menu-open header.page-header nav.user.logged-out > nav * {
  visibility: initial;
}
html.with-hamburger-menu-open header.page-header nav.user.logged-in div.hamburger,
html.with-hamburger-menu-open header.page-header nav.user.logged-in div.hamburgerloggedout,
html.with-hamburgerloggedout-menu-open header.page-header nav.user.logged-out div.hamburger,
html.with-hamburgerloggedout-menu-open header.page-header nav.user.logged-out div.hamburgerloggedout {
  z-index: 5001;
}
html.with-hamburger-menu-open header.page-header nav.user.logged-in button.profile,
html.with-hamburgerloggedout-menu-open header.page-header nav.user.logged-out button.profile {
  transform: translateX(-180px);
  transition-delay: 0.25s;
  z-index: 5001;
}
html.with-hamburger-menu-open header.page-header nav.user.logged-in button.profile span,
html.with-hamburgerloggedout-menu-open header.page-header nav.user.logged-out button.profile span {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.75s;
}

html header.page-header {
  overflow-x: clip;
}
html header.page-header nav.user {
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
}

html.with-login header.page-header nav.user.logged-in {
  display: flex;
  opacity: 1;
  visibility: visible;
}
html.with-login header.page-header nav.user.logged-out {
  display: none;
}

html.without-login header.page-header nav.user.logged-in {
  display: none;
}
html.without-login header.page-header nav.user.logged-out {
  display: flex;
  opacity: 1;
  visibility: visible;
}
html.without-login header.page-header nav.user.logged-out .hamburgerloggedout {
  z-index: 10;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  width: 40px;
  padding: 10px;
  gap: 5px;
  align-items: center;
}
html.without-login header.page-header nav.user.logged-out .hamburgerloggedout input[type=checkbox] {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0px;
  left: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
html.without-login header.page-header nav.user.logged-out .hamburgerloggedout input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform: rotate(-45deg);
}
html.without-login header.page-header nav.user.logged-out .hamburgerloggedout input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform: scaleX(0);
}
html.without-login header.page-header nav.user.logged-out .hamburgerloggedout input[type=checkbox]:checked ~ span:nth-of-type(3) {
  transform: rotate(45deg);
}
html.without-login header.page-header nav.user.logged-out .hamburgerloggedout span {
  display: block;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  border-radius: 1px;
  transition: all 0.5s ease-in-out;
  transform-origin: 100% 50%;
  transform: scaleX(1) translateX(0);
}

@media only screen and (max-width: 1330px) {
  html.with-hamburger-menu-open header.page-header nav.user.logged-in > nav,
  html.with-hamburgerloggedout-menu-open header.page-header nav.user.logged-out > nav {
    visibility: visible;
    transform: translateX(0);
    transition-delay: 0s;
  }
  html.with-hamburger-menu-open header.page-header nav.user.logged-in button.profile,
  html.with-hamburgerloggedout-menu-open header.page-header nav.user.logged-out button.profile {
    transform: translateX(calc(-185px + 2.5vw));
    transition-delay: 0.25s;
  }
  html.with-hamburger-menu-open header.page-header nav.user.logged-in button.profile span,
  html.with-hamburgerloggedout-menu-open header.page-header nav.user.logged-out button.profile span {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.75s;
  }
  header.page-header nav.user.logged-in > nav,
  header.page-header nav.user.logged-out > nav {
    height: 100vh !important;
    transform: translateX(calc(100% + 2.5vw));
    opacity: 1;
    right: -2.5vw !important;
  }
}
header.page-header nav.user.logged-in {
  display: none;
}
header.page-header nav.user.logged-in > nav {
  opacity: 0;
}
header.page-header div.hamburger {
  z-index: 10;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  width: 40px;
  padding: 10px;
  gap: 5px;
  align-items: center;
}
header.page-header div.hamburger input[type=checkbox] {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0px;
  left: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
header.page-header div.hamburger input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform: rotate(-45deg);
}
header.page-header div.hamburger input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform: scaleX(0);
}
header.page-header div.hamburger input[type=checkbox]:checked ~ span:nth-of-type(3) {
  transform: rotate(45deg);
}
header.page-header div.hamburger span {
  display: block;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  border-radius: 1px;
  transition: all 0.5s ease-in-out;
  transform-origin: 100% 50%;
  transform: scaleX(1) translateX(0);
}
header.page-header nav.user.logged-out {
  gap: 20px;
}
header.page-header nav.user.logged-in,
header.page-header nav.user.logged-out {
  height: 100%;
  position: relative;
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
header.page-header nav.user.logged-in button.profile,
header.page-header nav.user.logged-out button.profile {
  outline: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: white;
  background-size: cover;
  background-position: 50% 50%;
  cursor: pointer;
  z-index: 10;
  transform: translateX(0);
  transition: transform 0.5s;
  transition-delay: 0s;
  background-image: url("/images/no-user.png");
}
header.page-header nav.user.logged-in button.profile > span,
header.page-header nav.user.logged-out button.profile > span {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: block;
  white-space: nowrap;
  z-index: 9;
  color: #414F5C;
  top: 10px;
  left: 50px;
  font-size: 16px;
  transition: all 0.5s;
  transition-delay: 0s;
}
header.page-header nav.user.logged-in > nav,
header.page-header nav.user.logged-out > nav {
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  min-width: 315px;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: -15px;
  background-color: #E9EEF3;
  gap: 12px;
  line-height: 24px;
  font-size: 16px;
  transition: all 0.5s;
  padding: 92px 12px 12px 12px;
  align-items: stretch;
}
header.page-header nav.user.logged-in > nav:before,
header.page-header nav.user.logged-out > nav:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: white;
}
header.page-header nav.user.logged-in > nav *,
header.page-header nav.user.logged-out > nav * {
  visibility: hidden;
}
header.page-header nav.user.logged-in > nav a,
header.page-header nav.user.logged-out > nav a {
  display: block;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
}
header.page-header nav.user.logged-in > nav a:hover,
header.page-header nav.user.logged-out > nav a:hover {
  background-color: white;
}
header.page-header nav.user.logged-in > nav button.logout,
header.page-header nav.user.logged-out > nav button.logout {
  margin: 0px;
  font-size: 16px;
  line-height: 2.8em;
  font-weight: 300;
}

body > nav.subnav {
  font-family: aktiv-grotesk;
  font-weight: 300;
  font-size: 15px;
  height: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  color: black;
  background-color: #f5f5f5;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body > nav.subnav .limited-width {
  display: flex;
  gap: 5px;
  overflow: hidden;
}
body > nav.subnav a {
  text-decoration: none;
  white-space: nowrap;
}
body > nav.subnav a:last-child {
  color: #F15627;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}
body > nav.subnav a:not(:last-child):after {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  top: -1px;
  margin-left: 5px;
  background-image: url("/images/keyboard-arrow-right.svg");
  background-size: 100%;
  width: 16px;
  height: 16px;
  background-size: contain;
}

header.page-header {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  user-select: none;
  background-color: white;
  font-family: aktiv-grotesk;
  font-weight: 300;
  position: sticky;
  z-index: 1500;
  width: 100%;
  top: 0px;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  font-weight: 500;
  color: #414F5C;
}
header.page-header nav {
  align-items: center;
}
header.page-header nav > .menu {
  display: grid;
  align-items: stretch;
  justify-content: stretch;
  height: 100%;
}
@media (hover) {
  header.page-header nav > .menu:hover .hoverable:after {
    visibility: visible;
  }
}
header.page-header a {
  text-decoration: none;
}
header.page-header a.search {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 20px;
  text-align: center;
  background-image: url("/images/search-dark.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
header.page-header .nav-bar-item {
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
header.page-header .nav-bar-item.hoverable {
  position: relative;
  height: 100%;
  display: grid;
  align-items: center;
}
header.page-header .nav-bar-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 5px;
  left: 20px;
  right: 20px;
  background-color: #F15627;
  visibility: hidden;
}
@media (hover) {
  header.page-header .nav-bar-item:hover:after {
    visibility: visible;
  }
}
header.page-header nav.top-level {
  font-size: 15px;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
header.page-header nav.top-level > nav {
  height: 100%;
  display: grid;
  grid-auto-columns: auto;
  grid-auto-flow: column;
}
@media only screen and (max-width: 768px) {
  header.page-header nav.top-level {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
  header.page-header nav.top-level nav.home a.logo img {
    width: 110px;
    top: 2px;
  }
  header.page-header nav.top-level nav.home a.logo:after {
    height: 25px;
    margin: 0 12px;
  }
  header.page-header nav.top-level nav.home a.business-unit {
    font-size: 18px;
    top: -1px;
  }
  header.page-header nav.top-level nav.main {
    border-top: 1px solid #eee;
    grid-row: 2;
    grid-column: 1/span 2;
    justify-content: left;
    margin-left: -2.5vw;
    margin-right: -2.5vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    height: 50px;
    grid-template-columns: auto auto auto 1fr;
  }
  header.page-header nav.top-level nav.main .nav-bar-item {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
  header.page-header nav.top-level nav.main .nav-bar-item:first-child {
    padding-left: 5px;
  }
  header.page-header nav.top-level nav.main .nav-bar-item:first-child:after {
    left: 5px;
  }
  header.page-header nav.top-level nav.main .nav-bar-item:after {
    left: 15px;
    right: 15px;
  }
  header.page-header nav.top-level nav.main a.search {
    justify-self: end;
    display: block;
    align-self: center;
    padding-right: 0;
    margin-right: 0;
  }
  header.page-header nav.top-level nav.user {
    gap: 10px;
  }
  header.page-header nav.top-level a.search {
    margin: 0 10px;
  }
  header.page-header nav.top-level nav.right a.search {
    display: none;
  }
}
header.page-header nav.home {
  height: 80px !important;
  display: grid;
  grid-template-columns: auto auto;
}
header.page-header nav.home a.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
header.page-header nav.home a.logo img {
  display: block;
  width: 150px;
  position: relative;
  top: 2px;
}
header.page-header nav.home a.logo:after {
  content: "";
  background-color: #949597;
  display: block;
  width: 1px;
  height: 32px;
  margin: 0 16px;
}
header.page-header nav.home a.business-unit {
  font-size: 24px;
  font-weight: 400;
  color: #F15627;
  position: relative;
  top: -1px;
}
header.page-header nav.main {
  justify-content: center;
  gap: 0px;
  margin-left: 20px;
  align-items: stretch;
}
header.page-header nav.main a.search {
  display: none;
}
header.page-header .button {
  color: #414F5C;
  background-color: #999;
  display: inline-block;
  line-height: 3em;
  text-decoration: none;
  padding: 0 1.5em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 6px;
  font-weight: 500;
}
header.page-header .button.action {
  background-color: #F15627;
  color: white;
  font-size: 14px;
}
header.page-header a {
  display: block;
  text-decoration: inherit;
  color: inherit;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}
header.page-header a.login {
  padding: 0 0.5em;
  line-height: 3em;
}
header.page-header .menu.open > nav.drop-down, header.page-header .menu.pinned > nav.drop-down {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition-delay: 0.25s;
}
header.page-header .menu.open > .hoverable:after, header.page-header .menu.pinned > .hoverable:after {
  visibility: visible;
}
header.page-header nav.drop-down {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
  z-index: 2000;
  background-color: #E9EEF3;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.25s;
  transition-delay: 0s;
  overflow: hidden;
}
header.page-header nav.drop-down > .limited-width {
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding: 50px 0;
  gap: 50px;
  align-items: top;
}
header.page-header nav.drop-down .panel h3 {
  margin-top: 0;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
header.page-header nav.drop-down .panel .subtitle {
  font-size: 20px;
  line-height: 30px;
  opacity: 0.65;
  font-weight: 400;
}
header.page-header nav.drop-down nav.choices {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 20px 32px;
  align-items: stretch;
}
header.page-header nav.drop-down nav.choices > a {
  white-space: normal;
  background-color: rgba(255, 255, 255, 0.8);
  display: grid;
  align-items: center;
  justify-content: left;
  padding: 6px 40px;
  min-height: 60px;
  line-height: 26px;
  border-radius: 3px;
}
@media (hover) {
  header.page-header nav.drop-down nav.choices > a:hover {
    background-color: rgb(255, 255, 255);
  }
}
header.page-header nav.drop-down.initiatives > .limited-width {
  grid-template-columns: 1fr;
  gap: 30px;
}
header.page-header nav.drop-down.initiatives .panel h3 {
  margin: 0 0 0.25em 0;
}
header.page-header nav.drop-down.initiatives nav.choices {
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  align-items: center;
}
header.page-header nav.drop-down.initiatives nav.choices > a {
  width: 100%;
  position: relative;
  padding: 0;
  aspect-ratio: 1/1;
  display: grid;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
  border-radius: 4px;
}
header.page-header nav.drop-down.initiatives nav.choices > a .title {
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  padding: 20px 10px 5px 10px;
  width: 100%;
  color: white;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
header.page-header nav.drop-down.initiatives nav.choices > a .thumbnail {
  position: relative;
}
header.page-header nav.drop-down.initiatives nav.choices > a .thumbnail video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  header.page-header nav.drop-down {
    max-height: calc(100vh - var(--header-height));
    height: calc(100vh - var(--header-height));
    overflow-y: auto;
    padding-bottom: 60px;
  }
  header.page-header nav.drop-down > .limited-width {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 0;
  }
  header.page-header nav.drop-down nav.choices {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  header.page-header nav.drop-down nav.choices > a {
    padding: 10px 20px;
  }
  header.page-header nav.drop-down .panel h3 {
    margin-bottom: 0.25em;
    font-size: 30px;
  }
  header.page-header nav.drop-down .panel .subtitle {
    font-size: 18px;
    line-height: 150%;
  }
  header.page-header nav.drop-down.initiatives nav.choices {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 425px) {
  header.page-header nav.drop-down.initiatives nav.choices {
    gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

html.minimized-nav:not(.with-menu-open, .with-hamburger-menu-open) .page-header:not(:hover) {
  transform: translateY(-100%);
}

@font-face {
  font-family: "collective";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url(https://static-living.roundglass.com/assets/fonts/collective/collective.woff2) format("woff2");
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "collective";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lotus:before {
  content: "\e800";
}

.icon-location:before {
  content: "\e801";
}

.icon-peoples:before {
  content: "\e802";
}

.icon-facebook:before {
  content: "\e803";
}

.icon-heart:before {
  content: "\e804";
}

.icon-collective-black:before {
  content: "\e805";
}

.icon-twitter-share:before {
  content: "\e806";
}

.icon-linkedin-share:before {
  content: "\e807";
}

.icon-fb-share:before {
  content: "\e808";
}

.icon-program:before {
  content: "\e809";
}

.icon-twitter:before {
  content: "\e80a";
}

.icon-photo:before {
  content: "\e80b";
}

.icon-nutrition:before {
  content: "\e80c";
}

.icon-notification:before {
  content: "\e80d";
}

.icon-method:before {
  content: "\e80e";
}

.icon-lessons:before {
  content: "\e80f";
}

.icon-media:before {
  content: "\e810";
}

.icon-ingredients:before {
  content: "\e811";
}

.icon-camera:before {
  content: "\e812";
}

.icon-pin:before {
  content: "\e813";
}

.icon-vimeo:before {
  content: "\e814";
}

.icon-zoom-in:before {
  content: "\e815";
}

.icon-zoom-out:before {
  content: "\e816";
}

.icon-picture:before {
  content: "\e817";
}

.icon-pinterest:before {
  content: "\e818";
}

.icon-fab-linkedin:before {
  content: "\e819";
}

.icon-globe:before {
  content: "\e80b";
}

.icon-fab-facebook:before {
  content: "\e81a";
}

.icon-fab-google:before {
  content: "\e81b";
}

.icon-discussion:before {
  content: "\e81c";
}

.icon-back_arrow:before {
  content: "\e81d";
}

.icon-instagram_color:before {
  content: "\e81e";
}

.icon-chevro-down:before {
  content: "\e81f";
}

.icon-chevron-left:before {
  content: "\e820";
}

.icon-chevron-right:before {
  content: "\e821";
}

.icon-chevron-up:before {
  content: "\e822";
}

.icon-triangle-down:before {
  content: "\e823";
}

.icon-compass:before {
  content: "\e824";
}

.icon-comment:before {
  content: "\e825";
}

.icon-calendar:before {
  content: "\e826";
}

.icon-triangle-left:before {
  content: "\e827";
}

.icon-triangle-right:before {
  content: "\e828";
}

.icon-triangle-up:before {
  content: "\e829";
}

.icon-medium:before {
  content: "\e836";
}

.icon-mail-alt:before {
  content: "\f0e0";
}

.icon-upload-cloud:before {
  content: "\f0ee";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-apple:before {
  content: "\f179";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-behance:before {
  content: "\f1b4";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-soundcloud:before {
  content: "\f348";
}

/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
  font-display: swap;
}
/* fallback */
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v109/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format("woff2");
  font-display: swap;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * aktiv-grotesk:
 *   - http://typekit.com/eulas/000000000000000077359d4f
 *   - http://typekit.com/eulas/000000000000000077359d51
 *   - http://typekit.com/eulas/000000000000000077359d55
 *   - http://typekit.com/eulas/000000000000000077359d58
 *   - http://typekit.com/eulas/000000000000000077359d5a
 *   - http://typekit.com/eulas/000000000000000077359d5e
 * proxima-nova:
 *   - http://typekit.com/eulas/00000000000000007735e603
 *   - http://typekit.com/eulas/00000000000000007735e604
 *   - http://typekit.com/eulas/00000000000000007735e60d
 *   - http://typekit.com/eulas/00000000000000007735e619
 *   - http://typekit.com/eulas/00000000000000007735e609
 *   - http://typekit.com/eulas/00000000000000007735e616
 *   - http://typekit.com/eulas/00000000000000007735e606
 *   - http://typekit.com/eulas/00000000000000007735e607
 *   - http://typekit.com/eulas/00000000000000007735e605
 *   - http://typekit.com/eulas/00000000000000007735e60e
 *
 * © 2009-2023 Adobe Systems Incorporated. All Rights Reserved.
 */
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/78aca8/00000000000000007735e60d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/144da4/00000000000000007735e619/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"), url("https://use.typekit.net/af/144da4/00000000000000007735e619/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"), url("https://use.typekit.net/af/144da4/00000000000000007735e619/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/40d372/00000000000000007735e607/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/40d372/00000000000000007735e607/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/40d372/00000000000000007735e607/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/23e139/00000000000000007735e605/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "proxima-nova";
  src: url("https://use.typekit.net/af/79862c/00000000000000007735e60e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/79862c/00000000000000007735e60e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/79862c/00000000000000007735e60e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/ab3e12/000000000000000077359d4f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/ab3e12/000000000000000077359d4f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/ab3e12/000000000000000077359d4f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/951aca/000000000000000077359d51/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/951aca/000000000000000077359d51/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/951aca/000000000000000077359d51/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/a798a9/000000000000000077359d55/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/a798a9/000000000000000077359d55/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/a798a9/000000000000000077359d55/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/8e3d9f/000000000000000077359d58/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/8e3d9f/000000000000000077359d58/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/8e3d9f/000000000000000077359d58/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/63d81f/000000000000000077359d5a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/63d81f/000000000000000077359d5a/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/63d81f/000000000000000077359d5a/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "aktiv-grotesk";
  src: url("https://use.typekit.net/af/c11a71/000000000000000077359d5e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/c11a71/000000000000000077359d5e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/c11a71/000000000000000077359d5e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
.tk-proxima-nova {
  font-family: "proxima-nova", sans-serif;
}

.tk-aktiv-grotesk {
  font-family: "aktiv-grotesk", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-size-adjust: none;
}

body {
  max-width: 100vw;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  /*overflow-x: hidden;*/
}
body > header, body > footer {
  flex: 0 0 auto;
}
body > main {
  flex: 1 0 100%;
  position: relative;
  margin-top: -0.5px; /* fix small antialiasing bug in safari, where a while line would appear between the header and content */
}
body.webview > header, body.webview > footer {
  display: none;
}

a {
  color: inherit;
}

button {
  border: none;
  outline: none;
  color: inherit;
}

.limited-width {
  max-width: 1260px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

button.standard, .button.standard {
  color: white;
  background-color: #999;
  display: inline-block;
  line-height: 2.5em;
  text-decoration: none;
  padding: 0 1.5em;
  /*text-transform: uppercase;*/
  white-space: nowrap;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
}
button.standard.action, .button.standard.action {
  background-color: #F15627;
}

body > .alert {
  font-family: "Montserrat";
  position: fixed;
  bottom: 20px;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 15px 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}

body > .alert.hidden {
  opacity: 0;
}

body > .cookie-consent {
  font-family: "proxima-nova";
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1010;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
  max-width: 400px;
  padding: 30px 30px 25px 30px;
}
body > .cookie-consent h3 {
  font-family: "Montserrat";
  margin: 0 0 0.5em 0;
  font-size: 20px;
}
body > .cookie-consent h4 {
  margin: 0;
  font-weight: 400;
}
body > .cookie-consent blockquote {
  margin: 1em 0;
  font-size: 14px;
}
body > .cookie-consent button.action {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
}
body > .cookie-consent fieldset {
  margin: 1em 0;
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body > .cookie-consent fieldset label {
  font-size: 13px;
  position: relative;
}
body > .cookie-consent fieldset label .title {
  text-transform: uppercase;
}
body > .cookie-consent fieldset input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body > .cookie-consent fieldset input:not(:disabled) + div {
  cursor: pointer;
}
body > .cookie-consent fieldset input:checked:disabled + div > .box {
  background-color: #ccc;
  border-color: #ccc;
}
body > .cookie-consent fieldset input:checked + div {
  user-select: none;
}
body > .cookie-consent fieldset input:checked + div > .box {
  background-color: #F15627;
  border-color: #F15627;
}
body > .cookie-consent fieldset input:checked + div > .box:after {
  content: "check";
  display: block;
  font-family: "Material Icons";
  color: white;
  font-size: 18px;
  position: relative;
  top: 0px;
  left: 0px;
}
body > .cookie-consent fieldset input + div {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 10px;
}
body > .cookie-consent fieldset input + div > .box {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  position: relative;
}
body > .cookie-consent div.actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  gap: 15px;
}
body > .cookie-consent div.actions button {
  font-size: 13px;
  text-transform: uppercase;
}
body > .cookie-consent button.close {
  background: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
body > .cookie-consent button.close:after {
  content: "close";
  font-family: "Material Icons";
  color: #999;
}
@media (max-width: 768px) {
  body > .cookie-consent {
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: none;
    border-radius: 0px;
    padding-bottom: 35px;
  }
  body > .cookie-consent button.close {
    top: 15px;
    right: 15px;
  }
}

body.section-living > .cookie-consent {
  font-family: "sofia-pro";
}
body.section-living > .cookie-consent h3 {
  font-family: "sofia-pro";
}
body.section-living > .cookie-consent fieldset input:checked + div {
  user-select: none;
}
body.section-living > .cookie-consent fieldset input:checked + div > .box {
  background-color: #8b7bff;
  border-color: #8b7bff;
}
body.section-living > .cookie-consent .actions button.standard.action,
body.section-living > .cookie-consent .actions .button.standard.action {
  background-color: #8b7bff;
}

a.edit-cms {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 0px;
  bottom: 50px;
  border-radius: 15px 0 0 15px;
  background-color: #F15627;
  color: white;
  text-decoration: none;
  display: grid;
  align-items: center;
  justify-content: center;
}
a.edit-cms:after {
  font-family: "Material Icons";
  content: "edit";
}

a.analytics {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 0px;
  bottom: 15px;
  border-radius: 15px 0 0 15px;
  background-color: #F15627;
  color: white;
  text-decoration: none;
  display: grid;
  align-items: center;
  justify-content: center;
}
a.analytics:after {
  font-family: "Material Icons";
  content: "bar_chart";
}

html.with-popup-video-playing body {
  overflow: hidden;
}

.full-page-player {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-page-player .close {
  right: 10px;
  top: 10px;
  position: fixed;
  color: white;
  background-color: rgba(255, 255, 255, 0.25);
  width: 45px;
  height: 45px;
  font-size: 24px;
  border-radius: 50%;
  text-align: center;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-page-player .close:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.full-page-player .close:after {
  font-family: "Material Icons";
  position: relative;
  top: -1px;
  content: "close";
}
.full-page-player .video-wrapper {
  position: relative;
  max-width: min(900px, 90%);
  flex: 1 1 90%;
  aspect-ratio: 16/9;
}
.full-page-player .video-wrapper .video-js {
  background-color: transparent;
}
.full-page-player .details {
  color: white;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-top: 1em;
}
.full-page-player .details h3 {
  margin: 0;
  font-family: "Montserrat";
}
.full-page-player .details .button {
  font-size: 18px;
  font-family: "proxima-nova";
}
.full-page-player .vjs-cloudinary-button {
  display: none !important;
}

.carousel .dots {
  position: absolute;
  bottom: 10px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  visibility: hidden;
}
.carousel .dots > span {
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 4px;
  transition: 0.5s background-color;
}
.carousel .dots > span.selected {
  background-color: black;
}

.results-panel .carousel {
  display: grid;
  position: relative;
}
.results-panel .carousel .results {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  grid-template-columns: none;
  grid-auto-columns: calc(33% - 12.5px);
  grid-auto-flow: column;
  overflow-x: scroll;
}
.results-panel .carousel .results::-webkit-scrollbar {
  display: none;
}
.results-panel .carousel .results > * {
  scroll-snap-align: start;
}
.results-panel .carousel .results .result {
  grid-column: auto;
}
@media (max-width: 600px) {
  .results-panel .carousel .results {
    grid-auto-columns: 42%;
  }
}
@media (max-width: 425px) {
  .results-panel .carousel .results {
    grid-auto-columns: 65%;
  }
}
.results-panel .carousel.four-up .results {
  grid-auto-columns: calc(25% - 19px);
}
@media (max-width: 768px) {
  .results-panel .carousel.four-up .results {
    grid-auto-columns: 40%;
  }
}
.results-panel .carousel button.swiper {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: 0.5s opacity;
  background-color: white;
}
.results-panel .carousel button.swiper:disabled {
  opacity: 0.5;
}
.results-panel .carousel button.swiper:after {
  font-size: 0;
  color: #3d3c3c;
  line-height: 18px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  position: relative;
  vertical-align: top;
  width: 10px;
  top: 2px;
}
.results-panel .carousel button.swiper.next {
  right: 0;
  transform: translateX(50%) translateY(-50%);
}
.results-panel .carousel button.swiper.next:after {
  transform: rotate(45deg);
  left: -2px;
}
.results-panel .carousel button.swiper.prev {
  left: 0;
  transform: translateX(-50%) translateY(-50%);
}
.results-panel .carousel button.swiper.prev:after {
  transform: rotate(-135deg);
  left: 2px;
}
@media (hover: none) and (pointer: coarse) {
  .results-panel .carousel button.swiper {
    display: none;
  }
}
.results-panel .carousel:not(.scrollable) .next, .results-panel .carousel:not(.scrollable) .prev {
  display: none;
}

section.herobanner {
  margin-top: 0;
}
section.herobanner > .limited-width {
  position: relative;
}
section.herobanner .scroller {
  display: grid;
  grid-auto-columns: 100%;
  grid-auto-flow: column;
  overflow: hidden;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
section.herobanner .scroller::-webkit-scrollbar {
  display: none;
}
section.herobanner .slide {
  padding: 0 1px;
  display: grid;
  grid-template-columns: 40fr 60fr;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
  overflow: hidden;
  border-radius: 6px;
  background-color: #f5f5f5;
}
section.herobanner .slide h1, section.herobanner .slide h2 {
  text-align: left;
  font-size: 2em;
  margin: 0;
}
section.herobanner .slide img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
section.herobanner .slide blockquote {
  align-self: stretch;
  position: relative;
  z-index: 1;
  padding: 0 55px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
section.herobanner .slide blockquote .button {
  font-family: "proxima-nova";
  font-weight: normal;
  font-size: 14px;
}
section.herobanner .dots {
  bottom: -25px;
}
@media (max-width: 768px) {
  section.herobanner .dots {
    bottom: 10px;
  }
}
@media (hover: none) and (pointer: coarse) {
  section.herobanner .dots {
    visibility: visible;
  }
}
section.herobanner button.swiper {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: 0.5s opacity;
  background-color: white;
}
@media (hover: none) and (pointer: coarse) {
  section.herobanner button.swiper {
    display: none;
  }
}
section.herobanner button.swiper:disabled {
  opacity: 0.5;
}
section.herobanner button.swiper:after {
  font-size: 0;
  color: #3d3c3c;
  line-height: 18px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  position: relative;
  vertical-align: top;
  width: 10px;
  top: 2px;
}
section.herobanner button.swiper.next:after {
  transform: rotate(45deg);
  left: -2px;
}
section.herobanner button.swiper.prev {
  right: 65px;
  prev: 0;
}
section.herobanner button.swiper.prev:after {
  transform: rotate(-135deg);
  left: 2px;
}
@media (max-width: 1024px) {
  section.herobanner {
    font-size: 14px;
  }
  section.herobanner .slide h1, section.herobanner .slide h2 {
    font-size: 1.5em;
  }
  section.herobanner .slide blockquote {
    padding: 20px 20px 30px 20px;
  }
}
@media (max-width: 768px) {
  section.herobanner .limited-width {
    width: 100%;
  }
  section.herobanner .slide {
    background-color: transparent;
    align-items: start;
    gap: 0;
    padding: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    border-radius: 0;
  }
  section.herobanner .slide blockquote {
    order: 1;
  }
  section.herobanner button.swiper {
    top: 25vw;
  }
  section.herobanner button.swiper.prev {
    right: auto;
    left: 5px;
    z-index: 1;
  }
  section.herobanner button.swiper.next {
    right: 5px;
    z-index: 1;
  }
}

section.herobannerstatic {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
section.herobannerstatic > .limited-width {
  position: relative;
}
section.herobannerstatic .slide {
  padding: 0;
  overflow: hidden;
  background-color: #f5f5f5;
  position: relative;
  display: flex;
  justify-content: end;
}
section.herobannerstatic .slide h1, section.herobannerstatic .slide h2 {
  text-align: left;
  font-size: 2em;
  margin: 0;
}
section.herobannerstatic .slide .media-wrapper {
  height: clamp(20rem, 56.25vw, 100vh);
  aspect-ratio: 16/9;
  width: 100%;
}
@media (max-width: 768px) {
  section.herobannerstatic .slide .media-wrapper {
    height: 70vh;
  }
}
@media (max-width: 640px) {
  section.herobannerstatic .slide .media-wrapper {
    height: 60vh;
  }
}
@media (max-width: 360px) {
  section.herobannerstatic .slide .media-wrapper {
    height: 75vh;
  }
}
section.herobannerstatic .slide .media-wrapper .media {
  height: clamp(20rem, 56.25vw, 100vh);
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (max-width: 768px) {
  section.herobannerstatic .slide .media-wrapper .media {
    height: 70vh;
  }
}
section.herobannerstatic .slide .media-wrapper img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  height: 100%;
}
section.herobannerstatic .slide .text-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 75%);
}
@media (max-width: 640px) {
  section.herobannerstatic .slide .text-overlay {
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgba(255, 255, 255, 0) 75%);
  }
}
section.herobannerstatic .slide .text-overlay .banner-info {
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  color: #000000;
}
@media (max-width: 640px) {
  section.herobannerstatic .slide .text-overlay .banner-info {
    bottom: 1rem;
    justify-content: flex-end;
  }
}
section.herobannerstatic .slide .text-overlay .banner-info .banner-headline {
  font-family: "proxima-nova";
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
  color: #000000;
  width: 80%;
}
@media (max-width: 1280px) {
  section.herobannerstatic .slide .text-overlay .banner-info .banner-headline {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  section.herobannerstatic .slide .text-overlay .banner-info .banner-headline {
    font-size: 2.2rem;
    width: 100%;
  }
}
@media (max-width: 992px) {
  section.herobannerstatic .slide .text-overlay .banner-info .banner-headline {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  section.herobannerstatic .slide .text-overlay .banner-info .banner-headline {
    font-size: 1.688rem;
    color: #ffffff;
    text-shadow: -0.3px 0.7px 3px rgba(0, 0, 0, 0.8);
    text-align: center;
  }
}
@media (max-width: 360px) {
  section.herobannerstatic .slide .text-overlay .banner-info .banner-headline {
    font-size: 1.25rem;
  }
}
section.herobannerstatic .slide .text-overlay .banner-info .subtitle {
  font-size: 1.875rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  section.herobannerstatic .slide .text-overlay .banner-info .subtitle {
    font-size: 1.25rem;
  }
}
@media (max-width: 640px) {
  section.herobannerstatic .slide .text-overlay .banner-info .subtitle {
    color: #ffffff;
    text-shadow: -0.3px 0.7px 3px rgba(0, 0, 0, 0.8);
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 360px) {
  section.herobannerstatic .slide .text-overlay .banner-info .subtitle {
    font-size: 1rem;
  }
}
section.herobannerstatic .slide .text-overlay .banner-info .tagline {
  font-size: 1.5rem;
  margin-top: 1.2rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  section.herobannerstatic .slide .text-overlay .banner-info .tagline {
    font-size: 1.2rem;
  }
}
@media (max-width: 640px) {
  section.herobannerstatic .slide .text-overlay .banner-info .tagline {
    font-size: 1.125rem;
    color: #ffffff;
    text-shadow: -0.3px 0.7px 3px rgba(0, 0, 0, 0.8);
    text-align: center;
  }
}
@media (max-width: 360px) {
  section.herobannerstatic .slide .text-overlay .banner-info .tagline {
    font-size: 1rem;
  }
}
section.herobannerstatic .slide .text-overlay .banner-info .logos {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.herobannerstatic .slide .text-overlay .banner-info .logos span {
  display: flex;
}
section.herobannerstatic .slide .text-overlay .banner-info .logos span::after {
  content: "";
  background-color: #d7d7d7;
  display: block;
  width: 1px;
  height: 32px;
  margin-left: 16px;
}
section.herobannerstatic .slide .text-overlay .banner-info .logos .rglogo {
  width: 150px;
  height: auto;
}
section.herobannerstatic .slide .text-overlay .banner-info .logos .logo {
  width: 85px;
  height: auto;
}
@media (max-width: 640px) {
  section.herobannerstatic .slide .text-overlay .banner-info .logos {
    justify-content: center;
  }
}
section.herobannerstatic .slide .text-overlay .banner-info .actionBtnWrapper button.standard.action,
section.herobannerstatic .slide .text-overlay .banner-info .actionBtnWrapper .button.standard.action {
  margin: 2rem 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "proxima-nova";
  font-size: 1rem;
}
@media (max-width: 640px) {
  section.herobannerstatic .slide .text-overlay .banner-info .actionBtnWrapper button.standard.action,
  section.herobannerstatic .slide .text-overlay .banner-info .actionBtnWrapper .button.standard.action {
    padding: 0.25rem 1.25rem;
    letter-spacing: 1px;
    font-size: 0.875rem;
  }
}
@media (max-width: 640px) {
  section.herobannerstatic .slide .text-overlay .banner-info .actionBtnWrapper {
    display: flex;
    justify-content: center;
  }
}
section.herobannerstatic button.swiper {
  position: absolute;
  bottom: 4rem;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: 0.5s opacity;
  background-color: white;
}
section.herobannerstatic button.swiper:disabled {
  opacity: 0.5;
}
section.herobannerstatic button.swiper:after {
  font-size: 0;
  color: #3d3c3c;
  line-height: 18px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  position: relative;
  vertical-align: top;
  width: 10px;
  top: 2px;
}
@media (max-width: 992px) {
  section.herobannerstatic button.swiper:after {
    height: 8px;
    width: 8px;
    top: 3px;
  }
}
section.herobannerstatic button.swiper.next:after {
  transform: rotate(45deg);
  left: -2px;
}
section.herobannerstatic button.swiper.prev {
  right: 65px;
  prev: 0;
}
section.herobannerstatic button.swiper.prev:after {
  transform: rotate(-135deg);
  left: 2px;
}
@media (max-width: 992px) {
  section.herobannerstatic button.swiper.prev {
    right: 55px;
  }
}
@media (max-width: 992px) {
  section.herobannerstatic button.swiper {
    bottom: 1rem;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1024px) {
  section.herobannerstatic {
    font-size: 14px;
  }
  section.herobannerstatic .slide h1, section.herobannerstatic .slide h2 {
    font-size: 1.5em;
  }
}

main.about-page {
  font-size: 16px;
  padding: 0;
  font-family: "sofia-pro" !important;
}
main.about-page p {
  line-height: 150%;
}
main.about-page p a {
  color: #F15627;
}
main.about-page h1,
main.about-page h2,
main.about-page h3,
main.about-page h4 {
  font-weight: 600;
}
main.about-page .cookiepolicy {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
main.about-page .cookiepolicy table, main.about-page .cookiepolicy th {
  color: #F15627;
}
main.about-page .cookiepolicy table, main.about-page .cookiepolicy td, main.about-page .cookiepolicy th {
  border: 1px solid #b3aead;
  padding: 15px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

main.about-page.wholistic-wellbeing section.our-founder figure {
  overflow: hidden;
  border-radius: 6px;
  margin: 0 0 35px 35px;
  background-color: #eee;
  width: 30%;
  float: right;
}
main.about-page.wholistic-wellbeing section.our-founder figure figcaption {
  padding: 15px;
  font-weight: 300;
  text-align: center;
}
main.about-page.wholistic-wellbeing section.our-founder figure img {
  width: 100%;
}
@media only screen and (max-width: 425px) {
  main.about-page.wholistic-wellbeing section.our-founder figure {
    width: 100%;
  }
}
main.about-page.wholistic-wellbeing section.video {
  margin: 2em 0;
  background-color: #F5F7F9;
  grid-template-columns: 1fr 1fr;
  display: grid;
  align-items: center;
}
main.about-page.wholistic-wellbeing section.video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
main.about-page.wholistic-wellbeing section.video .info {
  padding: 20px 50px;
}
main.about-page.wholistic-wellbeing section.video .info strong {
  color: #F15627;
}
main.about-page.wholistic-wellbeing section.video .info h3 {
  margin-top: 0;
}
main.about-page.wholistic-wellbeing section.video .info p {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  main.about-page.wholistic-wellbeing section.video .info {
    padding: 20px 30px;
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 768px) {
  main.about-page.wholistic-wellbeing section.video {
    grid-template-columns: 1fr;
  }
  main.about-page.wholistic-wellbeing section.video .info {
    padding: 30px 20px;
  }
}
main.about-page.wholistic-wellbeing p {
  font-size: 1.25em;
}
main.about-page.wholistic-wellbeing h3 {
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 768px) {
  main.about-page.wholistic-wellbeing h3 {
    text-align: center;
  }
}
main.about-page.wholistic-wellbeing header.hero {
  overflow: hidden;
  position: relative;
  color: white;
  height: 350px;
  width: 100%;
  margin-bottom: 45px;
}
main.about-page.wholistic-wellbeing header.hero .cta {
  display: flex;
  flex-direction: row;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 20.62%, rgba(0, 0, 0, 0.1) 100%);
  align-items: center;
  font-family: "proxima-nova" !important;
  font-weight: 400;
  font-style: normal;
}
main.about-page.wholistic-wellbeing header.hero .cta h1, main.about-page.wholistic-wellbeing header.hero .cta h2, main.about-page.wholistic-wellbeing header.hero .cta h4 {
  font-family: "proxima-nova" !important;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 0 20px black, 0 0 20px black;
}
main.about-page.wholistic-wellbeing header.hero .cta h2 {
  font-size: 1.875em;
}
main.about-page.wholistic-wellbeing header.hero .cta h2 strong {
  font-weight: inherit;
  color: #F15627;
}
main.about-page.wholistic-wellbeing header.hero .cta h1 {
  font-size: 3.125em;
}
main.about-page.wholistic-wellbeing header.hero .cta h4 {
  font-weight: 500;
  font-size: 1.5625em;
  margin: 1em 0 1.5em 0;
}
main.about-page.wholistic-wellbeing .grid-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
  background-color: black;
}
main.about-page.wholistic-wellbeing .facegrid {
  background-color: black;
  display: flex;
  align-content: stretch;
  gap: 10px;
  flex-direction: row;
  height: 56vw;
  max-height: 630px;
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(1) {
  position: relative;
  top: -30px;
  animation: sliding-up 150s linear infinite;
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(2) {
  position: relative;
  top: 30px;
  animation: sliding-up 120s linear infinite reverse;
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(3) {
  animation: sliding-up 170s linear infinite;
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(4) {
  position: relative;
  top: -70px;
  animation: sliding-up 130s linear infinite reverse;
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(5) {
  position: relative;
  top: 70px;
  animation: sliding-up 180s linear infinite;
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(6) {
  animation: sliding-up 190s linear infinite reverse;
}
main.about-page.wholistic-wellbeing .facegrid > div { /* column */
  display: flex;
  flex-direction: column;
  align-content: stretch;
  flex: 1 1 auto;
  gap: 10px;
  padding: 5px 0;
}
main.about-page.wholistic-wellbeing .facegrid > div > div { /* cell */
  border-radius: 5px;
  flex: 1 1 calc(33% - 10px);
  display: block;
  background-color: #ccc;
  background-size: cover;
  background-position: 50% 50%;
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(1) > div:nth-child(1) {
  background-image: url("https://res.cloudinary.com/roundglass/image/upload/c_fill,e_grayscale,f_auto,g_face,h_480,w_500/v1656540334/prototypes/2022-living-homepage/faces/GettyImages-1062230384.jpg");
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(1) > div:nth-child(2) {
  background-image: url("https://res.cloudinary.com/roundglass/image/upload/c_fill,f_auto,g_face,h_480,w_500/v1656540334/prototypes/2022-living-homepage/faces/GettyImages-1341331282.jpg");
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(1) > div:nth-child(3) {
  background-image: url("https://res.cloudinary.com/roundglass/image/upload/c_fill,f_auto,g_face,h_480,w_500/v1656540334/prototypes/2022-living-homepage/faces/GettyImages-1308903450.jpg");
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(2) > :nth-child(1) {
  flex-basis: calc(55% - 10px);
  background-image: url("https://res.cloudinary.com/roundglass/image/upload/c_fill,f_auto,g_face,h_480,w_500/v1656540334/prototypes/2022-living-homepage/faces/GettyImages-632208785.jpg");
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(2) > :nth-child(2) {
  flex-basis: calc(22.5% - 10px);
  background-image: url("https://res.cloudinary.com/roundglass/image/upload/c_fill,f_auto,g_face,h_480,w_500/v1656540334/prototypes/2022-living-homepage/faces/GettyImages-722212117.jpg");
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(2) > :nth-child(3) {
  flex-basis: calc(22.5% - 10px);
  background-image: url("https://res.cloudinary.com/roundglass/image/upload/c_fill,f_auto,g_face,h_480,w_500/v1656540334/prototypes/2022-living-homepage/faces/GettyImages-482146095.jpg");
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(3) > :nth-child(1) {
  flex-basis: calc(50% - 10px);
  background-image: url("https://res.cloudinary.com/roundglass/image/upload/c_fill,f_auto,g_face,h_480,w_500/v1656540334/prototypes/2022-living-homepage/faces/GettyImages-495170873.jpg");
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(3) > :nth-child(2) {
  flex-basis: calc(50% - 10px);
  background-image: url("https://res.cloudinary.com/roundglass/image/upload/c_fill,e_grayscale,f_auto,g_face,h_480,w_500/v1656540334/prototypes/2022-living-homepage/faces/GettyImages-962387172small.jpg");
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(4) > :nth-child(1) {
  background-image: url("https://res.cloudinary.com/roundglass/image/upload/c_fill,f_auto,g_face,h_480,w_500/v1656540334/prototypes/2022-living-homepage/faces/GettyImages-1132119441small.jpg");
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(4) > :nth-child(2) {
  background-image: url("https://res.cloudinary.com/roundglass/image/upload/c_fill,f_auto,g_face,h_480,w_500/v1656540334/prototypes/2022-living-homepage/faces/GettyImages-1043593964.jpg");
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(4) > :nth-child(3) {
  background-image: url("https://res.cloudinary.com/roundglass/image/upload/c_fill,f_auto,g_face,h_480,w_500/v1656540334/prototypes/2022-living-homepage/faces/GettyImages-523337418.jpg");
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(5) > :nth-child(1) {
  flex-basis: calc(50% - 10px);
  background-image: url("https://res.cloudinary.com/roundglass/image/upload/c_fill,f_auto,g_face,h_480,w_500/v1656540334/prototypes/2022-living-homepage/faces/GettyImages-1141882053.jpg");
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(5) > :nth-child(2) {
  flex-basis: calc(50% - 10px);
  background-image: url("https://res.cloudinary.com/roundglass/image/upload/c_fill,f_auto,g_face,h_480,w_500/v1656540334/prototypes/2022-living-homepage/faces/GettyImages-722237423.jpg");
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(6) > :nth-child(1) {
  background-image: url("https://res.cloudinary.com/roundglass/image/upload/c_fill,f_auto,g_face,h_480,w_500/v1656540334/prototypes/2022-living-homepage/faces/GettyImages-1359404522small.jpg");
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(6) > :nth-child(2) {
  background-image: url("https://res.cloudinary.com/roundglass/image/upload/c_fill,f_auto,g_face,h_480,w_500/v1656540334/prototypes/2022-living-homepage/faces/GettyImages-985685738.jpg");
}
main.about-page.wholistic-wellbeing .facegrid > div:nth-child(6) > :nth-child(3) {
  background-image: url("https://res.cloudinary.com/roundglass/image/upload/c_fill,f_auto,g_face,h_480,w_500/v1656540334/prototypes/2022-living-homepage/faces/GettyImages-638311262.jpg");
}
@media only screen and (max-width: 768px) {
  main.about-page.wholistic-wellbeing header.hero {
    height: 250px;
  }
  main.about-page.wholistic-wellbeing header.hero .cta {
    text-align: center;
    align-items: flex-end;
    padding-bottom: 2em;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.1) 100%);
  }
  main.about-page.wholistic-wellbeing header.hero .cta h1 {
    font-size: 1.9rem;
  }
  main.about-page.wholistic-wellbeing header.hero .cta h2 {
    font-size: 1.25rem;
  }
  main.about-page.wholistic-wellbeing header.hero .cta h4 {
    font-size: 1rem;
  }
  main.about-page.wholistic-wellbeing .grid-wrapper {
    gap: 0px;
  }
  main.about-page.wholistic-wellbeing .facegrid {
    margin: 0;
    height: 90vw;
    gap: 10px;
  }
  main.about-page.wholistic-wellbeing .facegrid div:nth-child(5), main.about-page.wholistic-wellbeing .facegrid div:nth-child(6) {
    display: none;
  }
}

main.about-page.faq details {
  margin: 1em 0;
  padding: 0 0 0 20px;
}
main.about-page.faq details > summary::marker,
main.about-page.faq details > summary::-webkit-details-marker {
  display: none;
}
main.about-page.faq details > summary {
  list-style-type: none;
  font-size: 1.25em;
  cursor: pointer;
  position: relative;
  margin-left: 15px;
}
main.about-page.faq details > summary:before {
  font-family: "Material Icons";
  content: "expand_more";
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  vertical-align: middle;
  top: 4px;
  left: -25px;
  color: #F15627;
  transform: rotate(-90deg);
  transition: all 0.25s;
}
main.about-page.faq details[open] summary:before {
  transform: rotate(0deg);
}
main.about-page.faq h3 {
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 768px) {
  main.about-page.faq h3 {
    text-align: center;
  }
}
main.about-page.faq header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  color: white;
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  main.about-page.faq header {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 375px) {
  main.about-page.faq header {
    font-size: 0.8em;
  }
}
main.about-page.faq header:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.568627451) 10%, transparent);
}
main.about-page.faq header h1 {
  margin: 0 0 0.25em 0;
}
main.about-page.faq header h1 span {
  color: #F15627;
}
main.about-page.faq header h2 {
  margin: 0;
}
main.about-page.faq header > div {
  position: relative;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
main.about-page.faq header img {
  width: 100%;
  max-height: 50vh;
  object-fit: cover;
  min-height: 250px;
}

main.about-page.careers p {
  font-size: 1.25em;
}
main.about-page.careers h3 {
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 768px) {
  main.about-page.careers h3 {
    text-align: center;
  }
}
main.about-page.careers header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  color: white;
}
@media only screen and (max-width: 768px) {
  main.about-page.careers header {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 375px) {
  main.about-page.careers header {
    font-size: 0.8em;
  }
}
main.about-page.careers header:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.568627451) 10%, transparent);
}
main.about-page.careers header h1 {
  margin: 0 0 0.25em 0;
}
main.about-page.careers header h1 span {
  color: #F15627;
}
main.about-page.careers header h2 {
  margin: 0;
}
main.about-page.careers header > div {
  position: relative;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
main.about-page.careers header img {
  width: 100%;
  max-height: 60vh;
  object-fit: cover;
  min-height: 250px;
}
main.about-page.careers section.initiatives {
  background-color: #f5f5f5;
  padding: 20px 0;
  margin: 35px 0;
}
main.about-page.careers section.initiatives .limited-width {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: center;
}
main.about-page.careers section.initiatives .limited-width > a {
  width: 100%;
  position: relative;
  padding: 0;
  aspect-ratio: 1/1;
  display: grid;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
  border-radius: 4px;
}
main.about-page.careers section.initiatives .limited-width > a .title {
  display: grid;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  padding: 20px 10px 5px 10px;
  width: 100%;
  color: white;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
main.about-page.careers section.initiatives .limited-width > a .thumbnail {
  position: relative;
}
main.about-page.careers section.initiatives .limited-width > a .thumbnail video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  main.about-page.careers section.initiatives .limited-width {
    grid-template-columns: repeat(2, 1fr);
  }
}
main.about-page.careers section.jobs h4 {
  margin-top: 2em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eee;
}
main.about-page.careers section.jobs ul.lever-team {
  list-style: none;
  padding: 0;
}
main.about-page.careers section.jobs ul.lever-team ul {
  columns: 2;
  gap: 20px;
  column-width: 400px;
  padding: 0;
}
main.about-page.careers section.jobs ul.lever-team ul li.lever-job {
  list-style: none;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  margin-bottom: 1em;
}
main.about-page.careers section.jobs ul.lever-team .lever-job-tag {
  display: block;
  color: #777;
}
main.about-page.careers section.jobs a {
  color: #F15627;
  text-decoration: none;
}
main.about-page.careers section.benefits {
  margin: 35px 0;
  padding: 35px 0;
  background-color: #ffb462;
  text-align: center;
}
main.about-page.careers section.benefits h3 {
  margin: 0;
  font-size: 2em;
}
main.about-page.careers section.benefits div.grid {
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  gap: 40px;
  grid-template-columns: auto auto;
  display: grid;
  align-items: start;
  justify-content: center;
}
main.about-page.careers section.benefits div.grid svg {
  height: 80px;
}
@media only screen and (max-width: 600px) {
  main.about-page.careers section.benefits {
    font-size: 0.85em;
  }
  main.about-page.careers section.benefits div.grid {
    grid-template-columns: 1fr 1fr;
  }
}

.text-banner {
  width: 100%;
  background: #FFF4F1;
  text-align: center;
  padding: 90px 0px;
}
@media only screen and (max-width: 576px) {
  .text-banner {
    padding: 55px 0px;
  }
}
.text-banner hr {
  background: rgb(219, 218, 218);
  max-width: 537px;
}
@media only screen and (max-width: 576px) {
  .text-banner hr {
    max-width: 327px;
  }
}
@media only screen and (max-width: 321px) {
  .text-banner hr {
    max-width: 280px;
  }
}
.text-banner img {
  width: 392px;
}
@media only screen and (max-width: 576px) {
  .text-banner img {
    width: 165px;
    height: auto;
  }
}
.text-banner .sectiontitle {
  font-family: "proxima-nova";
  font-size: 53px !important;
  font-weight: 700;
  line-height: 69px;
  letter-spacing: 0px;
  margin: 0px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 30px;
  margin-top: 8px;
}
@media only screen and (max-width: 576px) {
  .text-banner .sectiontitle {
    font-size: 26px !important;
    line-height: 33px;
    margin-bottom: 12px;
    margin-top: 10px;
  }
}
.text-banner .sectiontitle span {
  font-weight: 600;
  color: #F15627;
}
.text-banner .sectiontime {
  font-family: "proxima-nova";
  font-size: 26px !important;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0px;
  margin: 0px;
  color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 576px) {
  .text-banner .sectiontime {
    font-size: 16px !important;
    line-height: 21px;
  }
}
.text-banner .sectionlocation {
  font-family: "proxima-nova";
  font-size: 26px !important;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0px;
  margin-top: 12px;
}
@media only screen and (max-width: 576px) {
  .text-banner .sectionlocation {
    font-size: 16px !important;
    line-height: 21px;
    margin-top: 6px;
  }
}

main.about-page.contact-us form {
  margin: 2em auto;
  max-width: 800px !important;
  font-family: proxima-nova;
}
main.about-page.contact-us form input[type=text],
main.about-page.contact-us form input[type=email],
main.about-page.contact-us form textarea,
main.about-page.contact-us form select {
  width: 100% !important;
  margin: 0 0 1em 0;
  border-radius: 6px;
  line-height: 150%;
  font-family: proxima-nova;
  font-size: 16px;
  padding: 0.5em;
  border: 1px solid #ccc;
  resize: vertical;
  outline-color: #F15627;
}
main.about-page.contact-us form ul.hs-error-msgs {
  margin: -0.5em 0 1em 5px !important;
  padding: 0 !important;
  color: #cc0000;
  list-style: none;
}
main.about-page.contact-us form ul.hs-error-msgs li {
  margin: 0 !important;
  padding: 0 !important;
}
main.about-page.contact-us form fieldset {
  max-width: none !important;
  margin: 0;
  padding: 0;
  border: none;
}
main.about-page.contact-us form fieldset:empty {
  margin: 0;
}
main.about-page.contact-us form input[type=submit] {
  border: none;
  font-size: 16px;
  background-color: #F15627;
  color: white;
  display: inline-block;
  line-height: 2.5em;
  text-decoration: none;
  padding: 0 1.5em;
  white-space: nowrap;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  font-family: proxima-nova;
}

main.impact section.our-work {
  font-size: 30px;
}
main.impact section.our-work h1 {
  font-size: 1.5em;
  margin-bottom: 0;
}
main.impact section.our-work h2 {
  font-size: 1em;
  margin-top: 0;
}
main.impact section.our-work p {
  font-size: 0.9em;
  font-weight: 300;
}
@media (max-width: 675px) {
  main.impact section.our-work {
    font-size: 20px;
  }
}
main.impact section.initiatives {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
main.impact section.initiatives > a {
  text-decoration: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
main.impact section.initiatives > a .title {
  font-size: 1.2em;
  font-weight: bold;
  font-family: "Montserrat";
}
main.impact section.initiatives > a .thumbnail {
  display: grid;
}
main.impact section.initiatives > a .thumbnail img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  main.impact section.initiatives {
    gap: 15px;
  }
}
@media (max-width: 425px) {
  main.impact section.initiatives {
    gap: 10px;
  }
  main.impact section.initiatives > a .title {
    font-size: 1em;
  }
}
main.impact section {
  margin-bottom: 40px;
  margin-top: 40px;
}
main.impact section header {
  display: flex;
  font-size: 30px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0, 50% 50%;
  color: white;
  text-align: center;
  position: relative;
  min-height: calc(100vh - var(--header-height));
  background-attachment: fixed;
}
main.impact section header > .limited-width {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main.impact section header h2 {
  font-size: 1.5em;
  margin: 0;
}
main.impact section header p {
  font-size: 1em;
  font-weight: 300;
}
main.impact section header h1 a, main.impact section header h2 a, main.impact section header h3 a {
  /*color:   #F15627;*/
  text-decoration: none;
}
main.impact section header .cta {
  font-size: 0.65em;
  text-shadow: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 675px) {
  main.impact section header {
    font-size: 20px;
    min-height: 50vh;
    background-attachment: local;
  }
}
main.impact section .story-block {
  margin-top: 40px;
  margin-bottom: 80px;
}
main.impact section .story-block > h3 {
  font-size: 24px;
  margin-bottom: 0;
}
main.impact section .story-block > h4 {
  font-size: 18px;
  margin-top: 0.25em;
}
main.impact section .stories {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 675px) {
  main.impact section .stories {
    grid-template-columns: 1fr;
  }
}
main.impact section .stories article > a {
  display: grid;
  grid-template-rows: auto 1fr auto;
  text-decoration: none;
  gap: 15px;
}
main.impact section .stories article p {
  margin: 0;
}
main.impact section .stories article img {
  width: 100%;
}
main.impact section .stories .cta {
  justify-self: center;
}
main.impact section .stories h4 {
  margin: 0;
  font-size: 18px;
}
main.impact section.sustain header {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5)), url("https://res.cloudinary.com/roundglass/image/upload/f_auto/v1675185489/rg/web/impact/DSC0252.jpg");
  background-position: 0 0, 50% 0%;
}
main.impact section.foundation header {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5)), url("https://res.cloudinary.com/roundglass/image/upload/f_auto/v1675185489/rg/web/impact/RG-Foundation.jpg");
}
main.impact section.sports header {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5)), url("https://res.cloudinary.com/roundglass/image/upload/f_auto/v1675185489/rg/web/impact/SNF4770.jpg");
}

@keyframes sliding-up {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(50%);
  }
}
main.about-page p a,
main.about-page .cookiepolicy table, main.about-page .cookiepolicy th {
  color: #8b7bff;
}

main.about-page.contact-us form input[type=submit] {
  border: none;
  font-family: "sofia-pro";
  font-size: 18px;
  line-height: 21px;
  padding: 9px 26px 12px;
  display: block;
  white-space: nowrap;
  background-color: #8b7bff;
  border-radius: 55px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
}

main.about-page.contact-us form,
main.about-page.contact-us form input[type=text], main.about-page.contact-us form input[type=email], main.about-page.contact-us form textarea, main.about-page.contact-us form select {
  font-family: "sofia-pro";
}

main.about-page.wholistic-wellbeing p {
  font-size: 17px;
  line-height: 30px;
}

main.about-page.wholistic-wellbeing p {
  font-size: 17px;
  line-height: 30px;
}

main.about-page h1 {
  font-weight: 600;
  font-size: 45px;
  line-height: 51.75px;
}

main.about-page h2, main.about-page h3, main.about-page h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 25.5px;
}

/*# sourceMappingURL=about-pages.css.map */
