/***************************************************
GENERAL STRUCTURE
***************************************************/
* {
  outline: none !important;
  box-sizing: border-box;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Black.otf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

:root {
  --clr-primary: #151229;
  --clr-secondary: #51B9E2;
  --clr-tertiary: #485965;

  --clr-gray-system: #ECEEF0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Gotham", sans-serif;
  color: var(--clr-tertiary);
  font-size: 18px;
  font-weight: 300;
  background: url('../img/pattern-bg.svg');
  background-repeat: repeat-y;
  background-size: 100%;
}

main {
  position: relative;
}

h1,
h2,
h3,
h4,
ul,
form {
  margin: 0;
  padding: 0;
  color: var(--clr-primary);
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

h1,
.title-xl {
  font-size: 35px;
  line-height: 41px;
  margin-bottom: 20px;
}

h2 {
  font-size: 27px;
  line-height: 38px;
  padding-bottom: 15px;
}

h3 {
  font-size: 24px;
  line-height: 31px;
  padding-bottom: 15px;
}

h4 {
  padding-bottom: 10px;
}

ul {
  list-style-type: none;
}

img {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin-top: 0;
}

p a,
.text-link {
  text-decoration: underline;
  color: #00bbe7;
}

p,
li,
.list-type {
  font-size: 18px;
  line-height: 25px;
}

.clr-secondary {
  color: var(--clr-secondary);
}

.clr-tertiary {
  color: var(--clr-tertiary);
}

.bg-primary {
  background-color: var(--clr-primary);
  color: #fff;
}

.bg-secondary {
  background-color: var(--clr-secondary);
  color: #fff;
}

.bg-tertiary {
  background-color: var(--clr-tertiary);
  color: #fff;
}

.bg-light {
  background-color: var(--clr-gray-system);
}
.bg-white {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-tertiary h1,
.bg-tertiary h2,
.bg-tertiary h3 {
  color: #fff;
}

.bg-pattern-layer,
.bg-pattern-layer-light {
  background-image: url('../img/pattern-layer.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
}

.bg-pattern-layer-light {
  background-image: url('../img/pattern-layer-light.svg');
}

.bg-pattern-bottom-left {
  background-image: url('../img/pattern-bottom-left.svg');
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 60px !important;
  background-size: 225px;
}

.clr-white {
  color: #fff;
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

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

.text-lg {
  font-size: 24px;
  line-height: 29px;
}

cite {
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}

main {
  position: relative;
}

section {
  position: relative;
  clear: both;
}

section:after {
  content: '';
  display: block;
  clear: both;
}

.col-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

.w-100 {
  width: 100%;
}

.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}

.border-top-secondary {
  border-top: 8px solid var(--clr-secondary);
}

.mask-border {
  border-radius: 8px;
  box-shadow: 2px 4px 10px 0 rgb(0 0 0 / 15%);
  overflow: hidden;
}

.link-block {
  display: inline-block;
  color: var(--clr-secondary) !important;
  text-decoration: underline;
  padding: 10px 0px 10px 30px;
  font-weight: 600;
  background: url('../img/icon-cta-arrow-blu.svg') no-repeat 0% center;
  background-size: 14px;
}
.no-scroll{
  overflow: hidden;
}
.editorial-article ul {
  list-style-type: disc;
  margin-left: 20px;
  color: inherit;
}

.editorial-article ul li:last-child {
  margin-bottom: 40px;
}

.carousel-card .slick-track {
  display: flex;
}

.carousel-card.slick-initialized .slick-slide {
  height: auto;
}

.carousel-card.slick-initialized .slick-slide .bg {
  height: 100%;
}

.carousel-stats .slick-arrow {
  position: absolute;
  bottom: 10%;
  z-index: 100;
}

.carousel-stats .slick-next {
  right: 20px;
}

.carousel-stats .slick-prev {
  left: 20px;
}

.slick-initialized .slick-slide {
  height: auto;
}

.slick-dots {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.slick-dots li:only-child {
  display: none;
}

.slick-dots li button {
  display: none;
}

.slick-dots li {
  width: 55px;
  height: 2px;
  margin: 0 10px;
  background-color: #245A3C;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.slick-dots li.slick-active {
  opacity: 1;
}

.controls-content {
  margin: 40px 0;
  text-align: right;
}

.slick-arrow {
  background-color: transparent;
  border: 0;
  padding: 0 20px;
  cursor: pointer;
}

#breadcrumbs {
  padding-bottom: 40px;
  font-size: 14px;
  font-weight: 700;
  color: var(--clr-tertiary);
}

#breadcrumbs a {
  color: var(--clr-secondary);
}

.wrapper-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.wrapper-video iframe,
.wrapper-video object,
.wrapper-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.hidden{
  display: none!important;
}
@media(max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media(min-width: 768px) {
  .visible-xs {
    display: none !important;
  }

  h1,
  .title-xl {
    font-size: 55px;
    line-height: 65px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 15px;
  }

  main {
    min-height: calc(100vh - 256px);
  }
}

/***************************************************
BUTTON AND CTA
***************************************************/
.btn,
.btn:focus {
  display: inline-block;
  padding: 12px 32px;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: #00bbe7;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.btn:disabled{
  opacity: 0.5;
  cursor: auto;
}

.btn.border,
.btn.border:focus {
  border: 1px solid #00bbe7;
  background-color: transparent;
  color: #00bbe7;
}

.btn.border.light,
.btn.border.light:focus {
  border: 1px solid #00bbe7;
  background-color: transparent;
  color: #00bbe7;
}

.btn.arrow,
.btn.arrow:focus {
  padding: 5px 22px 9px 32px;
}

.btn.arrow:after {
  content: url('../img/icon-arrow-dx-red.svg');
  width: 14px;
  height: 24px;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  top: 6px;
}

.btn-pdf {
  display: inline-block;
  margin: 20px 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #0033A1;
  font-weight: 700;
}

.btn-pdf span {
  font-size: 12px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 400;
}

.btn-pdf:before {
  content: url('../img/icon-pdf.svg');
  width: 14px;
  height: 24px;
  display: inline-block;
  margin: 0 15px 0 0;
  float: left;
  position: relative;
  top: 6px;
}

.btn-show-more {
  cursor: pointer;
}
.btn-white{
  background-color: #ffffff;
  color: #161229;
}
.btn-secondary, .btn-secondary:focus{
  background-color: transparent;
  color: var(--clr-secondary);
}
.btn-back{
  background-color: transparent;
  padding: 0px;
  color: var(--clr-secondary);
  font-weight: 700;
  text-decoration: underline;
}
.btn-back:before {
  content: url('../img/chevron-left.svg');
  width: 7px;
  height: 11px;
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
}

.cta {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 30px 10px 0;
  font-weight: 600;
  text-transform: uppercase;
  background: url('../img/icon-cta-arrow.svg') no-repeat 99% center;
  background-size: 14px;
  margin-top: 15px;
  color: var(--clr-tertiary);
}

.cta.light {
  background: url('../img/icon-cta-arrow-light.svg') no-repeat 99% center;
}

.cta.pdf {
  background: url('../img/icon-pdf.svg') no-repeat 99% center;
  padding: 17px 30px 17px 0;
}

.icon.numb {
  font-size: 50px;
  font-weight: 400;
  line-height: 36px;
  color: var(--clr-secondary);
  margin-bottom: 10px;
}

/***************************************************
SPACE SYSTEM
***************************************************/
.section-space-vertical {
  overflow: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-space-top {
  padding-top: 40px;
}

.section-space-bottom {
  padding-bottom: 40px;
}

.internal-space {
  padding: 40px 20px;
}

.internal-space-small {
  padding: 20px;
}

.internal-space-vertical {
  padding-top: 40px;
  padding-bottom: 40px;
}

.internal-space-right,
.internal-space-left {
  padding-right: 20px;
  padding-left: 20px;
}

.item-space-top-small {
  margin-top: 10px;
}

.item-space-bottom-small {
  margin-bottom: 10px;
}

.item-space-bottom {
  margin-bottom: 50px;
}

.internal-grid-space-small {
  padding-left: 15px;
  padding-right: 15px;
}

.internal-grid-space-small>div {
  padding: 5px;
}

@media(max-width: 767px) {
  .item-space-bottom-small-mb {
    margin-bottom: 10px;
  }

  .item-space-bottom-mb {
    margin-bottom: 50px;
  }
}

@media(min-width: 768px) {
  .section-space-vertical {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-space-bottom {
    padding-bottom: 40px;
  }
}

@media(min-width: 1200px) {

  /* .section-space-vertical {padding-top: calc(100vw/25); padding-bottom: calc(100vw/25);}
    .section-space-top {padding-top: calc(100vw/36);}
    .section-space-bottom {padding-bottom: calc(100vw/36);}
    */
  .section-space-lateral {
    padding-left: calc(1/12*100vw);
    padding-right: calc(1/12*100vw);
  }

  .section-space-left {
    padding-left: calc(1/12*100vw);
  }

  .section-space-right {
    padding-right: calc(1/12*100vw);
  }

  .internal-space-left {
    padding-right: 20px;
    padding-left: calc(100vw/34);
  }

  .internal-space-right {
    padding-left: 20px;
    padding-right: calc(100vw/34);
  }

  .internal-space {
    padding: calc(100vw/36) calc(100vw/25);
  }
}

@media(min-width: 1500px) {
  .section-space-lateral {
    padding-left: calc(1/9*100vw);
    padding-right: calc(1/9*100vw);
  }

  /*
    .section-space-left {padding-left: calc(1/9*100vw);}
    .section-space-right {padding-right: calc(1/9*100vw);} */
}

/***************************************************
VISUAL FULL
***************************************************/
#visual-full {
  margin-bottom: 50px;
}

#visual-full h1 {
  color: var(--clr-primary);
}
#visual-full .logo{
  width: 100%;
}
#visual-full.visual-product{
  position: relative;
}
#visual-full.visual-product .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

@media(max-width: 767px) {}

@media(min-width: 768px) {
  #visual-full {
    position: relative;
  }
  #visual-full .logo{
    max-width: 750px;
  }

  #visual-full:not(.carousel):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent;
    background: linear-gradient(90deg, rgba(242, 242, 242, 1) 30%, rgba(242, 242, 242, 0) 60%);
  }
  /* #visual-full.visual-product:after{
    background: linear-gradient(90deg, var(--clr-tertiary) 30%, rgba(242, 242, 242, 0) 60%)!important;
  } */

  #visual-full .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
  }
  #visual-full.visual-product .info {
    width: 70%;
  }
  #visual-full.visual-product .info > div {
    width: 100%;
  }
}

