@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
@media (max-width: 1020px) {
  :root {
    --contentPadding: 20px;
    --extraPadding: 60px;
  }
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  scroll-behavior: smooth;
}

img {
  display: block;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

section span,
h1 > span {
  display: inline-block;
}

#container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

main {
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
}
main > h1 {
  padding: 0 var(--contentPadding, 50px);
}

.bi-rounded-rec {
  border-radius: 12px 0 12px 0;
}

.header {
  font-weight: 500;
  color: #0d1c4f;
}

html, body, input, button, select {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}

html {
  font-size: 21px;
}
@media (max-width: 800px) {
  html {
    font-size: 18px;
  }
}

body, input, button, select, p, li {
  font-size: 1rem;
}

p, li {
  margin: 1em 0;
  line-height: 1.5em;
}

h1, h2, h3 {
  margin: 0.5rem 0;
  padding: 0;
}

h1, h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
}

h1 {
  font-size: 1.8rem;
  line-height: 1.5em;
  text-align: center;
  margin: 1em auto 1rem;
  color: #0d1c4f;
}
h1 strong {
  display: inline;
  padding: 0.25rem;
  font-weight: inherit;
  background: transparent url("/assets/highlight.svg") left bottom repeat-x;
  background-size: auto 1.5em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

h2 {
  font-size: 1.3rem;
  line-height: 1.25em;
  color: #00b9f1;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: inherit;
  color: #00b9f1;
}

b {
  font-weight: 600;
}

sup {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 1em;
}

section {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 var(--contentPadding, 50px);
  padding: 0 var(--contentPadding, 50px);
  color: #000;
  box-sizing: border-box;
  overflow: hidden;
}
section > div {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: var(--extraPadding, 80px) var(--contentPadding, 50px);
  box-sizing: border-box;
  overflow: hidden;
}
section > div:first-of-type {
  padding-top: var(--contentPadding, 50px);
}

#advertising-partners > div, #distribution-partners > div, #self-promotion-partners > div, #contact-us-form > div {
  display: flex;
  align-items: stretch;
  z-index: 2;
  padding: 0;
}
#advertising-partners > div > div, #distribution-partners > div > div, #self-promotion-partners > div > div, #contact-us-form > div > div {
  flex: 0 0 auto;
  width: 60%;
  padding: var(--extraPadding, 80px) var(--contentPadding, 50px);
  box-sizing: border-box;
}
#advertising-partners > div > picture, #distribution-partners > div > picture, #self-promotion-partners > div > picture, #contact-us-form > div > picture {
  position: relative;
  flex: 0 0 auto;
  width: 40%;
}
#advertising-partners > div > picture > img, #distribution-partners > div > picture > img, #self-promotion-partners > div > picture > img, #contact-us-form > div > picture > img {
  position: absolute;
  top: var(--contentPadding, 50px);
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  margin: auto;
}
#advertising-partners > div h2, #advertising-partners > div h3, #distribution-partners > div h2, #distribution-partners > div h3, #self-promotion-partners > div h2, #self-promotion-partners > div h3, #contact-us-form > div h2, #contact-us-form > div h3 {
  margin-bottom: 0;
}
#advertising-partners > div h2 + p, #advertising-partners > div h3 + p, #distribution-partners > div h2 + p, #distribution-partners > div h3 + p, #self-promotion-partners > div h2 + p, #self-promotion-partners > div h3 + p, #contact-us-form > div h2 + p, #contact-us-form > div h3 + p {
  margin-top: 0;
}
@media (max-width: 1020px) {
  #advertising-partners > div > div, #advertising-partners > div > picture, #distribution-partners > div > div, #distribution-partners > div > picture, #self-promotion-partners > div > div, #self-promotion-partners > div > picture, #contact-us-form > div > div, #contact-us-form > div > picture {
    width: 50%;
  }
}
@media (max-width: 500px) {
  #advertising-partners > div, #distribution-partners > div, #self-promotion-partners > div, #contact-us-form > div {
    flex-direction: column-reverse !important;
  }
  #advertising-partners > div > div, #advertising-partners > div > picture, #distribution-partners > div > div, #distribution-partners > div > picture, #self-promotion-partners > div > div, #self-promotion-partners > div > picture, #contact-us-form > div > div, #contact-us-form > div > picture {
    width: 100%;
  }
  #advertising-partners > div > div, #distribution-partners > div > div, #self-promotion-partners > div > div, #contact-us-form > div > div {
    padding-bottom: var(--contentPadding, 50px);
  }
  #advertising-partners > div > picture, #distribution-partners > div > picture, #self-promotion-partners > div > picture, #contact-us-form > div > picture {
    height: 300px;
  }
  #advertising-partners > div > picture > img, #distribution-partners > div > picture > img, #self-promotion-partners > div > picture > img, #contact-us-form > div > picture > img {
    position: static;
  }
}

#promo-single {
  margin: 0;
  background: #0d1c4f;
  color: #00b9f1;
  text-align: center;
  font-weight: 500;
}
#promo-single > div {
  padding-top: var(--extraPadding, 80px);
}
@media (max-width: 500px) {
  #promo-single > div {
    padding: var(--extraPadding, 80px) 0;
  }
}
@media (min-width: 501px) {
  body.wyndham #promo-single {
    font-size: 1.5rem;
  }
}

#container > header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: calc(var(--contentPadding, 50px) * 1.5) var(--contentPadding, 50px) var(--contentPadding, 50px);
  box-sizing: border-box;
}
#container > header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent linear-gradient(43deg, #00b9f1 0%, 54%, #99E3FA 80%);
  border-radius: 0 0 50px 50px;
  z-index: 10;
  transition: box-shadow 250ms ease-in-out;
}
body.nav-open #container > header:before {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
#container > header a {
  color: #0d1c4f;
}
#container > header > a {
  position: relative;
  display: block;
  z-index: 12;
}
#container > header > a h1 {
  margin: 0 !important;
}
#container > header > a h1 span {
  position: absolute;
  display: block;
  visibility: hidden;
}
#container > header > a svg {
  display: block;
  width: auto;
  height: 44px;
  fill: currentColor;
}
@media (max-width: 500px) {
  #container > header > a svg {
    height: 30px;
  }
}
@media (max-width: 360px) {
  #container > header > a svg {
    height: 24px;
  }
}
#container > header #nav-backdrop {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 250ms ease-in-out, height 0ms 250ms;
}
body.nav-open #container > header #nav-backdrop {
  opacity: 1;
  height: 100%;
  transition: opacity 250ms ease-in-out;
}
#container > header #mobile-nav {
  position: relative;
  display: block;
  width: 50px;
  height: auto;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 12;
}
#container > header #mobile-nav svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
}
#container > header #mobile-nav svg path {
  transition: transform 250ms, opacity 250ms;
}
#container > header #mobile-nav svg path:first-child {
  transform-origin: 5px 1px;
}
#container > header #mobile-nav svg path:nth-child(2) {
  transform-origin: 50% 50%;
}
#container > header #mobile-nav svg path:last-child {
  transform-origin: 5px 7px;
}
body.nav-open #container > header #mobile-nav svg path:first-child {
  transform: translateY(3px) rotate(-45deg);
}
body.nav-open #container > header #mobile-nav svg path:nth-child(2) {
  opacity: 0;
  transform: rotate(45deg);
}
body.nav-open #container > header #mobile-nav svg path:last-child {
  transform: translateY(-3px) rotate(45deg);
}
#container > header nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 320px;
  padding: 1rem 0;
  background: #fff;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-top: -45px;
  padding-top: 45px;
  z-index: 9;
  overflow-y: auto;
  max-height: calc(100vh - 90px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  transform: translateY(-20px);
  opacity: 0;
  pointer-events: none;
  transition: transform 250ms ease, opacity 250ms ease;
}
body.nav-open #container > header nav {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
#container > header nav ul {
  overflow: scroll;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  padding-top: 1rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#container > header nav ul::-webkit-scrollbar {
  display: none;
}
#container > header nav ul li {
  padding: 0rem var(--contentPadding, 50px);
  font-size: 1rem;
}
#container > header nav ul li a {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  background-size: auto 1.25em;
  transition: background-position 100ms ease-in-out;
}
#container > header nav ul li a:hover {
  text-decoration: none;
  background-position: left top;
}
@media (max-width: 500px) {
  #container > header nav {
    width: 100%;
  }
}

body.nav-open {
  overflow: hidden;
}

