@font-face {
  font-family: "Croogla 4F";
  src: url("/CSS/fonts/Croogla4F.eot");
  src: local("Croogla 4F"), local("Croogla4F"), url("/CSS/fonts/Croogla4F.eot?#iefix") format("embedded-opentype"), url("/CSS/fonts/Croogla4F.woff2") format("woff2"), url("/CSS/fonts/Croogla4F.woff") format("woff"), url("/CSS/fonts/Croogla4F.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Commissioner";
  src: url("/CSS/fonts/Commissioner.ttf") format("truetype");
  font-weight: 125 950;
}
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}
html video::-internal-media-controls-overlay-cast-button {
  display: none;
}
html h1,
html h2,
html h3,
html h4,
html h5 {
  margin: 0;
}
html h2.sectionTitle,
html h3.sectionTitle {
  font-size: clamp(2rem, 11vw, 4rem);
  text-align: center;
  font-family: "Commissioner";
  text-transform: uppercase;
}
html h3.sectionTitle {
  font-size: clamp(1.4rem, 8vw, 3rem);
}
html a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
html a:hover {
  cursor: pointer;
}
html .connectionColor {
  color: #FF9A00;
}
html .bespokeColor {
  color: #6A3B71;
}
html .resilienceColor {
  color: #234844;
}
html .balanceColor {
  color: #7FB9B4;
}
html .healthColor {
  color: #F5C341;
}
html a.button {
  background-image: linear-gradient(rgb(250.1, 225.6, 161.9), #F5C341);
  border: 1px solid rgb(242.45, 179.7, 16.55);
  color: #000000;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 12px;
  font-family: "Commissioner";
  font-weight: 400;
}
html a.button:hover {
  background-image: linear-gradient(rgb(251.375, 233.25, 186.125), rgb(246.275, 202.65, 89.225));
  border-color: rgb(221.825, 163.45, 11.675);
  text-decoration: none;
}
html ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
html body {
  background-color: #FFFAF5;
  -webkit-tap-highlight-color: transparent;
}
html body [id] {
  scroll-margin-top: 100px;
}
@media (max-width: 780px) {
  html body [id] {
    scroll-margin-top: 72px;
  }
}
html body .pageContainer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  background-color: #FFFAF5;
  overflow: visible;
  /*
  @media(min-width:1441px) {
      box-shadow: 12px 0 12px -4px #999, -12px 0 12px -4px #999;
  }
  */
}
html body .pageContainer header {
  display: flex;
  height: 65px;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  background-color: #FFFAF5;
  z-index: 100;
  box-shadow: 0px 6px 10px -6px #999;
}
html body .pageContainer header .logo {
  display: inline-block;
}
html body .pageContainer header .logo img {
  width: 110px;
  margin: 9px 40px 5px 40px;
}
html body .pageContainer header #menu-bar {
  display: none;
}
html body .pageContainer header #menu {
  flex-grow: 1;
}
html body .pageContainer header #menu ul.menu {
  display: flex;
  justify-content: right;
  margin-right: 50px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
