@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/**/
/**/
.hoverAccent, body .product-box:hover .box-header .box-text strong.title,
body .product-box:hover .box-header .box-text span, body .product-box .box-header .box-forward > span:hover, body .product-box .box-header .box-text:hover strong.title, body .product-box .box-header .box-text:hover span {
  color: #0064ff;
}

#widget_capability-1 {
  background-image: url("https://ever.sofamel.com/data/eshop/eversofamel/uploads/images/capability-1.webp?_t=1766073068");
}

#widget_capability-2 {
  background-image: url("https://ever.sofamel.com/data/eshop/eversofamel/uploads/images/capability-2.webp?_t=1766073068");
}

#widget_capability-3 {
  background-image: url("https://ever.sofamel.com/data/eshop/eversofamel/uploads/images/capability-4.webp?_t=1766073068");
}

#widget_capability-4 {
  background-image: url("https://ever.sofamel.com/data/eshop/eversofamel/uploads/images/capability-5.webp?_t=1766073068");
}

#widget_world-gif {
  position: relative;
  max-width: 900px;
  display: block;
  margin: 0 auto;
}
#widget_world-gif > img {
  width: 100%;
  position: relative;
  background: #f9f9fa;
  z-index: 0;
  border-radius: 50%;
}
#widget_world-gif #usa {
  top: 20%;
  left: 5%;
}
#widget_world-gif #mexico {
  top: 33%;
  left: 7%;
}
#widget_world-gif #peru {
  top: 46%;
  left: 0%;
}
#widget_world-gif #brazil {
  top: 53%;
  left: 10%;
}
#widget_world-gif #sweden {
  top: 15%;
  left: 40%;
}
#widget_world-gif #germany {
  top: 22%;
  left: 43%;
}
#widget_world-gif #spain {
  top: 32%;
  left: 34%;
}
#widget_world-gif #kuwait {
  top: 37%;
  left: 53%;
}
#widget_world-gif #dubai {
  top: 42%;
  left: 59%;
}
#widget_world-gif #south-africa {
  top: 70%;
  left: 47%;
}
#widget_world-gif #korea {
  top: 49%;
  right: -8%;
  z-index: -1;
  animation: countryRightKorea 10s ease-in-out infinite alternate;
}
#widget_world-gif .globe-tag {
  position: absolute;
  background: rgba(109, 145, 211, 0.6509803922);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(2px);
  color: #fff;
  border-radius: 8px;
  font-size: 1.75em;
  font-weight: bold;
  animation: countryRight 10s ease-in-out infinite alternate;
}

@keyframes countryRight {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(38%, 15%);
  }
}
@keyframes countryRightKorea {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-34%, -5%);
  }
}
[id*=_capability-] {
  /*     background: url('/data/cache/opt_webp/eshop/eversofamel/uploads/images/wind-1763726076-2000x2000.webp'); */
  background-position: center;
  background-size: cover;
  height: 540px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media (max-width: 992px) {
  [id*=_capability-] {
    margin-bottom: 30px;
  }
}
[id*=_capability-] .capability-box {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 15px;
  backdrop-filter: brightness(0.8);
  transition: all 0.4s ease;
}
[id*=_capability-] .capability-box h3 {
  color: #fafafa;
  font-size: 3em;
  max-width: 310px;
}
[id*=_capability-] .capability-box .subtitle {
  position: absolute;
  bottom: 15px;
  color: #fafafa;
  max-width: 250px;
  transition: all 0.2s ease;
  opacity: 1;
}
[id*=_capability-] .capability-box .hidden-text {
  position: absolute;
  display: flex;
  width: 100%;
  padding: 0 15px;
  left: 0;
  justify-content: space-between;
  gap: 15px;
  color: #fafafa;
  line-height: 1.25;
  transition: all 0.4s ease;
  bottom: -500px;
  opacity: 0;
}
[id*=_capability-] .capability-box .hidden-text span {
  column-count: 2;
}
[id*=_capability-]:hover .capability-box {
  background: #494949;
  backdrop-filter: brightness(0);
}
[id*=_capability-]:hover .capability-box .hidden-text {
  bottom: 15px;
  opacity: 1;
}
[id*=_capability-]:hover .capability-box .subtitle {
  bottom: -500px;
  opacity: 0;
}

[id*=widget_historia] {
  display: flex;
  align-items: center;
  justify-content: center;
}
[id*=widget_historia] .steps {
  max-width: 1170px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
[id*=widget_historia] .steps::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  background: #bdbdbd;
  width: 10px;
  height: 100%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  [id*=widget_historia] .steps::before {
    left: 95%;
  }
}
[id*=widget_historia] .steps .step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  position: relative;
}
[id*=widget_historia] .steps .step::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  background: #676767;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  [id*=widget_historia] .steps .step::before {
    left: 95%;
  }
}
[id*=widget_historia] .steps .step .year {
  width: 50%;
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 6em;
}
@media (max-width: 768px) {
  [id*=widget_historia] .steps .step .year {
    width: 95%;
  }
}
[id*=widget_historia] .steps .step .description {
  width: 50%;
  font-size: 2em;
  text-align: center;
  padding: 5px 30px;
}
@media (max-width: 768px) {
  [id*=widget_historia] .steps .step .description {
    width: 95%;
  }
}
@media (min-width: 768px) {
  [id*=widget_historia] .steps .step:nth-child(even) {
    align-items: flex-end;
  }
}