/***************************************************
VISUAL CAROUSEL
***************************************************/
#visual-full.carousel h2 {
  font-size: 35px;
  line-height: 37px;
}

#visual-full.carousel .item {
  position: relative;
}

#visual-full.carousel .controls-content {
  margin: 0;
}

#visual-full.carousel .slick-dots {
  justify-content: start;
  padding: 0 20px;
}

#visual-full.carousel .slick-dots li {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 187, 231, 0.4);
  border-radius: 100px;
  border: 1px solid rgba(0, 187, 231, 0.4);
  opacity: 1;
}

#visual-full.carousel .slick-dots li.slick-active {
  background-color: #00bbe7;
}

@media(min-width: 768px) {
  #visual-full.carousel h2 {
    font-size: 45px;
    line-height: 50px;
  }

  #visual-full.carousel .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent;
    background: linear-gradient(90deg, rgba(242, 242, 242, 1) 30%, rgba(242, 242, 242, 0) 60%);
  }

  #visual-full.carousel .slick-dots {
    position: relative;
    top: -50px;
  }

  #visual-full.carousel .slick-dots li {
    background-color: #fff;
    border: 1px solid #fff;
  }
}

@media(min-width: 992px) {}

@media(min-width: 1200px) {}

/***************************************************
GRID COL
***************************************************/
.grid-half-xs {
  display: flex;
  flex-wrap: wrap;
}


.grid-col-2,
.grid-col-3,
.grid-col-4{
  padding: 0 15px;
  clear: both;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}

.grid-col-2>div,
.grid-col-3>div,
.grid-col-4>div {
  padding-left: 10px;
  padding-right: 10px;
}

.grid-half {
  display: flex;
  flex-wrap: wrap;
}

.grid-half .text:nth-child(even) {
  background-color: var(--clr-tertiary);
  color: #fff;
}

.grid-half .text:nth-child(even) h2,
.grid-half .text:nth-child(even) p,
.grid-half .text:nth-child(even) p a {
  color: #fff;
}

