body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #ec4933;
  font-size: 20px;
  line-height: 19px;
  font-style: italic;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family:'PT Sans', sans-serif;
  color: #666;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  height: 69px;
  padding-top: 10px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 0px;
}
.header {
  padding-top: 130px;
  padding-bottom: 80px;
  background-image: url('../images/page-title-background.jpg');
  background-position: 50% 50%;
  background-size: auto 436px;
  text-align: center;
}
.header-title {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: white;
  font-size: 46px;
  line-height: 54px;
  font-weight: 300;
  letter-spacing: -1px;
  text-shadow: rgba(0, 0, 0, 0.6) 0px 0px 4px;
}
.page-content {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 20px;
}
.page-content.tint {
  background-color: whitesmoke;
}
.process-title {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.process-title.number {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fffcfc;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
}
.process-arrow-image {
  width: 15px;
  margin-top: 13px;
  margin-right: 64px;
  margin-left: -45px;
  float: left;
}
.circle-icon-block {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  border: 2px solid #d9d9d9;
  border-radius: 3px;
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
}
.circle-icon-block:hover {
  border-color: #ec4933;
}
.feature-title {
  margin-top: 17px;
  margin-bottom: 8px;
  padding-top: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #ec4933;
  line-height: 35px;
  font-weight: 300;
}
.feature-title.small {
  font-size: 19px;
}
.feature-row {
  margin-top: 40px;
  margin-bottom: 0px;
}
.feature-row.last {
  margin-top: 15px;
}
.feature-column {
  display: block;
  margin-top: 0px;
  padding-right: 20px;
}
.large-image-block {
  width: 100%;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  background-image: url('../images/Person-18.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}
.image-block-overlay {
  width: 100%;
  height: 100%;
  padding-top: 45px;
  padding-right: 200px;
  padding-left: 200px;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: center;
}
.image-block-overlay:hover {
  background-color: rgba(81, 173, 118, 0.85);
}
.work-block {
  width: 100%;
  height: 220px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #e8e8e8;
  border-radius: 3px;
  background-color: white;
  -webkit-transition: margin 500ms ease, -webkit-transform 500ms ease;
  transition: margin 500ms ease, transform 500ms ease;
  color: black;
  text-align: center;
  text-decoration: none;
}
.work-block:hover {
  border-bottom-color: #ec4933;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
.work-row {
  margin-bottom: 20px;
}
.nav-link {
  margin-right: 2px;
  padding: 10px 13px;
  border: 2px solid transparent;
  border-radius: 3px;
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
  font-family:'PT Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.nav-link:hover {
  border-color: #dbdbdb;
}
.nav-link.w--current {
  color: #ec4933;
}
.logo {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #666;
  font-size: 20px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}
.logo:hover {
  color: rgba(153, 153, 153, 0.49);
}
.section-title-block {
  margin-bottom: 45px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}
.section-title-block.bottom {
  margin-top: 45px;
  margin-bottom: 0px;
}
.section-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #444;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}
.section-title.blanco {
  color: #ec4933;
  text-align: center;
}
.footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  padding-top: 50px;
  background-color: #ec4933;
}
.small-feature-row {
  margin-bottom: 40px;
}
.small-feature-block {
  width: 100%;
  min-height: 210px;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 2px solid #e0e0e0;
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
  color: black;
  text-align: center;
  text-decoration: none;
}
.small-feature-block:hover {
  border-bottom-color: #51ad76;
}
.small-feature-icon-block {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px solid #d6d6d6;
  border-radius: 3px;
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
  text-align: center;
}
.small-feature-icon-block:hover {
  border-color: #51ad76;
}
.small-feature-icon {
  height: 45px;
}
.process-column {
  text-align: left;
}
.process-row {
  margin-bottom: 20px;
}
.work-image {
  width: 100%;
  margin-bottom: 20px;
}
.work-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
}
.work-title.top-title {
  display: inline-block;
  color: black;
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.team-column {
  text-align: left;
}
.team-member-image {
  width: 80%;
  margin-bottom: 20px;
  opacity: 0.85;
  text-align: right;
}
.fun-fact-column {
  text-align: center;
}
.fun-fact-title {
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 400;
}
.fun-fact-title._2 {
  font-size: 13px;
}
.dividder-line {
  display: block;
  width: 80%;
  height: 2px;
  margin: 20px auto;
  background-color: rgba(0, 0, 0, 0.09);
}
.fun-fact-icon {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}
.color-stripe {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #439c66;
  background-image: -webkit-linear-gradient(rgba(67, 156, 102, 0.90), rgba(67, 156, 102, 0.90)), url('../images/Icon-chemic.png');
  background-image: linear-gradient(rgba(67, 156, 102, 0.90), rgba(67, 156, 102, 0.90)), url('../images/Icon-chemic.png');
  background-position: 0% 0%, 50% 50%;
  background-repeat: repeat, no-repeat;
  text-align: center;
}
.color-stripe.process {
  background-color: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(247, 247, 247, 0.96), rgba(247, 247, 247, 0.96)), url('../images/Icon-Idea.png');
  background-image: linear-gradient(rgba(247, 247, 247, 0.96), rgba(247, 247, 247, 0.96)), url('../images/Icon-Idea.png');
}
.color-stripe.red {
  background-color: #444;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.white-section-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 36px;
  line-height: 27px;
  font-weight: 300;
  text-shadow: rgba(0, 0, 0, 0.70) 0px 0px 4px;
}
.white-section-title._2 {
  font-size: 18px;
}
.white-section-title._3 {
  font-size: 22px;
  line-height: 30px;
}
.bottom-footer {
  margin-top: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #353b42;
  text-align: center;
}
.footer-column {
  text-align: center;
}
.footer-title {
  margin-top: 0px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 16px;
  line-height: 20px;
}
.all-paragraphs-white {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #ddd;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0px;
  list-style-type: disc;
}
.all-paragraphs-white.small {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0px;
  list-style-type: none;
}
.bottom-footer-text {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0px;
  font-family:'PT Sans', sans-serif;
  color: #ddd;
  font-size: 15px;
  letter-spacing: 0px;
}
.contact-button {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: block;
  width: 140px;
  height: 50px;
  margin-right: auto;
  margin-bottom: -7px;
  margin-left: auto;
  padding-top: 12px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #ec4933;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.contact-button:hover {
  margin-bottom: 0px;
}
.close-footer-button {
  display: block;
  width: 40px;
  height: 30px;
  margin-top: -65px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 7px;
  padding-left: 7px;
  border: 4px solid #51ad76;
  border-radius: 2px;
  background-color: #51ad76;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.close-footer-button:hover {
  background-color: #353b42;
}
.footer-row {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-top: 2px none rgba(0, 0, 0, 0.09);
  border-bottom: 2px none rgba(0, 0, 0, 0.09);
}
.footer-form {
  margin-bottom: 0px;
  text-align: center;
}
.field {
  height: 50px;
  border: 1px solid white;
  font-family:'Open Sans', sans-serif;
}
.field.one-third {
  width: 33.33%;
  height: 60px;
  padding-left: 15px;
  float: left;
  border-right-color: #51ad76;
  font-family:'Open Sans', sans-serif;
  color: black;
  font-size: 15px;
}
.field.one-third:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.field.one-third:focus {
  border-color: #51ad76;
  background-color: white;
  color: black;
}
.field.one-third.last {
  border-right-color: white;
}
.field.area {
  height: 170px;
  padding-top: 17px;
  padding-left: 15px;
}
.field.area:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.field.area:focus {
  background-color: white;
  color: black;
}
.submit-button {
  width: 100%;
  border: 2px solid #222529;
  background-color: #353b42;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.submit-button:hover {
  border-color: #438f61;
  background-color: #71c794;
}
.navbar-container {
  position: relative;
  z-index: 1000;
}
.small-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #44474d;
}
.link {
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(81, 173, 118, 0.4);
  font-family: Lato, sans-serif;
  color: #51ad76;
  text-decoration: none;
}
.link:hover {
  border-bottom-color: #51ad76;
}
.link.contact-link {
  color: rgba(255, 255, 255, 0.7);
}
.work-detail-button {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  padding-top: 7px;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.work-detail-button:hover {
  border-color: #51ad76;
  background-color: #51ad76;
}
.work-detail-image {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 7px;
}
.process-number {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding-top: 11px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border: 2px solid #479165;
  border-radius: 2px;
  background-color: #51ad76;
  text-align: center;
}
.process-number.orange {
  border-color: #964f26;
  background-color: #e68045;
}
.header-tab-menu {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.header-tab-menu:active {
  display: block;
}
.header-tab-button {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: border 500ms ease, background-color 500ms ease;
  transition: border 500ms ease, background-color 500ms ease;
  font-family:'PT Sans', sans-serif;
  color: white;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header-tab-button:hover {
  border-bottom-color: #ee4933;
  background-color: rgba(236, 73, 51, 0.2);
  opacity: 1;
}
.header-tab-button.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #ec4933;
  background-color: transparent;
  opacity: 1;
  font-family:'PT Sans', sans-serif;
}
.header-tab-button.w--current:hover {
  background-color: rgba(236, 73, 51, 0.4);
}
.header-tab-pane {
  height: 160px;
  padding-right: 200px;
  padding-left: 200px;
}
.text-button {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.29);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
}
.text-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.intro-icon {
  width: 25px;
  height: 25px;
  margin-top: -4px;
  margin-right: 10px;
  float: left;
}
.intro-row {
  margin-top: 70px;
}
.slider-hightlight-text {
  color: #ec4933;
}
.team-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family:'PT Sans', sans-serif;
  color: white;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
}
.team-title._2 {
  display: block;
  margin-top: 5px;
  margin-bottom: 22px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #aaa;
  font-size: 19px;
  line-height: 17px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}
.work-detail-title {
  margin-top: 0px;
  font-family:'Open Sans', sans-serif;
  font-size: 34px;
  font-weight: 300;
}
.work-detail-title._2 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
.footer-contact-block {
  height: 120px;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  border: 2px solid rgba(0, 0, 0, 0.09);
  border-radius: 3px;
  -webkit-transition: border-color 500ms ease, background-color 500ms ease;
  transition: border-color 500ms ease, background-color 500ms ease;
}
.footer-contact-block:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #353b42;
}
.work-detail-block {
  margin-bottom: 55px;
  padding-right: 200px;
  padding-left: 200px;
  text-align: center;
}
.error-bg {
  padding-top: 14px;
  border-radius: 30px;
  background-color: #ffcec7;
}
.error-text {
  color: #f20c0c;
}
.success-bg {
  padding-top: 14px;
  border-radius: 30px;
  background-color: #64cc8e;
}
.success-text {
  color: white;
  line-height: 21px;
}
.paragraph-2 {
  font-family:'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 27px;
  text-align: left;
}
.section-title-white {
  color: #ddd;
}
.destacado-rojo {
  color: #ec4933;
}
.overlay-image {
  background-color: #ddd;
  opacity: 0.8;
}
.padding-list-items {
  padding-top: 10px;
}
.lista-contacto {
  width: 254px;
  margin-left: 5px;
  padding-right: 0px;
  float: left;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: white;
  font-size: 24px;
}
.lista-desordenada-contacto {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 50px;
  float: none;
  clear: none;
  background-color: #ec4933;
  text-align: left;
  list-style-type: none;
}
.centrado {
  position: relative;
  background-color: #e26e5f;
}
.contact-bar {
  display: block;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-family:'PT Sans', sans-serif;
  color: white;
  font-size: 20px;
  text-align: center;
  text-shadow: #aaa 0px 1px 0px;
}
html.w-mod-js *[data-ix="display-none-footer"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 300px);
  -ms-transform: translate(0px, 300px);
  transform: translate(0px, 300px);
}
html.w-mod-js *[data-ix="process-1"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}
html.w-mod-js *[data-ix="process-2"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}
html.w-mod-js *[data-ix="process-3"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}
html.w-mod-js *[data-ix="process-4"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}
html.w-mod-js *[data-ix="process-5"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}
html.w-mod-js *[data-ix="process-6"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}
html.w-mod-js *[data-ix="fade-title-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}
html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
}
html.w-mod-js *[data-ix="fade-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}
html.w-mod-js *[data-ix="fade-from-left-2"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}
html.w-mod-js *[data-ix="fade-from-left-3"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}
html.w-mod-js *[data-ix="fade-from-left-4"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}
html.w-mod-js *[data-ix="show-navbar-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -68px);
  -ms-transform: translate(0px, -68px);
  transform: translate(0px, -68px);
}
@media (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 19px;
  }
  .header {
    padding: 110px 30px 60px;
  }
  .header-title {
    font-size: 41px;
  }
  .page-content {
    padding: 50px;
  }
  .process-title {
    margin-top: 7px;
    padding-right: 1px;
    font-size: 15px;
    line-height: 18px;
  }
  .process-arrow-image {
    margin-right: 20px;
    margin-left: 0px;
  }
  .feature-title {
    font-size: 22px;
  }
  .image-block-overlay {
    padding-top: 29px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .work-block {
    height: 185px;
  }
  .nav-link {
    display: inline-block;
    margin-right: 4px;
    border-color: #dbdbdb;
  }
  .nav-link:hover {
    border-color: #bdbdbd;
  }
  .section-title-block {
    margin-bottom: 30px;
    padding-right: 130px;
    padding-left: 130px;
  }
  .section-title-block.bottom {
    margin-top: 30px;
  }
  .section-title {
    font-size: 30px;
  }
  .footer {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    margin-top: -25px;
  }
  .process-column {
    padding-right: 22px;
    padding-left: 0px;
  }
  .work-image {
    height: auto;
  }
  .color-stripe {
    padding: 60px;
  }
  .color-stripe.process {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .white-section-title {
    line-height: 36px;
  }
  .bottom-footer {
    margin-top: 50px;
  }
  .contact-button {
    position: relative;
    margin-top: -50px;
    margin-bottom: 0px;
  }
  .field.one-third {
    height: 50px;
  }
  .field.area {
    height: 140px;
  }
  .small-footer {
    padding-top: 30px;
    padding-bottom: 70px;
    text-align: center;
  }
  .link {
    font-size: 14px;
    line-height: 19px;
  }
  .work-detail-button {
    margin-top: 8px;
  }
  .process-number {
    margin-right: 20px;
  }
  .header-tab-pane {
    padding-right: 120px;
    padding-left: 120px;
  }
  .intro-row {
    margin-top: 40px;
  }
  .team-title {
    font-size: 14px;
  }
  .team-title._2 {
    font-size: 16px;
  }
  .footer-contact-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu-button {
    width: 40px;
    height: 40px;
    padding-top: 7px;
    padding-left: 6px;
    border: 2px solid #d5d7e0;
    border-radius: 3px;
    background-color: #ebecf0;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
  }
  .menu-button:hover {
    border-color: #3e855a;
    background-color: #51ad76;
    color: white;
  }
  .menu-button.w--open {
    border-color: #1e2124;
    background-color: #353b42;
  }
  .nav-link-container {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f7f7f7;
    box-shadow: rgba(0, 0, 0, 0.29) 0px 1px 1px 0px;
  }
  .work-detail-block {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .header {
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .header-title {
    font-size: 30px;
    line-height: 31px;
  }
  .page-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .process-title {
    margin-top: 14px;
    font-size: 15px;
    line-height: 20px;
  }
  .process-arrow-image {
    width: 12px;
    margin-right: -2px;
    margin-left: 0px;
  }
  .circle-icon-block {
    margin-bottom: 30px;
  }
  .feature-row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .feature-column {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .large-image-block {
    height: 230px;
  }
  .work-block {
    height: 145px;
  }
  .work-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .nav-link {
    display: block;
    margin-bottom: 4px;
  }
  .section-title-block {
    padding-right: 70px;
    padding-left: 70px;
  }
  .small-feature-column {
    margin-bottom: 15px;
  }
  .process-column {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .work-image {
    margin-bottom: 10px;
  }
  .work-title {
    font-size: 15px;
  }
  .work-title.top-title {
    font-size: 11px;
  }
  .team-column {
    padding-bottom: 15px;
  }
  .fun-fact-column {
    padding-bottom: 15px;
  }
  .color-stripe {
    padding: 40px 30px;
  }
  .color-stripe.process {
    padding-right: 30px;
    padding-left: 30px;
  }
  .white-section-title {
    font-size: 30px;
  }
  .white-section-title._3 {
    font-size: 20px;
    line-height: 28px;
  }
  .bottom-footer {
    margin-top: 20px;
  }
  .all-paragraphs-white {
    line-height: 20px;
  }
  .footer-row {
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-form {
    padding-right: 25px;
    padding-left: 25px;
  }
  .navbar-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .small-footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .work-detail-image {
    margin-bottom: 20px;
  }
  .process-number {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .header-tab-pane {
    height: 140px;
    padding-right: 80px;
    padding-left: 80px;
  }
  .overall-column {
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .logo-container.w--current {
    padding-left: 0px;
  }
  .footer-contact-block {
    height: auto;
    min-height: 130px;
    margin-bottom: 10px;
  }
  .nav-link-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .work-detail-block {
    margin-bottom: 40px;
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 479px) {
  .header {
    padding-top: 90px;
    padding-bottom: 30px;
  }
  .header-title {
    font-size: 26px;
    line-height: 28px;
  }
  .page-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .process-arrow-image {
    margin-left: -6px;
  }
  .circle-icon-block {
    width: 70px;
    height: 70px;
    margin-bottom: 13px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }
  .feature-title {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-right: 25px;
    font-size: 25px;
    line-height: 24px;
  }
  .feature-column {
    padding-bottom: 20px;
  }
  .large-image-block {
    height: 210px;
  }
  .image-block-overlay {
    padding-right: 25px;
    padding-left: 25px;
  }
  .work-block {
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
  .work-row {
    margin-bottom: 0px;
  }
  .section-title-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-title {
    font-size: 23px;
    line-height: 26px;
  }
  .small-feature-column {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .work-title {
    font-size: 17px;
  }
  .work-title.top-title {
    font-size: 13px;
  }
  .team-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .color-stripe {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .color-stripe.process {
    padding-right: 20px;
    padding-left: 20px;
  }
  .white-section-title {
    font-size: 22px;
    line-height: 26px;
  }
  .white-section-title._2 {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 16px;
    line-height: 20px;
  }
  .white-section-title._3 {
    font-size: 13px;
    line-height: 21px;
  }
  .bottom-footer-text {
    display: block;
    margin-right: 0px;
  }
  .field.one-third {
    width: 100%;
    margin-bottom: 2px;
  }
  .small-footer {
    text-align: center;
  }
  .header-tab-button {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .header-tab-pane {
    height: auto;
    min-height: 130px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-contact-block {
    min-height: 0px;
    padding-bottom: 20px;
  }
  .work-detail-block {
    padding-right: 0px;
    padding-left: 0px;
  }
}