body {
  background: #f9f9fa;
  /*     #widget_text, #widget_product-headline, #widget_world-text, #widget_journal, #widget_careers-home{ */
}
body h1, body h2 {
  font-weight: 500;
}
body > header {
  max-width: 650px;
  max-height: 40px;
  position: fixed;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  background-color: rgba(185, 185, 185, 0.8196078431) !important;
  padding: 0;
  backdrop-filter: blur(10px);
  border-radius: 5px;
}
@media (max-width: 768px) {
  body > header {
    position: fixed;
    left: 50%;
    top: 15px;
    max-width: 90%;
  }
}
body > header.header-small {
  backdrop-filter: blur(10px);
}
body > header > .row {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 5px;
}
@media (max-width: 768px) {
  body > header > .row {
    width: 90%;
    margin-left: 5%;
    display: block;
    position: relative;
  }
}
body > header > .row .header-left {
  max-height: fit-content;
  max-width: fit-content;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  body > header > .row .header-left {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0.55);
  }
}
body > header > .row .header-left > div a {
  height: auto;
}
body > header > .row .header-left > div a img {
  filter: brightness(0.4);
  margin-left: 15px;
  transition: all 0.2s ease;
}
body > header > .row .header-right {
  height: 40px;
}
body > header > .row .header-right .navbar-right .right_nav {
  padding: 0;
}
body > header > .row .header-right .navbar-right li.search, body > header > .row .header-right .navbar-right li.shopping_cart_container {
  display: none;
}
body > header > .row .header-right .navbar {
  min-height: 40px;
}
body > header > .row .header-right .navbar .navbar-header .navbar-toggle {
  top: -8px;
}
@media (max-width: 768px) {
  body > header > .row .header-right .navbar .navbar-collapse {
    width: 100%;
    position: fixed;
    left: 15px;
    top: 30px;
    max-width: 550px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
body > header > .row .header-right .navbar .navbar-collapse .navbar-nav > li {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  body > header > .row .header-right .navbar .navbar-collapse .navbar-nav > li {
    max-height: 40px;
  }
}
body > header > .row .header-right .navbar .navbar-collapse .navbar-nav > li:hover {
  border-bottom: 1px solid #0064ff;
}
body > header > .row .header-right .navbar .navbar-collapse .navbar-nav > li > a {
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
}
body > header > .row .header-right .navbar .navbar-collapse .navbar-nav .dropdown-menu.dropdown-menu-right {
  border: none;
  margin-top: -2px;
  background-color: transparent;
  box-shadow: none;
}
body > header > .row .header-right .navbar .navbar-collapse .navbar-nav .dropdown-menu.dropdown-menu-right > li {
  background: rgba(185, 185, 185, 0.8196078431);
  backdrop-filter: blur(5px);
  margin: 2px 0;
}
body > header > .row .header-right .navbar .navbar-collapse .navbar-nav .dropdown-menu.dropdown-menu-right > li:nth-child(even) {
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
body > header > .row .header-right .navbar .navbar-collapse .navbar-nav .dropdown-menu.dropdown-menu-right > li:nth-child(odd) {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
body > header > .row .header-right .navbar .navbar-collapse .navbar-nav .dropdown-menu.dropdown-menu-right > li.disabled {
  background-color: #0064ff;
}
body > header > .row .header-right .navbar .navbar-collapse .navbar-nav .dropdown-menu.dropdown-menu-right > li.disabled > a {
  color: #fff !important;
}
body .blog-posts article {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  body.category_post_view > .main_container, body.post_view > .main_container {
    max-width: 1170px;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
body.category_post_view > .main_container .blog-post article header .post-meta .categories a, body.post_view > .main_container .blog-post article header .post-meta .categories a {
  background-color: #0064ff;
}
body #modal_manifesto .modal-dialog .modal-content {
  border: none !important;
  background: transparent;
  box-shadow: none !important;
}
body #modal_manifesto .modal-dialog .modal-content video {
  border-radius: 8px;
}
body .floating-item {
  position: fixed;
  bottom: 35px;
  right: 35px;
  display: flex;
  flex-direction: column;
  padding: 5px;
  border-radius: 5px;
  background-color: #d7d7d7;
  z-index: 99;
  opacity: 1;
  transition: all 0.4s ease;
  cursor: pointer;
}
body .floating-item.out {
  right: -200px;
  opacity: 0;
}
body .floating-item .image {
  width: 200px;
  height: 125px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
body .floating-item .image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
body .floating-item .caption {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 5px 10px;
}
body .floating-item .caption .title {
  color: #323232;
  font-family: sMedium;
  font-size: 1.1em;
}
body .floating-item .caption .text {
  color: #323232;
  font-family: sLight;
  font-size: 0.9em;
}
@media (max-width: 768px) {
  body #container-comp2_products .widgetsContainer.d-flex {
    gap: 15px;
  }
}
body .product-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  padding-bottom: 0;
  background: #f1f1f1;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
body .product-box .box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 60px;
}
body .product-box .box-header .box-text {
  width: 80%;
}
body .product-box .box-header .box-text strong.title {
  display: block;
  color: #323232;
  font-size: 1.9em;
  font-weight: 600;
}
body .product-box .box-header .box-text span {
  display: block;
  color: #323232;
}
body .product-box .box-header .box-forward {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
body .product-box .box-header .box-forward > span {
  background: #cfcfcf;
  padding: 8px 11px;
  border-radius: 5px;
}
body .product-box .box-header .box-forward > span:hover {
  cursor: pointer;
}
body .product-box .box-image {
  margin-top: 30px;
}
body .product-box .box-image img {
  height: 260px;
}
body .product-popup {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 101;
}
body .product-popup.show {
  display: block !important;
}
body .product-popup .popup-bg {
  background-color: rgba(165, 165, 165, 0.2509803922);
  backdrop-filter: blur(10px);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
}
body .product-popup .popup-content {
  background-color: #fff;
  position: fixed;
  width: 100%;
  display: flex;
  height: 100%;
  max-width: 1170px;
  max-height: 70vh;
  z-index: 101;
  border-radius: 8px;
  left: 50%;
  top: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  body .product-popup .popup-content {
    top: 45%;
  }
}
body .product-popup .popup-content .side-left {
  width: 50%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  background-color: #f1f1f1;
  overflow: auto;
}
@media (max-width: 992px) {
  body .product-popup .popup-content .side-left {
    width: 100%;
    height: 100%;
  }
}
body .product-popup .popup-content .side-left .product-type {
  display: block;
  color: #7f7f7f;
  font-size: 1.1em;
  font-weight: 600;
}
body .product-popup .popup-content .side-left .product-title {
  display: block;
  color: #323232;
  font-size: 4.7em;
  font-weight: 600;
  font-family: "sLight";
  margin-bottom: 0;
}
@media (max-width: 992px) {
  body .product-popup .popup-content .side-left .product-title {
    font-size: 2em;
  }
}
body .product-popup .popup-content .side-left .product-subtitle {
  display: block;
  color: #323232;
  display: block;
  font-size: 1.6em;
  font-weight: 600;
  margin-top: 0;
}
body .product-popup .popup-content .side-left .product-desc {
  display: block;
  color: #7f7f7f;
  font-size: 1.1em;
  flex-grow: 1;
  margin-top: 30px;
  max-width: 450px;
}
body .product-popup .popup-content .side-left .product-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
body .product-popup .popup-content .side-left .product-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #0064ff;
}
body .product-popup .popup-content .side-right {
  width: 50%;
  padding: 30px;
  position: relative;
}
@media (max-width: 992px) {
  body .product-popup .popup-content .side-right {
    display: none;
  }
}
body .product-popup .popup-content .side-right > img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-height: 550px;
  width: 100%;
  object-fit: contain;
}
body .product-popup .popup-content .side-right .corner-img {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 5px;
  background: #0064ff;
  cursor: pointer;
  overflow: hidden;
}
body .product-popup .popup-content .side-right .corner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  background-color: #fff;
  transition: all 0.2s ease;
}
body .product-popup .popup-content .side-right .corner-img:hover img {
  transform: scale(1.15);
}
body .product-popup .popup-content .side-right .box-text {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 300px;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 15px;
  background: rgba(97, 97, 97, 0.5215686275);
  padding: 15px;
  border-radius: 8px;
  backdrop-filter: blur(6px);
}
body .product-popup .popup-content .side-right .box-text i {
  display: block;
  color: #fff;
}
body .product-popup .popup-content .side-right .box-text span {
  display: block;
  color: #fff;
}
body .product-popup .closePopup {
  position: fixed;
  right: 7%;
  top: 4%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #dfdfdf;
  display: flex;
  z-index: 101;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(115, 115, 115, 0.3098039216);
  cursor: pointer;
}
body .product-popup .closePopup i {
  font-size: 1.6em;
  color: #323232;
}
body [id^=widget_].no_title.text-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body [id^=widget_].no_title.text-center .principal-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 620px;
  gap: 15px;
}
body [id^=widget_].no_title.text-center .principal-text h1, body [id^=widget_].no_title.text-center .principal-text h2 {
  font-size: 3.6em;
  text-align: center;
}
@media (max-width: 768px) {
  body [id^=widget_].no_title.text-center .principal-text h1, body [id^=widget_].no_title.text-center .principal-text h2 {
    font-size: 3em;
  }
}
body [id^=widget_].no_title.text-center .principal-text span {
  font-size: 1.75em;
  line-height: 1.3;
  text-align: center;
  color: #7f7f7f;
}
body [id^=widget_].no_title.text-center[id^=widget_careers-] {
  padding-bottom: 30px;
  background: #ffe000;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
body [id^=widget_].no_title.text-center[id^=widget_careers-]::before {
  position: absolute;
  content: "";
  width: 20%;
  right: 18%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
}
body [id^=widget_].no_title.text-center[id^=widget_careers-] .heading {
  width: 100%;
  background: #a3a3a3;
  height: 20px;
}
body [id^=widget_].no_title.text-center[id^=widget_careers-] .principal-text {
  border-top: 30px solid blue;
  margin-top: -30px;
}
body [id^=widget_].no_title.text-center[id^=widget_careers-] .principal-text .text {
  padding: 30px;
  padding-bottom: 80px;
  background: #fff;
}
body [id^=widget_].no_title.text-center[id^=widget_careers-] .principal-text a.btn-grey, body [id^=widget_].no_title.text-center[id^=widget_careers-] .principal-text .widget_recentBlogPosts .view-all a, body .widget_recentBlogPosts .view-all [id^=widget_].no_title.text-center[id^=widget_careers-] .principal-text a {
  margin-top: 100px;
}
@media (min-width: 480px) and (max-width: 768px) {
  body .widget_recentBlogPosts .recent-posts li {
    width: 100% !important;
  }
}
body .widget_recentBlogPosts .recent-posts li a .post-image {
  height: 200px;
  border-radius: 10px;
}
body .widget_recentBlogPosts .recent-posts li a .title {
  font-weight: normal !important;
  text-align: left;
  font-size: 1.2em !important;
  font-family: sMedium;
}
body .widget_recentBlogPosts .recent-posts li a .post-content {
  color: #7f7f7f;
  display: block;
  margin-top: 10px;
  font-size: 0.8em;
  text-align: left;
}
body .widget_recentBlogPosts .recent-posts li a .posted-on {
  display: none;
}
body .widget_recentBlogPosts .view-all {
  text-align: center;
}
body .widget_recentBlogPosts .view-all a:before {
  display: none;
}
body #container-comp2_gif2 .widgetsContainer > div {
  padding: 0;
}
body #container-comp2_gif2 .widgetsContainer > div .widget_customizableText {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
body .section-2-home {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 992px) {
  body .section-2-home {
    flex-direction: column;
  }
}
body .section-2-home .content-1 {
  font-weight: 600;
  font-size: 3em;
  max-width: 50%;
  width: 100%;
}
body .section-2-home .content-2 {
  font-size: 300;
  font-size: 1.5em;
  max-width: 25%;
  width: 100%;
}
body .section-2-home .content-3 {
  font-size: 500;
  font-size: 1.5em;
  max-width: 25%;
  width: 100%;
}
body .section-2-home > div {
  padding: 15px;
}
@media (max-width: 992px) {
  body .section-2-home > div {
    width: 100% !important;
    max-width: 100% !important;
  }
}
body #container-comp2_banner-bigger .widgetsContainer > div {
  padding: 0;
}
body #container-comp2_banner-bigger .widgetsContainer > div #widget_banner-bigger {
  position: relative;
}
body #container-comp2_banner-bigger .widgetsContainer > div #widget_banner-bigger img {
  transition: all 0.4s ease;
  width: 60%;
  border-radius: 8px;
  filter: brightness(0.65);
}
body #container-comp2_banner-bigger .widgetsContainer > div #widget_banner-bigger > span {
  position: absolute;
  max-width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2em;
  text-align: center;
}
@media (max-width: 992px) {
  body #container-comp2_banner-bigger .widgetsContainer > div #widget_banner-bigger > span {
    font-size: 1.2em;
  }
}
body #container-comp2_banner-bigger .widgetsContainer > div #widget_banner-bigger > span strong {
  font-size: 1.5em;
}
body.composition-64 #product-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, 350px);
  grid-auto-flow: dense;
  grid-auto-rows: 10px;
}
@media (max-width: 992px) {
  body.composition-64 #product-grid {
    display: flex;
    flex-direction: column;
  }
}
body.composition-64 #product-grid video {
  width: 101%;
  height: 100%;
  object-fit: cover;
}
body.composition-64 #product-grid .products-filter {
  padding: 15px !important;
}
body.composition-64 #product-grid .products-filter .title {
  font-size: 1.2em;
  color: #7f7f7f;
}
body.composition-64 #product-grid .products-filter #filter-selector {
  flex-grow: 1;
  margin-top: 30px;
  padding-left: 0;
}
body.composition-64 #product-grid .products-filter #filter-selector li {
  color: #323232;
  font-size: 2.2em;
  font-family: "sMedium";
  list-style: none;
  padding-left: 0px;
  transition: all 0.4s ease;
}
body.composition-64 #product-grid .products-filter #filter-selector li:not(.active) {
  cursor: pointer;
}
body.composition-64 #product-grid .products-filter #filter-selector li:not(.active):hover {
  padding-left: 15px;
  color: #0064ff;
}
body.composition-64 #product-grid .products-filter #filter-selector li.active {
  position: relative;
  padding-left: 15px;
  color: #7f7f7f;
  list-style: disc;
}
body.composition-64 #product-grid .products-filter .counter {
  font-size: 1.2em;
  color: #7f7f7f;
}
body.composition-64 #product-grid .product-filter {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: #f1f1f1;
  overflow: hidden;
  display: flex;
}
body.composition-64 #product-grid .product-filter.filter-video {
  padding: 0;
  overflow: hidden;
}
body.composition-64 #product-grid .product-filter.filter-video video {
  width: 101%;
  height: 100%;
  object-fit: cover;
}
body.composition-64 #product-grid .product-filter.square {
  grid-row: span 10;
  padding: 0;
}
body.composition-64 #product-grid .product-filter.mini {
  grid-row: span 5;
  padding: 15px;
  background-color: #1a1a1a;
}
body.composition-64 #product-grid .product-filter.mini > span {
  display: flex;
  flex-direction: column;
  font-size: 1.1em;
  gap: 5px;
  color: #efefef;
  padding: 10px;
}
body.composition-64 #product-grid .product-filter.mini > span > strong {
  font-size: 1.7em;
  line-height: normal;
}
body.composition-64 #product-grid .product-filter.portrait {
  grid-row: span 15;
  align-items: center;
}
body.composition-64 #product-grid .product-filter.landscape {
  grid-column: span 2;
  grid-row: span 10;
}
body.composition-64 #product-grid .product-filter .scheme {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 15px 30px 30px;
  text-align: center;
}
body.composition-64 #product-grid .product-filter .scheme .title {
  font-size: 2.2em;
  font-family: sLight;
  font-weight: 600;
}
body.composition-64 #product-grid .product-filter .scheme .image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
body.composition-64 #product-grid .all-only {
  display: none;
}
body.composition-64 #product-grid.c .product-filter {
  display: none;
}
body.composition-64 #product-grid.c .product-filter.c {
  display: flex;
}
body.composition-64 #product-grid.u .product-filter {
  display: none;
}
body.composition-64 #product-grid.u .product-filter.u {
  display: flex;
}
body.composition-64 #product-grid.s .product-filter {
  display: none;
}
body.composition-64 #product-grid.s .product-filter.s {
  display: flex;
}
body.composition-64 #product-grid.s .product-filter.mini {
  grid-row: span 10;
}
body.composition-64 #product-grid.all .product-filter {
  display: flex;
}
body.composition-64 #product-grid.all .product-filter.filter-video {
  display: none;
}
body.composition-64 #product-grid.all .product-filter.all {
  display: none;
}
body.composition-64 #product-grid.all .product-filter.all.filter-video {
  display: flex;
}
body.composition-64 #product-grid.all .product-filter.all-only {
  display: flex;
}
body footer, body footer .site_footer, body footer .footer {
  background-color: #323232;
}
body footer span, body footer i, body footer a, body footer svg, body footer .site_footer span, body footer .site_footer i, body footer .site_footer a, body footer .site_footer svg, body footer .footer span, body footer .footer i, body footer .footer a, body footer .footer svg {
  color: #fff;
}
body footer .site_footer .footer-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 10px;
}
body footer .site_footer .footer-title, body footer .site_footer .footer-title i {
  color: rgba(255, 255, 255, 0.7882352941);
}
body footer .site_footer .footer-text {
  font-size: 0.85em;
}
body footer .site_footer .footer-text, body footer .site_footer .footer-text a {
  color: rgba(255, 255, 255, 0.5215686275);
}
body > a.back-top {
  display: none !important;
}