.grid-half .text:nth-child(even) .cta {
  background: url('../img/icon-cta-arrow-light.svg') no-repeat 99% center;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.equal-height .flex-col>div {
  flex: 1;
}

.equal-height .flex-col>div>div {
  height: 100%;
}

.flex-row {
  display: flex;
  flex-direction: row;
  margin-left: -8px;
  margin-right: -8px;
}

.flex-row>div {
  margin-left: 8px;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .flex-row {
    flex-wrap: wrap;
  }

  .grid-half-xs>div {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .grid-half.alternate>div:nth-child(3) {
    order: 4;
  }
}

@media(min-width: 768px) {
  .equal-height>div {
    display: flex;
  }

  .equal-height>div>div {
    height: 100%;
  }

  .full-size {
    height: 100%;
    width: 100%;
  }

  .direction-revert {
    flex-direction: row-reverse;
  }

  .grid-half>div {
    width: 50%;
    display: flex;
  }

  .grid-col-2,
  .grid-col-3,
  .grid-col-4{
    display: flex;
  }

  .grid-col-3>div {
    width: 33.333333333%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-col-2>div {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-col-4>div {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/***************************************************
GRID BG CARD
***************************************************/
.grid-bg-card {
  gap: 25px;
  box-sizing: border-box;
  justify-content: center;
}

.grid-bg-card>div {
  padding: 50px 20px 20px 20px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  box-sizing: border-box;
  border-radius: 8px;
  background: url('../img/icon-check.svg') no-repeat 20px 20px;
  background-color: var(--clr-secondary);
}

.grid-bg-card>div:nth-child(even) {
  background-color: var(--clr-tertiary);
}

@media(min-width: 768px) {
  .grid-bg-card>div {
    width: calc(33.33333333% - 17px);
  }
}

/***************************************************
BOX ICON TEST
***************************************************/
.box-icon-text {
  margin-bottom: 40px;
  position: relative;
}

.box-icon-text .icon {
  margin: 10px auto 30px;
}

.box-icon-text .cta {
  margin: 0;
}

@media(min-width: 768px) {
  .box-icon-text {
    padding-bottom: 40px !important;
  }

  .box-icon-text .cta-content {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
  }
}

/***************************************************
PANEL TYPE
***************************************************/
.panel-card {
  position: relative;
  margin-bottom: 20px;
}

.panel-card .bg {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 2px 4px 10px 0 rgb(0 0 0 / 15%);
}
.panel-card .bg-white {
  box-shadow: none;
}
#filter-search .panel-card .bg-white,
.related-post .panel-card .bg-white{
  box-shadow: 2px 4px 10px 0 rgb(0 0 0 / 15%)!important;
}

.panel-card .info {
  padding-top: 20px;
  position: relative;
  overflow: auto;
  border-top: 8px solid var(--clr-primary);
}

.panel-card .area {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}

.panel-card .category {
  text-align: right;
  margin-bottom: 10px;
  display: flex;
  justify-content: end;
}

.panel-card .category span {
  display: inline-block;
  padding: 4px 10px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 100px;
  background-color: var(--clr-primary);
  margin: auto 0 auto 4px;
}

.panel-card h3 {
  font-size: 21px;
  line-height: 26px;
}

.panel-card p {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 60px;
}

.panel-card .cta {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: calc(100% - 60px);
  color: var(--clr-primary);
  text-transform: none;
}

.panel-card[data-type="press_releases"],
.panel-card[data-type="press_releases"] h3 {
  color: #fff;
}

.panel-card[data-type="press_releases"] .cta {
  background: url('../img/icon-cta-arrow-light.svg') no-repeat 99% center;
}

.panel-card[data-type="press_releases"] .bg {
  background-color: var(--clr-tertiary);
}

.panel-card[data-type="logo"] .info,
.panel-card[data-type="product"] .info {
  border-top: 8px solid var(--clr-secondary);
}

.panel-card[data-type="product"] .category span {
  background-color: var(--clr-secondary);
}
.panel-card[data-type="post"] {
  margin-bottom: 10px!important;
}

.panel-logo .bg {
  height: 100%;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
}

.panel-logo img {
  margin-bottom: 20px;
}

.panel-agency {
  margin-bottom: 20px;
  overflow: hidden;
}

.panel-agency .bg {
  border-radius: 8px;
  width: 100%;
}

.panel-agency .bg>div:nth-child(1) {
  border-bottom: 8px solid var(--clr-secondary);
}

.panel-agency .bg>div {
  padding: 20px;
}

.panel-agency .data-email,
.panel-agency .data-phone {
  margin-bottom: 20px;
  padding: 2px 0px 2px 36px;
  background: url(../img/icon-mail.svg) no-repeat;
  background-size: 25px !important;
}

.panel-agency .data-phone {
  background: url('../img/icon-phone.svg') no-repeat;
}

@media(max-width: 767px) {
  .grid-col-3 .panel-card {
    width: 100%;
  }
}


/***************************************************
GRID BIO
***************************************************/
.grid-bio {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.grid-bio .panel-bio .bg {
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--clr-gray-system);
}

.grid-bio .panel-bio .info {
  padding: 10px 30px;
  color: var(--clr-tertiary);
}

.grid-bio .panel-bio .info p {
  font-size: 16px;
}

@media(min-width: 768px) {
  .grid-bio .panel-bio {
    width: calc(25% - 20px);
  }
}

/***************************************************
CAROUSEL CARD
***************************************************/
.carousel-card {
  padding-left: 15px;
  margin-top: 30px;
}

.carousel-card .panel-card {
  width: 87vw;
  padding: 0px 10px 15px 10px;
}

@media(min-width: 768px) {
  .carousel-card .panel-card {
    width: 40vw;
  }
}

@media(min-width: 992px) {
  .carousel-card .panel-card {
    width: 30vw;
  }
}

@media(min-width: 1200px) {
  .carousel-card .panel-card {
    width: 25vw;
  }
}

/***************************************************
CAROUSEL TIMELINE
***************************************************/
.carousel-timeline {
  padding-left: 15px;
}

.carousel-timeline .item {
  background-color: transparent;
  padding: 0px 10px 15px 10px;
}

.carousel-timeline .timeline-panel {
  width: 87vw;
}

.carousel-timeline .timeline-panel>div {
  background-color: var(--clr-gray-system);
  border-radius: 8px;
}

.carousel-timeline .timeline-panel .data-time {
  margin-bottom: 15px;
  padding: 10px 20px;
  color: var(--clr-secondary);
  font-weight: 500;
  font-size: 32px;
  text-align: center;
}

.carousel-timeline .timeline-panel .text {
  padding: 25px 20px;
  font-size: 21px;
}

@media(min-width: 768px) {
  .carousel-timeline .timeline-panel {
    width: 40vw;
  }
}

@media(min-width: 992px) {
  .carousel-timeline .timeline-panel {
    width: 30vw;
  }
}

@media(min-width: 1200px) {
  .carousel-timeline .timeline-panel {
    width: 25vw;
  }
}

/***************************************************
ACCORDION
***************************************************/
.accordion__item .accordion__title {
  position: relative;
  padding: 20px 0;
  cursor: pointer;
}

.accordion__item .accordion__title h3 {
  color: var(--clr-tertiary);
  margin: 0;
  padding: 0 60px 0 0;
}

.accordion__item .accordion__title .accordion__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 17px;
  -webkit-transition: all 0.2s ease-out;
  margin-top: -8px;
  transition: all 0.2s ease-out;
  background: url('../img/chevron-down.svg') no-repeat;
}

.accordion__item .accordion__rotate {
  transform: rotateX(180deg) !important;
}

.accordion__item .accordion__content {
  display: none;
}

@media (min-width: 992px) {
  .product_page .accordion{
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

/***************************************************
EDITORIAL ARTICLE
***************************************************/
#article-visual {
  margin-bottom: 30px;
}

.editorial-2-cols {
  display: flex;
  flex-wrap: wrap;
}

.editorial-2-cols {
  --small-col-width: 404px;
}

.editorial-2-cols .editorial-col {
  width: 100%;
}

.editorial-col>div+div {
  margin-top: 75px;
}

.tag {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #245A3C;
  margin-bottom: 48px;
}

.pre-text {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 24px;
}

.video-full {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.video-full>* {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.darkbox {
  color: white;
  background-color: #262626;
  border-radius: 2px;
  padding: 28px 30px;
}

.small-title,
.darkbox span {
  font-size: 21px;
  font-weight: bold;
}

.link-box {
  min-height: 70px;
  color: #262626;
  background-color: var(--clr-gray-system);
  border-radius: 8px;
  padding: 15px 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.link-box.dark {
  color: white;
  background-color: #262626;
}

.link-box .cta {
  margin-top: 0;
  margin-right: 9px;
}

.link-box .link-box-text {
  font-size: 16px;
  line-height: 20px;
  max-width: 276px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#project-content .link-box {
  margin-top: 16px;
}

@media (min-width: 992px) {
  .editorial-2-cols .editorial-col:first-child {
    width: calc(100% - var(--small-col-width));
  }

  .editorial-2-cols .editorial-col:first-child {
    padding-right: calc(100vw / 16 + 5px);
  }

  .editorial-2-cols .editorial-col:last-child {
    width: var(--small-col-width);
  }
}

/***************************************************
OBSERVATORY
***************************************************/
.full-page-stripe {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.full-page-stripe>* {
  width: 50%;
}

.full-page-stripe .image {
  align-self: stretch;
}

.grid-observatory {
  --numItems: 2;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}

.grid-observatory>div {
  padding-left: 10px;
  padding-right: 10px;
}

.grid-observatory h3 {
  font-size: 21px;
  list-style: 25px;
  padding: 0;
  margin-top: 15px;
}

.grid-observatory .grid-observatory-item {
  width: calc(100% / var(--numItems));
  padding-bottom: 30px;
}

.grid-observatory .grid-observatory-item img {
  width: 80%;
}

.grid-observatory .grid-observatory-item div {
  margin-top: 23.5px;
}

.grid-observatory .grid-observatory-item a {
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
}

.grid-observatory .grid-observatory-item a .cta {
  margin-top: 0;
}

.wrapper {
  --gutter: 20px;
  --itemsPerRow: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(0px - var(--gutter) / 2);
  margin-right: calc(0px - var(--gutter) / 2);
}

.wrapper>.item {
  width: calc(100% / var(--itemsPerRow));
  padding-top: calc(var(--gutter) / 2);
  padding-bottom: calc(var(--gutter) / 2);
  padding-left: calc(var(--gutter) / 2);
  padding-right: calc(var(--gutter) / 2);
}

#obs-link .wrapper {
  --gutter: 18px;
}

#obs-link .link-box {
  height: 100%;
}

#about-us-foundations .wrapper {
  --gutter: 16px;
}

@media (max-width: 767px) {
  #obs-evidence .flex-row {
    justify-content: center;
  }
}

@media (min-width: 576px) {
  #obs-evidence .text {
    max-width: 287px;
  }

  .grid-observatory {
    --numItems: 4;
  }

  #obs-link .wrapper {
    --itemsPerRow: 2;
  }
}

@media (min-width: 768px) {
  #about-us-foundations .wrapper {
    --itemsPerRow: 2;
  }
}

@media (max-width: 991.92px) {
  #obs-evidence .flex-row {
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  #obs-evidence .grid-col-2>div {
    padding-right: calc(100vw/15 - 10px);
  }

  #obs-link .wrapper {
    --itemsPerRow: 3;
  }
}

/***************************************************
ABOUT US
***************************************************/
.foundation-box {
  color: #707070;
  background-color: white;
}

.foundation-box a {
  font-weight: 400;
  color: #245A3C;
}

.foundation-box p {
  line-height: 20px;
}

.foundation-box .foundation-box-left {
  padding: 15px;
}

.foundation-box .foundation-box-right {
  padding: 15px;
}

.foundation-box .foundation-box-left .img-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 230px;
}