#container > footer {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: var(--contentPadding, 50px);
  background: #0d1c4f;
  color: #00b9f1;
  text-align: center;
  font-weight: 500;
  z-index: 5;
}
#container > footer > div > * {
  padding: 1rem 0;
}
#container > footer hr {
  border: 0;
  height: 1px;
  background: #00b9f1;
  padding: 0;
  margin-top: 1rem;
}
#container > footer > div,
#container > footer ul li {
  font-size: 0.8rem;
}
#container > footer .brand-links {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 500px) {
  #container > footer .brand-links {
    flex-direction: column;
    align-items: center;
  }
  #container > footer .brand-links ul {
    margin-top: 0.5rem;
  }
}
#container > footer ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
}
#container > footer ul li {
  margin: 0;
  padding: 0 0.5rem;
  line-height: inherit;
}

.footer-links {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 500px) {
  .footer-links {
    flex-direction: column;
    align-items: center;
  }
  .footer-links ul {
    margin-top: 0.5rem;
  }
}

#contact .select, #signup-contact .select {
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
  outline: none;
}
#contact .select > svg, #signup-contact .select > svg {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  fill: #000;
  z-index: 9;
  cursor: pointer;
  transition: transform 0.25s;
}
#contact .select > .selected, #signup-contact .select > .selected {
  position: relative;
  padding-right: 2rem !important;
  box-sizing: border-box;
  transform: translateY(0);
}
#contact .select > .selected, #contact .select li, #signup-contact .select > .selected, #signup-contact .select li {
  display: block;
  margin: 0;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-size: 0.8rem;
}
#contact .select > .selected h4, #contact .select > .selected p, #contact .select li h4, #contact .select li p, #signup-contact .select > .selected h4, #signup-contact .select > .selected p, #signup-contact .select li h4, #signup-contact .select li p {
  font-size: inherit;
  margin: 0;
  line-height: 1rem;
}
#contact .select > .dropdown, #signup-contact .select > .dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  left: -14px;
  right: -14px;
  top: calc(100% - 3px);
  padding: 0;
  z-index: 10;
  box-sizing: border-box;
  overflow: hidden;
}
#contact .select > .dropdown > div, #signup-contact .select > .dropdown > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  width: auto;
  max-height: 100%;
  margin: 0 14px 14px;
  background: #fff;
  border: 2px solid transparent;
  border-top: none;
  border-radius: 0 0 5px 5px;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  transition: transform 0.25s ease-in-out;
}
#contact .select ul, #signup-contact .select ul {
  flex: 1 1 auto;
  list-style: none;
  position: relative;
  display: block;
  overflow: auto;
  padding: 0 1px;
}
#contact .select ul li, #signup-contact .select ul li {
  min-height: 2rem;
  padding: 0.5rem 1rem !important;
}
#contact .select ul li.hidden, #signup-contact .select ul li.hidden {
  display: none;
}
#contact .select ul li.selected, #signup-contact .select ul li.selected {
  background: #00b9f1;
}
#contact .select ul li.highlighted, #signup-contact .select ul li.highlighted {
  background: #ffe8a1;
}
#contact .select:not(.open) > .dropdown, #signup-contact .select:not(.open) > .dropdown {
  max-height: 0;
  transition: max-height 0s 0.25s;
}
#contact .select:not(.open) > .dropdown > div, #signup-contact .select:not(.open) > .dropdown > div {
  transform: translateY(-100%);
}
#contact .select.open > .selected, #signup-contact .select.open > .selected {
  border-color: #00b9f1;
  border-bottom-color: transparent;
  border-radius: 5px 5px 0 0;
}
#contact .select.open > .dropdown, #signup-contact .select.open > .dropdown {
  max-height: calc(100vh - 20px - var(--dropdown-top, 0));
}
#contact .select.open > .dropdown > div, #signup-contact .select.open > .dropdown > div {
  transform: translateY(0);
}
#contact .select.open > svg, #signup-contact .select.open > svg {
  transform: rotate(-180deg);
}
#contact .select:focus > .dropdown > div, #contact .select.open > .dropdown > div, #signup-contact .select:focus > .dropdown > div, #signup-contact .select.open > .dropdown > div {
  border-color: #00b9f1;
}

.btn-curved {
  display: inline-block;
  font: inherit;
  line-height: 1;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.12s ease, transform 0.12s ease;
}
.btn-curved:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(11, 97, 209, 0.12);
}

.btn-footer {
  margin-top: 2rem;
}

.btn-light {
  background: transparent;
  color: #00b9f1;
  padding: 0.5rem 1rem;
  border: 2px solid #00b9f1;
}
.btn-light:hover {
  text-decoration: none;
  filter: brightness(90%);
}

.btn-yellow {
  font-size: medium;
  background: linear-gradient(to top right, #ffc612 0%, #fff9cc 100%);
  padding: 0.5rem 1rem;
}
.btn-yellow:hover {
  text-decoration: none;
  filter: brightness(90%);
}

.btn-yellow-lg {
  background: linear-gradient(to top right, #ffc612 0%, #fff9cc 100%);
  padding: 0.75rem 2rem;
}
.btn-yellow-lg:hover {
  text-decoration: none;
  filter: brightness(90%);
}

.btn-dark {
  background: transparent linear-gradient(43deg, #00b9f1 0%, 54%, #99E3FA 80%);
  border: none;
  color: #0d1c4f;
  text-decoration: none;
  padding: 0.5rem 1rem;
}
.btn-dark:hover {
  text-decoration: none;
  filter: brightness(90%);
}
.btn-dark.small {
  font-size: medium;
}
.btn-dark.wide {
  padding: 0.5rem 2rem;
}
.btn-dark.lg {
  padding: 1rem 3rem;
}

#how-intro {
  padding: var(--contentPadding, 50px) 0 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#how-intro > div {
  max-width: 1100px;
  padding: 0;
}
#how-intro > div > h1 {
  font-weight: 500;
  margin: 0;
}
#how-intro > div > h1:first-of-type {
  color: white;
}
#how-intro > div > p {
  color: #0d1c4f;
}

.how-titles {
  padding: 0 0 20px;
}
.how-titles > h2 {
  color: white !important;
}
.how-titles h2:last-of-type {
  font-style: italic;
  font-weight: 500;
}

.bold-first-words {
  color: #fff;
}
.bold-first-words span:first-child {
  font-weight: bold;
}

.bold-first-words-dark {
  color: #000;
}
.bold-first-words-dark span:first-child {
  font-weight: bold;
}

#full-service h1 {
  margin: 0 0 var(--contentPadding, 50px);
}
#full-service > div {
  background: transparent linear-gradient(43deg, #ffc612 0%, 54%, #ffe8a1 80%);
  background-position: center center;
  border-radius: var(--extraPadding, 80px) 0;
}
#full-service ul {
  list-style: none;
  display: grid;
  align-items: stretch;
  align-content: center;
  justify-content: center;
  justify-items: stretch;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--contentPadding, 50px);
  max-width: 850px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 600px) {
  #full-service ul {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}
#full-service ul li {
  margin: 0;
  padding: var(--contentPadding, 50px);
  background: #00b9f1;
  color: #0d1c4f;
  box-sizing: border-box;
}
#full-service ul li:first-child {
  border-top-left-radius: 50px;
}
#full-service ul li:last-child {
  border-bottom-right-radius: 50px;
}
#full-service ul li h4, #full-service ul li p {
  margin: 0;
  text-align: center;
}
#full-service ul li h4 {
  margin-bottom: 1rem;
}

#media-intro {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#media-intro > div {
  padding: var(--contentPadding, 50px) 0 0 0;
}
#media-intro > div > h1 {
  font-weight: 500;
  margin: 0;
}
#media-intro > div > h1:first-of-type {
  color: white !important;
}
#media-intro > div > h1:last-of-type {
  color: #0d1c4f;
}
#media-intro > div > div {
  max-width: 1100px;
}
#media-intro .tight-paragraphs p {
  color: #0d1c4f;
  padding: 0 var(--extraPadding, 80px) 0 var(--extraPadding, 80px);
  margin-top: 0;
  margin-bottom: 0;
}
#media-intro + #advertiser-video > div {
  padding-top: 0;
}
#media-intro + #advertiser-video > div > h1 {
  margin-top: 0;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(to top, #00b9f1 0%, #E5F8FE 100%);
  margin-top: -161px;
}
@media (max-width: 1020px) {
  .hero-background {
    height: 750px;
  }
}
@media (max-width: 800px) {
  .hero-background {
    height: 850px;
  }
}

.hero-footer {
  position: absolute;
  height: 400px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  background: #0d1c4f;
}

