:root {
  --black: black;
  --blue: #ff6320;
  --waves-library--black: #131313;
  --orange: #ff6320;
  --white: white;
  --dark-blue: #07283b;
  --waves-library--background: #faebe3;
  --waves-library--white: white;
  --waves-library--dark-elevation: #ede0d8;
  --dim-grey: #6b6b6b;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--white: white;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--primary50: #f9f5ff;
  --purple: var(--untitled-ui--primary300);
  --blue-violet: #6e2ed8;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

.off-gridddtext {
  width: 500px;
  word-break: break-word;
  position: absolute;
  top: 400px;
  margin-left: 50px;
}

.off-gridddtext h2 {
  color: #ff6320 !important;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;

}

h2.offgridtext {
  position: relative;
  top: 550px;
  left: 20px;
}

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  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;
  display: flex;
}

.section.center {
  background-color: #fff;
  background-image: url('../images/newhero.png');
  /* background-image: url('../images/heronew.png'); */
  background-position: top;
  background-size: cover;
  justify-content: left;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding-top: 50px;
  display: flex;
  position: relative;
}

.section.center h2.heading-5 {
  font-size: 50px;
}

.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: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #2b2222;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  background-color: #688f53;
  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;
}

.hero {
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  min-width: 100px;
  height: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-inner {
  color: #c8c8c8;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: px;
  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: none;
  width: 50vw;
  max-width: 450px;
  padding-left: 4vw;
  padding-right: 4vw;
}

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

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

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

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.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: rgba(0, 0, 0, 0);
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2);
}

.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: #688f53;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

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

.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: var(--black);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

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

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

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

