body {
  color: #b52e52;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

a {
  color: #fff;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  list-style-type: disc;
}

.menu-button {
  z-index: 5;
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  background-color: #b52e52;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 3px;
  font-size: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #b52e52;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 10;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image {
  width: 216px;
}

.image.dark {
  width: 140px;
  position: absolute;
}

.home-hero {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.solution-list {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.solutions-collection-wrapper {
  width: 100%;
  height: 100%;
}

.div-block {
  z-index: 0;
  height: 100%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.div-block._2 {
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.collection-item {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.image-2 {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.image-2._1 {
  width: 25%;
}

.card-wrapper-hide {
  z-index: 1;
  width: 90%;
  height: 25vh;
  display: flex;
  position: relative;
}

.card-wrapper-hide._2 {
  align-self: flex-start;
  position: relative;
}

.main-heading {
  z-index: 5;
  color: #fff;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}

.main-heading.black {
  color: #000;
  align-self: flex-start;
  margin-bottom: 27px;
  margin-left: 0;
  margin-right: 0;
  font-family: Sourcesanspro, sans-serif;
  font-size: 2em;
  line-height: 1;
  position: static;
}

.main-heading.black._3 {
  font-size: 1.9em;
}

.main-heading._2 {
  text-transform: capitalize;
  margin-bottom: 19px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 5em;
}

.main-heading.f-ooter {
  text-transform: capitalize;
  margin-bottom: 46px;
  font-size: 1.6em;
}

.main-heading.heading_main {
  text-align: center;
}

.overlay {
  z-index: 1;
  width: 25%;
  height: 100%;
  background-color: rgba(39, 51, 111, .82);
  position: absolute;
}

.overlay._2 {
  width: 100%;
}

.overlay.full {
  z-index: 0;
  width: 100%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.home {
  background-color: rgba(1, 57, 137, .78);
}

.overlay.white {
  width: 100%;
  background-color: rgba(255, 255, 255, .9);
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-hiden {
  z-index: 2;
  width: 20vw;
  height: 100%;
  background-color: #fff;
  padding: 27px;
  position: relative;
  overflow: hidden;
}

.arrow-wrapper {
  z-index: 0;
  width: 70px;
  height: 70px;
  background-color: #b52e52;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.arrow-wrapper._2 {
  margin-right: 26px;
}

.arrow-wrapper.white {
  background-color: #fff;
}

.paragraph-faded {
  opacity: 1;
  color: #666;
  margin-bottom: 0;
  font-family: Sourcesanspro, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-faded.small {
  font-size: .9em;
}

.paragraph-faded.white {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-faded.white._2 {
  margin-bottom: 47px;
  font-size: 15px;
}

.paragraph-faded.about {
  margin-bottom: 35px;
  font-size: 1.3em;
  line-height: 1.4;
}

.paragraph-faded.about._3 {
  text-align: center;
}

.paragraph-faded._2 {
  color: #fff;
}

.paragraph-faded.solutions {
  margin-bottom: 12px;
}

.paragraph-faded.solutions._3 {
  z-index: 5;
  margin-bottom: 33px;
  font-size: 1.2em;
  position: relative;
}

.paragraph-faded.solutions._3._4 {
  font-size: 1.1em;
  line-height: 1.8;
}

.paragraph-faded.centre {
  text-align: center;
}

.paragraph-faded.blue {
  color: #fff;
  text-align: left;
  align-self: center;
  margin-right: 32px;
}

.paragraph-faded.second-sec {
  margin-bottom: 25px;
}

.paragraph-faded.centerfed {
  text-align: center;
}

.paragraph-faded.serv {
  margin-bottom: 39px;
}

.paragraph-faded a {
  color: #b52e52;
}

.div-block-4 {
  z-index: 5;
  align-self: center;
  position: relative;
  bottom: -12vh;
  overflow: hidden;
}

.div-block-4._2 {
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: 40%;
  left: 0%;
  right: 0%;
}

.div-block-5 {
  z-index: 5;
  width: 100%;
  background-color: rgba(221, 221, 221, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 36vh;
}

.bold_sub-text {
  color: #fff;
  text-transform: capitalize;
  font-family: Sourcesanspro, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}

.bold_sub-text.black {
  color: #000;
  font-size: 1.1em;
}

.div-block-6 {
  z-index: 5;
  margin-top: 28px;
  padding-bottom: 6px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.div-block-6._2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.heading_outlined {
  z-index: 0;
  opacity: .17;
  color: rgba(255, 255, 255, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sourcesanspro, sans-serif;
  font-size: 22.1em;
  line-height: 1.1;
  position: absolute;
  bottom: -48px;
}

.heading_outlined._2 {
  font-size: 15em;
  top: 16%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bottom-line {
  width: 90%;
  height: 2.1px;
  background-color: #b52e52;
  margin-top: 6px;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.div-block-7._2 {
  margin-bottom: 49px;
}

.div-block-7._3 {
  background-color: #27336f;
  align-items: center;
}

.div-block-7._4 {
  margin-left: 10vw;
}

.div-block-7._4.about {
  grid-template-columns: .75fr 1fr;
}

.div-block-7.services {
  margin-top: 1px;
  margin-left: 5vw;
  padding-right: 69px;
}

.section {
  padding-top: 20vh;
  padding-bottom: 5vh;
}

.section._3 {
  padding-bottom: 5vh;
}

.section.serv {
  padding-top: 0;
  padding-bottom: 10vh;
}

.text-block {
  color: #000;
  text-transform: capitalize;
  margin-left: 20px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 1.4em;
  line-height: 1.4;
}

.text-block.white {
  color: #c4bbbb;
  font-weight: 400;
}

.div-block-8 {
  margin-left: 10vw;
  padding-top: 5vh;
  padding-right: 108px;
}

.div-block-8._2 {
  background-color: #fff;
  padding: 68px;
}

.div-block-8._3 {
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 10vw;
  padding: 71px;
  display: flex;
}

.div-block-8._4 {
  width: 720px;
  margin-left: 0;
  padding-right: 0;
  position: relative;
}

.div-block-8._4.small {
  width: 620px;
}

.div-block-8._4.small.about {
  width: auto;
  padding-top: 0;
}

.div-block-8._4.contact {
  width: auto;
}

.div-block-8._4._12 {
  justify-content: center;
  margin-bottom: 55px;
  display: flex;
}

.div-block-8._5 {
  margin-left: 51px;
  padding-top: 0;
  padding-right: 160px;
  overflow: hidden;
}

.div-block-8.services {
  margin-left: 68px;
  margin-right: 10vh;
  padding-top: 0;
  padding-right: 0;
}

.crimson-block-small {
  z-index: -1;
  width: 45px;
  height: 45px;
  background-color: #b52e52;
  position: absolute;
}

.crimson-block-small._2 {
  z-index: 2;
  width: 70px;
  height: 70px;
  opacity: 1;
  mix-blend-mode: multiply;
  top: auto;
  bottom: -7%;
  left: -5%;
  right: auto;
}

.crimson-block-small._2.outline {
  width: 70px;
  height: 70px;
  opacity: .27;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #999;
  top: -5%;
  bottom: auto;
  left: auto;
  right: -7%;
}

.small-heading-wrapper {
  z-index: 5;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
  position: relative;
}

.heading-sub {
  color: #000;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 4em;
  line-height: 1;
}

.heading-sub._2 {
  margin-bottom: 15px;
  font-size: 2.8em;
}

.heading-sub.white {
  color: #fff;
  font-size: 4.2em;
}

.heading-sub._3 {
  text-align: center;
  font-size: 3.4em;
}

.heading-sub.bigger, .heading-sub.solutions {
  font-size: 4.5em;
}

.div-block-11 {
  width: 100%;
  height: 390px;
  background-image: var(--image-i620ee26);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  padding-left: 8vw;
  display: flex;
  position: relative;
}

.div-block-11.inverse {
  height: 450px;
  background-image: var(--image-494a7708);
  padding-left: 0;
  position: relative;
}

.div-block-11._2nd {
  height: 413px;
  background-image: var(--image-i5fa3e1e8);
  padding-left: 0;
  position: relative;
}

.div-block-11._3rd {
  height: 100%;
  background-image: var(--image-51b902ab);
}

.div-block-11._4th {
  background-image: var(--image-1794f093);
  flex-direction: row-reverse;
  padding-left: 0;
}

.div-block-11._5th {
  padding-left: 0;
  position: relative;
}

.div-block-11._5th.services {
  height: 430px;
  background-image: var(--image-1d240856);
  flex-direction: column;
  margin-top: 0;
}

.grey_outline {
  z-index: -1;
  opacity: .36;
  color: rgba(175, 175, 175, 0);
  font-family: Assistant, sans-serif;
  font-size: 17.7em;
  line-height: 1;
  position: absolute;
  bottom: 16.8vh;
}

.grey_outline._2 {
  z-index: -1;
  text-align: left;
  font-size: 11.8em;
  bottom: 12.7vh;
}

.grey_outline._3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10vw;
  font-size: 14em;
  bottom: 46.9vh;
}

.grey_outline._4 {
  z-index: 0;
  bottom: 55.6vh;
}

.div-block-12 {
  width: 30%;
  height: 100%;
  background-color: rgba(39, 51, 111, .82);
  order: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-12.left {
  width: 25vw;
  order: -1;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-12.left.bg {
  width: 80%;
  align-self: flex-end;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-12.right {
  z-index: 2;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-12.right.servicves {
  width: 100%;
  height: 30%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-3 {
  width: 21vw;
  order: -1;
}

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

.div-block-13._1 {
  display: block;
}

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

.div-block-14 {
  width: 80px;
  height: 80px;
  background-image: var(--image-i178eefda);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
  display: inline-block;
}

.div-block-14._2 {
  background-image: var(--image-493ab4c5);
}

.div-block-14._3 {
  background-image: var(--image-i6dc188ee);
}

.div-block-14._4 {
  background-image: var(--image-7fb8497f);
}

.div-block-14._5 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

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

.div-block-16 {
  background-color: #f1f1f1;
  margin-top: 30px;
  margin-right: 10vw;
  padding: 68px;
}

.image-5 {
  width: 90px;
  margin-top: 10px;
  display: none;
}

.provider-wrapper {
  width: auto;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-6 {
  width: 240px;
  height: 100%;
  max-width: none;
  object-fit: scale-down;
  margin-left: 11px;
  margin-right: 11px;
}

.div-block-18 {
  width: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.div-block-19 {
  justify-content: center;
  margin: 10vh 5vw;
  display: flex;
}

.section-2 {
  background-color: #f1f1f1;
  margin-bottom: 10vh;
}

.section-2._2 {
  background-image: linear-gradient(#fff 16%, #f1f1f1 16%);
  margin-bottom: 0;
  padding-bottom: 20vh;
}

.section-2.home {
  background-image: linear-gradient(#f1f1f1 89%, #fff 89%);
}

.progress-bar-wrapper {
  border-bottom: 1px solid rgba(181, 46, 82, .26);
}

.progress-bar {
  width: 98%;
  border-bottom: 10px solid #b52e52;
  justify-content: flex-end;
  display: flex;
}

.progress-bar.innovation {
  width: 92%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 10px solid #b52e52;
  justify-content: flex-end;
  display: flex;
}

.progress-bar.professional {
  width: 95%;
}

.div-block-20 {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 6px;
  display: flex;
}

.text-block-2 {
  color: #000;
  margin-bottom: 4px;
  font-family: Sourcesanspro, sans-serif;
  font-weight: 700;
}

.text-block-2.white {
  color: #000;
  font-size: 1em;
  font-weight: 400;
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 10vw;
  margin-right: 10vw;
  display: grid;
}

.heading {
  color: #b52e52;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.4;
}

.div-block-22 {
  background-color: #fff;
  border-bottom: 2px solid #f1f1f1;
  padding: 27px;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .4fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  display: grid;
}

.social-media_wrapper {
  height: 100%;
  background-color: #f1f1f1;
  background-image: var(--image-id2316a9);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  padding-left: 142px;
  padding-right: 29px;
  display: flex;
  position: relative;
}

.div-block-23 {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #27336f;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2vw;
  display: grid;
}

.link_block_social {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin-right: 19px;
}

.div-block-24 {
  margin-top: 31px;
}

.div-block-25 {
  height: 100%;
  padding: 68px 68px 68px 0;
}

.footer_link {
  color: #fff;
  font-family: Sourcesanspro, sans-serif;
  font-size: 1em;
  line-height: 1.1;
  text-decoration: none;
}

.list {
  color: #b52e52;
  margin-top: 14px;
  padding-left: 0;
  list-style-type: none;
}

.list._2 {
  padding-left: 0;
}

.list._3 {
  padding-left: 0;
  line-height: 1.1;
  list-style-type: none;
}

.list-item {
  color: #b52e52;
  margin-bottom: 10px;
  list-style-type: square;
}

.image-7 {
  width: 15px;
  margin-right: 10px;
}

.div-block-26 {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.section-3 {
  height: 70vh;
  background-image: var(--image-51b902ab);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20vh;
  padding-left: 8vw;
  padding-right: 8vw;
}

.section-3.solutions {
  background-image: linear-gradient(rgba(0, 0, 0, .23), rgba(0, 0, 0, .23)), var(--image-i49836b13);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-3.services {
  background-image: linear-gradient(rgba(39, 51, 111, .82), rgba(39, 51, 111, .82)), var(--image-65389df1);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
}

.section-3.services.services-list {
  height: auto;
  background-image: var(--image-65389df1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto;
  margin-top: 0;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
}

.section-3.services.publishers {
  padding-bottom: 20vh;
}

.section-3.services.publishers.contact {
  height: 100vh;
  background-image: linear-gradient(rgba(39, 51, 111, .82), rgba(39, 51, 111, .82)), var(--image-i49836b13);
}

.section-4 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10vh;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-top: 10vh;
  display: grid;
}

.image-8 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 2em;
  font-weight: 600;
}

.heading-2._2 {
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
}

.heading-2._2.white {
  color: #fff;
}

.div-block-27 {
  height: 240px;
  justify-content: center;
  align-items: center;
  margin-bottom: 33px;
  display: flex;
  position: relative;
}

.div-block-28 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: none;
  position: relative;
}

.div-block-29 {
  z-index: 0;
  width: 2px;
  height: 100%;
  background-color: #b52e52;
  position: absolute;
}

.date_block {
  z-index: 1;
  width: 65px;
  height: 65px;
  background-color: #27336f;
  justify-content: center;
  align-items: center;
  padding: 29px;
  display: flex;
  position: relative;
}

.date_block._2 {
  top: 19.4vh;
}

.date_block._3 {
  top: 69.4vh;
}

.text-block-3 {
  color: #fff;
  font-family: Sourcesanspro, sans-serif;
  font-size: 1.3em;
}

.div-block-31 {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.small-sphere {
  width: 10px;
  height: 10px;
  background-color: #b52e52;
  border-radius: 50px;
  position: relative;
}

.date_wrapper {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 16vh;
  right: 1.7vw;
}

.date_wrapper._2 {
  top: 42.7vh;
}

.date_wrapper._3 {
  top: 61.6vh;
}

.date_wrapper._4 {
  top: 105.4vh;
}

.date_card {
  width: 330px;
  background-image: var(--image-82a4bba);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 21px;
  padding: 16px 27px;
  display: flex;
}

.date_card.blue {
  width: 330px;
  background-image: var(--image-6205b5fb);
}

.date_card._2 {
  width: 330px;
}

.div-block-32 {
  border-bottom-width: 1px;
  border-bottom-color: #f1f1f1;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-33 {
  grid-column-gap: 55px;
  grid-row-gap: 16px;
  background-color: #f1f1f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 10vh 10vw 15vh;
  padding-top: 7vh;
  padding-bottom: 7vh;
  display: grid;
}

.div-block-33._2 {
  background-color: #27336f;
  background-image: var(--image-51b902ab);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10vw;
  margin-right: 10vw;
  padding: 115px 67px;
  display: flex;
  position: relative;
}

.div-block-33._2.about {
  align-items: center;
  margin-bottom: 10vh;
  padding-top: 23vh;
  padding-bottom: 23vh;
  padding-right: 37vw;
}

.image-9 {
  width: 65px;
  height: 65px;
}

.div-block-34 {
  width: 150px;
  height: 150px;
  border: 4px solid #b52e52;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #000;
  font-family: Sourcesanspro, sans-serif;
  font-size: 2em;
  line-height: 1.1;
}

.div-block-35 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-36 {
  width: 45vw;
  height: 75%;
  align-self: center;
  position: absolute;
  left: auto;
  right: -7.6vw;
}

.video {
  height: 50vh;
  margin-top: 50px;
}

.div-block-37 {
  z-index: 5;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 89px 4px 43px 43px;
  display: flex;
  position: relative;
}

.section-5 {
  margin-bottom: 20vh;
  padding-top: 20vh;
  padding-right: 3vh;
}

.underline {
  height: 2px;
  background-color: #f1f1f1;
  margin-bottom: 30px;
}

.button {
  z-index: 5;
  color: #fff;
  background-color: #b52e52;
  align-self: flex-start;
  padding: 15px 27px;
  font-family: Sourcesanspro, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  position: relative;
}

.button.solutions {
  align-self: center;
  margin-top: 20px;
}

.button.solutions.blue {
  background-color: #27336f;
  align-self: center;
}

.div-block-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: var(--image-1d240856);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-39._2 {
  position: relative;
  top: 26px;
}

.div-block-41 {
  height: 310px;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.div-block-41._2 {
  height: 100%;
  position: relative;
}

.image-10 {
  width: 54px;
  height: 54px;
  margin-bottom: 23px;
}

.ov3erlay {
  z-index: 0;
  background-color: rgba(181, 46, 82, .62);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ov3erlay.blue {
  background-color: rgba(39, 51, 111, .82);
}

.div-block-42 {
  z-index: 1;
  padding: 68px;
  position: relative;
}

.text-block-4 {
  color: #fff;
  font-family: Sourcesanspro, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
}

.div-block-43 {
  flex-direction: row;
  display: flex;
}

.div-block-44 {
  height: 625.984px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px #b52e52;
  border-bottom: 1px #b52e52;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 81px 68px 39px;
  position: relative;
}

.collection-list-4 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-2 {
  margin-left: 10vw;
  margin-right: 10vw;
}

.div-block-45 {
  z-index: 5;
  display: flex;
  position: relative;
}

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

.div-block-47 {
  align-items: center;
  margin-bottom: 10vh;
  margin-left: 10vw;
  display: inline-block;
}

.div-block-47._2 {
  margin-left: 5vw;
}

.text-block-5 {
  color: #b52e52;
  font-family: Sourcesanspro, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
}

.div-block-48 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide {
  width: 100%;
  height: 100%;
  background-image: var(--image-i414490a0);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-arrow {
  width: 70px;
  height: 70px;
  color: #000;
  background-color: #fff;
  font-size: 19px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 70px;
}

.right-arrow {
  width: 70px;
  height: 70px;
  color: #000;
  background-color: #fff;
  font-size: 19px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slide-nav {
  display: none;
}

.image-12 {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 5%;
  right: auto;
}

.slide-3 {
  background-image: var(--image-65389df1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: var(--image-i4b9da2ba);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: var(--image-d16c114);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-49 {
  height: 427.516px;
  background-color: #fff;
  border-bottom: 1px solid #b52e52;
  padding: 27px;
}

.div-block-50 {
  flex-direction: column;
  align-items: center;
  margin-left: 22vw;
  margin-right: 22vw;
  display: flex;
}

.div-block-51 {
  align-items: center;
  margin-top: 40px;
  display: none;
}

.text-field {
  width: 320px;
  height: 50px;
  color: #000;
  background-color: #fff;
  border: 1px #000;
  margin-bottom: 0;
  margin-right: 39px;
  padding-left: 19px;
  font-family: Sourcesanspro, sans-serif;
}

.text-field::-ms-input-placeholder {
  color: #000;
  font-size: 1em;
}

.text-field::placeholder {
  color: #000;
  font-size: 1em;
}

.div-block-52 {
  width: 50px;
  height: 50px;
  background-color: #b52e52;
  padding: 15px;
}

.empty-state, .empty-state-2 {
  background-color: rgba(221, 221, 221, 0);
}

.div-block-53 {
  margin-bottom: 12px;
  display: flex;
}

.image-13 {
  width: 16px;
  margin-right: 13px;
}

.section-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f1f1f1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10vh;
}

.section-6._2 {
  background-color: #fff;
  padding-left: 31px;
  padding-right: 31px;
}

.services-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-list.provideres {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.div-block-54 {
  width: 100%;
  height: 100%;
  align-self: flex-start;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-54.providers {
  background-image: var(--image-7b40fadb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20vh;
  display: grid;
}

.paragraph {
  color: #fff;
  font-size: 1.2em;
}

.div-block-55 {
  text-align: center;
  border: 1px solid #b52e52;
  border-radius: 20px;
  padding: 10px;
}

.div-block-55.prov_ {
  background-color: #b52e52;
  border-color: #b52e52;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding-left: 22px;
  padding-right: 22px;
  text-decoration: none;
  display: flex;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  display: grid;
}

.div-block-56 {
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.empty-state-3 {
  background-color: rgba(221, 221, 221, 0);
}

.p-accordion-answer {
  max-width: 38vw;
  color: #777;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 36px;
  font-family: Assistant, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.container {
  width: 100%;
  max-width: none;
  padding-left: 10vw;
  padding-right: 10vw;
}

.accordion-arrow {
  width: 28px;
  max-width: none;
  filter: invert();
}

.text-block-6 {
  color: #000;
  font-family: Assistant, sans-serif;
  font-size: 1em;
}

.accordion-item-top-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 36px;
  display: grid;
}

.accordion-item-bottom-wrapper {
  z-index: 2;
  padding-left: 40.5%;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.accordion-trigger-top {
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.accordion-highlight-top {
  z-index: -1;
  width: 100%;
  height: 150%;
  transform-origin: 50% 0;
  background-color: #f1f1f1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.accordion {
  border-bottom: 1px solid #fff;
}

.accordion-item {
  cursor: pointer;
  border-top: 1px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.accordion-trigger-bottom {
  width: 100%;
  height: 60%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion-highlight-bottom {
  z-index: -1;
  width: 100%;
  height: 150%;
  transform-origin: 50% 100%;
  background-color: #f1f1f1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-7 {
  margin-bottom: 0;
}

.image-14 {
  width: 7px;
}

.collection-list-wrapper-4 {
  margin-bottom: 39px;
}

.body {
  background-color: rgba(255, 255, 255, 0);
}

.empty-state-4 {
  background-color: rgba(221, 221, 221, 0);
}

.section-8 {
  margin-bottom: 20vh;
}

.div-block-61 {
  margin-bottom: 0;
}

.image-15 {
  width: 14px;
  margin-right: 12px;
}

.list-item-3 {
  margin-bottom: 17px;
  list-style-type: none;
  display: flex;
}

.navmenu {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30vh;
  padding-bottom: 18vh;
  padding-left: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brand {
  z-index: 2;
}

.div-block-62 {
  width: 12vw;
  color: #fff;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.nav-link {
  z-index: 1;
  width: 100%;
  color: #fff;
  order: -1;
  margin-left: 0;
  margin-right: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 4vw;
  font-family: Assistant, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav-link.w--current {
  z-index: 1;
  color: rgba(133, 142, 189, .82);
  background-image: linear-gradient(to right, #b52e52 45%, rgba(255, 255, 255, 0) 45%);
  line-height: 1.4;
  position: relative;
}

.maroon-overlay {
  z-index: 0;
  width: 0%;
  height: 100%;
  background-color: #b52e52;
  display: block;
  position: absolute;
}

.div-block-63 {
  margin-bottom: 5vh;
  position: relative;
}

.div-block-64 {
  width: 100%;
  border-top: 1px solid rgba(241, 241, 241, .22);
  margin-top: 0;
  margin-left: 4vw;
  margin-right: 4vw;
  padding-top: 5vh;
  display: flex;
  position: relative;
}

.image-16 {
  width: 30px;
  margin-right: 9px;
}

.div-block-65 {
  margin-right: 30px;
  display: flex;
  overflow: hidden;
}

.heading-4 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Assistant, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

.div-block-66 {
  justify-content: space-between;
  display: flex;
}

.overlay-blue {
  mix-blend-mode: multiply;
  background-color: #27336f;
  background-image: linear-gradient(rgba(0, 0, 0, .43), rgba(0, 0, 0, .43)), var(--image-i50c59382);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading_main {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4;
}

.heading_main._2 {
  text-align: center;
}

.div-block-67 {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 8px;
  display: grid;
}

.text-field-2 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: rgba(255, 255, 255, .39);
  font-family: Assistant, sans-serif;
  font-weight: 300;
}

.text-field-2::-ms-input-placeholder {
  color: #fff;
  font-family: Assistant, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.text-field-2::placeholder {
  color: #fff;
  font-family: Assistant, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.textarea {
  height: 90px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #9c9c9c;
  border-bottom-color: rgba(255, 255, 255, .39);
  margin-bottom: 27px;
  overflow: auto;
}

.textarea::-ms-input-placeholder {
  color: #fff;
  font-family: Assistant, sans-serif;
  font-weight: 300;
}

.textarea::placeholder {
  color: #fff;
  font-family: Assistant, sans-serif;
  font-weight: 300;
}

.submit-button {
  background-color: #b52e52;
}

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

.text-block-7 {
  color: #fff;
  font-family: Assistant, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.heading-5 {
  color: #fff;
  margin-top: 1px;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.4;
}

.div-block-69 {
  width: 75px;
  height: 75px;
  text-align: center;
  background-color: #b52e52;
  justify-content: center;
  align-items: center;
  padding: 21px;
  display: flex;
}

.div-block-70 {
  justify-content: flex-end;
  margin-bottom: 21px;
  display: flex;
}

.div-block-71 {
  text-align: right;
  margin-right: 18px;
}

.services {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 700;
}

.image-17 {
  filter: invert();
}

.tabs-menu-2 {
  margin-right: 2vw;
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.text-block-8 {
  color: #747474;
  font-family: Assistant, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.tab-link-all {
  background-color: rgba(221, 221, 221, 0);
  padding-left: 0;
}

.tab-link-all.w--current {
  color: #585858;
  background-color: rgba(241, 241, 241, 0);
  border-bottom: 1.5px solid #b52e52;
  font-weight: 700;
}

.tab-link-health {
  background-color: rgba(241, 241, 241, 0);
}

.tab-link-health.w--current {
  background-color: rgba(241, 241, 241, 0);
  border-bottom: 1.5px solid #b52e52;
}

.tab-link-multidisciplinary {
  background-color: rgba(255, 255, 255, 0);
}

.tab-link-multidisciplinary.w--current {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid #b52e52;
}

.tab-link-engineer {
  background-color: rgba(221, 221, 221, 0);
}

.tab-link-engineer.w--current {
  background-color: #fff;
  border-bottom: 1px solid #b52e52;
}

.button-2 {
  background-color: #b52e52;
  font-family: Assistant, sans-serif;
  font-size: 1.2em;
  line-height: 1.4;
}

.div-block-75 {
  width: 100%;
  justify-content: space-between;
  margin-top: 57px;
  display: flex;
}

.form {
  width: 40vw;
}

.white-overlay {
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 12px rgba(0, 0, 0, .55);
}

.div-block-76 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  top: 95px;
}

.slide-6 {
  width: 100%;
  overflow: hidden;
}

.mask-2 {
  width: 100%;
  flex: 1;
}

.slide-nav-2, .right-arrow-2, .left-arrow-2, .left-arrow-3, .right-arrow-3 {
  display: none;
}

.slider-2 {
  width: 100%;
  background-color: rgba(221, 221, 221, 0);
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.mask-3 {
  width: 260px;
  align-self: flex-start;
  overflow: visible;
}

.slide-nav-3 {
  color: #c7c7c7;
  align-self: center;
  font-size: 25px;
  line-height: 27px;
}

.pre-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 6vh 10vw;
  display: grid;
}

.heading-6 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Assistant, sans-serif;
  font-size: 2em;
  line-height: 1;
}

.div-block-78 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-18 {
  width: 50px;
  height: 84.7813px;
  margin-bottom: 19px;
}

.image-18._2 {
  width: 60px;
}

.back-to-top {
  z-index: 4;
  width: 65px;
  height: 65px;
  background-color: #b52e52;
  justify-content: center;
  align-items: center;
  padding: 27px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
  transform: rotate(-90deg);
}

.div-block-79 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #f1f1f1;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-80 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-3 {
  color: #000;
  background-color: #b52e52;
  margin-top: 22px;
  font-family: Assistant, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.collection-list-wrapper-5 {
  padding: 20vh 10vw 5vh;
}

.section-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10vh;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-bottom: 10vh;
  display: flex;
}

.image-19 {
  width: 390px;
}

.div-block-81 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 23px;
  display: grid;
}

.section-10 {
  margin: 10vh 10vw;
}

.slide-7 {
  overflow: hidden;
}

.form-block-2 {
  margin-bottom: 10vh;
}

.about-team {
  border-top: 1px #f1f1f1;
  flex-direction: column;
  align-items: center;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-top: 0;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.prof-card {
  text-align: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
  display: flex;
}

.collection-list-6 {
  grid-column-gap: 125px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
}

.image-20 {
  object-fit: cover;
}

.div-block-82 {
  width: 11rem;
  height: 11rem;
  border-radius: 100px;
  overflow: hidden;
}

.div-block-84 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-4 {
  text-align: center;
  column-count: 0;
}

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

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 15px;
    padding-left: 12px;
    padding-right: 23px;
  }

  .image {
    object-fit: contain;
  }

  .solution-list {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block {
    justify-content: flex-end;
  }

  .image-2._1 {
    width: 100%;
    height: 25%;
  }

  .card-wrapper-hide {
    width: auto;
    height: 20vh;
    align-items: flex-end;
    position: absolute;
  }

  .main-heading {
    text-align: center;
    font-size: 1.5em;
  }

  .main-heading.black {
    text-align: center;
    align-self: center;
    font-size: 1.5em;
  }

  .main-heading._2 {
    margin-bottom: 0;
  }

  .main-heading.f-ooter {
    text-align: left;
  }

  .overlay {
    width: 100%;
    height: 25%;
  }

  .overlay._2 {
    height: 100%;
  }

  .card-hiden {
    width: 34vw;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    padding: 12px;
    display: flex;
  }

  .paragraph-faded {
    text-align: left;
    font-size: .9em;
  }

  .paragraph-faded.white {
    text-align: left;
  }

  .paragraph-faded.white._2 {
    margin-bottom: 30px;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 10.1vh;
  }

  .div-block-5 {
    display: none;
    bottom: 44.7vh;
  }

  .heading_outlined {
    font-size: 10.1em;
    bottom: 24px;
  }

  .heading_outlined._2 {
    top: -4%;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-7._4 {
    grid-template-columns: 1fr;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .div-block-7._4.about {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-7.services {
    margin-left: 5vw;
  }

  .section {
    overflow: hidden;
  }

  .div-block-8 {
    margin-left: 0;
    padding-right: 0;
  }

  .div-block-8._2 {
    padding: 20px;
  }

  .div-block-8._3 {
    margin-right: 5vw;
    padding: 20px;
  }

  .div-block-8._4.small {
    margin-bottom: 64px;
  }

  .div-block-8._4.small.about {
    z-index: 2;
  }

  .div-block-8._5 {
    margin-top: 75px;
    margin-left: 0;
    padding-right: 0;
  }

  .div-block-8.services {
    margin-left: 21px;
    margin-right: 5vh;
    padding-top: 0;
  }

  .heading-sub {
    font-size: 3.7em;
  }

  .heading-sub.white {
    font-size: 2.7em;
  }

  .div-block-11._4th {
    height: 330px;
  }

  .grey_outline {
    bottom: 59.3vh;
  }

  .grey_outline._2 {
    bottom: 5.5vh;
  }

  .div-block-12.left.bg {
    width: 100%;
  }

  .image-3 {
    width: 173px;
  }

  .div-block-13 {
    grid-column-gap: 32px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .div-block-14._2 {
    width: 100%;
    text-align: center;
    background-position: 50%;
    display: block;
  }

  .div-block-16 {
    margin-right: 5vw;
    padding: 21px;
  }

  .provider-wrapper {
    width: 100%;
  }

  .image-6 {
    width: 170px;
  }

  .div-block-19 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .div-block-21 {
    grid-column-gap: 7px;
    grid-template-columns: 1fr 1fr;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .heading {
    text-align: center;
  }

  .footer {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .social-media_wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-25 {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .section-3 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section-3.services.publishers.contact {
    height: auto;
  }

  .section-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .heading-2._2, .heading-2._2.white {
    font-size: 1.5em;
  }

  .div-block-28 {
    align-items: flex-end;
  }

  .div-block-29 {
    height: 100vh;
    position: relative;
    bottom: 142px;
  }

  .date_block {
    left: 4.2vw;
  }

  .div-block-31 {
    width: 100%;
    align-items: flex-end;
  }

  .date_wrapper {
    width: 100%;
    right: -.3vw;
  }

  .date_wrapper._4 {
    top: 100vh;
  }

  .date_card {
    width: 100%;
    margin-right: 10px;
    padding-right: 42px;
  }

  .date_card.blue {
    width: 100%;
    margin-right: 0;
  }

  .date_card._2 {
    width: 100%;
  }

  .div-block-32 {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-33 {
    grid-template-columns: 1fr;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .div-block-33._2 {
    flex-direction: column;
    padding: 35px;
  }

  .div-block-33._2.about {
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 8vh 7vw 0;
  }

  .div-block-36 {
    width: 100%;
    display: none;
    position: relative;
    right: auto;
  }

  .div-block-37 {
    flex-direction: column;
    align-items: flex-start;
    padding: 31px 0;
  }

  .section-5 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-38 {
    grid-template-columns: 1fr;
  }

  .div-block-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper-2 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .div-block-47 {
    margin-left: 5vw;
  }

  .services-list {
    grid-template-columns: 1fr 1fr;
  }

  .services-list.provideres {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-57, .div-block-58, .div-block-59, .div-block-60 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .navmenu {
    display: none;
  }

  .div-block-62 {
    width: 26vw;
  }

  .div-block-75 {
    flex-direction: column;
    align-items: stretch;
  }

  .form {
    width: auto;
  }

  .pre-footer {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-79 {
    grid-template-columns: 1fr;
  }

  .div-block-80 {
    flex-direction: column;
    display: flex;
  }

  .button-3 {
    margin-top: 13px;
  }

  .section-9 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .about-team {
    margin-left: 1vw;
    margin-right: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .solution-list {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-2._1 {
    width: 100%;
    height: 25%;
  }

  .overlay {
    width: 100%;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
  }

  .div-block-7.services {
    grid-template-columns: 1fr;
    margin-right: 5vw;
  }

  .section {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .div-block-8 {
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-8._4 {
    width: auto;
  }

  .div-block-8.services {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-11._5th.services {
    height: 200px;
  }

  .grey_outline._3 {
    margin-left: 0;
    font-size: 12.8em;
  }

  .section-5 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    width: 40px;
    height: 40px;
    font-size: 2.7em;
  }

  .navbar {
    padding: 7px 13px 7px 0;
  }

  .image {
    width: auto;
    height: 39px;
    object-fit: fill;
  }

  .div-block {
    width: 100%;
    height: 25vh;
    position: relative;
    overflow: hidden;
  }

  .image-2._1 {
    height: 100%;
  }

  .main-heading.black {
    text-align: left;
    align-self: flex-start;
  }

  .overlay {
    height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .card-hiden {
    width: 73vw;
  }

  .arrow-wrapper._2 {
    width: 40px;
    height: 40px;
    margin-right: 21px;
    padding: 13px;
  }

  .paragraph-faded {
    text-align: left;
    margin-bottom: 6px;
    font-size: .9em;
  }

  .paragraph-faded.about {
    text-align: left;
  }

  .div-block-4 {
    bottom: 10.1vh;
  }

  .heading_outlined._2 {
    z-index: 0;
  }

  .div-block-7 {
    grid-row-gap: 33px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-7._3 {
    background-color: rgba(39, 51, 111, 0);
    flex-direction: column;
    display: flex;
  }

  .section {
    padding-bottom: 0;
    overflow: hidden;
  }

  .div-block-8 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .div-block-8._2 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-8._3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8._4 {
    width: auto;
  }

  .div-block-8._4.small {
    z-index: 1;
    width: auto;
    margin-bottom: -2px;
  }

  .div-block-8._5 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .div-block-8.solutions {
    margin-left: 0;
    margin-right: 0;
  }

  .crimson-block-small._2 {
    width: 60px;
    height: 60px;
    left: -3%;
  }

  .crimson-block-small._2.outline {
    right: -3%;
  }

  .small-heading-wrapper {
    margin-bottom: 26px;
  }

  .heading-sub {
    margin-bottom: 25px;
    font-size: 2.5em;
  }

  .heading-sub._2, .heading-sub._3 {
    font-size: 2.5em;
  }

  .div-block-11 {
    height: 31vh;
  }

  .div-block-11.inverse, .div-block-11._2nd {
    height: 200px;
  }

  .grey_outline {
    bottom: 56vh;
  }

  .grey_outline._3 {
    bottom: 171.9vh;
  }

  .div-block-13, .collection-list {
    grid-template-columns: 1fr;
  }

  .div-block-14 {
    background-position: 0%;
  }

  .div-block-14._2 {
    text-align: left;
    background-position: 0%;
  }

  .div-block-14._3, .div-block-14._4 {
    width: 100%;
  }

  .div-block-15 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-16 {
    margin-top: 0;
    margin-right: 0;
  }

  .image-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-2._2 {
    background-image: linear-gradient(#fff 5%, #f1f1f1 5%);
  }

  .section-2.home {
    background-image: linear-gradient(#f1f1f1 56%, #fff 56%);
  }

  .text-block-2.white {
    font-size: .7em;
  }

  .div-block-21 {
    grid-template-columns: 1fr;
  }

  .heading {
    text-align: left;
  }

  .social-media_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-23 {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .div-block-24 {
    align-self: flex-start;
  }

  .div-block-25 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3.services.publishers.contact {
    padding-bottom: 5vh;
    overflow: hidden;
  }

  .section-3.services.providers {
    height: auto;
    padding-bottom: 5vh;
  }

  .heading-2._2 {
    font-size: 1em;
    line-height: 1;
  }

  .heading-2._2.white {
    font-size: 1em;
  }

  .date_block {
    left: 5.8vw;
  }

  .date_block._2 {
    top: 20vh;
  }

  .date_block._3 {
    top: 77.2vh;
  }

  .div-block-31 {
    align-self: flex-end;
    margin-right: 8px;
  }

  .small-sphere {
    display: none;
  }

  .date_wrapper._2 {
    top: 48.1vh;
  }

  .date_card {
    margin-right: 0;
  }

  .date_card.blue {
    background-image: var(--image-6205b5fb);
    background-position: 100%;
  }

  .date_card._2 {
    background-image: var(--image-82a4bba);
    background-position: 100%;
  }

  .div-block-32 {
    text-align: left;
  }

  .div-block-33 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-33._2 {
    padding: 12px;
    overflow: hidden;
  }

  .div-block-33._2.about {
    margin-left: 0;
    margin-right: 1vw;
    padding-bottom: 8vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-37 {
    width: 100%;
  }

  .section-5 {
    overflow: hidden;
  }

  .button.solutions {
    align-self: center;
  }

  .div-block-38 {
    grid-template-columns: 1fr;
  }

  .div-block-44 {
    height: auto;
    padding: 49px 0 100px;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper-2 {
    grid-template-columns: 1fr;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .image-11 {
    width: Infinity% ;
    height: 100%;
  }

  .div-block-47 {
    margin-left: 5vw;
  }

  .text-block-5 {
    font-size: 1em;
  }

  .div-block-50 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .div-block-51 {
    flex-direction: row;
  }

  .text-field {
    width: auto;
    align-self: center;
    margin-right: 16px;
    padding-left: 17px;
    padding-right: 43px;
  }

  .section-6._2 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .services-list {
    grid-template-columns: 1fr;
  }

  .paragraph {
    font-size: .9em;
  }

  .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .p-accordion-answer {
    max-width: none;
  }

  .text-block-6 {
    font-size: .7em;
  }

  .accordion-item-bottom-wrapper {
    padding-left: 1.5%;
  }

  .div-block-57, .div-block-58, .div-block-59, .div-block-60 {
    align-items: flex-start;
  }

  .section-8 {
    overflow: hidden;
  }

  .navmenu {
    padding-top: 17vh;
  }

  .div-block-62 {
    width: 38vw;
  }

  .div-block-64 {
    flex-direction: column;
  }

  .image-16 {
    width: 20px;
  }

  .div-block-65 {
    margin-bottom: 39px;
    margin-right: 0;
  }

  .heading-4 {
    margin-bottom: 3px;
    font-size: 1em;
  }

  .div-block-67 {
    grid-template-columns: 1fr;
  }

  .heading-5 {
    font-size: 1.4em;
    line-height: 1.1;
  }

  .div-block-69 {
    width: 50px;
    height: 50px;
    padding: 19px;
  }

  .div-block-70 {
    margin-bottom: 39px;
  }

  .tabs-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-link-all {
    padding-left: 30px;
  }

  .div-block-75 {
    margin-top: 125px;
  }

  .mask-3 {
    align-self: center;
  }

  .pre-footer {
    grid-template-columns: 1fr;
    margin: 10vw 3vw;
  }

  .div-block-78 {
    margin-bottom: 14px;
  }

  .image-18 {
    width: 60px;
    margin-bottom: 13px;
  }

  .back-to-top {
    width: 50px;
    height: 50px;
    padding: 21px;
  }

  .section-9 {
    margin-top: 5vh;
    padding-bottom: 5vh;
  }

  .section-10 {
    margin: 5vh 5vw;
  }

  .about-team {
    flex-direction: column;
    align-items: center;
    margin-left: 5vw;
    margin-right: 5vw;
    display: flex;
  }

  .collection-list-6 {
    grid-template-columns: 1fr;
  }

  .div-block-83 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-84 {
    grid-template-columns: 1fr;
  }
}

#w-node-_2e9e7523-07a4-0a35-b29d-24b9134efca2-f335c764, #w-node-_3a6e1eff-8760-8665-39e7-e218fae3ffec-f335c764, #w-node-_3a6e1eff-8760-8665-39e7-e218fae3fff9-f335c764, #w-node-abecdae6-507a-df4b-2c2d-03da0fb1e795-f335c764, #w-node-f12356ac-d39e-e4fe-9f6b-47f30f673d4e-f335c764, #w-node-_107755eb-9cc2-fb06-a7a1-498fc1f6f941-f335c764, #w-node-ab2657c2-7edb-9eeb-3b2f-4a8aba3a7464-f335c764, #w-node-_506408e1-223a-55ae-c4b3-9e8827800143-f335c764, #w-node-_73bfa796-68f7-ac14-efc7-d535bee31115-f335c764, #w-node-a8c96803-d835-ddd6-d53d-818bf62e8082-f335c764 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7327d71f-90c0-bc35-055c-a0626243662d-f335c764 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-f8dd8d65-5f25-2b92-98b0-b7f005bf31d2-05bf31d1 {
  align-self: center;
}

#w-node-f8dd8d65-5f25-2b92-98b0-b7f005bf31dd-05bf31d1, #w-node-f8dd8d65-5f25-2b92-98b0-b7f005bf31f1-05bf31d1, #w-node-f8dd8d65-5f25-2b92-98b0-b7f005bf3202-05bf31d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b131aa5b-c141-3f28-f8bd-6e8e35f179ab-35f179aa, #w-node-b131aa5b-c141-3f28-f8bd-6e8e35f179b4-35f179aa, #w-node-b131aa5b-c141-3f28-f8bd-6e8e35f179bb-35f179aa, #w-node-b131aa5b-c141-3f28-f8bd-6e8e35f179c2-35f179aa {
  justify-self: center;
}

#w-node-_2754a9a4-f53f-e6ef-9d9e-476822081ad7-f335c76b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9eb61ea7-2a6c-8595-5388-654cd1158ded-f335c76b {
  align-self: start;
}

#w-node-d7766b3a-2f5a-745b-0560-9daaaddda684-f335c76b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c87ffa4-d82b-c353-162e-a9e2a9632d6a-f335c76b, #w-node-_00697cbe-4b46-0ff5-c7c4-d63db36fae30-f335c76b, #w-node-_8e9198be-6026-d633-41f9-21811c9ff017-f335c76b, #w-node-_3584b29f-9ab0-9e20-91f7-3040188e2d25-f335c76b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e7456160-d9d5-bd84-0ba3-dab6803b66f4-f335c76b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7456160-d9d5-bd84-0ba3-dab6803b66e7-f335c76b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#Type-of-Enquiry.w-node-_854e2901-c3bf-2dc1-f113-6d9e73d0a2a4-f335c76c, #w-node-_63c5872e-e4fa-836a-2c23-ab749d2e9cb0-f335c76c, #w-node-_3c4232b8-a184-6587-a8ce-dca31581a62a-f335c772, #w-node-f99a97ce-26b7-ea0c-b8e3-eb7c5fe3a3fc-f335c776, #w-node-_2cbeda8a-93ff-7e35-2c21-4042346b647b-f335c776, #w-node-_66769b08-968f-ec66-9530-20d1971eca75-f335c776 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d338b35-abb4-653a-c519-e79528fef42f-f335c776, #w-node-_90305445-d7a6-68cf-6468-055f96d327e0-f335c776, #w-node-_2310777e-ed5b-cdb1-bf9d-a1126a956f77-f335c776, #w-node-_2310777e-ed5b-cdb1-bf9d-a1126a956f70-f335c776 {
  align-self: end;
}

#w-node-_3b97b5ab-feea-1087-8c0f-80601ed4b078-f335c776 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b97b5ab-feea-1087-8c0f-80601ed4b07a-f335c776 {
  align-self: center;
  justify-self: end;
}

#w-node-f029c7c2-c480-d2f9-faa2-e76531d80c6e-f335c77a, #w-node-f029c7c2-c480-d2f9-faa2-e76531d80c61-f335c77a, #w-node-f029c7c2-c480-d2f9-faa2-e76531d80c61-f335c77b, #w-node-f029c7c2-c480-d2f9-faa2-e76531d80c6e-f335c77b, #w-node-_19f1a0f7-6e01-aba4-f145-9a100109c8f6-f335c77b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f029c7c2-c480-d2f9-faa2-e76531d80c76-f335c77b {
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_9f34ebe8-158f-5bb5-52c6-6f9cfff24bc6-f335c764, #w-node-f815565f-b957-556c-1d1a-edefbe70754c-f335c764 {
    justify-self: center;
  }

  #w-node-f8dd8d65-5f25-2b92-98b0-b7f005bf31f1-05bf31d1 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9f34ebe8-158f-5bb5-52c6-6f9cfff24bc6-f335c764, #w-node-f815565f-b957-556c-1d1a-edefbe70754c-f335c764, #w-node-_56b1b245-c481-daab-45e4-50974d46e117-f335c764 {
    justify-self: start;
  }

  #w-node-_00697cbe-4b46-0ff5-c7c4-d63db36fae30-f335c76b, #w-node-_3584b29f-9ab0-9e20-91f7-3040188e2d25-f335c76b {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Assistant';
  src: url("/assets/fonts/assistant-bold.ttf") format('truetype'), url("/assets/fonts/assistant-extrabold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Assistant';
  src: url("/assets/fonts/assistant-extralight.ttf") format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Assistant';
  src: url("/assets/fonts/assistant-medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Assistant';
  src: url("/assets/fonts/assistant-semibold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Assistant';
  src: url("/assets/fonts/assistant-light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Assistant';
  src: url("/assets/fonts/assistant-regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url("/assets/fonts/sourcesanspro-extralight.ttf") format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url("/assets/fonts/sourcesanspro-semibold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url("/assets/fonts/sourcesanspro-regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url("/assets/fonts/sourcesanspro-bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url("/assets/fonts/sourcesanspro-light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}