body.page-contact {
  background: transparent linear-gradient(0deg, #00b9f1 0%, 54%, #99E3FA 80%);
  height: max-content;
}
body.page-contact #contact > div {
  background: none;
}
body.page-contact main {
  background: none;
}
body.page-contact main > h1 {
  color: #fff;
  font-weight: 500;
}
body.page-contact main #contact .form {
  width: 100%;
}
body.page-contact main #contact .form form {
  width: 100%;
  max-width: 900px;
}
body.page-contact main #contact .form form ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: stretch;
  align-items: start;
}
@media (max-width: 1020px) {
  body.page-contact main #contact .form form ul {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
  }
}
body.page-contact main #contact .form form ul li {
  display: flex;
  flex-direction: column;
}
body.page-contact main #contact .form form ul li label {
  margin-bottom: 0.25rem;
}
body.page-contact main #contact .form form ul li input,
body.page-contact main #contact .form form ul li select,
body.page-contact main #contact .form form ul li textarea,
body.page-contact main #contact .form form ul li .select {
  width: 100%;
  box-sizing: border-box;
}
body.page-contact main #contact .form form ul li textarea {
  min-height: 120px;
}
body.page-contact main #contact .form form ul li .dropdown ul {
  display: block;
  column-count: 1;
}
body.page-contact main #contact .form form ul li:has(textarea) {
  grid-column: 1/-1;
}
body.page-contact main #contact .form form ul li:has(button) {
  grid-column: 1/-1;
  text-align: center;
}
body.page-contact main #contact .form form ul li.error {
  display: none;
}
body.page-contact main #contact .form form ul li.error:not(:empty) {
  display: block;
  text-align: center;
  grid-column: 1/-1;
}

body.page-jobs > main {
  overflow: visible;
}
body.page-jobs main > section {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  text-align: center;
  overflow: visible;
}
body.page-jobs main > section > i {
  padding-bottom: var(--contentPadding, 50px);
  font-weight: 500;
}
body.page-jobs main > section > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.5rem;
  padding-bottom: 0;
}
body.page-jobs main > section > div > h1 {
  text-align: center;
  color: #0d1c4f;
  font-weight: 500;
  margin: auto 0;
}
body.page-jobs main > section > div > h1:first-of-type {
  color: #fff;
}

#jobs-info {
  background: transparent linear-gradient(270deg, #fff 0%, 35%, #ededed 100%);
  border-radius: var(--extraPadding, 80px) 0 var(--extraPadding, 80px) 0;
  padding: 0 var(--contentPadding, 50px) 0;
  display: flex;
  flex-direction: column;
  margin-bottom: var(--contentPadding, 50px);
}
#jobs-info > div {
  overflow: visible;
}
#jobs-info > div > div > details {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
#jobs-info > div > div > details > div > div {
  overflow: visible;
  text-align: left;
}
#jobs-info > div > div > details > div > div > h2 {
  color: #000;
  font-weight: 500;
}
#jobs-info > div > div > details > div > div > ul > li > span {
  font-weight: bold;
}
#jobs-info > div > div > details > div > footer {
  transform: translateY(30%);
  margin-top: -30px;
}
#jobs-info > div > div:first-of-type > h1 {
  font-weight: 500;
  color: #0d1c4f;
  font-size: xx-large;
}
#jobs-info > div > div:first-of-type > p {
  color: #00b9f1;
  font-weight: bold;
}

.job-summary summary {
  cursor: pointer;
  font-weight: bold;
  list-style: none;
  cursor: pointer;
  font-weight: bold;
  color: #0d1c4f;
  text-align: center;
  padding: var(--contentPadding, 20px) 0 var(--contentPadding, 50px) 0;
  font-size: x-large;
}

.job-summary summary::-webkit-details-marker {
  display: none;
}

.job-expanded {
  padding-top: 1rem;
}

/* Hide the summary when section is expanded */
.job-summary[open] > summary {
  display: none;
}

body.page-apply {
  background: transparent linear-gradient(0deg, #00b9f1 0%, 54%, #99E3FA 80%);
  height: max-content;
}
body.page-apply #apply > div {
  background: none;
}
body.page-apply #apply > div > p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #0d1c4f;
}
body.page-apply main {
  background: none;
}
body.page-apply main > h1 {
  color: #fff;
  font-weight: 500;
}
body.page-apply main form {
  position: relative;
  display: block;
  max-width: 500px;
  margin: 0 auto 0;
  padding: 0 var(--contentPadding, 50px) 0;
  color: #0d1c4f;
  border-radius: var(--extraPadding, 80px) 0;
}
body.page-apply main form.hide {
  display: none;
}
body.page-apply main form h1 {
  margin: 0 0 1em;
  font-weight: 500;
  max-width: 900px;
  color: #0d1c4f;
}
body.page-apply main form .error {
  font-size: 0.8rem;
}
body.page-apply main form .error:not(.show) {
  display: none;
}
body.page-apply main form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-apply main form ul li {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0;
}
body.page-apply main form ul li.error {
  background: #ff9999;
  border: 1px solid #ff0000;
  margin-bottom: var(--contentPadding, 50px);
  padding: 0.5em;
  color: #000;
}
body.page-apply main form ul li > .error {
  color: #ff0000;
}
body.page-apply main form,
body.page-apply main form ul,
body.page-apply main form li,
body.page-apply main form label,
body.page-apply main form input,
body.page-apply main form select {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
body.page-apply main form label {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
body.page-apply main form input,
body.page-apply main form select,
body.page-apply main form button,
body.page-apply main form .select > .selected {
  outline: none;
  color: #000;
  border-radius: 5px;
  border: 2px solid transparent;
}
body.page-apply main form input,
body.page-apply main form select,
body.page-apply main form .select > .selected {
  height: 1.8rem;
  line-height: calc(1.8rem - 4px);
  padding: 0 0.5em;
  background: #fff;
  font-size: 0.8rem;
}
body.page-apply main form input:focus,
body.page-apply main form select:focus,
body.page-apply main form .select:focus > .selected {
  border-color: #00b9f1;
}
body.page-apply main form select,
body.page-apply main form option,
body.page-apply main form button {
  cursor: pointer;
}
body.page-apply main form button {
  display: block;
  width: auto;
  margin: var(--contentPadding, 50px) auto 0;
  line-height: 2rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  background: #0d1c4f;
  color: #99E3FA;
  border-radius: 12px 0;
  padding: 0.25rem var(--contentPadding, 50px);
}
body.page-apply main form button:focus {
  border-color: #fff;
}
body.page-apply main form small {
  position: absolute;
  left: var(--contentPadding, 50px);
  right: var(--contentPadding, 50px);
  font-size: 0.5rem;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
body.page-apply main form small a {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1020px) {
  body.page-apply main form {
    padding-bottom: var(--extraPadding, 80px);
  }
  body.page-apply main form h2 {
    text-align: center;
  }
}
@media (max-width: 500px) {
  body.page-apply main form {
    margin: 0 calc(var(--contentPadding, 50px) * -1);
    box-sizing: content-box;
  }
}
body.page-apply main #apply .form form ul li.error {
  display: none;
}
body.page-apply main #apply .form form ul li.error:not(:empty) {
  display: block;
  text-align: center;
  grid-column: 1/-1;
}

.upload-field .upload-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.upload-field .upload-wrapper > input {
  height: 2.4rem;
  line-height: 2.4rem;
  display: flex;
  box-sizing: border-box;
  padding: 3px 3px 3px 6px;
}
.upload-field input[type=file]::file-selector-button {
  background: #0d1c4f;
  color: #99E3FA;
  border: none;
  padding: 0.6rem 1rem;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  float: right;
  margin-left: 0.75rem;
  height: 100%;
  margin-right: 0;
}
.upload-field input[type=file]::file-selector-button:hover {
  background: #091439;
}

#cta {
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  right: 0;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
  text-align: center;
  text-decoration: underline;
  border: none;
  outline: none;
  color: #ffc612;
  background: #0d1c4f;
  font-size: 0.85rem;
  cursor: pointer;
  z-index: 10;
}
#cta:hover {
  color: #ffe8a1;
}
#cta svg {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  fill: currentColor;
}
#cta + header {
  margin-top: 2rem;
}

#intro {
  margin-bottom: 0;
}
#intro > div {
  padding-bottom: 0;
}
#intro h1 {
  margin-bottom: 1em;
}
#intro h2 {
  font-weight: 500;
}
#intro a {
  text-decoration: none;
}
#intro a:first-of-type {
  margin-top: 10px;
}
#intro div:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 500px) {
  #intro {
    margin-bottom: 10px;
  }
}

.how-it-works {
  text-align: center;
}

