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

body {
  font-family: 'Sorts Mill Goudy', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

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

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

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 10px;
  padding-top: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(220, 53, 69, 0);
  line-height: 20px;
}

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

.section.column.devices {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.column.faq {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

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

.section.full-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section.wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.section.wide.img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 43vh;
  padding-top: 0vh;
  padding-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f5cdba;
}

.section.wide.img.verson2 {
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(212, 161, 216, 0.49);
}

.section.wide.img.verson2.top {
  min-height: 40vh;
  background-color: #d8a1b2;
}

.section.wide.img.verson2.end {
  padding-top: 11vh;
  padding-bottom: 15vh;
  background-color: #d8a1b2;
}

.section.wide.img.verson3 {
  min-height: 90vh;
  background-color: #955df1;
}

.section.wide.img.yellow {
  width: auto;
  height: 100vh;
  min-height: 100%;
  min-width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffe35d;
  color: #000;
}

.section.wide.img.part2 {
  overflow: hidden;
  background-color: #b0a0f9;
  -webkit-transition: flex-grow 200ms ease, -webkit-box-flex 200ms ease, -webkit-flex-grow 200ms ease;
  transition: flex-grow 200ms ease, -webkit-box-flex 200ms ease, -webkit-flex-grow 200ms ease;
  transition: flex-grow 200ms ease;
  transition: flex-grow 200ms ease, -webkit-box-flex 200ms ease, -webkit-flex-grow 200ms ease, -ms-flex-positive 200ms ease;
  text-align: center;
}

.section.wide.img.part-3 {
  background-color: #574fc1;
}

.section.wide.img.other-stuff {
  background-color: #6b6b6b;
}

.section.wide.img.purple {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: auto;
  padding-bottom: 6vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #574fc1;
  background-image: none;
  color: #574fc1;
}

.section.wide.img.dpb {
  background-color: #249170;
}

.section.wide.img.cpd_green {
  background-color: #55ad7e;
}

.section.wide.purple {
  height: 471px;
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6e2ed8), to(#6e2ed8));
  background-image: linear-gradient(180deg, #6e2ed8, #6e2ed8);
}

.section.grid-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.col.sideimg {
  width: 25vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

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

.col.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col.team {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}

.col.img {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 10vw;
  border: 1px none #000;
  background-color: transparent;
}

.nav {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3e1d9;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
}

.body {
  background-color: #ff555e;
  font-family: Raleway, sans-serif;
}

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

.div-block-2 {
  position: relative;
  z-index: 80;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.feature-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58vw;
  max-width: none;
  margin-top: 0px;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

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

.feature-content.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: none;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

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

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

.heading-2.cpdforme-read-more {
  color: #000;
}

.button {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 84px;
  margin-left: 105px;
  padding: 20px 40px;
  float: none;
  border-radius: 3px;
  background-color: #55ad7e;
  -webkit-transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  transition: background-color 500ms cubic-bezier(.789, .159, .25, 1), color 200ms cubic-bezier(.789, .159, .25, 1);
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

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

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

.button.contact {
  margin-left: 10px;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.2);
}

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

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

.button.form-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

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

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

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

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

.div-block-3 {
  height: 8600px;
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0px;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  height: 6000px;
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  max-width: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

.wrapper {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1346px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

.wrap {
  display: inline;
  max-width: 70vw;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

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

.title.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
  color: hsla(0, 0%, 100%, 0.6);
}

.title.greenbg {
  color: #161616;
}

.image-2 {
  width: 50vw;
  max-height: none;
  max-width: 50vw;
  min-height: auto;
  min-width: auto;
  margin-bottom: -44px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-7.team {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button-wrap {
  display: block;
  width: auto;
  margin-top: 5vh;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  text-decoration: none;
}

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

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

.thumb-food._01 {
  border-radius: 12px;
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-block {
  color: #fff;
}

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

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

.nav-link {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.nav-link:hover {
  box-shadow: inset -1px -19px 0 -14px #b93638;
  color: #b93638;
  font-weight: 400;
}

.nav-link.w--current {
  color: #b93638;
}

.nav-menu {
  height: auto;
}

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

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

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

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

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

._w-img {
  position: absolute;
  left: 27%;
  top: auto;
  z-index: 3;
  display: none;
  overflow: hidden;
  width: 30vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.icon {
  height: 25px;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-image {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  height: 60vh;
  margin-right: 61px;
  margin-bottom: -36px;
  float: right;
  clear: none;
  text-align: left;
}

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

.black-text {
  color: #000;
}

.hero-content {
  position: relative;
  z-index: 90;
  display: block;
  width: 100%;
  margin-top: 162px;
  padding-right: 0vh;
  padding-left: 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.feature-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  margin-top: -1vh;
  margin-bottom: 0vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 1px none #000;
}

.feature-wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.feature-wrap.icons {
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  height: 70vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #000;
}

.black {
  display: block;
  margin-top: auto;
  padding-top: 38px;
  color: #fff;
  font-size: 62px;
}

.hero-subhead {
  max-width: 60%;
  margin-bottom: 34px;
  margin-left: 100px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
}

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

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

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

.purple {
  color: #b32e6e;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #1b1b1b;
}

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

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

.footer-list {
  display: block;
  min-height: auto;
  min-width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -o-object-fit: none;
  object-fit: none;
}

.text-block-2 {
  color: hsla(0, 0%, 100%, 0.3);
  font-size: 12px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.input {
  height: 70px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 20px;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 0 #fc0a7e;
  -webkit-transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 300ms cubic-bezier(.215, .61, .355, 1);
  color: #000;
}

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

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

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

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

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

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

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

.quote-slider {
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
  background-color: transparent;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  display: block;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.quote-attribution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

.nav-logo-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu-2 {
  color: #2e2e2e;
}

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

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

.heading-3 {
  position: static;
  min-width: 50vw;
  margin-top: -25px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 32vh;
  line-height: 21vh;
  font-weight: 500;
  text-align: center;
}

.heading-3.fade-up {
  position: relative;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-3.hover_woo {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 67vw;
  min-width: 28vw;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  color: #fff;
  font-size: 20vh;
  line-height: 18vh;
}

.heading-3.hover_woo.black {
  color: #000;
}

.heading-3.hover_woo._404 {
  max-width: 46vw;
  min-width: 20vw;
  font-size: 12vh;
  line-height: 13vh;
}

.nav-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
}

.image-5 {
  margin-top: 17px;
  color: #000;
}

.image-6 {
  display: block;
  width: 15vw;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image-6.patten {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-7 {
  position: -webkit-sticky;
  position: sticky;
  left: 1310.6px;
  text-align: center;
}

.text-block-3 {
  position: absolute;
  left: 25%;
  top: 46%;
  right: auto;
  bottom: auto;
  float: left;
  clear: none;
  font-size: 42px;
}

.paragraph-2 {
  color: #fff;
}

.paragraph-3 {
  color: #fff;
}

.paragraph-4 {
  color: #000;
}

.paragraph-5 {
  color: #000;
}

.section-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 50%;
  margin-top: 0px;
  margin-left: 0px;
}

.image-8 {
  position: relative;
  top: 100%;
  bottom: auto;
  float: none;
  clear: none;
}

.side-nav-right {
  position: fixed;
  left: 99%;
  bottom: 50%;
}

.heading-4 {
  position: static;
  display: block;
  clear: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #000;
  font-size: 44px;
  line-height: 57px;
  font-weight: 500;
  text-align: center;
}

.profile-img {
  position: absolute;
  left: 45%;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: none;
  width: 20vw;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-top: 0px;
}

.main-circlexection {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-circlexection.purple {
  background-color: #6e2ed8;
}

.main-circlexection._404 {
  background-color: #1d7260;
}

.the-cricle {
  position: fixed;
  z-index: 8;
  width: 50px;
  height: 50px;
  border: 3px solid #000;
  border-radius: 50%;
  background-color: rgba(50, 41, 41, 0);
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  overflow: visible;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.preloadercol1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ff555e;
}

.preloadercol1.v2 {
  background-color: #6e2ed8;
}

.preloader2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #6e2ed8;
}

.div-block-13 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 50vh;
}

.image-9 {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 50vh;
  float: none;
}

.image10 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
}

.image-10 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 30vw;
  max-width: none;
}

.image-11 {
  position: absolute;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-button {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 7;
  padding-top: 26px;
  padding-left: 82px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 1.9em;
  font-weight: 500;
  text-decoration: none;
}

.fm_bg {
  position: relative;
  display: block;
  height: 100vh;
  background-color: #804fd1;
}

.fm_wapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #7a2ffc;
  -o-object-fit: fill;
  object-fit: fill;
}

.fm_menu_item {
  position: relative;
  overflow: hidden;
  height: 135px;
  margin-bottom: -5px;
  padding-bottom: 0px;
  font-size: 3.4em;
  line-height: 3em;
  text-decoration: none;
}

.fm_menu_item.emial {
  height: 69px;
}

.fm_mi_text {
  color: #0c0231;
  font-size: 142px;
  line-height: 135px;
  font-weight: 700;
}

.fm_mi_text.hoover_v {
  color: #fc343e;
}

.fm_mi_text.about {
  color: #66c17b;
}

.fm_mi_text.hm {
  color: #ffe35d;
}

.fm_mi_text.cpdforme-more-link {
  margin-top: 0px;
  color: #000;
  font-size: 47px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
}

.fm_mi_text.cpdforme-more-link.hoover_y {
  color: #0c5e4c;
}

.fm_mi_text.emailme {
  font-size: 41px;
  line-height: 60px;
  font-weight: 400;
  text-decoration: underline;
}

.fm_mi_text.emailme:hover {
  color: #fff;
}

.fm_mi_text.emailme.hover_y {
  color: #fff;
}

.reveal_block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-color: #7a2ffc;
  color: #fff4f4;
}

.reveal_block.n1 {
  display: block;
}

.reveal_block.n2 {
  display: block;
}

.reveal_block.n3 {
  display: block;
}

.fm_mendu_trigger {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 40px;
  margin-right: 45px;
  background-color: hsla(0, 0%, 100%, 0);
}

.fm_mi_line {
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #fff;
}

.image-12 {
  display: block;
  max-width: 100%;
  padding: 0px 0px 95px;
  float: right;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.image-13 {
  max-width: 33vw;
}

.image-14 {
  position: absolute;
  left: 2%;
  top: 2%;
  right: auto;
  bottom: auto;
  max-width: 33vw;
}

.big_bloob {
  position: absolute;
  left: -319px;
  top: 1px;
  right: 1%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 179%;
  height: 155%;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.big_bloob.side {
  max-width: 32vw;
}

.big_bloob.purple {
  background-color: #2c2490;
}

.div-block-14 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
  background-color: rgba(149, 93, 241, 0);
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: inline;
  overflow: hidden;
  width: 100%;
  height: 100%;
  clear: none;
  background-color: rgba(85, 173, 126, 0);
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-15.dgressn {
  background-color: #23695a;
}

.div-block-15.cpdpurple {
  background-color: #1d7260;
}

.div-block-15.cpdpurple.mcd {
  background-color: #504a99;
}

.div-block-15.vanillaegreen {
  background-color: #e4c0a9;
}

.div-block-15.cpd {
  background-color: #171250;
}

.small_bloob {
  position: absolute;
  left: -4%;
  top: 6%;
  right: auto;
  bottom: auto;
  max-width: 26%;
}

.div-block-16 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100vh;
  background-color: #955df1;
}

.smaller_bloop {
  position: absolute;
  left: 1447.568px;
  top: 483.89px;
  max-width: 10%;
}

.smaller_bloop.main {
  left: 1590.568px;
  top: 599.89px;
  z-index: 3;
}

.bigger_bloop {
  position: absolute;
  left: 56.17px;
  top: 11px;
  max-width: 20%;
}

.bigger_bloop.main {
  left: 137.17px;
  top: -15px;
  max-width: 17%;
}

.background {
  position: absolute;
  top: -133px;
  width: 106%;
  height: 140%;
  max-width: none;
}

.image-15 {
  position: absolute;
  left: 32%;
  top: 13%;
  right: auto;
  bottom: auto;
  width: 17%;
}

.lighting {
  position: absolute;
  left: 394.545px;
  top: 639.636px;
  max-width: 12%;
}

.lighting-2 {
  position: absolute;
  left: 1444.545px;
  top: -20.386px;
  max-width: 13%;
}

.lighting3 {
  position: absolute;
  left: 1787.545px;
  top: 710.67px;
  max-width: 6%;
}

.heading-5 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #070707;
  font-size: 62px;
  line-height: 60px;
  text-align: center;
}

.columns {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-6 {
  margin-top: 1px;
  margin-bottom: 54px;
  float: right;
  color: #000;
  font-size: 33px;
  font-weight: 500;
}

.heading-6.cpdforme {
  margin-top: 47px;
  color: #000;
  font-size: 31px;
  line-height: 47px;
  text-align: center;
}

.heading-6.white_text {
  color: #000;
  font-size: 31px;
  line-height: 47px;
  text-align: center;
}

.grid {
  display: -ms-grid;
  display: grid;
  max-height: 93vh;
  max-width: 60vw;
  min-height: auto;
  min-width: 5vw;
  margin: 20px;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 50% 16px 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: 50vh 16px 45vh;
  grid-template-rows: 50vh 45vh;
  text-align: center;
}

.grid.tall {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(auto-fit, 437px) 45vh;
}

.image-16 {
  max-height: 90%;
  text-align: center;
}

.image-16.os {
  display: inline-block;
}

.image-17 {
  display: inline;
  max-height: 70vh;
  min-height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-17.os {
  display: inline;
  width: auto;
  height: 60vh;
  border-radius: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-17.os.laptop {
  max-height: none;
  min-height: 60vh;
}

.image-18 {
  max-height: 90%;
  max-width: 100%;
}

.image-19 {
  max-height: 70vh;
  border-radius: 20px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #55ad7e;
  text-align: center;
}

.div-block-17.purple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10vw;
  padding-bottom: 96px;
  padding-left: 10vw;
  background-color: #f5cdba;
}

.div-block-17.purple.end {
  padding-bottom: 217px;
}

.div-block-17.purple.green {
  background-color: #f5cdba;
  color: #c2dec5;
}

.div-block-17.purple.green.dpb {
  background-color: #249170;
}

.div-block-17.purple.green.cpd_green {
  background-color: #55ad7e;
}

.div-block-17.purple.puplish {
  background-color: #574fc1;
}

.div-block-17.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lottie-animation {
  max-height: 82vh;
  max-width: 80vw;
  margin-top: auto;
}

.background-video {
  min-height: 80vh;
  min-width: 70px;
}

.subtitle {
  margin-top: -6px;
  padding-top: 0px;
  padding-bottom: 54px;
  font-size: 34px;
  font-weight: 400;
  text-align: center;
}

.subtitle.part2 {
  margin-top: 20px;
  color: #fff;
}

.heading-7 {
  margin-bottom: -6px;
  color: #fff;
  font-size: 62px;
  text-align: center;
}

.div18 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 40px;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #b0a0f9;
}

.button-2 {
  padding: 12px 20px;
  clear: none;
  border: 0px none #ff555e;
  border-radius: 20px;
  background-color: #ff555e;
  color: #fff;
  font-size: 21px;
}

.button-2:hover {
  background-image: linear-gradient(16deg, #ff555e, #f95567 42%, #955df1);
}

.cpdforme-readmore {
  font-size: 29px;
  text-decoration: none;
}

.cpdforme-readmore:hover {
  color: #0a3f34;
  font-size: 26px;
  text-decoration: none;
}

.heading-8 {
  text-decoration: none;
}

.heading-8.cpdforme-readmore {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  text-decoration: none;
}

.underline {
  color: #ff555e;
}

.section-3 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 203px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f5cdba;
}

.section-3.purple {
  background-color: #574fc1;
}

.section-3.cpd_green {
  background-color: #55ad7e;
}

.section-3.dpb {
  background-color: #249170;
}

.timeline {
  clear: both;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tineline {
  position: relative;
  z-index: -3;
  background-color: #ffe35d;
}

.timeline-contaner {
  padding-right: 5vw;
  padding-left: 5vw;
}

.timeline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-item {
  width: 100%;
  max-width: 1120px;
  padding-top: 60px;
  padding-bottom: 100px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 160px 1fr;
  grid-template-columns: 1fr 160px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #ffe35d;
}

.timeline_left {
  color: #fff;
}

.timeline_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.timeline_right {
  color: #000;
  text-align: left;
}

.text-block-4 {
  color: #000;
  font-size: 37px;
  font-weight: 700;
  text-align: right;
}

.text-block-5 {
  font-size: 20px;
}

.timeline_circle {
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background-color: #000;
}

.cpd_lotte {
  margin-top: 48px;
}

.timeline_progess {
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.26);
}

.timeline_progress_real {
  position: static;
  z-index: 2;
  width: 3px;
  height: 10px;
  background-color: #000;
  color: #000;
}

.grid_link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  overflow: visible;
  max-height: none;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.grid-2.smaller {
  max-width: 69vw;
}

.os {
  height: 60vh;
  max-height: none;
  border-radius: 20px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.section-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-5.green {
  display: block;
  padding-top: 93px;
  padding-right: 10vw;
  padding-left: 10vw;
  background-color: #55ad7e;
}

.image-20 {
  height: 60vh;
  border-radius: 9px;
}

.image-20.image-17 {
  max-height: none;
}

.laptop {
  min-height: 60vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.b-a {
  color: #000;
  font-size: 4.1em;
}

.div-block-19 {
  width: 10vw;
  background-color: #fff;
}

.div-block-19.people {
  width: 23vw;
  height: 19vh;
}

.people {
  background-color: #fff;
}

.people.bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 230px;
  max-width: 638px;
  min-width: auto;
  margin-bottom: 55px;
  padding: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.people.bg.big {
  height: auto;
  max-width: none;
  padding-top: 2%;
  padding-bottom: 2%;
}

.text-a {
  display: block;
  float: left;
  clear: left;
}

.image-21 {
  display: inline-block;
  height: auto;
  float: none;
  clear: left;
}

.image-22 {
  height: 228px;
  max-width: none;
  margin-top: -42px;
  margin-bottom: -44px;
  margin-left: -19px;
}

.image-22.phill {
  margin-bottom: 6px;
  margin-left: -31px;
}

.image-22.bigger {
  height: 254px;
  margin-bottom: -42px;
  margin-left: -68px;
  border-radius: 20px;
  background-color: #1d6a72;
}

.text-block-6 {
  padding-left: 0px;
}

.grid-3 {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-areas: "Area";
}

.button-3 {
  border: 2px solid #000;
  border-radius: 20px;
  background-color: transparent;
  font-size: 22px;
  line-height: 25px;
}

.heading-9 {
  position: relative;
  font-size: 48px;
}

.div-block-20 {
  position: absolute;
  top: auto;
  z-index: auto;
  overflow: hidden;
  width: 800px;
  height: 471px;
  margin-bottom: auto;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #55ad7e 40%, transparent 80%, transparent 100%, rgba(6, 12, 9, 0.07) 0, transparent);
}

.div-block-20.tealer {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #249170 40%, transparent 80%, transparent 100%, rgba(6, 12, 9, 0.07) 0, transparent);
}

.div-block-20.peach {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #f5cdba 40%, transparent 80%, transparent 100%, rgba(6, 12, 9, 0.07) 0, transparent);
}

.text-block-7 {
  text-align: center;
}

.section-6 {
  padding-right: 17vw;
  padding-left: 17vw;
  background-color: #f5cdba;
}

.heading-10 {
  color: #000;
  font-size: 47px;
  text-align: center;
}

.link_nav {
  position: relative;
  overflow: hidden;
  height: 135px;
  margin-bottom: -5px;
  text-decoration: none;
}

.link-block {
  font-size: 3.4em;
  line-height: 3em;
  text-decoration: none;
}

.email_me_link_trigger {
  position: relative;
  overflow: hidden;
  height: 79px;
  margin-bottom: -5px;
  font-size: 22px;
}

.email_me-link {
  color: #000;
  font-size: 47px;
  line-height: 47px;
  font-style: normal;
  font-weight: 300;
  text-decoration: underline;
}

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

.email_me-link.hoover-y {
  color: #fff;
}

.test_h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 23px;
  line-height: 30px;
}

.test_h4.bigger {
  font-size: 28px;
  line-height: 38px;
  font-weight: 900;
}

.test_text {
  padding-left: 22px;
}

.bold-text {
  font-size: 19px;
  font-weight: 600;
}

.bold-text.vc {
  line-height: 42px;
}

.button-4 {
  border-radius: 20px;
  background-color: rgba(56, 152, 236, 0);
  color: #000;
  text-decoration: underline;
}

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

.text-block-8 {
  margin-top: 9px;
}

.image-23 {
  width: 23px;
  height: 23px;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-top: 6px;
  margin-right: 5px;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

  .section.center {
    height: 100.9375vh;
    padding-top: 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.wide.img {
    min-height: 39vh;
  }

  .section.wide.img.verson2.end {
    margin-right: 20px;
    padding: 6vh 20px 10vh;
  }

  .section.wide.img.yellow {
    height: auto;
  }

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

  .nav {
    width: 100vw;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: 90vw;
  }

  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 52px;
    margin-right: 150px;
    margin-left: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrap {
    max-width: 78vw;
    margin-top: 88px;
  }

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

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

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    position: static;
    left: 0vw;
    top: auto;
    right: 0vw;
    bottom: 0px;
    display: block;
    width: 54%;
    height: auto;
    margin-right: auto;
    margin-bottom: 6vw;
    margin-left: auto;
    padding-bottom: 0px;
    float: none;
  }

  .hero-content {
    display: block;
    width: 100%;
    height: 100vh;
    margin-top: -205px;
    margin-bottom: -239px;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #f3e1d9;
  }

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

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

  .hero-subhead {
    position: static;
    display: block;
    overflow: visible;
    max-width: 100%;
    float: none;
    clear: none;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
  }

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

  .feature-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    background-color: rgba(99, 95, 95, 0);
    color: #fff;
    font-size: 40px;
  }

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

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

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    min-height: auto;
    min-width: auto;
    margin-top: 4px;
    font-size: 23vw;
    text-align: center;
  }

  .heading-3.hover_woo {
    font-size: 23vw;
    line-height: 22vh;
  }

  .heading-4 {
    font-size: 41px;
    line-height: 54px;
  }

  .image-12 {
    position: static;
    display: block;
    padding-top: 91px;
    padding-bottom: 0px;
    float: right;
    clear: none;
  }

  .big_bloob {
    left: 73px;
    top: 176px;
    width: 122%;
    height: 106%;
  }

  .small_bloob {
    left: 2%;
  }

  .columns {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-6 {
    margin-right: 0px;
    font-weight: 500;
  }

  .heading-6.cpdforme {
    font-size: 28px;
    line-height: 38px;
  }

  .heading-6.white_text {
    font-size: 28px;
    line-height: 38px;
  }

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

  .column-3 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-17.os {
    height: auto;
  }

  .image-17.os.laptop {
    min-height: auto;
  }

  .subtitle {
    font-size: 33px;
    line-height: 41px;
  }

  .os {
    height: auto;
  }

  .image-20.image-17 {
    height: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .laptop.image-17 {
    min-height: auto;
  }

  .people.bg {
    width: auto;
    height: auto;
    margin-right: 11px;
  }

  .people.bg.big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-22 {
    height: 201px;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -33px;
  }

  .image-22.bigger {
    height: 250px;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .text-block-6 {
    padding-left: 0px;
  }

  .grid-3 {
    padding-right: 3px;
    padding-left: 21px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

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

  .section.wide.img.verson2.end {
    padding-top: 6vh;
  }

  .section.wide.img.yellow {
    display: block;
    height: auto;
    min-height: auto;
  }

  .feature-content {
    width: 81vw;
  }

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

  .feature-content.icons.numbers {
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding-right: 15vw;
    padding-left: 15vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-image {
    left: 0%;
    top: 7%;
    right: 0%;
    bottom: 0px;
    overflow: visible;
    margin-bottom: 10vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-content {
    top: 94px;
    z-index: 0;
    display: block;
    margin-top: -80px;
    margin-bottom: 5vh;
    clear: none;
  }

  .feature-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .feature-wrap.icons {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-wrap.icons.numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .black {
    font-size: 58px;
    line-height: 41px;
  }

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

  .form-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .quote-attribution {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .heading-3 {
    font-size: 25vw;
    line-height: 17vh;
  }

  .heading-3.hover_woo {
    line-height: 22vw;
  }

  .form-block {
    width: 100%;
  }

  .heading-4 {
    font-size: 36px;
  }

  .the-cricle {
    display: none;
  }

  .image-12 {
    max-width: 100%;
    float: none;
    text-align: center;
  }

  .big_bloob {
    left: 121px;
    top: 245px;
    width: 128%;
    height: 102%;
  }

  .small_bloob {
    left: -5%;
    top: 6%;
    max-width: 49%;
  }

  .heading-5 {
    font-size: 52px;
    line-height: 59px;
  }

  .columns {
    display: block;
  }

  .heading-6 {
    margin-right: 0px;
    margin-bottom: 43px;
  }

  .heading-6.cpdforme {
    font-size: 27px;
    line-height: 37px;
  }

  .heading-6.white_text {
    font-size: 27px;
    line-height: 37px;
  }

  .image-17.os.laptop {
    height: auto;
    min-height: auto;
  }

  .subtitle {
    font-size: 30px;
    line-height: 37px;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .os {
    height: auto;
    margin-bottom: 24px;
  }

  .image-20.image-17 {
    height: 58vh;
  }

  .laptop.image-17 {
    min-height: auto;
  }

  .people.bg {
    margin-right: 31px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .people.bg.big {
    margin-right: 23px;
    margin-left: 23px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-22 {
    height: 169px;
    max-width: none;
    margin-top: -10px;
    margin-bottom: 0px;
    margin-left: auto;
    padding-left: 0px;
  }

  .image-22.phill {
    margin-bottom: 20px;
  }

  .image-22.bigger {
    height: 223px;
    margin-top: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
  }

  .text-block-6 {
    padding-left: 0px;
  }

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

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

  h3 {
    font-size: 16px;
  }

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

  .section.wide.img.verson2.top {
    min-height: 25vh;
  }

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

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

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

  .button {
    margin-right: 30px;
    margin-left: 33px;
  }

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

  .wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image {
    width: 80%;
    margin-top: 64px;
    margin-bottom: 15vw;
  }

  .hero-content {
    margin-top: -94px;
  }

  .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .black {
    line-height: 56px;
  }

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

  .form-2 {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quote-slider {
    width: 100vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow {
    width: 15vw;
  }

  .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .heading-3.hover_woo {
    font-size: 80px;
    line-height: 72px;
  }

  .heading-4 {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 29px;
    line-height: 49px;
  }

  .the-cricle {
    display: none;
  }

  .home-button {
    padding-left: 12px;
  }

  .fm_mendu_trigger {
    margin-right: 13px;
  }

  .image-12 {
    position: relative;
    left: 0px;
    right: 0px;
    display: inline-block;
    max-width: 100%;
    margin-right: auto;
    padding-top: 35px;
    float: none;
    clear: none;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .big_bloob {
    left: 53px;
  }

  .small_bloob {
    left: -11%;
    top: 6%;
    max-width: 73%;
  }

  .heading-5 {
    margin-top: 56px;
    margin-bottom: 0px;
    font-size: 38px;
    line-height: 46px;
  }

  .heading-6.cpdforme {
    font-size: 21px;
    line-height: 31px;
  }

  .heading-6.white_text {
    font-size: 21px;
    line-height: 31px;
  }

  .column-2 {
    position: relative;
  }

  .image-17.os {
    height: 43vh;
  }

  .image-17.os.laptop {
    height: 21vh;
    min-height: auto;
  }

  .subtitle {
    font-size: 25px;
    line-height: 34px;
  }

  .grid-2 {
    max-height: none;
    margin-bottom: 42px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .os {
    height: auto;
    margin-bottom: 20px;
  }

  .image-20.image-17 {
    height: 45vh;
    border-radius: 0px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .laptop.image-17 {
    min-height: 20vh;
  }

  .people.bg {
    margin-right: 10px;
    margin-bottom: 14px;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .people.bg.big {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 5%;
  }

  .image-22 {
    height: 165px;
    margin-top: -7px;
    margin-bottom: 26px;
    margin-left: auto;
    text-align: center;
  }

  .image-22.phill {
    margin-bottom: 9px;
  }

  .image-22.bigger {
    height: 135px;
  }

  .text-block-6 {
    margin-bottom: 17px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-block-8 {
    margin-bottom: 13px;
  }

  .bold-text-2 {
    padding-left: 0px;
  }
}

#w-node-_7418e9e6-0a7f-3d2b-07ff-544ab1ef7dd3-6bde6aff {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_1fd3ea98-63dd-3032-76c2-a25d92feb1f1-6bde6aff {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_8c4062f0-8261-d349-6f70-06325f0b2141-6bde6aff {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_8c4062f0-8261-d349-6f70-06325f0b214f-6bde6aff {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_8c4062f0-8261-d349-6f70-06325f0b2157-6bde6aff {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

