* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.clearfix {
  overflow: auto;
  width: 100%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

html {
  font-size: 10px;
}

body {
  font-size: 10px;
  line-height: 30px;
}

.image-margin-left {
  float: right;
  margin: 8px 0 0 10px;
}

.image-margin-right {
  float: left;
  margin: 8px 10px 0 0;
}

a.no-underline:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

html,
body {
  /*  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; */
  background-color: #ffffff;
  font-size: 10px;
  overflow-x: hidden;
  color: #000000;
  direction: ltr;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.cursor {
  cursor: pointer;
}

.hides {
  display: none;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1500px !important;
  }
}

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

@media (max-width: 992px) {
  .section-left {
    padding-right: 15px;
  }
}

a.facebookBtn {
  background: #3B5499;
  color: #ffffff;
  padding: 10px;
  width: 100%;
  text-align: center;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

div.dropdown-menu {
  background-color: #3b3d3d;
  z-index: 99999;
  opacity: 0.85;
  -webkit-clip-path: polygon(0 0, 100% 0, 90.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90.5% 100%, 0% 100%);
  padding: 10px 40px 10px 10px;
}

div.dropdown-menu a {
  color: #fff !important;
  text-transform: inherit !important;
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

div.dropdown-menu a:hover {
  background-color: #014473;
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

a.dropdown-toggle::after {
  display: none !important;
}

ul.laureaci {
  width: 100%;
}

ul.laureaci li {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}

ul.laureaci li h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}

ul.laureaci li h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

ul.laureaci li h5 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.clearFix {
  width: 100%;
  clear: both;
}

.iframeVideo {
  height: 0px;
  padding-top: 25px;
  padding-bottom: 56.2%;
  position: relative;
}

.iframeVideo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

div.googleBtn {
  margin: 15px 0px;
  width: 100%;
}

div.googleBtn .login-block {
  margin: 30px auto;
  min-height: 93.6vh;
}

div.googleBtn .login-block .auth-box {
  margin: 20px auto 0;
  max-width: 450px !important;
}

div.googleBtn .card {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  border: none;
  margin-bottom: 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #fff;
}

div.googleBtn .card .card-block {
  padding: 1.25rem;
}

div.googleBtn .f-80 {
  font-size: 80px;
}

div.googleBtn .form-group {
  margin-bottom: 1.25em;
}

div.googleBtn .form-material .form-control {
  display: inline-block;
  height: 43px;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 9px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
}

div.googleBtn .btn-md {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 23px;
}

div.googleBtn .btn-primary {
  background-color: #4099ff;
  border-color: #4099ff;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
}

div.googleBtn .btn {
  border-radius: 2px;
  text-transform: capitalize;
  font-size: 15px;
  padding: 10px 19px;
  cursor: pointer;
}

div.googleBtn .m-b-20 {
  margin-bottom: 20px;
}

div.googleBtn .btn-md {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 23px;
}

div.googleBtn .heading {
  font-size: 21px;
}

div.googleBtn .btn-google {
  color: #545454;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 1px #ddd;
          box-shadow: 0 1px 2px 1px #ddd;
}

div.googleBtn .or-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0;
}

div.googleBtn .line-separator {
  background-color: #ccc;
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
  height: 1px;
}

div.googleBtn .or-label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 15px;
  text-align: center;
}

.line-shadow-2 {
  border-bottom: solid #cecece 1px;
  min-height: 23px;
  width: 100%;
  margin: 20px 0px;
}

.line-shadow {
  background-image: url("/front/img/assets/shadow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: contain;
  border: none;
  min-height: 23px;
  width: 100%;
  margin: 20px 0px;
}

#formContactMessage {
  font-size: 2.2rem;
  color: #000000;
  -webkit-text-decoration: black;
          text-decoration: black;
  text-align: center;
  padding: 5px 0px;
}

.formContact {
  margin-bottom: 40px;
  padding: 0px 30px;
  /*footer*/
}

.formContact input {
  padding: 4px 15px;
  margin: 10px 0px;
  font-size: 1.0rem;
  font-weight: 400;
  text-align: left;
  color: #000000;
  border: 1px solid #a5b5c4;
  background-color: transparent;
}

.formContact textarea {
  height: 180px;
  padding: 8px 15px;
  margin: 10px 0px;
  font-size: 1.0rem;
  font-weight: 400;
  text-align: left;
  color: #000000;
  border: 1px solid #a5b5c4;
  background-color: transparent;
}

.formContact button {
  height: 42px;
  padding: 6px 60px 0px 60px;
  border: none;
  border-radius: 4px;
  background-color: #909eab;
  font-size: 18px;
  color: #ffffff;
  -webkit-text-decoration: none solid white;
          text-decoration: none solid white;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.formContact button:hover {
  background-color: #4f575e;
}

.formContact label {
  font-size: 1.0rem;
  color: #7a8691;
  -webkit-text-decoration: none solid #7a8691;
          text-decoration: none solid #7a8691;
  display: block;
  padding: 10px 0px 5px 0px;
}

.formContact div.bt-wrap {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.formContact.formContactFooter input {
  padding: 8px 15px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  color: #fff;
  background-color: transparent;
  border: solid 2px #a2a8b9;
  margin-bottom: 25px;
}

.formContact.formContactFooter textarea {
  height: 180px;
  padding: 8px 15px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  color: #000000;
  background-color: #fff;
}

.formContact.formContactFooter button {
  background-color: red;
  color: #fff;
  font-size: 1.6rem;
  padding: 15px 60px;
  border: none;
  cursor: pointer;
  float: none;
  text-align: center;
}

.formContact.formContactFooter label {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  color: #fff;
  display: block;
  padding: 10px 0px 5px 0px;
}

em.state-error {
  color: red;
  position: relative;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  width: 100%;
  font-style: normal;
  top: -5px;
  font-family: "Poppins", sans-serif;
}

input.form-control.state-error {
  border: solid 1px red;
  margin-bottom: 0rem;
}

.border-dashed-grey-product {
  width: 100%;
  padding: 10px 0px;
  border-bottom: dashed #d6d6d6 1px;
}

div.vertical-vertical .outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

div.vertical-vertical .middle {
  display: table-cell;
  vertical-align: middle;
}

div.vertical-vertical .inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /*whatever width you want*/
  text-align: center;
}

.body-layer {
  position: fixed;
  background-color: #132625;
  opacity: 0.95;
  width: 100%;
  min-height: 100vh;
  z-index: 999;
  display: none;
}

.body-layer.active {
  display: block;
}

div#menu_hamb {
  position: absolute;
  top: 32px;
  right: 20px;
  cursor: pointer;
  z-index: 9999;
  display: none;
}

@media screen and (max-width: 992px) {
  div#menu_hamb {
    display: block;
  }
}

/*************************************************XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX***************************************/

.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  z-index: 999999;
  /*navi 1*/
}

.sidenav.modalGreen {
  background: #283583;
}

.sidenav.modalWhite {
  background: #fff;
}

.sidenav.active {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .sidenav.active {
    width: 90%;
  }
}

.sidenav.sidenavRight {
  right: 0px;
  left: 100%;
  width: 40%;
  z-index: 9999999;
}

.sidenav.sidenavRight.active {
  left: 40%;
  width: 60%;
}

@media screen and (max-width: 1080px) {
  .sidenav.sidenavRight.active {
    width: 100%;
    left: 0%;
  }
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav div.navi-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.sidenav div.navi-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}

.sidenav ul.navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: left;
  -ms-flex-align: left;
      align-items: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
      flex: 0 auto;
  padding-top: 80px;
  margin-bottom: 40px;
}

.sidenav ul.navi-list ul {
  padding-left: 30px;
}

.sidenav ul.navi-list li {
  margin-top: 5px;
  margin-bottom: 5px;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  list-style: none;
}

