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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: none;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 1px;
  margin-top: 0px;
  margin-right: 220px;
  margin-left: 193px;
  padding-right: 0px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #e6e6e6;
}

.section.cc-home-wrap {
  background-color: transparent;
}

.section.cc-store-home-wrap {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 4px;
  background-color: #d47a28;
}

.section.cc-cta-newsletter {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 80px;
  padding-bottom: 60px;
  padding-left: 80px;
  background-color: #e6e6e6;
}

.section.cc-cta-newsletter-copy {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 80px;
  padding-bottom: 60px;
  padding-left: 80px;
  background-color: #e6e6e6;
}

.styleguide-block {
  display: block;
  margin: 41px 15px 80px;
  padding-right: 25px;
  padding-left: 25px;
  -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;
  font-family: Montserrat, sans-serif;
  text-align: left;
}

.container {
  width: 100%;
  height: auto;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
}

.container.cc-blog-detail {
  margin-bottom: 0px;
  margin-left: 200px;
  padding-bottom: 0px;
  background-color: #fff;
}

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

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
  line-height: 30px;
  font-weight: 500;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  border-radius: 9px;
  background-color: #174159;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.label {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 0.6;
  color: #000107;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.label.cc-light {
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  margin-right: 10px;
  margin-bottom: 4px;
  opacity: 0.72;
  color: #000;
}

.heading-jumbo {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
}