html body .pageContainer header #menu ul.menu li.item {
  font-family: "Commissioner";
  font-size: 1.2rem;
  text-transform: uppercase;
  flex-shrink: 0;
  position: relative;
}
html body .pageContainer header #menu ul.menu li.item a {
  color: inherit;
}
html body .pageContainer header #menu ul.menu li.item:hover {
  cursor: pointer;
  color: #F5C341;
}
html body .pageContainer header #menu ul.menu li.item.signIn {
  display: none;
}
html body .pageContainer header #menu ul.menu li.item:has(ul.subMenu) {
  padding-right: 20px;
  transition: all 0.2s ease-in-out;
}
html body .pageContainer header #menu ul.menu li.item:has(ul.subMenu) > span::after {
  content: "";
  display: inline-block;
  border: 7px solid transparent;
  border-top: 8px solid #000000;
  border-bottom: 0 none;
  vertical-align: middle;
  position: absolute;
  top: 8px;
  right: 0;
  transition: all 0.2s ease-in-out;
}
html body .pageContainer header #menu ul.menu li.item:has(ul.subMenu):hover span::after {
  border-top-color: #F5C341;
}
html body .pageContainer header #menu ul.menu li.item ul {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  background-color: #FFFAF5;
  padding: 15px 20px 0 20px;
  border: 1px solid #F5C341;
  border-top-color: transparent;
  border-bottom-right-radius: 15px;
  box-shadow: 6px 5px 5px -1px rgba(0, 0, 0, 0.4);
}
html body .pageContainer header #menu ul.menu li.item ul li {
  margin-bottom: 15px;
  padding-bottom: 5px;
  white-space: nowrap;
  display: block;
  border-bottom: 1px solid #F5C341;
}
html body .pageContainer header #menu ul.menu li.item:hover > ul, html body .pageContainer header #menu ul.menu li.item:focus-within > ul, html body .pageContainer header #menu ul.menu li.item ul:hover, html body .pageContainer header #menu ul.menu li.item ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
  color: #000000;
}
html body .pageContainer header #menu ul li:hover > ul,
html body .pageContainer header #menu ul li:focus-within > ul,
html body .pageContainer header #menu ul li ul:hover,
html body .pageContainer header #menu ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
html body .pageContainer header a.signIn {
  margin-right: 40px;
  background-color: #7FB9B4;
  white-space: nowrap;
}
@media (max-width: 1050px) {
  html body .pageContainer header #menu {
    flex-grow: 1;
  }
  html body .pageContainer header #menu ul.menu {
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (max-width: 950px) {
  html body .pageContainer header {
    display: block;
    height: 65px;
  }
  html body .pageContainer header .logo img {
    margin: 9px 15px;
    width: 100px;
  }
  html body .pageContainer header a.button.signIn {
    display: none;
  }
  html body .pageContainer header #menu {
    position: fixed;
    height: 100vh;
    width: 100%;
    pointer-events: none;
  }
  html body .pageContainer header #menu .menu-bg {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background: #000;
  }
  html body .pageContainer header #menu.active .menu-bg {
    visibility: visible;
    opacity: 0.6;
  }
  html body .pageContainer header #menu * {
    visibility: visible;
  }
  html body .pageContainer header #menu #menu-bar {
    position: absolute;
    top: -68px;
    right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 65px;
    width: 45px;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  html body .pageContainer header #menu #menu-bar .bar {
    display: block;
    width: 100%;
    height: 5px;
    background: #234844;
    transition: 0.3s;
    border-radius: 5px;
  }
  html body .pageContainer header #menu #menu-bar .bar + .bar {
    margin-top: 5px;
  }
  html body .pageContainer header #menu #nav {
    margin-top: 70px;
    padding: 10px 20px;
    width: 90%;
    max-width: 300px;
    position: absolute;
    top: -75px;
    right: 0;
    height: calc(100% - 70px);
    background: #234844;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateX(100%);
    transition: transform 0.3s;
    will-change: transform;
    contain: paint;
  }
  html body .pageContainer header #menu #nav ul {
    height: 100%;
    display: block;
    margin-right: 0;
  }
  html body .pageContainer header #menu #nav ul li.item {
    color: #FFFAF5;
  }
  html body .pageContainer header #menu #nav ul li.item.signIn {
    display: block;
  }
  html body .pageContainer header #menu #nav ul li.item.signIn a {
    color: #F5C341;
  }
  html body .pageContainer header #menu #nav ul li.item a,
  html body .pageContainer header #menu #nav ul li.item span {
    padding: 16px 5px;
    display: block;
    text-transform: uppercase;
    transition: color 0.1s;
    color: #FFFAF5;
  }
  html body .pageContainer header #menu #nav ul li.item:has(ul.subMenu) > span::after {
    top: 24px;
    border-top-color: #FFFAF5;
    transform: rotate(-90deg);
  }
  html body .pageContainer header #menu #nav ul li.item ul {
    position: relative;
    visibility: visible;
    opacity: 1;
    display: block;
    border: none;
    box-shadow: none;
    background: none;
    padding: 0px 0px 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 500ms;
  }
  html body .pageContainer header #menu #nav ul li.item ul li {
    border-bottom: none;
    margin-bottom: 0;
  }
  html body .pageContainer header #menu #nav ul li.item.active ul {
    max-height: 500px;
  }
  html body .pageContainer header #menu #nav ul li.item.active:has(ul.subMenu) > span::after {
    top: 24px;
    border-top-color: #FFFAF5;
    transform: rotate(0deg);
  }
  html body .pageContainer header #menu.active .button {
    pointer-events: none;
  }
  html body .pageContainer header #menu.active .bar:nth-of-type(1) {
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  html body .pageContainer header #menu.active .bar:nth-of-type(2) {
    opacity: 0;
  }
  html body .pageContainer header #menu.active .bar:nth-of-type(3) {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
  }
  html body .pageContainer header #menu.active #nav {
    transform: none;
  }
}
html body .pageContainer .hero {
  position: relative;
  height: calc(100vh - 65px);
  height: calc(100svh - 65px);
  min-height: 500px;
  max-height: 800px;
  background-image: url("/img/hero.jpg");
  background-size: cover;
  background-position: center;
}
html body .pageContainer .hero #videoBg {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
}
html body .pageContainer .hero #filter {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 11;
  background-image: url("/img/3px-tile.png");
  background-repeat: repeat;
}
html body .pageContainer .hero .slogan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-items: center;
  font-family: "Croogla 4F";
  color: #ffffff;
  font-size: 6rem;
  text-align: center;
  z-index: 12;
  height: 100%;
  padding-bottom: 60px;
}
html body .pageContainer .hero .action {
  font-family: "Commissioner";
  color: #ffffff;
  font-size: 3rem;
  position: absolute;
  bottom: 90px;
  padding: 5px 0 8px 40px;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
  opacity: 0;
  transform: translateX(-90%);
  transition: all 1s;
  z-index: 12;
}
html body .pageContainer .hero .action img {
  vertical-align: middle;
  width: 50px;
}
html body .pageContainer .hero .action.show {
  opacity: 1;
  transform: translateX(0) !important;
}
@media (max-width: 879px) {
  html body .pageContainer .hero {
    background-position: 70%;
  }
  html body .pageContainer .hero .slogan {
    font-size: 4rem;
  }
}
@media (max-width: 599px) {
  html body .pageContainer .hero {
    background-position: 80%;
  }
  html body .pageContainer .hero .slogan {
    font-size: 3rem;
    text-shadow: 3px 5px rgba(0, 0, 0, 0.05);
  }
  html body .pageContainer .hero .action {
    font-size: 2rem;
    padding-left: 25px;
  }
}
html body .pageContainer .values {
  padding: 90px 45px 50px 45px;
  text-align: center;
  font-family: "Croogla 4F";
  color: #282828;
  font-size: 1.4rem;
}
html body .pageContainer .values ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html body .pageContainer .values ul li div {
  height: 120px;
  line-height: 120px;
  overflow: visible;
  margin-bottom: 20px;
}
html body .pageContainer .values ul li img {
  vertical-align: middle;
}
html body .pageContainer .values ul li img.connection {
  width: 110px;
}
html body .pageContainer .values ul li img.balance {
  width: 100px;
}
html body .pageContainer .values ul li img.resilient {
  width: 180px;
}
html body .pageContainer .values ul li img.bespoke {
  width: 150px;
}
html body .pageContainer .values ul li img.health {
  width: 140px;
}
@media (max-width: 1023px) {
  html body .pageContainer .values ul {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: grid;
    grid-template-areas: "a . b" ". c ." "d . e";
  }
  html body .pageContainer .values ul li:nth-child(1) {
    grid-area: a;
  }
  html body .pageContainer .values ul li:nth-child(2) {
    grid-area: b;
  }
  html body .pageContainer .values ul li:nth-child(3) {
    grid-area: c;
  }
  html body .pageContainer .values ul li:nth-child(4) {
    grid-area: d;
  }
  html body .pageContainer .values ul li:nth-child(5) {
    grid-area: e;
  }
}
@media (max-width: 600px) {
  html body .pageContainer .values {
    padding: 90px 20px 50px 20px;
  }
}
@media (max-width: 510px) {
  html body .pageContainer .values ul li img.connection {
    width: 88px;
  }
  html body .pageContainer .values ul li img.balance {
    width: 80px;
  }
  html body .pageContainer .values ul li img.resilient {
    width: 144px;
  }
  html body .pageContainer .values ul li img.bespoke {
    width: 120px;
  }
  html body .pageContainer .values ul li img.health {
    width: 112px;
  }
}
@media (max-width: 430px) {
  html body .pageContainer .values ul li img.connection {
    width: 79px;
  }
  html body .pageContainer .values ul li img.balance {
    width: 70px;
  }
  html body .pageContainer .values ul li img.resilient {
    width: 130px;
  }
  html body .pageContainer .values ul li img.bespoke {
    width: 108px;
  }
  html body .pageContainer .values ul li img.health {
    width: 101px;
  }
}
@media (max-width: 400px) {
  html body .pageContainer .values {
    padding: 40px 5px;
  }
  html body .pageContainer .values ul {
    font-size: 1rem;
  }
  html body .pageContainer .values ul li:nth-child(3) div {
    height: 70px;
    line-height: 100px;
  }
  html body .pageContainer .values ul li:nth-child(3) img.resilient {
    width: 100px;
  }
}
html body .pageContainer .space {
  position: relative;
  background-image: url("/img/space1.jpg");
  background-size: cover;
  height: 700px;
  margin-bottom: 40px;
}
html body .pageContainer .space > div {
  position: absolute;
  background-color: #FFFFFF;
  width: 95%;
  max-width: 500px;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  text-align: center;
  padding: 60px 10px 30px 10px;
  border-radius: 10px;
}
html body .pageContainer .space > div .title {
  font-size: 4rem;
  font-family: "Croogla 4F";
  margin-bottom: 10px;
}
html body .pageContainer .space > div .desc {
  font-family: "Commissioner";
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 2rem;
  margin-bottom: 20px;
}
@media (max-width: 709px) {
  html body .pageContainer .space > div {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 560px) {
  html body .pageContainer .space > div {
    padding: 60px 10px 30px 10px;
  }
  html body .pageContainer .space > div .title {
    font-size: 3rem;
    font-family: "Croogla 4F";
    margin-bottom: 10px;
  }
  html body .pageContainer .space > div .desc {
    font-family: "Commissioner";
    font-size: 1.2rem;
    font-weight: 100;
    line-height: 2rem;
    margin-bottom: 20px;
  }
}
html body .pageContainer .sideToSide {
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  margin: 75px auto;
  padding: 0 40px;
  display: flex;
  font-family: "Commissioner";
}
html body .pageContainer .sideToSide > img {
  width: 50%;
  opacity: 0;
  transform: translateX(-90%);
  transition: all 1s;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 400px;
  border-radius: 10px;
}
html body .pageContainer .sideToSide > img.show {
  opacity: 1;
  transform: translateX(0) !important;
}
html body .pageContainer .sideToSide > div {
  width: 50%;
  width: 640px;
  transition: all 1s;
  opacity: 0;
  transform: translateX(90%);
}
html body .pageContainer .sideToSide > div.show {
  opacity: 1;
  transform: translateX(0) !important;
}
html body .pageContainer .sideToSide > div h2.title {
  font-family: "Croogla 4F";
  text-transform: uppercase;
  font-size: 2.3rem;
}
html body .pageContainer .sideToSide > div h3 {
  font-family: "Croogla 4F";
  font-size: 1.5rem;
}
html body .pageContainer .sideToSide > div .desc {
  font-weight: 200;
  font-size: 1.3rem;
}
html body .pageContainer .sideToSide > div .desc a {
  color: #F5C341;
}
html body .pageContainer .sideToSide .action {
  display: flex;
  align-items: center;
  margin-top: 70px;
}
html body .pageContainer .sideToSide .action a {
  font-size: 2rem;
  font-weight: 200;
  text-transform: uppercase;
}
html body .pageContainer .sideToSide .action img {
  width: 34px;
  height: 24px;
  margin: 0 0 0 20px;
}
html body .pageContainer .sideToSide.toRight {
  text-align: left;
}
html body .pageContainer .sideToSide.toRight img {
  margin-right: 40px;
}
html body .pageContainer .sideToSide.toLeft {
  flex-direction: row-reverse;
  text-align: right;
}
html body .pageContainer .sideToSide.toLeft img {
  margin-left: 40px;
  transform: translateX(90%);
}
html body .pageContainer .sideToSide.toLeft > div {
  transform: translateX(-90%);
}
html body .pageContainer .sideToSide.toLeft .action {
  flex-direction: row-reverse;
}
html body .pageContainer .sideToSide.toLeft .action img {
  transform: scaleX(-1);
  margin: 0 20px 0 0;
}
html body .pageContainer .sideToSide.bespoke .title {
  color: #6A3B71;
}
html body .pageContainer .sideToSide.resilience .title {
  color: #234844;
}
html body .pageContainer .sideToSide.balance .title {
  color: #7FB9B4;
}
html body .pageContainer .sideToSide.health .title {
  color: #F5C341;
}
@media (max-width: 799px) {
  html body .pageContainer .sideToSide {
    display: inherit;
  }
  html body .pageContainer .sideToSide > img {
    display: block;
    width: 100%;
    margin: 0 auto 15px !important;
  }
  html body .pageContainer .sideToSide > div {
    width: 100%;
    opacity: 1;
    transform: translateX(0) !important;
  }
  html body .pageContainer .sideToSide > div h2.title {
    font-family: "Croogla 4F";
    text-transform: uppercase;
    font-size: 2.5rem;
    text-align: center;
  }
  html body .pageContainer .sideToSide > div h3 {
    text-align: center;
  }
  html body .pageContainer .sideToSide > div .desc {
    font-weight: 200;
    font-size: 1.5rem;
    text-align: center;
  }
  html body .pageContainer .sideToSide > div .button {
    display: block;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  html body .pageContainer .sideToSide .action {
    display: block;
    margin: 20px auto 0;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 12px;
    border-radius: 10px;
    color: #FFFAF5;
  }
  html body .pageContainer .sideToSide .action img {
    display: none;
  }
  html body .pageContainer .sideToSide.bespoke .action {
    background-color: #6A3B71;
  }
  html body .pageContainer .sideToSide.resilience .action {
    background-color: #234844;
  }
  html body .pageContainer .sideToSide.balance .action {
    background-color: #7FB9B4;
  }
  html body .pageContainer .sideToSide.health .action {
    background-color: #F5C341;
  }
}
@media (max-width: 550px) {
  html body .pageContainer .sideToSide {
    margin: 40px auto;
    padding: 0 15px;
  }
  html body .pageContainer .sideToSide > div {
    width: 100%;
  }
  html body .pageContainer .sideToSide > div .title {
    font-size: 1.5rem;
  }
  html body .pageContainer .sideToSide > div .desc {
    font-size: 1.1rem;
  }
  html body .pageContainer .sideToSide .action a {
    font-size: 1.5rem;
  }
}
html body .pageContainer .foundation {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  margin: 80px auto;
  padding: 40px 60px;
  font-family: "Commissioner";
  border-top: 2px solid #6A3B71;
  border-bottom: 2px solid #6A3B71;
}
html body .pageContainer .foundation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
  list-style: none;
  font-size: 1.3rem;
  margin: 60px auto;
}
html body .pageContainer .foundation ul li {
  flex: 1 1 0px;
  width: 250px;
  min-width: 250px;
  border: 1px solid #CECECE;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  text-align: center;
  padding: 20px 10px;
}
html body .pageContainer .foundation ul li span {
  font-weight: 800;
  color: #FF9A00;
}
html body .pageContainer .foundation ul li p {
  margin: 20px 0 0;
}
@media (max-width: 500px) {
  html body .pageContainer .foundation {
    padding: 40px 20px;
  }
}
html body .pageContainer .full {
  background-color: #FF9A00;
  text-align: center;
  padding: 40px 60px;
  margin-bottom: 30px;
  font-family: "Commissioner";
}
html body .pageContainer .full .title {
  color: #214744;
  font-weight: 800;
  font-size: 2.5rem;
  text-transform: uppercase;
}
html body .pageContainer .full .desc {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 200;
}
html body .pageContainer .full a.button {
  text-transform: uppercase;
  background-color: #214744;
  color: #ffffff;
}
@media (max-width: 629px) {
  html body .pageContainer .full {
    padding: 20px 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 550px) {
  html body .pageContainer .full .title {
    font-size: 1.5rem;
  }
  html body .pageContainer .full .desc {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 200;
  }
}
html body .pageContainer #reviewsList {
  background-color: #FFFAF5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1250px;
  max-width: 100%;
  padding: 0 60px;
  margin: 75px auto 45px;
  overflow: hidden;
}
html body .pageContainer #reviewsList .review {
  background-repeat: no-repeat;
  height: 220px;
  display: flex;
  flex-wrap: wrap;
  width: 49%;
  margin-bottom: 30px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 10px 10px 10px 220px;
  background-position: 10px;
  border-radius: 15px;
  transform: translateY(90%);
  opacity: 0;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.02);
}
html body .pageContainer #reviewsList .review.hidden {
  display: none;
}
html body .pageContainer #reviewsList .review.show {
  transform: translateY(0) !important;
  opacity: 1;
}
html body .pageContainer #reviewsList .review .info span:first-child {
  font-family: "Commissioner";
  font-weight: bold;
  padding-right: 20px;
}
html body .pageContainer #reviewsList .reviewsFooter {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  font-weight: bold;
  font-size: 1.2rem;
  transform: translateY(90%);
  opacity: 0;
  transition: all 1s;
}
html body .pageContainer #reviewsList .reviewsFooter.show {
  opacity: 1;
  transform: translateY(0) !important;
}
html body .pageContainer #reviewsList .reviewsFooter img {
  width: 100px;
  vertical-align: middle;
  margin-left: 5px;
}
@media (max-width: 420px) {
  html body .pageContainer #reviewsList .reviewsFooter img {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 1150px) {
  html body .pageContainer #reviewsList {
    width: 600px;
    padding: 0;
  }
  html body .pageContainer #reviewsList .review {
    width: 100%;
  }
}
@media (max-width: 600px) {
  html body .pageContainer #reviewsList {
    margin: 0 auto 40px;
    display: block;
  }
  html body .pageContainer #reviewsList .review {
    display: block;
    margin: 20px auto;
    text-align: center;
    background-position: center 10px;
    background-size: 150px;
    padding: 170px 20px 20px 20px;
    width: calc(100% - 30px);
    height: auto;
    overflow: hidden;
  }
  html body .pageContainer #reviewsList .review .info span {
    display: block;
    width: 100%;
  }
  html body .pageContainer #reviewsList .review .info span:first-child {
    padding: 0;
  }
  html body .pageContainer #reviewsList .review .info span:last-child {
    margin-bottom: 10px;
  }
  html body .pageContainer #reviewsList .review:first-child {
    margin-top: 0;
  }
  html body .pageContainer #reviewsList .review:last-child {
    margin-bottom: 0;
  }
}
html body .pageContainer .priceOverview.hidden {
  display: none;
}
html body .pageContainer .priceOverview.justInitial {
  width: 100%;
  margin: 20px 0 0 0;
}
html body .pageContainer .priceOverview.justInitial .container {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  background-color: #6A3B71;
}
html body .pageContainer .priceOverview.justInitial .container .initialConsultation {
  max-width: 951px;
  width: 100%;
}
html body .pageContainer .priceOverview.withTitle {
  margin-top: -30px;
  padding-top: 30px;
}
html body .pageContainer .priceOverview .title {
  font-family: "Croogla 4F";
  text-align: center;
  font-size: 3rem;
  margin: 0 0 10px;
  color: #6B3C70;
  text-transform: uppercase;
}
html body .pageContainer .priceOverview .container {
  display: flex;
  position: relative;
}
html body .pageContainer .priceOverview .container > div {
  padding: 50px 40px;
  font-family: "Commissioner";
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.5rem;
  position: relative;
}
html body .pageContainer .priceOverview .container > div .action {
  display: flex;
  font-size: 1rem;
  position: absolute;
  bottom: 20px;
}
html body .pageContainer .priceOverview .container > div .action .price {
  font-size: 3rem;
  line-height: 2.3rem;
  margin-left: 30px;
  font-weight: 300;
}
html body .pageContainer .priceOverview .container .title {
  font-size: 2rem;
  margin: 0;
  text-align: left;
}
html body .pageContainer .priceOverview .container .week {
  background-color: #DAC9D2;
  width: 34%;
}
html body .pageContainer .priceOverview .container .week p:last-of-type {
  margin-bottom: 60px;
}
html body .pageContainer .priceOverview .container .week .button {
  background-color: #6B3C70;
  color: #FFFFFF;
}
html body .pageContainer .priceOverview .container .week span.openDialog {
  color: #6A3B71;
}
html body .pageContainer .priceOverview .container .initialConsultation {
  background-color: #6B3C70;
  width: 66%;
  color: #FFFFFF;
}
html body .pageContainer .priceOverview .container .initialConsultation .title {
  color: #F5C341;
}
html body .pageContainer .priceOverview .container .initialConsultation ul {
  list-style: disc;
  margin: 0 0 1rem 20px;
  font-size: 1rem;
}
html body .pageContainer .priceOverview .container .initialConsultation ul li {
  line-height: 1.5rem;
  font-weight: bold;
  letter-spacing: 1px;
}
html body .pageContainer .priceOverview .container .initialConsultation .question {
  display: inline-block;
  margin-bottom: 2rem;
  color: #F5C341;
}
@media (max-width: 1245px) {
  html body .pageContainer .priceOverview .container .week {
    width: 40%;
  }
  html body .pageContainer .priceOverview .container .initialConsultation {
    width: 60%;
  }
}
@media (max-width: 970px) {
  html body .pageContainer .priceOverview .container .week {
    width: 45%;
  }
  html body .pageContainer .priceOverview .container .initialConsultation {
    width: 55%;
  }
}
@media (max-width: 800px) {
  html body .pageContainer .priceOverview .container .week {
    width: 50%;
  }
  html body .pageContainer .priceOverview .container .initialConsultation {
    width: 50%;
  }
}
@media (max-width: 750px) {
  html body .pageContainer .priceOverview .title {
    font-size: 1.8rem;
  }
  html body .pageContainer .priceOverview .container {
    display: block;
  }
  html body .pageContainer .priceOverview .container .title {
    font-size: 1.5rem;
  }
  html body .pageContainer .priceOverview .container .week,
  html body .pageContainer .priceOverview .container .initialConsultation {
    width: 100%;
    font-size: 1.1rem;
  }
}
@media (max-width: 380px) {
  html body .pageContainer .priceOverview .title {
    font-size: 1.7rem;
  }
}
html body .pageContainer .linker {
  display: flex;
  margin: 60px auto;
}
html body .pageContainer .linker > div {
  flex: 1;
  display: flex;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  text-transform: uppercase;
  font-family: "Croogla 4F";
  font-size: 3rem;
  justify-content: center;
  align-items: center;
  height: 400px;
}
html body .pageContainer .linker > div a {
  background-color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 50px 30px;
  display: block;
}
html body .pageContainer .linker > div:nth-child(1) {
  background-image: url("/img/timesBG.jpg");
  background-color: #F5C34150;
  color: #F5C341;
}
html body .pageContainer .linker > div:nth-child(2) {
  background-image: url("/img/trainingBG.jpg");
  background-color: #6A3B7170;
  color: #6A3B71;
}
html body .pageContainer .linker > div:nth-child(3) {
  background-image: url("/img/whatsonBG.jpg");
  background-color: #7FB9B460;
  color: #7FB9B4;
}
@media (max-width: 1049px) {
  html body .pageContainer .linker > div {
    font-size: 2rem;
  }
}
@media (max-width: 800px) {
  html body .pageContainer .linker {
    display: block;
    height: auto;
  }
  html body .pageContainer .linker > div {
    height: calc(33.3vh - 24px);
    font-size: 1.5rem;
  }
  html body .pageContainer .linker > div a {
    padding: 40px 25px;
  }
}
@media (max-width: 560px) {
  html body .pageContainer .linker {
    margin: 40px auto;
  }
  html body .pageContainer .linker > div {
    font-size: 2rem;
  }
  html body .pageContainer .linker > div a {
    padding: 20px 25px;
  }
}
html body .pageContainer .priceRow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
  align-items: flex-end;
  padding: 0 30px;
  margin: 0 auto 40px;
}
html body .pageContainer .priceRow.by4 {
  max-width: 1200px;
}
html body .pageContainer .priceRow.by3 {
  max-width: 955px;
}
html body .pageContainer .priceRow h3 {
  width: 100%;
  font-family: "Croogla 4F";
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 5px;
}
html body .pageContainer .priceRow > div {
  font-family: "Commissioner";
  flex: 1;
  border: 1px solid #CECECE;
  max-width: 362px;
  min-width: 250px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}
