/* @import url('https://fonts.googleapis.com/css?family=MyriadPro:300,400,500,600,700|Poppins:300,400,500,600,700|Open+Sans:400&display=swap'); */
@font-face {
  font-family: 'MyriadPro';
  src: url('./fonts/MyriadPro.eot');
  src: url('./fonts/MyriadPro.eot') format('embedded-opentype'),
       url('./fonts/MyriadPro.woff2') format('woff2'),
       url('./fonts/MyriadPro.woff') format('woff'),
       url('./fonts/MyriadPro.ttf') format('truetype'),
       url('./fonts/MyriadPro.svg#MyriadPro') format('svg');
}

@font-face {
  font-family: 'MyriadProBlack';
  src: url('./fonts/MyriadProBlack.eot');
  src: url('./fonts/MyriadProBlack.eot') format('embedded-opentype'),
       url('./fonts/MyriadProBlack.woff2') format('woff2'),
       url('./fonts/MyriadProBlack.woff') format('woff'),
       url('./fonts/MyriadProBlack.ttf') format('truetype'),
       url('./fonts/MyriadProBlack.svg#MyriadProBlack') format('svg');
}

@font-face {
  font-family: 'MyriadProSemiboldCondensed';
  src: url('./fonts/MyriadProSemiboldCondensed.eot');
  src: url('./fonts/MyriadProSemiboldCondensed.eot') format('embedded-opentype'),
       url('./fonts/MyriadProSemiboldCondensed.woff2') format('woff2'),
       url('./fonts/MyriadProSemiboldCondensed.woff') format('woff'),
       url('./fonts/MyriadProSemiboldCondensed.ttf') format('truetype'),
       url('./fonts/MyriadProSemiboldCondensed.svg#MyriadProSemiboldCondensed') format('svg');
}