@media (max-width: 767.98px) {
  .foundation-box .foundation-box-left {
    text-align: center;
    border-bottom: 1px solid #DFE5E2;
  }

  .foundation-box .foundation-box-left .img-fluid {
    margin: 20px auto 40px auto;
  }
}

@media (min-width: 768px) {
  .foundation-box {
    height: 100%;
    display: flex;
  }

  .foundation-box .foundation-box-left {
    padding: calc(100vw / 57.6) calc(100vw / 32);
  }

  .foundation-box .foundation-box-right {
    padding: calc(100vw / 90) calc(100vw / 96) calc(100vw / 90) 0;
  }

  .foundation-box .foundation-box-left .img-fluid {
    max-width: 160px;
  }
}

/***************************************************
DOCS
***************************************************/
.box-doc {
  display: flex;
}

.box-doc-left,
.box-doc-right {
  display: flex;
  flex: 1;
}

.box-doc-left {
  justify-content: center;
  align-items: center;
}

.box-doc-right {
  flex-direction: column;
  justify-content: center;
}

.box-doc-right p strong {
  font-size: 24px;
  line-height: 29px;
}

.box-doc-right p+p {
  margin-top: 0;
}

.box-doc-right .btn {
  align-self: flex-start;
}

@media (max-width:767px) {
  .box-doc {
    flex-direction: column;
  }

  .box-doc-left {
    margin-bottom: 30px;
  }
}

/***************************************************
FILTER BAR
***************************************************/
#filter .bar {
  font-size: 18px;
  padding: 20px 20px;
}

#filter .bar>span {
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
}

#filter-tag span {
  display: inline-block;
  background-color: var(--clr-gray-light);
  margin: 10px 10px 10px 0;
  padding: 6px 0px 6px 15px;
}

#filter-tag span label {
  font-size: 16px;
  margin: 0;
  position: relative;
  top: 1px;
  padding: 0 13px 0 10px;
  font-weight: bold;
  cursor: pointer;

}

#filter-tag .remove-filter {
  background: none;
  color: #0164f2;
  cursor: pointer;
  padding: 6px 10px;
  margin: 0;
}

.input-check {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.input-check label {
  position: relative;
}

@media(min-width: 992px) {
  #filter {
    display: flex;
  }

  #filter>div:nth-child(1) {
    width: 350px;
  }

  #filter>div:nth-child(2) {
    width: calc(100% - 350px);
  }

  #filter .box-collapse .content-flex>div {
    width: calc(25% - 10px);
  }
}

/***************************************************
FILTER BAR SMALL
***************************************************/
#filter.filter-small {
  display: block;
}

#filter.filter-small>div:nth-child(1) {
  width: 100% !important;
}