.carousel, .static-example {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel > div, .static-example > div {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  left: 0;
  transition: left 0.5s ease-in-out;
}
.carousel section > div > button, .static-example section > div > button {
  position: absolute;
  width: 45px;
  height: auto;
  margin-top: 50px;
  padding: 10px;
  z-index: 4;
  background: none;
  border: none;
  outline: none;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box;
}
.carousel section > div > button:first-of-type, .static-example section > div > button:first-of-type {
  left: 5px;
}
.carousel section > div > button:last-of-type, .static-example section > div > button:last-of-type {
  right: 5px;
}
.carousel section > div > button svg, .static-example section > div > button svg {
  fill: none;
  stroke: #aaa;
  stroke-width: 4;
  stroke-linecap: round;
}

#example-carousel > div {
  width: 300%;
}
#example-carousel h2 {
  font-weight: 500;
}

#example-carousel section > div, .static-example section > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  border-radius: 0 var(--extraPadding, 80px);
  background: transparent linear-gradient(-136deg, #fff 0%, 35%, #ededed 100%);
}
#example-carousel section > div > picture, .static-example section > div > picture {
  display: block;
}
#example-carousel section > div > picture img, .static-example section > div > picture img {
  display: block;
  height: 100%;
}
#example-carousel section > div > picture:first-of-type, .static-example section > div > picture:first-of-type {
  position: relative;
  width: 100%;
  height: 350px;
  border-bottom-left-radius: var(--extraPadding, 80px);
  z-index: 1;
  overflow: hidden;
}
#example-carousel section > div > picture:first-of-type img, .static-example section > div > picture:first-of-type img {
  width: 100%;
  object-fit: cover;
  object-position: bottom;
}
#example-carousel section > div > picture:last-of-type, .static-example section > div > picture:last-of-type {
  position: absolute;
  top: 100px;
  left: 50px;
  bottom: 0;
  width: 35%;
  z-index: 2;
}
#example-carousel section > div > picture:last-of-type img, .static-example section > div > picture:last-of-type img {
  position: absolute;
  left: 50%;
  width: auto;
  max-width: 60vw;
  object-fit: contain;
  transform: translateX(-50%);
}
#example-carousel section > div > div, .static-example section > div > div {
  flex: 1 0 auto;
  position: relative;
  width: 65%;
  min-height: 320px;
  margin-left: auto;
  padding: var(--contentPadding, 50px) calc(var(--extraPadding, 80px) * 1.5) var(--contentPadding, 50px) var(--contentPadding, 50px);
  z-index: 3;
  box-sizing: border-box;
}
#example-carousel section > div > div p, .static-example section > div > div p {
  font-size: 0.85rem;
}
#example-carousel section > div > button, .static-example section > div > button {
  top: 300px;
}
#example-carousel section#example-venues > div > picture:first-of-type img, .static-example section#example-venues > div > picture:first-of-type img {
  object-position: center;
}
@media (max-width: 1020px) {
  #example-carousel section > div > picture:first-of-type, .static-example section > div > picture:first-of-type {
    height: 50vw;
  }
  #example-carousel section > div > picture:last-of-type, .static-example section > div > picture:last-of-type {
    top: 10vw;
    bottom: auto;
    left: 0 !important;
    right: 0 !important;
    width: auto;
    height: 50vw;
  }
  #example-carousel section > div > picture:last-of-type img, .static-example section > div > picture:last-of-type img {
    max-width: none;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: none;
  }
  #example-carousel section > div > div, .static-example section > div > div {
    width: 100%;
    min-height: 0;
    padding: 10vw var(--extraPadding, 80px) var(--extraPadding, 80px);
  }
  #example-carousel section > div > button, .static-example section > div > button {
    top: 50vw;
  }
}
@media (max-width: 800px) {
  #example-carousel section > div > picture:last-of-type, .static-example section > div > picture:last-of-type {
    top: 0;
    height: 65vw;
  }
}

#advertising-partners > div {
  min-height: 640px;
  background: transparent linear-gradient(33deg, #ffc612 0%, 54%, #ffe8a1 80%);
  background-position: center center;
  flex-direction: row;
  border-radius: var(--extraPadding, 80px) 0;
}
#advertising-partners > div > div {
  margin: 0 0 0 auto;
}
#advertising-partners > div > div > div h2,
#advertising-partners > div > div > div h3,
#advertising-partners > div > div > div p {
  color: #000;
}
#advertising-partners > div > div > a {
  margin-top: var(--contentPadding, 50px);
}
#advertising-partners > div > picture > img {
  right: 0;
  max-width: 170%;
}
@media (max-width: 1020px) {
  #advertising-partners > div > picture > img {
    right: 10px;
  }
}
@media (max-width: 500px) {
  #advertising-partners > div {
    text-align: right;
  }
}

#advert-intro > div {
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#advert-intro > div > div {
  max-width: 1100px;
}
#advert-intro > div h1 {
  color: white !important;
  font-weight: 500;
  margin-bottom: 0;
}

#distribution-partners > div {
  min-height: 640px;
  background: transparent linear-gradient(44deg, #00b9f1 0%, 54%, #0d1c4f 80%);
  flex-direction: row;
  border-radius: var(--extraPadding, 80px) 0;
}
#distribution-partners > div > div {
  margin: 0 0 0 auto;
}
#distribution-partners > div > div h2, #distribution-partners > div > div h3, #distribution-partners > div > div p {
  color: #fff;
}
#distribution-partners > div > div > a {
  margin-top: var(--contentPadding, 50px);
}
#distribution-partners > div > picture > img {
  right: 0;
  max-width: 170%;
}
@media (max-width: 1020px) {
  #distribution-partners > div > picture > img {
    right: 10px;
  }
}
@media (max-width: 500px) {
  #distribution-partners > div {
    text-align: right;
  }
}

#variable-printing > div {
  background: transparent linear-gradient(-136deg, #fff 0%, 35%, #ededed 100%);
  border-radius: var(--extraPadding, 80px) 0;
  padding: var(--contentPadding, 50px) var(--contentPadding, 50px) 0;
  color: #fff;
}
#variable-printing > div > * {
  position: relative;
  z-index: 2;
}
#variable-printing > div::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 400px;
  background: #0d1c4f;
  border-radius: 0 0 var(--extraPadding, 80px) 0;
  z-index: 1;
}
#variable-printing > div > p {
  font-size: 0.86rem;
}
#variable-printing > div figure {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  align-items: center;
  height: 650px;
  padding: 0;
}
#variable-printing > div figure picture {
  position: relative;
  height: 95%;
}
#variable-printing > div figure picture:nth-child(2) {
  height: 100%;
}
#variable-printing > div figure img {
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}
@media (max-width: 800px) {
  #variable-printing > div {
    padding: var(--contentPadding, 50px) var(--contentPadding, 50px) 0;
  }
  #variable-printing > div::before {
    bottom: calc(75vw - 150px);
  }
  #variable-printing > div figure {
    height: 75vw;
    margin: var(--contentPadding, 50px) calc(var(--contentPadding, 50px) * -1) 0;
  }
}
@media (max-width: 500px) {
  #variable-printing > div::before {
    border-radius: 0 50px;
  }
}

#powered-by-tetrapak h2, #powered-by-tetrapak h3 {
  font-weight: 500;
}
#powered-by-tetrapak > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--contentPadding, 50px);
  padding: var(--contentPadding, 50px) 0 var(--contentPadding, 50px) 0;
}
#powered-by-tetrapak > div > img {
  flex: 1 1 auto;
  width: 0;
  height: auto;
}
#powered-by-tetrapak > div > div {
  flex: 0 0 auto;
  width: 530px;
  max-width: 100%;
}
#powered-by-tetrapak > div p, #powered-by-tetrapak > div ul li {
  font-size: 0.86rem;
}
#powered-by-tetrapak > div ul {
  list-style: outside disc;
  margin: 0;
  padding: 0 0 0 1rem;
}
#powered-by-tetrapak > div ul li {
  margin: 0.5rem 0;
  padding: 0;
}
@media (max-width: 1020px) {
  #powered-by-tetrapak > div {
    flex-direction: column-reverse;
    padding-bottom: var(--extraPadding, 80px);
  }
  #powered-by-tetrapak > div > img {
    width: 100%;
    max-width: 400px;
  }
  #powered-by-tetrapak > div > div {
    width: 760px;
  }
}

#sustainability {
  margin-bottom: 0;
}
#sustainability > div {
  padding: 0;
}