html body .pageContainer .priceRow > div h4 {
  text-align: center;
  font-size: 1.5rem;
  color: #F89A1C;
  margin-bottom: 10px;
}
html body .pageContainer .priceRow > div .price {
  text-align: center;
  font-size: 2rem;
}
html body .pageContainer .priceRow > div .price span.sub {
  color: #CECECE;
  font-size: 1.5rem;
}
html body .pageContainer .priceRow > div .price span.sub:last-child {
  font-size: 1.1rem;
  vertical-align: middle;
}
html body .pageContainer .priceRow > div .price + .button {
  margin-top: 10px;
}
html body .pageContainer .priceRow > div ul {
  list-style: disc;
  padding-left: 20px;
  font-size: 0.9rem;
  margin: 20px 0;
}
html body .pageContainer .priceRow > div ul li {
  margin-bottom: 5px;
}
html body .pageContainer .priceRow > div a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  html body .pageContainer .priceRow.by4 > div {
    flex: 2 1 auto;
  }
}
@media (max-width: 925px) {
  html body .pageContainer .priceRow.by3 {
    flex-direction: column;
    align-items: center;
  }
}
html body .pageContainer .sectionMain {
  font-family: "Croogla 4F";
  font-size: 1.5rem;
  text-align: center;
  max-width: 1160px;
  margin: 30px auto;
  padding: 20px;
  text-transform: uppercase;
}
html body .pageContainer .classesSection {
  text-transform: uppercase;
  text-align: center;
  font-family: "Croogla 4F";
  margin-bottom: 80px;
}
html body .pageContainer .classesSection h2.sectionTitle {
  font-family: "Croogla 4F";
}
html body .pageContainer .classesSection .sectionMain {
  padding: 0 20px;
  margin: 0 auto;
}
html body .pageContainer .classesSection .sectionPromo {
  display: flex;
  margin: 22px auto;
  height: 33.3333333333vw;
}
html body .pageContainer .classesSection .sectionPromo > div {
  flex: 1;
  display: flex;
  background-size: cover;
  background-position: center;
  text-transform: uppercase;
  font-family: "Croogla 4F";
  font-size: clamp(1rem, 4vw, 3rem);
  justify-content: center;
  align-items: center;
}
@media (max-width: 460px) {
  html body .pageContainer .classesSection .sectionPromo {
    display: block;
    height: auto;
  }
  html body .pageContainer .classesSection .sectionPromo > div {
    height: 34vh;
    font-size: 2rem;
  }
  html body .pageContainer .classesSection .sectionPromo > div a {
    padding: 20px 25px;
  }
}
html body .pageContainer .classesSection.resilience img {
  width: 180px;
}
html body .pageContainer .classesSection.resilience h2 {
  color: #234844;
}
html body .pageContainer .classesSection.resilience .sectionPromo > div:nth-child(1) {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #FFFAF5), url("/img/strong.jpg");
}
html body .pageContainer .classesSection.resilience .sectionPromo > div:nth-child(2) {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #FFFAF5), url("/img/fit.jpg");
}
html body .pageContainer .classesSection.resilience .sectionPromo > div:nth-child(3) {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #FFFAF5), url("/img/boxing.jpg");
}
html body .pageContainer .classesSection.balance img {
  width: 100px;
}
html body .pageContainer .classesSection.balance h2 {
  color: #7FB9B4;
}
html body .pageContainer .classesSection.balance .sectionPromo > div:nth-child(1) {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #FFFAF5), url("/img/supple.jpg");
}
html body .pageContainer .classesSection.balance .sectionPromo > div:nth-child(2) {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #FFFAF5), url("/img/gymnast.jpg");
}
html body .pageContainer .classesSection.balance .sectionPromo > div:nth-child(3) {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #FFFAF5), url("/img/yogi.jpg");
}
html body .pageContainer .teamSection .sectionMain {
  margin: 0 auto;
  font-family: "Commissioner";
  padding-top: 0;
  font-size: 1.5rem;
  font-weight: 200;
  text-transform: none;
}
html body .pageContainer .teamSection .trainners {
  display: flex;
  margin: 22px auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 0 20px;
  font-family: "Commissioner";
  text-align: center;
}
html body .pageContainer .teamSection .trainners .trainner {
  flex: 1;
}
html body .pageContainer .teamSection .trainners .trainner .img {
  width: 100%;
  height: 30vw;
  background-size: cover;
  background-position: top;
}
html body .pageContainer .teamSection .trainners .trainner .name {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  margin: 10px 0;
}
html body .pageContainer .teamSection .trainners .trainner .bio {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 200;
  text-align: justify;
  padding: 0 4px;
}
html body .pageContainer .teamSection .trainners .trainner:nth-child(1) .img {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #FFFAF5), url("/img/t1-1.jpg?v=2");
}
html body .pageContainer .teamSection .trainners .trainner:nth-child(2) .img {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #FFFAF5), url("/img/t9.jpg?v=2");
}
html body .pageContainer .teamSection .trainners .trainner:nth-child(3) .img {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #FFFAF5), url("/img/t3-2.jpg?v=2");
}
html body .pageContainer .teamSection .trainners:last-of-type .trainner:nth-child(1) .img {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #FFFAF5), url("/img/t4.jpg?v=2");
}
html body .pageContainer .teamSection .trainners:last-of-type .trainner:nth-child(2) .img {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #FFFAF5), url("/img/t8-2.jpg?v=3");
}
html body .pageContainer .teamSection .trainners:last-of-type .trainner:nth-child(3) .img {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #FFFAF5), url("/img/t7-3b.jpg?v=3");
}
@media (max-width: 750px) {
  html body .pageContainer .teamSection .trainners {
    display: block;
    height: auto;
  }
  html body .pageContainer .teamSection .trainners .trainner {
    margin-bottom: 30px;
  }
  html body .pageContainer .teamSection .trainners .trainner .img {
    height: 50vh;
    background-position-y: top;
  }
}
html body .pageContainer .valueHeader {
  text-align: center;
  color: #FFFFFF;
  font-family: "Croogla 4F";
  padding: 40px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
html body .pageContainer .valueHeader h1 {
  font-size: 3rem;
}
html body .pageContainer .valueHeader p {
  font-size: 1.6rem;
  width: 100%;
  max-width: 1080px;
  margin: 30px auto 0;
}
html body .pageContainer .valueHeader.personal {
  background-color: #6A3B71;
}
html body .pageContainer .valueHeader.balance {
  background-color: #7FB9B4;
}
html body .pageContainer .valueHeader.health {
  background-color: #F5C341;
}
html body .pageContainer .valueHeader.resilience {
  background-color: #234844;
}
html body .pageContainer .valueHeader.connection {
  background-color: #FF9A00;
}
html body .pageContainer .valueHeader.generic {
  background-color: #51817C;
}
@media (max-width: 460px) {
  html body .pageContainer .valueHeader {
    padding: 40px 20px;
  }
}
html body .pageContainer .sectionHeader {
  height: 50vw;
  max-height: 366px;
  background-position: center;
  background-size: cover;
  position: relative;
  text-transform: uppercase;
}
html body .pageContainer .sectionHeader h1 {
  text-shadow: 3px 5px rgba(0, 0, 0, 0.05);
}
html body .pageContainer .sectionHeader h1,
html body .pageContainer .sectionHeader h2 {
  font-size: clamp(1.4rem, 7vw, 6.3rem);
  position: absolute;
  font-family: "Croogla 4F";
  color: #FFFFFF;
  bottom: 0;
  left: 20px;
  white-space: pre-wrap;
}
html body .pageContainer #teamUp #calendar-toggle-form {
  display: none;
}
html body .pageContainer .sectionPersonal {
  color: #6A3B71;
  margin: 80px 30px;
  text-align: center;
}
html body .pageContainer .sectionPersonal h2.sectionTitle {
  font-family: "Croogla 4F";
  font-size: clamp(1.5rem, 8vw, 3rem);
}
html body .pageContainer .sectionPersonal p {
  font-family: "Commissioner";
  font-size: clamp(1.1rem, 4vw, 1.5rem);
  font-weight: 200;
}
html body .pageContainer footer {
  margin: 40px 12px 0 12px;
  padding: 30px 40px 20px 30px;
  font-family: "Commissioner";
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-between;
}
html body .pageContainer footer > div:first-child {
  width: 25%;
}
html body .pageContainer footer > div:first-child .logo {
  width: 150px;
}
html body .pageContainer footer > div:first-child p {
  width: 258px;
  line-height: 1.4rem;
  font-weight: 300;
}
html body .pageContainer footer > div:first-child .social {
  display: flex;
  margin-top: 80px;
  margin-left: -2px;
}
html body .pageContainer footer > div:first-child .social .instagram img {
  width: 45px;
  padding: 4px;
  margin-top: 2px;
}
html body .pageContainer footer > div:first-child .social .whatsapp img {
  width: 42px;
  padding: 5px 0 0 4px;
}
html body .pageContainer footer > div:not(:first-child) {
  color: #A6A9B8;
}
html body .pageContainer footer > div:not(:first-child) h5 {
  font-size: 1.6rem;
  margin: 35px 0 20px 0;
}
html body .pageContainer footer > div:not(:first-child) li {
  color: inherit;
  font-size: 0.9rem;
  line-height: 1.8rem;
  font-weight: 300;
}
html body .pageContainer footer > div:not(:first-child) li > span, html body .pageContainer footer > div:not(:first-child) li.signIn {
  display: none;
}
@media (max-width: 959px) {
  html body .pageContainer footer {
    display: block;
    text-align: center;
    padding: 30px 0;
  }
  html body .pageContainer footer > div:first-child {
    width: 90%;
    margin: 0 auto;
  }
  html body .pageContainer footer > div:first-child p {
    width: 100%;
  }
  html body .pageContainer footer > div:first-child .social {
    justify-content: center;
    margin-top: 0;
  }
}
html body .pageContainer .toggleSection {
  transition: all 2s;
  max-height: 5000px;
  overflow: hidden;
  padding-bottom: 5px;
}
html body .pageContainer .toggleSection.hidden {
  max-height: 0;
  transition: all 0.3s;
}
html body .pageContainer .contact {
  font-family: "Commissioner";
  display: flex;
  max-width: 1100px;
  padding: 0 20px;
  margin: 25px auto;
}
html body .pageContainer .contact .info {
  width: 75%;
}
html body .pageContainer .contact .info div {
  margin-bottom: 20px;
}
html body .pageContainer .contact .info div.phone span {
  display: inline-block;
  padding-top: 5px;
}
html body .pageContainer .contact .info div.phone img {
  display: inline-block;
  width: 30px;
  vertical-align: top;
  margin-left: 10px;
}
html body .pageContainer .contact .result {
  width: 100%;
  font-size: clamp(1rem, 6vw, 2rem);
  text-align: center;
  padding: 50px 0;
}
html body .pageContainer .contact .result a {
  color: #FF9A00;
}
html body .pageContainer .contact form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
html body .pageContainer .contact form input,
html body .pageContainer .contact form textarea {
  border: 1px solid #FF9A00;
  background-color: #FFF5EA;
  border-radius: 15px;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
}
html body .pageContainer .contact form input[type=submit] {
  background-color: #FF9A00;
  color: #FFFFFF;
  font-weight: bold;
  width: 100px;
}
html body .pageContainer .contact form input:nth-child(1) {
  width: 40%;
}
html body .pageContainer .contact form input:nth-child(2) {
  width: calc(60% - 20px);
}
html body .pageContainer .contact form input:nth-child(3) {
  width: 100%;
}
html body .pageContainer .contact form textarea {
  width: 100%;
  height: 200px;
  resize: none;
}
@media (max-width: 699px) {
  html body .pageContainer .contact {
    display: block;
  }
  html body .pageContainer .contact .info {
    text-align: center;
    width: 100%;
  }
  html body .pageContainer .contact form input:nth-child(1),
  html body .pageContainer .contact form input:nth-child(2) {
    width: 100%;
  }
}
html body .pageContainer a.map {
  display: block;
  height: 500px;
  background-image: url("/img/map.jpg");
  background-size: cover;
  background-position: center;
}
html body .pageContainer .tempMessage {
  text-align: center;
  font-family: "Croogla 4F";
  font-size: 2rem;
  padding: 0 15%;
  color: #F5C341;
}
html body .pageContainer .tempMessage a {
  color: #FF9A00;
}
html body .pageContainer #fixedContact {
  background-color: #FF9A00;
  padding: 18px 12px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  bottom: 50px;
  right: 50px;
  border: 3px solid #FFFFFF;
  z-index: 20;
}
html body .pageContainer #fixedContact img {
  width: 50px;
  vertical-align: bottom;
}
@media (max-width: 550px) {
  html body .pageContainer #fixedContact {
    bottom: 15px;
    right: 15px;
  }
}
html body .pageContainer #bodyDialog {
  border-radius: 10px;
  border-color: #F5C341;
  outline: 0;
}
html body .pageContainer #bodyDialog::backdrop {
  background: rgba(245, 195, 65, 0.25);
}
html body .pageContainer #bodyDialog #dialogContent {
  max-width: 600px;
  font-family: "Commissioner";
  text-align: justify;
  font-size: 1rem;
  line-height: 1.3rem;
}
html body .pageContainer #bodyDialog #dialogContent ul {
  list-style: disc;
  padding-left: 20px;
}
html body .pageContainer #bodyDialog #dialogContent #closeDialog {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
html body .pageContainer span.openDialog {
  color: #F5C341;
  cursor: pointer;
}
html body .pageContainer #blogContainer {
  display: flex;
  padding: 0 20px;
  gap: 20px;
}
html body .pageContainer #blogContainer #postsList {
  width: calc(100% - 415px);
}
html body .pageContainer #blogContainer #postsList article {
  display: flex;
  position: relative;
}
html body .pageContainer #blogContainer #postsList article .postLink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
html body .pageContainer #blogContainer #postsList article img {
  max-width: 300px;
  width: 100%;
  margin-right: 20px;
}
html body .pageContainer #blogContainer #postsList article .content h3 {
  font-family: "Croogla 4F";
  font-size: 1.3rem;
  text-transform: uppercase;
}
html body .pageContainer #blogContainer #postsList article .content > div {
  font-family: "Commissioner";
}
html body .pageContainer #blogContainer #postsList hr {
  height: 2px;
  border: none;
  width: 20%;
  margin: 15px auto;
  background-color: #FF9A00;
}
html body .pageContainer #blogContainer .pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
  font-size: 1.5rem;
  font-family: "Croogla 4F";
  margin: 10px 30px;
}
html body .pageContainer #blogContainer .pagination li {
  padding: 2px 0px;
  border: 1px solid;
  border-radius: 5px;
  min-width: 40px;
  text-align: center;
}
html body .pageContainer #blogContainer .pagination li:has(a) {
  border-color: #F5C341;
}
html body .pageContainer #blogContainer .pagination li a,
html body .pageContainer #blogContainer .pagination li a:visited {
  color: #FF9A00;
}
html body .pageContainer #blogContainer #sideBar {
  width: 415px;
  max-width: 100%;
  min-height: 430px;
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
  margin: 0 auto;
  align-self: baseline;
}
html body .pageContainer #blogContainer #sideBar ul#categories {
  padding-left: 25px;
}
html body .pageContainer #blogContainer #sideBar ul#categories li {
  font-family: "Croogla 4F";
  list-style: disc;
  color: #F5C341;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 5px;
}
@media (max-width: 1151px) {
  html body .pageContainer #blogContainer {
    display: block;
  }
  html body .pageContainer #blogContainer #postsList {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  html body .pageContainer #blogContainer .pagination {
    margin: 30px 0;
  }
}
@media (max-width: 749px) {
  html body .pageContainer #blogContainer #postsList article {
    display: block;
  }
  html body .pageContainer #blogContainer #postsList article img {
    display: block;
    margin: 0 auto 15px;
    max-width: 400px;
  }
  html body .pageContainer #blogContainer #postsList article .content h3 {
    text-align: center;
  }
}
html body .pageContainer #postContainer {
  max-width: 1064px;
  margin: -30px auto 0;
  padding: 0 20px;
  word-wrap: break-word;
}
html body .pageContainer #postContainer h2.blog_subtitle {
  font-family: "Croogla 4F";
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
html body .pageContainer #postContainer img {
  max-width: 100%;
}
html body .pageContainer #postContainer .mainImage {
  display: block;
  margin: 0 auto 20px;
}
html body .pageContainer #postContainer .blog_body_content {
  max-width: 750px;
  font-family: "Commissioner";
  font-size: 1.2rem;
  margin: 0 auto;
}
html body .pageContainer #postContainer .blog_body_content ul {
  margin-left: 20px;
  padding-left: 20px;
  list-style: disc;
}
html body .pageContainer #postContainer .blog_body_content ul li {
  padding: 5px 0;
}
html body .pageContainer #postContainer .blog_body_content ul li:last-child {
  padding-bottom: 0;
}
html body .pageContainer #postContainer .blog_body_content ul,
html body .pageContainer #postContainer .blog_body_content p,
html body .pageContainer #postContainer .blog_body_content h2,
html body .pageContainer #postContainer .blog_body_content h3,
html body .pageContainer #postContainer .blog_body_content h4,
html body .pageContainer #postContainer .blog_body_content h5,
html body .pageContainer #postContainer .blog_body_content h6 {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}
html body .pageContainer #postContainer .blog_body_content p {
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: justify;
}
html body .pageContainer #postContainer hr {
  clear: both;
  height: 2px;
  border: none;
  background-color: #FF9A00;
}
html body .pageContainer #postContainer .postFooter {
  text-align: right;
}
html body .pageContainer #postContainer .priceRow {
  padding: 0;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin: 0 auto;
}
html body .pageContainer #postContainer .priceRow > div {
  padding: 20px 10px;
  min-width: 178px;
}
@media (max-width: 1024px) {
  html body .pageContainer #postContainer img {
    float: none;
    clear: both;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  html body .pageContainer #postContainer .blog_body_content p {
    text-align: left;
  }
}
html body .pageContainer #promoContent {
  display: none;
}
html body .pageContainer #promoContentSpecial .strike {
  background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
  padding: 0 10px 0 5px;
}
html body .pageContainer #promoContentSpecial div.imgCenter {
  width: 100%;
  height: 360px;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 700px) {
  html body .pageContainer #promoContentSpecial div.imgCenter {
    height: 200px;
  }
}
html body .pageContainer #promoContentSpecial img {
  max-width: 100%;
  width: 1440px;
  display: block;
  margin: 0 auto;
}
html body .pageContainer #promoContentSpecial > p {
  margin: 0 auto;
  text-align: center;
  max-width: 90%;
  width: 965px;
  font-family: "Commissioner";
  font-size: clamp(2.2rem, 5vw, 3rem);
}
html body .pageContainer #promoContentSpecial > p.conditions {
  max-width: 90%;
  width: 700px;
  text-align: left;
  font-size: 0.9rem;
}
html body .pageContainer #promoContentSpecial > p.promotion {
  margin: 50px auto;
  line-height: 3.5rem;
  color: #6A3B71;
}
html body .pageContainer #promoContentSpecial > p.promotion span {
  font-weight: bold;
}
html body .pageContainer #promoContentSpecial .priceRow {
  margin-bottom: 40px;
}
html body .pageContainer .roundRight,
html body .pageContainer .roundLeft {
  overflow: hidden;
}
html body .pageContainer .roundLeft {
  border-bottom-left-radius: 60px;
  border-top-right-radius: 60px;
}
html body .pageContainer .roundRight {
  border-bottom-right-radius: 60px;
  border-top-left-radius: 60px;
}
html body .pageContainer .roundLeft:first-of-type {
  border-top-right-radius: 0;
}
html body .pageContainer .innerRoundLeft {
  overflow: hidden;
  border-top-left-radius: 60px;
}
html body .pageContainer .innerRoundRight {
  overflow: hidden;
  border-top-right-radius: 60px;
}
html body #promoContainer {
  position: relative;
  background-color: #000000;
  min-height: calc(100vh - 110px);
  min-height: calc(100svh - 110px);
}
html body #promoContainer img#playBtn {
  position: absolute;
  width: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 60px);
  z-index: 10;
  display: none;
  cursor: pointer;
  outline: none;
}
html body #promoContainer img#playBtn:focus {
  outline: none;
}
html body #promoContainer #videoPromo {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: calc(100vh - 110px);
  height: calc(100svh - 110px);
  z-index: 5;
}
@media (max-width: 780px) {
  html body #promoContainer {
    min-height: calc(100vh - 82px);
    min-height: calc(100svh - 82px);
  }
  html body #promoContainer #videoPromo {
    height: calc(100vh - 82px);
    height: calc(100svh - 82px);
  }
}
html .landing {
  padding: 0;
  margin: 0;
  font-family: "Commissioner";
  font-weight: 200;
}
html .landing .hero .slogan {
  padding: 0 !important;
  font-size: 5.5rem !important;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
html .landing .prContainer {
  padding: 2.5rem 1.5rem;
}
html .landing .followUp {
  background-color: #6B3C70;
  font-size: 1.8rem;
  color: #F5C341;
  text-align: center;
  text-transform: uppercase;
  font-family: "Croogla 4F";
  line-height: 2rem;
}
html .landing .whatIf {
  background-color: #DAC9D2;
}
html .landing .whatIf .title {
  text-align: center;
  font-family: "Croogla 4F";
  font-size: 1.8rem;
  color: #6B3C70;
}
html .landing h2,
html .landing h3 {
  text-align: center;
  font-family: "Croogla 4F";
  color: #6A3B71;
}
html .landing h2 {
  font-size: 1.8rem;
}
html .landing ul {
  padding-left: 2rem;
  font-size: 1.6rem;
  list-style: disc;
}
html .landing ul li {
  line-height: 1.8rem;
}
html .landing ul li:not(:last-child) {
  margin-bottom: 1rem;
}
html .landing div.desc {
  padding: 1.5rem 0;
  line-height: 1.8rem;
  text-align: center;
  font-size: 1.6rem;
  color: #FF9A00;
  font-weight: 400;
}
html .landing .waContact {
  display: block;
  text-align: center;
}
html .landing .waContact img {
  width: 300px;
}
html .landing .inContact {
  background-image: url("/img/DM.png");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 1.2rem;
  margin: 0 auto;
  display: block;
  width: 300px;
  background-color: #6B3C70;
  color: #FFFFFF;
  font-size: 1.55rem;
  border-radius: 10px;
  padding: 1.05rem 1.05rem 1.05rem 4.7rem;
  text-align: left;
  font-weight: 400;
  margin-top: 1rem;
}
html #cookiePopup {
  position: fixed;
  bottom: 20px;
  left: -300px;
  width: 300px;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  text-align: left;
  padding: 15px;
  z-index: 1000;
  border-radius: 10px;
  font-size: 1.1rem;
  transition: left 0.5s ease-in-out;
}
html #cookiePopup.show {
  left: 20px;
}
html #cookiePopup .cookie-message {
  display: flex;
  flex-direction: column;
  align-items: center;
}
html #cookiePopup .cookie-message p {
  margin: 0 0 10px 0;
}
html #cookiePopup #acceptCookies {
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
}/*# sourceMappingURL=main.css.map */