@media(min-width: 768px) {
  #filter.filter-small #filter-bar {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 25px
  }

  #filter.filter-small #filter-bar>div {
    width: 40% !important;
  }
}

/***************************************************
CONTACTS
***************************************************/
.form-content h3 {
  padding: 0;
}

.form-content p {
  padding-top: 0;
}

.form-content .form-group-check {
  display: flex;
}

.form-content .form-group-check.privacy label {
  font-size: 14px;
}

label {
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  color: var(--clr-tertiary);
}

input:not([type="checkbox"]),
select {
  width: 100%;
  height: 48px;
  font-size: 16px;
  border: 0;
  border-radius: 8px;
  padding: 0 20px;
  background-color: var(--clr-gray-system);
}

textarea {
  width: 100%;
  padding: 20px;
  border: 0;
  border-radius: 8px;
  background-color: var(--clr-gray-system);
}

input[type="checkbox"] {
  margin: 0 10px 0 0;
  padding: 0;
  width: 20px;
  height: 20px;
}

input[type="submit"],
button[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 12px 32px;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  background-color: var(--clr-secondary);
}

@media(max-width: 767px) {}

@media(min-width: 768px) {
  .form-content {
    padding-right: 40px;
  }
}

/***************************************************
DATA TABLE
***************************************************/
#data-table-range {
  margin-bottom: 30px;
}

#data-table-range input {
  width: 145px;
}

#data-table-range input:first-child {
  margin-right: 20px;
}

.dataTables_wrapper .dataTables_length select {
  width: 60px;
  background-color: var(--clr-gray-system) !important;
  border: 0;
}

.dataTables_wrapper .dataTables_length {
  float: right !important;
}

table {
  margin-bottom: 50px !important;
  font-size: 14px;
}

table.dataTable span {
  display: none;
}

table.dataTable tfoot {
  display: none;
}

table.dataTable thead>tr>th {
  background-color: var(--clr-secondary);
  color: #fff;
  border: 0 !important;
  padding: 10px 15px;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border: 0 !important;
  background-color: #fff;
  padding: 10px 15px;
}

div.dt-datetime table td.selectable button:hover,
div.dt-datetime table td.selectable.now {
  background: var(--clr-secondary) !important;
  color: #fff !important;
}

.dataTables_info {
  font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 3px 12px;
  border: 0 !important;
  font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: var(--clr-tertiary) !important;
  background: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none !important;
  background-color: var(--clr-gray-system) !important;
  color: var(--clr-tertiary) !important;
}

@media (max-width:767px) {
  #data-table-range input {
    width: 100%;
  }

  #data-table-range input:first-child {
    margin-bottom: 15px;
  }
}

@media (min-width:768px) {
  .dataTables_wrapper .dataTables_length {
    margin-top: -85px;
  }
}

/***************************************************
SEARCH PAGE
***************************************************/
#input-search-page input {
  width: 100%;
  height: 47px;
  padding: 0 20px 0 40px;
  border: 2px solid #929292;
  border-radius: 2px;
  background: url('../img/icon-search-dark.svg') no-repeat 10px center;
}

#dataTable_filter,
#DataTables_Table_0_filter,
#DataTables_Table_1_filter,
#DataTables_Table_2_filter {
  display: none !important;
}

@media (max-width:767px) {
  #input-search-page input {
    margin-bottom: 20px;
  }

  #input-search-page .btn {
    display: block;
    font-size: 16px;
    width: 100%;
  }
}

@media (min-width:768px) {
  #input-search-page {
    display: flex;
  }

  #input-search-page input {
    margin-right: 20px;
  }
}

#load-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
  z-index: 200;
}

#load-data {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
  z-index: 999999999;
}

#load-data img {
  width: 100px;
  height: auto;
  margin: 30% auto 0 auto;
}

/***********************************************
COOKIE BAR
***********************************************/
#cookie-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
  z-index: 900;
  background-color: #eaeaea;
  color: #525252;
  font-size: 10px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: uppercase;
}

#cookie-bar>div {
  margin-bottom: 20px;
}

#cookie-bar p {
  font-size: 10px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 17px;
}

@media (min-width: 768px) {
  #cookie-bar {
    font-size: 10px;
    line-height: 19px;
    display: flex;
    gap: 50px;
  }
}


.grecaptcha-badge {
  display: none;
}