#sustainability-title > div {
  padding: var(--contentPadding, 50px) var(--extraPadding, 80px) 0 var(--extraPadding, 80px);
  text-align: center;
}
#sustainability-title > div > h1 {
  font-weight: 500;
  margin: 0;
}
#sustainability-title > div > h1:first-of-type {
  color: white;
}
#sustainability-title > div > h1:last-of-type {
  color: #0d1c4f;
}

#loading-indicator {
  display: none;
}
body.loading #loading-indicator {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  z-index: 15;
  border-radius: inherit;
}
#loading-indicator img {
  width: 100px;
  height: 100px;
}

#contact {
  overflow: visible;
}
#contact > div {
  padding-top: var(--contentPadding, 50px);
  overflow: visible;
  width: 100%;
  background: transparent linear-gradient(90deg, #00b9f1 0%, 54%, #99E3FA 80%);
  border-radius: 0 var(--extraPadding, 80px);
}
#contact > div > h1 {
  font-weight: 500;
}
#contact > div > h2,
#contact > div > p {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#contact > div > p {
  font-size: 0.9rem;
}
#contact > div .success {
  font-weight: 600;
}
#contact > div .success:not(.show) {
  display: none;
}
#contact form {
  position: relative;
  display: block;
  max-width: 500px;
  margin: 0 auto 0;
  padding: 0 var(--contentPadding, 50px) 0;
  color: #0d1c4f;
  border-radius: var(--extraPadding, 80px) 0;
}
#contact form.hide {
  display: none;
}
#contact form h1 {
  margin: 0 0 1em;
  font-weight: 500;
  max-width: 900px;
  color: #0d1c4f;
}
#contact form .error {
  font-size: 0.8rem;
}
#contact form .error:not(.show) {
  display: none;
}
#contact form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact form ul li {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0;
}
#contact form ul li.error {
  background: #ff9999;
  border: 1px solid #ff0000;
  margin-bottom: var(--contentPadding, 50px);
  padding: 0.5em;
  color: #000;
}
#contact form ul li > .error {
  color: #ff0000;
}
#contact form,
#contact form ul,
#contact form li,
#contact form label,
#contact form input,
#contact form select {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#contact form label {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
#contact form textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: inherit;
  font-family: inherit;
  resize: vertical;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#contact form input,
#contact form select,
#contact form button,
#contact form .select > .selected {
  outline: none;
  color: #000;
  border-radius: 5px;
  border: 2px solid transparent;
}
#contact form input,
#contact form select,
#contact form .select > .selected {
  height: 1.8rem;
  line-height: calc(1.8rem - 4px);
  padding: 0 0.5em;
  background: #fff;
  font-size: 0.8rem;
}
#contact form input:focus,
#contact form select:focus,
#contact form .select:focus > .selected {
  border-color: #00b9f1;
}
#contact form select,
#contact form option,
#contact form button {
  cursor: pointer;
}
#contact form button {
  display: block;
  width: auto;
  margin: var(--contentPadding, 50px) auto 0;
  line-height: 2rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  background: #0d1c4f;
  color: #99E3FA;
  border-radius: 12px 0;
  padding: 0.25rem var(--contentPadding, 50px);
}
#contact form button:focus {
  border-color: #fff;
}
#contact form small {
  position: absolute;
  left: var(--contentPadding, 50px);
  right: var(--contentPadding, 50px);
  font-size: 0.5rem;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
#contact form small a {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1020px) {
  #contact form {
    padding-bottom: var(--extraPadding, 80px);
  }
  #contact form h2 {
    text-align: center;
  }
}
@media (max-width: 500px) {
  #contact form {
    margin: 0 calc(var(--contentPadding, 50px) * -1);
    box-sizing: content-box;
  }
}

#signup-contact {
  overflow: visible;
}
#signup-contact > div {
  padding: 0;
  overflow: visible;
  width: 100%;
}
#signup-contact > div > h2, #signup-contact > div > p {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#signup-contact > div > p {
  font-size: 0.9rem;
}
#signup-contact > div .success {
  font-weight: 600;
}
#signup-contact > div .success:not(.show) {
  display: none;
}
#signup-contact form {
  position: relative;
  display: block;
  max-width: 500px;
  margin: var(--extraPadding, 80px) auto 0;
  padding: var(--contentPadding, 50px);
  background: #0d1c4f;
  color: #00b9f1;
  border-radius: var(--extraPadding, 80px) 0;
}
#signup-contact form.hide {
  display: none;
}
#signup-contact form h2 {
  margin: 0 0 1em;
}
#signup-contact form .error {
  font-size: 0.8rem;
}
#signup-contact form .error:not(.show) {
  display: none;
}
#signup-contact form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#signup-contact form ul li {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0;
}
#signup-contact form ul li.error {
  background: #ff9999;
  border: 1px solid #ff0000;
  margin-bottom: var(--contentPadding, 50px);
  padding: 0.5em;
  color: #000;
}
#signup-contact form ul li > .error {
  color: #ff0000;
}
#signup-contact form, #signup-contact form ul, #signup-contact form li, #signup-contact form label, #signup-contact form input, #signup-contact form select, #signup-contact form button {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#signup-contact form label {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
#signup-contact form input, #signup-contact form select, #signup-contact form button, #signup-contact form .select > .selected {
  outline: none;
  color: #000;
  border-radius: 5px;
  border: 2px solid transparent;
}
#signup-contact form input, #signup-contact form select, #signup-contact form .select > .selected {
  height: 1.8rem;
  line-height: calc(1.8rem - 4px);
  padding: 0 0.5em;
  background: #fff;
  font-size: 0.8rem;
}
#signup-contact form input:focus, #signup-contact form select:focus, #signup-contact form .select:focus > .selected {
  border-color: #00b9f1;
}
#signup-contact form select, #signup-contact form option, #signup-contact form button {
  cursor: pointer;
}
#signup-contact form button {
  margin-top: var(--contentPadding, 50px);
  line-height: 2rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  background: #00b9f1;
  color: #0d1c4f;
}
#signup-contact form button:focus {
  border-color: #fff;
}
#signup-contact form small {
  position: absolute;
  left: var(--contentPadding, 50px);
  right: var(--contentPadding, 50px);
  bottom: 0.5rem;
  font-size: 0.5rem;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
#signup-contact form small a {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1020px) {
  #signup-contact form {
    padding-bottom: var(--extraPadding, 80px);
  }
  #signup-contact form h2 {
    text-align: center;
  }
}
@media (max-width: 500px) {
  #signup-contact form {
    box-sizing: content-box;
  }
  body:not(.page-signup) #signup-contact form {
    margin: 0 calc(var(--contentPadding, 50px) * -1);
  }
  body.page-signup #signup-contact form {
    margin: var(--extraPadding, 80px) calc(var(--contentPadding, 50px) * -1);
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

#messaging-response {
  text-align: center;
  background: transparent linear-gradient(43deg, #00b9f1 0%, 54%, #99E3FA 80%);
}
#messaging-response > div {
  padding: var(--contentPadding, 50px) 0;
}
#messaging-response > div h1 {
  max-width: 800px;
  margin: 0 auto var(--contentPadding, 50px);
  line-height: 1.2em;
}
#messaging-response > div ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--contentPadding, 50px);
  max-width: 900px;
  margin: 0 auto var(--contentPadding, 50px);
  padding: 0;
}
#messaging-response > div ul li {
  margin: 0;
  padding: 0;
}
#messaging-response > div h4 {
  margin: 0;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1em;
  color: #fff;
}
#messaging-response > div p {
  max-width: 200px;
  margin: 1em auto;
  font-size: 0.6667rem;
  font-weight: 700;
  line-height: 1.2em;
  color: #0d1c4f;
}
#messaging-response > div p i {
  display: block;
  font-style: italic;
  font-weight: 300;
}
#messaging-response > div small {
  font-size: 0.6rem;
  font-style: italic;
}
@media (max-width: 800px) {
  #messaging-response > div h4 {
    font-size: 3rem;
  }
}
@media (max-width: 600px) {
  #messaging-response > div h1 {
    font-size: 1.5rem;
  }
  #messaging-response > div h4 {
    font-size: 2.5rem;
  }
}
@media (max-width: 500px) {
  #messaging-response > div ul {
    grid-template-columns: 1fr;
    max-width: 200px;
  }
}

