:root {
  --traxim-green: #2e7d32;
  --traxim-green-hover: #295a2d;
  --traxim-red: #b90003;
  --slight-grey: #bebebe;
  --white: white;
  --dark-grey: #252525;
  --black: #000;
  --transparent: #0202028f;
  --dim-grey: #6b6b6b;
  --medium-violet-red: #b32e6e;
  --sand: #f5f8ed;
  --blue-violet: #6e2ed8;
  --purple: #602bb6;
  --deep-pink: #bb0407;
  --medium-slate-blue: #955df1;
  --traxim-blue: #5382be;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
}

p {
  color: #6b6b6b;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 140px;
  display: block;
  position: relative;
}

.section.center {
  -webkit-text-fill-color: inherit;
  background-color: #15161a;
  background-image: none;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  z-index: -10;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding: 0;
  display: block;
  position: relative;
}

.section.wide.img {
  padding-top: 0;
  padding-bottom: 0;
}

.section.wide.purple {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.header {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: sticky;
  inset: 0;
}

.nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.nav-inner {
  opacity: 1;
  background-color: #000000e0;
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 10vh 0 10vw;
  display: flex;
  position: sticky;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: Gothic A1, sans-serif;
  font-size: 2vw;
  line-height: 1.25em;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: auto;
  max-width: none;
  padding: 1em 4vw;
  display: flex;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 35%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.feature-content.left {
  justify-content: center;
  align-items: flex-start;
}

.feature-content.right {
  justify-content: center;
  align-items: flex-end;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 50px;
  font-weight: 500;
  line-height: 1em;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #fc0a7e;
  border-radius: 3px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  background-color: var(--traxim-green);
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  mix-blend-mode: normal;
  background-clip: border-box;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  max-width: 80vw;
  min-height: 3px;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  background-color: var(--traxim-green-hover);
  color: #fff;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: block;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  z-index: 8;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  min-height: auto;
  padding-top: 2em;
  padding-bottom: 1em;
  padding-left: 0;
  display: block;
  position: relative;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.image-frame-2 {
  object-fit: fill;
  flex: none;
  min-width: auto;
  height: auto;
  min-height: auto;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

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

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 var(--traxim-red);
  color: #fff;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

.form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  z-index: 1;
  object-fit: cover;
  width: 1400px;
  max-width: 80%;
  height: 100%;
  max-height: none;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
  font-size: 54px;
}

.hero-content {
  z-index: auto;
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 40px;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  font-size: 36px;
}

.feature-wrap.logos {
  border-style: none;
  flex-flow: column;
  height: auto;
  padding-top: 25vh;
  padding-bottom: 25vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 50vw;
  margin-top: 0;
  display: flex;
}

.feature-image.blurred {
  box-shadow: 0 0 13px -1px var(--slight-grey);
}

.black {
  color: #000;
}

.hero-subhead {
  color: #fff;
  max-width: 60%;
  font-size: 30px;
  line-height: 44px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  padding-top: 20px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  background-color: var(--white);
  color: #000;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  width: 100%;
  max-width: 80vw;
  height: 2em;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0 15px 20px;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-arrow {
  color: #d6d6d6;
  margin: 0;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 20px;
  position: static;
  inset: 0% 0% auto auto;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.left-arrow {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  inset: 0% auto 0% 0%;
}

.right-arrow {
  direction: ltr;
  text-align: right;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0% 0% 0% auto;
}

.slide-nav {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 7px;
  position: static;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: 0 auto;
  display: flex;
}

.nav-menu-2 {
  position: relative;
}

.brand {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.resource-centre-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  z-index: 5;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: .5em;
  font-size: 24px;
  line-height: 1.25em;
  position: relative;
}

.heading-3.in-minutes {
  padding-top: .5em;
  padding-bottom: .5em;
}

.form-block {
  width: 16%;
}

.heading-4 {
  width: 90%;
  min-width: auto;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5em;
}

.container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-3 {
  color: var(--white);
  text-align: left;
  font-size: 25px;
  font-weight: 500;
}

.div-block-13 {
  z-index: 10;
  background-image: linear-gradient(90deg, #000 34%, #fff0 74% 86%);
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.paragraph-2 {
  color: #b4b4b4;
  max-width: 920px;
  margin-bottom: 0;
  padding-bottom: 2em;
  font-family: Gothic A1, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.heading-5 {
  text-align: center;
  width: auto;
}

.div-block-14 {
  background-color: #000000e0;
  min-width: 100%;
  min-height: 100%;
}

.div-block-15 {
  min-width: auto;
  min-height: auto;
  position: static;
}

.image-5 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: auto;
  display: block;
  position: absolute;
  overflow: visible;
}

.cta-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-width: auto;
  max-width: 1000px;
  min-height: auto;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.form-block-2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 500px;
  min-height: 20px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section-2 {
  z-index: 999;
  flex-flow: row;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.section-3 {
  height: auto;
}

.section-4, .section-5 {
  position: static;
}

.section-6 {
  margin-top: 0;
  position: static;
}

.image-6 {
  aspect-ratio: auto;
  object-fit: fill;
  max-width: none;
  overflow: visible;
}

.div-block-17 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.cta-mechanics {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  color: #c5c5c5;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 656px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: 0;
}

.about-us {
  clear: none;
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--dark-grey) 11%, #000000b5 27%, #000000b5 76%, var(--black) 96%), url('../images/Depositphotos_6390407_XL---resized.jpg');
  -webkit-text-fill-color: inherit;
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-clip: border-box;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: block;
  position: static;
}

.about-us.tracks1 {
  background-image: linear-gradient(180deg, var(--transparent) 51%, var(--black) 98%), url('../images/Depositphotos_5272293_XL---resized.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.footer-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.heading-6 {
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 36px;
  line-height: 1em;
}

.announcement {
  padding-top: 100px;
  padding-bottom: 100px;
}

.how-it-works {
  background-color: #0000;
  padding-top: 2em;
  padding-bottom: 4em;
}

.hero {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #0000;
  background-image: linear-gradient(95deg, #000 23%, #fff0), url('../images/Depositphotos_4649912_resized-2.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 80vw;
  background-clip: border-box;
  width: auto;
  max-width: none;
  height: 100vh;
  display: block;
  position: relative;
  right: 0;
  overflow: hidden;
}

.image-7 {
  z-index: 1;
  aspect-ratio: auto;
  filter: grayscale();
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  position: static;
  overflow: visible;
}

.div-block-18 {
  background-color: #000000f5;
  height: 600px;
}

.paragraph-3 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5em;
}

.deep-insights {
  background-color: var(--dark-grey);
  color: #3b3b3b;
  padding-top: 2em;
  padding-bottom: 2em;
}

.generate-timetables {
  background-color: var(--dark-grey);
  padding-bottom: 60px;
}

.uses-black {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1em;
  display: flex;
}

.uses-wrap {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  display: flex;
}

.section-head-wrap {
  object-fit: cover;
  margin-top: 0;
  padding: 0 10vw 20px;
}

.div-block-19 {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: linear-gradient(93deg, #000 39%, #fff0 77%);
  background-clip: border-box;
  width: 1400px;
  max-width: 80%;
  height: 800px;
  display: inline-block;
  position: absolute;
  left: 0;
  right: auto;
  overflow: hidden;
}

.image-frame-3 {
  height: auto;
  position: absolute;
  overflow: hidden;
}

.dark-overlay {
  position: static;
}

.text-block-4 {
  color: var(--black);
  font-weight: 500;
}

.error-message {
  background-color: #f88a8a;
  max-width: 500px;
  margin-top: 20px;
}

.text-block-5 {
  color: #3a3a3a;
}

.success-message {
  background-color: #72c750;
}

.heading-7 {
  text-align: center;
  font-size: 1.5vw;
  line-height: 1.25em;
}

.container-2 {
  max-width: none;
}

.cta-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  place-content: center;
  align-items: flex-start;
  height: 600px;
  padding: 2em 3vw;
  display: flex;
  position: relative;
}

.heading-1 {
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40vh;
  padding-bottom: 40vh;
  padding-left: 10vw;
  font-family: Open Sans, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1.25em;
}

.paragraph-4 {
  color: var(--white);
  max-width: 40vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
  font-size: 16px;
  line-height: 1.75em;
}

.paragraph-4.justified-r {
  text-align: right;
}

.paragraph-4.justified-left {
  text-align: left;
}

.heading-8 {
  font-size: 1.2vw;
}

.paragraph-5 {
  font-size: .6em;
  line-height: 1.75em;
}

.image-8 {
  aspect-ratio: auto;
  object-fit: fill;
  max-width: none;
  height: 280px;
  overflow: hidden;
}

.uses-content {
  width: 45%;
  padding-bottom: 1em;
  padding-left: 2vw;
  padding-right: 2vw;
}

.slide {
  text-align: center;
}

.slider {
  background-color: #ddd0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.right-arrow-2 {
  font-size: 20px;
}

.mask, .slide-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frequently-asked-questions {
  background-color: var(--dark-grey);
  padding: 2em 5vw 10px;
}

.accordion-wrap {
  color: var(--white);
  width: 100%;
}

.accordion-toggle {
  -webkit-text-stroke-color: var(--black);
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.dropdown-list {
  background-color: var(--dim-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
}

.dropdown-list.w--open {
  text-align: left;
  object-fit: fill;
}

.accordion-item {
  -webkit-text-stroke-color: var(--black);
  width: 100%;
  margin-bottom: 2em;
  padding-bottom: 0;
  overflow: hidden;
}

.accordion-icon {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: 1em;
}

.text-block-6 {
  color: var(--white);
  flex: 1;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1.5em;
}

.dropdown-link {
  background-color: var(--dark-grey);
  color: var(--slight-grey);
  text-align: left;
  -webkit-text-stroke-color: var(--white);
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
  flex: 0 auto;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.75em;
  text-decoration: none;
  overflow: visible;
}

.heading-9 {
  margin-top: 3em;
}

.slide-3 {
  width: 80vw;
}

.slider-2 {
  background-color: #dddddd05;
  height: 300px;
  margin-left: 20vw;
  margin-right: 20vw;
}

.icon-2 {
  margin: 4em 1.5vw 2em;
  font-size: 40px;
  font-weight: 400;
}

.icon-3 {
  margin: 4em 1.5vw 2em auto;
  font-size: 40px;
}

.left-arrow-2 {
  width: 80px;
  position: absolute;
}

.slide-nav-2 {
  font-size: 1vw;
  line-height: 1em;
  position: static;
}

.right-arrow-3 {
  width: 80px;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-7 {
  color: var(--white);
  font-size: 50px;
}

.text-block-7.white {
  color: var(--white);
}

.heading-10 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  padding-bottom: 1em;
  font-size: 26px;
  font-weight: 600;
}

.heading-10.in-minutes {
  margin-top: 60px;
  margin-left: 30vw;
}

.paragraph-6 {
  color: var(--slight-grey);
  text-align: left;
  padding: 0 0 20px;
  font-size: 16px;
}

.container-3 {
  width: 80%;
}

.text-block-8 {
  color: var(--dim-grey);
  font-size: 10px;
}

.image-9 {
  width: auto;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-11 {
  margin-top: 10px;
  padding-right: 40px;
  font-size: 32px;
  line-height: 1.2em;
}

.heading-12 {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
}

.body-2 {
  background-color: var(--black);
  line-height: 1.2em;
}

.heading-13 {
  color: var(--slight-grey);
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.heading-14 {
  color: var(--dim-grey);
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 0;
  font-size: 22px;
  line-height: 1.2em;
}

.heading-15 {
  color: var(--slight-grey);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 4vh;
  line-height: 1.2em;
  display: inline-block;
}

.container-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: flex-start start;
  padding-bottom: 20px;
  display: flex;
}

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

.div-block-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.div-block-24 {
  flex: 0 auto;
  max-width: 75%;
  padding-left: 15%;
  padding-right: 15%;
  display: block;
}

.list-item {
  color: var(--slight-grey);
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

.link-block {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-16 {
  color: var(--slight-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.heading-17, .heading-18 {
  margin-bottom: 10px;
}

.button-2 {
  background-color: var(--traxim-green);
  mix-blend-mode: normal;
  border-radius: 10px;
  margin-right: 20px;
}

.button-2:hover {
  background-color: var(--traxim-green-hover);
}

.heading-13-copy {
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.2em;
}

.heading-19 {
  color: var(--black);
}

.submit-button, .submit-button-2 {
  background-color: var(--traxim-red);
}

.heading-20 {
  color: var(--black);
}

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

.text-block-9 {
  color: #fff;
  padding-left: 5px;
  font-size: 26px;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover, .nav-link-2:active {
  color: #b19898;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.navbar-2 {
  background-color: #020202e3;
  padding-top: 1em;
  padding-bottom: 1em;
}

.container-5 {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.navbar {
  height: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.header-2 {
  border-bottom: 5px solid #000;
  margin-top: 100px;
  padding-left: 40px;
  position: static;
}

.recent-projects {
  border-bottom: 5px solid #000;
  max-width: none;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-6 {
  border-bottom: 0 solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: none;
  padding-top: 0;
  display: flex;
}

.heading-21 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 2.5px;
  font-size: 20px;
  line-height: 1.5em;
}

.recent-projects-list {
  padding: 5px 5px 5px 20px;
  font-size: 11px;
}

.heading-22 {
  color: var(--black);
}

.simulation-setting {
  text-align: right;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px 5px 20px;
  font-size: 11px;
}

.heading-23 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 2.5px;
  font-size: 20px;
  line-height: 1.5em;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #b90003;
  width: 160px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.select-button {
  background-color: var(--traxim-red);
  text-align: center;
  border-radius: 10px;
  width: 70px;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 5px;
  font-size: 11px;
}

.select-button:hover {
  background-color: #000;
}

.dropdown {
  margin-left: 0;
  margin-right: auto;
}

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

.heading-24 {
  color: #b19898;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 2.5px;
  font-size: 12px;
  line-height: 1.25em;
}

.div-block-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: flex;
}

.scenario-inputs {
  border-bottom: 5px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-10 {
  text-align: left;
  width: 100%;
}

.div-block-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70%;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.dropdown-toggle {
  background-color: var(--traxim-red);
  color: #fff;
  border: 2px solid #b90003;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40px;
  position: static;
}

.value-box {
  text-align: center;
  border: .5px solid #000;
  width: 50px;
  min-height: 21px;
}

.file-type {
  flex: 0 auto;
  width: 200px;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 11px;
}

.file-type.file-path {
  border: .5px solid #000;
  border-radius: 1px;
  width: 100%;
  min-height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.div-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container-7 {
  border-bottom: 0 solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: none;
  padding-top: 0;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

.validation {
  border-bottom: 5px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-8 {
  border-bottom: 0 solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: none;
  padding-top: 0;
  display: flex;
}

.heading-25 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 2.5px;
  font-size: 20px;
  line-height: 1.5em;
}

.heading-26 {
  color: #b19898;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 2.5px;
  font-size: 12px;
  line-height: 1.25em;
}

.check-scenario-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #b90003;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: auto;
  margin-left: 100px;
  display: inline-flex;
  overflow: visible;
}

.check-scenario-button:hover {
  background-color: #000;
}

.text-block-11 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-10 {
  border: 2px solid #000;
  width: 90%;
  height: 400px;
  margin: 20px auto 40px;
}

.simulation-manager {
  border-bottom: 5px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.heading-27 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 2.5px;
  font-size: 20px;
  line-height: 1.5em;
}

.div-block-31 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field-2 {
  text-align: center;
  width: 8%;
  margin-bottom: 5px;
}

.div-block-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center end;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  display: grid;
}

.div-block-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.field-label-2 {
  text-align: center;
  width: 8%;
  font-size: 12px;
}

.heading-28 {
  color: #b19898;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 2.5px;
  font-size: 12px;
  line-height: 1.25em;
}

.div-block-33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: flex;
}

.form-3 {
  width: 100%;
}

.select-field {
  color: #000;
  width: 8%;
  margin-bottom: 5px;
}

.text-field {
  width: 60%;
  margin-bottom: 5px;
}

.field-label {
  text-align: left;
  width: 60%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.div-block-34 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.form-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.submit-button-3 {
  background-color: #b90003;
  border-radius: 10px;
  margin: 40px auto 20px;
  display: block;
}

.submit-button-3:hover {
  background-color: #000;
}

.text-block-12 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.the-worm {
  border-bottom: 5px solid #000;
}

.heading-29 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 2.5px;
  font-size: 20px;
  line-height: 1.5em;
}

.heading-30 {
  color: #b19898;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 2.5px;
  font-size: 12px;
  line-height: 1.25em;
}

.div-block-35 {
  border: 2px solid #000;
  width: 90%;
  height: 400px;
  margin: 20px auto 40px;
}

.heading-31 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 2.5px;
  font-size: 20px;
  line-height: 1.5em;
}

.div-block-36 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column wrap;
  display: flex;
}

.div-block-37 {
  border: 2px solid #000;
  width: 90%;
  height: 400px;
  margin: 20px auto 40px;
}

.heading-32 {
  padding-left: 20px;
  font-size: 12px;
}

.heading-33 {
  color: #b19898;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 2.5px;
  font-size: 12px;
  line-height: 1.25em;
}

.div-block-39 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-40 {
  text-align: left;
  border-top: 2px solid #b19898;
  border-left: 0 #b19898;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  padding-bottom: 20px;
  padding-left: 100px;
}

.results-analysis {
  border-bottom: 5px solid #000;
  border-left: 1px solid #b19898;
}

.image-2 {
  display: block;
}

.text-block-13 {
  color: #fff;
  font-size: 50px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.container-9 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-41 {
  flex: 0 auto;
  width: auto;
}

.footer-copyright-center-2 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  width: 45vw;
  display: grid;
}

.footer-link-2 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.title-small-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-dark-2 {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 15vw;
  display: flex;
}

.link-3 {
  color: var(--slight-grey);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-weight: 400;
  text-decoration: underline;
  display: block;
}

.heading-34 {
  color: var(--black);
  font-size: 40px;
  font-weight: 400;
  line-height: 10vh;
}

.list-item-2, .list-item-3 {
  color: var(--slight-grey);
}

.text-block-14 {
  color: var(--white);
  padding-right: 40px;
  font-size: 30px;
}

.icon-5 {
  color: var(--white);
}

.faq-dropdown {
  width: 100%;
  overflow: hidden;
}

.dropdown-toggle-2 {
  height: 80px;
  padding-left: 0;
}

.dropdown-list-2 {
  background-color: var(--dark-grey);
  display: block;
  position: static;
}

.dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
  color: var(--slight-grey);
}

.accordion-item-2 {
  width: 100%;
  overflow: hidden;
}

.accordion-toggle-2 {
  align-items: center;
  height: 80px;
  padding-left: 0;
  display: flex;
}

.accordion-icon-2 {
  color: var(--white);
}

.text-block-15 {
  color: var(--white);
  white-space: normal;
  flex: none;
  width: 100%;
  font-size: 30%;
  line-height: 1.5em;
}

.dropdown-list-3 {
  background-color: var(--dark-grey);
  padding: 20px;
  display: block;
  position: static;
}

.heading-35 {
  color: var(--slight-grey);
  margin-bottom: 10px;
}

.heading-36 {
  margin-bottom: 10px;
}

.heading-37 {
  color: var(--slight-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.3em;
}

.div-block-43 {
  padding-left: 10px;
}

.heading-38 {
  color: var(--dark-grey);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.heading-39 {
  border: 5px none var(--medium-violet-red);
  color: var(--medium-violet-red);
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
}

.link-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none;
  border-color: var(--traxim-red);
  background-color: var(--sand);
  vertical-align: baseline;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 25%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 40px;
  text-decoration: none;
  display: inline-block;
}

.heading-40, .heading-41 {
  text-decoration: none;
}

.heading-42 {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.container-10 {
  justify-content: center;
  align-items: stretch;
  max-width: 1100px;
  margin-bottom: 40px;
  display: flex;
}

.heading-43 {
  color: var(--dark-grey);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.link-4 {
  color: var(--white);
}

.heading-44 {
  border: 2px solid var(--slight-grey);
  text-align: center;
  mix-blend-mode: normal;
  border-radius: 13px;
  box-shadow: 0 0 7px 2px #0003;
}

.heading-44:hover {
  background-color: var(--traxim-green);
  color: var(--sand);
}

.div-block-44 {
  background-color: var(--sand);
  border: 1px #000;
  border-radius: 20px;
  max-width: 25%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
}

.button-3 {
  border: 2px solid var(--slight-grey);
  background-color: var(--sand);
  box-shadow: 0 0 7px 2px var(--slight-grey);
  color: var(--dim-grey);
  text-align: center;
  cursor: pointer;
  border-radius: 13px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 10px;
  font-size: 24px;
  display: block;
}

.heading-45 {
  border: 1px solid var(--dim-grey);
  background-color: var(--sand);
  color: var(--dim-grey);
  vertical-align: super;
  border-radius: 20px;
  margin-left: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.heading-46 {
  color: var(--slight-grey);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-45 {
  margin-left: 10%;
  margin-right: 10%;
}

.link-block-left-justified {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-6-centered {
  color: var(--traxim-green);
  text-align: center;
  background-color: #0000;
  max-width: 200%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 48px;
  line-height: 1em;
}

.link-5 {
  color: var(--traxim-green);
}

.uses-grey {
  background-color: var(--dark-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1em;
  display: flex;
}

.uses-with-image {
  background-color: var(--dark-grey);
  background-image: linear-gradient(180deg, var(--black) 1%, #0000004d 51%, var(--black)), url('../images/Depositphotos_21848443_XL---resized.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1em;
  display: flex;
}

.link-3-copy {
  color: var(--slight-grey);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-weight: 400;
  text-decoration: underline;
  display: block;
}

.link-6 {
  color: var(--traxim-green);
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .header {
    padding-left: 0;
    padding-right: 0;
  }

  .nav {
    width: 100vw;
  }

  .nav-inner {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-content {
    flex: none;
    width: 80%;
  }

  .feature-content.left, .feature-content.right {
    justify-content: center;
    align-items: center;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .feature-wrap.reverse {
    justify-content: center;
    align-items: center;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .footer {
    padding-bottom: 40px;
  }

  .quote-slider {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-nav {
    margin-top: 0;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .how-it-works {
    height: 580px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .heading-1 {
    background-size: auto, 100vh;
  }

  .paragraph-4 {
    font-size: 13px;
  }

  .paragraph-4.justified-r, .paragraph-4.justified-left {
    text-align: center;
  }

  .image-8 {
    overflow: hidden;
  }

  .text-block-6 {
    font-size: 26px;
  }

  .dropdown-link {
    line-height: 1.5em;
  }

  .slider-2 {
    height: 20vh;
  }

  .icon-2 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 30px;
    position: absolute;
  }

  .icon-3 {
    margin-top: 2em;
    margin-bottom: 1em;
    margin-left: 5vw;
    font-size: 30px;
    position: absolute;
  }

  .mask-2 {
    height: 320px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-5 {
    max-width: 728px;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .icon-4 {
    color: #fff;
  }

  .nav-menu-two {
    background-color: #000;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .file-type.file-path {
    width: 60%;
    margin-right: auto;
  }

  .div-block, .div-block-34, .div-block-39 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
    margin-right: 0;
  }

  .container-9 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .heading-2 {
    padding-bottom: .25em;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: block;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-wrap {
    height: 400px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .slide-nav {
    margin-bottom: 0;
  }

  .menu-icon {
    font-size: 30px;
  }

  .heading-3 {
    font-size: 23px;
  }

  .form-block {
    width: 100%;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .how-it-works {
    height: 720px;
  }

  .hero {
    background-position: 0 0, 50%;
    background-size: auto, 100vh;
  }

  .image-8 {
    height: 210px;
  }

  .text-block-6 {
    font-size: 22px;
  }

  .slider-2 {
    height: 15vh;
  }

  .icon-2 {
    font-size: 20px;
  }

  .icon-3 {
    margin-left: 9vw;
    font-size: 20px;
  }

  .mask-2, .slide-5 {
    height: 400px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-32 {
    width: 300px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block-2 {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

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

  .header {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .body {
    color: #fff;
  }

  .feature-content {
    width: auto;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 1.5em;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .button.form-button {
    width: 100%;
    max-width: 80vw;
  }

  .image-frame-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .hero-image {
    width: 80%;
    height: 100%;
  }

  .feature-wrap {
    margin-bottom: 20px;
  }

  .feature-wrap.reverse {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .feature-image {
    width: auto;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .input {
    max-width: 80vw;
    height: 2em;
  }

  .quote-slider {
    clear: none;
    width: 100vw;
    font-size: 1.9vw;
    position: relative;
  }

  .quote-wrap {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow {
    width: 15vw;
  }

  .right-arrow {
    text-align: left;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .number {
    font-size: 40px;
  }

  .heading-3, .heading-4 {
    font-size: 16px;
  }

  .text-block-3 {
    position: static;
  }

  .paragraph-2 {
    font-size: 13px;
  }

  .cta-text {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    font-size: 13px;
  }

  .form-block-2 {
    padding-right: 5vw;
  }

  .image-6 {
    max-width: none;
    display: inline-flex;
  }

  .cta-mechanics {
    z-index: 5;
  }

  .about-us {
    object-fit: fill;
    position: static;
  }

  .heading-6 {
    text-align: center;
  }

  .how-it-works {
    height: 540px;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .hero {
    background-position: 0 0, 50%;
    background-size: auto, 100vh;
  }

  .image-7 {
    object-fit: contain;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 13px;
  }

  .image-frame-3 {
    object-fit: contain;
  }

  .heading-1 {
    font-size: 10vw;
  }

  .paragraph-4 {
    color: var(--white);
    margin-left: auto;
    font-size: 10px;
  }

  .image-8 {
    object-fit: cover;
    height: 140px;
  }

  .text-block-6 {
    font-size: 13px;
  }

  .dropdown-link {
    font-size: 10px;
  }

  .slider-2 {
    height: 340px;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .icon-2 {
    margin-left: 3vw;
    font-size: 10px;
  }

  .icon-3 {
    font-size: 10px;
    inset: 0% 0% auto auto;
  }

  .left-arrow-2 {
    width: 40px;
    font-size: 20px;
  }

  .right-arrow-3 {
    width: 40px;
  }

  .mask-2 {
    height: 330px;
  }

  .heading-10 {
    text-align: center;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    width: 100%;
    font-size: 13px;
    line-height: 1.5em;
  }

  .heading-10.in-minutes {
    margin-top: 20px;
  }

  .heading-10.accordion-head {
    text-align: left;
  }

  .slide-5 {
    height: auto;
  }

  .paragraph-6 {
    font-size: 12px;
    line-height: 1.5em;
  }

  .heading-15 {
    font-size: 2.5vh;
  }

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

  .list-item {
    font-size: 12px;
    line-height: 1.5em;
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-9 {
    max-width: none;
  }

  .accordion-item-2 {
    white-space: normal;
    word-break: normal;
  }

  .accordion-toggle-2 {
    padding-bottom: 10px;
    display: flex;
    overflow: visible;
  }

  .accordion-icon-2 {
    aspect-ratio: auto;
  }

  .dropdown-list-3 {
    padding: 0;
  }

  .heading-6-centered {
    text-align: center;
  }
}