/***********************************************
ASSISTENZA CLIENTI
***********************************************/
.assistance-options{
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}
.assistance-card{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  gap: 20px;
  padding: 20px 30px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 2px 4px 10px 0 rgb(0 0 0 / 15%);
  cursor: pointer;
}
.assistance-card.active{
  background-color: #51B9E2;
}
.assistance-card svg{
  fill: #485965;
  width: 40px;
}
.assistance-card.active svg{
  fill: #ffffff;
}
.assistance-card h3{
  padding: 0;
  color: #485965;
  width: 100%;
}
.assistance-card.active h3{
  color:#ffffff;
}
.selected-form ul{
  list-style-type: disc;
  padding: 0px 20px;
}
.form-section{
  font-weight: 700;
}
.form-section h2{
  margin-top: 50px;
}
.form-section input{
  font-family: inherit;
  color: inherit;
}
.form-section .legals{
  font-size: 16px;
  color: var(--clr-tertiary);
  font-weight: 400;
  margin-top: 30px;
}
.form-section label.btn{
  width: auto;
}
.form-section textarea{
  resize: vertical;
  font-family: inherit;
  color: inherit;
}
.form-section .grid-col-3, .form-section .grid-col-2{
  padding: 0px;
  flex-direction: column;
}
.form-section .grid-col-3>div, .form-section .grid-col-2>div{
  width: 100%;
  padding: 0px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.form-section__field{
  margin-bottom: 15px;
}
.form-section__field input:read-only{
  background-color: #D6D7D9;
}
.form-step2{
  display: none;
}
.form-step2.active{
  display: block;
}
.form-section__buttons,
.form-section__buttons-left{
  margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.form-section__buttons .btn,
.form-section__buttons-left .btn{
  min-width: 210px;
}
.form-section__field.files-field p{
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  color: var(--clr-tertiary);
  font-weight: 400;
}
.form-section__field .files{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.form-section__field .files .link-box{
  width: 100%;
  gap: 10px;
  justify-content: flex-start;
  font-weight: 400;
  box-shadow: 2px 4px 10px 0 rgb(0 0 0 / 15%);
  position: relative;
}
.form-section__field .files .link-box .close-btn{
  position: absolute;
  top: 12px;
  right: 12px;
  width: 13px;
  cursor: pointer;
}
.custom-select{
  position: relative;
  font-size: 16px;
  font-weight: 400;
}
.custom-select__selected{
  padding: 14px 22px;
  border-radius: 8px;
  background-color: var(--clr-gray-system);
  cursor: pointer;
}
.custom-select__selected::after{
  content: '';
  position: absolute;
  right: 22px;
  background-image: url('../img/chevron-down.svg');
  background-size: 14px 16px;
  background-repeat: no-repeat;
  width: 14px;
  height: 16px;
}
.custom-select__selected.selecting{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

.custom-select__selected.selecting::after{
  transform: rotate(180deg);
}
.custom-select__items{
  display: none;
  position: absolute;
  background-color: var(--clr-gray-system);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 10;
  top: 100%;
  width: 100%;
  max-height: 290px;
  overflow-y: auto;
  box-shadow: 0px 11px 12px -7px rgb(0 0 0 / 15%);
}
.custom-select__items div {
  padding: 14px 22px;
  cursor: pointer;
}
.error{
  margin-bottom: 5px;
  color: #c44e47;
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.success{
  margin-bottom: 5px;
  color: #46b450;
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
label .error{
  margin: 5px 0px 0px 0px;
}
.input-error{
  border: solid 1px #c44e47!important;
}
.custom-select__selected.input-error{
  border: solid 1px #c44e47;
}
.custom-select__selected.selecting.input-error{
  border-bottom: none!important;
}
.custom-select__items.input-error{
  border: solid 1px #c44e47;
  border-top: none!important;
}
@media (min-width: 992px) {
  .assistance-options{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0px;
  }
  .assistance-card{
    flex-direction: column;
    align-items: center;
    width: calc(33% - 12px);
    padding: 40px 15px;
    text-align: center;
  }
  .assistance-card h3{
    font-size: 20px;
    line-height: 24px;
  }
  .field-half{
    width: 50%;
  }
  .form-section .grid-col-2{
    flex-direction: row;
    align-items: flex-end;
    gap: 20px;
  }
  .form-section .grid-col-2>div {
    width: 50%;
  }
  .form-section .grid-col-3{
    flex-direction: row;
    gap: 20px;
  }
  .form-section .grid-col-3>div {
    width: 33.333333333%;
  }
  .form-section__field .files{
    flex-direction: row;
  }
  .form-section__field .files .link-box{
    width: calc(33% - 10px);
  }
  .form-section__buttons{
    text-align: right;
    align-items: flex-end;
  }
  .form-section__buttons-left{
    text-align: left;
    align-items: flex-start;
  }
}
@media (min-width: 1300px) {
  .assistance-card{
    width: calc(20% - 12px);
  }
}

/* ====================================================================================
    MODAL
==================================================================================== */
.modal{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  display: none;
  align-items: center;
  justify-content: center;
}
.modal.active{
  display: flex;
}
.modal-content{
  position: relative;
  width: 90%;
  max-width: 800px;
  padding: 50px 30px;
  overflow-y: auto;
  max-height: 90vh;
  background-color: #ffffff;
  border-radius: 8px;
}
.modal-content .btn{
  margin-top: 20px;
}
@media (min-width: 992px) {
  .modal-content{
      padding: 60px 100px;
  }
}

/* ====================================================================================
    PRODUCT MODULES
==================================================================================== */
.product_page .editorial .section-space-vertical{
  padding-top: 0px;
  padding-bottom: 0px;
}
.tax-products_types span.blue, 
.product_page span.blue{
  color: var(--clr-secondary);
}
.product_page .section-space-y{
  padding-top: 40px;
  padding-bottom: 40px;
}
.product_page .section-space-y:first-of-type{
  padding-top: 20px;
}
.editorial,
.editorial.default{
  background-color: #ffffff;
}
.editorial.light-grey{
  background-color: #1512290D;
}
.editorial.grey{
  background-color: #1512291A;
}
.product_page .editorial-article h1{
  margin-bottom: 50px;
}
.product_page .editorial-article h2{
  margin-bottom: 20px;
}
.product_page .editorial-article ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
}
.product_page .editorial-article li {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.editorial-article li a{
  color: #00bbe7;
  text-decoration: underline;
}
.product_page .editorial-article li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url('../img/icon-bulletpoint.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.boxes {
  gap: 20px;
}
.boxes .box{
  border-radius: 8px;
  box-shadow: 0px 0px 40px 0px rgba(120, 129, 136, 0.15);
  padding: 20px;
  background-color: #ffffff;
  width: 100%;
  border-bottom: solid 4px var(--clr-secondary);
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  text-align: left;
}
.boxes .box p{
  margin: 0px;
}
.boxes .box .icon{
  height: 30px;
}
.notes{
  margin-top: 20px;
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
}
.accordion__item.blue{
  background-color: #51B9E21A;
  margin-bottom: 20px;
  border-radius: 8px;
}
.accordion__item.default{
  border-bottom: solid 1px #ECEEF0;
}
.product_page .accordion__item:last-child{
  margin-bottom: 50px;
}
.accordion .accordion__item.default .accordion__title,
.accordion .accordion__item.blue .accordion__title{
  padding-left: 20px;
  padding-right: 20px;
}
.accordion .accordion__item.default .accordion__content,
.accordion .accordion__item.blue .accordion__content{
  padding: 0px 20px 10px 20px;
}
.product_page .accordion__item .accordion__title .accordion__arrow{
  background: none;
  transition: none;
  -webkit-transition: none;
}
.product_page .accordion__arrow::before,
.product_page .accordion__arrow::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
  background-color: var(--clr-secondary);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.product_page .accordion__arrow::after{
  transform: rotate(90deg);
}
.product_page .accordion__arrow.accordion__rotate::after{
  transform: rotate(0deg);
  margin-top: -1px;
}
.product_page .accordion__arrow.accordion__rotate::before{
  opacity: 0;
}

.product-location h2,
.product-location h3{
  color: #ffffff;
}
.product-location .products{
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}
.product-location .product{
  display: block;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  color: var(--clr-tertiary);
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
}
.product-location .product::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 14px;
  height: 10px;
  background: url('../img/arrow-right-blue.svg') no-repeat;
}
.product-location .product span{
  display: block;
  width: calc(100% - 25px);
  font-size: 16px;
}
.product_page #obs-link{
  background-color: #1512290D;
}
#obs-link .wrapper.col-wrap{
  gap: 20px;
  flex-direction: column;
}
#obs-link .col {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
}
.product_page #obs-link .col.horizzontal .item{
  margin-bottom: 20px;
}
.product_page #obs-link .link-box{
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
  background-color: #ffffff;
}
.product_page #obs-link .link-box .link-box-text{
  color: var(--clr-tertiary);
}
.simple-gallery .slick-track {
  display: flex !important;
}
.simple-gallery .mixed-content .slick-slide {
  height: inherit !important;
  object-fit: cover;
  object-position: center;
}
.simple-gallery .controls-content {
  text-align: left;
}
@media (min-width: 768px) {
  .product_page .section-space-y{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .product_page .section-space-y:first-of-type{
    padding-top: 40px;
  }
  .boxes .box{
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
  .grid-col-2 .box{
    width: calc(50% - 15px);
  }
  .grid-col-3 .box{
    width: calc(33% - 15px);
  }
  .grid-col-4 .box{
    width: calc(25% - 15px);
  }
  .boxes .box .icon{
    height: 55px;
  }
  .product_page .accordion__item:last-child{
    margin-bottom: 80px;
  }
  .product-location .horizzontal{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .product-location .horizzontal h2{
    text-align: left;
  }
  .product-location .horizzontal > div{
    flex: 1;
    padding-bottom: 0px;
  }
  .product-location .products{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px;
  }
  #obs-link .wrapper.col-wrap{
    flex-direction: row;
  }
  #obs-link .col.horizzontal > div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  #obs-link .col.horizzontal .item{
    margin-bottom: 0px;
  }
  .mixed-content{
    display: flex;
    flex-direction: row;
    gap: 20px;
    overflow: hidden;
  }
  .mixed-content .fixed-content{
    width: calc(40% - 20px);
  }
  .mixed-content .fixed-content img{
    width: 100%;
  }
  .mixed-content .carousel-info{
    width: calc(40% - 20px);
    clip-path: inset(-100vw -100vw -100vw 0);
  }
  .mixed-content .slick-slide {
    margin: 0 10px;
  }
  .mixed-content .slick-list {
    margin: 0 -10px;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  #obs-link .col.horizzontal > div{
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* ====================================================================================
    BLOG ARCHIVE
==================================================================================== */
.blog_archive footer{
  margin-top: 0px;
}
.blog-articles {
  background-color: #1512290D;
  padding-top: 48px;
  padding-bottom: 48px;
}
.article-filters{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article-filters .filter {
  color: var(--clr-tertiary);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  cursor: pointer;
}
.article-filters .filter.active {
  color: #ffffff;
  background-color: var(--clr-primary);
}
#filtered-results .grid-col-3 {
  padding: 0px;
  gap: 20px;
}
#filtered-results .grid-col-3>div{
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.panel-card .bg-white .info {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-top: solid 4px var(--clr-primary);
}
.post-category{
  padding-bottom: 8px;
}
.post-category,
.post-info{
  color: var(--clr-tertiary);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.panel-card .bg-white .post-info{
  padding: 15px 0px 20px 0px;
  border-top: solid 1px #ECEEF0;
  font-size: 14px;
  line-height: 18px;
}
.post-info a{
  color: var(--clr-tertiary);
}
@media (min-width: 768px) {
  #filtered-results .grid-col-3>div{
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .article-filters{
    flex-direction: row;
  }
  .article-filters .filter {
    font-size: 16px;
  }
  .article-filters .filter.half {
    flex: 0.5;
  }
}
@media (min-width: 1100px) {
  #filtered-results .grid-col-3>div{
    width: calc(33% - 10px);
  }
}
@media (min-width: 1200px ) and (max-width: 1264px) {
  #filtered-results .grid-col-3>div{
    width: calc(33% - 11px); /* calc fix */
  }
}

@media (min-width: 1200px) {
  .blog-articles .section-space-left{
    padding-left: calc(1 / 9* 100vw);
  }
}

@media (min-width: 1400px) {
  .blog-articles {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/* ====================================================================================
    BLOG POST
==================================================================================== */
.blog_post{
  background-image: none;
}
.blog_post footer{
  margin-top: 0px;
}
.blog_post .editorial-article p,
.blog_post .editorial-article li{
  line-height: 28px;
}
#sidebar-article{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.publish-info{
  border-top: solid 1px #ECEEF0;
  border-bottom: solid 1px #ECEEF0;
  color: var(--clr-tertiary);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 0px;
}
.publish-info .date{
  position: relative;
  display: flex;
  align-items: center;
}
.publish-info .date::before{
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url('../img/icon-calendar.svg');
}
.publish-info .date time{
  padding-left: 30px;
}
.publish-info .author{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.publish-info .author .author-icon{
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.publish-info .author div.author-icon{
  background-size: cover;
  background-position: center top;
}
#sidebar-article .visual img{
  width: 100%;
}
.article-content .section-space-lateral,
.article-content > .col-padding{
  padding-left: 0px!important;
  padding-right: 0px!important;;
}
.related-post{
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.socials{
  padding: 13px 0px;
  border-top: solid 1px #ECEEF0;
  border-bottom: solid 1px #ECEEF0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.socials p{
  color: var(--clr-tertiary);
  font-size: 14px;
  font-weight: 700;
  margin: 0px;
}
.socials .socials-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.socials .socials-box .social{
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
.socials .socials-box .social img{
  width: 34px;
  padding: 10px;
}
.socials .socials-box .social span{
  padding: 0px 10px;
}
.socials .socials-box .social.fb{
  background: linear-gradient(90deg, rgba(55, 78, 133, 1) 20%, rgba(62, 87, 149, 1) 100%);
}
.socials .socials-box .social.fb img{
  background-color: #3C5997;
}
.socials .socials-box .social.ln{
  background: linear-gradient(90deg, rgba(18, 104, 157, 1) 20%, rgba(19, 118, 179, 1) 100%);
}
.socials .socials-box .social.ln img{
  background-color: #1376b3;
}
.socials .socials-box .social.wa{
  background: linear-gradient(90deg, rgba(40, 187, 95, 1) 20%, rgba(43, 212, 109, 1) 100%);
}
.socials .socials-box .social.wa img{
  background-color: #2bd46d;
}
.socials .socials-box .social.mail{
  background: linear-gradient(90deg, rgba(204, 59, 49, 1) 20%, rgba(232, 67, 56, 1) 100%);
}
.socials .socials-box .social.mail img{
  background-color: #e84338;
}
.panel-card[data-type="author"]{
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #ECEEF0;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 0px;
}
.panel-card[data-type="author"] .author-img{
  max-width: 350px;
}
.panel-card[data-type="author"] .author-img img{
  width: 100%;
}
.panel-card[data-type="author"] .author-info{
  flex: 1;
}
.panel-card[data-type="author"] .author-info p{
  padding-bottom: 20px;
}
#sidebar-article .sidebar{
  background-color: #1512290D;
  border-radius: 8px;
  padding: 25px;
}
#sidebar-article .sidebar > div{
  width: 100%;
}
#sidebar-article .sidebar h3{
  color: var(--clr-secondary);
  font-size: 22px;
  line-height: 28px;
}
#sidebar-article .sidebar input{
  background-color: #ffffff;
  box-shadow: 2px 4px 10px 0 rgb(0 0 0 / 15%);
  padding: 0px 20px 0px 50px;
  background: #fff url('../img/icon-search-dark.svg') no-repeat;
  background-position: 13px 13px;
}
.glossary-list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.glossary-list a{
  padding: 10px;
  background-color: var(--clr-secondary);
  border-radius: 8px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.glossary_terms .glossary-list a{
  background-color: rgba(255, 255, 255, 0.2);
  text-transform: none;
}
#sidebar-article .sidebar .category{
  display: block;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  color: var(--clr-primary);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
#sidebar-article .sidebar .category::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 14px;
  height: 10px;
  background: url('../img/arrow-right-blue.svg') no-repeat;
}
#sidebar-article .sidebar .card-light{
  background-color: #ffffff;
  border-radius: 8px;
  border-left-style: solid;
  border-left-width: 4px;
  padding: 15px;
  margin-bottom: 10px;
}
#sidebar-article .sidebar .card-light .post-info{
  margin-bottom: 0px;
  padding-top: 5px;
  border-top: solid 1px #ECEEF0;
  font-size: 12px;
}
@media (min-width: 500px) {
  .publish-info{
    flex-direction: row;
    align-items: center;
    gap: 25px;
  }
}
@media (max-width: 991px) {
  .article-content .panel-card{
    max-width: 460px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #sidebar-article{
    flex-direction: row;
  }
  #sidebar-article .content{
    width: calc(100% - 360px);
  }
  .socials{
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
  .socials .socials-box{
    flex-wrap: nowrap;
  }
  .panel-card[data-type="author"]{
    flex-direction: row;
    gap: 20px;
  }
  .panel-card[data-type="author"] .author-img{
    width: 200px;
  }
  #sidebar-article .sidebar{
    width: 360px;
  }
}
/* ====================================================================================
    BLOG AUTHOR
==================================================================================== */
.author{
  background-image: none;
}
.author footer{
  margin-top: 0px;
}
.author h1{
  text-transform: uppercase;
}
.author_info h3{
  color: var(--clr-tertiary);
  margin-bottom: 30px;
}
.author_block{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 20px;
}
.author_info{
  flex: 1;
}
.author_image{
  flex: 0.5;
  max-width: 450px;
}
.author_image img{
  width: 100%;
}
@media (min-width: 992px) {
  .author_block{
    flex-direction: row;
    gap: 60px;
  }
  .author_info h3{
    margin-bottom: 50px;
  }
}