.rotating-cols {
  position: relative;
  display: grid;
  grid-template-columns: 310px auto 310px;
  gap: 20px;
  justify-content: space-between;
}
.rotating-cols h2 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.rotating-cols p {
  margin: 0;
}
.rotating-cols video {
  width: auto;
  height: 100%;
  min-height: 0;
  max-height: 700px;
  flex: 1 1 auto;
  clip-path: fill-box;
  border-radius: 1px;
}
.rotating-cols > div {
  position: relative;
  box-sizing: border-box;
}
.rotating-cols > div:first-of-type, .rotating-cols > div:last-of-type {
  padding: var(--contentPadding, 50px) 0;
  z-index: 2;
}
.rotating-cols > div:first-of-type p {
  line-height: 1.4em;
}
.rotating-cols > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  z-index: 1;
}
.rotating-cols > div:last-of-type p, .rotating-cols > div:last-of-type ul ul li {
  font-size: 0.76rem;
  line-height: 1.2em;
}
.rotating-cols > div ul {
  margin: 0;
  padding: 0;
}
.rotating-cols > div ul li {
  padding: 0;
}
.rotating-cols > div > ul {
  list-style: none;
  display: block;
}
.rotating-cols > div > ul > li {
  margin: 0 0 var(--contentPadding, 50px) 0;
}
.rotating-cols > div > ul ul {
  list-style: outside disc;
}
.rotating-cols > div > ul ul li {
  margin: 0 0 0.5em 1em;
}
.rotating-cols > div > ul ul ul {
  list-style-type: square;
  padding-top: 0.5em;
}
.rotating-cols img {
  width: auto;
  height: 670px;
  max-height: 100vh;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .rotating-cols video {
    max-height: 500px;
  }
  .rotating-cols > div:nth-of-type(2) {
    max-width: 198px;
  }
}
@media (max-width: 1020px) {
  .rotating-cols {
    grid-template-columns: auto minmax(200px, 300px);
  }
  .rotating-cols > div:first-of-type {
    min-width: 480px;
  }
  .rotating-cols > div:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .rotating-cols > div:last-of-type {
    margin-right: -10px;
  }
  .rotating-cols > div > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--contentPadding, 50px);
  }
  .rotating-cols > div > ul li {
    margin-bottom: 0;
  }
  .rotating-cols > div > ul li p {
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .rotating-cols {
    grid-template-columns: auto 200px;
    align-items: center;
  }
  .rotating-cols > div:first-of-type {
    min-width: 200px;
  }
  .rotating-cols > div:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .rotating-cols > div:last-of-type {
    grid-column: 1/3;
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .rotating-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .rotating-cols > div:nth-of-type(2) {
    width: 200px;
    margin: 0 auto;
    order: -1;
  }
  .rotating-cols > div > ul {
    display: block;
  }
  .rotating-cols > div > ul li {
    margin-bottom: var(--contentPadding, 50px);
  }
}

#advertiser-video > div {
  padding: 0;
}
#advertiser-video > div video {
  width: 100%;
  height: auto;
  border-radius: 0 50px;
}
#advertiser-video + #intro > div {
  padding-top: 0;
}
#advertiser-video + #intro > div > h1 {
  margin-top: 0;
}

.water-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 50px 0 50px 0;
  padding: 0 !important;
}
.water-banner picture, .water-banner img {
  width: 100%;
  height: 100%;
  max-height: 450px;
  object-fit: cover;
  object-position: bottom;
  display: block;
}
.water-banner .overlay-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding-top: 12%;
  color: #fff;
  z-index: 2;
}
@media (max-width: 1020px) {
  .water-banner .overlay-text {
    padding-top: 8%;
  }
}
.water-banner .overlay-text h2 {
  font-weight: 500;
}
.water-banner .overlay-text p {
  margin-top: 0;
}

#water-source {
  max-width: 100%;
}
#water-source > div {
  padding-left: 0;
  padding-right: 0;
}

#our-program > div {
  padding: 0;
}
#our-program > div > footer:last-of-type {
  text-align: center;
  width: 95%;
  padding: 0;
  position: relative;
  transform: translateY(-75%);
  margin-bottom: 0;
  z-index: 2;
}
@media (max-width: 1020px) {
  #our-program > div > footer:last-of-type {
    padding: 0 10px;
  }
}

.our-program-box {
  width: 100%;
  padding: 10px 0 10px;
  background: transparent linear-gradient(33deg, #ffc612 0%, 54%, #ffe8a1 80%);
  background-position: center center;
  border-radius: var(--extraPadding, 80px) 0;
  text-align: center;
}
.our-program-box h1 {
  color: #0d1c4f;
  font-weight: 500;
  padding-bottom: var(--contentPadding, 20px);
}
.our-program-box > div {
  padding: var(--contentPadding, 20px) 0 0;
}
@media (max-width: 1020px) {
  .our-program-box > div {
    padding: var(--contentPadding, 20px) var(--contentPadding, 20px) auto;
  }
}
.our-program-box > div h2 {
  color: #000;
  font-weight: 500;
}
.our-program-box > div:first-of-type {
  padding-top: 0;
}
.our-program-box > div:last-of-type {
  padding-bottom: var(--contentPadding, 50px);
}
@media (max-width: 800px) {
  .our-program-box > div:last-of-type {
    padding-bottom: var(--extraPadding, 80px);
  }
}

#self-promotion-partners > div {
  min-height: 600px;
  flex-direction: row-reverse;
  background: transparent linear-gradient(136deg, #00b9f1 0%, 54%, #0d1c4f 80%);
  border-radius: 0 var(--extraPadding, 80px);
}
#self-promotion-partners > div > picture > img {
  right: -15%;
  top: 5%;
  max-width: 150%;
  height: 110%;
}
@media (max-width: 1020px) {
  #self-promotion-partners > div > picture > img {
    left: 10px;
  }
}

#adreach-delivers {
  width: 100%;
  text-align: center;
}
#adreach-delivers > div {
  padding: var(--contentPadding, 50px) var(--extraPadding, 80px);
  background: transparent linear-gradient(180deg, #fff 0%, 35%, #ededed 100%);
  width: 100%;
  border-radius: 0 0 var(--extraPadding, 80px) 0;
}
#adreach-delivers h1 {
  font-weight: 500;
}
#adreach-delivers h2 {
  color: #0d1c4f;
  margin-bottom: 20px;
}

.adreach-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--contentPadding, 50px);
}
@media (max-width: 800px) {
  .adreach-container {
    grid-template-columns: 1fr;
  }
}
.adreach-container > div:first-of-type {
  border-top-left-radius: var(--extraPadding, 80px);
}
.adreach-container > div:last-of-type {
  border-bottom-right-radius: var(--extraPadding, 80px);
}

.adreach-box {
  background: #00b9f1;
  padding: var(--contentPadding, 50px);
}
.adreach-box h2 {
  min-height: 2.4em;
}

#adreach-info > div {
  padding: 0;
}

.adreach-info-box {
  padding: var(--contentPadding, 20px) var(--contentPadding, 50px);
  background: transparent linear-gradient(33deg, #ffc612 0%, 54%, #ffe8a1 80%);
  background-position: center center;
  border-radius: var(--extraPadding, 80px) 0;
  text-align: center;
}
.adreach-info-box h1 {
  color: #0d1c4f;
}
.adreach-info-box h2 {
  color: #000;
}
.adreach-info-box h1,
.adreach-info-box h2 {
  font-weight: 500;
}
.adreach-info-box p {
  margin: 0 0 2rem;
}
@media (max-width: 1020px) {
  .adreach-info-box {
    margin-bottom: 50px;
  }
}

.adreach-info-stats {
  text-align: center;
  background: transparent linear-gradient(43deg, #00b9f1 0%, 54%, #99E3FA 80%);
  margin-top: -200px;
  z-index: -1;
  margin-bottom: 150px;
  padding: 150px 0 0;
}
.adreach-info-stats > div {
  padding: var(--contentPadding, 50px) 0;
}
.adreach-info-stats > div hr {
  border: 0;
  height: 1px;
  background: #0d1c4f;
  margin: var(--contentPadding, 50px) auto;
  width: 1100px;
}
.adreach-info-stats > div > h1:first-of-type {
  color: white;
  font-weight: 500;
  max-width: 1100px;
}
.adreach-info-stats > div h1 {
  max-width: 800px;
  margin: 0 auto var(--contentPadding, 50px);
  line-height: 1.2em;
}
.adreach-info-stats > div ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--contentPadding, 50px);
  max-width: 900px;
  margin: 0 auto var(--contentPadding, 50px);
  padding: 0;
}
.adreach-info-stats > div ul li {
  margin: 0;
  padding: 0;
}
.adreach-info-stats > div h4 {
  margin: 0;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1em;
  color: #fff;
}
.adreach-info-stats > div p {
  max-width: 200px;
  margin: 1em auto;
  font-size: 0.6667rem;
  font-weight: 700;
  line-height: 1.2em;
  color: #0d1c4f;
}
.adreach-info-stats > div p i {
  display: block;
  font-style: italic;
  font-weight: 300;
}
.adreach-info-stats > div small {
  font-size: 0.6rem;
  font-style: italic;
}
@media (max-width: 800px) {
  .adreach-info-stats > div h4 {
    font-size: 3rem;
  }
}
@media (max-width: 600px) {
  .adreach-info-stats > div h1 {
    font-size: 1.5rem;
  }
  .adreach-info-stats > div h4 {
    font-size: 2.5rem;
  }
}
@media (max-width: 500px) {
  .adreach-info-stats > div ul {
    grid-template-columns: 1fr;
    max-width: 200px;
  }
}
.adreach-info-stats > footer:last-of-type {
  padding: 0;
  position: relative;
  transform: translateY(50%);
  margin-bottom: 0;
  z-index: 2;
}
@media (max-width: 500px) {
  .adreach-info-stats > footer:last-of-type {
    padding: 0 25px;
  }
}

