:root {
  --primary: #c94741;
  --secondary: #7b868d;
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.class {
  background-color: #4c85ff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 30px;
  display: flex;
}

.space-25px {
  height: 25px;
}

.lottie {
  width: 50px;
}

.colour-dark {
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 125px;
  display: flex;
}

.style {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.button {
  background-color: var(--primary);
  text-transform: uppercase;
  cursor: pointer;
  padding: 15px 20px;
  font-weight: 700;
  transition: background-color .2s;
  display: block;
}

.button:hover {
  background-color: #fa9f9a;
}

.button.b--type-2 {
  color: #3898ec;
  background-color: #fff;
}

.colour-primary {
  background-color: var(--primary);
  color: #c94741;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 125px;
  display: flex;
}

.colour-tertiary {
  background-color: #cacaca;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 125px;
  display: flex;
}

.button-ghost {
  border: 3px solid var(--primary);
  color: var(--primary);
  text-transform: uppercase;
  background-color: #0000;
  padding: 15px 20px;
  font-weight: 700;
}

.button-ghost.b--type-2 {
  color: #fff;
  border-color: #fff;
}

.space-50px {
  height: 50px;
}

.space-100px {
  height: 100px;
}

.line {
  background-color: #bdbdbd;
  height: 1px;
}

.style-inverse {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 100px;
  display: flex;
}

.page-margin {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.style-guide {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 110%;
}

.style-guide.sg--type-2 {
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
}

.h1 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 110%;
}

.h1.centered {
  color: #666;
  text-align: center;
  font-size: 50px;
  display: block;
}

.text-block.t--white {
  color: #fff;
}

.text-block.t--white.centre-aligned {
  color: #fff;
  text-align: center;
}

.text-block.t--captitle {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
}

.text-block.t--small {
  margin-top: 20px;
  font-size: 18px;
}

.button-link-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #3898ec;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  display: flex;
}

.button-link-block.b--type-2 {
  color: #3898ec;
  background-color: #fff;
}

.h2 {
  font-size: 50px;
  line-height: 100%;
}

.h2.span {
  color: #c94741;
}

.wrapper-index {
  grid-column-gap: 125px;
  grid-row-gap: 125px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.icon {
  width: 50px;
}

.colour-secondary {
  background-color: var(--secondary);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 125px;
  display: flex;
}

.colour-light {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 125px;
  display: flex;
}

.button-link {
  color: #3898ec;
  font-weight: 700;
}

.button-link.b--type-2 {
  color: #fff;
}

.logo {
  width: 250px;
}

.temp-name {
  width: 25px;
}

.paragraph-large {
  font-size: 20px;
  line-height: 110%;
}

.wrapper-styles {
  grid-column-gap: 125px;
  grid-row-gap: 125px;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.wrapper-styles.inverse {
  background-color: #000;
}

.margin-1600px-98 {
  width: 98%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.lottie-2 {
  width: 40px;
  height: 40px;
  display: none;
}

.nav-wrapper {
  z-index: 1;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-dropdown-list {
  background-color: silver;
}

.nav-dropdown-list.w--open {
  background-color: var(--secondary);
  padding-right: 125px;
}

.nav-dropdown-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-dropdown {
  display: none;
}

.nav-dropdown-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link.workflow {
  display: none;
}

.icon-2.ic--type-1 {
  width: 25px;
  transform: rotate(90deg);
}

.wrapper-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.wrapper-text-hero {
  width: 50%;
  max-width: 800px;
}

.heading {
  font-size: 50px;
  line-height: 100%;
}

.container-guides {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: flex;
}

.subheading {
  color: #666;
  font-size: 22px;
  line-height: 125%;
}

.subheading.s--white {
  color: #d3d3d3;
}

.subheading.s--white.s--small {
  color: #666;
  font-size: 19px;
}

.subheading.s--w-50 {
  text-align: center;
  width: 50%;
}

.subheading.left-aligned {
  text-align: left;
}

.image {
  opacity: .41;
  object-fit: contain;
  width: 75px;
  transform: rotate(90deg);
}

.image.i--type-2 {
  width: 400px;
  display: inline-flex;
  transform: none;
}

.image.i--type-3 {
  transform: none;
}

.wrapper-text-extra {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  border: 5px dashed #fa9f9a;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 50px;
  padding: 40px 50px;
  display: flex;
}

.wrapper-video {
  width: 450px;
  height: 250px;
}

.video-2 {
  aspect-ratio: 16 / 9;
}

.section-hero {
  padding-top: 100px;
}

.section-guides {
  margin-top: 150px;
}

.wrapper-text-guides {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 125%;
  display: flex;
}

.section-wetransfer {
  margin-top: 150px;
  position: relative;
}

.colour-bg {
  z-index: -2;
  background-color: var(--secondary);
  position: absolute;
  inset: 0%;
}

.colour-bg.cbg--type-2 {
  background-color: #eee;
}

.wrapper-title-wetransfer {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  max-width: 800px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 125%;
  display: flex;
}

.wrapper-text-structure {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.wrapper-file {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #333;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-file {
  margin-top: 150px;
  display: block;
  position: relative;
}

.section-workflow {
  margin-top: 150px;
  display: none;
}

.wrapper-workflow {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.image-2 {
  width: 100%;
}

.wrapper-text-workflow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 125%;
  display: flex;
}

.nav-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.nav-decoration {
  background-color: var(--primary);
  height: 3px;
}

.image-bg {
  z-index: -5;
  opacity: .03;
  object-fit: cover;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.page-wrapper {
  position: relative;
}

.image-3 {
  z-index: -5;
  position: absolute;
  inset: 0%;
}

.card {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #1b1b1be6;
  border: 2px solid #d3d3d3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 350px;
  padding: 0 0 20px;
  display: flex;
  position: relative;
}

.image-bg-2 {
  z-index: -3;
  width: 100%;
  height: 300px;
  position: absolute;
  inset: 0%;
}

.image-bg-2.bgi--type-2 {
  opacity: .3;
  object-fit: cover;
  height: 100%;
}

.card-content {
  margin-left: auto;
  margin-right: auto;
}

.card-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #525252;
  border: 2px solid #3d3d3d;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px;
  display: flex;
}

.h3 {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 100%;
}

.card-title {
  background-color: var(--secondary);
  color: #fff;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 5px 15px;
  display: flex;
}

.wrapper-text-file {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.wrapper-title-file {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 125%;
  display: flex;
}

.dropdown {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #5a5a5a;
  cursor: pointer;
  border: 4px solid #000;
  flex-flow: column;
  padding: 10px;
  display: flex;
}

.dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  display: flex;
}

.lottie-animation {
  width: 35px;
  height: 35px;
}

.dropdown-text {
  font-size: 16px;
  overflow: hidden;
}

.wrapper-dropdown-file {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.section-questionnaire {
  margin-top: 150px;
  padding: 20px;
  position: relative;
}

.wrapper-title-quest {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 125%;
  display: flex;
}

.wrapper-text-quest {
  color: #fff;
  flex-flow: column;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.container-wetransfer {
  justify-content: space-between;
  align-items: center;
  padding-top: 29px;
  padding-bottom: 29px;
  display: flex;
}

.image-4 {
  transform-style: preserve-3d;
  width: 600px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.form-field {
  background-color: #f8e4e3;
  border: 0 solid #000;
  display: none;
}

.message {
  padding-bottom: 150px;
}

.message.form-field {
  padding-top: 15px;
  padding-bottom: 50px;
}

.form-block {
  width: 40%;
  display: none;
}

.upload-field-wrapper {
  background-color: #f8e4e3;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 12px;
}

.form {
  border: 1px solid #f8e4e3;
  padding: 40px 20px;
}

.code-embed {
  display: none;
}

.code-embed-2 {
  display: block;
}

.text-field {
  background-color: #fff2f1;
  border: 0 solid #000;
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-span {
  color: var(--primary);
}

.bold-text {
  color: #666;
}

.bold-text.underline {
  border-bottom: 3px solid var(--primary);
}

.wrapper-structure-extra {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #e9e9e9;
  flex-flow: column;
  margin-top: 30px;
  padding: 20px;
  display: none;
}

.link-block {
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}

.link-block:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 14px 10px #24242433;
}

.link-block.hero {
  text-align: center;
  border: 5px dashed #ffd0cd;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  transition: background-color .2s;
}

.link-block.hero:hover {
  box-shadow: none;
  background-color: #fff3f3;
  transform: none;
}

.bold-text-2 {
  color: #000;
}

.wrapper-text-extra-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.wrapper-hero-extra {
  text-align: left;
  width: 100%;
  padding: 20px;
}

.section-space {
  height: 10vh;
  display: block;
}

.bold-text-3 {
  color: var(--primary);
}

.video-wrapper {
  width: 600px;
  height: 340px;
}

.video-3 {
  aspect-ratio: 16 / 9;
}

.section-space-2 {
  height: 10vh;
}

.mobile-message {
  justify-content: center;
  align-items: center;
  height: 250px;
  font-size: 22px;
  display: none;
}

@media screen and (max-width: 991px) {
  .h2 {
    font-size: 45px;
  }

  .lottie-2 {
    z-index: 5;
    display: flex;
    position: relative;
  }

  .nav-menu {
    z-index: 2;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #333;
    flex-flow: column;
    width: 100%;
    min-height: 100vh;
    margin-left: -100%;
    position: fixed;
    inset: 0%;
  }

  .subheading.s--white {
    font-size: 20px;
  }

  .image.i--type-2 {
    width: 350px;
  }

  .image.i--type-3 {
    width: 55px;
  }

  .video-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-hero {
    display: none;
  }

  .container-guides {
    flex-flow: column;
    align-items: center;
  }

  .image.i--type-3 {
    transform: rotate(90deg);
  }

  .wrapper-text-guides {
    width: 90%;
  }

  .wrapper-title-wetransfer {
    text-align: center;
    align-items: center;
    width: 90%;
  }

  .wrapper-file {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .h3.centered {
    text-align: center;
  }

  .wrapper-title-file {
    flex-flow: column;
  }

  .wrapper-title-quest {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .wrapper-text-quest {
    text-align: center;
    align-items: center;
    width: 90%;
  }

  .container-wetransfer {
    flex-flow: column;
  }

  .video-wrapper {
    width: 95%;
    height: auto;
  }

  .mobile-message {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .wrapper-text-guides, .wrapper-title-wetransfer, .wrapper-text-workflow {
    width: 90%;
  }

  .h3.centered {
    text-align: center;
  }

  .wrapper-text-quest {
    width: 90%;
  }
}


