html {
  -webkit-text-size-adjust: 100%;
}
body {
  padding: 0;
  margin: 0;
}
figure {
  padding: 0;
  margin: 0;
}
/*	This file is for mixins for the buttons */
/**/
/*	Figma link: https://www.figma.com/design/YZPN5T0xRmLYpz4vy1DDzI/BSP-Software-Engineer-Design-for-Build?node-id=4716-407588&t=4JgF0xSHuaytVGiv-0	*/
/*	When you click on a button in Figma, you will see the following properties		*/
/**/
/*	Property		Values					*/
/*	-------------------------------------	*/
/*	State			Default, Hover			*/
/*	Prefix			off, on					*/
/*	Suffix			off, on					*/
/*	Size			Medium, Large, Small	*/
/*	Button Type		Primary, Secondary		*/
/**/
/*	To construct the mixin for the layout, read the button properties within figma		*/
/*		button-on-on-small-secondary						*/
/*		  |    |  |    |      |								*/
/*		  |    |  |    |      +-- Button Type				*/
/*		  |    |  |    +--------- Size						*/
/*		  |    |  +-------------- Suffix					*/
/*		  |    +----------------- Prefix					*/
/*		  +---------------------- always "button"			*/
/**/
/*	To construct the mixin for the colours, read the button properties within figma		*/
/*		button-colour-primary-default						*/
/*		      |          |       |							*/
/*		      |          |       +-- State					*/
/*		      |          +---------- Button Type			*/
/*		      +--------------------- always "button-colour"	*/
/**/
/*	Note that will use the colour for more than only the text, you will also colour elements within the SVG	devices. */
/**/
/*	Example: with prefix and sufix																		*/
/*	HTML																								*/
/*	<button><?=BRAND_DESIGN_DEVICE_ICON_ARROW_RIGHT?>banana!<?=BRAND_DESIGN_DEVICE_ICON_TICK?></button>	*/
/*	SCSS																								*/
/*	button {																							*/
/*		@include button-colour-primary-default;															*/
/*		@include button-on-on-small-secondary;															*/
/*	}																									*/
/**/
/*	Example: with prefix only																			*/
/*	HTML																								*/
/*	<button><?=BRAND_DESIGN_DEVICE_ICON_ARROW_RIGHT?>banana!</button>									*/
/*	SCSS																								*/
/*	button {																							*/
/*		@include button-colour-primary-default;															*/
/*		@include button-on-off-small-secondary;															*/
/*	}																									*/
/**/
/*	Example: with sufix only																			*/
/*	HTML																								*/
/*	<button>banana!<?=BRAND_DESIGN_DEVICE_ICON_TICK?></button>											*/
/*	SCSS																								*/
/*	button {																							*/
/*		@include button-colour-primary-default;															*/
/*		@include button-off-on-small-secondary;															*/
/*	}																									*/
/**/
/*	Example: text only																					*/
/*	HTML																								*/
/*	<button>banana!</button>																			*/
/*	SCSS																								*/
/*	button {																							*/
/*		@include button-colour-primary-default;															*/
/*		@include button-off-off-small-secondary;														*/
/*	}																									*/
/* please do not use this in your SCSS - base setings */
/* please do not use this in your SCSS - paddings based on prefix */
/* please do not use this in your SCSS - fonts and sizes */
/* use these - secondary button declarations */
/* use these - primary button declarations */
/* These are button links (no background) */
/* These are buttons (have background colour) */
body h1 {
  font-family: "CL";
  font-size: 64px;
  line-height: 70px;
  letter-spacing: -0.02em;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  body h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
body h2 {
  font-family: "CL";
  font-size: 54px;
  line-height: normal;
  letter-spacing: -0.02em;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  body h2 {
    font-size: 32px;
  }
}
body h3 {
  font-family: "CL";
  font-size: 40px;
  line-height: normal;
  letter-spacing: -0.02em;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  body h3 {
    font-size: 26px;
  }
}
body h4 {
  font-family: "CL";
  font-size: 32px;
  line-height: normal;
  letter-spacing: -0.02em;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  body h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: calc(1440px + 8em)) {
  body > section[rel] {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media screen and (max-width: 1024px) {
  body > section[rel] {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  body > section[rel] {
    padding-left: 1em;
    padding-right: 1em;
  }
}
body > section[rel].CBBlockStylingBlock-pt-none {
  padding-top: 0 !important;
}
body > section[rel].CBBlockStylingBlock-pt-small {
  padding-top: 30px !important;
}
body > section[rel].CBBlockStylingBlock-pt-big {
  padding-top: 60px !important;
}
body > section[rel].CBBlockStylingBlock-pb-none {
  padding-bottom: 0 !important;
}
body > section[rel].CBBlockStylingBlock-pb-small {
  padding-bottom: 30px !important;
}
body > section[rel].CBBlockStylingBlock-pb-big {
  padding-bottom: 60px !important;
}
body > section[rel].CBBlockStylingBlock-mt-none {
  margin-top: 0 !important;
}
body > section[rel].CBBlockStylingBlock-mt-small, body > section[rel].CBBlockStylingBlock-mt- {
  margin-top: 30px !important;
}
body > section[rel].CBBlockStylingBlock-mt-big {
  margin-top: 60px !important;
}
body > section[rel].CBBlockStylingBlock-mb-none {
  margin-bottom: 0 !important;
}
body > section[rel].CBBlockStylingBlock-mb-small, body > section[rel].CBBlockStylingBlock-mb- {
  margin-bottom: 30px !important;
}
body > section[rel].CBBlockStylingBlock-mb-big {
  margin-bottom: 60px !important;
}
body {
  padding-top: 80px;
}
header[rel="CBHeader"] {
  background-color: var(--deep-forest);
  box-shadow: -999px 0 var(--deep-forest), 999px 0 var(--deep-forest);
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: calc(1440px + 8em)) {
  header[rel="CBHeader"] {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"] {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  header[rel="CBHeader"] {
    padding-left: 1em;
    padding-right: 1em;
  }
}
header[rel="CBHeader"] > button {
  display: none;
}
header[rel="CBHeader"] > ul {
  margin: 0;
  padding: 0;
}
header[rel="CBHeader"] > ul > li {
  height: 80px;
  line-height: 80px;
  display: inline-block;
  margin: 0 1em;
  border-bottom: 5px solid transparent;
  position: relative;
  box-sizing: border-box;
}
header[rel="CBHeader"] > ul > li:hover {
  border-color: var(--apple-green);
}
header[rel="CBHeader"] > ul > li:hover ul {
  display: block;
}
header[rel="CBHeader"] > ul > li > a {
  font-family: "MR";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  height: unset;
  color: var(--white);
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"] > ul > li > a {
    font-size: 14px;
    line-height: 18px;
  }
}
header[rel="CBHeader"] > ul > li ul {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  width: 100%;
  min-width: 320px;
  box-shadow: 0px 4px 3px silver;
  margin: 0;
  padding: 1em 2em;
  background-color: white;
}
header[rel="CBHeader"] > ul > li ul li {
  display: block;
  margin-bottom: 1em;
  line-height: normal;
}
header[rel="CBHeader"] > ul > li ul li a {
  font-family: "MR";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--deep-forest);
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"] > ul > li ul li a {
    font-size: 16px;
    line-height: 21px;
  }
}
header[rel="CBHeader"] > ul > li ul li a:hover {
  opacity: 0.6;
}
header[rel="CBHeader"] nav button {
  font-family: "MR";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 23px;
  border-width: 0;
  padding: 4px 16px 4px 20px;
  font-family: "MSB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 600;
  height: 32px;
  color: var(--deep-forest);
  background-color: var(--white);
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"] nav button {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"] nav button {
    font-size: 12px;
  }
}
header[rel="CBHeader"] nav button svg > path {
  fill: var(--deep-forest);
}
header[rel="CBHeader"] nav button:hover {
  color: var(--deep-forest);
  background-color: var(--sand-50-);
}
header[rel="CBHeader"] nav button:hover svg > path {
  fill: var(--deep-forest);
}
header[rel="CBHeader"] nav button svg {
  height: 14px;
  width: 17px;
}
header[rel="CBHeader"] nav button.active svg {
  transform: rotate(180deg);
}
header[rel="CBHeader"] nav button.active + aside {
  top: 80px;
}
header[rel="CBHeader"] nav button + aside {
  position: absolute;
  background-color: white;
  right: 0;
  top: -1000px;
  max-width: 320px;
  width: 100%;
  box-shadow: 0 0 5px var(--med-grey-1);
  padding: 1em 2em;
  transition: top ease 0.5s;
}
header[rel="CBHeader"] nav button + aside * {
  color: var(--deep-forest);
}
header[rel="CBHeader"] nav button + aside h2 {
  font-family: "MSB";
  font-size: 15px;
  line-height: normal;
  letter-spacing: -0.02em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"] nav button + aside h2 {
    font-size: 13px;
  }
}
header[rel="CBHeader"] nav button + aside ul {
  padding: 0;
  margin: 0;
}
header[rel="CBHeader"] nav button + aside ul li {
  display: block;
  padding: 1em;
  border-top: 1px solid var(--med-grey-1);
}
header[rel="CBHeader"] nav button + aside ul li a {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 23px;
  border-width: 0;
  padding: 4px 16px 4px 20px;
  font-family: "MSB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 600;
  height: 32px;
  color: var(--deep-forest);
  font-family: "MSB";
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 600;
  text-decoration: none;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"] nav button + aside ul li a {
    font-size: 12px;
  }
}
header[rel="CBHeader"] nav button + aside ul li a svg > path {
  fill: var(--deep-forest);
}
header[rel="CBHeader"] nav button + aside ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"] nav button + aside ul li a {
    font-size: 14px;
  }
}
header[rel="CBHeader"] nav button + aside ul li a svg {
  height: 14px;
  width: 17px;
}
header[rel="CBHeader"].mobile {
  height: 80px;
}
header[rel="CBHeader"].mobile.active > button svg:first-of-type {
  display: none;
}
header[rel="CBHeader"].mobile.active > button svg:last-of-type {
  display: block;
}
header[rel="CBHeader"].mobile.active > section {
  left: 0;
}
header[rel="CBHeader"].mobile > button {
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
}
header[rel="CBHeader"].mobile > button svg {
  width: 40px;
  height: 40px;
  fill: var(--white);
}
header[rel="CBHeader"].mobile > button svg path {
  fill: var(--white);
}
header[rel="CBHeader"].mobile > button svg:first-of-type {
  display: block;
}
header[rel="CBHeader"].mobile > button svg:last-of-type {
  display: none;
}
header[rel="CBHeader"].mobile > section {
  position: fixed;
  top: 80px;
  left: -100%;
  width: 100%;
  background-color: white;
  padding: 1.5em 1em;
  height: calc(100vh - 80px);
  overflow: auto;
  box-sizing: border-box;
  transition: left ease 0.5s;
}
header[rel="CBHeader"].mobile > section > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header[rel="CBHeader"].mobile > section > ul > li {
  display: block;
  border-top: 1px solid var(--med-grey-1);
  padding: 1em 0;
  position: relative;
}
header[rel="CBHeader"].mobile > section > ul > li:last-of-type {
  border-bottom: 1px solid var(--med-grey-1);
}
header[rel="CBHeader"].mobile > section > ul > li > ul {
  border: none !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
header[rel="CBHeader"].mobile > section > ul > li > ul > li:first-of-type {
  border-top: 1px solid var(--med-grey-1);
  margin-top: 1em;
  padding-top: 1em;
}
header[rel="CBHeader"].mobile > section > ul > li > ul > li > a {
  width: calc(100% - 50px);
}
header[rel="CBHeader"].mobile > section > ul > li > a {
  font-family: "MR";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--deep-forest);
  text-decoration: none;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"].mobile > section > ul > li > a {
    font-size: 16px;
    line-height: 21px;
  }
}
header[rel="CBHeader"].mobile > section > ul > li > a svg:first-of-type {
  display: block;
}
header[rel="CBHeader"].mobile > section > ul > li > a svg:last-of-type {
  display: none;
}
header[rel="CBHeader"].mobile > section > ul > li > button {
  position: absolute;
  right: 0;
  top: 1em;
  border: none;
  background: no-repeat;
  transition: transform ease 0.5s;
  width: 50px;
}
header[rel="CBHeader"].mobile > section > ul > li.active > a svg:first-of-type {
  display: none;
}
header[rel="CBHeader"].mobile > section > ul > li.active > a svg:last-of-type {
  display: block;
}
header[rel="CBHeader"].mobile > section > ul > li.active > button {
  transform: rotate(180deg);
}
header[rel="CBHeader"].mobile > section > ul > li.active > ul {
  max-height: 100vh;
}
header[rel="CBHeader"].mobile > section > ul > li > ul {
  display: none;
  border-top: 1px solid var(--med-grey-1);
  margin-top: 1em;
  padding: 1em 0 0;
}
header[rel="CBHeader"].mobile > section > ul > li > ul li {
  display: block;
  line-height: normal;
}
header[rel="CBHeader"].mobile > section > ul > li > ul li a {
  font-family: "MR";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--deep-forest);
  text-decoration: none;
  display: block;
  padding: 0.5em 0;
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"].mobile > section > ul > li > ul li a {
    font-size: 16px;
    line-height: 21px;
  }
}
header[rel="CBHeader"].mobile > section nav button {
  border: 1px solid var(--deep-forest);
  margin: 2em 0;
}
@media screen and (max-width: 1024px) {
  header[rel="CBHeader"].mobile > section nav button {
    height: 40px;
  }
}
header[rel="CBHeader"].mobile > section nav button.active + aside {
  top: unset;
  left: 0;
}
header[rel="CBHeader"].mobile > section nav button + aside {
  border-top: 1px solid var(--med-grey-1);
  position: relative;
  box-shadow: unset;
  top: unset;
  left: -110%;
  max-width: unset;
  padding: 0;
  transition: left ease 0.5s;
}
header[rel="CBHeader"].mobile > section nav button + aside h2 {
  margin-top: 2em;
}
header[rel="CBHeader"].mobile > section nav button + aside ul li {
  padding: 1em 0;
}
dialog[rel] {
  border: none;
  border-radius: 50px;
  position: fixed;
  top: calc(80px + 1.5em);
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 1.5em;
  width: 100%;
  max-width: 1440px;
  box-sizing: border-box;
  z-index: 999999999999;
}
@media screen and (max-width: calc(1440px + 8em)) {
  dialog[rel] {
    max-width: calc(100% - 8em);
  }
}
@media screen and (max-width: 1024px) {
  dialog[rel] {
    max-width: calc(100% - 4em);
  }
}
@media screen and (max-width: 768px) {
  dialog[rel] {
    max-width: calc(100% - 2em);
  }
}
dialog[rel] * {
  box-sizing: border-box;
}
dialog[rel] > span:first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
dialog[rel] > span:first-child > img {
  width: 28px;
  height: 28px;
  aspect-ratio: 1;
  object-fit: cover;
}
dialog[rel] > span:first-child > svg {
  width: 28px;
  height: 28px;
}
dialog[rel] > p {
  font-family: "MR";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--white);
  margin: 0;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  dialog[rel] > p {
    font-size: 12px;
  }
}
dialog[rel] > p strong {
  font-family: "MB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  dialog[rel] > p strong {
    font-size: 12px;
  }
}
dialog[rel] > p > a {
  font-family: "MM";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  dialog[rel] > p > a {
    font-size: 12px;
  }
}
dialog[rel] > span[data-action="close"] {
  cursor: pointer;
  width: 1.3333em;
  height: 1.3333em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1.2em;
  z-index: 99999;
}
dialog[rel][rel="--deep-forest"] > p, dialog[rel][rel="--apple-green"] > p {
  color: var(--white);
}
dialog[rel][rel="--deep-forest"] > p > a, dialog[rel][rel="--apple-green"] > p > a {
  color: var(--white);
}
dialog[rel][rel="--deep-forest"] > span[data-action="close"] > svg > path, dialog[rel][rel="--apple-green"] > span[data-action="close"] > svg > path {
  fill: var(--white);
}
dialog[rel][rel="--deep-forest"] > p, dialog[rel][rel="--apple-green"] > p {
  color: var(--white);
}
dialog[rel][rel="--deep-forest"] > p > a, dialog[rel][rel="--apple-green"] > p > a {
  color: var(--white);
}
dialog[rel][rel="--deep-forest"] > span[data-action="close"] > svg > path, dialog[rel][rel="--apple-green"] > span[data-action="close"] > svg > path {
  fill: var(--white);
}
dialog[rel][rel="--white"] > p, dialog[rel][rel="--lime"] > p, dialog[rel][rel="--sand"] > p {
  color: var(--black);
}
dialog[rel][rel="--white"] > p > a, dialog[rel][rel="--lime"] > p > a, dialog[rel][rel="--sand"] > p > a {
  color: var(--black);
}
dialog[rel][rel="--white"] > span[data-action="close"] > svg > path, dialog[rel][rel="--lime"] > span[data-action="close"] > svg > path, dialog[rel][rel="--sand"] > span[data-action="close"] > svg > path {
  fill: var(--deep-forest);
}
dialog[rel] > div *:first-child {
  margin-top: 0;
}
dialog[rel] > div *:last-child {
  margin-bottom: 0;
}
footer[rel="CBFooter"] {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  overflow: hidden;
  background-color: var(--deep-forest);
  padding-top: 3em;
  padding-bottom: 2em;
}
footer[rel="CBFooter"] * {
  box-sizing: border-box;
}
@media screen and (max-width: calc(1440px + 8em)) {
  footer[rel="CBFooter"] {
    padding-left: 4em;
    padding-right: 4em;
  }
}
@media screen and (max-width: 1024px) {
  footer[rel="CBFooter"] {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (max-width: 768px) {
  footer[rel="CBFooter"] {
    padding-left: 1em;
    padding-right: 1em;
  }
}
footer[rel="CBFooter"] > section {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid white;
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  footer[rel="CBFooter"] > section {
    flex-direction: column;
    gap: 2em;
  }
  footer[rel="CBFooter"] > section aside:last-of-type {
    align-items: start !important;
    gap: 2em;
  }
}
footer[rel="CBFooter"] > section aside {
  width: 100%;
  font-family: "MR";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  footer[rel="CBFooter"] > section aside {
    font-size: 16px;
    line-height: 21px;
  }
}
footer[rel="CBFooter"] > section aside:first-child {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
footer[rel="CBFooter"] > section aside:first-child a {
  width: fit-content;
}
footer[rel="CBFooter"] > section aside:first-child p {
  color: white;
  max-width: 222px;
  margin: 0 0 2em;
}
footer[rel="CBFooter"] > section aside:first-child ul {
  list-style: none;
  display: flex;
  gap: 2em;
  align-items: center;
  margin: 0;
  padding: 0;
}
footer[rel="CBFooter"] > section aside:first-child ul li a {
  display: inline-block;
}
footer[rel="CBFooter"] > section aside:first-child ul li svg {
  height: 27px;
}
footer[rel="CBFooter"] > section aside:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  position: relative;
}
footer[rel="CBFooter"] > section aside:last-child > button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 23px;
  border-width: 0;
  padding: 4px 16px;
  font-family: "MSB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 600;
  height: 32px;
  font-family: "MSB";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 600;
  background-color: var(--lime);
  color: var(--deep-forest);
  height: auto;
  cursor: pointer;
  padding: 5px 15px 5px 5px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1024px) {
  footer[rel="CBFooter"] > section aside:last-child > button {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  footer[rel="CBFooter"] > section aside:last-child > button {
    font-size: 12px;
  }
}
footer[rel="CBFooter"] > section aside:last-child > button:hover {
  background-color: var(--apple-green);
  color: white;
}
footer[rel="CBFooter"] > section aside:last-child > button:hover svg:last-of-type path {
  fill: white !important;
}
footer[rel="CBFooter"] > section aside:last-child > button svg:last-of-type {
  transition: transform ease 0.5s;
  height: 13px;
  width: 12px;
}
footer[rel="CBFooter"] > section aside:last-child > button svg:last-of-type path {
  transition: fill ease 0.3s;
  fill: var(--deep-forest);
}
footer[rel="CBFooter"] > section aside:last-child > button.active svg:last-of-type {
  transform: rotate(180deg);
}
footer[rel="CBFooter"] > section aside:last-child > button.active + ul {
  max-height: 150px;
}
footer[rel="CBFooter"] > section aside:last-child > ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: white;
  top: 50px;
  max-height: 0;
  overflow: auto;
  transition: max-height ease 0.5s;
}
footer[rel="CBFooter"] > section aside:last-child > ul li {
  border-bottom: 1px solid var(--med-grey-1);
  padding: 0.1em;
}
footer[rel="CBFooter"] > section aside:last-child > ul li a {
  display: flex;
  gap: 1em;
  align-items: center;
  padding: 0.5em;
  text-decoration: none;
  color: var(--deep-forest);
  font-family: "MR";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  footer[rel="CBFooter"] > section aside:last-child > ul li a {
    font-size: 12px;
  }
}
footer[rel="CBFooter"] > section aside:last-child > ul li a:hover {
  background-color: var(--deep-forest);
  color: white;
}
footer[rel="CBFooter"] > section aside:last-child > span {
  font-family: "MR";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--white);
  display: flex;
  align-items: center;
  height: 27px;
}
@media screen and (max-width: 1024px) {
  footer[rel="CBFooter"] > section aside:last-child > span {
    font-size: 14px;
    line-height: 18px;
  }
}
footer[rel="CBFooter"] > section aside:last-child > span:before {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  margin-right: 0.25em;
}
footer[rel="CBFooter"] > section aside:last-child > span[data-status="normal"]:before {
  background-color: var(--apple-green);
}
footer[rel="CBFooter"] > section aside:last-child > span[data-status="slow"]:before, footer[rel="CBFooter"] > section aside:last-child > span[data-status="some-slow"]:before {
  background-color: var(--sunshine-mid);
}
footer[rel="CBFooter"] > section aside:last-child > span[data-status="down"]:before, footer[rel="CBFooter"] > section aside:last-child > span[data-status="some-down"]:before, footer[rel="CBFooter"] > section aside:last-child > span[data-status="slow-down"]:before, footer[rel="CBFooter"] > section aside:last-child > span[data-status="some"]:before {
  background-color: var(--sunshine-deep);
}
footer[rel="CBFooter"] > nav {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer[rel="CBFooter"] > nav * {
  font-family: "MR";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  footer[rel="CBFooter"] > nav * {
    font-size: 14px;
    line-height: 18px;
  }
}
footer[rel="CBFooter"] > nav p {
  margin: 0;
}
footer[rel="CBFooter"] > nav ul {
  list-style: none;
  display: flex;
  gap: 1em;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  footer[rel="CBFooter"] > nav ul {
    flex-direction: column;
    align-items: start;
  }
}
footer[rel="CBFooter"] > nav ul li a {
  color: white;
  text-decoration: none;
  transition: color ease 0.5s;
}
footer[rel="CBFooter"] > nav ul li a:hover {
  color: var(--apple-green);
}
@media screen and (max-width: 1024px) {
  footer[rel="CBFooter"] > nav {
    flex-direction: column;
    align-items: start;
    gap: 1em;
  }
}
section[rel="CBHeaderBlockLarge"] {
  display: flex;
  justify-content: center;
  height: 558px;
  background-color: var(--sand);
  overflow: hidden;
  position: relative;
}
section[rel="CBHeaderBlockLarge"] * {
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  section[rel="CBHeaderBlockLarge"] {
    flex-direction: column-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: unset;
  }
}
section[rel="CBHeaderBlockLarge"] > aside {
  width: 100%;
  max-width: 1440px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  color: var(--deep-forest);
  padding-left: 0;
}
section[rel="CBHeaderBlockLarge"] > aside > * {
  max-width: 45%;
}
section[rel="CBHeaderBlockLarge"] > aside h2 {
  font-family: "CL";
  font-size: 64px;
  line-height: 70px;
  letter-spacing: -0.02em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  section[rel="CBHeaderBlockLarge"] > aside h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
section[rel="CBHeaderBlockLarge"] > aside p {
  margin: 0;
  font-family: "MM";
  font-size: 24px;
  line-height: normal;
  letter-spacing: -0.02em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  section[rel="CBHeaderBlockLarge"] > aside p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  section[rel="CBHeaderBlockLarge"] > aside {
    padding: 2em;
  }
  section[rel="CBHeaderBlockLarge"] > aside > * {
    max-width: unset;
  }
}
section[rel="CBHeaderBlockLarge"] > svg {
  position: absolute;
  z-index: 99;
  right: calc(50vw - 80px);
  bottom: 0;
  top: 0;
  margin: auto;
  width: 80px;
}
section[rel="CBHeaderBlockLarge"] > svg path {
  color: var(--sand);
  fill: var(--sand);
  border-color: var(--sand);
}
@media screen and (max-width: 1024px) {
  section[rel="CBHeaderBlockLarge"] > svg {
    width: 40px;
    height: 80px;
    transform: rotate(-90deg);
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    top: 290px;
  }
}
section[rel="CBHeaderBlockLarge"] > figure {
  position: absolute;
  width: 50vw;
  height: 100%;
  right: 0;
}
@media screen and (max-width: 1024px) {
  section[rel="CBHeaderBlockLarge"] > figure {
    position: relative;
    height: 350px;
  }
}
section[rel="CBHeaderBlockLarge"] > figure img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1024px) {
  section[rel="CBHeaderBlockLarge"] > figure {
    width: 100%;
  }
}
section[rel=CBJobsList] {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
section[rel=CBJobsList] form {
  display: flex;
  gap: 1em;
  width: 30%;
}
section[rel=CBJobsList] form aside {
  position: relative;
}
section[rel=CBJobsList] form aside:first-of-type {
  width: 45%;
}
section[rel=CBJobsList] form aside:last-child {
  width: 55%;
}
section[rel=CBJobsList] form aside select {
  font-family: "MR";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  width: 100%;
  border: 1px solid var(--deep-forest);
  color: var(--deep-forest);
  padding: 0.75em 0;
  padding-left: 1.5em;
  padding-right: 2em;
  border-radius: 40px;
  appearance: none;
}
@media screen and (max-width: 1024px) {
  section[rel=CBJobsList] form aside select {
    font-size: 14px;
    line-height: 18px;
  }
}
section[rel=CBJobsList] form aside svg {
  position: absolute;
  right: 1em;
  top: 0.75em;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  section[rel=CBJobsList] form {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  section[rel=CBJobsList] form {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  section[rel=CBJobsList] form {
    width: 100%;
  }
}
section[rel=CBJobsList] ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section[rel=CBJobsList] > ul {
  padding-top: 2em;
  display: flex;
  flex-direction: column;
  gap: 2em;
  font-family: "MR";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  section[rel=CBJobsList] > ul {
    font-size: 14px;
    line-height: 18px;
  }
}
section[rel=CBJobsList] > ul:first-of-type li:not(footer li) {
  background-color: var(--sand-50-);
  padding: 2em;
  border-radius: 1.5em;
}
section[rel=CBJobsList] > ul:first-of-type li:not(footer li) header {
  display: flex;
  justify-content: space-between;
}
section[rel=CBJobsList] > ul:first-of-type li:not(footer li) header h3 {
  font-family: "MB";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0;
  color: var(--deep-forest);
}
@media screen and (max-width: 1024px) {
  section[rel=CBJobsList] > ul:first-of-type li:not(footer li) header h3 {
    font-size: 16px;
    line-height: 21px;
  }
}
section[rel=CBJobsList] > ul:first-of-type li:not(footer li) header span {
  font-family: "MR";
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  background-color: var(--deep-forest);
  padding: 7px 1.5em;
  border-radius: 40px;
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  section[rel=CBJobsList] > ul:first-of-type li:not(footer li) header span {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  section[rel=CBJobsList] > ul:first-of-type li:not(footer li) header span {
    width: fit-content;
  }
}
@media screen and (max-width: 576px) {
  section[rel=CBJobsList] > ul:first-of-type li:not(footer li) header {
    flex-direction: column;
    gap: 1em;
  }
}
section[rel=CBJobsList] > ul:first-of-type li:not(footer li) footer {
  display: flex;
  gap: 1.25em;
  flex-direction: column;
  position: relative;
}
section[rel=CBJobsList] > ul:first-of-type li:not(footer li) footer ul {
  padding: 0;
  display: flex;
  gap: 1.75em;
}
section[rel=CBJobsList] > ul:first-of-type li:not(footer li) footer ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
section[rel=CBJobsList] > ul:first-of-type li:not(footer li) footer ul li span:first-child {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  section[rel=CBJobsList] > ul:first-of-type li:not(footer li) footer ul li {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 576px) {
  section[rel=CBJobsList] > ul:first-of-type li:not(footer li) footer ul {
    flex-direction: column;
    gap: 1em;
  }
}
section[rel=CBJobsList] > ul:first-of-type li:not(footer li) footer nav {
  display: flex;
  align-items: center;
}
section[rel=CBJobsList] > ul:first-of-type li:not(footer li) footer nav a {
  color: var(--deep-forest);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 23px;
  border-width: 0;
  padding: 4px 16px 4px 20px;
  font-family: "MR";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  height: 40px;
  font-family: "MB";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 700;
  text-decoration: underline;
  padding-left: 0;
}
section[rel=CBJobsList] > ul:first-of-type li:not(footer li) footer nav a svg > path {
  fill: var(--deep-forest);
}
section[rel=CBJobsList] > ul:first-of-type li:not(footer li) footer nav a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  section[rel=CBJobsList] > ul:first-of-type li:not(footer li) footer nav a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  section[rel=CBJobsList] > ul:first-of-type li:not(footer li) footer nav a {
    font-size: 14px;
    line-height: 18px;
  }
}
section[rel=CBJobsList] > ul:first-of-type li:not(footer li) footer p {
  margin: 0;
  position: absolute;
  color: var(--med-grey-2);
  right: 0;
  bottom: 1em;
}
@media screen and (max-width: 576px) {
  section[rel=CBJobsList] > ul:first-of-type li:not(footer li) footer p {
    position: static;
  }
}
section[rel=CBJobsList] nav {
  padding-top: 2em;
}
section[rel=CBJobsList] nav ul {
  justify-content: center;
  align-items: center;
  gap: 0.125em;
  padding: 0;
  max-width: 20em;
  margin: 0 auto;
  flex-direction: row;
}
section[rel=CBJobsList] nav ul li {
  display: flex;
}
section[rel=CBJobsList] nav ul li button {
  font-family: "MR";
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  cursor: pointer;
  color: var(--deep-forest);
  border: none;
  display: flex;
  width: 2.5em;
  height: 2.5em;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid transparent;
  background-color: var(--white);
}
@media screen and (max-width: 1024px) {
  section[rel=CBJobsList] nav ul li button {
    font-size: 14px;
    line-height: 18px;
  }
}
section[rel=CBJobsList] nav ul li button.active, section[rel=CBJobsList] nav ul li button:hover {
  border-bottom: 2px solid var(--apple-green);
}
section[rel=CBJobsList] nav ul li button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
section[rel=CBJobsList] nav ul li button svg {
  width: 22px;
  height: 17px;
}
@media screen and (max-width: 576px) {
  section[rel=CBJobsList] nav ul li a {
    width: 2em;
    height: 2em;
  }
}
