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

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

.container-width {
  max-width: 1320px !important;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .container-width {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 1680px) {
  .container-width {
    max-width: calc(95.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 1920px) {
  .container-width {
    max-width: calc(110.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 2561px) {
  .container-width {
    max-width: calc(102.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 3840px) {
  .container-width {
    max-width: calc(120.5rem + 0.2vw) !important;
  }
}
@media screen and (min-width: 4096px) {
  .container-width {
    max-width: calc(125.5rem + 0.2vw) !important;
  }
}

@media screen and (min-width: 1680px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(16px + 0.2vw);
    line-height: calc(18px + 0.2vw);
  }
}
@media screen and (min-width: 1920px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(16px + 0.3vw);
    line-height: calc(18px + 0.3vw);
  }
}
@media screen and (min-width: 2560px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(18px + 0.3vw);
    line-height: calc(20px + 0.3vw);
  }
}
@media screen and (min-width: 3008px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(20px + 0.4vw);
    line-height: calc(22px + 0.4vw);
  }
}
@media screen and (min-width: 4096px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(22px + 0.5vw);
    line-height: calc(24px + 0.5vw);
  }
}
@media screen and (min-width: 5120px) {
  html,
  body {
    font-family: "sofia-pro", Helvetica, Arial, serif;
    font-size: calc(24px + 0.5vw);
    line-height: calc(26px + 0.5vw);
  }
}

.btn-primary {
  background-color: #0FC24E;
  width: fit-content;
  text-decoration: none;
  color: #040316 !important;
  border-radius: 0.25rem;
  border: 0.125rem solid #0FC24E;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-primary {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #3FCE71;
  border-color: #3FCE71;
}
.btn-primary.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-primary.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary {
  background-color: transparent;
  color: #040316 !important;
  border: 0.125rem solid #040316;
  border-radius: 0.25rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #040316;
  color: #FFFFFF !important;
}
.btn-secondary-darkmode {
  background-color: transparent;
  color: #FFFFFF !important;
  border: 0.125rem solid #FFFFFF;
  border-radius: 0.25rem;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  line-height: 135%;
  letter-spacing: 0.1125rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary-darkmode {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary-darkmode:hover, .btn-secondary-darkmode:active, .btn-secondary-darkmode:focus {
  background-color: #FFFFFF;
  color: #040316 !important;
}
.btn-secondary-darkmode.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary-darkmode.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}
.btn-secondary.btn-small {
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.75rem 1.5rem;
  line-height: 135%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .btn-secondary.btn-small {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0.75rem 1.5rem;
    line-height: 135%;
    font-weight: 400;
  }
}

* {
  box-sizing: border-box;
  font-family: "sofia-pro", Helvetica, Arial, serif !important;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-size-adjust: none;
  background-color: #040316;
}

a {
  cursor: pointer !important;
  color: inherit;
  text-decoration: none;
}

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

.spacer-top {
  padding-top: 9.75rem;
}
@media (max-width: 1100px) {
  .spacer-top {
    padding-top: 10.1875rem;
  }
}
.spacer-top.without-breadcrumb {
  padding-top: 6.5rem;
}
@media (max-width: 1100px) {
  .spacer-top.without-breadcrumb {
    padding-top: 7.375rem;
  }
}
.spacer-top.with-hero-banner {
  padding-top: 0px;
}
@media (max-width: 1100px) {
  .spacer-top.with-hero-banner {
    padding-top: 7.375rem;
  }
}

@media (max-width: 1100px) {
  body > main {
    padding-top: 0.5rem !important;
  }
}

@media (max-width: 992px) {
  .spacer {
    display: none;
  }
}

.spacerResponsive {
  display: none;
}
@media (max-width: 992px) {
  .spacerResponsive {
    display: block;
  }
}

.deepdive-container {
  background-color: #040316;
}
.deepdive-container .deepdive {
  display: flex;
  flex-direction: column;
}
.deepdive-container .deepdive .heading .group2-items {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 1.5rem 0;
  border-top: 1px solid #6A6E74;
  border-bottom: 1px solid #6A6E74;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.deepdive-container .deepdive .heading .group2-items::-webkit-scrollbar {
  display: none;
}
.deepdive-container .deepdive .heading .group2-items .schemaitems {
  flex-shrink: 0;
  min-width: 12rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  padding-top: 1.375rem;
  padding-bottom: 1.5rem;
  border-right: 1px solid #FFFFFF;
}
.deepdive-container .deepdive .heading .group2-items .schemaitems:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.deepdive-container .deepdive .heading .group2-items .schemaitems img {
  width: 3rem;
  height: auto;
}
.deepdive-container .deepdive .heading .group2-items .schemaitems .content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.deepdive-container .deepdive .heading .group2-items .schemaitems .content .title {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 114.999%;
  letter-spacing: 0.0875rem;
  color: #0FC24E;
  text-transform: uppercase;
}
.deepdive-container .deepdive .heading .group2-items .schemaitems .content .subtitle {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 0%;
  color: #FDFDFD;
}
@media (max-width: 992px) {
  .deepdive-container .deepdive .heading .group2-items .schemaitems {
    padding-right: 0.875rem;
    margin-right: 0.875rem;
  }
}
@media (max-width: 992px) {
  .deepdive-container .deepdive .heading .group2-items {
    margin-left: 0;
    margin-bottom: 0rem;
  }
}
@media (max-width: 992px) {
  .deepdive-container .deepdive .heading {
    padding: 1.125rem 0 1rem 0rem;
  }
}
.deepdive-container .deepdive .deepdive-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .deepdive-container .deepdive .deepdive-grid {
    grid-template-columns: 100%;
  }
}
.deepdive-container .deepdive .deepdive-grid .taxnomy-image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: all 0.3s linear;
  padding: 5rem;
}
.deepdive-container .deepdive .deepdive-grid .taxnomy-image:hover {
  transform: scale(1.05);
}
.deepdive-container .deepdive .deepdive-grid .group3container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
  padding-left: 3.9375rem;
  margin-top: 3.9375rem;
  margin-bottom: 3.9375rem;
}
@media (max-width: 992px) {
  .deepdive-container .deepdive .deepdive-grid .group3container {
    gap: 2.5rem;
    padding-left: 0rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.deepdive-container .deepdive .deepdive-grid .group3container .schemaitems {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  align-items: flex-start;
}
.deepdive-container .deepdive .deepdive-grid .group3container .schemaitems img {
  width: 3rem;
  aspect-ratio: 1/1;
}
.deepdive-container .deepdive .deepdive-grid .group3container .schemaitems .content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  max-width: 80%;
}
@media (max-width: 992px) {
  .deepdive-container .deepdive .deepdive-grid .group3container .schemaitems .content {
    max-width: none;
  }
}
.deepdive-container .deepdive .deepdive-grid .group3container .schemaitems .content .title {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 115%;
  letter-spacing: 0.0875rem;
  color: #0FC24E;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .deepdive-container .deepdive .deepdive-grid .group3container .schemaitems .content .title {
    font-size: 1rem;
    line-height: 115%;
    letter-spacing: 0.1rem;
  }
}
.deepdive-container .deepdive .deepdive-grid .group3container .schemaitems .content .subtitle {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 0.0225rem;
  color: #FDFDFD;
}
@media (max-width: 992px) {
  .deepdive-container .deepdive .deepdive-grid .group3container .schemaitems .content .subtitle {
    font-size: 1.125rem;
    line-height: 150%;
  }
}
.deepdive-container .deepdive .deepdive-grid .group3container .VMbutton {
  margin-left: 4.25rem;
}