.btn-blue {
  padding: 5px 15px;
  background: #0064ff;
  border-radius: 8px;
  color: #fff !important;
  transition: all 0.2s ease;
  font-weight: normal;
}
.btn-blue:hover {
  background: #323232;
  color: #fff !important;
}

.btn-grey, body .widget_recentBlogPosts .view-all a {
  padding: 5px 15px;
  background: #323232;
  border-radius: 8px;
  color: #fff !important;
  transition: all 0.2s ease;
  font-weight: normal;
}
.btn-grey:hover, body .widget_recentBlogPosts .view-all a:hover {
  background: #4c4c4c;
  color: #fff !important;
}

.composition-2 .widget_recentBlogPosts .view-all, .composition-65 .widget_recentBlogPosts .view-all {
  display: none;
}

/*medias*/
@media (max-width: 768px) {
  body #container-comp2_section2 {
    padding: 0 !important;
  }
  body #container-comp2_section4 {
    margin-top: 25px !important;
  }
  body #container-comp2_worldmap {
    margin-bottom: 75px !important;
  }
  body #container-comp2_journal {
    margin-top: 50px !important;
  }
  body #container-comp2_careers {
    padding-bottom: 50px !important;
  }
  body #container-comp2_gif2 {
    margin-bottom: 0 !important;
  }
  body #container-site_footer {
    padding-top: 15px !important;
  }
  body #container-site_footer #container-comp3_main {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }
  body #container-site_footer #container-comp3_main > .container > .d-flex {
    gap: 30px;
  }
}