.sidenav ul.navi-list li a.modal-link {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

@media (max-width: 992px) {
  .sidenav ul.navi-list li a.modal-link {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
  }
}

.sidenav ul.navi-list li a.modal-link:hover {
  -webkit-transform: translate(10px, 0px);
          transform: translate(10px, 0px);
}

.sidenav ul.navi-list li a.modal-link-small {
  display: block;
  color: #dbd2d2;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  text-decoration: none;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

@media (max-width: 992px) {
  .sidenav ul.navi-list li a.modal-link-small {
    font-size: 15px;
    line-height: 22px;
    padding: 5px 0px;
  }
}

.sidenav ul.navi-list li a.modal-link-small:hover {
  -webkit-transform: translate(10px, 0px);
          transform: translate(10px, 0px);
}

.sidenav div.navi-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.sidenav div.address {
  font-style: normal;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.sidenav div.address a {
  color: #fff;
}

@media (max-width: 992px) {
  .sidenav div.address {
    font-size: 16px;
    line-height: 26px;
  }
}

.sidenav a.text-white {
  font-style: italic;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 992px) {
  .sidenav a.text-white {
    font-size: 16px;
    line-height: 26px;
  }
}

.sidenav a.navi-text-strike {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sidenav a.navi-text-strike div.strike-line {
  width: 0%;
  opacity: 0;
  height: 1px;
  top: 100%;
  position: absolute;
  display: inline-block;
  -webkit-box-align: center;
  background-color: #fff;
}

.sidenav a.navi-text-strike div.text-email {
  font-family: 'Krona One', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

.sidenav a.navi-text-strike:hover {
  text-decoration: none;
}

.sidenav a.navi-text-strike:hover div.strike-line {
  width: 100%;
  opacity: 0.5;
  height: 1px;
  background-color: #fff;
}

.sidenav ul.menu-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 0px;
  margin-left: -10px;
}

.sidenav ul.menu-social-list li {
  padding-right: 10px;
  padding-left: 10px;
  list-style: none;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.sidenav ul.menu-social-list li a {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #fff;
}

.sidenav ul.menu-social-list li a i {
  font-size: 4rem;
}

.sidenav ul.menu-social-list li:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.sidenav a.closebtn.white {
  position: absolute;
  top: 15px;
  left: -25px;
  font-size: 70px;
  color: #fff;
  z-index: 100;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.sidenav a.closebtn.white:hover {
  opacity: 0.6;
  text-decoration: none;
}

.sidenav a.closebtn.black {
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 70px;
  color: #000;
  z-index: 100;
  margin-left: 0px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.sidenav a.closebtn.black:hover {
  opacity: 0.6;
  text-decoration: none;
}

.sidenav div.text-info-white {
  text-align: center;
  color: #000;
  font-size: 30px;
}

/*****************XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX********************************/

header div.header-wrap {
  position: relative;
}

header div.logo-header {
  position: absolute;
  top: 0px;
  width: 40%;
  height: 120px;
  z-index: 999999;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
}

@media (max-width: 992px) {
  header div.logo-header {
    width: 80%;
  }
}

header div.logo-header a.logo {
  margin: 20px 0px 0px 100px;
  display: inline-block;
  text-align: center;
}

@media (max-width: 992px) {
  header div.logo-header a.logo {
    margin: 20px 0px 0px 20px;
  }
}

header div.logo-header a.logo img {
  width: 300px;
}

@media (max-width: 1400px) {
  header div.logo-header a.logo img {
    width: 250px;
  }
}

@media (max-width: 1200px) {
  header div.logo-header a.logo img {
    width: 250px;
  }
}

@media (max-width: 1000px) {
  header div.logo-header a.logo img {
    width: 250px;
  }
}

@media (max-width: 992px) {
  header div.logo-header a.logo img {
    width: 250px;
  }
}

@media (max-width: 768px) {
  header div.logo-header a.logo img {
    width: 250px;
  }
}

@media (max-width: 420px) {
  header div.logo-header a.logo img {
    width: 180px;
  }
}

header div.logo-header a.button {
  float: right;
  top: 40px;
  position: relative;
  color: #fff;
  background-color: #ef7d00;
  padding: 5px 20px;
}

header div.navigation {
  position: relative;
  background-color: #424242;
  height: 120px;
  width: 100%;
}

@media (max-width: 992px) {
  header div.navigation {
    height: auto;
  }
}

header div.navigation div.topbar {
  width: 100%;
  height: 40px;
  background-color: #424242;
  float: right;
  margin-right: 100px;
  text-align: right;
}

@media (max-width: 992px) {
  header div.navigation div.topbar {
    display: none;
  }
}

header div.navigation div.topbar form {
  display: inline-block;
  position: relative;
  top: 0px;
  height: 40px;
  margin-right: 100px;
}

header div.navigation div.topbar input {
  width: 180px;
  height: 40px;
  position: relative;
  top: 0px;
  color: #b2b2b2;
  font-size: 12px;
  background-color: transparent;
  border: none;
  margin: 0px;
  float: left;
}

header div.navigation div.topbar input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b2b2b2;
  opacity: 1;
  /* Firefox */
}

header div.navigation div.topbar input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b2b2b2;
  opacity: 1;
  /* Firefox */
}

header div.navigation div.topbar input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b2b2b2;
  opacity: 1;
  /* Firefox */
}

header div.navigation div.topbar input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b2b2b2;
  opacity: 1;
  /* Firefox */
}

header div.navigation div.topbar input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b2b2b2;
}

header div.navigation div.topbar input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b2b2b2;
}

header div.navigation div.topbar button {
  background-image: url("/front/img/assets/bt-search.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 28px 25px;
  border: none;
  position: relative;
  top: 0px;
  width: 28px;
  height: 40px;
  margin: 0px;
  padding: 0px;
}

header div.navigation div.topbar ul.social-media {
  list-style: none;
  text-align: right;
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0px 10px;
  float: right;
}

header div.navigation div.topbar ul.social-media li {
  list-style: none;
  text-align: right;
  display: inline-block;
  margin-top: 5px;
}

header div.navigation div.topbar ul.social-media li a {
  padding: 0px 10px;
}

header div.navigation div.topbar ul.social-media li a:hover i {
  color: #ef7d00;
}

header div.navigation div.topbar ul.social-media li a i {
  color: #b2b2b2;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-size: 22px;
}

header div.navigation div.menu {
  width: 100%;
  height: 80px;
  background-color: #fff;
  float: right;
}

header div.navigation div.menu ul {
  display: inline-block;
  width: auto;
  float: right;
  text-align: right;
  list-style: none;
  margin-top: 20px;
  margin-right: 100px;
  z-index: 9999999999999999999;
  position: relative;
}

@media screen and (max-width: 992px) {
  header div.navigation div.menu ul {
    display: none;
  }
}

header div.navigation div.menu ul li {
  float: right;
  padding-left: 5px;
  padding-right: 5px;
}

header div.navigation div.menu ul li a {
  color: #818181;
  font-size: 1.5rem;
  display: inline-block;
  padding: 0px 10px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

header div.navigation div.menu ul li a:hover,
header div.navigation div.menu ul li a.active {
  position: relative;
  color: #fff;
  background-color: #ef7d00;
  -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
}

header div.shapes-header {
  position: absolute;
  top: 0px;
  background-image: url("/front/img/assets/bg-fix-top.png"), url("/front/img/assets/bg-fix-bottom.png");
  background-position: top left, bottom left;
  background-repeat: repeat-x,  repeat-x;
  background-color: rgba(45, 56, 118, 0.8);
  width: 40%;
  height: 800px;
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
  z-index: 100;
}

header div.wrapsText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 30px;
  height: 100%;
  width: 40%;
  left: 0px;
  top: 0px;
  text-align: center;
  position: absolute;
  z-index: 9999;
}

header div.wrapsText div.fixedWrap {
  margin-left: 200px;
  text-align: left;
  margin-bottom: 100px;
}

header div.wrapsText div.text-1 {
  width: auto;
  display: inline;
  color: #fff;
  font-size: 2.0rem;
  text-transform: uppercase;
  border-bottom: solid #fff 1px;
}

header div.wrapsText h1.text-2 {
  width: auto;
  display: inline;
  color: #fff;
  font-size: 6rem;
  font-family: "Playfair Display", serif;
}

header div.wrapsText div.more {
  width: 100%;
  display: inline-block;
}

header div.wrapsText div.more a {
  position: relative;
  color: #fff;
  background-color: #ef7d00;
  padding: 10px 20px;
  font-size: 12px;
  -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
}

header div.video {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}

header div.video div.wraps {
  width: 100%;
  height: auto;
  display: block;
}

header div.bottom-section {
  position: relative;
  background-color: #d2d2d2;
  height: 160px;
  width: 100%;
}

header div.bottom-section-text {
  position: absolute;
  height: 160px;
  padding: 10px 0px;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999;
  display: block;
}

header div.bottom-section-text div.box-left {
  display: block;
  height: 160px;
  float: left;
  width: 40%;
}

header div.bottom-section-text div.box-left img {
  margin-left: 200px;
  max-height: 100%;
  padding: 20px 0px;
}

header div.bottom-section-text div.box-right {
  display: block;
  height: 160px;
  float: left;
  padding: 30px 0px;
  width: 60%;
}

header div.bottom-section-text div.box-right a.more {
  float: left;
  display: block;
}

header div.bottom-section-text div.box-right div.content {
  float: left;
  margin-left: 40px;
  display: block;
}

header div.bottom-section-text div.box-right div.text-1 {
  font-size: 4.0rem;
  color: #000000;
  font-family: "Playfair Display", serif;
}

header div.bottom-section-text div.box-right div.text-2 {
  font-size: 1.6rem;
  color: #818181;
}

div.posts-list {
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}

div.posts-list h2 {
  text-align: left;
  font-size: 4.8rem;
  font-weight: 700;
  color: #000;
  font-family: "Playfair Display", serif;
  padding: 40px 0px 40px  0px;
}

div.posts-list .box {
  text-align: center;
  font-size: 4.8rem;
  color: #000;
  font-family: "Playfair Display", serif;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding-bottom: 15px;
  margin: 20px;
  display: inline-block;
  border-bottom: solid 5px #283583;
}

div.posts-list .box:hover {
  text-decoration: none;
}

div.posts-list .box:hover div.more span {
  background-color: #283583;
}

div.posts-list .box:hover div.extra {
  background-color: #283583;
}

div.posts-list .box div.more {
  right: 15px;
  position: relative;
  width: 100%;
  text-align: right;
}

div.posts-list .box div.more span {
  width: 120px;
  height: auto;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  background-color: #ef7d00;
  text-transform: uppercase;
  top: 0px;
  z-index: 40;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-block;
}

div.posts-list .box div.text {
  text-align: center;
  font-size: 2.0rem;
  color: #283583;
  font-family: "Poppins", sans-serif;
  padding: 10px 0px;
  text-align: left;
}

div.posts-list .box div.content {
  font-size: 1.4rem;
  line-height: 2.0rem;
  color: #575252;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: left;
}

div.posts-list .box div.wraps {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

div.posts-list .box div.image {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
}

div.posts-list .box div.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #283583;
  opacity: 0.8;
  top: 0px;
  z-index: 20;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

div.posts-list .box div.icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

div.posts-list .box div.icon img {
  max-height: 100px;
  vertical-align: middle;
  text-align: center;
}

div.products-list {
  max-width: 1500px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  div.products-list .col-6 {
    padding: 5px !important;
  }
}

div.products-list h2 {
  text-align: left;
  font-size: 4.8rem;
  font-weight: 700;
  color: #000;
  font-family: "Playfair Display", serif;
  padding: 40px 0px 40px  0px;
}

@media screen and (max-width: 992px) {
  div.products-list h2 {
    font-size: 3.0rem;
  }
}

div.products-list h2.blue {
  text-align: left;
  font-size: 3.4rem;
  font-weight: 600;
  color: #283583;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding: 40px 0px 0px  0px;
}

@media screen and (max-width: 992px) {
  div.products-list h2.blue {
    font-size: 3.0rem;
  }
}

div.products-list h3.blue {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
  color: #444;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding: 10px 0px 10px  0px;
  width: 100%;
}

div.products-list h3.blue span {
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  div.products-list h3.blue {
    font-size: 3.0rem;
  }
}

div.products-list div.article-cats {
  width: 100%;
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.0rem;
  color: #757575;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  padding: 0px 0px;
}

div.products-list div.article-cats div.wrapx {
  max-width: 800px;
  padding-bottom: 20px;
  text-align: left;
}

div.products-list .box {
  text-align: center;
  font-size: 4.8rem;
  color: #000;
  font-family: "Playfair Display", serif;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin-bottom: 35px;
  display: inline-block;
}

div.products-list .box:hover {
  text-decoration: none;
}

div.products-list .box:hover div.layer {
  background-color: #ef7d00;
}

div.products-list .box:hover div.extra {
  display: block;
}

div.products-list .box div.text {
  text-align: left;
  font-size: 2.2rem;
  color: #222;
  font-family: "Poppins", sans-serif;
  padding: 10px 10px;
}

@media screen and (max-width: 992px) {
  div.products-list .box div.text {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

@media screen and (max-width: 420px) {
  div.products-list .box div.text {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

div.products-list .box div.desctiption {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.0rem;
  color: #757575;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  padding: 0px 10px;
}

@media screen and (max-width: 768px) {
  div.products-list .box div.desctiption {
    display: none;
  }
}

div.products-list .box div.brand-image {
  border: solid 1px #283583;
}

div.products-list .box div.wraps {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

div.products-list .box div.image {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
}

div.products-list .box div.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #283583;
  opacity: 0.8;
  top: 0px;
  z-index: 20;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

div.products-list .box div.extra-invinite {
  position: relative;
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  background-color: #283583;
  text-transform: uppercase;
  padding: 10px 10px;
  bottom: 10px;
  right: 0px;
  z-index: 42;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}

div.products-list .box div.extra-invinite:hover {
  background-color: #ef7d00;
}

div.products-list .box div.extra-brand {
  position: absolute;
  width: 120px;
  height: auto;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  background-color: #ef7d00;
  text-transform: uppercase;
  bottom: 5px;
  right: 5px;
  z-index: 42;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

div.products-list .box div.extra {
  position: absolute;
  width: 120px;
  height: auto;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  background-color: #ef7d00;
  text-transform: uppercase;
  bottom: 30px;
  right: 10px;
  z-index: 42;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: none;
}

div.products-list .box div.extra-cat {
  position: absolute;
  width: auto;
  max-width: 300px;
  height: auto;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #757575;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  text-transform: uppercase;
  bottom: 0px;
  padding: 5px 10px;
  z-index: 40;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

div.home-products-list {
  max-width: 1500px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  div.home-products-list .col-6 {
    padding: 5px !important;
  }
}

div.home-products-list h2 {
  text-align: left;
  font-size: 4.8rem;
  font-weight: 700;
  color: #000;
  font-family: "Playfair Display", serif;
  padding: 40px 0px 40px  0px;
}

@media screen and (max-width: 992px) {
  div.home-products-list h2 {
    font-size: 3.0rem;
  }
}

div.home-products-list h2.blue {
  text-align: left;
  font-size: 3.4rem;
  font-weight: 600;
  color: #283583;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding: 40px 0px 40px  0px;
}

@media screen and (max-width: 992px) {
  div.home-products-list h2.blue {
    font-size: 3.0rem;
  }
}

div.home-products-list .box {
  text-align: center;
  font-size: 4.8rem;
  color: #000;
  font-family: "Playfair Display", serif;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

div.home-products-list .box:hover {
  text-decoration: none;
}

div.home-products-list .box:hover div.layer {
  background-color: #ef7d00;
}

div.home-products-list .box:hover div.extra {
  background-color: #283583;
}

div.home-products-list .box div.text {
  text-align: center;
  font-size: 2.4rem;
  color: #283583;
  font-family: "Poppins", sans-serif;
  padding: 15px 10px;
}

@media screen and (max-width: 992px) {
  div.home-products-list .box div.text {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

@media screen and (max-width: 420px) {
  div.home-products-list .box div.text {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

div.home-products-list .box div.wraps {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

div.home-products-list .box div.image {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
}

div.home-products-list .box div.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #283583;
  opacity: 0.8;
  top: 0px;
  z-index: 20;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

div.home-products-list .box div.icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

div.home-products-list .box div.icon img {
  max-height: 70px;
  vertical-align: middle;
  text-align: center;
}

div.home-products-list .box div.extra {
  position: absolute;
  width: 120px;
  height: auto;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  background-color: #ef7d00;
  text-transform: uppercase;
  top: 0px;
  z-index: 40;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

div.home-products {
  max-width: 1500px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  div.home-products .col-6 {
    padding: 5px !important;
  }
}

div.home-products h2 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  color: #000;
  font-family: "Playfair Display", serif;
  padding: 60px 0px 40px  0px;
}

@media screen and (max-width: 992px) {
  div.home-products h2 {
    font-size: 3.0rem;
  }
}

div.home-products .box {
  text-align: center;
  font-size: 4.8rem;
  color: #000;
  font-family: "Playfair Display", serif;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

div.home-products .box:hover {
  text-decoration: none;
}

div.home-products .box:hover div.layer {
  background-color: #ef7d00;
}

div.home-products .box:hover div.extra {
  background-color: #283583;
}

div.home-products .box div.text {
  text-align: center;
  font-size: 2.4rem;
  color: #283583;
  font-family: "Poppins", sans-serif;
  padding: 15px 10px;
}

@media screen and (max-width: 992px) {
  div.home-products .box div.text {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

@media screen and (max-width: 420px) {
  div.home-products .box div.text {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

div.home-products .box div.wraps {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

div.home-products .box div.image {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
}

div.home-products .box div.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #283583;
  opacity: 0.8;
  top: 0px;
  z-index: 20;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

div.home-products .box div.icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

div.home-products .box div.icon img {
  max-height: 70px;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 992px) {
  div.home-products .box div.icon img {
    max-height: 50px;
  }
}

div.home-products .box div.extra {
  position: absolute;
  width: 120px;
  height: auto;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  background-color: #ef7d00;
  text-transform: uppercase;
  top: 0px;
  z-index: 40;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

div.home-partners {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px 0px;
  background-image: url("/front/img/assets/partners-bg-top.png"), url("/front/img/assets/partners-bg-bottom.png");
  background-position: top center, bottom, center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1920px;
  background-position: top center;
}

div.home-recommendation-wrap {
  padding: 0px !important;
}

@media screen and (max-width: 992px) {
  div.home-recommendation-wrap {
    padding: 15px !important;
  }
}

div.home-recommendation-wrap div.home-recommendation h2.home {
  padding: 30px 0px;
}

div.home-recommendation-wrap div.home-recommendation div.wraps-bg {
  background-color: #ef7d00;
}

div.home-recommendation-wrap div.home-recommendation div.person {
  color: #000;
  text-align: right;
  background-color: #fff;
  float: right;
}

div.home-recommendation-wrap div.home-recommendation div.person div.wraps {
  text-align: right;
  padding-right: 15px;
  max-width: 500px;
}

@media screen and (max-width: 992px) {
  div.home-recommendation-wrap div.home-recommendation div.person div.wraps {
    padding-right: 0px;
  }
}

div.home-recommendation-wrap div.home-recommendation div.person p.title {
  text-align: left;
  color: #424242;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

div.home-recommendation-wrap div.home-recommendation div.person p.subtitle {
  text-align: left;
  color: #424242;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

div.home-recommendation-wrap div.home-recommendation div.content {
  background-color: #ef7d00;
  color: #fff;
  padding: 30px;
  position: relative;
  height: 100%;
}

div.home-recommendation-wrap div.home-recommendation div.content div.quote {
  font-size: 15.0rem;
  line-height: 8.0rem;
  padding: 40px 0px 0px 0px;
  color: #fff;
  font-family: "Playfair Display", serif;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  div.home-recommendation-wrap div.home-recommendation div.content div.quote {
    font-size: 10.0rem;
    line-height: 6.0rem;
  }
}

div.home-recommendation-wrap div.home-recommendation div.content div.text {
  position: relative;
  font-size: 2.6rem;
  line-height: 3.6rem;
  color: #fff;
  font-family: "Playfair Display", serif;
  max-width: 600px;
}

@media screen and (max-width: 992px) {
  div.home-recommendation-wrap div.home-recommendation div.content div.text {
    font-size: 1.8rem;
    line-height: 2.2rem;
    max-width: 90%;
  }
}

div.home-recommendation-wrap div.home-recommendation div.content div.text div.text-wrap-scroll {
  position: relative;
  overflow-x: hidden;
  max-height: 400px;
  height: 400px;
  padding-right: 40px;
}

div.home-recommendation-wrap div.home-recommendation div.content div.points {
  position: absolute;
  width: 10px;
  height: 100%;
  right: -30px;
  top: 50px;
}

@media screen and (max-width: 992px) {
  div.home-recommendation-wrap div.home-recommendation div.content div.points {
    top: 10px;
  }
}

div.home-recommendation-wrap div.home-recommendation div.content div.points span {
  width: 15px;
  height: 15px;
  margin-bottom: 25px;
  display: block;
  background-color: #f4a44d;
  -webkit-clip-path: polygon(0 0, 100% 0, 80.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 80.5% 100%, 0% 100%);
  cursor: pointer;
}

div.home-recommendation-wrap div.home-recommendation div.content div.points span.active {
  background-color: #fff;
}

div.home-recommendation-wrap div.home-recommendation div.content div.title-wrap {
  position: absolute;
  bottom: 30px;
}

@media screen and (max-width: 992px) {
  div.home-recommendation-wrap div.home-recommendation div.content div.title-wrap {
    position: relative;
    bottom: 0px;
    top: 10px;
    max-width: 90%;
  }
}

div.home-recommendation-wrap div.home-recommendation div.content div.title {
  font-size: 1.6rem;
  color: #424242;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 992px) {
  div.home-recommendation-wrap div.home-recommendation div.content div.title {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

div.home-recommendation-wrap div.home-recommendation div.content div.subtitle {
  font-size: 1.6rem;
  color: #424242;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 992px) {
  div.home-recommendation-wrap div.home-recommendation div.content div.subtitle {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

footer {
  background-color: #424242;
  color: #fff;
}

footer div.footer-bootom {
  margin-top: 20px;
  padding-top: 20px;
  padding: 20px 50px 0px 50px;
  border-top: 1px solid rgba(19, 38, 37, 0.1);
}

@media screen and (max-width: 992px) {
  footer div.footer-bootom {
    padding: 10px 0px 0px 0px;
  }
}

footer div.footer-bootom div.text {
  font-size: 12px;
  color: #fff;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  footer div.footer-bootom div.text {
    font-size: 11px;
  }
}

footer div.footer-bootom ul.footer-menu {
  list-style: none;
  text-align: left;
  display: inline-block;
  margin-left: 150px;
}

@media screen and (max-width: 992px) {
  footer div.footer-bootom ul.footer-menu {
    margin-left: 0px;
    width: 100%;
  }
}

footer div.footer-bootom ul.footer-menu li {
  list-style: none;
  text-align: left;
  display: inline-block;
}

footer div.footer-bootom ul.footer-menu li a {
  padding: 0px 10px;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

footer div.footer-bootom ul.footer-menu li a:hover {
  color: #ef7d00;
}

footer div.footer-bootom ul.footer-social {
  list-style: none;
  text-align: right;
  display: inline-block;
  float: right;
}

footer div.footer-bootom ul.footer-social li {
  list-style: none;
  text-align: right;
  display: inline-block;
}

footer div.footer-bootom ul.footer-social li a {
  padding: 0px 10px;
}

footer div.footer-bootom ul.footer-social li a:hover i {
  color: #ef7d00;
}

footer div.footer-bootom ul.footer-social li a i {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-size: 22px;
  color: #fff;
}

footer div.section-home-newsletter div.wrap-title {
  display: inline-block;
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
  margin-top: 60px;
}

footer div.section-home-newsletter div.wrap-title h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 5.0rem;
  font-family: "Playfair Display", serif;
}

footer div.section-home-newsletter div.wrap-title h3 {
  width: 100%;
  text-align: center;
  color: #ef7d00;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

footer div.section-home-newsletter div.form-wrap {
  font-size: 16px;
  color: #132625;
}

footer div.section-home-newsletter div.form-wrap form.subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 587px;
  margin: 20px auto 30px;
  text-align: center;
}

@media (max-width: 992px) {
  footer div.section-home-newsletter div.form-wrap form.subscribe-form {
    margin: 10px auto 10px auto;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
}

footer div.section-home-newsletter div.form-wrap input.form-input {
  margin-bottom: 0px;
  border-right-style: none;
  height: 60px;
  padding: 14px 29px;
  border-style: solid;
  border-right-style: solid;
  border-width: 1px;
  border-color: rgba(19, 38, 37, 0.1);
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  outline: 0;
  display: block;
  width: 100%;
}

@media (max-width: 992px) {
  footer div.section-home-newsletter div.form-wrap input.form-input {
    margin-bottom: 10px;
  }
}

footer div.section-home-newsletter div.form-wrap input.button {
  padding: 14px 59px;
  border-style: solid;
  border-width: 1px;
  border-color: #ef7d00;
  background-color: #ef7d00;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
}

footer div.section-home-newsletter div.form-wrap input.button:hover {
  background-color: #283583;
  border-color: #283583;
}

@media (max-width: 992px) {
  footer div.section-home-newsletter div.form-wrap input.button {
    width: 100%;
  }
}

footer div.section-home-newsletter div.form-wrap div.form-message-done {
  margin-top: 15px;
  padding: 30px;
  background-color: rgba(255, 226, 209, 0.25);
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

footer div.section-home-newsletter div.form-wrap div.form-message-fail {
  margin: 15px 0px 0px;
  padding: 30px;
  text-align: center;
  background-color: #ffdede;
  font-size: 20px;
  line-height: 30px;
}

footer div.section-home-newsletter div.form-wrap div.text-muted {
  text-align: center;
  font-size: 16px;
}

div.header-page div.logo-header {
  position: absolute;
  top: 0px;
  width: 40%;
  height: 120px;
  z-index: 999999;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
}

@media (max-width: 992px) {
  div.header-page div.logo-header {
    width: 80%;
  }
}

div.header-page div.logo-header a.logo {
  margin: 20px 0px 0px 100px;
  display: inline-block;
  text-align: center;
}

@media (max-width: 992px) {
  div.header-page div.logo-header a.logo {
    margin: 20px 0px 0px 20px;
  }
}

div.header-page div.logo-header a.logo img {
  width: 300px;
}

@media (max-width: 1400px) {
  div.header-page div.logo-header a.logo img {
    width: 250px;
  }
}

@media (max-width: 1200px) {
  div.header-page div.logo-header a.logo img {
    width: 250px;
  }
}

@media (max-width: 1000px) {
  div.header-page div.logo-header a.logo img {
    width: 250px;
  }
}

@media (max-width: 992px) {
  div.header-page div.logo-header a.logo img {
    width: 250px;
  }
}

@media (max-width: 768px) {
  div.header-page div.logo-header a.logo img {
    width: 250px;
  }
}

@media (max-width: 420px) {
  div.header-page div.logo-header a.logo img {
    width: 180px;
  }
}

div.header-page div.logo-header a.button {
  float: right;
  top: 40px;
  position: relative;
  color: #fff;
  background-color: #ef7d00;
  padding: 5px 20px;
}

div.header-page div.shapes-header-page {
  position: absolute;
  top: 0px;
  background-color: #fff;
  width: 40%;
  height: 120px;
  -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
  z-index: 100;
}

@media (max-width: 992px) {
  div.header-page div.shapes-header-page {
    position: relative;
  }
}

div.header-page div.video-header-page {
  width: 100%;
  background-color: red;
  position: relative;
  z-index: 0;
  min-height: 200px;
}

div.header-page div.video-header-page div.wraps {
  position: relative;
  min-height: 200px;
  background-image: url("/front/img/assets/header-page.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

div.header-page div.video-header-page div.wraps img {
  display: none;
}

div.header-page div.video-header-page div.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #283583;
  opacity: 0.8;
  top: 0px;
  z-index: 20;
}

div.header-page div.video-header-page div.h1-wrap {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 500;
  text-align: center;
}

div.header-page div.video-header-page div.h1-wrap img {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  height: 50px;
}

div.header-page div.video-header-page div.icon-head {
  position: relative;
  text-align: center;
}

div.header-page div.video-header-page div.icon-head img {
  height: 60px;
}

div.header-page div.video-header-page h1.pages,
div.header-page div.video-header-page div.h1-pages {
  position: relative;
  font-size: 6.0rem;
  color: #fff;
  font-family: "Playfair Display", serif;
  z-index: 100;
  width: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

div.header-page div.video-header-page h1.pages.h1-products,
div.header-page div.video-header-page div.h1-pages.h1-products {
  font-size: 5.0rem;
  margin-top: 15px;
}

@media (max-width: 992px) {
  div.header-page div.video-header-page h1.pages.h1-products,
  div.header-page div.video-header-page div.h1-pages.h1-products {
    font-size: 3.0rem;
    line-height: 4.0rem;
  }
}

@media (max-width: 992px) {
  div.header-page div.video-header-page h1.pages,
  div.header-page div.video-header-page div.h1-pages {
    font-size: 3.0rem;
    line-height: 4.0rem;
  }
}

div.breadcrumbs {
  width: 100%;
  position: relative;
  top: 10px;
}

div.breadcrumbs span {
  color: #b2b2b2;
}

div.breadcrumbs a {
  color: #b2b2b2;
  font-size: 16px;
  padding: 5px 0px;
  display: inline;
  margin: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 992px) {
  div.breadcrumbs a {
    font-size: 12px;
    padding: 0px 0px;
  }
}

div.breadcrumbs a span {
  padding: 0px 7px;
}

div.breadcrumbs a:hover,
div.breadcrumbs a.active {
  color: #000;
}

.bg-white {
  background-color: #fff;
}

.hr-top {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 0px;
  background-image: url("/front/img/assets/partners-bg-top.png");
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 30px;
}

.hr-bottom {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 0px;
  background-image: url("/front/img/assets/partners-bg-bottom.png");
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 30px;
}

.hr {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 0px;
  background-image: url("/front/img/assets/hr.png");
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 30px;
}

h2.home {
  width: 100%;
  font-size: 4.8rem;
  font-weight: 700;
  color: #000000;
  font-family: "Playfair Display", serif;
  padding: 10px 0px;
}

@media screen and (max-width: 992px) {
  h2.home {
    font-size: 3.0rem;
  }
}

headerOLD div.navigation-wrap {
  position: absolute;
  z-index: 3;
  width: 100%;
}

headerOLD div.navi-left div {
  cursor: pointer;
}

headerOLD div.navi-left div svg rect {
  fill: #fff;
}

headerOLD div.naviagation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 60px;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 10;
}

@media (max-width: 992px) {
  headerOLD div.naviagation {
    padding: 0px 15px;
  }
}

headerOLD div.navi-center {
  padding: 10px 0px;
}

headerOLD div.navi-center img.logo-header {
  height: 80px;
}

@media (max-width: 992px) {
  headerOLD div.navi-center img.logo-header {
    height: 40px;
  }
}

headerOLD div.navi-right a {
  padding: 0px;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  color: #132625;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-right: 30px;
}

headerOLD div.navi-right img.search {
  cursor: pointer;
}

headerOLD.black {
  height: 100px;
}

headerOLD.black div.naviagation {
  border-bottom: 1px solid rgba(19, 38, 37, 0.1);
}

headerOLD.black div.navi-left svg rect {
  fill: #000;
}

headerOLD.black div.navi-right a {
  color: #000 !important;
}

headerOLD.black div.naviagation {
  color: #000 !important;
}

headerOLD.bgx-creamy {
  height: 100px;
  background-color: #faf6ee;
}

headerOLD.bgx-creamy div.naviagation {
  border-bottom: 1px solid rgba(19, 38, 37, 0.1);
}

headerOLD.bgx-creamy div.navi-left svg rect {
  fill: #000;
}

headerOLD.bgx-creamy div.navi-right a {
  color: #000 !important;
}

headerOLD.bgx-creamy div.naviagation {
  color: #000 !important;
}

.button-more {
  border-color: rgba(19, 38, 37, 0.1);
  background-color: transparent;
  color: #132625;
  padding: 14px 59px;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

.button-more:hover {
  background-color: #132625;
  color: #fff;
  border-color: rgba(19, 38, 37, 0.1);
  text-decoration: none;
}

div.section-home-galleries {
  margin: 60px 0px 60px 0px;
  padding: 0px 30px;
}

.button {
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 59px;
  border-style: solid;
  border-width: 1px;
}

.button.transparent {
  color: #132625;
  background-color: transparent;
  border: solid rgba(19, 38, 37, 0.1) 1px;
}

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

footerOLD {
  margin-top: 120px;
  padding-top: 60px;
  border-top: 1px solid rgba(19, 38, 37, 0.1);
}

footerOLD div.logo {
  text-align: center;
  margin: 60px 0px;
}

footerOLD div.logo img {
  height: 120px;
}

footerOLD div.title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

footerOLD ul.footer-menu {
  list-style: none;
}

footerOLD ul.footer-menu li {
  list-style: none;
}

footerOLD ul.footer-menu li a {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-style: normal;
  color: #132625;
  font-size: 20px;
  line-height: 30px;
  opacity: 1;
}

footerOLD ul.footer-menu li a:hover {
  opacity: 0.5;
  outline: 0;
}

footerOLD div.address {
  color: #132625;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

footerOLD div.address a {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-style: normal;
  color: #132625;
  font-size: 20px;
  line-height: 30px;
  opacity: 1;
}

footerOLD div.address a:hover {
  opacity: 0.5;
  outline: 0;
}

footerOLD .row-menu .col-12,
footerOLD .row-menu .col-sm-4 {
  text-align: center;
}

.white-button {
  display: inline-block;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

._btnBlue {
  cursor: pointer;
  line-height: 2.0rem;
  display: inline-block;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff !important;
  background: #283583;
  border-color: #283583;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin-bottom: 10px;
  margin-top: 10px;
}

._btnBlue:hover {
  text-decoration: none;
  background: #ef7d00;
  border-color: #ef7d00;
  color: #ffffff !important;
}

._btnOrange {
  cursor: pointer;
  line-height: 2.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff !important;
  background: #ef7d00;
  border-color: #ef7d00;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin-bottom: 10px;
  margin-top: 10px;
}

._btnOrange.min-h-80 {
  min-height: 80px;
}

._btnOrange:hover {
  text-decoration: none;
  background: #283583;
  border-color: #283583;
  color: #ffffff !important;
}

._btnRed {
  cursor: pointer;
  line-height: 2.0rem;
  display: inline-block;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff !important;
  background: #8C1D18;
  border-color: #8C1D18;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

._btnRed:hover {
  text-decoration: none;
  color: #ffffff !important;
}

._btnRed {
  cursor: pointer;
  line-height: 2.0rem;
  display: inline-block;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff;
  background: #8C1D18;
  border-color: #8C1D18;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

._btnRed:hover {
  text-decoration: none;
  color: #ffffff;
}

._btnGreen {
  cursor: pointer;
  line-height: 2.0rem;
  display: inline-block;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff;
  background: #6ab165;
  border-color: #6ab165;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

._btnGreen:hover {
  text-decoration: none;
  color: #ffffff;
}

div.section-pages {
  margin: 40px auto;
}

div.section-pages img.product-stempel {
  max-width: 200px;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  div.section-pages img.product-stempel {
    width: 90px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}

div.section-pages div.image-logo-fix {
  padding: 30px 0px;
}

div.section-pages .btnVoteFix {
  cursor: pointer;
  line-height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 3.0rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff !important;
  background: #ef7d00;
  border-color: #ef7d00;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin-bottom: 10px;
  margin-top: 45px;
  text-transform: uppercase;
}

div.section-pages .btnVoteFix.min-h-80 {
  min-height: 80px;
}

div.section-pages .btnVoteFix:hover {
  text-decoration: none;
  background: #283583;
  border-color: #283583;
  color: #ffffff !important;
}

div.section-pages .btnVoteFixBlue {
  cursor: pointer;
  line-height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 3.0rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff !important;
  background: #283583;
  border-color: #283583;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}

div.section-pages .btnVoteFixBlue.min-h-80 {
  min-height: 80px;
}

div.section-pages .btnVoteFixBlue:hover {
  text-decoration: none;
  background: #ef7d00;
  border-color: #ef7d00;
  color: #ffffff !important;
}

div.section-pages div.company-name {
  font-size: 2.4rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  padding: 0px 0px;
  position: relative;
  top: 20px;
}

div.section-pages div.text-www a {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding: 10px 0px;
}

div.section-pages img.logo-company {
  height: 60px;
}

div.section-pages .btnInviniteAll {
  cursor: pointer;
  line-height: 3.6rem;
  display: inline-block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff !important;
  background: #ef7d00;
  border-color: #ef7d00;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin-bottom: 20px;
  margin-top: 20px;
  width: auto;
}

div.section-pages .btnInviniteAll:hover {
  text-decoration: none;
  background: #283583;
  border-color: #283583;
  color: #ffffff !important;
}

div.section-pages div.confirm-vote {
  color: #ef7d00;
  border: solid 1px #ef7d00;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 40px auto;
}

div.section-pages div.confirm-vote div.text {
  text-align: left;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 400;
  background-color: #ef7d00;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding: 30px 30px;
  display: inline-block;
  width: 100%;
}

div.section-pages div.staticPage {
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
}

div.section-pages div.article {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #818181;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: left;
}

div.section-pages div.bt-wraps {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.section-pages div.bt-wraps a {
  width: auto;
  margin: 30px;
  font-size: 2.4rem;
  line-height: 4.0rem;
  font-family: "Poppins", sans-serif;
  padding: 10px 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  div.section-pages div.bt-wraps a {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 10px 20px;
    margin: 15px;
  }
}

div.section-pages h1.h1-post {
  display: inline;
  width: auto;
}

div.section-pages ul,
div.section-pages ol {
  margin: 0px 20px;
}

div.section-pages div.navigation {
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
}

div.section-pages div.navigation h1.pages {
  width: auto;
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 0px;
  line-height: 100%;
  position: relative;
  top: 0px;
  font-size: 3.6rem;
}

div.section-pages ul.company-social {
  list-style: none;
  text-align: right;
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0px 10px;
  float: right;
}

div.section-pages ul.company-social li {
  list-style: none;
  text-align: right;
  display: inline-block;
  margin-top: 5px;
  padding: 0px 5px;
  cursor: pointer;
}

div.section-pages ul.company-social li img {
  height: 40px;
}

div.section-pages ul.company-social li a {
  padding: 0px 10px;
}

div.section-pages .no-guttersGalleries {
  padding: 0px !important;
}

div.other-products div.item {
  border-bottom: solid 1px #424242;
  margin-bottom: 20px;
}

div.other-products div.title {
  font-size: 2.0rem;
  font-weight: 700;
  color: #424242;
  font-family: "Playfair Display", serif;
}

div.other-products div.subtitle {
  font-size: 1.6rem;
  font-weight: 400;
  color: #818181;
  font-family: "Playfair Display", serif;
}

div.other-products div.votes {
  margin: 10px 0px 20px 0px;
}

div.other-products div.votes a {
  display: inline-block;
  height: auto;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  background-color: #ef7d00;
  text-transform: uppercase;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 160px;
}

div.other-products div.votes a:hover {
  background-color: #283583;
}

h3.menu-right {
  font-size: 2.6rem;
  font-weight: 700;
  color: #424242;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
}

div.back-to-home {
  width: 100%;
  margin: 20px auto 20px auto;
  text-align: center;
}

div.back-to-home a {
  display: inline-block;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  background-color: #283583;
  text-transform: uppercase;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: auto;
  padding: 20px 50px;
}

div.back-to-home a:hover {
  background-color: #ef7d00;
}

div.clearPage {
  width: 100%;
  display: inline-block;
}

div.header.bgx-creamy h1 {
  color: #000;
}

div.header.bgx-creamy p.date {
  color: #000;
  text-align: center;
  position: relative;
  z-index: 99;
  font-size: 30px;
}

div.header h1 {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
          transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

div.header div.anim-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #132625;
  color: #fff;
}

div.header div.anim-image-wrap.bgx-white {
  background-image: none;
  background-color: #fff;
  min-height: 200px;
}

div.header div.anim-image-wrap.bgx-creamy {
  background-image: none;
  background-color: #faf6ee;
  min-height: 300px;
}

div.header div.anim-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 1;
  will-change: transform;
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.24168, 1.24168, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
          transform: translate3d(0px, 0px, 0px) scale3d(1.24168, 1.24168, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-image: url("/images/webp/1800x1200/front/img/assets/body.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

div.header div.anim-image.bgx-transparent {
  background-image: none;
  background-color: transparent;
}

div.header div.anim-image.bgx-white {
  background-image: none;
  background-color: #fff;
  min-height: auto;
}

div.header div.anim-image.bgx-creamy {
  background-image: none;
  background-color: #faf6ee;
  min-height: auto;
}

div.header h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 54px;
  line-height: 60px;
  font-weight: 400;
}

div.header .header-subtitle {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: transparent;
  position: relative;
  z-index: 100;
}

div.header .header-subtitle:hover {
  background-color: #fff;
  color: #132625;
  text-decoration: none;
}

div.header .arrow-down-wrap {
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 0px;
  -webkit-box-pack: center;
  position: absolute;
  bottom: 60px;
  border: 1px rgba(255, 255, 255, 0.1) solid;
}

div.header .arrow-down-wrap:hover,
div.header .arrow-down-wrap:active,
div.header .arrow-down-wrap:focus {
  border-color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0.25);
}

div.header .arrow-down {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
}

h1.pageSite {
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  color: #132625;
}

@media screen and (max-width: 992px) {
  h1.pageSite {
    font-size: 26px;
    line-height: 36px;
  }
}

h2.pageSite {
  font-size: 24px !important;
  line-height: 40px !important;
  font-weight: 700 !important;
  color: #132625;
  font-family: "Poppins", sans-serif;
}

h2 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  color: #132625;
}

div.section-posts {
  padding: 120px 0px;
}

div.section-posts h1.pages {
  margin-bottom: 90px;
  width: 100%;
  text-align: center;
  font-size: 54px;
  line-height: 60px;
  font-weight: 400;
}

div.section-posts h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  color: #132625;
}

div.section-posts div.post-box {
  margin-bottom: 100px;
}

div.section-posts div.post-box img.image-post {
  position: relative;
  z-index: 2;
  padding-top: 15%;
  padding-bottom: 15%;
}

div.section-posts div.post-box div.blog-post-color-bg {
  position: absolute;
  z-index: 1;
  top: 10%;
  right: 0px;
  width: 70%;
  height: 100%;
  background-color: #faf6ee;
  will-change: transform;
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
          transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

div.section-posts div.post-box div.wrap-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

div.section-posts div.post-box div.wrap-title h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin: 60px 0px 40px 0px;
}

div.section-posts div.post-box div.description-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.section-posts div.post-box div.description-wrap div.description {
  width: 100%;
}

div.section-posts div.post-box div.description-wrap div.head {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0px;
}

div.section-posts div.post-box div.description-wrap div.title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

div.section-posts div.post-box div.description-wrap div.bt-wrap {
  text-align: center;
  margin: 80px 0px;
}

div.section-more-stories {
  background-color: rgba(255, 226, 209, 0.25);
  padding: 100px 0px;
}

div.section-more-stories div.post-box {
  margin-bottom: 100px;
}

div.section-more-stories div.post-box img.image-post {
  position: relative;
  z-index: 2;
  padding-top: 15%;
  padding-bottom: 15%;
}

div.section-more-stories div.post-box div.blog-post-color-bg {
  position: absolute;
  z-index: 1;
  top: 10%;
  right: 0px;
  width: 70%;
  height: 100%;
  background-color: #faf6ee;
  will-change: transform;
  -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
          transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

div.section-more-stories div.post-box div.wrap-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: left;
  -ms-flex-align: left;
      align-items: left;
}

div.section-more-stories div.post-box div.wrap-title h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin: 60px 0px 40px 0px;
}

div.section-more-stories div.post-box .description-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  color: #132625;
}

div.section-more-stories div.post-box .description-wrap:hover {
  color: #132625;
}

div.section-more-stories div.post-box .description-wrap div.description {
  width: 100%;
}

div.section-more-stories div.post-box .description-wrap div.head {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
  padding: 20px 0px;
}

div.section-more-stories div.post-box .description-wrap div.title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
}

div.section-more-stories div.post-box .description-wrap div.bt-wrap {
  text-align: left;
  margin: 80px 0px;
}

/*products*/

div.section-products {
  padding: 120px 0px;
}

@media (max-width: 992px) {
  div.section-products {
    padding: 20px 0px;
  }
}

div.section-products h1.pages {
  margin-bottom: 90px;
  width: 100%;
  text-align: center;
  font-size: 54px;
  line-height: 60px;
  font-weight: 400;
}

div.section-products h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  color: #132625;
}

/*product*/

div.section-product {
  padding: 120px 0px;
}

div.section-product h1.pages {
  margin-bottom: 20px;
  width: 100%;
  color: #132625;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}

div.section-product h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  color: #132625;
}

div.section-product div.product-info {
  padding: 0px 80px 40px 80px;
}

@media (max-width: 992px) {
  div.section-product div.product-info {
    padding: 0px 15px;
  }
}

div.section-product div.price-wrap {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

div.section-product div.price-wrap div.promotion {
  display: inline-block;
  width: auto;
  background-color: #ffe2d1;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 20px;
}

div.section-product div.price-wrap div.price {
  text-align: center;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #132625;
  padding-left: 20px;
}

div.section-product div.price-wrap div.price span.strike {
  padding-left: 20px;
  opacity: 0.2;
  text-decoration: line-through;
}

div.section-product div.description {
  color: #132625;
  font-size: 20px;
  line-height: 30px;
}

div.section-product div.description ul {
  margin: 0px 20px;
}

div.section-product button.product-btn-buy-now {
  background-color: #132625;
  border: solid 1px #132625;
  color: #fff;
  display: block;
  width: 100%;
  height: 60px;
  margin-top: 30px;
  text-align: center;
}

div.section-product .gallery-card {
  position: relative;
}

div.section-product .gallery-card img {
  position: relative;
}

div.section-product .gallery-card div.layer {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #132625;
  opacity: 0.7;
  top: -100%;
  left: 0px;
  z-index: 500;
}

div.section-product .gallery-card div.layer-text {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  color: white;
  z-index: 900;
  text-align: center;
  font-size: 1.0rem;
  line-height: 1.2rem;
  font-weight: 500;
  z-index: 600;
  z-index: 9999999;
}

.hideOnlyPhone {
  display: block;
}

@media (max-width: 992px) {
  .hideOnlyPhone {
    display: none;
  }
}

.showOnlyPhone {
  display: none;
}

@media (max-width: 992px) {
  .showOnlyPhone {
    display: block;
  }
}

.form-reminder-wrap {
  display: none;
}

.form-reminder-wrap.active {
  display: block;
}

.error-message {
  background-color: red;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  display: none;
  margin: 0 auto;
  width: auto;
  padding: 5px 20px;
}

.success-message-wrap {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.success-message {
  padding: 14px 59px;
  border-style: solid;
  border-width: 1px;
  border-color: #132625;
  background-color: #132625;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
  display: none;
}

/*shop cart END*/

.form-hide-signup.hide {
  display: none;
}

.header-fix-mobile {
  display: none;
}

.header-fix-mobile.hides {
  display: block;
}

@media screen and (max-width: 992px) {
  .header-fix-mobile {
    display: block;
  }
}

.header-fix-desktop.hides {
  display: none;
}

@media screen and (max-width: 992px) {
  .header-fix-desktop {
    display: none;
  }
}

div.form-product-message,
div.form-invinite-message {
  color: #283583;
  border: solid 1px #283583;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 800px;
  width: 100%;
  display: none;
}

div.form-product-message div.text,
div.form-invinite-message div.text {
  text-align: left;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 400;
  background-color: #283583;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding: 30px 30px;
  display: inline-block;
  width: 100%;
}

form.product-form {
  max-width: 100%;
  width: 100%;
  margin: 20px auto 30px;
  text-align: left;
  display: inline-block;
}

@media (max-width: 992px) {
  form.product-form {
    margin: 10px auto 10px auto;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
}

form.product-form.extraStandard {
  max-width: 600px;
}

form.product-form h2.blue {
  text-align: left;
  font-size: 3.0rem;
  font-weight: 400;
  color: #283583;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding: 0px 0px 10px  0px;
}

@media screen and (max-width: 992px) {
  form.product-form h2.blue {
    font-size: 3.0rem;
  }
}

form.product-form .form-group {
  text-align: left;
}

form.product-form label {
  text-align: left;
  color: #444;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
}

form.product-form label.small-text {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

form.product-form input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  display: block;
  float: left;
}

form.product-form textarea.form-control {
  height: 200px;
}

form.product-form span.show-full {
  display: inline;
  top: -3px;
  position: relative;
  left: 4px;
}

form.product-form span.show-less {
  overflow: hidden;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -3px;
  position: relative;
  left: 4px;
}

form.product-form span.show-less.active {
  height: 100%;
}

form.product-form span.show-more {
  color: #283583;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  top: -10px;
  position: relative;
  left: 16px;
  cursor: pointer;
}

form.product-form input.form-control,
form.product-form textarea.form-control {
  margin-bottom: 0px;
  border-right-style: none;
  height: 50px;
  padding: 14px 29px;
  border-style: solid;
  border-right-style: solid;
  border-width: 1px;
  border-color: rgba(19, 38, 37, 0.1);
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 0.1em;
  outline: 0;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  form.product-form input.form-control,
  form.product-form textarea.form-control {
    margin-bottom: 10px;
  }
}

form.product-form textarea.form-control {
  height: 300px;
}

form.product-form button,
form.product-form .button {
  padding: 14px 59px;
  border-style: solid;
  border-width: 1px;
  border-color: #ef7d00;
  background-color: #ef7d00;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 2.0rem;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-align: center;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
}

form.product-form button:hover,
form.product-form .button:hover {
  background-color: #283583;
  border-color: #283583;
}

@media (max-width: 992px) {
  form.product-form button,
  form.product-form .button {
    width: 100%;
  }
}

form.product-form div.form-message-done {
  margin-top: 15px;
  padding: 30px;
  background-color: rgba(255, 226, 209, 0.25);
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

form.product-form div.form-message-fail {
  margin: 15px 0px 0px;
  padding: 30px;
  text-align: center;
  background-color: #ffdede;
  font-size: 20px;
  line-height: 30px;
}

form.product-form div.text-muted {
  text-align: center;
  font-size: 16px;
}

.section-opinions {
  max-width: 1140px;
}

.section-opinions div.spaces {
  margin-bottom: 50px;
}

.section-opinions div.person {
  color: #000;
  text-align: right;
  background-color: #fff;
  float: right;
}

.section-opinions div.derby {
  color: #424242;
  font-size: 1.6rem;
  line-height: 2.0rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding-left: 30px;
}

@media screen and (max-width: 992px) {
  .section-opinions div.derby {
    padding: 0px;
  }
}

.section-opinions div.description {
  color: #222;
  font-size: 1.6rem;
  padding: 30px;
  font-style: italic;
}

@media screen and (max-width: 992px) {
  .section-opinions div.description {
    padding: 0px;
  }
}

.section-opinions p.title {
  margin-top: 10px;
  text-align: right;
  color: #424242;
  font-size: 1.6rem;
  line-height: 2.0rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 4px;
}

.section-opinions p.subtitle {
  text-align: right;
  color: #424242;
  font-size: 1.4rem;
  line-height: 2.0rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 4px;
}

.invinite-form {
  width: auto;
  padding: 0px;
  text-align: center;
  display: block;
  margin: 0 auto;
  border: solid 2px #283583;
  margin: 30px;
}

.invinite-form h2.invinite {
  background-color: #283583;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  position: relative;
}

.invinite-form div.invinite-wrap {
  width: 100%;
  padding: 15px 15px;
}

.invinite-form .btn-close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ef7d00;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 1px 5px 5px 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.invinite-form .btn-close-modal:hover {
  color: #ef7d00;
  background-color: #fff;
}

.invinite-form .product-name {
  color: #757575;
  text-align: left;
  font-size: 2.0rem;
  padding: 10px 15px;
}

.invinite-form #product-name {
  text-align: center;
  font-size: 3.0rem;
  padding: 10px 15px;
  font-weight: 600;
}

.invinite-form .product-photo {
  text-align: center;
}

.invinite-form .product-photo img {
  max-width: 360px;
}

.invinite-form .btn_send_next {
  cursor: pointer;
  line-height: 2.0rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff !important;
  background: #ef7d00;
  border-color: #ef7d00;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin-bottom: 10px;
  margin-top: 20px;
  width: auto;
}

.modal-backdrop.show {
  opacity: 0.9 !important;
}

#generatorModal {
  z-index: 9999999999;
}

.modal-lg {
  max-width: 1140px;
}

#rulesVoteModal h5.modal-title {
  font-size: 3rem;
}

#rulesVoteModal button.close span {
  font-size: 4rem;
}

#rulesVoteModal .modal-body {
  padding: 20px 20px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #818181;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: left;
}

#rulesVoteModal ol {
  padding: 0px 15px;
}

#rulesVoteModal ol li {
  padding-bottom: 20px;
}

div.cats-wraps .boxMar {
  margin-bottom: 10px;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

div.cats-wraps a.box-blue-small {
  display: inline-block;
  background-color: #fff;
  color: #283583;
  border: solid 1px #283583;
  text-align: center;
  padding: 10px 20px 5px 20px;
  font-size: 1.8rem;
  height: 45px;
  width: auto;
  font-weight: 600;
  line-height: 2rem;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 0px 15px 15px 15px;
}

div.cats-wraps a.box-blue-small:hover {
  background-color: #ef7d00;
  color: #fff;
  border: solid 1px #ef7d00;
}

@media screen and (max-width: 420px) {
  div.cats-wraps a.box-blue-small {
    height: 40px;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

div.cats-wraps a.box-blue {
  display: block;
  background-color: #fff;
  color: #283583;
  border: solid 1px #283583;
  text-align: center;
  padding: 10px 10px;
  font-size: 1.8rem;
  height: 90px;
  width: 100%;
  font-weight: 700;
  line-height: 2.6rem;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 576px) {
  div.cats-wraps a.box-blue {
    padding: 0px;
    font-size: 1.6rem;
    line-height: 2.0rem;
  }
}

@media screen and (max-width: 420px) {
  div.cats-wraps a.box-blue {
    padding: 0px;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}

div.cats-wraps a.box-blue span {
  width: 80%;
  display: block;
  margin: 0 auto;
}

div.cats-wraps a.box-blue:hover {
  background-color: #ef7d00;
  color: #fff;
  border: solid 1px #ef7d00;
}

div.cats-wraps a.box-orange {
  display: inline-block;
  background-color: #ef7d00;
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  font-size: 1.4rem;
  font-weight: 600;
  height: 70px;
  width: 100%;
  line-height: 2rem;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin-bottom: 30px;
}

div.cats-wraps a.box-orange:hover {
  background-color: #283583;
}

.zl-scrollBar {
  background: #ffffff !important;
}

.zl-scrollBar:hover {
  background: #ffffff !important;
}

.zl-scrollBarBox {
  background: #f4a44d !important;
}

ul.categories,
ol.categories {
  list-style-type: upper-roman;
}

ul.categories li,
ol.categories li {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  padding-top: 20px;
}

ul.categories-1 li,
ol.categories-1 li {
  font-size: 16px;
  font-weight: 400;
  color: #818181;
  text-transform: inherit;
  padding-bottom: 10px;
  padding-top: 0px;
}

ul.categories-2,
ol.categories-2 {
  list-style: none;
}

ul.categories-2 li,
ol.categories-2 li {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  text-transform: inherit;
  line-height: 14px;
  padding-bottom: 10px;
  padding-top: 0px;
}

ul.categories-2 li:before,
ol.categories-2 li:before {
  content: "-";
  text-indent: -5px;
}

ul.categories-2 li span,
ol.categories-2 li span {
  width: 100%;
  display: inline-block;
  font-size: 11px;
  font-style: italic;
  padding-left: 10px;
  color: #818181;
}

div.brand-list {
  text-align: center;
  margin: 0 auto;
  display: block;
}

div.brand-list h2 {
  margin: 30px 0px 40px 0px;
  font-weight: 700;
  font-size: 3.0rem;
}

div.brand-list h3 {
  margin: 25px 0px 0px 0px;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: left;
}

div.brand-list .buttonFix {
  padding: 14px 59px;
  border-style: solid;
  border-width: 1px;
  border-color: #ef7d00;
  background-color: #ef7d00;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 2.0rem;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-align: center;
  width: auto;
  margin: 15px auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
}

div.brand-list .buttonFix:hover {
  background-color: #283583;
  border-color: #283583;
}

@media (max-width: 992px) {
  div.brand-list .buttonFix {
    width: 100%;
  }
}

div.brand-list div.brand-list-items div.box {
  border: solid 1px #283583;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  margin: 1.5rem auto;
  cursor: pointer;
  position: relative;
}

div.brand-list div.brand-list-items div.box:hover {
  border: solid 2px #ef7d00;
}

div.brand-list div.brand-list-items div.box.selected {
  border: solid 5px #ef7d00;
}

#peopleWrap div.extra-zespoly-flotowe {
  -webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  border: none;
  text-align: center;
  padding: 15px;
  min-height: 380px;
  margin-bottom: 30px;
  background-color: #cecece;
  position: relative;
}

#peopleWrap div.extra-zespoly-flotowe:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #ef7d00;
}

#peopleWrap div.extra-zespoly-flotowe-text {
  position: relative;
}

#peopleWrap div.extra-zespoly-flotowe-text p.title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

#peopleWrap div.extra-zespoly-flotowe-text p.work-positions {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

#peopleWrap div.extra-zespoly-flotowe-more-wrap {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  left: 0px;
}

#peopleWrap a.extra-zespoly-flotowe-more {
  background-color: #283583;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 5px 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
}

.fix-form {
  padding: 15px;
  border: solid 1px rgba(19, 38, 37, 0.1);
  max-width: 600px;
}

input.amsify-suggestags-input {
  margin-bottom: 0px;
  border-right-style: none;
  height: 50px;
  padding: 14px 29px;
  border-style: solid;
  border-right-style: solid;
  border-right-style: solid;
  border-width: 1px;
  border-color: rgba(19, 38, 37, 0.1);
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 0.1em;
  outline: 0;
  width: 100%;
}

.amsify-suggestags-input-area .amsify-select-tag.col-bg {
  background: #d8d8d8;
  color: black;
  font-size: 14px;
  margin-right: 15px;
}

#description-wrap,
#description-company-wrap {
  display: none;
}

.content-about-us {
  font-size: 1.6rem;
  font-weight: 600;
  color: #222;
  text-transform: inherit;
  line-height: 2.0rem;
  padding-bottom: 60px;
  padding-top: 10px;
  text-align: center;
  color: #283583;
}

@media screen and (max-width: 992px) {
  .content-about-us {
    font-size: 1.4rem;
  }
}

.title-about-us {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  text-transform: inherit;
  line-height: 2.6rem;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #ef7d00;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .title-about-us {
    font-size: 2.0rem;
  }
}

.imageFixed {
  position: relative;
  max-width: 60px;
  padding-right: 15px;
  padding-top: 15px;
  float: left;
}

.contentFixed {
  position: relative;
  float: left;
  width: calc(100% - 80px);
}

.content-about-usx {
  font-size: 1.6rem;
  font-weight: 600;
  color: #222;
  text-transform: inherit;
  line-height: 2.0rem;
  padding-bottom: 60px;
  padding-top: 10px;
  text-align: left;
  color: #283583;
}

@media screen and (max-width: 992px) {
  .content-about-usx {
    font-size: 1.4rem;
  }
}

.title-about-usx {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  text-transform: inherit;
  line-height: 2.6rem;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #ef7d00;
  text-align: left;
}

@media screen and (max-width: 992px) {
  .title-about-usx {
    font-size: 2.0rem;
  }
}

.iframeVideoHeader {
  height: 0px;
  padding-top: 0px;
  padding-bottom: 30%;
  position: relative;
}

.iframeVideoHeader iframe,
.iframeVideoHeader video {
  width: 100%;
  height: 100%;
  position: absolute;
}

div.h2 {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #818181;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: left;
  margin: 0px;
}

div.h3 {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #818181;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-align: left;
  margin-bottom: 20px;
}

.section-iterview {
  background: #ece8e8;
}

.section-iterview div.article {
  color: #444 !important;
}

.section-iterview h2 {
  text-align: left;
  font-size: 3.0rem;
  font-weight: 500;
  color: #283583;
  font-family: "Poppins", sans-serif;
  padding: 0px 0px 10px 0px;
}