#adreach-proposition-value {
  padding: var(--contentPadding, 50px) 0 0;
  margin-bottom: 0;
  max-width: 1100px;
  margin: 0 var(--contentPadding, 50px);
}
@media (max-width: 1020px) {
  #adreach-proposition-value {
    padding: var(--contentPadding, 50px) var(--contentPadding, 50px) 0;
  }
}
#adreach-proposition-value > div {
  background: url("../../../assets/background-resa.webp") center/cover no-repeat;
  background-size: 250%;
  background-position: 46% 75%;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  border-radius: 0 50px 0 var(--extraPadding, 80px);
  width: 100%;
  max-width: none;
  text-align: left;
  padding-left: var(--contentPadding, 50px);
  z-index: 2;
}
@media (max-width: 500px) {
  #adreach-proposition-value > div {
    background-position: 25% 25%;
    background-size: auto;
  }
}
#adreach-proposition-value > div > div {
  width: 60%;
  padding-top: 0;
}
@media (max-width: 1100px) {
  #adreach-proposition-value > div > div {
    width: 70%;
  }
}
@media (max-width: 1020px) {
  #adreach-proposition-value > div > div {
    margin-right: var(--extraPadding, 80px);
  }
}
@media (max-width: 500px) {
  #adreach-proposition-value > div > div {
    width: 100%;
    background-position: 0% 25%;
  }
}
#adreach-proposition-value > div h1 {
  color: #fff;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 800px) {
  #adreach-proposition-value > div h1 {
    font-size: 1.3rem;
  }
}

.bullet-points li span {
  font-weight: bold;
}

.bullet-points ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bullet-points ul li {
  position: relative;
  padding-left: 1.25em;
}
.bullet-points ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.6em;
  border-color: transparent transparent transparent #00b9f1;
}
@media (max-width: 800px) {
  .bullet-points ul li {
    margin-bottom: 0.5rem;
  }
}

.floating-btn {
  position: relative;
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
}

.proposition-button {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#upgrade > div {
  padding-top: 0;
  display: flex;
  align-items: center;
  min-height: 600px;
  flex-direction: row-reverse;
  background: transparent linear-gradient(180deg, #fff 0%, 35%, #ededed 100%);
  border-radius: var(--extraPadding, 80px) 0;
}
#upgrade > div > div > h1 {
  color: #00b9f1;
  font-weight: 500;
}
#upgrade > div > div > ul {
  list-style: none;
  padding-left: 0;
}
#upgrade > div > div > ul > li {
  position: relative;
  padding-left: 1.5em;
}
#upgrade > div > div > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.6em;
  border-color: transparent transparent transparent #00b9f1;
}
#upgrade > div > div > * {
  text-align: left;
}
#upgrade > div > picture > img {
  flex-shrink: 0;
  left: 0;
  max-width: 130%;
}
@media (max-width: 1020px) {
  #upgrade > div {
    flex-direction: column-reverse;
    align-items: center;
  }
  #upgrade > div > picture {
    max-width: 400px;
  }
  #upgrade > div > picture > img {
    left: 10px;
    max-width: 400px;
  }
}
@media (max-width: 800px) {
  #upgrade > div > picture {
    display: none;
  }
}

#amplify {
  margin-bottom: 0;
}
#amplify::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -50px;
  height: var(--promoHeroOverlap, 20vw);
  background: linear-gradient(to bottom, #ededed, #fff);
  z-index: -1;
}
@media (max-width: 1100px) {
  #amplify::after {
    bottom: -100px;
  }
}
@media (max-width: 1020px) {
  #amplify::after {
    bottom: 0px;
  }
}
#amplify > div {
  padding-top: 0;
  display: flex;
  min-height: 600px;
  flex-direction: row-reverse;
  border-radius: 0 var(--extraPadding, 80px);
}
#amplify > div > div {
  padding-top: var(--contentPadding, 50px);
}
#amplify > div > div > * {
  text-align: left;
}
#amplify > div > div > ul {
  list-style: none;
  padding-left: 0;
}
#amplify > div > div > ul > li {
  position: relative;
  padding-left: 1.5em;
}
#amplify > div > div > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.6em;
  border-color: transparent transparent transparent #00b9f1;
}
#amplify > div > picture {
  flex-shrink: 0;
  max-width: 400px;
  transform: translateX(-15%);
}
#amplify > div > picture > img {
  left: 0;
  max-width: 150%;
}
@media (max-width: 1020px) {
  #amplify > div {
    flex-direction: column-reverse;
    align-items: center;
  }
  #amplify > div > picture {
    max-width: 400px;
  }
  #amplify > div > picture > img {
    left: 10px;
    max-width: 400px;
  }
}
@media (max-width: 800px) {
  #amplify > div > picture {
    display: none;
  }
}

#how-its-made > div {
  padding: 0;
}
#how-its-made > div > figure {
  background: transparent linear-gradient(-136deg, #fff 0%, 35%, #ededed 100%);
  border-radius: 0 var(--extraPadding, 80px);
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 0 auto;
  padding: var(--contentPadding, 50px);
  overflow: visible;
}
#how-its-made > div > figure h2 {
  font-weight: 500;
  padding-bottom: var(--contentPadding, 50px);
}
#how-its-made > div > figure ul {
  list-style: none;
  display: block;
  margin: 0;
  counter-reset: carton;
}
#how-its-made > div > figure li {
  counter-increment: carton;
  position: relative;
}
#how-its-made > div > figure li::before {
  content: counter(carton);
  position: absolute;
  display: block;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  color: #0d1c4f;
  background: #ffc612;
  border-radius: 50%;
  box-sizing: border-box;
}
#how-its-made > div > figure > figcaption {
  flex: 1 1 auto;
  position: relative;
  max-width: 100%;
  z-index: 2;
  padding: var(--contentPadding, 50px);
}
#how-its-made > div > figure > figcaption ul {
  padding: 0 0 var(--contentPadding, 50px);
}
#how-its-made > div > figure > figcaption li, #how-its-made > div > figure > figcaption small {
  padding: 0 0 0 calc(var(--contentPadding, 50px) + 10px);
}
#how-its-made > div > figure > figcaption li {
  font-size: 0.86rem;
}
#how-its-made > div > figure > figcaption li:first-child {
  margin: 0;
}
#how-its-made > div > figure > figcaption li::before {
  top: 0;
}
#how-its-made > div > figure > figcaption small {
  display: block;
  font-size: 9px;
}
#how-its-made > div > figure > div {
  flex: 0 0 auto;
  position: relative;
  width: 300px;
  height: 680px;
  z-index: 1;
}
#how-its-made > div > figure > div ul {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
#how-its-made > div > figure > div li {
  margin: 0;
  padding: 0;
}
#how-its-made > div > figure > div li::before {
  top: 0;
  transform: translate(-50%, -50%);
}
#how-its-made > div > figure > div li:nth-child(1) {
  left: 23%;
  top: 39%;
}
#how-its-made > div > figure > div li:nth-child(2) {
  left: 23%;
  top: 78%;
}
#how-its-made > div > figure > div li:nth-child(3) {
  left: 78%;
  top: 77%;
}
#how-its-made > div > figure > div li:nth-child(4) {
  left: 78%;
  top: 66%;
}
#how-its-made > div > figure img {
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  height: 93%;
  transform: translateX(-50%);
}
@media (max-width: 1020px) {
  #how-its-made > div > figure {
    align-items: center;
  }
  #how-its-made > div > figure > figcaption li, #how-its-made > div > figure > figcaption small {
    padding-left: calc(var(--contentPadding, 50px) + 2rem);
  }
  #how-its-made > div > figure > div {
    top: -20px;
  }
}
@media (max-width: 800px) {
  #how-its-made > div > figure > div {
    top: 0;
    width: 200px;
    height: 400px;
    margin: 0;
  }
  #how-its-made > div > figure > div li:nth-child(1) {
    left: 30%;
  }
  #how-its-made > div > figure > div li:nth-child(2) {
    left: 25%;
  }
  #how-its-made > div > figure > div li:nth-child(3), #how-its-made > div > figure > div li:nth-child(4) {
    left: 77%;
  }
}
@media (max-width: 600px) {
  #how-its-made > div > figure {
    flex-direction: column-reverse;
  }
  #how-its-made > div > figure > figcaption {
    padding: 0 0 var(--contentPadding, 50px);
  }
  #how-its-made > div > figure > figcaption ul {
    width: 100%;
  }
  #how-its-made > div > figure > div {
    margin: var(--contentPadding, 50px) auto 0;
  }
}