.green-humour-container {
  background-color: #FDFDFD;
}
.green-humour-container .green-humour {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .green-humour-container .green-humour {
    flex-direction: column;
  }
}
.green-humour-container .green-humour .content {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.green-humour-container .green-humour .content .title {
  color: #040316;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 114.9999%;
  letter-spacing: 0.1125rem;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .green-humour-container .green-humour .content .title {
    font-weight: 300;
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
  }
}
.green-humour-container .green-humour .content .summary {
  color: #040316;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 128%;
  max-width: 35rem;
}
@media (max-width: 992px) {
  .green-humour-container .green-humour .content .summary {
    font-weight: 300;
    font-size: 1.625rem;
    line-height: 128%;
    max-width: 25rem;
  }
}
@media (max-width: 640px) {
  .green-humour-container .green-humour .content .summary {
    max-width: none;
  }
}
.green-humour-container .green-humour .content .btn-primary {
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  .green-humour-container .green-humour .content {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 0;
    padding-left: 0rem;
  }
}
.green-humour-container .green-humour .info-img {
  padding: 1.25rem;
  border: 0.25rem solid #0FC24E;
  position: relative;
  width: 50%;
  justify-self: center;
  aspect-ratio: 1/1;
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}
.green-humour-container .green-humour .info-img .zoom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.0625rem;
  aspect-ratio: 1/1;
}
.green-humour-container .green-humour .info-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .green-humour-container .green-humour .info-img {
    width: 100%;
    margin-top: 3.125rem;
    margin-bottom: 3.4375rem;
  }
}

/*# sourceMappingURL=deep-dive.css.map */
