.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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

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

.wrap {
  padding-top: 0px;
}

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

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


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

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


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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

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

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

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

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.button {
  display: block;
  margin-right: 14px;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #da6613;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

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

.button.hollow {
  background-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #000;
  color: #000;
  text-shadow: none;
}

.button.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-text {
  margin-top: 24px;
  font-family: 'Roboto Slab', sans-serif;
  color: #1c1c1c;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #e6eaed;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.13);
}

.nav-link {
  padding: 26px 15px;
  box-shadow: inset 0 3px 0 0 transparent;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 #da6613;
  color: #000;
  font-size: 18px;
}

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

.nav-link.current {
  border-top: 1px solid #da6613;
}

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

.section.main {
  margin-top: 75px;
  padding-bottom: 150px;
  background-color: #ff8d3c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22))), url('../images/Diseño-sin-título-11.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url('../images/Diseño-sin-título-11.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.23);
}

.section.main:hover {
  color: #da6613;
}

.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.section.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.section.purple {
  background-color: #dde7ed;
}

.section.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}

.section.press {
  margin-top: 41px;
  margin-right: 0px;
  padding-top: 29px;
  padding-right: 50px;
  padding-bottom: 38px;
  border-radius: 0px;
  background-color: #000;
}

.slider {
  display: none;
  height: 360px;
  background-color: #303030;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.footer-slogan {
  margin-bottom: 11px;
  color: #939596;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  color: #939596;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px 0 #489fd9;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #5f6166;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}

.newsletter-button:hover {
  background-color: #489fd9;
  color: #fff;
}

.newsletter-form {
  width: 70%;
}

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

.success-message {
  background-color: #5f6166;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

.section-subtitle {
  margin-bottom: 68px;
  font-size: 23px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.bold-text {
  color: #da6613;
  font-weight: 400;
}

.plan-wrapper {
  min-height: 300px;
  padding: 17px;
  border-radius: 3px;
  background-color: #fff;
  color: #2b2b2b;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  font-size: 20px;
  letter-spacing: 0px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
  background-color: #dbdbdb;
}

.additional-contact {
  margin-top: 21px;
  text-align: center;
}

.feature {
  text-align: left;
}

.feature-row {
  margin-bottom: 14px;
}

.testimonial-slider {
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}

.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 31px;
  font-weight: 300;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.person {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}

.slider-arrow:hover {
  color: #000;
}

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

.main-feature-group {
  margin-top: 30px;
}

.small-features-row {
  margin-top: 71px;
}

.client-logo {
  width: 16.6%;
}

.small-text {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-align: justify;
}

.div-block {
  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;
}

.logo {
  width: 14%;
  margin-right: 2%;
  margin-left: 2%;
}

.dropdown-toggle {
  padding-top: 0px;
  padding-bottom: 0px;
}

.dropdown-link {
  background-color: #fff;
  opacity: 0.7;
  color: #424242;
}

.dropdown-link:hover {
  background-color: #da6613;
  opacity: 1;
  color: #fff;
}

.dropdown-link.w--current {
  color: #000;
  font-weight: 500;
}

.image {
  padding-top: 9px;
}

.column {
  margin-top: 170px;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Contacto.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Contacto.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: #da6613;
  text-align: center;
}

.heading {
  margin-top: 80px;
  font-size: 50px;
}

.paragraph {
  margin-right: 0px;
  margin-bottom: 70px;
  margin-left: 0px;
  padding-top: 15px;
  font-size: 26px;
  line-height: 25px;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #000;
}

.text-field-2 {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #000;
}

.text-field-3 {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #000;
}

.text-field-4 {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #000;
}

.textarea {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #000;
}

.heading-2 {
  font-size: 35px;
  text-align: justify;
}

.field-label {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.field-label-2 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.field-label-3 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.field-label-4 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.field-label-5 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
}

.submit-button {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #da6613;
  border-radius: 20px;
  background-color: #fff;
  color: #da6613;
}

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

.link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.section-2 {
  margin-top: 0px;
  padding-top: 89px;
  padding-bottom: 150px;
  background-image: url('../images/Fondo-nosotros.png');
  background-position: 20% 10%;
  background-size: cover;
  background-repeat: repeat-x;
}

.paragraph-2 {
  overflow: visible;
  margin: 0px 0px 35px 150px;
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 50px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 36px;
  line-height: 50px;
  text-align: justify;
  letter-spacing: 2px;
  text-indent: 10px;
  -webkit-column-count: auto;
  column-count: auto;
}

.heading-3 {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-align: justify;
}

.section-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url('../images/computo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.heading-4 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fdf9f7;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.paragraph-3 {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #000;
  font-size: 40px;
  line-height: 40px;
}

.button-2 {
  display: block;
  margin-bottom: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #da6613;
  border-radius: 20px;
  background-color: #fff;
  font-family: 'Roboto Slab', sans-serif;
  color: #da6613;
  font-size: 25px;
  font-weight: 700;
}

.button-2:hover {
  background-color: #da6613;
  color: #fff;
}

.section-servicios {
  margin-top: 50px;
}

.feature-section {
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.13);
  background-image: url('../images/Consultoria-de-TI.png');
  background-position: 0px 0px;
  background-size: auto;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-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;
}

.flex-container-2.reverse {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: auto;
  height: auto;
  max-width: 60ch;
  margin-left: 0px;
  padding-left: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-5 {
  margin-left: 20px;
  padding-left: 0px;
  font-size: 35px;
}

.paragraph-4 {
  margin-left: 20px;
  font-size: 20px;
  line-height: 25px;
  text-align: justify;
}

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

.paragraph-5 {
  margin-right: 0px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 25px;
  text-align: justify;
}

.feature-section-2 {
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/Fondo-ciberseguridad.png');
  background-position: 0px 0px;
  background-size: auto;
}

.feature-section-3 {
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.14);
  background-image: url('../images/Fondo-servicios-administrados.png');
  background-position: 0px 0px;
  background-size: cover;
}

.feature-section-4 {
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/Fondo-monitoreo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.feature-section-5 {
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.46);
  background-image: url('../images/Fondo-conectividad.png');
  background-position: 0px 0px;
  background-size: auto;
}

.feature-section-6 {
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/Fondo-computo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.bold-text-2 {
  color: #da6613;
}

.bold-text-3 {
  color: #da6613;
}

.column-2 {
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-6 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

.column-3 {
  margin-right: auto;
  margin-left: auto;
}

.image-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.column-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container {
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-left: 0px;
}

.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;
  background-color: #da6613;
}

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

.link {
  color: #fff;
}

.image-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-11 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.success-message-2 {
  border-radius: 20px;
  background-color: #ffc093;
}

.image-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-14 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.column-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.bold-text-4 {
  font-size: 35px;
}

.bold-text-5 {
  font-size: 35px;
}

.bold-text-6 {
  font-size: 35px;
}

.bold-text-7 {
  font-size: 35px;
}

.bold-text-8 {
  font-size: 35px;
}

.heading-6 {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.heading-7 {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.wrapper {
  overflow: hidden;
  width: 100vw;
  height: 200px;
  margin-bottom: 100px;
}

.loop-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ima-loop {
  margin-right: 22px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .nav-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 18px 0px;
    color: #ff8d3c;
  }

  .nav-link:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #fff;
    box-shadow: inset 0 3px 0 0 transparent;
    color: #da6613;
  }

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

  .nav-link.menu {
    padding: 22px 17px;
    border: 1px solid transparent;
    color: #000;
    font-size: 30px;
  }

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

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

  .section.main {
    background-position: 0% 50%;
  }

  .section.press {
    margin-right: 0px;
    padding-right: 20px;
  }

  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #fff;
  }

  .main-heading {
    text-align: left;
  }

  .main-feature-group {
    margin-top: 0px;
  }

  .main-image {
    margin-top: 49px;
  }

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

  .dropdown-link {
    background-color: #fff;
    opacity: 1;
    color: #ff8d3c;
  }

  .dropdown-link:hover {
    background-color: #da6613;
    color: #fff;
  }

  .text-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    color: #ff8d3c;
  }

  .text-block:hover {
    color: #da6613;
  }

  .icon {
    color: #ff8d3c;
  }

  .icon:hover {
    color: #da6613;
  }

  .column {
    margin-top: 0px;
  }

  .columns {
    margin-top: 115px;
  }

  .icon-2 {
    color: #da6613;
  }

  .icon-2:hover {
    color: #000;
  }

  .icon-2:active {
    color: #da6613;
  }

  .paragraph-2 {
    margin-left: 50px;
  }

  .feature-section {
    background-position: 50% 50%;
  }

  .feature-image {
    max-width: 55ch;
    margin-left: -15px;
    padding-right: 32px;
    padding-left: 0px;
    text-align: justify;
  }

  .paragraph-4 {
    position: static;
    margin-right: -10px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .feature-image-2 {
    margin-left: 40px;
  }

  .paragraph-5 {
    margin-right: -20px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }

  .logo-text {
    margin-top: 15px;
  }

  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }

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

  .section.main {
    margin-top: 51px;
    background-position: 30% 50%;
    background-size: cover;
    background-repeat: repeat-x;
    background-attachment: scroll;
  }

  .section.press {
    margin-right: 0px;
  }

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

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

  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

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

  .section-subtitle {
    margin-bottom: 44px;
  }

  .plan-wrapper {
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }

  .divider {
    width: 100%;
  }

  .feature {
    margin-bottom: 32px;
    text-align: center;
  }

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

  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }

  .small-text {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .paragraph-2 {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 33px;
    line-height: 38px;
  }

  .heading-3 {
    margin-right: 15px;
    margin-left: 14px;
  }

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

  .call-to-action {
    padding: 40px 20px;
  }

  .paragraph-3 {
    text-align: justify;
  }

  .feature-section {
    padding: 40px 20px;
    background-position: 100% 50%;
  }

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

  .feature-image-mask {
    margin-right: 0px;
  }

  .feature-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-5 {
    padding-top: 14px;
  }

  .paragraph-4 {
    margin-right: 3px;
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .paragraph-5 {
    margin-right: 0px;
    padding-right: 30px;
    padding-left: 10px;
  }

  .column-2 {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 15px;
    line-height: 25px;
  }

  .image-2 {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .image-3 {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .image-4 {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .image-5 {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .image-6 {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .image-7 {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .image-8 {
    display: block;
    margin-bottom: 20px;
  }

  .image-9 {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .image-13 {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .image-14 {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .image-15 {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

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

  .image-16 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .column-6 {
    margin-bottom: 20px;
  }

  .column-7 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section.main {
    margin-top: 55px;
    padding-top: 0px;
    padding-bottom: 40px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .section.press {
    margin-right: -32px;
    padding-right: 33px;
  }

  .main-heading {
    font-size: 47px;
  }

  .client-logo {
    width: 33.33%;
  }

  .small-text {
    font-size: 20px;
  }

  .centered-container {
    text-align: left;
  }

  .heading {
    text-align: center;
  }

  .paragraph {
    text-align: justify;
  }

  .section-2 {
    padding-bottom: 90px;
  }

  .paragraph-2 {
    text-align: justify;
  }

  .centered-container-2 {
    text-align: left;
  }

  .paragraph-3 {
    text-align: justify;
  }

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

  .feature-image {
    display: block;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .feature-section-5 {
    background-position: 100% 100%;
    background-size: cover;
  }

  .feature-section-6 {
    background-position: 0% 50%;
  }

  .heading-6 {
    font-size: 40px;
  }

  .heading-7 {
    font-size: 40px;
  }
}

#w-node-_2508e2a9-9ff7-7ec9-c265-ed833b1c178d-033c99da {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_2508e2a9-9ff7-7ec9-c265-ed833b1c177d-033c99da {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2508e2a9-9ff7-7ec9-c265-ed833b1c1781-033c99da {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2508e2a9-9ff7-7ec9-c265-ed833b1c1785-033c99da {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2508e2a9-9ff7-7ec9-c265-ed833b1c1789-033c99da {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