html {
  font-size: 10px;
}
body,
html {
  height: 100%;
}
body {
  font-size: 1.8rem;
  font-family: 'MyriadPro';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
  font-family: 'MyriadProSemiboldCondensed';
}
a {
  color: #ffffff;
  text-decoration: none;
  word-break: break-word;
}
a:focus {
  color: inherit;
  outline: none;
}
a:hover {
  color: #ffffff;
}
p,
a {
  line-height: 1.2em;
}
.Header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
}
.Header__left {
  width: 70%;
}
.Header__right {
  width: 30%;
}
.Header__logo {
  margin-right: 135px;
}
.Header__menu__list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.Header__menu__list li {
  padding: 0px;
  margin: 0px;
}
.Header__menu__link {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0px 15px;
  font-weight: bold;
}
.Header__menu__link:hover,
.Header__menu__link:focus {
  color: #072A44;
}
.Header__submenu {
  position: relative;
}
.Header__submenu__list {
  display: none;
  position: absolute;
  width: 180px;
  list-style-type: none;
  padding: 25px 0px;
}
.Header__submenu__list li a.Header__submenu__link {
  background-color: #072A44;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  color: #ffffff;
  display: block;
}
.Header__submenu__list li a.Header__submenu__link:hover {
  color: #ffffff;
  background-color: #ED1C24;
}
.Header__submenu__item:hover .Header__submenu__list {
  display: block;
}
.Header__lang__flag {
  margin: 0px 5px;
}
.Header__lang__flag img {
  -webkit-filter: grayscale(100%) !important;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) !important;
}
.Header__lang__flag.active img {
  -webkit-filter: grayscale(0%) !important;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%) !important;
}
.Header__lang__flag:hover img {
  -webkit-filter: grayscale(50%) !important;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(50%) !important;
}
.Header__system__label {
  color: #ffffff;
  font-family: 'MyriadPro';
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0px 10px;
  text-transform: uppercase;
}
.Header__btn {
  margin: 0px 15px;
  background-color: #ffffff;
  border: 2px solid transparent;
  color: #072A44;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 180px;
  padding: 20px 10px;
  text-align: center;
  box-shadow: 0 5px 20px 0 rgba(7, 42, 68, 0.1);
  letter-spacing: 1px;
}
.Header__btn:hover,
.Header__btn:focus {
  background-color: #ffffff;
  color: #ED1C24;
  border: 2px solid #ED1C24;
}
.Header__container {
  background-image: url('../img/header-bg-system.svg');
  background-position: right top;
  background-repeat: no-repeat;
  height: 185px;
  padding: 15px 1em;
  max-width: 1920px;
  margin: 0px auto;
}
.Header.fixed {
  background-color: #ED1C24;
}
.Header.fixed .Header__container {
  background-position: right -185px;
  height: auto;
  padding: 6px 1em;
  min-height: 70px;
}
.Header.fixed .Header__system {
  padding-top: 4px;
}
.Header.fixed .Header__logo a img {
  max-height: 55px;
}
.Header__mobile__dd {
  text-align: right;
}
.Header__mobile__menu {
  display: none;
  position: fixed;
  z-index: 900;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #072A44;
  padding: 70px 0px 25px;
}
.Header__mobile__menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.Header__mobile__menu ul li a {
  display: block;
  padding: 10px 20px;
  color: #ffffff;
}
.Header__mobile__menu ul li a:hover {
  background-color: #ED1C24;
}
.Header__mobile__submenu a {
  font-size: 1.4rem;
  padding: 8px 40px !important;
}
.Header__hamburguer {
  font-size: 4rem;
  color: #ffffff;
  display: block;
  width: 50px;
  text-align: center;
  cursor: pointer;
}
.Header__hamburguer:hover {
  color: #000000;
}
@media (max-width: 1440px) {
  .Header__container {
    background-size: 45%;
  }
  .Header__btn {
    padding: 12px 10px;
    width: 170px;
  }
}
@media (max-width: 1200px) {
  .Header__logo {
    margin-right: 25px;
  }
  .Header__left {
    width: 65%;
  }
  .Header__right {
    width: 35%;
  }
}
@media (max-width: 1023px) {
  .Header {
    background-color: #ED1C24;
  }
  .Header__container {
    background: none;
    height: auto;
    padding: 6px 1em;
    min-height: 70px;
  }
  .Header__logo a img {
    max-height: 55px;
  }
  .Header__left {
    width: 80%;
    justify-content: space-between;
  }
  .Header__right {
    width: 20%;
  }
}
.Footer {
  background-image: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 65%);
  padding: 20px;
}
.Footer__address {
  font-size: 2rem;
  font-family: 'MyriadPro';
  color: #464646;
  text-align: center;
}
.Footer__copy {
  font-size: 1.3rem;
  font-family: 'MyriadPro';
  color: #464646;
  text-align: center;
  margin-top: 30px;
}
.Footer__privacy {
  font-size: 1.3rem;
  font-family: 'MyriadPro';
  color: #464646;
  text-align: center;
}
.Footer__privacy:hover {
  color: #072A44;
}
.Footer__intagono {
  width: 58px;
  text-align: center;
  font-size: .7rem;
}
.Footer__intagono span {
  color: #464646;
  font-family: 'Open Sans', sans-serif;
  display: block;
  margin: 10px auto;
}
.Footer__intagono img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.Footer__intagono__link {
  display: block;
}
.Footer__intagono__link:hover img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.Footer__social {
  padding-bottom: 10px;
}
.Footer__social a {
  color: #464646;
}
.Footer__social a:hover {
  color: #ED1C24;
}
.Footer__social__linkedin {
  color: #ffffff !important;
  background-color: #464646;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 25px;
}
.Footer__social__linkedin:hover {
  background-color: #ED1C24;
  color: #ffffff !important;
}
.Footer__social__linkedin i {
  font-size: .9em;
}
@media (max-width: 1023px) {
  .Footer__logo {
    padding: 0px 0px 30px;
    text-align: center;
  }
  .Footer__address {
    font-size: .9em;
  }
  .Footer .align-right {
    justify-content: center;
  }
  .Footer__external {
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .Footer__logo {
    max-width: 70px;
    margin: 0 auto;
  }
}
.grid-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.title-section {
  font-size: 4rem;
  color: #072A44;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}
.title-section-white {
  font-size: 4rem;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
}
.subtitle-section {
  font-size: 2.9rem;
  color: #072A44;
  text-align: center;
  font-weight: normal;
}
.paragraph--small {
  font-size: 2.2rem;
  font-family: 'MyriadPro';
  color: #919AA3;
  line-height: 1.5em;
}
.paragraph-small-white {
  font-size: 2.2rem;
  font-family: 'MyriadPro';
  color: #ffffff;
  line-height: 1.5em;
}
.paragraph--xsmall {
  font-size: 1.8rem;
  font-family: 'MyriadPro';
  color: #919AA3;
  line-height: 1.5em;
}
.btn-custom {
  background-color: #ED1C24;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 20px 21px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  min-width: 200px;
}
.btn-custom:hover,
.btn-custom:focus {
  background-color: #072A44;
  color: #ffffff;
}
.btn-more {
  background-color: #ffffff;
  color: #072A44;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 20px 21px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 180px;
  box-shadow: 0 5px 20px 0 rgba(7, 42, 68, 0.1);
  display: block;
  margin: -30px auto 0px;
}
.btn-more:hover,
.btn-more:focus {
  background-color: #072A44;
  color: #ffffff;
}
.bg-cover {
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}
.bg-pattern {
  background-image: url('../img/patron-bg.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.animated {
  opacity: 0;
}
.retro {
  width: 100%;
  min-height: 35px;
  text-align: center;
  color: #919AA3;
  padding: 15px 0px;
}
.retro .error {
  display: block;
  color: #ED1C24 !important;
}
label.error,
.error {
  display: block;
  color: #ED1C24 !important;
  margin-top: 0px;
}
.banner {
  width: 100%;
  height: 550px;
  padding: 0px 20px;
}
.banner__content {
  padding-top: 295px;
}
.banner__title {
  font-weight: bold;
  font-size: 6rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.banner__subtitle {
  font-size: 3rem;
  color: #ffffff;
  text-align: center;
  font-family: 'MyriadPro';
  font-weight: 300;
  margin: .5em 0px;
}
.banner__small {
  width: 100%;
  height: 300px;
  padding: 0px 20px;
}
.banner__small__title {
  font-size: 4.4rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.banner__small__subtitle {
  color: #000000;
  font-size: 1.8rem;
  font-family: 'MyriadPro';
  text-align: center;
  margin: 20px auto;
}
.banner__small__content {
  max-width: 730px;
  margin: 20px auto;
}
.banner__small__cta {
  padding-top: 20px;
}
.section__intro__inner {
  max-width: 624px;
  margin: 20px auto;
}
.section__intro__inner--small {
  max-width: 520px;
}
.section__cta {
  padding: 25px 0px;
}
sup {
  top: 0px !important;
}
.home__intro {
  padding: 70px 20px;
}
.home__solutions {
  padding: 40px 20px 0px;
  background-image: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 65%);
}
.home__solutions__item {
  max-width: 420px;
  width: 100%;
  margin: 20px 15px 50px;
  height: 420px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 15px 0 rgba(7, 42, 68, 0.1);
}
.home__solutions__item--full {
  max-width: 1380px;
  height: 257px;
  margin: 20px 15px 0px;
}
.home__solutions__item--full .home__solutions__detail {
  min-height: 118px !important;
}
.home__solutions__item--full .home__solutions__title {
  max-width: 100%;
  min-height: auto;
}
.home__solutions__item--full .home__solutions__description {
  max-width: 100%;
}
.home__solutions__content {
  width: 100%;
  margin-bottom: -30px;
}
.home__solutions__detail {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px 45px;
  width: 100%;
  min-height: 195px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.home__solutions__title {
  color: #ffffff;
  font-family: 'MyriadPro';
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  max-width: 320px;
  margin: 10px auto;
  min-height: 50px;
}
.home__solutions__description {
  color: #ffffff;
  font-family: 'MyriadPro';
  font-size: 1.5rem;
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
}
.home__benefits {
  padding: 250px 20px 60px;
}
.home__benefits__item {
  background-color: #ffffff;
  box-shadow: 0 4px 15px 0 rgba(7, 42, 68, 0.1);
  margin: 25px 10px;
  max-width: 420px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-height: 340px;
}
.home__benefits__image {
  height: 155px;
  text-align: center;
}
.home__benefits__title {
  font-family: 'MyriadPro';
  font-size: 2.4rem;
  color: #072A44;
  text-align: center;
  padding: 0px 10px;
}
.home__benefits__description {
  font-family: 'MyriadPro';
  font-size: 1.6rem;
  color: #919AA3;
  text-align: center;
  padding: 20px 10px 40px;
  max-width: 320px;
  margin: 0px auto;
  line-height: 1.4em;
}
.home__clients {
  padding: 60px 20px;
}
.home__clients__list {
  margin: 30px 0px;
}
.about__intro {
  padding: 60px 20px;
}
.about .banner__small__content {
  max-width: 100%;
}
.about__info {
  padding: 150px 0px 60px;
}
.about__info__item {
  max-width: 624px;
  margin: 0 auto;
}
.product .mfp-counter {
  display: none;
}
.product__intro {
  padding: 60px 20px;
}
.product .banner__small__content {
  max-width: 100%;
}
.product__gallery__item {
  width: 14.28%;
  height: 180px;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-position: center center;
}
.product__gallery__content {
  padding: 80px 20px;
}
.product__gallery__content ul {
  margin: 60px auto;
  max-width: 689px;
  list-style: none;
  padding-left: 30px;
}
.product__gallery__content ul li {
  font-size: 2.9rem;
  color: #072A44;
}
.product__gallery__content ul li a {
  color: #ED1C24;
}
.product__gallery__content ul li a:hover {
  color: #919AA3;
}
.product__gallery__content ul li:before {
  content: "\2022";
  color: #ED1C24;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.product__gradient {
  background-image: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 65%);
  padding: 60px 20px;
}
.product__certificate__description {
  font-family: 'MyriadPro';
  font-size: 1.8rem;
  color: #919AA3;
  text-align: center;
  padding: 20px 0px 30px;
  max-width: 520px;
  margin: 0px auto;
  line-height: 1.5em;
}
.product__certificate__code {
  font-size: 2.9rem;
  color: #072A44;
  margin: 30px 0px;
  text-align: center;
}
.product__benefits {
  max-width: 585px;
  margin: 60px auto;
}
.product__benefits__item {
  padding: 10px 0px;
}
.product__benefits__image {
  width: 76px;
  margin-right: 25px;
  text-align: center;
}
.product__benefits__description {
  font-size: 2.9rem;
  color: #072A44;
}
.product__benefits--large {
  max-width: 656px;
}
.product__benefits--xlarge {
  max-width: 765px;
}
.product__benefits#benefits-en .product__benefits__description {
  max-width: 85%;
}
.product__contact {
  padding: 60px 20px;
  background-image: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 65%);
}
.product__contact__form {
  padding: 60px 0px;
  max-width: 585px;
  margin: 0px auto;
}
.product__links {
  max-width: 920px;
  margin: 0px auto;
}
.product__links__item {
  max-width: 420px;
  width: 100%;
  margin: 20px 15px 50px;
  height: 420px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 15px 0 rgba(7, 42, 68, 0.1);
}
.product__links__content {
  width: 100%;
}
.product__links__detail {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 15px 45px;
  width: 100%;
  min-height: 90px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.product__links__title {
  color: #ffffff;
  font-family: 'MyriadPro';
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  max-width: 320px;
  margin: 10px auto;
  min-height: 50px;
}
#product-2-systems {
  padding: 170px 20px;
}
#product-2-systems .product__links {
  padding: 30px 0px;
}
#product-3 .product__gallery__content ul {
  max-width: 900px;
}
#product-3 .product__gallery__content .title-section {
  margin-bottom: 60px;
}
#product-4 .product__gallery__content ul {
  max-width: 880px;
}
#product-4 .product__gallery__content h4.title-section {
  margin-bottom: 60px;
}
#product-7 .product__contact__intro p {
  max-width: 520px;
  margin: 0px auto;
  text-align: center;
}
.platform__info__graphic {
  padding: 60px 0px 0px;
}
.platform__list ul {
  margin: 60px auto;
  max-width: 870px;
  list-style: none;
}
.platform__list ul li {
  font-size: 2.9rem;
  color: #072A44;
}
.platform__list ul li span {
  color: #ED1C24;
}
.platform__list ul li:before {
  content: "\2022";
  color: #ED1C24;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.platform__configurator {
  padding-bottom: 40px;
}
.platform__configurator__graphic {
  max-width: 840px;
  margin-left: 10%;
}
.platform__configurator__info {
  max-width: 634px;
  margin: 30px auto;
}
.platform__configurator__info .platform__list ul {
  max-width: 480px;
  margin: 50px auto;
}
.platform__access {
  padding: 80px 0px 45px;
  background-image: linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 65%);
}
.platform__access__info {
  max-width: 580px;
  margin-left: 80px;
}
.platform__access__graphic {
  margin-right: 80px;
}
.platform__access__intro {
  padding: 20px 0px;
  max-width: 520px;
  margin: 0px auto;
}
.platform__requirements {
  margin: 0px auto;
}
.platform__requirements__image {
  width: 15%;
  text-align: center;
}
.platform__requirements__description {
  width: 80%;
  font-size: 2.9rem;
  color: #072A44;
  font-weight: normal;
}
.contact__container {
  padding: 60px 20px;
}
.contact__intro {
  max-width: 1110px;
  margin: 0px auto;
}
.contact__form {
  max-width: 586px;
  margin: 70px auto;
}
.contact__data__label {
  font-size: 2.4rem;
  color: #072A44;
  margin: 10px 0px 8px;
}
.contact__data__label span {
  color: #919AA3;
  font-size: 1.8rem;
  font-family: 'MyriadPro';
}
.contact__data__label span.contact__reference {
  text-align: center;
  display: block;
  width: 100%;
  padding: 0px 40px;
}
.contact__data input[type=text],
.contact__data textarea {
  width: 100%;
  background-color: #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: auto;
  border: none;
  box-shadow: none;
  line-height: 1em;
  font-size: 2.4rem;
  padding: 7px 15px;
  color: #464646;
}
.contact__data input[type=text]:focus,
.contact__data textarea:focus {
  outline: none;
  box-shadow: 0 2px 4px 0 rgba(174, 174, 174, 0.5);
}
.contact__data textarea {
  height: 120px;
  resize: none;
}
.contact__data .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.contact__data .inputfile + label {
  background-color: #ED1C24;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 16px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  min-width: 200px;
  display: inline-block;
  cursor: pointer;
}
.contact__data .inputfile:focus + label,
.contact__data .inputfile + label:hover {
  background-color: #072A44;
}
.contact__data__file__response {
  margin-left: 25px;
}
.contact__data__file__response .contact__data__file__response__option {
  display: none;
}
.contact__data__file__response i {
  font-size: 3rem;
  color: #000000;
}
.contact__data__file__response.success-file .contact__data__file__response__success {
  display: block;
  color: #4caf50;
}
.contact__data__file__response.success-file .contact__data__file__response__success i.icon-attachment {
  color: #4caf50;
}
.contact__data__file__response.error-file .contact__data__file__response__error {
  display: block;
  color: #ED1C24;
}
.contact__data__file__response.error-file .contact__data__file__response__error i.icon-close {
  color: #ED1C24;
}
.contact__data__file__extension {
  color: #ED1C24;
  font-size: 1.4rem;
  font-weight: 300;
  width: 100%;
  display: block;
}
.contact__data label.error {
  color: #ED1C24;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 1em;
}
.contact__data ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0;
  color: #072A44;
}
.contact__data ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
  color: #072A44;
}
.contact__data :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0;
  color: #072A44;
}
.contact__data :-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
  color: #072A44;
}
.contact__recaptcha {
  padding: 20px 0px;
}
.contact__retro.error {
  color: #ED1C24;
  font-size: 1.4rem;
  text-align: center;
  padding: 15px 0px;
  font-weight: 300;
}
.contact__loading {
  display: none;
}
.thankyou__section,
.error__section {
  min-height: 545px;
  height: 100%;
  padding: 20px;
}
.thankyou .Header,
.error .Header {
  display: none;
}
.thankyou .Footer,
.error .Footer {
  display: none;
}
.thankyou__logo,
.error__logo {
  max-width: 190px;
  margin: 20px auto 0px;
}
.thankyou__title,
.error__title {
  font-size: 4rem;
  color: #171C34;
  text-transform: uppercase;
  margin: 1em 0px;
}
.thankyou__subtitle,
.error__subtitle {
  font-family: 'MyriadPro';
  font-size: 2.4rem;
  color: #171C34;
  margin: 1em 0px;
}
.thankyou__cta,
.error__cta {
  padding: 30px 0px;
}
.privacy__content {
  padding: 60px 20px;
}
.privacy__content p,
.privacy__content ul {
  font-weight: 300;
  line-height: 1.5em;
  font-size: 1.8rem;
  margin: 15px 0px;
}
.privacy__content ul {
  margin: 0px;
  padding: 0px;
}
.privacy__content ul li {
  margin-left: 60px;
}
.privacy__title {
  color: #000000;
  font-size: 3rem !important;
  margin: 1.5em 0px;
  font-weight: bold !important;
}
@media (max-width: 1439px) {
  .home__clients__logo {
    width: 20%;
  }
  .home__benefits {
    padding-top: 180px;
  }
  .platform__configurator__info {
    max-width: 85%;
  }
  .platform__configurator__info .platform__list ul {
    margin: 25px auto;
    padding-left: 30px;
  }
  .platform__configurator__info .platform__list ul li {
    font-size: 2rem;
  }
  .platform__list ul {
    max-width: 601px;
    padding-left: 30px;
  }
  .platform__list ul li {
    font-size: 2rem;
  }
  .platform__access__graphic {
    margin: 20px auto;
    text-align: center;
    padding: 0px 20px;
  }
  .platform__access__info {
    margin: 30px auto;
    padding: 0px 20px;
  }
}
@media (max-width: 1023px) {
  .banner {
    height: 640px;
  }
  .home__benefits {
    padding-top: 80px;
  }
  .about__info {
    padding: 60px 20px;
  }
  .about__info__item {
    padding-bottom: 45px;
  }
  .product__gallery__item {
    height: 90px;
  }
  .product__contact .title-section,
  .contact__container .title-section {
    font-size: 2.4rem;
  }
  .product__contact__form {
    padding: 20px 0px;
  }
  .contact__data__label {
    font-size: 1.8rem;
  }
  .contact__data input[type=text],
  .contact__data textarea {
    font-size: 1.8rem;
  }
  #product-2-systems {
    padding: 60px 20px;
  }
  #product-3 .product__benefits__image {
    width: 10%;
    margin-right: 0px;
  }
  #product-3 .product__benefits__description {
    width: 90%;
    padding-left: 25px;
  }
  .product__gallery__graphic {
    text-align: center;
  }
  .platform__configurator__graphic {
    display: none;
  }
  .platform__access__info {
    margin: 20px auto;
  }
  .privacy .banner__small {
    height: 180px;
    align-items: flex-end;
  }
  .privacy__content {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .banner__title {
    font-size: 4rem;
  }
  .banner__subtitle {
    font-size: 2rem;
  }
  .banner__small__title {
    font-size: 3rem;
  }
  .home .banner,
  .contact .banner {
    background-position: 30% top !important;
  }
  .product__gallery__item {
    width: 25%;
    margin: 10px;
    height: 90px;
  }
  .product__gallery__content ul {
    max-width: 90%;
    margin: 30px auto;
  }
  .product__gallery__content ul li {
    font-size: 1.6rem;
  }
  .product__benefits {
    max-width: 300px;
    margin: 20px auto;
  }
  .product__benefits__image {
    width: 10%;
    margin-right: 0px;
  }
  .product__benefits__description {
    width: 90%;
    padding-left: 20px;
    font-size: 1.6rem;
  }
  .contact__form {
    margin: 30px auto;
  }
  .contact__data__label:not(.no-hidden) {
    display: none;
  }
  .contact__data__label.no-hidden {
    text-align: center;
  }
  .contact__data__file {
    padding-bottom: 20px;
  }
  .contact__data ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
  }
  .contact__data ::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
  }
  .contact__data :-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
  }
  .contact__data :-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
  }
}
@media (max-width: 639px) {
  .home__clients__logo {
    width: 33.3%;
  }
  .home__benefits__item {
    min-height: auto;
    margin: 25px auto;
  }
  .home__benefits__image {
    height: 95px;
  }
  .home__solutions__item {
    height: 330px;
  }
  .product__gallery__item {
    width: 40%;
    margin: 10px;
    height: 120px;
  }
  .platform__requirements__item {
    margin-bottom: 20px;
  }
  .platform__requirements__description {
    font-size: 1.6rem;
  }
  .paragraph--xsmall {
    font-size: 1.4rem;
  }
  .contact__data__label span {
    font-size: 1.2rem;
  }
  .contact__data__field {
    justify-content: center;
  }
  .contact__data .inputfile + label {
    width: 180px;
    margin: 10px auto;
  }
  .contact__data__file__response {
    width: 100%;
    margin-left: 0px;
  }
  .privacy__title {
    font-size: 2rem;
  }
  .privacy__content ul li {
    margin-left: 25px;
  }
}
@media (max-width: 480px) {
  .banner {
    height: 480px;
  }
  .banner__content {
    padding-top: 180px;
  }
}
@media (max-width: 374px) {
  .home__solutions__item {
    height: 240px;
  }
  .home__solutions__item .btn-more {
    padding: 10px 20px 10px;
    margin: -20px auto 0px;
  }
  .home__solutions__title {
    font-size: 2rem;
  }
  .home__solutions__description {
    font-size: 1.4rem;
  }
  .title-section {
    font-size: 2.5rem;
  }
  .paragraph--small {
    font-size: 1.6rem;
  }
  .btn-custom {
    padding: 15px 20px 15px;
  }
  .section__cta {
    padding: 5px 0px;
  }
  .product__certificate__image {
    max-width: 90px;
    margin: 0 auto;
  }
  .product__contact .title-section,
  .contact__container .title-section,
  .contact__data input[type=text],
  .contact__data textarea {
    font-size: 1.4rem;
  }
  .contact__recaptcha {
    padding: 10px 0px;
  }
  .product__links__item {
    height: 240px;
  }
  .product__links__detail {
    min-height: auto;
    padding: 10px;
  }
  .product__links__title {
    min-height: auto;
  }
}



  .certificate__image_class {
    width: 15rem;
  }



.brand-bold{
  font-family: 'MyriadProBlack';
}