.subheading-homepage {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 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;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-item {
  padding-top: 9px;
  padding-right: 0px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

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

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -ms-grid;
  display: grid;
  padding-top: 70px;
  padding-bottom: 70px;
  -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: 0.25fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 8.75fr;
  grid-template-columns: 8.75fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.intro-header.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-left: -37px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.intro-header.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.intro-content.cc-homepage-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.motto-wrap {
  width: 80%;
  margin: 20px auto 0px;
  padding-top: 0px;
  text-align: center;
}

.about-story-wrap {
  width: 80%;
  margin: auto auto 80px;
  text-align: center;
}

.our-services-grid {
  margin-bottom: 0px;
  padding-bottom: 0px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
  clear: none;
  text-align: left;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  background-color: transparent;
}

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrap {
  margin: 30px 20px;
  padding-left: 0px;
  background-color: #e9e9e9;
}

.get-in-touch-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;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

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

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -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;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}

.team-pic {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.team-members {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -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;
}

.team-member-name {
  margin-bottom: 5px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "." "." ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: 0.8;
}

.project-cover-link:active {
  opacity: 0.7;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.project-details-grid {
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 80px 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 0.6;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: 0.8;
}

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

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 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;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 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;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -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: 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;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  margin-bottom: 60px;
  text-align: center;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-right: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: 0.8;
}

.business-article-heading:active {
  opacity: 0.7;
}

.light-footer-link {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.light-footer-link:hover {
  color: #d47a28;
}

.rebis-footer-title {
  margin-bottom: 21px;
  color: #d47a28;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.bottom-footer-paragraph {
  margin-bottom: 0px;
  float: left;
  font-size: 12px;
}

.bottom-footer-paragraph.dark {
  color: #94979e;
}

.bottom-footer-paragraph.right {
  float: right;
}

.footer-contact-info-block {
  margin-top: 20px;
  color: #94979e;
  font-size: 14px;
}

.container-2 {
  position: relative;
  padding-bottom: 64px;
}

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

.bottom-footer-block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bottom-footer-block.white-footer-block {
  margin-top: 40px;
  color: #e1e1e4;
}

.footer-small-social-icon {
  height: 25px;
  margin-left: 0px;
  padding-left: 0px;
}

.color-social-twitter {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  margin-bottom: 4px;
  padding-top: 3px;
  border-radius: 4px;
  background-color: transparent;
  text-align: center;
}

.color-social-twitter:hover {
  opacity: 0.8;
}

.color-social-twitter.twitter {
  background-color: transparent;
}

.color-social-twitter.google {
  background-color: #0077b5;
}

.color-social-twitter.linkedin {
  background-color: #4875b4;
}

.bottom-footer-link {
  color: #91959c;
}

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

.bottom-footer-link.dark {
  color: #1f6fff;
  text-decoration: none;
}

.slide {
  height: 60vh;
  padding-bottom: 80px;
  background-image: url('../images/rebis-sap-bw-4hana.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider {
  height: 60vh;
  margin-bottom: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slider-container {
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  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;
}

.slider-header {
  color: #fff;
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
}

.container-3 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 57px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-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: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.text-slider {
  position: static;
  color: #fff;
  font-size: 25px;
  text-shadow: 1px 1px 0 #000;
}

.button-2 {
  margin-top: 33px;
  background-color: #000;
  font-size: 20px;
  text-align: center;
}

.slide-2 {
  background-image: url('../images/sac-rex.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/rebis-training-sac.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-posts-list {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
}

.image-blog-post-item {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.empty-state {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.08);
  text-align: center;
}

.mask {
  overflow: visible;
}

.cta-homepage {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #d47a28;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-transform: none;
}

.label-homepage {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label-homepage.cc-styleguide-label {
  margin-bottom: 25px;
}

.label-homepage.cc-light {
  opacity: 0.6;
  color: #fff;
}

.label-homepage.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.section-services-homepage {
  margin: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.section-services-homepage.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section-services-homepage.cc-store-home-wrap {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 4px;
  background-color: #d47a28;
}

.team-pic-jorgesousa {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
  background-image: url('../images/rebis-jorge-sousa-ceo.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.team-pic-nunoferreira {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
  background-image: url('../images/rebis-nuno-ferreira-ceo.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.team-pic-nuno-nogueira {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
  background-image: url('../images/rebis-nuno-nogueira-rh-com-mkt.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-page {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #000;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.header-slider-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.header-slider-about.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 50px;
  margin-left: -37px;
  background-image: url('../images/rebis-we-care-challendge-lead-inspire.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.header-slider-about.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.container-home-services {
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 100px;
}

.section-home-slogan {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #174159;
}

.section-home-slogan.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #e6e6e6;
}

.section-home-slogan.cc-store-home-wrap {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 4px;
  background-color: #d47a28;
}

.container-home-slogan {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-text {
  color: #fff;
}

.section-footer {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #174159;
}

.section-footer.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #e6e6e6;
}

.section-footer.cc-home-wrap {
  background-color: transparent;
}

.section-footer.cc-store-home-wrap {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 4px;
  background-color: #d47a28;
}

.footer-copyright {
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.heading-2 {
  margin-right: 10px;
  padding-right: 13px;
  padding-left: 12px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #174159;
  border-radius: 8px;
  background-color: rgba(201, 129, 63, 0);
  box-shadow: 2px 2px 10px 0 #000;
  color: #174159;
}

.paragraph-bigger-2 {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger-2.cc-bigger-light {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  font-size: 21px;
  line-height: 34px;
  text-indent: 10px;
  text-shadow: 14px 14px 15px #000;
}

.heading-jumbo-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px none #fff;
  color: #fff;
  font-size: 64px;
  line-height: 80px;
  font-weight: 600;
  text-transform: none;
  text-shadow: 6px 6px 6px #000;
}

.heading-3 {
  margin-right: 10px;
  margin-left: 1px;
  padding-right: 0px;
  padding-left: 7px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #174159;
  border-radius: 8px;
  background-color: rgba(201, 129, 63, 0);
  box-shadow: 2px 2px 10px 0 #000;
}

.intro-header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-right: -31px;
  margin-bottom: 100px;
  margin-left: -29px;
  padding-left: 0px;
  -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: #f4f4f4;
  background-image: url('../images/rebis-contactos-lisboa.png'), -webkit-gradient(linear, left top, left bottom, from(#d47a28), to(#d47a28));
  background-image: url('../images/rebis-contactos-lisboa.png'), linear-gradient(180deg, #d47a28, #d47a28);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.heading {
  display: block;
  margin-right: 10px;
  padding-right: 6px;
  padding-left: 5px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 0.5px;
  border-color: #174159;
  border-radius: 8px;
  background-color: rgba(212, 122, 40, 0);
  box-shadow: 2px 2px 10px 0 #000;
  color: #174159;
}

.block-1 {
  position: relative;
  left: -8px;
  top: -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: -2px;
  margin-left: -3px;
  padding-top: 1px;
  padding-right: 0px;
  float: none;
  clear: right;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  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;
  border-style: none;
  border-width: 1px;
  border-color: #d47a28;
  border-radius: 0px;
  color: #fff;
}

.service-icon-2 {
  margin-bottom: 30px;
}

.paragraph-light-2 {
  opacity: 0.6;
  font-style: italic;
}

.container-4 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.our-services-grid-2 {
  margin-right: -6px;
  margin-bottom: 120px;
  margin-left: 0px;
  padding-left: 0px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 60px auto 60px auto;
  grid-template-rows: auto auto auto;
}

.list {
  display: inline;
  margin-top: 7px;
  padding-top: 0px;
  padding-right: 2px;
  float: none;
  clear: none;
  border: 1px none #000;
  border-radius: 0px;
  box-shadow: 1px 1px 0 -20px #000;
  font-size: 20px;
  font-weight: 200;
}

.paragraph {
  margin-bottom: 25px;
  border-left: 1px none #000;
}

.motto-wrap-2 {
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  text-align: center;
}

.block-2 {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.divider-2 {
  height: 1px;
  background-color: #eee;
}

.section-heading-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.heading-jumbo-small-2 {
  position: static;
  overflow: auto;
  margin: 10px 0px 0px -191px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 65, 89, 0.8)), to(rgba(23, 65, 89, 0.8)));
  background-image: linear-gradient(180deg, rgba(23, 65, 89, 0.8), rgba(23, 65, 89, 0.8));
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
}

.paragraph-2 {
  margin-bottom: 15px;
}

.about-grid-2 {
  margin-bottom: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-3 {
  margin-top: -101px;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 18px;
  text-align: center;
}

.list-2 {
  margin: 54px -30px 21px;
  padding-left: 34px;
}

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

.paragraph454 {
  text-align: justify;
}

.div-block-2 {
  margin-top: 51px;
  padding-top: 22px;
  padding-bottom: 0px;
}

.text-block {
  margin-right: 0px;
  margin-left: 42px;
  padding-top: 30px;
  font-size: 25px;
  text-align: center;
}

.list-3 {
  margin-left: 30px;
}

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

.div-block-3 {
  margin-top: 46px;
}

.body {
  margin-bottom: 26px;
  padding-bottom: 23px;
}

.text-block-2 {
  margin-top: 37px;
  margin-left: 30px;
  font-size: 18px;
  text-align: center;
}

.column-4 {
  padding-left: 100px;
}

.image-2 {
  margin-bottom: -6px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 60px;
}

.column-2 {
  margin-top: 15px;
  padding-left: 400px;
}

.column {
  padding-left: 400px;
}

.text-block-3 {
  margin-bottom: -4px;
  padding-top: 54px;
  font-size: 27px;
}

.paragraph-5 {
  margin-top: 18px;
  margin-right: 23px;
  margin-left: 15px;
  font-size: 17px;
  text-align: center;
}

.column-3 {
  margin-top: 15px;
  padding-left: 100px;
}

.text-block-4 {
  margin-top: 9px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-3 {
  padding-bottom: 0px;
  padding-left: 60px;
}

.text-block-5 {
  text-align: left;
}

.section-2 {
  margin-bottom: 1px;
}

.pricing-row {
  display: block;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.pricing-block-title {
  color: #b9b9b9;
}

.pricing-block-title.light {
  color: rgba(71, 67, 67, 0.5);
}

.pricing-block-title.light {
  color: hsla(0, 0%, 100%, 0.5);
}

.section-title-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper.full {
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.section-title-wrapper.full {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.section-title-wrapper.full-centered {
  width: 100%;
}

.section-title-wrapper.full-centered.contact {
  margin-bottom: 10px;
}

.plan-tabs-menu {
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.section-title {
  margin-top: 0px;
  font-size: 46px;
  line-height: 40px;
  font-weight: 300;
  text-shadow: 1px 1px 6px #000;
}

.pricing-block-price {
  color: #174159;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
}

.pricing-block-price.subtitle {
  color: #000;
  font-size: 11px;
  line-height: 20px;
}

.pricing-block-price.white {
  color: #174159;
}

.white-link {
  color: #fff;
}

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

.pricing-feature-item {
  margin-bottom: 0px;
  padding: 7px 18px 0px 17px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-feature-list {
  margin-bottom: 0px;
}

.pricing-tab-pane {
  margin-left: 1px;
  padding-top: 50px;
  padding-left: 0px;
  text-align: center;
}

.pricing-feature-text {
  margin-bottom: 0px;
  color: #174159;
  font-size: 11px;
}

.button-3 {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.button-3.white-pricing-button {
  margin-top: 0px;
  background-color: rgba(212, 122, 40, 0.74);
}

.button-3.white-pricing-button {
  margin-top: 0px;
  background-color: #d47a28;
}

.button-3.green {
  background-color: #5ec045;
}

.button-3.green:hover {
  background-color: #6fdd53;
}

.button-3.cta-button {
  width: 20%;
  margin-top: 5px;
  float: right;
  background-color: #d47a28;
  line-height: 31px;
  text-align: center;
}

.button-3.cta-button:hover {
  background-color: #73d65a;
}

.pricing-block-content-wrapper {
  padding: 24px;
}

.pricing-block-content-wrapper.bottom {
  background-color: #6d6d6f;
}

.subpage-header {
  padding-top: 190px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.9)), to(rgba(31, 111, 255, 0.9))), url('../images/Photo-5.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.9), rgba(31, 111, 255, 0.9)), url('../images/Photo-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.subpage-header.pricing-1 {
  margin: 34px -4px 45px 0px;
  padding: 175px 4px 0px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Photo-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Photo-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-size: 17px;
  line-height: 30px;
  text-shadow: 0 0 0 #000;
}

.white-pricing-block {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
}

.white-pricing-block.color {
  background-color: #fff;
  color: #fff;
}

.white-pricing-block.color {
  background-color: #174159;
  color: #fff;
}

.plan-tabs {
  margin-top: 40px;
}

.tab-button-right {
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.tab-button-right:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.tab-button-right.w--current {
  border-radius: 12px;
  background-color: #174159;
  color: #fff;
}

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

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

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

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

.testimony-text {
  margin-bottom: 21px;
  font-size: 25px;
  line-height: 31px;
  font-weight: 300;
}

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

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

.div-block-5 {
  margin-top: 34px;
  margin-bottom: 23px;
  padding-bottom: 0px;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.footer-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -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;
}

.section-4 {
  margin-right: 30px;
  margin-left: 30px;
}

.section-4.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.color-block-title {
  position: relative;
  z-index: 10;
  margin-bottom: 17px;
  color: #000;
  font-size: 19px;
  font-weight: 600;
}

.color-block-icon {
  position: absolute;
  top: 18px;
  right: 30px;
  z-index: 1;
  height: 40px;
  opacity: 1;
}

.blocks-row {
  margin-bottom: 20px;
}

.block-quote {
  text-align: justify;
}

.color-block-paragraph {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 19px;
}

.paragraph-7 {
  margin: 32px 30px 18px;
  font-size: 20px;
  text-align: center;
}

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

.section-description {
  margin-top: 30px;
  margin-bottom: -5px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.section-description.in-column {
  font-size: 19px;
  line-height: 26px;
}

.video-column-right {
  display: block;
}

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

.heading-4 {
  margin-top: 21px;
  margin-bottom: 18px;
  padding-top: 65px;
  text-align: center;
}

.color-block {
  position: relative;
  display: block;
  padding: 32px 32px 31px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #8f8f8f;
  text-align: left;
  text-decoration: none;
}

.section-5 {
  position: relative;
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #fff;
}

.feature-info-block {
  position: relative;
  width: 90%;
  text-align: justify;
}

.image-section-overlay {
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
  background-color: rgba(44, 46, 49, 0.7);
  background-image: url('../images/Photo-8.jpg');
  background-position: 50% 0%;
  background-size: cover;
  color: #fff;
}

.image-section-overlay.color {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000;
  background-image: none;
  opacity: 0.66;
}

.feature-info-row {
  position: static;
  display: block;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-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;
}

.feature-info-title {
  margin-top: 8px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.feature-info-paragraph {
  opacity: 0.7;
  color: #fff;
  font-size: 16px;
}

.feature-info-icon {
  height: 35px;
  margin-right: 0px;
  float: left;
  text-align: center;
}

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

.heading-5 {
  font-size: 40px;
  text-align: center;
}

.l54ist {
  margin-left: 30px;
}

.grid-7 {
  margin-right: 421px;
  margin-left: 419px;
  padding-right: 0px;
  grid-column-gap: 25px;
  grid-row-gap: 14px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 25px 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto 14px 0%;
  grid-template-rows: auto 0%;
}

.image {
  margin-left: 0px;
}

.section-6 {
  margin-bottom: 0px;
}

.grid-8 {
  margin-right: 421px;
  margin-left: 419px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.our-services-grid-3 {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ." ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3 {
  margin-right: 36px;
  margin-left: 36px;
  padding-bottom: 100px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 0.5fr 0px 0.5fr 0px 0.5fr 0px 0.5fr 0px 0.5fr 0px 0.5fr 0px 0.5fr 0px 0.5fr;
  grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-5 {
  margin-right: 121px;
  margin-left: 384px;
  grid-column-gap: 55px;
  grid-row-gap: 21px;
  grid-template-areas: ".";
  -ms-grid-columns: 1.75fr 55px 2.25fr;
  grid-template-columns: 1.75fr 2.25fr;
  -ms-grid-rows: auto 21px auto;
  grid-template-rows: auto auto;
  border: 0px solid #000;
}

.paragraph-11 {
  margin-right: 1px;
  margin-left: 1px;
  padding-right: 39px;
  padding-left: 39px;
}

.paragraph-12 {
  border: 0px none #000;
}

.div-block-6 {
  margin-bottom: 109px;
}

.text-block-6 {
  font-weight: 500;
}

.text-block-7 {
  border-radius: 3px;
  text-shadow: none;
}

.heading-6 {
  text-align: center;
  text-shadow: 1px 0 5px rgba(0, 0, 0, 0.73);
}

.paragraph-13 {
  overflow: visible;
}

.slider-sap-ac {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sap-ac.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/rebis-sap-analytics-cloud.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sap-ac.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-products-slogan {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #174159;
}

.section-products-slogan.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #e6e6e6;
}

.section-products-slogan.cc-store-home-wrap {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #d47a28;
}

.section-7 {
  margin-top: 0px;
  padding-bottom: 1px;
}

.slider-sap-repository {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sap-repository.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/rebis-sbo-repository-explorer.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sap-repository.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-8 {
  margin-top: 31px;
  margin-bottom: 39px;
}

.slider-sbop-metadata-explorer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sbop-metadata-explorer.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/rebis-SBOP-metadata-explorer.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sbop-metadata-explorer.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-sap-hana {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sap-hana.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/rebis-sap-hana.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-sap-hana.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-sap-lumira {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sap-lumira.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/rebis-sap-lumira.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-sap-lumira.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-bi-dna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-bi-dna.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/rebis-bi-dna.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-bi-dna.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-services-slogan {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #174159;
}

.section-services-slogan.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #e6e6e6;
}

.section-services-slogan.cc-store-home-wrap {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #174159;
}

.div-block-7 {
  width: 500px;
  height: 100%;
  padding: 10px 10px 0px;
  float: right;
  clear: none;
  background-color: #e9e9e9;
  text-align: left;
}

.slider-bi-advisory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-bi-advisory.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/rebis-bi-advisory.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-bi-advisory.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.slider-bi-in-a-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-bi-in-a-box.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/rebis-bi-in-box.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-bi-in-a-box.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-sap-bo-support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sap-bo-support.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/rebis-training-sac.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-sap-bo-support.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-title-2 {
  position: static;
  margin-top: 42px;
  font-size: 46px;
  line-height: 39px;
  font-weight: 300;
}

.pricing-block-price-2 {
  color: #174159;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
}

.pricing-block-price-2.subtitle {
  color: #000;
  font-size: 11px;
  line-height: 20px;
}

.pricing-block-price-2.white {
  color: #fff;
}

.pricing-feature-text-2 {
  margin-bottom: 0px;
  font-size: 11px;
}

.tab-button-right-2 {
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.tab-button-right-2:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.tab-button-right-2.w--current {
  border: 1px none transparent;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #d47a28;
  color: #000;
}

.section-prices {
  background-color: transparent;
  background-image: url('../images/Photo-5_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-prices {
  margin-top: 40px;
  margin-bottom: 0px;
  color: #174159;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
}

.section-title-3 {
  margin-top: 0px;
  font-size: 46px;
  line-height: 50px;
  font-weight: 300;
}

.section-solutions {
  height: auto;
  background-color: #d47a28;
}

.heading-solutions {
  margin-top: 40px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
}

.paragraph-section-solutions {
  margin: 32px 30px 18px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.column-5 {
  text-align: center;
}

.columns {
  margin-bottom: 50px;
}

.column-6 {
  position: static;
}

.slider-hr-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-hr-services.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/rebis-hr-services.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-hr-services.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-hr-talent {
  background-color: transparent;
  background-image: url('../images/Photo-5_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.heading-hr-solutions {
  margin-top: 40px;
  margin-bottom: 0px;
  color: #174159;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
}

.slider-sap-bo-expertise {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sap-bo-expertise.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/rebis-sap-bo-expertise.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sap-bo-expertise.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-training {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-training.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/rebis-training.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-training.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.color-social-instagram {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  margin-bottom: 4px;
  padding-top: 3px;
  border-radius: 4px;
  background-color: #4e5f97;
  text-align: center;
}

.color-social-instagram:hover {
  opacity: 0.8;
}

.color-social-instagram.twitter {
  background-color: #37a5e4;
}

.color-social-instagram.google {
  background-color: transparent;
}

.color-social-instagram.linkedin {
  background-color: #4875b4;
}

.color-social-linkedin {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  margin-bottom: 4px;
  padding-top: 3px;
  border-radius: 4px;
  background-color: #4e5f97;
  text-align: center;
}

.color-social-linkedin:hover {
  opacity: 0.8;
}

.color-social-linkedin.twitter {
  background-color: #37a5e4;
}

.color-social-linkedin.google {
  background-color: transparent;
}

.color-social-linkedin.linkedin {
  background-color: #4875b4;
}

.color-social-youtube {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  margin-bottom: 4px;
  padding-top: 3px;
  border-radius: 4px;
  background-color: #4e5f97;
  text-align: center;
}

.color-social-youtube:hover {
  opacity: 0.8;
}

.color-social-youtube.twitter {
  background-color: #37a5e4;
}

.color-social-youtube.google {
  background-color: transparent;
}

.color-social-youtube.linkedin {
  background-color: #4875b4;
}

.section-9 {
  overflow: hidden;
  width: 100%;
  height: 21%;
}

.div-block-8 {
  margin: 20px;
}

.grid-9 {
  clear: none;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-4 {
  width: 174px;
  height: 174px;
}

.image-5 {
  position: static;
  width: 174px;
  height: 174px;
}

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

.div-block-10 {
  width: 70%;
}

.image-6 {
  width: 174px;
  height: 174px;
}

.image-7 {
  width: 174px;
  height: 174px;
  margin-right: 0px;
}

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

.heading-8 {
  margin-left: -26px;
  padding-right: 0px;
  padding-left: 0px;
  border: 1px solid transparent;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.column-8 {
  height: 800px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.column-9 {
  height: 650px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.column-10 {
  height: 650px;
  min-height: 96%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.column-11 {
  height: 760px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.column-12 {
  height: 500px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.column-13 {
  height: 600px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.column-14 {
  height: 500px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.column-15 {
  padding-bottom: 35px;
}

.intro-header-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.intro-header-blog.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-left: -37px;
  background-image: url('../images/rebis-blog.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.intro-header-blog.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-cta {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section-cta.blog-intro-section {
  display: block;
  padding-bottom: 60px;
  font-weight: 700;
}

.section-cta.tint {
  padding-top: 0px;
  background-color: #f5f5f5;
  color: #174159;
}

.section-cta.tint {
  background-color: #f5f5f5;
}

.section-cta.cta-section {
  background-color: #2a323f;
  color: #fff;
}

.container-5 {
  position: relative;
}

.container-5.above-image-section {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.container-5.centered {
  text-align: center;
}

.image-8 {
  overflow: auto;
  width: 100%;
  height: 300px;
  cursor: default;
}

.text-block-8 {
  position: relative;
  left: 16px;
  top: -85px;
  width: 96.5%;
  margin-top: 0px;
  padding-top: 0px;
  clear: both;
  color: #000;
  font-size: 22px;
  text-align: left;
  letter-spacing: -3px;
  text-decoration: none;
}

.text-block-9 {
  position: relative;
  top: -65px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -2px;
}

.text-block-10 {
  position: relative;
  left: 23px;
  bottom: 245px;
  padding-top: 0px;
  float: left;
  clear: none;
  color: #fff;
  font-size: 18px;
}

.image-9 {
  height: 200px;
}

.text-block-11 {
  position: relative;
  left: 20px;
  top: 41px;
  width: 93%;
  margin-top: 0px;
  padding-top: 0px;
  color: #fff;
}

.grid-10 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-10 {
  width: 350px;
  height: 200px;
  margin-left: 0px;
  padding-left: 0px;
  float: left;
  clear: none;
}

.link-block {
  float: right;
}

.link-block.w--current {
  float: none;
  clear: none;
}

.collection-item {
  position: static;
  float: left;
  clear: none;
}

.header-blog {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  text-align: left;
}

.header-blog.w--current {
  margin-bottom: 60px;
}

.collection-list {
  margin-bottom: 61px;
  padding-bottom: 94px;
}

.text-block-12 {
  text-align: justify;
}

.image-11 {
  width: 350px;
  height: 200px;
}

.collection-item-2 {
  width: 406.25px;
  height: 211.8125px;
  margin-bottom: 140px;
  margin-left: -3px;
  padding-bottom: 0px;
}

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

.search-input {
  width: 521.65625px;
}

.grid-11 {
  grid-template-areas: ".";
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-10 {
  margin-top: -17px;
  margin-bottom: -48px;
  margin-left: 342px;
}

.search-button {
  margin-left: 378px;
  float: none;
  clear: none;
}

.search-input-2 {
  width: 200px;
  height: auto;
  margin-left: 263px;
}

.div-block-11 {
  margin-top: 41px;
  margin-bottom: 1px;
  margin-left: -20px;
  padding-top: 36px;
  padding-bottom: 0px;
}

.section-11 {
  background-color: #c9cbcf;
}

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

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

.section-12 {
  margin-top: -63px;
  padding-bottom: 0px;
}

.facebook {
  margin-bottom: 57px;
  padding-bottom: 46px;
}

.columns-3 {
  background-color: #ebebeb;
}

.blog-post-page-content {
  display: block;
  width: 60%;
  margin: -140px auto 60px;
  padding: 70px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.04);
}

.single-post-author-block {
  display: block;
  width: 70%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: left;
}

.post-author-line {
  display: block;
  width: 100%;
  height: 1px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.1);
}

.post-author-photo {
  width: 70px;
  height: 70px;
  margin-top: 0px;
  margin-right: 30px;
  float: left;
}

.post-author-name {
  font-size: 19px;
  font-weight: 600;
}

.post-author-name.description {
  display: block;
  margin-top: 8px;
  color: #afafaf;
  font-size: 17px;
  line-height: 22px;
  font-weight: 300;
}

.section-13 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}

.blog-single-post-date {
  margin-bottom: 10px;
  font-size: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.container-6 {
  opacity: 1;
}

.container-6.testimonial-container {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.subpage-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 40px;
  font-weight: 400;
}

.subpage-title.blog-post-title {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 46px;
  line-height: 49px;
  font-weight: 500;
}

.blog-post-header-overlay {
  width: 100%;
  height: 100%;
  padding-top: 230px;
  padding-bottom: 190px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
}

.section-14 {
  padding-bottom: 22px;
}

.simple-blog-post-item {
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.simple-blog-post-item.related {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.blog-post-date {
  margin-bottom: 10px;
  color: #d47a28;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-post-title-link {
  margin-bottom: 18px;
  color: #174159;
  font-size: 20px;
  font-weight: 500;
}

.blog-post-summary {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
}

.section-title-dont-miss {
  margin-bottom: 40px;
  color: #d47a28;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
}

.container-7 {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0px;
}

.section-homepage-blog {
  background-color: #f5f5f5;
}

.next {
  background-color: #000;
  color: #fff;
  font-weight: 500;
}

.heading-blog-homepage {
  margin-bottom: 40px;
  color: #d47a28;
  font-weight: 500;
  text-align: center;
}

.previous {
  background-color: #000;
  color: #fff;
  font-weight: 500;
}

.header-slider-life {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.header-slider-life.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 50px;
  margin-left: -37px;
  background-image: url('../images/life-at-rebis.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.header-slider-life.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link {
  color: #fff;
}

.link:hover {
  color: #d47a28;
}

.html-embed {
  width: 100%;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-right: 0px;
  text-align: center;
}

.text-block-13 {
  margin-bottom: 89px;
  margin-left: 0px;
  padding-left: 12px;
}

.container-8 {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.section-15 {
  padding-bottom: 30px;
}

.section-16 {
  margin-bottom: 0px;
  padding-bottom: 30px;
}

.section-17 {
  padding-bottom: 30px;
}

.columns-4 {
  padding-bottom: 0px;
}

.container-9 {
  margin-top: 41px;
  margin-bottom: 51px;
}

.header-slider-careers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.header-slider-careers.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 50px;
  margin-left: -37px;
  background-image: url('../images/Header-Site-Careers.png');
  background-position: 0px 0px;
  background-size: cover;
}

.header-slider-careers.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.content-section-block {
  max-width: 450px;
  float: left;
}

.content-section-block.left {
  width: 700px;
  padding-left: 0px;
  float: right;
}

.half-image-section {
  width: 50%;
  height: 500px;
  float: left;
  background-image: url('../images/rebis-sentiment-analysis-socialmedia.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-image-section.right {
  height: 500px;
  float: right;
  background-image: none;
}

.block-section-wrapper {
  margin-top: 0px;
}

.half-content-section {
  width: 50%;
  height: 500px;
  padding: 90px;
  float: right;
  background-color: #fff;
}

.half-content-section.left {
  height: 500px;
  padding-bottom: 10px;
  padding-left: 80px;
  float: left;
}

.intro-paragraph {
  margin-bottom: 20px;
  color: #a8a8a8;
  font-size: 17px;
  line-height: 26px;
}

.checklist-item {
  position: relative;
  margin-bottom: -3px;
  padding-left: 37px;
}

.check-icon {
  position: absolute;
  left: 0px;
  top: 2px;
  height: 15px;
}

.youtube {
  width: 100%;
  height: 500px;
}

.testimonial-name {
  color: #d47a28;
  font-size: 18px;
  font-weight: 700;
}

.testimonial-name.subtitle {
  margin-top: 5px;
  color: #b3b3b3;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
}

.testimonial-info-block {
  margin-top: 20px;
}

.testimonial-slide {
  position: relative;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.testimonial-block {
  position: relative;
  left: 0px;
  right: 0px;
  overflow: visible;
  padding-right: 40px;
  padding-left: 200px;
}

.testimonial-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 140px;
  height: 140px;
  margin-top: 8px;
  border-radius: 4px;
}

.testimonial-quote {
  font-size: 19px;
  line-height: 29px;
  font-weight: 300;
}

.testimonial-slider-arrow {
  width: 60px;
  height: 60px;
  margin-right: 30px;
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  color: #000;
  font-size: 15px;
}

.testimonial-slider-arrow:hover {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.1);
}

.testimonial-slider-2 {
  height: 200px;
  background-color: transparent;
}

.section-18 {
  margin-top: 47px;
  margin-bottom: 24px;
}

.paragraph-14 {
  margin-bottom: 25px;
}

.slider-2 {
  height: 500px;
}

.slide-4 {
  background-image: url('../images/rebis_day10.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/LFL-day-2_054.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/59457186_2149692371813503_2628660812834668544_o.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

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

.slide-8 {
  background-image: url('../images/FB_IMG_1556704472717.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.container-insta {
  width: 100%;
  height: auto;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
}

.container-insta.cc-blog-detail {
  margin-bottom: 0px;
  margin-left: 200px;
  padding-bottom: 0px;
  background-color: #fff;
}

.div-block-13 {
  background-color: #174159;
}

.section-19 {
  position: relative;
  padding-bottom: 63px;
  background-color: #fff;
}

.grid-12 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.grid-13 {
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block-14 {
  width: auto;
  height: 350px;
  padding-bottom: 0px;
  background-image: url('../images/h.PNG');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-15 {
  background-image: url('../images/f.PNG');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-16 {
  background-image: url('../images/e.PNG');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-17 {
  height: 350px;
  background-image: url('../images/d.PNG');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-18 {
  background-image: url('../images/c.PNG');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-19 {
  background-image: url('../images/b.PNG');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-20 {
  height: 350px;
  background-image: url('../images/a.PNG');
  background-position: 0px 0px;
  background-size: cover;
  cursor: pointer;
}

.html-embed-2 {
  padding-top: 180px;
}

.link-block-2 {
  height: 350px;
  background-image: url('../images/a.PNG');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-3 {
  background-image: url('../images/b.PNG');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-4 {
  height: 350px;
  background-image: url('../images/d.PNG');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-5 {
  background-image: url('../images/c.PNG');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-6 {
  height: 350px;
  background-image: url('../images/h.PNG');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-7 {
  background-image: url('../images/f.PNG');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-8 {
  background-image: url('../images/e.PNG');
  background-position: 0px 0px;
  background-size: cover;
}

.section-rebbit {
  height: 30px;
  background-color: #d47a28;
}

.section-rebbit-2 {
  height: 30px;
  background-color: #d47a28;
}

.section-biinstitute {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #174159;
}

.feature-info-title-2 {
  margin-top: 8px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 400;
}

.section-title-4 {
  margin-top: 0px;
  font-size: 46px;
  line-height: 39px;
  font-weight: 300;
}

.feature-info-paragraph-2 {
  opacity: 0.7;
  font-size: 14px;
}

.feature-info-column-2 {
  padding-right: 20px;
}

.section-description-2 {
  margin-top: 30px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}

.section-description-2.small {
  width: 70%;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
}

.image-section {
  background-color: transparent;
  background-image: url('../images/rebis-sentiment-analysis-social-media.jpg');
  background-position: 50% 55%;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
}

.feature-info-row-2 {
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-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;
}

.feature-info-icon-2 {
  height: 35px;
  margin-right: 15px;
  float: left;
}

.small-section-title {
  margin-bottom: 8px;
  opacity: 0.6;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.grid-14 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-price {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.pricing-block-tag {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 90px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 9px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #5ec045;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  text-transform: uppercase;
}

.pricing-paragraph {
  font-size: 13px;
  line-height: 22px;
}

.pricing-title {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-block-2 {
  position: relative;
  padding: 60px 40px;
  border-radius: 4px;
  background-color: #f0f4f7;
  text-align: center;
}

.pricing-block-2.image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Photo-9.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Photo-9.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.pricing-block-1 {
  position: relative;
  padding: 60px 40px;
  border-radius: 4px;
  background-color: #f0f4f7;
  text-align: center;
}

.pricing-block-1.image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Photo-8.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Photo-8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 800px;
  color: #fff;
}

.pricing-block-3 {
  position: relative;
  padding: 60px 40px;
  border-radius: 4px;
  background-color: #f0f4f7;
  text-align: center;
}

.pricing-block-3.image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Photo-12.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Photo-12.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 800px;
  color: #fff;
}

.pricing-block-4 {
  position: relative;
  padding: 60px 40px;
  border-radius: 4px;
  background-color: #f0f4f7;
  text-align: center;
}

.pricing-block-4.image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/life-at-rebis.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/life-at-rebis.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.simple-bottom-footer {
  margin-top: 45px;
  padding-top: 3px;
  padding-bottom: 10px;
  background-color: #000;
  color: #000;
}

.simple-footer {
  padding-top: 45px;
  background-color: #174159;
}

.footer-social-col-right {
  text-align: right;
}

.footer-logo-column-left {
  position: relative;
}

.footer-logo {
  color: #fff;
  font-size: 19px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-logo.subtitle {
  opacity: 0.5;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
}

.footer-small-social-icon-2 {
  height: 15px;
}

.footer-social-icon {
  width: 35px;
  height: 35px;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 5px;
  border-radius: 100%;
  background-color: #4a4f53;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.footer-social-icon:hover {
  background-color: #1f6fff;
}

.footer-inline-link {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  color: #d47a28;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.mega-nav-article-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #46465c;
}

.mega-nav-small-text {
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 19px;
}

.mega-nav-article-title {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 700;
}

.mega-nav-article-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  -webkit-transition: padding 200ms ease, background-color 200ms ease;
  transition: padding 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.mega-nav-article-link:hover {
  padding-left: 10px;
  background-color: #46465c;
}

.mega-nav-wrapper {
  position: fixed;
  left: 0px;
  top: 10vh;
  right: 0px;
  bottom: 60px;
  overflow: visible;
  width: 50%;
  height: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  opacity: 0;
}

.mega-nav-wrapper.w--open {
  position: fixed;
  left: 220px;
  right: 140px;
  bottom: 0px;
  width: 500px;
  height: 500px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  opacity: 0.98;
}

.dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  color: #fff;
  font-size: 12px;
}

.dropdown-link:hover {
  padding-left: 10px;
}

.mega-nav-arrow {
  width: 14px;
  margin-left: 5px;
}

.mega-nav-icon {
  width: 17px;
  margin-right: 8px;
  margin-bottom: 3px;
}

.mega-nav-hr {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #174159;
}

.mega-nav-article-image {
  width: 35%;
  margin-right: 10px;
  background-image: url('../images/robbie-noble-248643-unsplash_compressed.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.mega-nav-text-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.mega-nav-text-link:hover {
  color: #46465c;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mega-nav-title {
  margin-bottom: 5px;
  color: #d47a28;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mega-nav-col {
  overflow: auto;
  height: auto;
  min-width: 33.33%;
  padding: 20px 20px 0px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mega-nav-col.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-width: 20%;
  padding: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.mega-nav-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  opacity: 1;
  color: #fff;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: transparent;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

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

.nav-link:active {
  background-color: #424266;
}

.nav-link:focus {
  background-color: #313149;
  color: #fff;
}

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

.nav-link.w--current:hover {
  background-color: #3e3e5c;
  color: #fff;
}

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

.mega-nav-button {
  border-radius: 3px;
  background-color: #232335;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.43);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 12px;
}

.mega-nav-button:hover {
  background-color: #46465c;
}

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

.dropdown-link-mega {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 20px;
}

.section-20 {
  background-color: #174159;
  background-image: url('../images/rebis-hr-services_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.heading-training {
  color: #d47a28;
  font-weight: 600;
}

.cta-training-paragraph {
  color: #000;
  font-size: 22px;
  line-height: 30px;
}

.div-block-21 {
  position: static;
  margin: 0px auto;
  padding: 0px 20px 220px;
  background-color: #e6e6e6;
}

.label-training {
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #d47a28;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label-training.cc-styleguide-label {
  margin-bottom: 25px;
}

.label-training.cc-light {
  opacity: 0.6;
  color: #000107;
}

.label-training.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.label-training.cc-light {
  opacity: 0.6;
}

.need-info {
  color: #f712e7;
  font-weight: 600;
}

.slider-case-studies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-case-studies.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/rebis-hr-services_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-case-studies.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-case-studies {
  margin: -44px 0px 0px;
  padding-bottom: 20px;
  background-color: #d47a28;
}

.section-case-studies.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #e6e6e6;
}

.section-case-studies.cc-home-wrap {
  margin-top: 0px;
  padding-bottom: 0px;
}

.section-case-studies.cc-store-home-wrap {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 4px;
  background-color: #d47a28;
}

.motto-wrap-casestudies {
  width: 100%;
  margin: 44px auto 34px;
  padding-top: 0px;
  text-align: center;
}

.subheading-casestudies {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.slider-sentiment-analysis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sentiment-analysis.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-color: #000;
  background-image: url('../images/rebis-sentiment-analysis.jpg');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 1;
}

.slider-sentiment-analysis.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-sentimentanalysis {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.section-sentimentanalysis.blog-intro-section {
  display: block;
  padding-bottom: 60px;
  font-weight: 700;
}

.section-sentimentanalysis.tint {
  background-color: #f5f5f5;
}

.container-sa {
  width: 100%;
  height: auto;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-sa.cc-blog-detail {
  margin-bottom: 0px;
  margin-left: 200px;
  padding-bottom: 0px;
  background-color: #fff;
}

.heading-sa {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.sub-heading-sa {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #000;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.slider-case-studies-retail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-case-studies-retail.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/Photo-8.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-case-studies-retail.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.accordion-item {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.content-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper.slim {
  max-width: 940px;
  padding-top: 31px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.icon-6.accordion-icon {
  color: rgba(0, 0, 0, 0.6);
  font-size: 32px;
  line-height: 30px;
  cursor: pointer;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-center-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  line-height: 30px;
  cursor: pointer;
}

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

.accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
}

.image-section-overlay-biinstitute {
  width: 100%;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 105px;
  background-color: rgba(44, 46, 49, 0.7);
  background-image: url('../images/Photo-8.jpg');
  background-position: 50% 0%;
  background-size: cover;
  color: #fff;
}

.image-section-overlay-biinstitute.color {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000;
  background-image: none;
  opacity: 0.66;
}

.image-section-bi {
  background-color: transparent;
  background-image: url('../images/Photo-9.jpg');
  background-position: 50% 55%;
  background-size: cover;
  background-attachment: scroll;
  opacity: 1;
}

.subheading-homepage-copy {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 37px;
  font-weight: 400;
  text-transform: none;
}

.link-courses {
  margin-bottom: 10px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #174159;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.block-section-wrapper-rebbit {
  margin-top: 0px;
}

.half-content-section-rebbit {
  width: 50%;
  height: 500px;
  padding: 90px;
  float: right;
  background-color: #fff;
}

.half-content-section-rebbit.left {
  height: 800px;
  padding-bottom: 40px;
  padding-left: 80px;
  float: left;
}

.half-image-section-rebbit {
  width: 50%;
  height: 500px;
  float: left;
  background-image: url('../images/rebis-sentiment-analysis-socialmedia.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.half-image-section-rebbit.right {
  height: 500px;
  float: right;
  background-image: none;
}

.video-lightbox-icon {
  height: 25px;
}

.column-16 {
  left: 48px;
  padding-right: 12px;
  padding-left: 28px;
  background-color: #fff;
  opacity: 1;
  color: #fff;
}

.hero-left-block {
  width: 480px;
  padding-right: 42px;
  float: left;
}

.video-lightbox-image-block {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/Photo-6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/Photo-6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.video-lightbox-image-block.small-hero {
  background-image: url('../images/Photo-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.video-lightbox-button {
  position: absolute;
  left: 0px;
  top: 53%;
  right: 0px;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-left: 2px;
  border-radius: 100%;
  background-color: #5ec045;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
}

.video-lightbox-button:hover {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, -50%) scale(1.2);
  -ms-transform: translate(0px, -50%) scale(1.2);
  transform: translate(0px, -50%) scale(1.2);
}

.hero-title-large {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
  text-shadow: 1px 1px 6px #313131;
}

.overall-video-lightbox {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 230px;
  border-radius: 4px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
}

.overall-video-lightbox.hero-small {
  width: 250px;
  height: 161px;
  margin-top: 38px;
}

.image-hero {
  background-color: #0f1011;
  background-image: url('../images/Photo-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.image-hero.download {
  padding-top: 190px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Photo-9_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Photo-9_1.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.hero-description {
  color: #a3aab8;
}

.hero-description.light {
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  font-weight: 300;
}

.logo {
  height: 40px;
  margin-top: 3px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 40px;
  padding-bottom: 45px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: transparent;
}

.dropdown-icon {
  margin-right: 10px;
  opacity: 0.4;
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.nav-menu {
  z-index: 1;
  margin-top: 5px;
  border-radius: 4px;
}

.dropdown-list.w--open {
  overflow: hidden;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.nav-link-2 {
  margin-right: 3px;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-size: 13px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link-2:hover {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.nav-link-2.dropdown-toggle {
  padding-right: 30px;
}

.nav-link-2.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-link-2.dropdown-toggle.light {
  padding-right: 30px;
}

.nav-link-2.light {
  margin-right: 2px;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  color: #fff;
}

.nav-link-2.light:hover {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.nav-link-2.light.w--current {
  border-color: hsla(0, 0%, 100%, 0.2);
}

.dropdown-link-4 {
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 13px;
}

.dropdown-link-4:hover {
  background-color: #1f6fff;
  color: #fff;
}

.dropdown-link-4.w--current {
  color: #1f6fff;
}

.dropdown-link-4.w--current:hover {
  color: #fff;
}

.section-landing-page-nav {
  position: absolute;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-form-sapbo {
  width: 500px;
  margin-right: -87px;
  padding: 45px 20px 50px;
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
  background-color: transparent;
}

.h2-hero-title-large {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-weight: 400;
}

.div-block-22 {
  width: 600px;
  border-radius: 20px;
  background-color: #e6e6e6;
}

.heading-11 {
  padding-top: 18px;
  color: #d47a28;
  font-weight: 400;
  text-align: center;
}

.html-embed-3 {
  padding-right: 58px;
  padding-bottom: 20px;
  padding-left: 60px;
  text-align: left;
}

.info-row {
  margin-top: 20px;
}

.info-title {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 700;
}

.info-block {
  width: 97%;
  float: left;
}

.devices-mockup-right {
  position: absolute;
  top: 109px;
  right: -200px;
  height: 600px;
}

.info-block-left {
  width: 56%;
}

.info-icon {
  height: 17px;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 10px;
  float: left;
}

.container-10 {
  padding-top: 60px;
}

.dark-cta-title {
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-size: 22px;
  line-height: 33px;
  font-weight: 300;
}

.section-tailor {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section-tailor.blog-intro-section {
  display: block;
  padding-bottom: 60px;
  font-weight: 700;
}

.section-tailor.tint {
  padding-top: 0px;
  background-color: #f5f5f5;
  color: #174159;
}

.section-tailor.tint {
  background-color: #f5f5f5;
}

.section-tailor.cta-section {
  background-color: #2a323f;
  color: #fff;
}

.footer-landing {
  padding-top: 45px;
  background-color: #174159;
}

.footer-inline-link-2 {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  color: #d47a28;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.color-social-facebook {
  width: 30px;
  height: 30px;
  margin-right: 2px;
  margin-bottom: 4px;
  padding-top: 3px;
  border-radius: 4px;
  background-color: transparent;
  text-align: center;
}

.color-social-facebook:hover {
  opacity: 0.8;
}

.color-social-facebook.twitter {
  background-color: transparent;
}

.color-social-facebook.google {
  background-color: #0077b5;
}

.color-social-facebook.linkedin {
  background-color: #4875b4;
}

.footer-white-paragraph {
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
}

.list-4 {
  margin-top: 35px;
  color: #fff;
}

.paragraph-15 {
  margin-top: 19px;
  color: #fff;
  text-align: center;
}

.section-21 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section-21.contact-us-section {
  padding-top: 55px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}

.image-12 {
  margin-left: 100px;
  padding-left: 0px;
}

.dropdown-toggle-2 {
  padding-right: 20px;
}

.icon-7 {
  margin-right: 0px;
}

.slider-sap-bw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sap-bw.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/rebis-sap-bw-4hana.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sap-bw.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-9 {
  height: 350px;
  background-image: url('../images/REBBIT-Summer-2019.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-blok-10 {
  background-image: url('../images/REBBIT-Autumn-2019.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-0 {
  height: 60vh;
  padding-bottom: 80px;
  background-image: url('../images/Untitled-design.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.slider-sap-rex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sap-rex.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/sac-rex.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sap-rex.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.subheading-homepage-sap-rex {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
}

.slider-sac {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sac.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/Untitled-design.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sac.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.slider-sap-fiori {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sap-fiori.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/rebis-sap-fiori_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-sap-fiori.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-sap-bo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sap-bo.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/rebis-sap-businessobjects.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-sap-bo.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-sentiment {
  height: 60vh;
  padding-bottom: 80px;
  background-image: url('../images/rebis-sentiment.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-13 {
  padding-bottom: 17px;
  padding-left: 0px;
}

.div-block-23 {
  margin-top: 10px;
  margin-right: 100px;
  margin-left: 100px;
}

.slider-sap-partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-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-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sap-partner.cc-subpage {
  height: 480px;
  margin-right: -31px;
  margin-bottom: 0px;
  margin-left: -37px;
  background-image: url('../images/sap-silver-partner-rebis.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-sap-partner.cc-subpage.contactus {
  background-image: url('../images/rebis-contactos-lisboa.png');
  background-position: 50% 50%;
  background-size: cover;
}

.link-blok-11 {
  background-image: url('../images/rebbit10.png');
  background-position: 0px 0px;
  background-size: cover;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.cc-cta-newsletter {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.cc-cta-newsletter-copy {
    padding-right: 0px;
    padding-left: 0px;
  }
  .styleguide-block {
    text-align: center;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button.cc-contact-us {
    display: none;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
  }
  .menu {
    position: static;
    width: 60%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .navigation-wrap {
    position: relative;
    overflow: visible;
    margin-right: 0px;
    clear: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-color: #fff;
  }
  .navigation {
    position: relative;
    left: 13px;
    top: auto;
    right: 1px;
    display: block;
    overflow: visible;
    width: 100%;
    padding: 25px 30px;
    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;
  }
  .navigation-item {
    margin-left: 0px;
    padding: 15px 30px;
    clear: none;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: left;
  }
  .navigation-item:hover {
    background-color: #f7f8f9;
  }
  .navigation-item:active {
    background-color: #eef0f3;
  }
  .menu-button {
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .menu-button.menu-icon {
    width: 40px;
    height: 30px;
    margin-right: 0px;
    margin-left: 200px;
    padding-right: 0px;
    background-image: url('../images/menu-icon_1menu-icon.png');
    background-position: 0% 0%;
    background-size: cover;
  }
  .logo-image {
    display: block;
    width: auto;
  }
  .navigation-items {
    margin-left: 0px;
    background-color: #fff;
  }
  .cta-text {
    width: auto;
  }
  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }
  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }
  .service-icon {
    display: inline-block;
  }
  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .get-in-touch-form {
    text-align: left;
  }
  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-members {
    grid-column-gap: 20px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .team-member-title-wrap {
    margin-bottom: 30px;
  }
  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .blog-detail-header-wrap {
    width: 70%;
  }
  .detail-header-image {
    height: 460px;
  }
  .blog-item {
    width: 80%;
  }
  .blog-preview-image {
    height: 460px;
  }
  .blog-summary-wrap {
    width: 100%;
  }
  .about-grid {
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .about-grid.cc-about-2 {
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .intro-text {
    width: auto;
  }
  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }
  .blog-posts-list {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .section-services-homepage.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-home-slogan.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-footer.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-jumbo-2 {
    font-size: 56px;
    line-height: 70px;
  }
  .service-icon-2 {
    display: inline-block;
  }
  .our-services-grid-2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }
  .about-grid-2 {
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }
  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }
  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }
  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }
  .pricing-feature-item {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .pricing-feature-text {
    font-size: 12px;
  }
  .button-3.white-pricing-button {
    padding-right: 15px;
    padding-left: 15px;
  }
  .button-3.white-pricing-button {
    padding-right: 15px;
    padding-left: 15px;
  }
  .button-3.pricing-button {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 11px;
    line-height: 17px;
  }
  .button-3.cta-button {
    width: 30%;
    margin-top: 15px;
  }
  .subpage-header {
    padding: 140px 45px 60px;
  }
  .section-4.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .color-block-title {
    margin-bottom: 11px;
    font-size: 15px;
  }
  .color-block-icon {
    top: 20px;
    right: 20px;
    height: 30px;
  }
  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }
  .section-description.in-column {
    font-size: 18px;
    line-height: 25px;
  }
  .color-block {
    padding: 25px;
  }
  .section-5 {
    padding: 45px;
  }
  .image-section-overlay {
    padding: 90px 45px;
  }
  .image-section-overlay.color {
    padding: 90px 45px;
  }
  .feature-info-title {
    margin-top: 0px;
    font-size: 17px;
  }
  .feature-info-paragraph {
    text-align: left;
  }
  .our-services-grid-3 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ." ". ." ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }
  .section-products-slogan.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-services-slogan.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-title-2 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }
  .pricing-feature-text-2 {
    font-size: 12px;
  }
  .section-title-3 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }
  .section-cta {
    padding: 45px;
  }
  .section-cta.tint.overflow-none {
    padding-top: 45px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .header-blog {
    height: 460px;
  }
  .blog-post-page-content {
    width: 90%;
    padding: 50px;
  }
  .subpage-title.blog-post-title {
    width: 90%;
    font-size: 40px;
  }
  .blog-post-header-overlay {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .icon-3 {
    margin-right: 45px;
  }
  .icon-4 {
    margin-right: 45px;
  }
  .section-15 {
    padding-bottom: 20px;
  }
  .content-section-block.left {
    margin-right: 117px;
    margin-left: 0px;
  }
  .half-image-section {
    height: 470px;
  }
  .half-image-section.right {
    position: static;
    width: 100%;
  }
  .block-section-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .half-content-section {
    height: 470px;
    padding: 45px 35px 45px 45px;
  }
  .half-content-section.left {
    width: 100%;
    margin-left: 0px;
    padding-left: 80px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .intro-paragraph {
    font-size: 15px;
    line-height: 25px;
  }
  .checklist-item {
    margin-bottom: -5px;
    font-size: 13px;
  }
  .testimonial-block {
    padding-right: 0px;
  }
  .testimonial-quote {
    font-size: 15px;
  }
  .testimonial-slider-arrow {
    width: 30px;
    height: 30px;
    margin-right: -20px;
    margin-left: -20px;
    font-size: 13px;
  }
  .section-19 {
    padding-bottom: 0px;
  }
  .html-embed-2 {
    margin-left: 0px;
    padding-left: 0px;
  }
  .feature-info-title-2 {
    margin-top: 0px;
    font-size: 17px;
  }
  .section-title-4 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }
  .feature-info-paragraph-2 {
    text-align: left;
  }
  .section-description-2 {
    margin-top: 20px;
    font-size: 19px;
  }
  .section-description-2.small {
    width: 80%;
  }
  .portfolio-item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .pricing-price {
    font-size: 34px;
    line-height: 30px;
  }
  .pricing-block-2 {
    padding: 50px 30px 30px;
  }
  .pricing-block-1 {
    padding: 50px 30px 30px;
  }
  .pricing-block-3 {
    padding: 50px 30px 30px;
  }
  .pricing-block-4 {
    padding: 50px 30px 30px;
  }
  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }
  .section-case-studies.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-sentimentanalysis {
    padding: 45px;
  }
  .block-section-wrapper-2 {
    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;
  }
  .image-section-overlay-biinstitute {
    padding: 90px 45px;
  }
  .image-section-overlay-biinstitute.color {
    padding: 90px 45px;
  }
  .block-section-wrapper-rebbit {
    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;
  }
  .half-content-section-rebbit {
    height: 470px;
    padding: 45px 35px 45px 45px;
  }
  .half-content-section-rebbit.left {
    width: 100%;
    margin-left: 0px;
    padding-left: 80px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .half-image-section-rebbit {
    height: 470px;
  }
  .half-image-section-rebbit.right {
    position: static;
    width: 100%;
  }
  .hero-left-block {
    width: 390px;
  }
  .hero-title-large {
    font-size: 36px;
    line-height: 44px;
  }
  .image-hero.download {
    padding: 140px 45px 50px;
  }
  .transparant-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: center;
  }
  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .transparant-menu-button.w--open {
    background-color: #000;
  }
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .dropdown-icon {
    margin-right: 30px;
  }
  .dropdown {
    width: 100%;
    max-width: 1500px;
  }
  .nav-menu {
    margin-top: 0px;
    border-radius: 0px;
    background-color: #292c31;
  }
  .dropdown-list.w--open {
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0 0 transparent;
  }
  .nav-link-2 {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 35px;
    border-radius: 0px;
    color: #fff;
  }
  .nav-link-2:hover {
    background-color: #000;
    color: #fff;
  }
  .nav-link-2.dropdown-toggle {
    color: #fff;
  }
  .nav-link-2.light {
    width: 100%;
    max-width: 1500px;
    margin-right: 0px;
    padding-right: 35px;
    padding-left: 35px;
    border-color: transparent;
    border-radius: 0px;
  }
  .nav-link-2.light:hover {
    background-color: #000;
  }
  .nav-link-2.light.w--current {
    border-color: transparent;
  }
  .dropdown-link-4 {
    padding-left: 35px;
  }
  .h2-hero-title-large {
    font-size: 36px;
    line-height: 44px;
  }
  .devices-mockup-right {
    top: -21px;
    right: -408px;
  }
  .info-icon {
    height: 14px;
    margin-right: 4px;
  }
  .dark-cta-title {
    width: 60%;
  }
  .section-tailor {
    padding: 45px;
  }
  .section-tailor.tint.overflow-none {
    padding-top: 45px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .footer-inline-link-2 {
    margin-right: 9px;
    font-size: 12px;
  }
  .section-21 {
    padding: 45px;
  }
  .cards-grid-container {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-cta {
    padding: 15px;
  }
  .section.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-cta-newsletter {
    padding: 15px;
  }
  .section.cc-cta-newsletter-copy {
    padding: 15px;
  }
  .container {
    text-align: center;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .subheading-homepage {
    font-size: 30px;
    line-height: 52px;
  }
  .logo-link {
    padding-left: 0px;
  }
  .menu {
    width: auto;
    margin-right: 60px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navigation {
    padding: 20px 30px;
  }
  .menu-button {
    padding-left: 0px;
  }
  .menu-button.menu-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 1px;
    margin-left: 200px;
  }
  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .intro-content {
    width: 80%;
  }
  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }
  .contact-form-wrap {
    padding: 30px;
  }
  .text-field.cc-contact-field {
    text-align: left;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }
  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }
  .project-name-wrap {
    margin-bottom: 30px;
  }
  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }
  .detail-image {
    margin-bottom: 15px;
  }
  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .blog-item {
    width: 90%;
    max-width: 470px;
  }
  .blog-summary-wrap {
    text-align: center;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .light-footer-link {
    margin-bottom: 4px;
  }
  .rebis-footer-title {
    margin-bottom: 10px;
  }
  .white-footer-column {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .bottom-footer-paragraph {
    margin-bottom: 7px;
    float: none;
  }
  .bottom-footer-paragraph.dark {
    float: none;
  }
  .bottom-footer-paragraph.right {
    float: none;
  }
  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer-row.white-footer-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bottom-footer-block.white-footer-block {
    margin-top: 0px;
  }
  .blog-posts-list {
    display: block;
  }
  .image-blog-post-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cta-homepage {
    font-size: 30px;
    line-height: 52px;
  }
  .section-services-homepage {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-services-homepage.cc-cta {
    padding: 15px;
  }
  .section-services-homepage.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-services-homepage.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .team-pic-jorgesousa {
    height: 300px;
    margin-bottom: 30px;
  }
  .team-pic-nunoferreira {
    height: 300px;
    margin-bottom: 30px;
  }
  .team-pic-nuno-nogueira {
    height: 300px;
    margin-bottom: 30px;
  }
  .heading-page {
    font-size: 30px;
    line-height: 52px;
  }
  .container-home-services {
    text-align: center;
  }
  .section-home-slogan {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-home-slogan.cc-cta {
    padding: 15px;
  }
  .section-home-slogan.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-home-slogan.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .container-home-slogan {
    text-align: center;
  }
  .section-footer {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-footer.cc-cta {
    padding: 15px;
  }
  .section-footer.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-footer.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .paragraph-bigger-2 {
    font-size: 16px;
    line-height: 28px;
  }
  .heading-jumbo-2 {
    font-size: 50px;
    line-height: 64px;
  }
  .container-4 {
    text-align: center;
  }
  .our-services-grid-2 {
    grid-row-gap: 60px;
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .heading-jumbo-small-2 {
    font-size: 30px;
    line-height: 52px;
  }
  .pricing-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }
  .section-title-wrapper.full {
    margin-bottom: 30px;
  }
  .section-title-wrapper.full {
    margin-bottom: 30px;
  }
  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .pricing-tab-pane {
    padding-top: 30px;
  }
  .button-3.pricing-button {
    margin-top: 10px;
  }
  .button-3.cta-button {
    width: 50%;
    float: none;
  }
  .subpage-header {
    padding: 110px 25px 40px;
  }
  .section-3 {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .section-4 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-4.cc-cta {
    padding: 15px;
  }
  .blocks-row {
    margin-bottom: 0px;
  }
  .text-left {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .block-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .video-column-right {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-5 {
    padding: 25px;
  }
  .image-section-overlay {
    padding: 60px 25px;
  }
  .image-section-overlay.color {
    padding: 25px;
  }
  .feature-info-row {
    margin-top: 0px;
  }
  .feature-info-title {
    margin-bottom: 13px;
  }
  .feature-info-icon {
    margin-top: -12px;
  }
  .feature-info-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .our-services-grid-3 {
    grid-row-gap: 60px;
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .section-products-slogan {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-products-slogan.cc-cta {
    padding: 15px;
  }
  .section-products-slogan.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-products-slogan.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-services-slogan {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-services-slogan.cc-cta {
    padding: 15px;
  }
  .section-services-slogan.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-services-slogan.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .section-title-3 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .section-cta {
    padding: 25px;
  }
  .section-cta.tint.overflow-none {
    padding-top: 25px;
  }
  .section-cta.cta-section {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
  }
  .container-5.above-image-section {
    margin-bottom: -130px;
  }
  .blog-post-page-content {
    width: 100%;
    margin-bottom: 40px;
    padding: 25px;
  }
  .single-post-author-block {
    width: 100%;
  }
  .post-author-name.description {
    font-size: 15px;
  }
  .blog-single-post-date {
    width: 90%;
  }
  .container-6.testimonial-container {
    position: relative;
    top: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .subpage-title {
    font-size: 30px;
  }
  .subpage-title.blog-post-title {
    font-size: 32px;
    line-height: 39px;
  }
  .blog-post-header-overlay {
    padding-top: 140px;
  }
  .simple-blog-post-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blog-post-date {
    width: 90%;
  }
  .icon-3 {
    margin-right: 45px;
    color: #6d6d6f;
  }
  .icon-4 {
    margin-right: 45px;
    color: #6d6d6f;
  }
  .content-section-block.left {
    float: none;
  }
  .half-image-section {
    width: 100%;
    height: 250px;
  }
  .half-content-section {
    width: 100%;
    height: auto;
    padding: 25px;
  }
  .half-content-section.left {
    border-top: 1px solid #ececec;
  }
  .testimonial-block {
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
  .testimonial-image {
    position: static;
    display: block;
    width: 90px;
    height: 90px;
    margin: 0px auto 10px;
  }
  .testimonial-quote {
    font-size: 14px;
    line-height: 22px;
  }
  .testimonial-slider-2 {
    height: auto;
  }
  .container-insta {
    text-align: center;
  }
  .feature-info-title-2 {
    margin-bottom: 13px;
  }
  .section-title-4 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .feature-info-column-2 {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .section-description-2.small {
    width: 100%;
    font-size: 18px;
  }
  .feature-info-row-2 {
    margin-top: 0px;
  }
  .feature-info-icon-2 {
    margin-top: -12px;
  }
  .portfolio-item {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .pricing-price {
    margin-bottom: 20px;
  }
  .pricing-block-2 {
    padding: 30px;
  }
  .pricing-block-2.image {
    padding-top: 50px;
  }
  .pricing-block-1 {
    padding: 30px;
  }
  .pricing-block-1.image {
    padding-top: 50px;
  }
  .pricing-block-3 {
    padding: 30px;
  }
  .pricing-block-3.image {
    padding-top: 50px;
  }
  .pricing-block-4 {
    padding: 30px;
  }
  .pricing-block-4.image {
    padding-top: 50px;
  }
  .simple-bottom-footer {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
  }
  .footer-menu-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .footer-social-col-right {
    padding-top: 10px;
    padding-left: 0px;
    text-align: left;
  }
  .footer-logo-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mega-nav-wrapper.w--open {
    overflow: auto;
    height: 60vh;
  }
  .mega-nav-col {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mega-nav-col.logo {
    width: 100%;
    height: auto;
    padding: 40px 25%;
  }
  .mega-nav-flex-row {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-link {
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
  }
  .nav-link.w--open {
    border-bottom: 1px solid #40405f;
  }
  .mobile-nav-text {
    display: inline-block;
    margin-right: 10px;
  }
  .icon-5 {
    position: static;
    display: inline-block;
    margin-right: 0px;
  }
  .section-case-studies {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-case-studies.cc-cta {
    padding: 15px;
  }
  .section-case-studies.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section-case-studies.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .subheading-casestudies {
    font-size: 30px;
    line-height: 52px;
  }
  .section-sentimentanalysis {
    padding: 25px;
  }
  .container-sa {
    text-align: center;
  }
  .heading-sa {
    font-size: 30px;
    line-height: 52px;
  }
  .sub-heading-sa {
    font-size: 30px;
    line-height: 52px;
  }
  .accordion-item-content {
    margin-right: 0px;
  }
  .image-section-overlay-biinstitute {
    padding: 60px 25px;
  }
  .image-section-overlay-biinstitute.color {
    padding: 25px;
  }
  .subheading-homepage-copy {
    font-size: 30px;
    line-height: 52px;
  }
  .half-content-section-rebbit {
    width: 100%;
    height: auto;
    padding: 25px;
  }
  .half-content-section-rebbit.left {
    border-top: 1px solid #ececec;
  }
  .half-image-section-rebbit {
    width: 100%;
    height: 250px;
  }
  .hero-left-block {
    width: 100%;
  }
  .hero-title-large {
    font-size: 31px;
    line-height: 38px;
  }
  .overall-video-lightbox.hero-small {
    width: 100%;
    height: 190px;
    margin-top: 30px;
  }
  .image-hero.download {
    padding: 110px 25px 40px;
  }
  .logo {
    height: 30px;
    margin-top: 10px;
  }
  .transparant-menu-button {
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .nav-link-2 {
    padding-left: 25px;
  }
  .nav-link-2.light {
    padding-right: 25px;
    padding-left: 25px;
  }
  .dropdown-link-4 {
    padding-left: 25px;
  }
  .contact-form-sapbo {
    padding: 30px;
  }
  .h2-hero-title-large {
    font-size: 31px;
    line-height: 38px;
  }
  .info-row {
    margin-top: 0px;
  }
  .info-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .devices-mockup-right {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    height: auto;
  }
  .info-block-left {
    width: 100%;
  }
  .info-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dark-cta-title {
    width: 100%;
    float: none;
  }
  .section-tailor {
    padding: 25px;
  }
  .section-tailor.tint.overflow-none {
    padding-top: 25px;
  }
  .section-tailor.cta-section {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
  }
  .section-21 {
    padding: 25px;
  }
  .feature-section {
    padding: 40px 20px;
  }
  .flex-container {
    -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 {
    margin-right: auto;
    margin-left: auto;
  }
  .subheading-homepage-sap-rex {
    font-size: 30px;
    line-height: 52px;
  }
  .cards-section {
    padding: 40px 20px;
  }
  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .section.cc-cta {
    position: relative;
    left: 0px;
    width: auto;
    height: 20%;
  }
  .section.cc-cta-newsletter {
    position: relative;
    left: 0px;
    width: auto;
    height: 20%;
  }
  .section.cc-cta-newsletter-copy {
    position: relative;
    left: 0px;
    width: auto;
    height: 20%;
  }
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }
  .menu {
    width: auto;
    margin-right: 53px;
    margin-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navigation-wrap {
    overflow: visible;
    margin-right: 0px;
    clear: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .navigation {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.menu-icon {
    width: 40px;
    height: 40px;
    min-height: 0px;
    min-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    clear: right;
    background-image: url('../images/menu-icon_1menu-icon.png');
    background-size: cover;
  }
  .logo-image {
    position: static;
    overflow: visible;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .footer-wrap {
    width: 100%;
  }
  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .status-message.cc-no-data {
    width: 100%;
  }
  .contact-form-grid {
    width: 100%;
    grid-column-gap: 101px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .our-contacts {
    width: 90%;
  }
  .team-members {
    grid-template-areas: "." "." "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .project-details-grid {
    width: 100%;
  }
  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }
  .blog-item {
    width: 100%;
    max-width: none;
  }
  .white-footer-column {
    padding-bottom: 10px;
  }
  .bottom-footer-paragraph.right.dark {
    margin-top: 10px;
  }
  .footer-row {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-header {
    font-size: 40px;
  }
  .text-slider {
    text-align: center;
  }
  .blog-posts-list.related {
    padding-right: 25px;
    padding-left: 25px;
  }
  .team-pic-jorgesousa {
    background-position: 50% 0%;
  }
  .team-pic-nunoferreira {
    background-position: 50% 0%;
  }
  .team-pic-nuno-nogueira {
    background-size: 100% 100%;
  }
  .header-slider-about.cc-subpage {
    background-image: url('../images/rebis-we-care-challendge-lead-inspire.jpg');
    background-position: 60% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .container-home-slogan {
    position: relative;
    left: auto;
    right: 0px;
  }
  .section-footer {
    position: relative;
    left: 0px;
  }
  .heading-jumbo-2 {
    font-size: 36px;
    line-height: 48px;
  }
  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .section-title {
    font-size: 25px;
    line-height: 26px;
  }
  .pricing-tab-pane {
    padding-top: 20px;
  }
  .button-3 {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }
  .button-3.cta-button {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }
  .plan-tabs {
    margin-top: 0px;
  }
  .tab-button-right {
    border-width: 1px;
    border-radius: 60px;
    text-align: center;
  }
  .tab-button-right.w--current {
    border-radius: 60px;
  }
  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }
  .section-description.in-column {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .color-block {
    padding: 20px;
  }
  .section-5 {
    padding: 25px;
  }
  .image-section-overlay {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .image-section-overlay.color {
    padding: 20px;
  }
  .feature-info-title {
    margin-bottom: 12px;
  }
  .feature-info-icon {
    height: 25px;
    margin-top: -3px;
  }
  .section-services-slogan.cc-store-home-wrap {
    width: 100%;
    margin-left: 0px;
  }
  .div-block-7 {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .section-title-2 {
    font-size: 25px;
    line-height: 26px;
  }
  .tab-button-right-2 {
    border-width: 1px;
    border-radius: 60px;
    text-align: center;
  }
  .tab-button-right-2.w--current {
    border-radius: 60px;
  }
  .section-title-3 {
    font-size: 25px;
    line-height: 26px;
  }
  .icon {
    margin-bottom: 140.5px;
  }
  .icon-2 {
    margin-bottom: 140.5px;
  }
  .columns-2 {
    position: relative;
    left: 0px;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-left: 0px;
  }
  .section-cta {
    padding: 25px;
  }
  .section-cta.tint.overflow-none {
    padding: 20px;
  }
  .container-5.above-image-section {
    margin-bottom: 0px;
  }
  .container-5.download-hero {
    margin-top: 122px;
  }
  .blog-post-page-content {
    margin-top: 0px;
    padding-bottom: 15px;
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px;
    line-height: 22px;
  }
  .single-post-author-block {
    margin-top: 20px;
    padding-top: 0px;
  }
  .post-author-line {
    margin-bottom: 20px;
  }
  .post-author-photo {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .post-author-name {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 20px;
  }
  .post-author-name.description {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
  }
  .blog-single-post-date {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 13px;
  }
  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }
  .subpage-title.blog-post-title {
    width: 90%;
    font-size: 23px;
    line-height: 29px;
  }
  .blog-post-header-overlay {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .blog-post-date {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 13px;
  }
  .header-slider-life.cc-subpage {
    background-image: url('../images/rebis-we-care-challendge-lead-inspire.jpg');
    background-position: 60% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .icon-3 {
    width: 6%;
    height: 20%;
  }
  .icon-4 {
    margin-right: 47px;
  }
  .header-slider-careers.cc-subpage {
    background-image: url('../images/rebis-we-care-challendge-lead-inspire.jpg');
    background-position: 60% 50%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .content-section-block.left {
    width: 300px;
    margin-left: -278px;
    padding-left: 0px;
  }
  .half-content-section.left {
    margin-right: 0px;
    margin-left: 213px;
  }
  .intro-paragraph {
    line-height: 23px;
  }
  .testimonial-block {
    padding-right: 30px;
    padding-left: 30px;
  }
  .testimonial-image {
    width: 70px;
    height: 70px;
  }
  .testimonial-quote {
    font-size: 13px;
    line-height: 20px;
  }
  .testimonial-slider-arrow {
    margin-right: -10px;
    margin-left: -10px;
  }
  .paragraph-14 {
    padding-right: 15px;
    padding-left: 4px;
  }
  .grid-13 {
    position: static;
    display: none;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
  }
  .feature-info-title-2 {
    margin-bottom: 12px;
  }
  .section-title-4 {
    font-size: 25px;
    line-height: 26px;
  }
  .feature-info-column-2.last {
    padding-bottom: 0px;
  }
  .section-description-2 {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }
  .section-description-2.small {
    width: 100%;
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
  }
  .feature-info-icon-2 {
    height: 25px;
    margin-top: -3px;
  }
  .small-section-title {
    font-size: 11px;
    line-height: 21px;
  }
  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }
  .simple-footer {
    padding-top: 35px;
  }
  .footer-social-col-right {
    text-align: center;
  }
  .footer-logo-column-left {
    padding-bottom: 10px;
  }
  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }
  .mega-nav-article-image {
    width: 40%;
  }
  .dropdown-link-3 {
    z-index: auto;
    display: block;
    width: 260px;
    height: 60px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
    clear: none;
    line-height: 15px;
    text-align: left;
    letter-spacing: 1px;
    text-indent: 0px;
  }
  .section-sentimentanalysis {
    padding: 25px;
  }
  .header-center-box._75 {
    width: 90%;
  }
  .image-section-overlay-biinstitute {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .image-section-overlay-biinstitute.color {
    padding: 20px;
  }
  .half-content-section-rebbit.left {
    margin-right: 0px;
    margin-left: 213px;
  }
  .video-lightbox-icon {
    height: 20px;
  }
  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }
  .hero-title-large {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }
  .overall-video-lightbox {
    height: 140px;
  }
  .overall-video-lightbox.hero-small {
    height: 140px;
  }
  .image-hero.download {
    padding: 80px 20px 20px;
  }
  .hero-description {
    font-size: 13px;
    line-height: 19px;
  }
  .logo {
    margin-top: 5px;
  }
  .transparant-menu-button {
    margin-right: 0px;
  }
  .navbar {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .h2-hero-title-large {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }
  .div-block-22 {
    width: auto;
    margin-right: auto;
  }
  .info-row {
    margin-top: 0px;
  }
  .info-title {
    margin-bottom: 4px;
  }
  .info-block {
    width: 90%;
    float: none;
    font-size: 14px;
  }
  .info-block-left {
    width: 100%;
  }
  .info-icon {
    height: 20px;
    margin-top: 0px;
    margin-right: 11px;
    margin-bottom: 0px;
    float: left;
  }
  .info-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .dark-cta-title {
    font-size: 21px;
    line-height: 25px;
  }
  .section-tailor {
    padding: 25px;
  }
  .section-tailor.tint.overflow-none {
    padding: 20px;
  }
  .footer-landing {
    padding-top: 35px;
  }
  .footer-inline-link-2 {
    margin-top: -1px;
    margin-right: 7px;
  }
  .footer-white-paragraph {
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
  }
  .paragraph-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-21 {
    padding: 25px;
  }
  .section-21.contact-us-section {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .heading-12 {
    display: none;
  }
  .paragraph-16 {
    margin-top: 220px;
  }
  .centered-container {
    text-align: left;
  }
  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-27f88a387918-4293bb95 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6bd9fce9803c-8d93bba7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6bd9fce98043-8d93bba7 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6bd9fce9804a-8d93bba7 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-6bd9fce98051-8d93bba7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-6bd9fce98058-8d93bba7 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-6bd9fce9805f-8d93bba7 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-27f88a387918-9d93bbbf {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-5793bbc5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-ba93bbc6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-8e93bbc7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-1393bbc8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-3293bbcd {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-d093bbce {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-9293bbd4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-3c93bbd6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-0e93bbd7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-38a061ecd6ee-d393bbdd {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-38a061ecd6f2-d393bbdd {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-38a061ecd6f6-d393bbdd {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-38a061ecd6fa-d393bbdd {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-38a061ecd6fe-d393bbdd {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-38a061ecd703-d393bbdd {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-8a240f114bf2-dd93bbe0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8a240f114bf8-dd93bbe0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8a240f114bfe-dd93bbe0 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-8a240f114c04-dd93bbe0 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-8a240f114c0a-dd93bbe0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-8a240f114c0b-dd93bbe0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-dbe4067f39f2-dd93bbe0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dbe4067f39f3-dd93bbe0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dbe4067f39f5-dd93bbe0 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dbe4067f39f6-dd93bbe0 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dbe4067f39f8-dd93bbe0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dbe4067f39f9-dd93bbe0 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dbe4067f39fe-dd93bbe0 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dbe4067f39ff-dd93bbe0 {
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-column-span: 1;
  grid-column-end: 9;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dbe4067f3a01-dd93bbe0 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 1;
  grid-column-end: 8;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-38a061ecd6ee-6c93bbe2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-38a061ecd6f2-6c93bbe2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-38a061ecd6f6-6c93bbe2 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-38a061ecd6fa-6c93bbe2 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-38a061ecd6fe-6c93bbe2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-38a061ecd703-6c93bbe2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7763e2d38cdc-a693bbe3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7763e2d38ce3-a693bbe3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7763e2d38cea-a693bbe3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-27f88a387918-0293bbe4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387928-0293bbe4 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-509be705858e-4193bbef {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-509be70585a6-4193bbef {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7e5b7423a414-6893bbf0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7e5b7423a41c-6893bbf0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7e5b7423a424-6893bbf0 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-7e5b7423a42c-6893bbf0 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7e5b7423a434-6893bbf0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7e5b7423a43d-6893bbf0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-7e5b7423a446-6893bbf0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-4e2e33b00ae8-2193bbf3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-4e2e33b00aec-2193bbf3 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-4e2e33b00af0-2193bbf3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-4e2e33b00af4-2193bbf3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-4e2e33b00af8-2193bbf3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-4e2e33b00afd-2193bbf3 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-f997d9e81257-2193bbf3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f997d9e8125e-2193bbf3 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f997d9e81265-2193bbf3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-3f93bbf7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-2293bbf9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-e693bbfa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-c093bbfc {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-2f93bbfd {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-cd93bbff {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-8b93bc01 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-4c93bc02 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-1793bc04 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-a993bc05 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-8593bc06 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-8d93bc07 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-cb93bc09 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-ac93bc0a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-3e93bc0b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-7d93bc0c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-6793bc0e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-b093bc10 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-a293bc11 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-5e93bc13 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-1493bc16 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-27f88a387918-ea93bc17 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-6bd9fce9804a-8d93bba7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-6bd9fce98051-8d93bba7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-6bd9fce98058-8d93bba7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-6bd9fce9805f-8d93bba7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-38a061ecd6f6-d393bbdd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-38a061ecd6fa-d393bbdd {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-38a061ecd6fe-d393bbdd {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-38a061ecd703-d393bbdd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-8a240f114bfe-dd93bbe0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-8a240f114c04-dd93bbe0 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-8a240f114c0b-dd93bbe0 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-38a061ecd6f6-6c93bbe2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-38a061ecd6fa-6c93bbe2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-38a061ecd6fe-6c93bbe2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-38a061ecd703-6c93bbe2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-27f88a387928-0293bbe4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-509be70585a6-4193bbef {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-7e5b7423a424-6893bbf0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-7e5b7423a42c-6893bbf0 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-7e5b7423a434-6893bbf0 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-7e5b7423a43d-6893bbf0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-7e5b7423a446-6893bbf0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-4e2e33b00af0-2193bbf3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-4e2e33b00af4-2193bbf3 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-4e2e33b00af8-2193bbf3 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-4e2e33b00afd-2193bbf3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-f997d9e81265-2193bbf3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-38a061ecd6f2-d393bbdd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-38a061ecd6f6-d393bbdd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-38a061ecd6fa-d393bbdd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-38a061ecd6fe-d393bbdd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-38a061ecd703-d393bbdd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-8a240f114bf8-dd93bbe0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-8a240f114bfe-dd93bbe0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-8a240f114c04-dd93bbe0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-8a240f114c0b-dd93bbe0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-38a061ecd6f2-6c93bbe2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-38a061ecd6f6-6c93bbe2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-38a061ecd6fa-6c93bbe2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-38a061ecd6fe-6c93bbe2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-38a061ecd703-6c93bbe2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-7e5b7423a41c-6893bbf0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-7e5b7423a424-6893bbf0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-7e5b7423a42c-6893bbf0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-7e5b7423a434-6893bbf0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-7e5b7423a43d-6893bbf0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-7e5b7423a446-6893bbf0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-4e2e33b00aec-2193bbf3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-4e2e33b00af0-2193bbf3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-4e2e33b00af4-2193bbf3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-4e2e33b00af8-2193bbf3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-4e2e33b00afd-2193bbf3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-6bd9fce98043-8d93bba7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-6bd9fce9804a-8d93bba7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-6bd9fce98051-8d93bba7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
  #w-node-6bd9fce98058-8d93bba7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-6bd9fce9805f-8d93bba7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }
  #w-node-509be705858e-4193bbef {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
  #w-node-f997d9e8125e-2193bbf3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-f997d9e81265-2193bbf3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