#sustain {
  margin-bottom: 0;
}
#sustain > div {
  background: transparent linear-gradient(-136deg, #fff 0%, 35%, #ededed 100%);
  border-radius: 0 var(--extraPadding, 80px);
  padding: 0;
}
#sustain > div > h2 {
  margin: 0;
  padding: var(--contentPadding, 50px) var(--extraPadding, 80px) var(--extraPadding, 80px) var(--contentPadding, 50px);
  background: #00b9f1;
  color: #0d1c4f;
}
@media (max-width: 800px) {
  #sustain > div > h2 {
    padding-bottom: var(--contentPadding, 50px);
  }
}
#sustain > div > figure {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 0 auto;
  padding: 0 var(--contentPadding, 50px);
  overflow: visible;
}
#sustain > div > figure ul {
  list-style: none;
  display: block;
  margin: 0;
  counter-reset: carton;
}
#sustain > div > figure li {
  counter-increment: carton;
  position: relative;
}
#sustain > div > figure li::before {
  content: counter(carton);
  position: absolute;
  display: block;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  color: #0d1c4f;
  background: #ffc612;
  border-radius: 50%;
  box-sizing: border-box;
}
#sustain > div > figure > figcaption {
  flex: 1 1 auto;
  position: relative;
  max-width: 100%;
  z-index: 2;
  padding: var(--contentPadding, 50px);
}
#sustain > div > figure > figcaption ul {
  padding: 0 0 var(--contentPadding, 50px);
}
#sustain > div > figure > figcaption li, #sustain > div > figure > figcaption small {
  padding: 0 0 0 calc(var(--contentPadding, 50px) + 10px);
}
#sustain > div > figure > figcaption li {
  margin: 1em 0 0;
  font-size: 0.86rem;
}
#sustain > div > figure > figcaption li:first-child {
  margin: 0;
}
#sustain > div > figure > figcaption li::before {
  top: 0;
}
#sustain > div > figure > figcaption small {
  display: block;
  font-size: 9px;
}
#sustain > div > figure > div {
  flex: 0 0 auto;
  position: relative;
  top: -10px;
  width: 300px;
  height: 680px;
  margin: calc(var(--extraPadding, 80px) * -1) var(--contentPadding, 50px) calc(var(--extraPadding, 80px) * -1) 0;
  z-index: 1;
}
#sustain > div > figure > div ul {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
#sustain > div > figure > div li {
  margin: 0;
  padding: 0;
}
#sustain > div > figure > div li::before {
  top: 0;
  transform: translate(-50%, -50%);
}
#sustain > div > figure > div li:nth-child(1) {
  left: 23%;
  top: 39%;
}
#sustain > div > figure > div li:nth-child(2) {
  left: 23%;
  top: 78%;
}
#sustain > div > figure > div li:nth-child(3) {
  left: 78%;
  top: 77%;
}
#sustain > div > figure > div li:nth-child(4) {
  left: 78%;
  top: 66%;
}
#sustain > div > figure img {
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  height: 88%;
  transform: translateX(-50%);
}
@media (max-width: 1020px) {
  #sustain > div > figure {
    align-items: center;
  }
  #sustain > div > figure > figcaption li, #sustain > div > figure > figcaption small {
    padding-left: calc(var(--contentPadding, 50px) + 2rem);
  }
  #sustain > div > figure > div {
    top: -20px;
  }
}
@media (max-width: 800px) {
  #sustain > div > figure > div {
    top: 0;
    width: 200px;
    height: 400px;
    margin: 0;
  }
  #sustain > div > figure > div li:nth-child(1) {
    left: 30%;
  }
  #sustain > div > figure > div li:nth-child(2) {
    left: 25%;
  }
  #sustain > div > figure > div li:nth-child(3), #sustain > div > figure > div li:nth-child(4) {
    left: 77%;
  }
}
@media (max-width: 600px) {
  #sustain > div > figure {
    flex-direction: column-reverse;
  }
  #sustain > div > figure > figcaption {
    padding: 0 0 var(--contentPadding, 50px);
  }
  #sustain > div > figure > figcaption ul {
    width: 100%;
  }
  #sustain > div > figure > div {
    margin: var(--contentPadding, 50px) auto 0;
  }
}

body.page-privacy main > section > div, body.page-terms main > section > div {
  background: transparent linear-gradient(-136deg, #fff 0%, 35%, #ededed 100%);
  border-bottom-left-radius: var(--extraPadding, 80px);
}
body.page-privacy main > section > div > header, body.page-terms main > section > div > header {
  margin-bottom: var(--contentPadding, 50px);
}
body.page-privacy main > section > div a, body.page-terms main > section > div a {
  text-decoration: underline;
}
body.page-privacy main > section > div h3, body.page-terms main > section > div h3 {
  margin: 1em 0 0.25em;
}
body.page-privacy main > section > div h3 + p, body.page-terms main > section > div h3 + p {
  margin-top: 0;
}
body.page-privacy main > section > div ol, body.page-terms main > section > div ol {
  list-style: outside decimal;
  max-width: 750px;
  padding-left: 3em;
  margin: -0.75em 0 var(--contentPadding, 50px);
}
body.page-privacy main > section > div ol li, body.page-terms main > section > div ol li {
  margin: 0 0 0.5em;
}
body.page-privacy main > section > div address, body.page-terms main > section > div address {
  font-style: normal;
  line-height: 1.25em;
  margin: 1em 0;
  padding: 0 0 0 1em;
  border-left: 2px solid #000;
}
body.page-privacy main > section > div address p, body.page-terms main > section > div address p {
  margin-top: 0.5em;
}

body.page-terms #container > main > header, body.page-privacy #container > main > header {
  padding-bottom: 0;
  text-align: center;
}
body.page-terms #container > main > header, body.page-terms #container > main > header > h1, body.page-terms #container > main > header > p, body.page-privacy #container > main > header, body.page-privacy #container > main > header > h1, body.page-privacy #container > main > header > p {
  opacity: 1;
  animation: none;
}
body.page-terms #container > main > header > h1, body.page-terms #container > main > header > p, body.page-privacy #container > main > header > h1, body.page-privacy #container > main > header > p {
  margin: 0;
}
body.page-terms #container > main > section > div h1, body.page-terms #container > main > section > div h2, body.page-terms #container > main > section > div h3, body.page-terms #container > main > section > div p, body.page-privacy #container > main > section > div h1, body.page-privacy #container > main > section > div h2, body.page-privacy #container > main > section > div h3, body.page-privacy #container > main > section > div p {
  text-align: left;
}
body.page-terms #container > main > section > div h2, body.page-privacy #container > main > section > div h2 {
  margin-top: 2rem;
}
body.page-terms #container > main > section > div h3, body.page-privacy #container > main > section > div h3 {
  margin: 1rem 0 0;
}
body.page-terms #container > main > section > div h3 + p, body.page-privacy #container > main > section > div h3 + p {
  margin-top: 0.5rem;
}
body.page-terms #container > main ol, body.page-privacy #container > main ol {
  list-style: outside decimal;
  margin: -0.5rem 0 1rem;
  padding: 0 0 0 1.5rem;
}
body.page-terms #container > main address, body.page-privacy #container > main address {
  font-style: normal;
  padding-left: 1rem;
  border-left: 3px solid currentColor;
}
body.page-terms .triangle.backdrop, body.page-privacy .triangle.backdrop {
  opacity: 0.5;
}

body.page-404 main > section {
  height: 100%;
}
body.page-404 main > section > div {
  height: 100%;
  text-align: center;
}

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