@font-face {
  font-family: Dinot;
  src: url('../fonts/DINOT-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dinot;
  src: url('../fonts/DINOT-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dinoffc;
  src: url('../fonts/DINOffc-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dinot;
  src: url('../fonts/DINOT.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dinot;
  src: url('../fonts/DINOT-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Dinot;
  src: url('../fonts/DINOT-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dinot;
  src: url('../fonts/DINOT-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Dinot;
  src: url('../fonts/DINOT-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --dinot: Dinot, Arial, sans-serif;
  --textcolourblack: #252525;
  --primary-orange: #ff3c00;
}

body {
  font-family: var(--dinot);
  color: #252525;
  text-align: left;
  font-size: 1rem;
  line-height: 150%;
}

h1 {
  font-family: var(--dinot);
  color: #252525;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.875rem;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  color: var(--textcolourblack);
  font-weight: 700;
  text-decoration: none;
}

.bodywrap {
  margin: 2rem;
  position: relative;
}

.backgroundvideo {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.noise {
  z-index: 3;
  opacity: .3;
  background-image: url('../images/Noise.webp');
  background-repeat: repeat;
  background-size: 300px 300px;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
}

.blur {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff40;
  position: absolute;
  inset: 0%;
}

.contentwrap {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
  position: relative;
}

.spacerl {
  width: 3rem;
  height: 3rem;
}

.spacerxl {
  width: 4rem;
  height: 4rem;
}

.spacerm {
  width: 2rem;
  height: 2rem;
}

.spacers {
  width: 1rem;
  height: 1rem;
}

.primarycard {
  perspective: 1000px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.primarycardsvg {
  width: 100%;
  max-width: 27rem;
  height: 100%;
  min-height: 38rem;
  position: absolute;
  inset: 0% auto;
}

.cardwrap {
  grid-column-gap: 3vw;
  grid-row-gap: 8rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.contentcardgrid {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 3rem auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 27rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
  position: relative;
}

.primarycardicon {
  background-color: #fff;
  border-radius: 200px;
  width: 5rem;
  height: 5rem;
  padding: .5rem;
}

.primaryiconwrap {
  margin-top: -1.6rem;
  margin-left: -3.5rem;
}

.primaryctawrap {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -.5rem;
  margin-right: -2rem;
  padding-right: 0;
  display: flex;
}

.textstylebold {
  color: var(--textcolourblack);
  font-weight: 700;
}

.button_cover {
  background-color: #fff;
  width: 102%;
  height: 105%;
  position: absolute;
  inset: 102% 0% 0%;
}

.text-style-small {
  font-size: 1rem;
  line-height: 170%;
}

.icon-1x1-tiny {
  mix-blend-mode: normal;
  width: .8rem;
  height: .8rem;
}

.circle-icon {
  border: 1px solid var(--primary-orange);
  background-color: var(--primary-orange);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbutton {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #252525;
  white-space: nowrap;
  mix-blend-mode: normal;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  padding: .25rem .5rem;
  text-decoration: none;
  display: flex;
}

.clip {
  z-index: 2;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-arrow {
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
}

.hover-arrow.bottom-left {
  z-index: 10;
  mix-blend-mode: normal;
  position: absolute;
  inset: auto auto -100% -100%;
}

.primarycardrow1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.headingcolourorange {
  color: var(--primary-orange);
  font-size: 28px;
  display: inline-flex;
}

.primarycardrow2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.primaryrow3 {
  margin-bottom: 1rem;
}

.primaryrow4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: inline-flex;
}

.tag {
  white-space: nowrap;
  background-color: #3898ec00;
  border: 1px solid #a9a9a9;
  border-radius: .25rem;
  padding: 4px 8px;
  font-size: .8rem;
  transition: background-color .2s;
}

.tag.w--current {
  padding-left: 16px;
  padding-right: 16px;
}

.primaryrow5 {
  z-index: 5;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  margin-bottom: 0;
  padding-left: .5rem;
  display: grid;
  position: absolute;
  inset: auto auto .5rem 1.2rem;
}

.linkblock {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .55rem;
  display: flex;
}

.dividerlink {
  background-color: var(--textcolourblack);
  width: 100%;
  height: 1.5px;
}

.secondarycontainer {
  z-index: 10;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  position: relative;
}

.secondarycardwrap {
  grid-column-gap: 4rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.secondarycard {
  background-color: #fffc;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 2.1rem 2.1rem;
  display: flex;
}

.secondaryrow1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.secondaryiconwrap {
  margin-top: -3.5rem;
  margin-left: -4.4rem;
}

.secondaryrow4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  display: none;
}

.contentwrapsecondary {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8rem 6vw 3rem;
  display: flex;
  position: relative;
}

.dividerfooter {
  background-color: #fff;
  width: 100%;
  height: 1.5px;
}

.div-block {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.link {
  font-weight: 400;
}

.infoicon {
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
}

.infolink {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: .55rem;
  transition: color .2s;
  display: flex;
}

.infolink:hover {
  color: var(--primary-orange);
}

.cardhover3d {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-3 {
  width: 3rem;
  height: 9rem;
}

.infowrap {
  width: 100%;
}

.infiogrid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.infoimage {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.imagewrapper {
  border: 1.5px solid #fff;
  padding: 1rem;
}

.richtext {
  max-width: 35rem;
}

.richtext h1 {
  margin-bottom: 20px;
}

.richtext h2 {
  margin-bottom: 15px;
}

.richtext h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.richtext a {
  text-decoration: underline;
}

.heading {
  margin-top: 0;
}

.footer {
  width: 100%;
}

.contentwrapinfo {
  z-index: 5;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 95vh;
  padding: 6rem 7rem 3rem;
  display: flex;
  position: relative;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block {
  width: 1px;
  height: 1px;
}

.footerlink {
  font-weight: 400;
}

.div-block-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1rem;
  display: grid;
}

.div-block-6, .div-block-7 {
  width: 100%;
  height: 100%;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-9 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.div-block-10 {
  grid-column-gap: 3vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (min-width: 1440px) {
  .primarycardsvg {
    max-width: 27rem;
    min-height: 38rem;
  }

  .cardwrap {
    grid-column-gap: 4rem;
    grid-row-gap: 8rem;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    place-items: start center;
  }

  .contentcardgrid {
    min-height: 32rem;
  }

  .primaryiconwrap {
    margin-left: -4.4rem;
  }

  .navbutton {
    margin-top: .5rem;
  }

  .primarycardrow1 {
    padding-bottom: .5rem;
  }

  .headingcolourorange {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 30px;
  }

  .primaryrow5 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: center;
    width: 35%;
    padding-left: .5rem;
  }

  .infiogrid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .richtext {
    max-width: 38rem;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 1.125rem;
  }

  h1 {
    font-size: 4.25rem;
  }

  h2 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 140%;
  }

  .bodywrap {
    margin: 2.5rem;
  }

  .spacerxl {
    width: 4vw;
    height: 4vw;
  }

  .spacerm {
    width: 2vw;
    height: 2vw;
  }

  .primarycardsvg {
    max-width: 27rem;
    min-height: 38rem;
  }

  .cardwrap {
    grid-column-gap: 4rem;
    grid-row-gap: 8rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: start center;
    width: 100%;
    display: grid;
  }

  .contentcardgrid {
    grid-template-rows: auto auto auto auto;
    place-items: start stretch;
    min-height: 35rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .primarycardicon {
    width: 5.5rem;
    height: 5.5rem;
  }

  .primaryiconwrap {
    margin-top: -2.1rem;
    margin-left: -4.9rem;
  }

  .primaryctawrap {
    margin-top: -.5rem;
  }

  .primarycardrow1 {
    padding-bottom: 0;
  }

  .headingcolourorange {
    font-size: 2rem;
    line-height: 120%;
  }

  .primaryrow5 {
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    bottom: 0;
  }

  .linkblock {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .secondarycontainer {
    background-color: #f5f5f5b3;
  }

  .secondarycardwrap {
    grid-column-gap: 5rem;
    grid-row-gap: 4rem;
  }

  .secondarycard {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2.5rem 3rem;
    display: flex;
  }

  .secondaryrow1 {
    width: 100%;
  }

  .secondaryiconwrap {
    margin-top: -4.8rem;
    margin-left: -5.6rem;
  }

  .secondaryrow4 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .contentwrapsecondary {
    padding: 8rem;
  }

  .dividerfooter {
    background-color: #fff;
    width: 100%;
    height: 1.5px;
  }

  .infolink {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cardhover3d {
    width: 100%;
  }

  .div-block-2 {
    position: absolute;
    inset: 0%;
  }

  .infiogrid {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .div-block-4 {
    align-items: center;
    width: 100%;
  }

  .div-block-5 {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
  }

  .div-block-10 {
    grid-column-gap: 4rem;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 991px) {
  .icon-1x1-tiny.buttonmobilenav {
    color: #fefefe;
  }
}

@media screen and (max-width: 479px) {
  .text-style-small {
    color: #313131;
  }
}

#w-node-d4465f6c-f07e-590d-fc98-6f6d63bee55b-75678994 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_12568f48-eb55-715f-dd38-99b2e2e4226c-e2e4225b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9467e45a-f8e3-5dc4-b848-b54131fc1d2b-31fc1d08 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9467e45a-f8e3-5dc4-b848-b54131fc1d2f-31fc1d08 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8a5cb7ef-4080-c641-aa09-b7f0d0b79d68-31fc1d08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9467e45a-f8e3-5dc4-b848-b54131fc1d20-31fc1d08 {
  align-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-d4465f6c-f07e-590d-fc98-6f6d63bee55b-75678994 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-d4465f6c-f07e-590d-fc98-6f6d63bee55b-75678994 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'Dinot';
  src: url('../fonts/DINOT-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinot';
  src: url('../fonts/DINOT-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinoffc';
  src: url('../fonts/DINOffc-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinot';
  src: url('../fonts/DINOT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinot';
  src: url('../fonts/DINOT-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dinot';
  src: url('../fonts/DINOT-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinot';
  src: url('../fonts/DINOT-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dinot';
  src: url('../fonts/DINOT-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}