:root {
  --white: white;
  --dim-grey: #6b6b6b;
  --black: black;
  --trojan-maroon: #7e3239;
  --icon-gradient-dark: #190305;
  --icon-gradient-light: #7d3139;
  --blue-violet: #6e2ed8;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
  --form-block: #b8b8b8;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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-image: linear-gradient(#000000b3, #000000b3), url('../images/pexels-tiger-lily-7109292.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

.section.wide.img {
  background-color: var(--white);
  background-image: url('../images/Homepage-Laptop-BG.jpg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
}

.section.wide.purple {
  background-image: url('../images/3-35536_triangles-triangles-for-thumbnails.png'), linear-gradient(270deg, #d3a196, #923a42 74%, #7e3239 88%, #5f242a);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

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

.section.feature-wrap-bg {
  color: #000;
  background-color: #333;
}

.section.left-align {
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.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: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 20px 10vw 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.hero.dark {
  z-index: auto;
  color: #1b1b1b;
  background-color: #1b1b1b;
  padding-bottom: 20px;
  position: static;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: #0000;
  font-family: Gothic A1, sans-serif;
}

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

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

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

.feature-content {
  border: 1px #000;
  flex: none;
  max-width: 446px;
  padding-left: 10px;
}

.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: #7d3139;
  border-radius: 80px;
  width: 196px;
  margin-right: 0;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

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

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

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

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

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

.button.form-button {
  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;
}

.h2.black {
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

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

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

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

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

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  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;
}

.h3.black.no-space {
  margin-bottom: 0;
}

.pa {
  color: #000;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.pa.aboutus {
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

.pa.white {
  color: #fff;
}

.pa.white.footer {
  text-align: left;
  font-size: 15px;
}

.pa.white.aligncenter {
  text-align: center;
  margin-top: 20px;
}

.pa.slider {
  color: var(--dim-grey);
  padding-left: 60px;
  padding-right: 60px;
}

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

.pa.psmall {
  color: #fff;
  padding: 10px;
  font-size: 15px;
}

.pa.toppadding {
  padding-top: 20px;
}

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

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

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

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

.title.white-subheader {
  color: #fff;
}

.image-2 {
  flex: none;
  position: relative;
}

.image-2.left-align {
  display: block;
}

.image-2.left_spacing {
  margin-top: 60px;
  margin-bottom: 30px;
  margin-left: 60px;
  position: absolute;
  top: .7266px;
}

.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('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

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

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

.text-block {
  color: #fff;
}

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

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

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

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px #7d3138;
}

.nav-link.w--current {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}

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

.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: 54vh;
  position: absolute;
  bottom: 192px;
  right: 13.5vw;
}

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

.section-header {
  color: #000;
  font-family: Raleway, sans-serif;
  font-size: 42px;
  line-height: 37px;
}

.section-header.centered {
  text-align: center;
}

.section-header.white {
  color: #fff;
}

.section-header.trojanred {
  color: #ef8585;
}

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

.hero-content.aboutus-hero-content {
  position: relative;
  bottom: 816px;
}

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

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

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

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

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.black {
  color: #000;
}

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

.hero-subhead.opacity-in {
  margin-bottom: 10px;
}

.hero-subhead.centered {
  text-align: center;
  font-size: 25px;
}

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

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

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

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #1b1b1b;
  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: #ffffff4d;
  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: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 95vw;
  height: 35vh;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
}

.slider-arrow {
  color: #d6d6d6;
}

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

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

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

.quote {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-weight: 900;
}

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

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

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

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

.nav-menu-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.pageheader {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Raleway, sans-serif;
  display: flex;
}

.pageheader.margin_right-20 {
  margin-right: 80px;
}

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

.bold-text {
  color: #fff;
  line-height: 48px;
}

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

.button-2 {
  width: 10vw;
  min-width: 0;
  height: 15vh;
  display: block;
  position: relative;
  overflow: auto;
}

.review-paragraph {
  margin-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.button-section {
  z-index: 9999;
  height: 100%;
  position: absolute;
  inset: auto 10% 0% auto;
}

.trojan-button {
  background-color: #565f6800;
  border: 2px solid #fff;
  flex-direction: row;
  justify-content: space-around;
  padding-left: 20px;
  padding-right: 20px;
}

.image-5 {
  position: absolute;
  inset: 0% 10% 0% auto;
}

.button-3 {
  background-color: #0000;
  background-image: url('../images/horse-jumping-transparent.gif');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 200px;
  padding: 0;
  position: sticky;
  top: 50%;
}

.image-6 {
  display: block;
}

.body-wrapper {
  width: 100%;
  position: relative;
}

.div-block-13 {
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 50%;
}

.text-block-3 {
  color: #9b5858;
  white-space: normal;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.text-block-3.no-underline {
  text-align: left;
}

.link-block {
  text-align: center;
  width: 75.8542vw;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
}

.link-block.trojan-dropdown-hover {
  background-color: var(--white);
  border-radius: 20px;
  margin-bottom: 10px;
}

.link-block.trojan-dropdown-hover:hover {
  box-shadow: inset 0 3px 5px #0003;
}

.link-block.trojan-dropdown-hover.w--current {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
}

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

.section-2 {
  position: relative;
}

.slide {
  margin-top: 60px;
}

.div-block-15 {
  display: block;
}

.dropdown-wrapper {
  width: 150px;
  position: relative;
}

.dropdown-trigger {
  cursor: pointer;
}

.dropdown-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.dropdown-content.trojan-dropdown {
  top: 90px;
}

.image-7 {
  max-width: 100%;
}

.image-8 {
  padding: 10px;
}

.section-3 {
  background-image: linear-gradient(#1b1b1b, #1b1b1b);
}

.section-3.padding_top_bottom_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-16 {
  position: static;
  inset: 0% 0% 0% auto;
}

.about {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 90vh;
  display: flex;
  position: relative;
}

.heading-5 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.image-9 {
  min-width: 100%;
  min-height: 100%;
  position: sticky;
}

.image-10 {
  max-width: 100vw;
  position: absolute;
}

.section-about {
  flex-direction: column;
  justify-content: flex-end;
  width: 100vw;
  max-width: 100vw;
  height: 120vh;
  display: flex;
}

.heading-6 {
  color: var(--white);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 5vh;
  display: block;
}

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

.columns {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

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

.container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-4 {
  background-color: #d4a196;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 50vh;
  display: flex;
}

.form-block-2 {
  margin-top: 15px;
}

.form-3 {
  display: block;
}

.submit-button {
  background-color: #7d3139;
  display: inline-block;
}

.div-block-17 {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.form-label {
  color: #7d3139;
}

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

.div-block-18 {
  margin: 50px;
}

.heading-7 {
  font-size: 8vh;
}

.section-5 {
  flex-direction: row;
  align-items: center;
  display: block;
}

.heading-8 {
  color: #000;
  text-align: center;
}

.div-block-19 {
  background-color: #7b3535;
  width: 100vw;
  height: .5vh;
}

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

.section-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -669px;
  display: flex;
}

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

.nav_icon {
  padding: 20px;
}

.button-4 {
  background-color: var(--trojan-maroon);
  border-radius: 80px;
  width: 40%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: stretch space-between;
  width: 80%;
  padding-top: 40px;
  padding-bottom: 20px;
}

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

.image-12 {
  padding: 10px;
}

.divider {
  background-color: var(--dim-grey);
  color: var(--dim-grey);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 80%;
  height: 5%;
  padding-top: 1px;
  padding-bottom: 0;
}

.div-block-22 {
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.paragraph-4 {
  margin-top: 15px;
}

.div-block-23 {
  background-image: url('../images/ready-to-dive.gif');
  background-position: 50%;
  background-size: contain;
  width: 100%;
  height: 40vh;
  position: relative;
}

.loop-text-outer {
  width: 100%;
  overflow: hidden;
}

.loop-text-inner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.loop-text {
  color: var(--black);
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 10px;
  margin-right: 10px;
  font-family: Raleway, sans-serif;
  font-size: 6vh;
  font-weight: 700;
  overflow: hidden;
}

.loop-wrap {
  margin-top: 220px;
  margin-bottom: 100px;
  overflow: hidden;
}

.section-7 {
  width: 100%;
}

.image-13 {
  width: 100vw;
}

.div-block-24 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -574px;
  left: -242px;
  right: auto;
}

.outline-button {
  border: 1px solid var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 20px;
  width: 35%;
}

.div-block-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-8 {
  height: 100vh;
}

.slider {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.paragraph-5 {
  color: #000;
  text-align: left;
  font-family: Raleway, sans-serif;
}

.slide-2 {
  text-align: center;
  top: 25px;
}

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

.image-14 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide-3 {
  text-align: center;
  top: 25px;
}

.div-block-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

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

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

.div-block-28 {
  padding-right: 220px;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 220px;
  display: flex;
}

.section-9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
}

.image-15 {
  padding: 0;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.image-16 {
  width: 100%;
  height: 75%;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-29 {
  width: 100%;
  height: 100%;
}

.cell-3, .cell-4, .cell-5 {
  align-items: center;
}

.section-10 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 140px;
  display: flex;
}

.quick-stack-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-18 {
  position: relative;
  top: -129px;
}

.image-19 {
  position: relative;
  top: -172px;
  left: 114px;
}

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

.div-block-31 {
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 400px;
  display: flex;
}

.extraboldheader {
  color: #000;
  margin-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 70px;
}

.sub-header {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.sub-header.icon-subheader {
  display: none;
}

.div-block-32 {
  width: 376px;
  padding: 20px 40px;
  box-shadow: 0 1px 20px 1px #0003;
}

.div-block-32.left1 {
  background-color: #fff;
  position: relative;
  top: 92px;
}

.div-block-32.middle {
  background-color: #fff;
  position: relative;
  top: 236px;
}

.div-block-32.right {
  background-color: #fff;
  position: relative;
  top: 414px;
}

.div-block-32.aboutfeatureblock {
  border-radius: 80px;
  width: 480px;
  margin-bottom: 140px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-32.serviceblock {
  box-shadow: 0 2px 20px 7px #0003, 20px -18px 1px 1px var(--trojan-maroon);
  background-color: #fff;
  width: 400px;
  height: 350px;
}

.div-block-33 {
  background-image: url('../images/Homepage-Steps-to-success-BG.jpg');
  background-position: 50% 70%;
  background-size: cover;
  padding-bottom: 220px;
}

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

.div-block-34 {
  padding: 10px;
}

.image-21 {
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-35 {
  width: 50%;
  padding: 40px;
}

.cell-6 {
  justify-content: center;
  align-items: center;
  padding-bottom: 220px;
  padding-right: 100px;
}

.cell-7 {
  justify-content: center;
  align-items: center;
  padding-bottom: 220px;
  padding-left: 100px;
}

.div-block-36 {
  width: 65%;
}

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

.cell-8 {
  justify-content: center;
  align-items: flex-end;
  padding-right: 40px;
}

.cell-9 {
  padding-left: 40px;
}

.cell-10 {
  align-items: flex-end;
}

.image-22 {
  margin-bottom: 140px;
}

.quick-stack-3 {
  margin-top: 100px;
  overflow: hidden;
}

.cell-11 {
  justify-content: center;
}

.div-block-38 {
  background-color: var(--white);
  width: 250px;
  height: 8px;
}

.cell-12 {
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.cell-13 {
  justify-content: center;
  align-items: stretch;
}

.formlabel {
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.text-field {
  background-color: var(--white);
  color: #000;
  border-radius: 37px;
  height: 65px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
}

.textarea {
  background-color: var(--white);
  color: #000;
  border-radius: 32px;
  min-height: 300px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.quick-stack-4 {
  background-image: url('../images/Path-701.png');
  background-position: 126%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.formsubmitbutton {
  color: #000;
  background-color: #3898ec00;
  border: 1.5px solid #000;
  border-radius: 32px;
  padding: 20px 60px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

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

.cell-14 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.f-footer-h2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.quick-stack-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.quick-stack-6 {
  margin-bottom: 60px;
}

.image-23 {
  padding: 20px;
}

.image-24 {
  padding: 10px;
}

.link-block-2, .link-block-3, .link-block-4.w--current, .link-block-5.w--current {
  text-decoration: none;
}

.quick-stack-7 {
  align-self: stretch;
}

.lightbutton {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 32px;
  padding: 15px 40px;
}

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

.section-11 {
  margin-top: -650px;
  margin-bottom: 100px;
  position: static;
}

.div-block-40 {
  align-self: center;
  position: relative;
  top: -808px;
}

.cellcentered {
  justify-content: center;
  align-items: center;
}

.container-5 {
  margin-top: 0;
  margin-bottom: 100px;
}

.image-25 {
  position: absolute;
  inset: 90% 0% auto auto;
}

.image-26 {
  position: absolute;
  overflow: hidden;
}

.cell-17, .cell-18 {
  justify-content: center;
  align-items: center;
}

.section-13 {
  margin-bottom: 60px;
}

.h2b {
  color: #fde468;
  font-size: 35px;
}

.h2b.bold-title {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  display: block;
  overflow: visible;
}

.h2b.bold-title:hover {
  display: block;
}

.h2-2 {
  color: #000;
  text-transform: uppercase;
  margin: 35px 14px 12px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.h2-2.bold-title {
  color: var(--white);
  text-align: center;
  margin-top: 34px;
  margin-bottom: 14px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
}

.div-block-41 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 30vh;
  display: flex;
}

.div-block-41.c1 {
  background-image: url('../images/pexels-eva-bronzini-7661590.png');
  background-position: 50%;
  background-size: cover;
  width: 19vw;
  height: 27vh;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.div-block-41.c1:hover {
  background-image: url('../images/pexels-eva-bronzini-7661590.png');
  background-position: 50%;
  background-size: cover;
}

.text-wrapper {
  text-align: center;
  background-image: linear-gradient(#a21516e6, #a21516e6);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-6 {
  direction: ltr;
  color: #fff;
  padding-left: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.paragraph-6:hover {
  display: block;
}

.paragraph-6.psmall {
  font-size: 12px;
  line-height: 20px;
}

.text-span-4 {
  display: block;
}

.div-block-42 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 30vh;
  display: flex;
}

.div-block-42.c1 {
  background-image: repeating-linear-gradient(180deg, var(--icon-gradient-dark), var(--icon-gradient-light));
  background-position: 0 0;
  border-radius: 20px;
  width: 440px;
  height: 400px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  box-shadow: 0 2px 20px 3px #0003;
}

.div-block-42.c1:hover, .div-block-42.c1.service2, .div-block-42.c1.service3, .div-block-42.c1.service4, .div-block-42.c1.service5, .div-block-42.c1.service6 {
  background-image: linear-gradient(180deg, var(--icon-gradient-dark), var(--icon-gradient-light));
  background-position: 0 0;
}

.text-wrapper-2 {
  text-align: center;
  background-image: linear-gradient(#000000c7, #000000c7);
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-7 {
  direction: ltr;
  color: #fff;
  padding-left: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.paragraph-7:hover {
  display: block;
}

.paragraph-7.psmall {
  font-size: 12px;
  line-height: 20px;
}

.text-span-5 {
  display: block;
}

.div-block-43 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 30vh;
  display: flex;
}

.div-block-43.c1 {
  background-image: url('../images/old-granville-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 27vh;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.div-block-43.c1:hover {
  background-image: url('../images/old-granville-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.paragraph-8 {
  direction: ltr;
  color: #fff;
  padding-left: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.paragraph-8:hover {
  display: block;
}

.paragraph-8.psmall {
  font-size: 12px;
  line-height: 20px;
}

.text-span-6 {
  display: block;
}

.div-block-44 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 30vh;
  display: flex;
}

.div-block-44.c1 {
  background-image: url('../images/old-granville-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 27vh;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.div-block-44.c1:hover {
  background-image: url('../images/old-granville-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-red {
  background-color: var(--trojan-maroon);
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.lottie-animation {
  width: 80%;
  margin-top: -149px;
}

.cenllcenter {
  padding-right: 40px;
}

.lottie-animation-2 {
  width: 70%;
}

.quick-stack-8 {
  margin-bottom: 100px;
}

.container-7 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.quick-stack-9 {
  align-self: stretch;
}

.cell-22 {
  background-color: #fff;
  padding: 20px;
}

.tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2 {
  color: #fff;
  background-color: #000;
  border-radius: 40px;
}

.tab-link-tab-2.w--current {
  background-color: #000;
}

.tab-link-tab-3 {
  color: #fff;
  background-color: #000;
  border-radius: 40px;
}

.tab-link-tab-3.w--current {
  background-color: #000;
}

.tab-link-tab-4 {
  color: #fff;
  background-color: #000;
  border-radius: 40px;
}

.tab-link-tab-4.w--current {
  background-color: #000;
}

.tab-link-tab-5 {
  color: #fff;
  background-color: #000;
  border-radius: 40px;
}

.tab-link-tab-5.w--current {
  background-color: #000;
}

.tabs-menu {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  display: grid;
}

.text-block-4 {
  padding: 0;
}

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

.section-15 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/marketing-banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 45vh;
}

.div-block-46 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-11 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 8vh;
  font-weight: 600;
}

.bannersection {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Artboard-3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 500px;
}

.container-8 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.lottie-animation-3 {
  width: 70%;
}

.quick-stack-10 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.lottie-animation-4 {
  width: 34%;
}

.section-16 {
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.section-16.padding--left-right {
  padding-left: 140px;
}

.paragraph-9 {
  font-family: Raleway, sans-serif;
  font-size: 15px;
}

.paragraph-9.team-description {
  font-size: 14px;
  line-height: 25px;
}

.cell-23 {
  background-image: url('../images/pexels-eva-bronzini-7661590_1.png');
  background-position: 50%;
  background-size: auto;
}

.cell-24 {
  border-bottom: 1px solid #000;
}

.aligncenter {
  text-align: center;
}

.quick-stack-11 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.line {
  background-color: #000;
  width: 100px;
  height: 5px;
}

.div-block-47 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 240px;
  display: flex;
}

.section-black {
  background-color: #000;
}

.cell-27 {
  justify-content: center;
  align-items: flex-start;
}

.cell-28 {
  border-bottom: 1px solid #000;
}

.tab-link-tab-1-2 {
  background-color: var(--white);
}

.tab-link-tab-1-2.w--current {
  background-color: var(--trojan-maroon);
  border-radius: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.cell-29 {
  background-image: linear-gradient(#fff, #f2f2f2);
  border-radius: 50px;
  justify-content: center;
  align-items: stretch;
  padding: 60px 40px;
  box-shadow: 0 2px 15px 3px #0003;
}

.heading-12, .tabs-menu-2 {
  text-align: center;
}

.heading-13 {
  text-align: center;
  margin-bottom: 10px;
}

.lottie-animation-5 {
  width: 355px;
}

.div-block-48 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

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

.quick-stack-12 {
  margin-top: 40px;
}

.cell-30 {
  justify-content: space-between;
  align-items: stretch;
}

.quick-stack-13 {
  grid-column-gap: 1px;
}

.quick-stack-14 {
  margin: 60px 60px 0;
}

.icon-5, .text-block-6 {
  color: #fff;
}

.dropdown-list {
  margin-top: 20px;
}

.dropdown-link {
  color: var(--trojan-maroon);
}

.dropdown-link:hover {
  background-color: var(--trojan-maroon);
  color: var(--white);
}

.dropdown-link.w--current:focus, .dropdown-link.pressed.w--current {
  color: var(--trojan-maroon);
}

.dropdown-link.pressed.w--current:hover {
  color: var(--white);
}

.dropdown-link-2, .dropdown-link-3, .text-span-7 {
  color: var(--trojan-maroon);
}

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

.text-span-9:hover {
  color: var(--white);
}

.text-span-9.bottom-image-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-28 {
  position: relative;
  left: -23px;
}

.quick-stack-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.cell-31 {
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.cell-31.image {
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
}

.div-block-50 {
  background-color: #000;
  width: 100px;
  height: 5px;
  margin-bottom: 40px;
}

.div-block-50.sub-header-div {
  background-color: #6b6b6b;
  width: 70px;
  height: 2px;
}

.quick-stack-16 {
  align-self: stretch;
}

.quick-stack-16.no-padding {
  padding: 0;
}

.unsplash-image {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: linear-gradient(#fff, #fff);
  align-self: stretch;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: block;
}

.div-block-51 {
  margin-bottom: 20px;
}

.consulting-tab {
  background-color: #c8c8c800;
  border: 2px solid #000;
  margin: 20px;
}

.consulting-tab:hover {
  color: var(--white);
  background-color: #000;
}

.consulting-tab.w--current {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
}

.consulting-tab.w--current:hover {
  background-color: var(--black);
  color: #fff;
}

.tabs-menu-3 {
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.tabs-2 {
  margin-bottom: 60px;
}

.text-span-10 {
  font-weight: 700;
}

.cell-32 {
  padding-top: 40px;
}

.div-block-52 {
  width: 0;
  height: 0;
}

.div-block-53 {
  padding-left: 100px;
}

.cell-33 {
  justify-content: flex-start;
  align-items: center;
}

.lottie-animation-6 {
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 40%;
  display: block;
}

.lottie-animation-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 30%;
  display: flex;
}

.lottie-animation-8 {
  flex-flow: row;
  max-width: 30%;
  display: block;
}

.div-block-54 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  align-self: center;
  align-items: center;
  display: flex;
}

.container-9 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1500px;
  display: flex;
}

.lottie-animation-9 {
  max-width: 45%;
}

.lottie-animation-10 {
  float: none;
  max-width: 60%;
  position: relative;
  left: 185px;
}

.image-30 {
  width: 100%;
}

.link-block-7 {
  align-self: center;
}

.icon-image {
  max-width: 65%;
}

.quick-stack-17 {
  overflow: hidden;
}

.section-about-us {
  background-image: linear-gradient(#350909, #673131);
}

.lottie-animation-11 {
  width: 750px;
}

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

.image-32, .image-33 {
  padding: 10px;
}

.section-17 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-56 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-34 {
  max-width: 20%;
}

.team-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: auto;
  place-items: center;
  width: auto;
  height: auto;
  display: grid;
}

.container-10 {
  max-width: 80%;
  margin: 6rem 10rem;
}

.div-block-58 {
  flex-flow: column;
  align-self: flex-start;
  display: flex;
}

.team-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.image-35 {
  max-width: 70%;
}

.meet-the-team-image {
  aspect-ratio: auto;
  object-fit: cover;
  background-image: url('../images/CP-Christmas-in-July-website-2024.png');
  background-position: 50%;
  background-size: cover;
  border: 0 solid #5b6948;
  border-radius: 20px;
  width: 100%;
  max-width: 276px;
  min-height: 200px;
  overflow: hidden;
}

.meet-the-team-image.happy-hour-2024 {
  aspect-ratio: 2.39;
  background-image: url('../images/CP-Happy-Hours-Template-illustration-banner.jpg');
  width: 100%;
}

.text-block-7 {
  font-size: 12px;
}

.heading-14 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 5vh;
}

.paragraph-10 {
  text-align: center;
  margin-left: 220px;
  margin-right: 220px;
  font-family: Raleway, sans-serif;
}

.section-18, .section-19 {
  margin-top: 100px;
}

.bold-text-4, .bold-text-5 {
  font-size: 25px;
}

.paragraph-11 {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  position: static;
}

.div-block-59 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.container-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  max-width: 1100px;
  margin-top: 4rem;
  display: block;
}

.insert-success-text {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

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

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

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

  .section.wide.img {
    background-image: url('../images/Homepage-Laptop-BG.jpg');
  }

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

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

  .button {
    border-radius: 40px;
    width: 196px;
  }

  .h2.black.centeralign {
    text-align: center;
  }

  .pa {
    text-align: left;
  }

  .pa.white {
    text-align: left;
    font-size: 18px;
  }

  .pa.toppadding {
    text-align: left;
  }

  .image-2 {
    margin-left: 0;
  }

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

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

  .nav-link.dropdown {
    width: 100%;
    padding-top: 0;
  }

  .nav-menu {
    position: absolute;
  }

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

  .hero-content {
    padding-bottom: 50px;
    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: 35vh;
    margin-bottom: 5vh;
  }

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

  .hero-subhead.centered {
    display: none;
  }

  .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: #000;
  }

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

  .brand {
    padding-left: 18px;
  }

  .pageheader {
    font-size: 8vw;
  }

  .pageheader.margin_right-20 {
    margin-right: 30px;
  }

  .pageheader.centered {
    margin-bottom: 0;
    font-size: 7vw;
  }

  .button-section {
    display: none;
  }

  .about {
    height: 40vh;
  }

  .section-about {
    background-image: url('../images/about-us.png');
    background-position: 50% 0;
    background-size: cover;
    justify-content: flex-end;
    height: 80vh;
  }

  .heading-6 {
    font-size: 4vh;
  }

  .column-2 {
    justify-content: center;
    align-items: stretch;
  }

  .column-3 {
    align-items: stretch;
  }

  .columns {
    flex-direction: column;
    align-items: center;
  }

  .section-4 {
    flex-direction: column;
    display: flex;
  }

  .heading-7 {
    font-size: 7vh;
  }

  .image-11 {
    padding: 0;
  }

  .section-6 {
    margin-top: -900px;
  }

  .div-block-20 {
    padding-left: 0;
  }

  .grid-2 {
    flex-direction: column;
    display: flex;
  }

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

  .loop-text {
    font-size: 3vh;
    line-height: 7vh;
  }

  .div-block-24 {
    top: -517px;
    left: -73px;
  }

  .slide-nav-2 {
    top: 320px;
  }

  .cell {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-3 {
    align-items: center;
    padding-right: 0;
  }

  .cell-2 {
    align-items: center;
    padding: 0;
  }

  .image-18 {
    max-width: 30%;
    top: -45px;
  }

  .div-block-31 {
    margin-bottom: 220px;
  }

  .sub-header.icon-subheader {
    display: block;
  }

  .div-block-32.aboutfeatureblock {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    display: flex;
  }

  .div-block-34 {
    padding-right: 0;
  }

  .image-21 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cell-6 {
    align-items: center;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .cell-7 {
    align-items: center;
    padding-bottom: 100px;
    padding-left: 0;
  }

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

  .cell-8 {
    text-align: center;
    padding-right: 0;
  }

  .cell-9 {
    padding-left: 0;
  }

  .image-22 {
    margin-bottom: 0;
  }

  .cell-12 {
    padding: 0;
  }

  .text-field {
    height: 70px;
  }

  .f-footer-h2 {
    text-align: center;
  }

  .image-24 {
    padding: 60px;
  }

  .quick-stack-7 {
    align-self: stretch;
    margin-left: 20px;
    margin-right: 20px;
  }

  .cell-15 {
    align-items: stretch;
  }

  .cell-15.center {
    align-items: center;
  }

  .cell-16 {
    align-items: stretch;
  }

  .cell-16.center {
    align-items: center;
  }

  .image-26 {
    display: none;
  }

  .cell-18 {
    align-items: center;
  }

  .section-13 {
    margin-bottom: 40px;
  }

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

  .div-block-42.c1 {
    width: 350px;
    height: 350px;
  }

  .paragraph-7, .paragraph-8 {
    text-align: left;
  }

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

  .cell-19, .section-14 {
    align-items: stretch;
  }

  .bannersection {
    min-height: 300px;
  }

  .lottie-animation-3.hide {
    display: none;
  }

  .section-16.padding--left-right {
    padding-left: 0;
  }

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

  .quick-stack-14 {
    margin: 20px;
  }

  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .cell-31 {
    justify-content: center;
    align-items: stretch;
  }

  .div-block-50 {
    top: 0;
  }

  .quick-stack-16 {
    padding: 0;
  }

  .tabs-menu-3 {
    flex-flow: wrap;
  }

  .div-block-53 {
    padding-left: 0;
  }

  .cell-33 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .lottie-animation-9 {
    max-width: 70%;
  }

  .lottie-animation-10 {
    margin-left: 0;
  }

  .tab-pane-security-consultant {
    padding-left: 0;
    padding-right: 0;
  }

  .image-30 {
    width: 60%;
  }

  .link-block-7 {
    align-self: flex-start;
  }

  .section-17 {
    width: 100%;
  }

  .div-block-55 {
    margin: 4rem;
  }

  .image-34 {
    align-self: flex-end;
    max-width: 30%;
  }

  .team-left {
    flex-flow: column wrap-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .container-10 {
    max-width: 85%;
    margin: 0;
  }

  .team-right {
    flex-flow: column-reverse wrap-reverse;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: center;
  }

  .meet-the-team-image {
    max-width: 254px;
    min-height: 264px;
  }

  .paragraph-10 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-11 {
    max-width: 650px;
  }
}

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

  .feature-content {
    max-width: 230px;
  }

  .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 {
    border-radius: 40px;
    width: 35%;
  }

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

  .pa.white {
    font-size: 15px;
    line-height: 25px;
  }

  .pa.white.footer {
    margin-bottom: 0;
  }

  .pa.white.footer.center {
    text-align: center;
  }

  .pa.slider {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .title {
    font-size: 10px;
  }

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

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

  .feature-wrap.logos {
    margin-top: 20vh;
    display: block;
  }

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

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

  .feature-image {
    justify-content: center;
  }

  .hero-subhead.opacity-in {
    max-width: 66%;
  }

  .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-slider {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

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

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

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

  .pageheader.margin_right-20 {
    margin-right: 20px;
  }

  .pageheader.centered {
    margin-top: 89px;
    font-size: 6vw;
  }

  .form-block {
    width: 100%;
  }

  .bold-text {
    font-size: 25px;
    line-height: 24px;
  }

  .about {
    height: 30vh;
  }

  .section-about {
    background-position: 37%;
    width: 100vw;
    height: 30vh;
  }

  .heading-6 {
    font-size: 4vh;
  }

  .section-4 {
    height: 55vh;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 5vh;
  }

  .section-6 {
    margin-top: -750px;
  }

  .div-block-20 {
    padding-left: 0;
  }

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

  .loop-wrap {
    margin-top: 50px;
    margin-bottom: 250px;
  }

  .div-block-24 {
    top: -542px;
    left: 0;
  }

  .outline-button {
    width: 50%;
  }

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

  .cell-2 {
    padding: 10px;
  }

  .quick-stack {
    margin-top: 0;
    padding: 10px;
  }

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

  .extraboldheader {
    margin-bottom: 40px;
  }

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

  .formlabel {
    font-size: 25px;
  }

  .image-25 {
    top: 107%;
  }

  .section-13 {
    margin-bottom: 20px;
  }

  .h2b.bold-title {
    font-size: 30px;
  }

  .div-block-42.c1 {
    width: 350px;
  }

  .lottie-animation {
    margin-top: 0;
  }

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

  .quick-stack-12 {
    margin-top: 10px;
    padding: 10px;
  }

  .quick-stack-14 {
    margin: 0;
  }

  .cell-31 {
    justify-content: center;
    align-items: stretch;
    padding: 10px;
  }

  .quick-stack-16 {
    padding: 0;
  }

  .tabs-menu-3 {
    flex-flow: column wrap;
  }

  .lottie-animation-10 {
    left: 120px;
  }

  .lottie-animation-11 {
    width: 450px;
  }

  .div-block-56 {
    margin: 2rem 1rem 1rem;
  }

  .image-34 {
    align-self: flex-start;
    max-width: 40%;
  }

  .team-left {
    grid-column-gap: 43px;
    grid-row-gap: 43px;
    flex-flow: column wrap;
  }

  .container-10 {
    margin: 1rem;
  }

  .team-right {
    flex-flow: column-reverse;
  }

  .meet-the-team-image {
    aspect-ratio: 2.39;
    object-fit: cover;
    width: 100%;
    max-width: none;
  }

  .meet-the-team-image.happy-hour-2024 {
    aspect-ratio: auto;
  }

  .paragraph-11 {
    text-align: center;
  }

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

  .container-11 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

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

  h3 {
    font-size: 16px;
  }

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

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

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
    max-width: 345px;
  }

  .feature-content.icons {
    justify-content: center;
    align-items: center;
  }

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

  .button {
    border-radius: 40px;
    width: 140px;
  }

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

  .h2.black.centeralign {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
  }

  .pa {
    font-size: 15px;
  }

  .pa.aboutus {
    margin-top: 0;
  }

  .pa.white.footer.center {
    justify-content: center;
  }

  .pa.slider {
    font-size: 11px;
    line-height: 17px;
  }

  .pa.toppadding {
    text-align: left;
  }

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

  .title {
    font-size: 13px;
  }

  .image-2 {
    width: 100%;
  }

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

  .nav-link.dropdown {
    padding-top: 0;
  }

  .hero-image {
    width: 80%;
  }

  .section-header {
    text-align: left;
    font-size: 35px;
  }

  .section-header.centered {
    font-size: 35px;
  }

  .feature-wrap {
    flex-flow: column-reverse;
    margin-bottom: 0;
  }

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

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

  .feature-wrap.icons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .hero-subhead.opacity-in {
    font-size: 16px;
  }

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

  .nav-menu-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .pageheader.margin_right-20 {
    margin-right: 10px;
    font-size: 25px;
  }

  .pageheader.centered {
    display: none;
  }

  .paragraph-2, .paragraph-3 {
    text-align: center;
  }

  .image-8 {
    max-width: 70%;
  }

  .section-3.padding_top_bottom_10 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about {
    height: 17vh;
  }

  .section-about {
    height: 15vh;
  }

  .heading-6 {
    font-size: 2vh;
  }

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

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

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

  .text-span-2 {
    color: #fff;
  }

  .heading-7 {
    font-size: 3vh;
  }

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

  .section-6 {
    margin-top: -472px;
  }

  .div-block-20 {
    padding-left: 0;
  }

  .button-4 {
    margin-top: 15px;
  }

  .loop-text {
    font-size: 2vh;
    line-height: 3vh;
  }

  .loop-wrap {
    margin-bottom: 233px;
  }

  .div-block-24 {
    top: -449px;
  }

  .outline-button {
    width: 55%;
  }

  .slider {
    margin-bottom: 40px;
  }

  .icon-2 {
    margin-left: 0;
  }

  .icon-3 {
    margin-right: 0;
  }

  .div-block-26 {
    padding: 40px;
  }

  .slide-nav-2 {
    top: 270px;
  }

  .cell-2 {
    padding: 0;
  }

  .quick-stack {
    margin-top: 0;
  }

  .cell-3, .cell-4, .cell-5 {
    align-items: center;
  }

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

  .div-block-31 {
    margin-bottom: 140px;
  }

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

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

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

  .div-block-32.aboutfeatureblock {
    border-radius: 20px;
    width: 90vw;
    margin-bottom: 0;
    padding: 20px;
  }

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

  .div-block-34 {
    padding-left: 0;
  }

  .div-block-36 {
    width: auto;
    padding: 5px;
  }

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

  .text-field {
    height: 60px;
  }

  .cell-14 {
    flex-direction: column;
  }

  .quick-stack-6 {
    margin-bottom: 0;
  }

  .image-24 {
    padding: 0;
  }

  .div-block-39 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .link-block-2, .link-block-3, .link-block-4, .link-block-5 {
    text-decoration: none;
  }

  .div-block-40 {
    top: -700px;
  }

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

  .image-25 {
    display: none;
  }

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

  .h2b {
    font-size: 30px;
  }

  .h2-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-42.c1 {
    width: 300px;
    height: 300px;
  }

  .section-red {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lottie-animation {
    width: 100%;
  }

  .cenllcenter {
    justify-content: center;
    align-items: stretch;
  }

  .section-15 {
    height: 24vh;
  }

  .heading-11 {
    font-size: 4vh;
  }

  .bold-text-2 {
    text-align: center;
  }

  .cell-29 {
    padding: 20px;
  }

  .lottie-animation-5 {
    width: 270px;
  }

  .quick-stack-12 {
    margin-top: 0;
  }

  .image-29 {
    max-width: 85%;
  }

  .cell-31 {
    justify-content: center;
    align-items: stretch;
    padding: 5px;
  }

  .quick-stack-16 {
    padding: 0;
  }

  .unsplash-image {
    padding: 20px;
  }

  .tabs-menu-3 {
    flex-flow: column wrap;
  }

  .lottie-animation-7, .lottie-animation-8, .lottie-animation-9 {
    max-width: 100%;
  }

  .lottie-animation-10 {
    max-width: 80%;
    margin-left: 0;
    left: 0;
  }

  .lottie-animation-11 {
    width: 300px;
  }

  .image-34 {
    max-width: 60%;
  }

  .container-10 {
    margin: 1rem;
  }

  .meet-the-team-image {
    aspect-ratio: 3 / 2;
    min-height: 200px;
  }

  .paragraph-10 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
  }
}

#w-node-_09bfa1ae-5cfe-0aaa-a7b3-200eaf08b97f-72ae2ce0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fd23493a-1873-1cce-2192-56d2bcaa0b57-57514ba3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b4132156-f962-6939-a3ab-07a157514bae-57514ba3, #w-node-b4132156-f962-6939-a3ab-07a157514baf-57514ba3, #w-node-b4132156-f962-6939-a3ab-07a157514bb3-57514ba3, #w-node-b4132156-f962-6939-a3ab-07a157514bb6-57514ba3, #w-node-b4132156-f962-6939-a3ab-07a157514bba-57514ba3, #w-node-b4132156-f962-6939-a3ab-07a157514bbd-57514ba3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afa10a7a-d8f8-91d7-bdb1-133c86b130b9-83016164, #w-node-_53767fac-b6dc-acf9-e76d-31e67a6db924-83016164 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr .25fr;
}

#w-node-_05275df9-6515-83db-1a11-d700fdaf7087-83016164 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_44ae6250-029c-6c64-ab2b-de040f874783-83016164 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr .25fr;
}

#w-node-e83bc7f5-a918-ea46-4afa-a8620017d984-2c3361cc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bd9f0c93-6243-a9df-110d-1ea4ace08e6a-2c3361cc {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-aaa1fdfe-0c0c-354f-04c7-f7e4a747903c-be7766fd {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr .5fr;
}

#w-node-_22613274-52dd-2526-5cf0-3c3e54678995-be7766fd, #w-node-d52e7642-c12c-de05-a8ad-a365caa475cd-be7766fd {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

#w-node-ba54c090-f2e0-88af-90c5-87f4454c7f59-b5f6585a {
  grid-template-rows: auto;
  grid-template-columns: .5fr 4.25fr 4.25fr .5fr;
}

#w-node-_0a86f8a3-dd4c-0b98-1920-3e3b901ce9c4-b5f6585a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-ed98a937-fc65-9e5f-11fc-d7cc6a7d79d7-b5f6585a {
  grid-template-rows: auto;
  grid-template-columns: .5fr 4.25fr 4.25fr .5fr;
}

#w-node-_6b47b4de-08aa-5abd-feb7-053d28e454f8-b5f6585a {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .5fr 2.25fr 4fr .5fr;
}

#w-node-_1e421835-67b3-a401-4c3a-4873583ab698-b5f6585a, #w-node-_10dc961e-62ce-b566-7089-9e5ec0d50705-b5f6585a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d8f03e25-0637-3fbd-621c-f00d51b4b715-a7861d6a {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-ba54c090-f2e0-88af-90c5-87f4454c7f59-a7861d6a {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 3.75fr;
}

#w-node-_0a86f8a3-dd4c-0b98-1920-3e3b901ce9c4-a7861d6a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#Technology.w-node-_25c4d656-29d7-4b30-51bd-34715d24c568-1d2401c5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_25c4d656-29d7-4b30-51bd-34715d24c569-1d2401c5 {
  grid-column: span 2 / span 2;
}

#w-node-_25c4d656-29d7-4b30-51bd-34715d24c573-1d2401c5 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_25c4d656-29d7-4b30-51bd-34715d24c591-1d2401c5 {
  grid-column: span 2 / span 2;
}

#security.w-node-_834ff5fa-a539-17d4-c0bc-11870bb1e051-1d2401c5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_834ff5fa-a539-17d4-c0bc-11870bb1e052-1d2401c5 {
  grid-column: span 2 / span 2;
}

#w-node-_834ff5fa-a539-17d4-c0bc-11870bb1e062-1d2401c5 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_834ff5fa-a539-17d4-c0bc-11870bb1e07d-1d2401c5 {
  grid-column: span 2 / span 2;
}

#building.w-node-_82ac7530-b711-e252-d266-f0d605eb4cad-1d2401c5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_82ac7530-b711-e252-d266-f0d605eb4cae-1d2401c5 {
  grid-column: span 2 / span 2;
}

#w-node-_82ac7530-b711-e252-d266-f0d605eb4cb8-1d2401c5 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_82ac7530-b711-e252-d266-f0d605eb4ccd-1d2401c5 {
  grid-column: span 2 / span 2;
}

#startup.w-node-_8dd22209-8dd3-6f03-f70e-9063ab4bf147-1d2401c5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8dd22209-8dd3-6f03-f70e-9063ab4bf148-1d2401c5 {
  grid-column: span 2 / span 2;
}

#w-node-_8dd22209-8dd3-6f03-f70e-9063ab4bf152-1d2401c5 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_8dd22209-8dd3-6f03-f70e-9063ab4bf167-1d2401c5 {
  grid-column: span 2 / span 2;
}

#cleaning.w-node-_39d9c9ba-4c26-aa87-36b3-f6ed01358532-1d2401c5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_39d9c9ba-4c26-aa87-36b3-f6ed01358533-1d2401c5 {
  grid-column: span 2 / span 2;
}

#w-node-_39d9c9ba-4c26-aa87-36b3-f6ed0135853d-1d2401c5 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_39d9c9ba-4c26-aa87-36b3-f6ed01358552-1d2401c5 {
  grid-column: span 2 / span 2;
}

#w-node-_08579a25-f518-53fa-cb5e-b96077c17bf8-1d2401c5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2ee2bbe8-8ca7-1622-18e0-d75315cff7b6-1d2401c5 {
  grid-column: span 2 / span 2;
}

#w-node-_82f4a93f-f144-0ebf-d5f1-f1880868c530-1d2401c5 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_43d30a87-603d-003c-6af1-2d504a34ad6f-1d2401c5 {
  grid-column: span 2 / span 2;
}

#w-node-f8b2d4e3-430b-d4fa-2f7d-4181ca3e1faa-1d2401c5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f8b2d4e3-430b-d4fa-2f7d-4181ca3e1fab-1d2401c5 {
  grid-column: span 2 / span 2;
}

#w-node-f8b2d4e3-430b-d4fa-2f7d-4181ca3e1fb5-1d2401c5 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-f8b2d4e3-430b-d4fa-2f7d-4181ca3e1fd3-1d2401c5 {
  grid-column: span 2 / span 2;
}

#w-node-_14c79c64-c4cb-1e39-86cf-e20edac4c04f-1d2401c5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_14c79c64-c4cb-1e39-86cf-e20edac4c050-1d2401c5 {
  grid-column: span 2 / span 2;
}

#w-node-_14c79c64-c4cb-1e39-86cf-e20edac4c060-1d2401c5 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_14c79c64-c4cb-1e39-86cf-e20edac4c07b-1d2401c5 {
  grid-column: span 2 / span 2;
}

#w-node-_1cba96bc-2de5-4384-2375-66035bb9f8a8-95899c83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fd23493a-1873-1cce-2192-56d2bcaa0b57-57514ba3, #w-node-afa10a7a-d8f8-91d7-bdb1-133c86b130b9-83016164 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_53767fac-b6dc-acf9-e76d-31e67a6db924-83016164 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_44ae6250-029c-6c64-ab2b-de040f874783-83016164 {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }

  #w-node-e83bc7f5-a918-ea46-4afa-a8620017d984-2c3361cc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-bd9f0c93-6243-a9df-110d-1ea4ace08e6a-2c3361cc {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-aaa1fdfe-0c0c-354f-04c7-f7e4a747903c-be7766fd, #w-node-_22613274-52dd-2526-5cf0-3c3e54678995-be7766fd, #w-node-d52e7642-c12c-de05-a8ad-a365caa475cd-be7766fd, #w-node-ba54c090-f2e0-88af-90c5-87f4454c7f59-b5f6585a, #w-node-ed98a937-fc65-9e5f-11fc-d7cc6a7d79d7-b5f6585a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6b47b4de-08aa-5abd-feb7-053d28e454f8-b5f6585a {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_1e421835-67b3-a401-4c3a-4873583ab698-b5f6585a, #w-node-_10dc961e-62ce-b566-7089-9e5ec0d50705-b5f6585a, #w-node-d8f03e25-0637-3fbd-621c-f00d51b4b715-a7861d6a, #w-node-ba54c090-f2e0-88af-90c5-87f4454c7f59-a7861d6a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #Technology.w-node-_25c4d656-29d7-4b30-51bd-34715d24c568-1d2401c5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_25c4d656-29d7-4b30-51bd-34715d24c572-1d2401c5, #w-node-_25c4d656-29d7-4b30-51bd-34715d24c58f-1d2401c5 {
    grid-column: span 2 / span 2;
  }

  #security.w-node-_834ff5fa-a539-17d4-c0bc-11870bb1e051-1d2401c5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_834ff5fa-a539-17d4-c0bc-11870bb1e061-1d2401c5, #w-node-_834ff5fa-a539-17d4-c0bc-11870bb1e07b-1d2401c5 {
    grid-column: span 2 / span 2;
  }

  #building.w-node-_82ac7530-b711-e252-d266-f0d605eb4cad-1d2401c5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_82ac7530-b711-e252-d266-f0d605eb4cb7-1d2401c5, #w-node-_82ac7530-b711-e252-d266-f0d605eb4ccb-1d2401c5 {
    grid-column: span 2 / span 2;
  }

  #startup.w-node-_8dd22209-8dd3-6f03-f70e-9063ab4bf147-1d2401c5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8dd22209-8dd3-6f03-f70e-9063ab4bf151-1d2401c5, #w-node-_8dd22209-8dd3-6f03-f70e-9063ab4bf165-1d2401c5 {
    grid-column: span 2 / span 2;
  }

  #cleaning.w-node-_39d9c9ba-4c26-aa87-36b3-f6ed01358532-1d2401c5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_39d9c9ba-4c26-aa87-36b3-f6ed0135853c-1d2401c5, #w-node-_39d9c9ba-4c26-aa87-36b3-f6ed01358550-1d2401c5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_08579a25-f518-53fa-cb5e-b96077c17bf8-1d2401c5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3414fa24-67a8-9dda-ee91-81b8aadbe415-1d2401c5, #w-node-b74932c0-6149-761e-bba6-0e9f3ac0771a-1d2401c5 {
    grid-column: span 2 / span 2;
  }

  #w-node-f8b2d4e3-430b-d4fa-2f7d-4181ca3e1faa-1d2401c5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f8b2d4e3-430b-d4fa-2f7d-4181ca3e1fb4-1d2401c5, #w-node-f8b2d4e3-430b-d4fa-2f7d-4181ca3e1fd1-1d2401c5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_14c79c64-c4cb-1e39-86cf-e20edac4c04f-1d2401c5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_14c79c64-c4cb-1e39-86cf-e20edac4c05f-1d2401c5, #w-node-_14c79c64-c4cb-1e39-86cf-e20edac4c079-1d2401c5 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fd23493a-1873-1cce-2192-56d2bcaa0b57-57514ba3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bd9f0c93-6243-a9df-110d-1ea4ace08e6a-2c3361cc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_09bfa1ae-5cfe-0aaa-a7b3-200eaf08b97f-72ae2ce0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bd9f0c93-6243-a9df-110d-1ea4ace08e6a-2c3361cc {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}