.wrap {
  text-align: center;
  max-width: 95%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.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: rgba(255, 255, 255, .6);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.image-2 {
  flex: none;
}

.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-menu-wrap {
  width: 100vw;
}

.nav-link {
  float: right;
  clear: none;
  color: #fff;
  flex-flow: row;
  flex: 0 auto;
  align-self: flex-start;
  width: 100vw;
  margin: 5px 0 0;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 0;
  font-family: League Spartan, sans-serif;
  font-size: 57px;
  font-weight: 700;
  line-height: 4px;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.nav-link:hover {
  color: #031926;
}

.nav-link:visited {
  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 {
  height: 85vh;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

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

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

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

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.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: 50vw;
  display: flex;
}

.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 {
  background-color: #2b2222;
  justify-content: center;
  align-items: center;
  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: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: rgba(255, 255, 255, .3);
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  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: rgba(0, 0, 0, 0);
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

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

.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;
}

.slide-nav {
  font-size: 7px;
}

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

.menu-icon {
  float: right;
  color: #6d6d6d;
  -webkit-text-stroke-color: #688f53;
  border: 1px #000;
  padding-right: 14px;
  font-size: 42px;
}

.menu-icon:active {
  color: #fff;
}

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

.nav-logo-wrap {
  flex: none;
}

.menu-button.w--open {
  background-color: #2093ff;
  width: 100vw;
  padding-right: 30px;
}

.nav-menu-2 {
  color: #688f53;
  background-color: #2093ff;
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  margin-top: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.image-5 {
  width: 100vw;
  min-width: 100px;
  height: 100vh;
}

.heading-4 {
  color: var(--blue);
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-team-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-image-team-2 {
  border-radius: 8px;
  width: 100%;
}

.waves-tile-team-2 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-grid-team-2 {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  min-width: 60%;
  min-height: 80vh;
  margin-top: 00px;
  margin-left: 10px;
  display: flex;
}

/*
.heading-5 {
  color: var(--orange);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  flex-flow: column;
  order: -1;
  align-self: auto;
  width: 100%;
  height: 0vh;
  margin-top: 0px;
  margin-bottom: 0;
  margin-left: 36px;
  font-family: Inter, sans-serif;
  font-size: 23vh;
  font-weight: 800;
  line-height: 19vh;
  display: block;
}
*/
.heading-5 {
  color: var(--orange);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  flex-flow: column;
  order: -1;
  align-self: auto;
  width: 100%;
  height: 10vh;
  margin-top: 0px;
  margin-bottom: 0;
  margin-left: 36px;
  font-family: Inter, sans-serif;
  font-size: 23vh;
  font-weight: 800;
  line-height: 19vh;
  display: block;
}

.container-2 {
  max-width: 100%;
}

.heading-6 {
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vh;
}

.section-2 {
  background-image: url('../images/Nick-Rosen-Blak--White.png');
  background-position: 100%;
  background-size: cover;
  width: 100%;
  min-width: 100px;
  height: 100vh;
  min-height: 100px;
}

.container-3 {
  background-color: #272727;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 8%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-13 {
  flex-flow: column;
  width: 100%;
  height: 8%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.marquee-container {
  background-color: #202020;
  width: 100%;
  height: 8%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.inner-container {
  overflow-wrap: break-word;
  display: inline-flex;
}

.heading-7 {
  word-break: normal;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  font-family: League Spartan, sans-serif;
  font-size: 4vh;
  font-weight: 700;
  display: inline-flex;
}

.heading-8 {
  color: #688f53;
  margin-top: 0;
  margin-left: 20px;
  font-family: League Spartan, sans-serif;
  font-size: 26vh;
  font-weight: 800;
  line-height: 20vh;
}

.heading-9 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: League Spartan, sans-serif;
  font-size: 22vh;
  line-height: 18vh;
  transition: opacity .2s;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(-90deg);
}

.div-block-14 {
  height: 100vh;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-10 {
  color: #031926;
  text-align: left;
  height: 20vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3vh;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.efi-paragraph {
  color: #000;
  text-align: justify;
  width: 100%;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.efi-ft-05-feature-cell {
  color: #fff;
}

.efi-ft-05-features-grid {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 83px;
}

.image-6 {
  background-color: #b8bab2;
  width: 100vw;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
}

.efi-ft-05-image-wrapper {
  margin-bottom: 75px;
}

.efi-ft-05-cell {
  color: #fff;
  margin-top: -6px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 30px;
}

.efi-h2 {
  color: #031926;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: League Spartan, sans-serif;
  font-size: 68px;
  line-height: 69px;
}

.efi-ft-05-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 10px;
}

.efi-ft-05-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-05 {
  background-color: #fff;
  padding: 20px 5% 100px;
}

.efi-form-button {
  color: #fff;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 0;
  width: 100%;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: all .7s ease-in-out;
}

.efi-form-button:hover {
  color: #fff;
  background-color: #636363;
  transform: translate(0, -7px);
}

.efi-form-button:active {
  color: #fff;
}

.input-2 {
  color: #727272;
  letter-spacing: -.8px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #6b6b6b;
  height: 55px;
  margin-bottom: 30px;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.input-2:focus {
  border: 1px #cecece;
  border-bottom-style: solid;
}

.efi-frm-05-form-block {
  background-color: #f3f3f3;
  margin-bottom: 0;
  padding: 30px;
}

.efi-frm-05-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
}

.efi-frm-05 {
  padding: 75px 2%;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 20px;
  padding: 64px;
}

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

.footer-form-title {
  font-family: League Spartan, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

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

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.heading-11 {
  color: var(--orange);
  -webkit-text-stroke-color: var(--orange);
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 100px 0 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 73px;
  font-weight: 800;
  line-height: 81px;
  display: flex;
}

.heading-11:hover {
  color: var(--orange);
}

.heading-wrap {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sub-heading {
  color: #000;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3vw;
  font-style: italic;
  line-height: 1;
}

.marquee {
  grid-column-gap: 1rem;
  background-color: var(--dark-blue);
  width: 100%;
  height: 75%;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 8px;
  display: flex;
  overflow: hidden;
}

.page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 2vh;
  display: flex;
}

.text-block-3 {
  color: #fff;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3vw;
  font-weight: 900;
  line-height: 1;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.heading-12 {
  color: #000;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 8vw;
  font-weight: 900;
  line-height: 1;
}

.div-block-15 {
  width: 100vw;
  height: 25vh;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-16 {
  width: 100vw;
  height: 8vh;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-7 {
  margin-top: 14px;
  margin-left: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-3 {
  background-color: #031926;
  height: auto;
}

.container-6 {
  width: 90%;
  max-width: 940vw;
  height: 0;
}

.div-block-17 {
  width: 90vh;
  max-width: 651.594vh;
}

.div-block-18 {
  background-color: var(--dark-blue);
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark-2.wide-cta {
  min-width: 200px;
}

.waves-text-field-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--background);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves-text-field-background.field-cta-1 {
  min-width: 260px;
}

.waves-form-cta-1 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.waves---form-block-cta-1 {
  margin-top: 40px;
  margin-bottom: 32px;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---left-cta-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---master-cta-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 100px;
  padding-right: 100px;
}

.waves---section-medium-2 {
  background-color: #031926;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-13 {
  color: var(--orange);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: League Spartan, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

.heading-13:hover {
  color: #fff;
}

.heading-14 {
  color: #688f53;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves-bottom-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-divider-footer-1 {
  background-color: rgba(19, 19, 19, .2);
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves-link-footer-1 {
  text-decoration: none;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-brand-footer-1 {
  height: 100%;
}

.waves-brand-link-footer-1 {
  height: 32px;
}

.waves-top-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 120px;
  padding-right: 120px;
}

.waves-footer-1 {
  background-color: var(--waves-library--white);
  padding-top: 80px;
  padding-bottom: 64px;
}

.heading-15 {
  color: #757575;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.image-8 {
  display: inline-flex;
}

.image-9 {
  max-width: 100%;
  margin-top: 40px;
}

.efi-form-button-2 {
  background-color: var(--orange);
  color: #fff;
  letter-spacing: 0;
  border-radius: 0;
  width: 100%;
  padding: 12px 32px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: all .7s ease-in-out;
}

.efi-form-button-2:hover {
  color: #fff;
  background-color: #636363;
  transform: translate(0, -7px);
}

.efi-form-button-2:active {
  color: #fff;
}

.input-3 {
  color: #727272;
  letter-spacing: -.8px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #6b6b6b;
  height: 55px;
  margin-bottom: 30px;
  padding: 12px 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.input-3:focus {
  border: 1px #cecece;
  border-bottom-style: solid;
}

.efi-h3-2 {
  font-family: Inter, sans-serif;
  font-weight: 800;
}

.efi-frm-05-form-block-2 {
  background-color: #f3f3f3;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 30px;
}

.efi-frm-05-grid-2 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
}

.efi-frm-6 {
  padding: 75px 2%;
}

.text-block-4 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.success-message {
  background-color: #1086f5;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 20px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover,
.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.paragraph-2 {
  color: var(--dark-blue);
  margin-top: 59px;
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 50px;
}

.container-8 {
  margin-left: 0;
  margin-right: 0;
}

.container-9 {
  max-width: 100%;
  margin: 40px 0;
  padding-left: 50px;
}

.heading-16 {
  color: var(--dark-blue);
  -webkit-text-stroke-color: var(--white);
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 5vh;
}

.columns {
  float: none;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: static;
  overflow: visible;
}

.paragraph-3 {
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  display: block;
  position: relative;
}

.link-3 {
  color: var(--dark-blue);
}

.container-10 {
  background-color: #f6f5f5;
  max-width: 100%;
  margin-top: 10px;
  padding: 20px;
}

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

.image-10 {
  width: 100%;
  margin-top: 60px;
}

.paragraph-4,
.paragraph-5 {
  font-family: Poppins, sans-serif;
}

.container-9-copy {
  max-width: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

.heading-18 {
  color: var(--blue);
  margin-top: 50px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 30px;
  line-height: 50px;
}

.bold-text {
  font-size: 38px;
}

.paragraph-7 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.heading-19 {
  color: var(--dark-blue);
  margin-top: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  margin-top: 80px;
}

.heading-20 {
  color: var(--blue);
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 149px;
  text-decoration: none;
}

.link-block {
  margin-top: 20px;
  text-decoration: none;
}

.waves---heading-3-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-features-6 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.waves---grid-features-6 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---paragraph-big-3 {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---heading-2-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-4 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-8 {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
}

.heading-21 {
  color: var(--orange);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 4vh;
}

.youtube {
  margin-top: 20px;
  margin-bottom: 40px;
}

.paragraph-9 {
  color: var(--blue);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 21px;
  font-weight: 800;
}

.paragraph-10 {
  color: var(--dim-grey);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 21px;
  font-weight: 800;
}

.link-block-2 {
  text-decoration: none;
}

.heading-22 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-2 {
  color: var(--dim-grey);
}

.bold-text-3 {
  color: var(--orange);
  -webkit-text-stroke-color: var(--dim-grey);
  text-decoration: none;
}

.link-5 {
  color: var(--dim-grey);
  text-decoration: none;
}

.link-6 {
  color: var(--blue);
  text-decoration: none;
}

.bold-text-4 {
  color: var(--dim-grey);
}

.link-7,
.link-8 {
  color: var(--dark-blue);
  text-decoration: none;
}

.image-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: inline-flex;
  overflow: visible;
}

.bold-text-5 {
  color: var(--dim-grey);
}

.link-9 {
  text-decoration: none;
}

.link-10 {
  color: var(--blue);
  text-decoration: none;
}

.heading-23 {
  color: var(--orange);
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.image-12 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.paragraph-11 {
  margin-top: 40px;
  font-family: Poppins, sans-serif;
}

.paragraph-12 {
  font-family: Poppins, sans-serif;
}

.image-13 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.button-2 {
  background-color: var(--orange);
  text-align: center;
  border-radius: 14px;
  width: 30%;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 800;
}

.paragraph-11-copy {
  text-align: justify;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
}

.image-14 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-15 {
  margin-top: 10px;
  margin-bottom: 0;
}

.bold-text-6 {
  color: var(--dim-grey);
}

.bold-text-6:hover,
.bold-text-7 {
  color: var(--orange);
}

.heading-24 {
  color: var(--dark-blue);
  margin-top: 100px;
  margin-bottom: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 50px;
}

.paragraph-13 {
  color: var(--dark-blue);
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 50px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
}

.slide {
  color: var(--blue);
  width: 100%;
  height: auto;
  padding: 5% 10%;
}

.paragraph-14 {
  text-align: center;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
}

.italic-text {
  color: var(--orange);
  font-size: 32px;
}

.icon-2,
.icon-3 {
  color: var(--blue);
}

.grid-2 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto auto auto 1fr;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: .5fr;
  grid-auto-flow: column;
}

.container-12 {
  padding-top: 76px;
}

.section-5 {
  padding: 5% 0%;
}

.container-13 {
  width: 100%;
  height: 100%;
}

.paragraph-15 {
  color: var(--orange);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
}

.paragraph-16 {
  font-family: Poppins, sans-serif;
  line-height: 26px;
}

.button-3 {
  background-color: var(--orange);
  border-radius: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 800;
}

.columns-3 {
  width: 102%;
  margin-left: 0;
  margin-right: 0;
}

.image-16 {
  margin-top: 20px;
  margin-left: 10px;
}

.section-6 {
  margin-top: 0;
  padding: 5%;
}

.heading-25 {
  color: var(--blue);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 50px;
  line-height: 70px;
}

.columns-4 {
  margin-top: 53px;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: justify;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  margin-top: 40px;
  display: flex;
  position: static;
}

.rich-text-block {
  text-align: justify;
  font-family: Poppins, sans-serif;
}

.button-4 {
  border-radius: 14px;
}

.heading-26 {
  color: var(--white);
  margin-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 25px;
  line-height: 4vh;
}

.text-block-5 {
  color: var(--dark-blue);
  order: 1;
  align-self: flex-end;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 700;
}

.collection-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 276px;
  display: flex;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: block;
}

.heading-27 {
  color: var(--blue);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2vh;
}

.rich-text-block-2 {
  align-self: center;
  font-family: Poppins, sans-serif;
  display: block;
}

.image-17 {
  width: 100%;
}

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

.posts-collection-list-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.posts-collection-list {
  flex-wrap: wrap;
  margin: -25px -10px;
  display: flex;
}

._3-collection-item {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-divider {
  color: var(--untitled-ui--gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-size-small {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
}

.uui-blog01_date-wrapper {
  align-items: center;
  display: flex;
}

.uui-blog01_author-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blog01_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.uui-blog01_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blog01_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-blog01_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blog01_title-link {
  color: var(--untitled-ui--gray900);
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blog01_category-link {
  color: var(--untitled-ui--primary700);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blog01_category-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-blog01_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blog01_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-blog01_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blog01_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blog01_image-link:hover {
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, .18);
}

.uui-blog01_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.uui-blog01_menu-link {
  color: var(--untitled-ui--gray500);
  white-space: nowrap;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  flex: none;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog01_menu-link:hover,
.uui-blog01_menu-link.w--current {
  border-bottom-color: var(--untitled-ui--primary700);
  color: var(--untitled-ui--primary700);
}

.uui-blog01_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blog01_category-menu.no-scrollbar {
  box-shadow: inset 0 -1px 0 0 var(--untitled-ui--gray200);
}

.uui-blog01_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 6rem;
  display: flex;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-large {
  color: var(--blue);
  margin-top: 2rem;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-subheading {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center,
.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center {
  text-align: center;
}

.uui-padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.heading-28 {
  color: var(--dark-blue);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3vh;
  font-weight: 800;
  line-height: 4vh;
}

.uui-text-rich-text {
  color: var(--untitled-ui--gray600);
  margin-top: 77px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text h5,
.uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-style: italic;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: var(--untitled-ui--gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
}

.uui-blogpost05_content {
  margin-bottom: 4rem;
}

.uui-button-icon {
  color: var(--dark-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.text-color-gray400 {
  color: var(--untitled-ui--gray400);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-blogpost05_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.uui-blogpost05_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.uui-blogpost05_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input:focus {
  border-color: var(--untitled-ui--primary300);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui--primary100);
  color: var(--untitled-ui--gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui--gray500);
}

.uui-blogpost05_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.uui-blogpost05_form {
  margin-bottom: 0;
}

.uui-blogpost05_sidebar-heading {
  color: var(--untitled-ui--primary600);
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
}

.uui-blogpost05_author-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-blogpost05_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.uui-blogpost05_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blogpost05_author-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-blogpost05_content-left {
  max-width: 20rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.uui-blogpost05_content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-blogpost03_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-blogpost05_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blogpost05_date {
  color: var(--untitled-ui--primary600);
  margin-left: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-blogpost05_date-wrapper {
  margin-top: 3rem;
  display: flex;
}

.uui-blogpost04_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogpost04_category-link {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.uui-blogpost04_category-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-blogpost04_meta-wrapper {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-blogpost05_title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blogpost05_header {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 6rem;
  display: grid;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 0;
  padding-bottom: 7rem;
}

.button-5 {
  background-color: var(--dark-blue);
  text-align: center;
  border-radius: 17px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
}

.text-block-6 {
  color: var(--dark-blue);
}

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

.image-18 {
  width: 100%;
  margin-top: 40px;
}

.text-block-7 {
  color: var(--orange);
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.collection-item-2 {
  padding: 20px;
}

.navbar {
  background-color: var(--dark-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-14 {
  align-self: auto;
  width: 100%;
  min-width: 95%;
  margin-left: 0;
  margin-right: 0;
}

.image-19 {
  margin-top: 20px;
}

.menu-button-2 {
  margin-top: 0;
  font-size: 38px;
}

.menu-button-2.w--open {
  background-color: var(--dark-blue);
}

.nav-link-2,
.nav-link-3,
.nav-link-4 {
  margin-left: 40px;
}

.nav-menu-3 {
  background-color: var(--dark-blue);
  height: 100vh;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-15 {
  width: 95%;
  min-width: 95%;
  margin-left: 10px;
  margin-right: 10px;
}

.menu-button-3 {
  font-size: 34px;
}

.menu-button-3.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.image-20 {
  margin-top: 20px;
}

.nav-menu-4 {
  background-color: var(--dark-blue);
  height: 100vh;
}

.nav-link-5 {
  color: var(--purple);
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 20px;
  font-family: League Spartan, sans-serif;
  font-size: 55px;
  font-weight: 700;
}

.icon-4 {
  color: var(--purple);
}

.nav-toggle-text {
  z-index: 1;
  color: var(--dark-blue);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.nav-link-6 {
  color: #000;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-size: 4.5vw;
  line-height: 1;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: block;
}

.nav-link-6:hover {
  color: #fff;
  transform: scale(1.1);
}

.nav-link-6.btn {
  background-color: #fff;
  border-radius: 999em;
  margin-top: 2vh;
  padding: .6em .9em;
  font-size: 3vw;
}

.nav-link-6.btn:hover {
  color: #000;
}

.nav-link-1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.container-w1 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.close-btn-text {
  z-index: 1;
  color: var(--white);
  font-size: 52px;
  font-weight: 500;
  position: relative;
}

.main-nav-inner {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 88px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.close-btn-wrapper {
  z-index: 5;
  opacity: 1;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  margin-top: -21px;
  margin-right: -32px;
  padding: 17px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  position: fixed;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 45px;
}

.close-btn-wrapper:hover {
  transform: scale(1.2);
}

.main-nav {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-gradient-bg {
  z-index: 0;
  background-color: var(--dark-blue);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-toggle-btn {
  z-index: 5;
  opacity: 1;
  -webkit-text-stroke-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 999em;
  margin-right: 20px;
  padding: 17px;
  font-size: 1em;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
}

.nav-toggle-btn:hover {
  background-color: rgba(0, 0, 0, 0);
  transform: scale(1.2);
}

.logo {
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 1.6em;
  font-weight: 700;
}

.nav-items {
  z-index: 1;
  background-color: var(--dark-blue);
  flex-direction: column;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.nav-wrapper {
  z-index: 10;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-20 {
  width: 95%;
  height: 80%;
}

.link-block-3 {
  width: 100%;
  height: 55px;
  text-decoration: none;
}

.heading-29 {
  color: var(--orange);
  text-align: left;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.heading-29:hover {
  color: var(--white);
}

.heading-30 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 28px;
  display: flex;
}

.link-block-4 {
  width: 100%;
  height: 10%;
  margin-top: 20px;
  text-decoration: none;
}

.bold-text-8 {
  color: var(--dim-grey);
}

.bold-text-9,
.bold-text-10 {
  color: var(--orange);
}

.bold-text-11 {
  color: var(--orange);
  font-family: Inter, sans-serif;
}

.bold-text-12 {
  color: var(--dim-grey);
}

.link-11 {
  color: var(--orange);
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.link-12 {
  color: var(--dim-grey);
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.link-12:hover {
  color: var(--orange);
}

.link-13 {
  color: var(--orange);
  text-decoration: none;
}

.link-14 {
  color: var(--dim-grey);
  text-decoration: none;
}

.link-14:hover {
  color: var(--orange);
}

.link-15 {
  color: var(--orange);
  text-decoration: none;
}

.link-16 {
  color: var(--dim-grey);
  text-decoration: none;
}

.link-16:hover {
  color: var(--orange);
}

.bold-text-13 {
  color: var(--dark-blue);
}

.column-2 {
  margin-top: 0;
  padding-right: 100px;
}

.columns-5 {
  margin-top: 60px;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph-17 {
  color: var(--dark-blue);
  text-transform: uppercase;
  margin-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 800;
  line-height: 23px;
}

.link-block-5,
.link-block-6,
.link-block-7,
.link-block-8 {
  text-decoration: none;
}

.columns-6 {
  margin-top: 40px;
}

.link-block-9,
.link-block-10 {
  text-decoration: none;
}

.heading-changing {
  color: var(--dim-grey);
  font-family: Inter, sans-serif;
}

.paragraph-18 {
  color: var(--black);
  text-align: justify;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
}

.paragraph-19 {
  text-align: justify;
  width: 80%;
  font-family: Poppins, sans-serif;
}

.section-7 {
  background-color: var(--dark-blue);
  padding: 20px 60px;
}

.link-17 {
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.heading-31 {
  color: var(--orange);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 25px;
}

.heading-31:hover {
  color: var(--white);
}

.link-block-11 {
  text-decoration: none;
}

.link-block-12 {
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.link-block-13,
.link-block-14 {
  width: 100%;
  text-decoration: none;
}

.link-block-15 {
  width: 1003%;
  text-decoration: none;
}

.link-block-16 {
  width: 100%;
  text-decoration: none;
}

.column-3,
.column-4,
.column-5,
.column-6,
.column-7 {
  padding-left: 40px;
  padding-right: 40px;
}

.bold-text-14 {
  text-align: justify;
}

.column-8 {
  padding: 0;
}

.image-21 {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.image-22 {
  text-align: left;
}

.columns-7 {
  width: 278px;
  margin-top: 0;
}

.link-block-17 {
  width: 100%;
  height: 10%;
  margin-bottom: 0;
  text-decoration: none;
}

.link-block-18,
.link-block-19,
.link-block-20,
.link-block-21 {
  width: 100%;
  text-decoration: none;
}

.link-block-22 {
  text-decoration: none;
}

.link-block-22.w--current {
  width: 100%;
}

.link-block-23,
.link-block-24,
.link-block-25,
.link-block-26 {
  width: 100%;
  text-decoration: none;
}

.heading-32 {
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.columns-8 {
  margin-top: 81px;
}

.image-23 {
  margin-top: 19px;
  padding-right: 20px;
  transform: rotate(4deg);
}

.image-24 {
  margin-top: 54px;
}

.image-25 {
  margin-top: 21px;
  transform: rotate(-4deg);
}

.sp-controla-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.true-media-player-single-track {
  display: none;
}

.sp-artist-name {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
}

.sp-example-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tracklist-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sp-media-player-bar-wrapper {
  color: rgba(255, 255, 255, .45);
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.progress-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
  position: relative;
}

.sp-details-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.section-paragraph {
  color: rgba(255, 255, 255, .75);
  margin-bottom: 25px;
  font-size: 1.15rem;
  font-weight: 200;
  line-height: 2;
}

.sp-track-wrapper {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  width: 100%;
  padding: 25px 30px;
}

.sp-pause {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.section-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.5;
}

.sp-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sp-elapsed {
  flex-direction: row;
  display: flex;
}

.example-badge {
  color: #15e6cd;
  text-transform: uppercase;
  background-color: rgba(21, 230, 205, .1);
  border-radius: 4px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 7px 10px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.sp-title-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-play {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.true-progress-head {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -3px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.sp-progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.example-wrapper {
  grid-column-gap: 100px;
  display: flex;
}

.example {
  -webkit-backdrop-filter: blur(120px);
  backdrop-filter: blur(120px);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 50px;
  display: flex;
}

.sp-progress-bar-background {
  background-color: rgba(240, 240, 240, .06);
}

.sp-title {
  color: rgba(255, 255, 255, .85);
  font-size: .875rem;
  font-weight: 300;
}

.container-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.sp-thumbnail {
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.section-button {
  color: #fff;
  background-color: #4968be;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 50px -20px #4968be;
}

.section-button:hover {
  background-color: rgba(73, 104, 190, .8);
}

.div-block-21 {
  background-color: var(--dark-blue);
}

.heading-33 {
  color: var(--dim-grey);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 20vh;
}

.image-26 {
  width: 100%;
}

.text-block-8 {
  text-align: right;
  margin-top: 6px;
  font-size: 12px;
  font-style: italic;
}

.link-18,
.link-block-27 {
  text-decoration: none;
}

.columns-9 {
  margin-top: 60px;
}

.column-9 {
  padding-left: 60px;
  padding-right: 0;
}

.column-10 {
  padding-left: 0;
  padding-right: 60px;
}

.column-11 {
  text-align: justify;
  padding-left: 0;
  padding-right: 60px;
}

.column-12 {
  text-align: justify;
  padding-left: 60px;
  padding-right: 0;
}

.column-13 {
  padding-right: 60px;
}

.paragraph-20 {
  color: var(--black);
  text-align: justify;
  font-family: Poppins, sans-serif;
}

.column-14 {
  padding-left: 0;
  padding-right: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 20px;
}

.heading-34 {
  color: var(--dark-blue);
  text-align: justify;
  margin-top: 60px;
  font-family: Inter, sans-serif;
  font-size: 37px;
  line-height: 8vh;
}

.paragraph-21 {
  color: var(--dark-blue);
  text-align: justify;
  font-family: Poppins, sans-serif;
}

.bold-text-17 {
  text-align: justify;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
}

.columns-10 {
  margin-top: 60px;
}

.column-15 {
  padding-left: 0;
  padding-right: 60px;
}

.bold-text-18 {
  color: var(--black);
  text-align: justify;
}

.paragraph-22 {
  color: var(--black);
  text-align: justify;
  font-family: Poppins, sans-serif;
}

.column-16,
.column-17 {
  padding-left: 60px;
  padding-right: 0;
}

.paragraph-23 {
  color: var(--black);
  text-align: justify;
  font-family: Poppins, sans-serif;
}

.column-18 {
  padding-left: 0;
  padding-right: 60px;
}

.column-19 {
  padding-left: 60px;
  padding-right: 0;
}

.column-23 {
  padding-left: 0;
  padding-right: 100px;
}

.column-24 {
  padding-left: 100px;
  padding-right: 0;
}

.columns-11 {
  margin-top: 60px;
}

._1920-paragraph {
  color: var(--black);
  text-align: left;
  margin-bottom: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
}

._1920-heading-1 {
  color: var(--blue);
  margin-top: 100px;
  font-family: Inter, sans-serif;
  font-size: 57px;
  line-height: 72px;
}

.subheading {
  color: var(--dark-blue);
  margin-top: 100px;
  font-family: Inter, sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 48px;
}

.div-block-22,
.columns-12 {
  margin-top: 100px;
}

.youtube-2,
.youtube-3,
.html-embed,
.html-embed-2 {
  margin-bottom: 20px;
}

.youtube-4,
.youtube-5 {
  margin-bottom: 40px;
}

.columns-13 {
  margin-left: 0%;
}

.image-28 {
  margin-bottom: 20px;
}

.image-29 {
  margin-top: 60px;
}

.link-block-28 {
  width: 100%;
  height: 65px;
  text-decoration: none;
}

.column-30 {
  padding-right: 20px;
}

.image-31 {
  display: none;
}

.offgrid {
  margin-top: 60px;
  margin-bottom: 60px;
}

.link-block-30 {
  height: 59px;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.div-block-23 {
  display: none;
}

.heading-35 {
  color: var(--dark-blue);
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 5vh;
}

.image-32 {
  text-align: center;
}

.column-33 {
  padding-left: 70px;
}

.link-block-31,
.link-block-32,
.link-block-33,
.link-block-34,
.link-block-35,
.link-block-36 {
  text-decoration: none;
}

.html-embed-4 {
  margin-left: -80px;
  padding-left: 0;
}

.video {
  margin-top: 0;
  margin-bottom: 40px;
}

.video-2 {
  margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  .menu-icon {
    color: #919191;
  }

  .efi-paragraph {
    text-align: justify;
    margin-bottom: 59px;
    line-height: 24px;
  }

  .efi-ft-05-cell {
    margin-top: 60px;
  }

  .efi-h2 {
    color: #ffa75b;
    margin-top: -55px;
  }

  .efi-ft-05 {
    padding-bottom: 40px;
  }

  .efi-frm-05-form {
    padding: 30px;
  }

  .efi-frm-05-form-block {
    background-color: #f3f3f3;
  }

  .efi-frm-05-grid {
    grid-column-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  .footer-form-two {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-form-title {
    color: #ffa75b;
    font-weight: 700;
  }

  .heading-11 {
    color: var(--blue);
    margin-top: 22px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  }

  .container-5 {
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
  }

  .marquee {
    background-color: var(--dark-blue);
    height: 100%;
  }

  .text-block-3 {
    color: #fff;
  }

  .image-9 {
    width: 100%;
  }

  .efi-frm-05-form-2 {
    padding: 0 30px 30px 0;
  }

  .efi-frm-05-form-block-2 {
    background-color: #f3f3f3;
    width: 100%;
  }

  .efi-frm-05-grid-2 {
    grid-column-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  .efi-frm-6 {
    padding-left: 0%;
  }

  .container-9 {
    margin-bottom: 40px;
  }

  .container-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-4,
  .paragraph-5 {
    font-family: Poppins, sans-serif;
  }

  .container-11 {
    max-width: 100%;
    margin-top: 0;
  }

  .paragraph-6 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 44px;
  }

  .columns-2 {
    margin-top: 60px;
  }

  .container-9-copy {
    margin-bottom: 60px;
  }

  .heading-17 {
    font-size: 10px;
  }

  .heading-18 {
    color: var(--blue);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 6px;
    line-height: 50px;
  }

  .bold-text {
    font-size: 38px;
    line-height: 33px;
  }

  .heading-20:hover {
    color: var(--dark-blue);
  }

  .heading-21 {
    font-size: 29px;
    line-height: 6vh;
  }

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

  .button-5 {
    background-color: var(--dark-blue);
  }

  .nav-toggle-text {
    font-size: 45px;
  }

  .close-btn-text {
    font-size: 75px;
  }

  .link-block-4 {
    margin-top: 40px;
  }

  .subheading {
    margin-top: 100px;
    margin-bottom: 60px;
    line-height: 46px;
  }

  .columns-12 {
    margin-top: 100px;
  }

  .link-block-28 {
    width: 100%;
    height: 65px;
    text-decoration: none;
  }
}

@media screen and (min-width: 1920px) {
  .heading-5 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  }

  .efi-ft-05-cell {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .efi-ft-05-grid {
    min-width: 100%;
    max-width: 100%;
  }

  .efi-ft-05 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .input-3 {
    font-family: Inter, sans-serif;
    font-size: 27px;
  }

  .efi-h3-2 {
    font-family: Inter, sans-serif;
    font-size: 35px;
  }

  .efi-frm-05-form-2 {
    padding-top: 40px;
    padding-left: 20px;
  }

  .efi-frm-05-form-block-2 {
    width: 100%;
  }

  .heading-16 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .heading-21 {
    margin-top: 40px;
    font-size: 43px;
    line-height: 7vh;
  }

  .button-2 {
    height: 6%;
    margin-bottom: 0;
    font-size: 31px;
  }

  .paragraph-13 {
    margin-top: 20px;
  }

  .uui-heading-large {
    font-size: 37px;
  }

  .uui-page-padding {
    font-size: 15px;
  }

  .uui-text-rich-text {
    font-family: Poppins, sans-serif;
    font-size: 21px;
  }

  .uui-blogpost05_content {
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }

  .nav-toggle-text {
    font-size: 57px;
  }

  .container-w1.gutter-outside {
    max-width: 100%;
  }

  .close-btn-text {
    margin-top: 10px;
    margin-right: 10px;
    font-size: 112px;
  }

  .main-nav-inner {
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .nav-toggle-btn {
    font-size: 1.4em;
  }

  .link-block-3,
  .link-block-3.w--current {
    height: 90px;
  }

  .heading-29 {
    height: 46px;
    font-size: 70px;
    line-height: 40px;
  }

  .heading-30 {
    font-family: Inter, sans-serif;
    font-size: 45px;
  }

  .link-block-4.w--current {
    margin-top: 0;
  }

  .paragraph-17 {
    text-transform: none;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
  }

  .columns-6 {
    margin-bottom: 100px;
  }

  .paragraph-20 {
    font-size: 22px;
    line-height: 36px;
  }

  ._1920-paragraph {
    color: var(--black);
    font-family: Poppins, sans-serif;
    font-size: 25px;
    line-height: 42px;
  }

  ._1920-heading-1 {
    color: var(--blue);
    text-transform: none;
    font-family: Inter, sans-serif;
    font-size: 108px;
    line-height: 120px;
  }

  .subheading {
    margin-top: 140px;
    font-size: 43px;
    line-height: 55px;
  }

  .columns-12 {
    margin-top: 140px;
  }

  .html-embed,
  .html-embed-2,
  .youtube-4,
  .youtube-5 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .off-gridddtext {
    width: 500px;
    word-break: break-word;
    position: absolute;
    top: 300px;
    margin-left: 50px;
  }

  .off-gridddtext h2 {
    color: #ff6320 !important;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;

  }

  h2 {
    font-size: 34px;
    line-height: 44px;
  }

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

  .section.center {
    background-position: 50%;
    flex-direction: column;
    height: 0vh;
    padding-top: 80px;
  }

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

  .nav,
  .nav-inner {
    width: 100vw;
  }

  .nav-link {
    flex-flow: column;
    padding-top: 20px;
    display: flex;
  }

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

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

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

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

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

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

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

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

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

  .nav-menu-2 {
    background-color: #688f53;
    width: 100vw;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .brand {
    padding-left: 18px;
  }

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

  .waves-grid-team-2 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .heading-5 {
    font-size: 13vh;
    line-height: 12vh;
  }

  .efi-paragraph {
    font-size: 15px;
  }

  .efi-ft-05 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .heading-11 {
    margin-top: 0;
    font-size: 45px;
    line-height: 57px;
  }

  .marquee {
    height: 93%;
    font-size: 14px;
  }

  .text-block-3 {
    font-size: 4vw;
  }

  .div-block-16 {
    height: 12vh;
    font-size: 16px;
  }

  .waves---left-cta-1 {
    align-items: center;
  }

  .waves---master-cta-1 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .heading-13 {
    font-size: 23px;
    line-height: 6px;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .efi-frm-05-form-block-2 {
    margin-top: 0;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-title {
    margin-top: -48px;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
    margin-left: 10px;
  }

  .paragraph-2 {
    font-size: 26px;
    line-height: 40px;
  }

  .container-9 {
    margin-bottom: 40px;
    margin-left: 0;
  }

  .heading-16 {
    font-size: 22px;
  }

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

  .image-10 {
    margin-top: 40px;
  }

  .paragraph-7 {
    text-align: left;
    font-size: 26px;
    line-height: 40px;
  }

  .heading-19 {
    margin-top: 40px;
    font-size: 33px;
    line-height: 46px;
  }

  .heading-20 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 94px;
  }

  .waves---grid-features-6 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-11-copy {
    color: var(--black);
    text-align: left;
  }

  .heading-24 {
    margin-top: 40px;
    font-size: 26px;
    line-height: 40px;
  }

  .paragraph-13 {
    margin-top: 20px;
  }

  .paragraph-16 {
    color: var(--black);
    margin-top: 40px;
  }

  .uui-blog01_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blogpost05_content {
    margin-bottom: 3rem;
  }

  .uui-blogpost05_form-wrapper {
    display: flex;
  }

  .uui-blogpost05_newsletter,
  .uui-blogpost05_contributers {
    position: static;
  }

  .uui-blogpost05_content-left {
    width: 100%;
    max-width: none;
    position: static;
  }

  .uui-blogpost05_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    display: block;
  }

  .uui-blogpost05_header {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .nav-toggle-text {
    color: var(--dark-blue);
  }

  .nav-link-6 {
    font-size: 8vw;
  }

  .nav-link-6.btn {
    font-size: 4vw;
  }

  .container-w1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .container-w1.gutter-outside {
    padding-right: 0%;
  }

  .nav-gradient-bg {
    background-image: radial-gradient(circle farthest-side at 0 0, #729fe9 5%, #ce99cc 34%, rgba(175, 112, 173, 0) 63%), radial-gradient(circle farthest-side at 100% 0, #c03d5f 2%, rgba(232, 135, 151, .31) 31%, rgba(232, 135, 151, 0) 45%), radial-gradient(circle farthest-side at 0 0, #e04c73, rgba(248, 124, 98, 0) 30%), radial-gradient(circle farthest-side at 50% 100%, #ffdfab, #ffa675 43%, #f36f85);
  }

  .nav-items {
    background-color: var(--dark-blue);
  }

  .link-block-3,
  .link-block-3.w--current {
    height: 47px;
  }

  .heading-29 {
    font-size: 33px;
    line-height: 21px;
  }

  .heading-changing {
    font-size: 45px;
    line-height: 57px;
  }

  .column-3,
  .column-6 {
    margin-top: 40px;
  }

  .bold-text-14 {
    color: var(--black);
  }

  .sp-elapsed,
  .sp-duration {
    display: flex;
  }

  .example-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .example-wrapper.example-two {
    flex-direction: column;
  }

  .example {
    padding: 75px 20px;
  }

  .bold-text-15 {
    text-align: justify;
    font-size: 26px;
    line-height: 40px;
  }

  .bold-text-16 {
    font-size: 26px;
    line-height: 40px;
  }

  .columns-9 {
    margin-top: 40px;
  }

  .column-9 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-10,
  .column-11 {
    padding-left: 0;
    padding-right: 30px;
  }

  .column-12 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-14 {
    padding-right: 30px;
  }

  .heading-34 {
    margin-top: 40px;
  }

  .bold-text-17 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
  }

  .columns-10 {
    margin-top: 40px;
  }

  .column-15 {
    padding-right: 30px;
  }

  .column-16,
  .column-17 {
    padding-left: 30px;
  }

  .column-18 {
    padding-right: 30px;
  }

  .column-19 {
    margin-top: 20px;
    padding-left: 0;
  }

  .column-20 {
    height: 61px;
  }

  .column-23 {
    padding-right: 0;
  }

  .column-24 {
    margin-top: 100px;
    padding-left: 0;
  }

  .bold-text-20 {
    line-height: 53px;
  }

  .column-25 {
    padding-left: 0;
    padding-right: 20px;
  }

  ._1920-paragraph {
    text-align: left;
  }

  ._1920-heading-1 {
    font-size: 48px;
    line-height: 56px;
  }

  .subheading {
    text-align: left;
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-22 {
    margin-top: 0;
  }

  .image-30 {
    margin-bottom: 40px;
  }

  .column-33 {
    margin-top: 40px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {

  .off-gridddtext{
    width: 300px;
    word-break: break-word;
    position: absolute;
    top: 200px;
    margin-left: 20px;
  }

  .off-gridddtext h2 {
    color: #ff6320 !important;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;

  }

  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.center {
    background-image: url('../images/newhero.png');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px;
  }

  .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%;
  }

  .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;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .nav-link {
    font-size: 53px;
    line-height: 9px;
  }

  .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-attribution {
    flex-direction: row;
    align-items: center;
  }

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

  .menu-button.w--open,
  .nav-menu-2 {
    background-color: #688f53;
  }

  .form-block {
    width: 100%;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-5 {
    margin-top: -99px;
    margin-left: 10px;
    font-size: 10vh;
    line-height: 10vh;
  }

  .efi-paragraph {
    margin-top: 30px;
    font-size: 14px;
    line-height: 22px;
  }

  .efi-ft-05-features-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .image-6 {
    margin-bottom: 10px;
  }

  .efi-ft-05-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .efi-frm-05-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-11 {
    font-size: 45px;
    line-height: 37px;
  }

  .marquee-image.hide-mobile {
    display: none;
  }

  .text-block-3 {
    font-size: 6vw;
  }

  .div-block-16 {
    height: 12vh;
  }

  .waves-text-field-background.field-cta-1 {
    min-width: 0;
  }

  .waves-form-cta-1 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .waves---form-block-cta-1 {
    width: 100%;
    max-width: 320px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---master-cta-1 {
    text-align: center;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .efi-frm-05-grid-2 {
    grid-template-columns: 1fr;
  }

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

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .container-9 {
    margin-left: 20px;
    padding-left: 0;
  }

  .paragraph-7 {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-19 {
    text-align: justify;
    margin-top: 40px;
    line-height: 23px;
  }

  .grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 40px;
  }

  .heading-20 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 63px;
  }

  .link-block {
    margin-top: 0;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .heading-23 {
    text-align: left;
    margin-bottom: -39px;
    font-size: 19px;
  }

  .paragraph-11-copy {
    margin-top: 40px;
  }

  .image-14,
  .image-15 {
    float: left;
    max-width: 50%;
    margin-top: 40px;
  }

  .paragraph-13 {
    margin-top: 40px;
  }

  .italic-text {
    font-size: 22px;
  }

  .section-5,
  .columns-3 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  ._3-collection-item {
    width: 100%;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-blog01_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog01_image-link:hover {
    box-shadow: none;
  }

  .uui-blog01_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blog01_menu-link:hover {
    color: var(--untitled-ui--gray500);
    border-bottom-style: none;
  }

  .uui-blog01_menu-link.last-link {
    margin-right: 2rem;
  }

  .uui-blog01_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .uui-blog01_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .uui-blog01_component {
    margin-top: 4rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-blogpost05_content {
    margin-bottom: 0;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-blogpost05_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-blogpost05_form-wrapper {
    flex-direction: column;
  }

  .uui-blogpost05_content-wrapper {
    display: block;
  }

  .uui-blogpost05_date-wrapper {
    margin-top: 2rem;
  }

  .uui-blogpost04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogpost04_meta-wrapper {
    margin-top: 2rem;
    font-size: .75rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-blogpost05_header {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-bottom: 4rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav-toggle-text {
    color: var(--dark-blue);
  }

  .container-w1.gutter-outside {
    padding-right: 0%;
  }

  .close-btn-text {
    margin-top: 20px;
    margin-right: 20px;
    font-size: 4.7em;
  }

  .close-btn-wrapper {
    padding: 14px;
    font-size: 14px;
    top: 20px;
    right: 23px;
  }

  .nav-toggle-btn {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .logo {
    font-size: 1.4em;
  }

  .link-11 {
    font-size: 7vh;
  }

  .column-3,
  .column-4,
  .column-5,
  .column-6,
  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-7 {
    width: 60%;
    margin-top: 0;
  }

  .image-23 {
    display: none;
    overflow: auto;
  }

  .image-25 {
    display: none;
  }

  .sp-track-wrapper {
    padding: 20px;
  }

  .section-heading {
    font-size: 25px;
  }

  .example {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bold-text-15 {
    font-size: 26px;
  }

  .bold-text-16 {
    font-size: 18px;
    line-height: 16px;
  }

  .column-9 {
    padding-left: 0;
  }

  .column-10,
  .column-11 {
    padding-right: 0;
  }

  .column-12 {
    margin-top: 0;
    padding-left: 0;
  }

  .column-14 {
    padding-right: 0;
  }

  .heading-34 {
    font-size: 33px;
    line-height: 4vh;
  }

  .column-15 {
    margin-top: -55px;
    padding-right: 0;
  }

  .column-16,
  .column-17 {
    margin-top: 20px;
    padding-left: 0;
  }

  .column-18 {
    padding-right: 0;
  }

  .column-19 {
    margin-top: 20px;
    padding-left: 0;
  }

  .bold-text-19 {
    font-size: 26px;
  }

  .bold-text-20 {
    font-size: 28px;
    line-height: 37px;
  }

  .column-25 {
    padding-right: 0;
  }

  .image-27 {
    float: left;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-17 {
    width: 99%;
    min-width: 99%;
    max-width: 99%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-11 {
    width: 99.8474%;
  }

  ._1920-paragraph {
    font-size: 14px;
    line-height: 25px;
  }

  ._1920-heading-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 33px;
    line-height: 36px;
  }

  .subheading {
    margin-top: 60px;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 28px;
  }

  .div-block-22 {
    margin-top: 0;
  }

  .columns-12 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .off-gridddtext {
    width: 200px;
    word-break: break-word;
    position: absolute;
    top: 170px;
    margin-left: 20px;
  }

  .off-gridddtext h2 {
    color: #ff6320 !important;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;

  }

  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    background-image: url('../images/newhero.png');
    background-position: 70%;
    background-size: ccover;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    padding-top: 100px;
    padding-bottom: 0vh;
    overflow: hidden;
  }

  .hero {
    width: 100vw;
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-inner {
    width: 100vw;
  }

  .body {
    overflow: visible;
  }

  .feature-content {
    width: auto;
  }

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

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

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

  .image-2 {
    width: 100%;
  }

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

  .nav-link {
    font-size: 29px;
    line-height: 0;
  }

  .hero-image {
    width: 80%;
  }

  .feature-wrap,
  .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow,
  .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container {
    overflow: visible;
  }

  .heading-5 {
    height: 65vh;
    margin-top: -76px;
    font-size: 7vh;
    line-height: 6vh;
    overflow: visible;
  }

  .image-6 {
    margin-top: 20px;
    margin-bottom: 105px;
    display: none;
  }

  .efi-ft-05-cell {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 60px;
  }

  .efi-ft-05-grid,
  .efi-ft-05-container {
    max-width: 100%;
  }

  .efi-ft-05 {
    width: 100%;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .efi-frm-05-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-11 {
    font-size: 38px;
    line-height: 38px;
  }

  .heading-wrap {
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }

  .marquee {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 96%;
    font-size: 17px;
  }

  .page {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 7vh;
    display: none;
    overflow: hidden;
  }

  .text-block-3 {
    width: 295.422vw;
    max-width: 945.344vw;
    font-size: 7vw;
    overflow: hidden;
  }

  .marquee-content.scroll {
    min-height: 12px;
    overflow: hidden;
  }

  .div-block-16 {
    height: 12vh;
    display: none;
    overflow: hidden;
  }

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

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-13 {
    font-family: Inter, sans-serif;
    font-size: 26px;
    line-height: 25px;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

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

  .efi-frm-05-form-block-2 {
    margin-top: 40px;
  }

  .efi-frm-05-grid-2 {
    grid-template-columns: 1fr;
    margin-top: -64px;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-title {
    margin-top: -36px;
  }

  .footer-form-container {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .paragraph-2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .container-9 {
    margin-left: 10px;
  }

  .heading-16 {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 33px;
  }

  .paragraph-3 {
    color: var(--black);
    line-height: 25px;
  }

  .container-10 {
    margin-top: 42px;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .paragraph-7 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-19 {
    text-align: left;
  }

  .grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    align-content: stretch;
    justify-content: stretch;
  }

  .heading-20 {
    font-size: 53px;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-21 {
    text-transform: none;
    font-size: 21px;
    line-height: 5vh;
  }

  .image-11 {
    width: 110px;
    max-width: 86%;
  }

  .button-2 {
    font-family: Inter, sans-serif;
    font-size: 22px;
  }

  .image-14 {
    max-width: 100%;
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .image-15 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-24 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 29px;
  }

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

  .icon-2 {
    width: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-15 {
    margin-bottom: 40px;
  }

  .button-3 {
    margin-top: 40px;
    font-family: Inter, sans-serif;
    font-size: 22px;
  }

  .uui-blogpost05_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .uui-blogpost05_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-blogpost05_content-wrapper {
    grid-auto-flow: row;
    display: block;
  }

  .uui-blogpost05_header {
    grid-template-columns: 1fr;
  }

  .nav-toggle-text {
    color: var(--dark-blue);
  }

  .nav-link-6 {
    font-size: 10vw;
  }

  .logo-wrapper {
    margin-left: 0;
  }

  .container-w1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-w1.gutter-outside {
    padding-left: 0;
    padding-right: 0;
  }

  .close-btn-text {
    margin-top: 10px;
    margin-right: 10px;
    font-size: 3.4em;
  }

  .main-nav-inner {
    background-color: rgba(0, 0, 0, 0);
  }

  .link-block-3,
  .link-block-3.w--current {
    height: 40px;
  }

  .heading-29 {
    font-size: 24px;
    line-height: 31px;
  }

  .heading-30 {
    margin-top: 66px;
    font-size: 29px;
  }

  .link-11 {
    font-size: 38px;
    line-height: 38px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-17 {
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 26px;
  }

  .heading-changing {
    font-size: 38px;
    line-height: 38px;
  }

  .paragraph-19 {
    color: var(--black);
    text-align: left;
    width: 100%;
  }

  .link-block-17 {
    font-size: 19px;
  }

  .image-23 {
    display: none;
  }

  .section-paragraph {
    font-size: 1rem;
  }

  .example-badge {
    font-size: 10px;
  }

  .section-button {
    height: 45px;
  }

  .text-block-8 {
    width: 100%;
  }

  .bold-text-15 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .bold-text-16 {
    text-align: left;
    font-size: 20px;
    line-height: 25px;
  }

  .column-10 {
    margin-top: -40px;
  }

  .column-11 {
    margin-top: -65px;
  }

  .column-12 {
    margin-top: 10px;
  }

  .heading-34 {
    text-align: left;
    min-height: 11px;
    line-height: 9px;
  }

  .bold-text-17 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .columns-10 {
    margin-top: 10px;
  }

  .column-15 {
    margin-top: 14px;
  }

  .bold-text-18 {
    font-weight: 400;
  }

  .bold-text-19 {
    font-size: 18px;
    line-height: 26px;
  }

  .column-21,
  .column-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-23 {
    margin-top: 40px;
  }

  .bold-text-20 {
    font-size: 20px;
    line-height: 23px;
  }

  .container-17 {
    margin-top: 40px;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._1920-paragraph {
    text-align: justify;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
  }

  ._1920-heading-1 {
    font-size: 37px;
    line-height: 40px;
  }

  .subheading {
    color: var(--dark-blue);
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 31px;
  }

  .div-block-22 {
    margin-top: 100px;
  }

  .column-26,
  .column-27,
  .column-28,
  .column-29 {
    margin-top: 40px;
  }

  .html-embed-3 {
    overflow: hidden;
  }

  .bold-text-21,
  .bold-text-22 {
    font-weight: 400;
  }

  .image-31 {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    display: none;
  }

  .bold-text-23,
  .bold-text-24,
  .bold-text-25 {
    font-weight: 400;
  }

  .offgrid {
    margin-bottom: 80px;
  }

  .column-31 {
    margin-top: 20px;
  }

  .link-block-29 {
    height: 94px;
  }

  .column-32 {
    margin-top: -36px;
  }

  .slide-nav-2 {
    font-family: Inter, sans-serif;
  }

  .div-block-23 {
    width: 100vw;
    max-width: 100vw;
    height: 20%;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-body {
    overflow: hidden;
  }

  .heading-35 {
    font-size: 4vh;
  }
}

@media screen and (max-width: 400px) {
  .off-gridddtext {
    width: 190px !important;
    word-break: break-word;
    position: absolute;
    top: 150px !important;
    margin-left: 20px;
  }

  .off-gridddtext h2 {
    color: #ff6320 !important;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 25px;
  }

}

#w-node-_7f7b5579-0bdb-abe9-0c4c-d50b74e46cb9-a72f0cc5 {
  align-self: center;
  justify-self: auto;
}

#w-node-_3793e90c-fa98-6f71-b222-e84ddd885312-82ccbbe0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f7b5579-0bdb-abe9-0c4c-d50b74e46cb9-2873c0a9 {
  align-self: center;
  justify-self: auto;
}

#w-node-_098eb2b9-9ab1-7c0c-5ee7-c16033bbf4d3-37659f3a,
#w-node-_098eb2b9-9ab1-7c0c-5ee7-c16033bbf4d3-09fc6c3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f7b5579-0bdb-abe9-0c4c-d50b74e46cb9-73a598c5 {
  align-self: center;
  justify-self: auto;
}

@media screen and (min-width: 1280px) {
  #w-node-_7f7b5579-0bdb-abe9-0c4c-d50b74e46cc7-a72f0cc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0e89ff0b-1ab2-8204-8ab6-8d4752d2c42c-82ccbbe0 {
    order: -9999;
  }
}