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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

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

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

li {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-color: #5ab963 #5ab963 #5ab963 #e6e6e6;
  border-left-style: solid;
  border-left-width: 5px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -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: #fff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  -o-object-fit: fill;
  object-fit: fill;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  max-width: 1170px;
  margin-right: 0px;
  margin-left: 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;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 90px;
  padding: 210px 30px 120px;
  -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-image: url('../images/watching-tv.jpg');
  background-position: 70% 20%;
  background-size: cover;
}

.navigation-links {
  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;
}

.navigation-link {
  margin-right: 15px;
  margin-left: 15px;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.bullet {
  width: 4px;
  height: 4px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #fff;
}

.navigation-button {
  margin-left: 15px;
  border: 2px solid #288ee7;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #288ee7;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.navigation-button:hover {
  background-color: #288ee7;
  color: #fff;
}

.header-content {
  max-width: 770px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  text-align: center;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 78px;
  font-weight: 600;
  letter-spacing: -1px;
}

.h1.cc-black {
  margin-top: 15px;
  margin-bottom: 60px;
  color: #000;
  text-align: center;
}

.paragraph {
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph.cc-gray {
  color: #fff;
}

.paragraph.cc-gray.product {
  color: #000;
}

.button {
  margin-top: 50px;
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #288ee7;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 800;
}

.button:hover {
  background-color: #48944f;
}

.button.cc-cta {
  margin-top: 0px;
}

.button.cc-banner {
  background-color: #fff;
  color: #000;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1170px;
}

.container.cc-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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.cc-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.cc-footer {
  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;
}

.container.cc-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.cc-blogpost {
  display: block;
  max-width: 770px;
  -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;
}

.container.cc-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px;
  -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;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.h2.cc-center {
  margin-bottom: 40px;
  color: #000;
}

.h2.cc-2-rows {
  width: 100%;
  margin-bottom: 25px;
  color: #141414;
}

.h2.cc-2-rows.product_row {
  width: 100%;
}

.h2.cc-white-text {
  color: #fff;
}

.h2.text-span {
  margin-bottom: 15px;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2.h2_product {
  color: #1f1f1f;
}

.h2.contact_h2 {
  position: relative;
  text-align: center;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.h2-container.cc-center {
  width: 65%;
  margin-bottom: 0px;
  text-align: center;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.h2-container.cc-questions.privacy_policy {
  width: 100%;
}

.h2-container.container_product {
  width: 70%;
}

.text-span {
  color: #000;
  font-weight: 800;
}

.text-span.cc-white-text {
  color: #fff;
}

.text-span.text-header {
  font-size: 30px;
}

.feature-item-container {
  height: 330px;
  padding: 50px 40px;
  border: 1px solid #f7f7f7;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.h3.cc-cta {
  margin-bottom: 0px;
  color: #5ab963;
}

.h3.cc-header {
  margin-bottom: 0px;
  color: #fff;
  text-decoration: none;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0px;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.slider-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 360px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  -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;
  background-color: #fafafa;
}

.slider {
  height: 720px;
  max-width: 1440px;
  margin-top: -360px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slide {
  background-image: url('../images/image-slider-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.icon {
  width: 30px;
  height: 30px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/image-slider-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/image-slider-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 115px 30px;
  -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: #fafafa;
}

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #5ab963;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  color: #48944f;
}

.separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.separator.cc-background-grey {
  background-color: #fafafa;
}

.line-color {
  height: 1px;
  background-color: #e6e6e6;
}

.premium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px;
  -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: #fafafa;
}

.premium.cc-background {
  background-color: transparent;
}

._2-row-image.cc-bottom {
  width: 50%;
  max-width: 700px;
  margin-right: 0px;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-image.cc-row-reverse {
  width: 50%;
  max-width: 700px;
}

._2-row-text {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  width: 50%;
  max-width: none;
  margin-right: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

._2-row-text.cc-row-reverse {
  width: 50%;
  max-width: none;
  margin-right: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row.cc-bottom {
  margin-top: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row.cc-bottom.cc-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.row.cc-reverse.product_row {
  margin-bottom: 110px;
}

._2-row-action-text {
  margin-top: 110px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 30px;
  -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: #fafafa;
}

.cta-line {
  width: 30px;
  height: 2px;
  margin-left: 20px;
  background-color: #5ab963;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
}

.cta-column.product_contact {
  padding-right: 110px;
}

.cta-left-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -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;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px;
  -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: rgba(10, 14, 26, 0.1);
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

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

.text-footer-credits {
  margin-top: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.footer-links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-footer {
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
}

.link-footer:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.link-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  -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;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.collection-item {
  width: 33.33333333%;
  padding-right: 10px;
  padding-left: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-button {
  display: none;
  width: 50px;
  height: 50px;
  -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;
}

.nav-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -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;
}

.nav-icon-piece {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.nav-icon-piece.top {
  position: absolute;
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  -webkit-transform: translate(0px, 8px);
  -ms-transform: translate(0px, 8px);
  transform: translate(0px, 8px);
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
  padding: 210px 30px 120px;
  -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: #288ee7;
}

.header-inner.cc-header-extra {
  padding-top: 210px;
  padding-bottom: 120px;
  background-color: #288ee7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.12))), url('../images/about.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), url('../images/about.jpeg');
  background-position: 0px 0px, 75% 0%;
  background-size: auto, 2000px;
  background-attachment: scroll, fixed;
}

.header-inner-content {
  width: 63%;
}

.header-inner-content.about_content {
  width: 58%;
}

.inner-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.premium-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  -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-image: url('../images/image-premium-banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.premium-banner-inner {
  max-width: 370px;
  padding: 60px 50px;
  background-color: #5ab963;
}

.premium-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px;
  -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;
}

.premium-intro.product_intro {
  padding-bottom: 0px;
}

.premium-intro.privacy {
  padding-top: 0px;
}

.premium-image-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 720px;
  max-width: 1440px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.premium-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  -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: 1px solid #f7f7f7;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.premium-image-container.quote-container {
  margin-top: 90px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  width: 100%;
  padding-right: 150px;
  padding-left: 150px;
  text-align: center;
}

.block-quote {
  border-left: 0px none transparent;
  font-family: 'Libre Franklin', sans-serif;
  color: #5ab963;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.text-block {
  margin-left: 20px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.container-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pricing-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  border: 1px solid #f7f7f7;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.pricing-block:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.14);
}

.price {
  font-family: 'Libre Franklin', sans-serif;
  color: #000;
  font-size: 72px;
  line-height: 78px;
  font-weight: 800;
}

.price-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.currency {
  margin-top: 40px;
  margin-left: 10px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.small-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.small-text.cc-light {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #999;
}

.pricing-block-separator {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #5ab963;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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: #5ab963;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 800;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.facts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.fact-block {
  padding: 50px 40px;
  border: 1px solid #f7f7f7;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

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

.facts-gray-background {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 70%;
  background-color: #fafafa;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px;
  -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;
  background-color: #fafafa;
}

.container-questions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: -30px -10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}

.header-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -120px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.about-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 115px 30px 75px;
  -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;
}

.goals-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.goals-container-inner {
  width: 33.33333333%;
  margin-right: 10px;
  margin-left: 10px;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px;
  -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;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-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;
  -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;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 30px 10px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.our-goals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px;
  -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: #288ee7;
}

.blog-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.blog-posts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33333333%;
  padding-top: 10px;
  padding-bottom: 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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.post-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.blog-posts-item-container {
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.post-info {
  padding: 30px;
}

.post-date {
  margin-bottom: 10px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.header-blog {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -90px;
  padding-top: 90px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.header-image {
  position: relative;
  z-index: 1;
  max-height: 750px;
  max-width: 1440px;
}

.header-color {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 75%;
  background-color: #5ab963;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 30px;
  -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;
}

.contact-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-info-text {
  width: 25%;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.contact-info-text.cc-text-black {
  width: auto;
  color: #000;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  height: 60px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e6e6e6;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #b3b3b3;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.text-field:hover {
  border-bottom-color: #000;
}

.text-field:active {
  color: #000;
}

.text-field:focus {
  border-bottom-color: #000;
  color: #000;
}

.text-field::-webkit-input-placeholder {
  color: #b3b3b3;
}

.text-field:-ms-input-placeholder {
  color: #b3b3b3;
}

.text-field::-ms-input-placeholder {
  color: #b3b3b3;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.rich-text h2 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'IBM Plex Mono', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Libre Franklin', sans-serif;
  color: #777;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.logo {
  margin-top: 20px;
  margin-bottom: 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;
}

.nav-menu {
  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;
}

.nav-link {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

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

.latest-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px 30px;
  -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;
}

.style-guide-label {
  margin-bottom: 20px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #777;
  color: #777;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  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;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  line-height: 24px;
  font-weight: 600;
}

.menu_hover {
  position: fixed;
  left: 0px;
  right: 0px;
  display: block;
  width: 100vw;
  margin-top: -2px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.menu_hover.menu_solutions {
  padding-right: 50px;
  padding-left: 50px;
  font-family: 'Libre Franklin', sans-serif;
}

.menu_hover_object_container {
  position: relative;
  top: auto;
  display: inline-block;
  width: 50%;
  height: auto;
}

.menu_hover_object {
  position: relative;
  top: auto;
  margin: 20px 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  border-radius: 4px;
  box-shadow: 0 0 7px 0 #cfcfcf;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.menu_hover_object:hover {
  border-color: #3898ec;
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.menu_hover_object_img {
  max-height: none;
}

.menu_hover_object_title {
  height: 44px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.header_text {
  height: 22px;
}

.header_dropdown_list {
  position: fixed;
  width: 100vw;
}

.header_dropdown_list.w--open {
  position: fixed;
  padding-top: 40px;
  background-color: transparent;
}

.nav-link-2 {
  bottom: 0px;
  height: 22px;
  margin-top: 0px;
  padding: 0px 20px;
  box-shadow: inset 0 3px 0 0 transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 400;
}

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

.nav-link-2.w--current {
  box-shadow: inset 0 3px 0 0 #4dbd90;
  color: #4dbd90;
}

.nav-link-2.header_link_w_dropdown {
  position: relative;
  bottom: 0px;
  display: inline-block;
  overflow: visible;
  height: auto;
  padding-bottom: 38px;
  float: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.header_toggle {
  height: 44px;
  padding: 11px 0px;
}

.header_toggle.w--open {
  color: #818181;
}

.heading {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}

.service_container {
  position: relative;
  display: block;
  width: 992px;
  height: auto;
  max-width: 2200px;
  margin: 0px auto;
  padding-top: 2vw;
  padding-right: 0px;
  padding-left: 0px;
}

.service_img_container {
  position: relative;
  display: inline-block;
  width: 60%;
  height: auto;
  padding: 0px;
  float: none;
  direction: ltr;
  text-align: left;
}

.service_img_container.img_float_left {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
}

.service_img_container.full {
  width: 60%;
}

.service_title {
  position: relative;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Libre Franklin', sans-serif;
  color: #174a69;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.service_secondary_desc {
  position: relative;
  overflow: visible;
  min-width: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #747474;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.service_image {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  height: auto;
  max-height: none;
  max-width: 100%;
  margin: 0px;
  padding-top: 20px;
  padding-left: 0px;
  float: left;
  text-align: left;
}

.service_image.main_image_left {
  float: right;
}

.button-2 {
  position: relative;
  margin-top: 20px;
  border: 2px solid #3898ec;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: background-color 150ms ease, color 150ms ease;
  transition: background-color 150ms ease, color 150ms ease;
  font-family: 'Libre Franklin', sans-serif;
  color: #3898ec;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-shadow: none;
}

.button-2:hover {
  background-color: #3898ec;
  color: #fff;
  text-shadow: none;
}

.service_desc_container {
  position: relative;
  left: auto;
  display: inline-block;
  width: 40%;
  height: auto;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 40px;
  float: left;
}

.service_desc_container.desc_container_b {
  margin-right: auto;
  margin-left: 0%;
  padding-right: 40px;
  padding-left: 20px;
}

.section_main {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section_main.services {
  position: relative;
  height: auto;
  margin-top: 0px;
  padding: 60px 0vw;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  color: #444;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section_main.section_banner {
  position: relative;
  height: 25%;
  max-height: 400px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #288ee7;
  background-image: none;
  background-size: auto;
  color: #af2d2d;
}

.service_description {
  position: relative;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid transparent;
  font-family: 'Libre Franklin', sans-serif;
  color: #3898ec;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}

.section_frame {
  position: relative;
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.section_frame:hover {
  background-color: transparent;
}

.partners_container {
  padding-right: 40px;
  padding-left: 40px;
}

.partners_text {
  margin-bottom: 1.5vh;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 1.5vw;
  line-height: 2vw;
  font-weight: 600;
  text-align: center;
}

.list_partners {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.partners_logo {
  width: 12.5%;
  margin-right: 2%;
  margin-left: 2%;
}

.section_info {
  position: relative;
  width: 100%;
  height: 77vh;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  background-color: #d3d3d3;
}

.section_info.competitive_edge {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 40px;
  background-color: #fdfdfd;
}

.section_info.contact_us {
  position: relative;
  height: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #288ee7;
  color: #fff;
}

.info_title {
  position: relative;
  height: 4vh;
  margin-top: 2vw;
  margin-bottom: 2vw;
  font-family: 'Libre Franklin', sans-serif;
  color: #3898ec;
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
}

.info_feat_img {
  position: relative;
  display: block;
  width: 80px;
  height: auto;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
}

.info_feat_container {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 40%;
  margin-top: 0px;
  margin-bottom: 3vw;
  padding-top: 10px;
  padding-right: 3%;
  padding-left: 3%;
  float: left;
  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;
  grid-template-rows: auto auto;
  text-align: center;
}

.info_feat_desc {
  position: relative;
  height: auto;
  margin-top: 1vw;
  float: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #747474;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.info_secondary {
  width: 65%;
  height: auto;
  margin: 16px auto;
  padding: 16px 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #747474;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.info_container {
  position: relative;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.info_feat_title {
  position: relative;
  height: 1.9vw;
  margin-top: 1vw;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Libre Franklin', sans-serif;
  color: #3898ec;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.section_frame-2 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.section_frame-2:hover {
  background-color: transparent;
}

.section_frame-2.competitive_edge_info {
  max-width: 1600px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  background-color: #fdfdfd;
}

.contact_form_container {
  overflow: hidden;
}

.info_title-2 {
  position: relative;
  height: 4vh;
  margin-top: 2vw;
  margin-bottom: 2vw;
  color: #3898ec;
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
}

.info_title-2.contact {
  height: 80px;
  margin-bottom: auto;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
}

.field_label {
  position: relative;
  display: inline-block;
  width: auto;
  min-height: 1vw;
  min-width: 1.3vw;
  margin-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.submit-button {
  position: relative;
  display: block;
  margin-top: 1vw;
  margin-left: 15vw;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 6px;
  background-color: #288ee7;
  -webkit-transition: color 150ms ease, background-color 150ms ease;
  transition: color 150ms ease, background-color 150ms ease;
  font-family: 'Libre Franklin', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.submit-button:hover {
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #3898ec;
}

.contact_block {
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
}

.info_secondary-2 {
  width: 65%;
  height: auto;
  margin: 16px auto;
  padding: 16px 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.field_1_container {
  display: inline-block;
  width: 40vw;
  padding-right: 15vw;
  padding-left: 15vw;
}

.field_1_container.input_field_left {
  padding-right: 7.5px;
}

.field_1_container.input_field_full {
  width: 80vw;
}

.field_1_container.input_field_right {
  padding-right: 15vw;
  padding-left: 7.5px;
}

.text_field {
  display: inline-block;
  width: 45%;
}

.text_field.input_field {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  clear: none;
  border-radius: 6px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 13px;
}

.text_field.input_field.input_paragraph {
  height: 200px;
  clear: left;
}

.feature_button {
  position: relative;
  top: 50px;
  margin-top: 0px;
  margin-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  float: left;
  border-style: solid;
  border-width: 2px;
  border-color: #3898ec;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
  -webkit-transition: color 150ms ease, background-color 150ms ease;
  transition: color 150ms ease, background-color 150ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #3898ec;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.feature_button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #3898ec;
  background-color: #3898ec;
  color: #fff;
  font-weight: 600;
}

.feature_button.contact_us_btn {
  display: block;
  width: 160px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-color: #fff;
  background-color: #3898ec;
  color: #fff;
  text-align: center;
}

.feature_button.contact_us_btn:hover {
  background-color: #fff;
  color: #3898ec;
}

.feature_button.contact_us_btn.w--current {
  background-color: #288ee7;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 18px;
}

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

.image-4 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-5 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-6 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.link-block {
  color: #141414;
  text-decoration: none;
}

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

.link-block-3 {
  color: #141414;
  text-decoration: none;
}

.link-block-4 {
  color: #141414;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .menu_hover {
    height: auto;
    background-color: hsla(0, 0%, 100%, 0.95);
  }

  .menu_hover_object_container {
    height: auto;
    background-color: transparent;
  }

  .menu_hover_object_container:hover {
    background-color: transparent;
  }

  .menu_hover_object {
    position: relative;
  }

  .menu_hover_object_title {
    margin-right: 20px;
    margin-left: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
  }

  .header_dropdown_list.w--open {
    padding-top: 39px;
  }

  .service_container {
    padding-top: 0vw;
  }

  .feature_button {
    border: 2px solid #3898ec;
    border-radius: 6px;
    background-color: #fff;
    -webkit-transition: color 150ms ease, background-color 150ms ease;
    transition: color 150ms ease, background-color 150ms ease;
    color: #3898ec;
    line-height: 18px;
    font-weight: 600;
  }

  .feature_button:hover {
    background-color: #3898ec;
    color: #fff;
  }
}

@media screen and (min-width: 1440px) {
  .menu_hover_object_container {
    height: auto;
  }

  .service_container {
    width: 1440px;
    max-width: none;
    padding-top: 0vw;
  }

  .service_img_container {
    overflow: visible;
    width: 60%;
    max-width: none;
    float: right;
  }

  .service_img_container.img_float_left {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .service_title {
    font-size: 24px;
  }

  .service_secondary_desc {
    margin-top: 10px;
    font-size: 20px;
    line-height: 36px;
  }

  .service_image {
    width: 100%;
    max-height: none;
    max-width: none;
    padding-right: 40px;
  }

  .service_image.main_image_left {
    padding-right: 0px;
    padding-left: 40px;
  }

  .button-2 {
    margin-top: 10px;
    font-size: 16px;
  }

  .service_desc_container {
    width: 40%;
    min-width: auto;
    margin-top: 80px;
    margin-left: auto;
    padding-top: 0px;
    padding-left: 100px;
  }

  .service_desc_container.desc_container_b {
    margin-right: auto;
    margin-left: auto;
    padding-right: 100px;
  }

  .section_main.services {
    padding: 0px 0vw;
  }

  .service_description {
    margin-top: 15px;
    font-size: 48px;
    line-height: 60px;
  }

  .section_frame {
    padding-top: 80px;
  }

  .info_feat_container {
    width: 50%;
    padding-right: 5%;
    padding-left: 5%;
  }

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

  .info_secondary {
    width: 60%;
    font-size: 20px;
    line-height: 36px;
  }

  .section_frame-2 {
    padding-top: 80px;
  }

  .section_frame-2.competitive_edge_info {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .info_title-2.contact {
    line-height: 60px;
  }

  .submit-button {
    font-size: 20px;
  }

  .info_secondary-2 {
    width: 60%;
    font-size: 20px;
    line-height: 36px;
  }

  .feature_button.contact_us_btn.w--current {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .menu_hover {
    margin-top: -1px;
  }

  .menu_hover_object_container {
    height: auto;
  }

  .menu_hover_object_container:hover {
    background-color: transparent;
  }

  .menu_hover_object {
    margin-right: 10px;
    margin-left: 10px;
  }

  .service_container {
    width: 1920px;
  }

  .service_img_container {
    width: 60%;
  }

  .service_img_container.img_float_left {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .service_desc_container {
    width: 40%;
    margin-top: 120px;
    padding-right: 60px;
    padding-left: 120px;
  }

  .service_desc_container.desc_container_b {
    margin-right: auto;
    margin-left: auto;
    padding-right: 120px;
    padding-left: 60px;
  }

  .section_main.services {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .section_main.section_banner {
    max-height: 400px;
  }

  .partners_container {
    max-width: 2000px;
    margin-right: auto;
    margin-left: auto;
  }

  .section_info.contact_us {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .info_secondary {
    width: 60%;
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
  }

  .field_label {
    margin-bottom: 0px;
  }

  .submit-button {
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .info_secondary-2 {
    width: 60%;
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
  }

  .feature_button.contact_us_btn.w--current {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .container.cc-contact {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .h2-container {
    width: 80%;
  }

  .h2-container.cc-center {
    width: 80%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    margin-right: -5px;
    margin-left: -5px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse {
    margin-right: 0px;
  }

  ._2-row-text {
    margin-right: 0px;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .collection-item {
    width: 33.33333333%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .collection-item.cc-feature-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }

  .header-inner-content {
    width: 80%;
  }

  .premium-image-container {
    margin-top: 0px;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    margin-top: -10px;
    margin-bottom: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .pricing-block {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .container-facts {
    margin: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .fact-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-member {
    width: 33.33333333%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 110px;
    -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;
  }

  .contact-info {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .nav-menu {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  }

  .nav-link {
    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;
  }

  .icon-2 {
    color: #288ee7;
    font-size: 32px;
  }

  .menu-button:active {
    background-color: #5ab963;
  }

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

  .menu_hover {
    position: absolute;
  }

  .header_text {
    height: 60px;
    padding-top: 17px;
    padding-right: 10px;
    padding-bottom: 17px;
    float: left;
    line-height: 26px;
    font-weight: 600;
  }

  .nav-link-2 {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 3vw 0px 3vw 20px;
    float: none;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }

  .nav-link-2:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }

  .nav-link-2.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }

  .service_container {
    width: 768px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0vw 0px;
    background-color: #fff;
  }

  .service_img_container {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
  }

  .service_img_container.img_float_left {
    padding-right: 0px;
    padding-left: 0px;
  }

  .service_title {
    width: 38vw;
    font-size: 16px;
    line-height: 16px;
  }

  .service_secondary_desc {
    width: auto;
    margin-top: 10px;
    font-size: 16px;
    line-height: 32px;
  }

  .service_image {
    position: relative;
    top: auto;
    height: auto;
    max-height: none;
    padding-top: 20px;
  }

  .button-2 {
    right: auto;
    display: block;
    width: auto;
    height: auto;
    margin: 10px auto auto;
    padding: 8px;
    float: left;
    border-width: 2px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
  }

  .service_desc_container {
    height: auto;
    padding-left: 40px;
    float: left;
  }

  .section_main.services {
    height: auto;
    padding: 0px;
    background-color: #fff;
  }

  .service_description {
    width: auto;
    margin-top: 10px;
    border-color: transparent;
    font-size: 32px;
    line-height: 38px;
  }

  .section_frame {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
  }

  .partners_text {
    font-size: 3vw;
    line-height: 3vw;
  }

  .section_info.competitive_edge {
    padding: 30px;
    background-color: #fff;
  }

  .section_info.contact_us {
    padding-left: 0px;
  }

  .info_title {
    font-size: 4vw;
    line-height: 4vw;
  }

  .info_feat_container {
    width: 50%;
    padding-left: 5%;
  }

  .info_feat_desc {
    margin-top: 1.5vw;
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
  }

  .info_secondary {
    width: 70%;
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
  }

  .info_feat_title {
    margin-top: 16px;
    font-size: 16px;
    line-height: 16px;
  }

  .section_frame-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
  }

  .section_frame-2.competitive_edge_info {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
  }

  .info_title-2 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .info_title-2.contact {
    height: 60px;
    font-size: 32px;
    line-height: 42px;
  }

  .field_label {
    font-size: 16px;
    line-height: 1vw;
    font-weight: 400;
  }

  .submit-button {
    font-size: 16px;
  }

  .info_secondary-2 {
    width: 70%;
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
  }

  .feature_button {
    display: none;
  }

  .feature_button.contact_us_btn.w--current {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 600px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .navigation-links {
    display: none;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .container.cc-cta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container.cc-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .features {
    padding-top: 60px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    margin: -10px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 0px;
  }

  ._2-row-text {
    margin-right: 0px;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0px;
  }

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

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .collection-item.cc-feature-row {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-icon-piece {
    background-color: #fff;
  }

  .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .about-intro {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .goals-container {
    margin-top: -15px;
    margin-bottom: -25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-intro {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .contact-info-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .service_container {
    width: 100%;
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0vw;
  }

  .service_img_container {
    display: block;
    width: 100%;
    height: auto;
  }

  .service_title {
    width: 100%;
    font-size: 2.8vw;
    line-height: 2.8vw;
    text-align: left;
  }

  .service_secondary_desc {
    width: 100%;
    line-height: 30px;
    font-weight: 300;
    text-align: left;
  }

  .service_image {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    display: block;
    width: 90%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3vw;
    float: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .service_image.main_image_left {
    float: none;
  }

  .button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 32px;
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 8px;
    float: 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;
    border-width: 2px;
    border-radius: 6px;
    box-shadow: none;
  }

  .button-2:hover {
    border-radius: 6px;
  }

  .service_desc_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    float: none;
    -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;
  }

  .service_desc_container.desc_container_b {
    padding-right: 35px;
    padding-left: 35px;
  }

  .section_main {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }

  .section_main.services {
    height: auto;
    margin-top: 0px;
    padding: 15px 0px;
  }

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

  .section_info.competitive_edge {
    height: auto;
    padding: 15px;
  }

  .info_title {
    height: 3vw;
    margin-bottom: 0vw;
    font-size: 4vw;
    line-height: 4vw;
  }

  .info_feat_img {
    width: 60px;
  }

  .info_feat_container {
    width: 50%;
    height: auto;
  }

  .info_feat_desc {
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
  }

  .info_secondary {
    width: 80%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    font-weight: 300;
  }

  .info_feat_title {
    height: 2vw;
    margin-top: 2vw;
    font-size: 16px;
    line-height: 2vw;
  }

  .info_title-2 {
    height: 3vw;
    margin-bottom: 0vw;
    font-size: 4vw;
    line-height: 4vw;
  }

  .field_label {
    font-size: 16px;
    line-height: 16px;
  }

  .submit-button {
    margin-left: 0vw;
    font-size: 16px;
  }

  .info_secondary-2 {
    width: 80%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    font-weight: 300;
  }

  .field_1_container.input_field_left {
    padding-left: 0vw;
  }

  .field_1_container.input_field_full {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .field_1_container.input_field_right {
    padding-right: 0vw;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding-left: 10px;
  }

  .navigation-container {
    height: 60px;
  }

  .header {
    height: 100vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .h1 {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0px;
  }

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

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  ._2-row-image {
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._2-row-text {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0px;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .footer-column {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-links-list {
    width: 50%;
  }

  .footer-social {
    width: 50%;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-banner-inner {
    padding-right: 30px;
    padding-left: 30px;
  }

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-image-container {
    margin-bottom: 60px;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-banner {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-questions {
    margin: 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;
  }

  .question-block {
    width: 100%;
    margin: 15px 0px;
  }

  .container-facts-inner {
    width: 100%;
  }

  .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .logo {
    position: static;
    margin-top: 20px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .icon-2 {
    color: #288ee7;
  }

  .menu-button:active {
    background-color: transparent;
  }

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

  .header_text {
    height: 45px;
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 23px;
  }

  .nav-link-2 {
    width: 80%;
    padding-right: 20px;
    float: right;
    text-align: right;
  }

  .service_container {
    padding: 10px 20px;
  }

  .service_title {
    font-size: 16px;
    line-height: 16px;
  }

  .service_secondary_desc {
    color: #333;
    font-size: 16px;
    line-height: 24px;
  }

  .service_image {
    width: 100%;
    margin-top: 2vw;
  }

  .button-2 {
    width: auto;
    height: 32px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 16px;
  }

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

  .service_desc_container.desc_container_b {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section_main.services {
    padding: 0px;
  }

  .service_description {
    border-color: transparent;
    font-size: 24px;
    line-height: 32px;
  }

  .section_frame {
    padding-bottom: 30px;
  }

  .partners_text {
    font-size: 16px;
    line-height: 24px;
  }

  .section_info.competitive_edge {
    padding: 0px;
  }

  .section_info.contact_us {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .info_title {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }

  .info_feat_img {
    width: 60px;
  }

  .info_feat_container {
    width: 100%;
    margin-bottom: 0vw;
    padding: 20px;
  }

  .info_feat_desc {
    width: 100%;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
  }

  .info_secondary {
    width: 100%;
    height: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
  }

  .info_feat_title {
    height: auto;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
  }

  .section_frame-2 {
    padding-bottom: 30px;
  }

  .info_title-2 {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }

  .info_title-2.contact {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .field_label {
    min-height: auto;
    min-width: auto;
    font-size: 14px;
    font-weight: 400;
  }

  .info_secondary-2 {
    width: 100%;
    height: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
  }

  .image-7 {
    max-height: 50px;
    max-width: none;
  }
}