/* ====================================================================================
    BLOG CATEGORY
==================================================================================== */
.category footer{
  margin-top: 0px;
}
.marker{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.marker img{
  width: 100%;
  max-width: 20px;
}
.marker h1{
  margin-bottom: 0px;
  text-transform: uppercase;
}

/* ====================================================================================
    GLOSSARY PAGE
==================================================================================== */
.glossary_page{
  background-image: none;
}
.single-glossary footer{
  margin-top: 0px;
}
.glossary{
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 8px;
}
.glossary > div{
  flex: 1;
}
.glossary .terms {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
.glossary .terms a{
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  font-weight: 700;
  padding-right: 40px;
}
.glossary .terms a::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 14px;
  height: 10px;
  background: url('../img/arrow-right-white.svg') no-repeat;
}
.bg-grey{
  background-color: #1512290D;
}
#search_terms .wpg-list-search-form.wpg-list-search-form-position-above,
#search_terms .wpg-list-filter-container{
  background-color: #1512290D;
}
#search_terms .blue .wpg-list-search-form.wpg-list-search-form-position-above,
#search_terms .blue .wpg-list-filter-container{
  background-color: var(--clr-secondary);
}
#search_terms .wpg-list-search-form.wpg-list-search-form-position-above,
#search_terms .wpg-list-filter-container{
  padding: 0px 20px 20px 20px;
  margin: 0px;
}
#search_terms .wpg-list.wpg-list-template-two-column{
  padding: 50px 20px 20px 20px;
  margin: 0px;
}
#search_terms .wpg-list-filter p{
  color: var(--clr-primary);
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
#search_terms input{
  background-color: #ffffff;
  box-shadow: 2px 4px 10px 0 rgb(0 0 0 / 15%);
  padding: 0px 20px 0px 50px;
  background: #fff url('../img/icon-search-dark.svg') no-repeat;
  background-position: 13px 13px;
}
#search_terms .wpg-list-filter-container .wpg-list-filter {
  margin: 0px 0px 30px 0px;
}
#search_terms .wpg-list-filter-container .wpg-list-filter .wpg-list-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#search_terms .filter-disable{
  display: none;
}
#search_terms .wpg-list-filter-row a[data-filter="all"]{
  display: none;
}
#search_terms .wpg-removed{
  display: none;
}
#search_terms .wpg-list-filter-row a{
  background-color: #ffffff;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 21px;
  line-height: 25px;
  text-decoration: none;
  min-width: 35px;
}
#search_terms .wpg-list-filter-row a.mixitup-control-active{
  color: #ffffff;
  background-color: var(--clr-secondary);
}
#search_terms .blue .wpg-list-filter-row a.mixitup-control-active{
  color: var(--clr-secondary);
  background-color: #ffffff;
}

#search_terms .wpg-list-block ul{
  padding: 0px;
}
#search_terms .wpg-list.wpg-list-template-two-column .wpg-list-item{
  border-bottom: solid 1px #ECEEF0;
  margin: 10px 1%;
}
#search_terms .wpg-list.wpg-list-template-two-column .wpg-list-item a{
  position: relative;
  padding-bottom: 10px;
  padding-right: 40px;
  display: block;
  width: 100%;
}

#search_terms .wpg-list.wpg-list-template-two-column .wpg-list-item a::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 14px;
  height: 10px;
  background: url('../img/arrow-right-blue.svg') no-repeat;
}
.wpg-tooltip-content ul {
  list-style-type: disc;
  margin-left: 20px;
  color: inherit;
}
@media (max-width: 1199px) {
  #search_terms h2{
    padding: 0px 20px 20px 20px;
  }
}
@media (min-width: 992px) {
  .glossary{
    flex-direction: row;
    gap: 50px;
  }
  .glossary .glossary_terms{
    width: 40%;
    flex: auto;
  }
  .glossary .searched_terms{
    width: 60%;
    flex: auto;
  }
  .glossary .terms {
    flex-direction: row;
  }
  .glossary .terms a{
    width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  #search_terms .wpg-list-search-form.wpg-list-search-form-position-above,
  #search_terms .wpg-list-filter-container{
    padding-left: calc(1 / 12* 100vw);
    padding-right: calc(1 / 12* 100vw);
  }
  #search_terms .wpg-list.wpg-list-template-two-column{
    padding-left: calc(1 / 12* 100vw);
    padding-right: calc(1 / 12* 100vw);
  }
  .single-glossary .section-space-left{
    padding-left: calc(1 / 9* 100vw);
  }
}
@media(min-width: 1500px) {
  #search_terms .wpg-list-search-form.wpg-list-search-form-position-above,
  #search_terms .wpg-list-filter-container{
    padding-left: calc(1/9*100vw);
    padding-right: calc(1/9*100vw);
  }
  #search_terms .wpg-list.wpg-list-template-two-column{
    padding-left: calc(1/9*100vw);
    padding-right: calc(1/9*100vw);
  }
}