/***************************************************
GENERAL STRUCTURE
***************************************************/
* {
    outline: none !important;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: #262626;
    font-size: 18px;
}
h1, h2, h3, h4, ul, form {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4{
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}
h1, .title-xl {
    font-size: 35px;
    line-height: 48px;
}
h2 {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 15px;
}
h3 {
    font-size: 24px;
    line-height: 31px;
    padding-bottom: 15px;
    font-family: 'Lato', sans-serif;
}
h4 {
    padding-bottom: 10px;
}
ul {
    list-style-type: none;
}
img {
    display: inline-block;
}
a, a:hover, a:focus {
    text-decoration: none;
    color: inherit;
}
p a, .text-link {
    font-weight: 700;
    text-decoration: underline;
    color: #245A3C;
}
p, li, .list-type {
    font-size: 18px;
    line-height: 30px;
}
.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;
    z-index: 1;
    clear: both;
}
section:after {
    content: '';
    display: block;
    clear: both;
}
.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;
}
.col-padding{
    padding-left: 20px;
    padding-right: 20px;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.overflow-hidden {
    overflow: hidden;
}
.btn, .btn:focus {
    display: inline-block;
    padding: 12px 32px;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-transform: uppercase;
    background-color: #245A3C;
    border-radius: 2px;
    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.border, .btn.border:focus {
    border: 1px solid #245A3C;
    background-color: transparent;
    color: #245A3C;
    border-radius: 2px;
}
.btn.border.light, .btn.border.light:focus {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}
.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;
}
.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;
}
.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;
}
.bg-light {
    background-color: #DFE5E2;
}
.bg-dark {
    background-color: #262626;
    color: #fff;
}
.bg-primary {
    background-color: #245A3C;
    color: #fff;
}
.clr-white {
    color: #fff;
}
.bg-cover {
    background-size: cover;
    background-position: center;
}
.text-center {
    text-align: center;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}
.w-100 {
  width: 100%;
}
.icon.numb {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    font-family: 'Playfair Display', serif;
}
.carousel-card .slick-track {
  display: flex;
}
.carousel-card.slick-initialized .slick-slide {
    height: auto;
}
.carousel-card.slick-initialized .slick-slide .bg {
  height: 100%;
}
.slick-initialized .slick-slide {
    height: auto;
}
.slick-dots {
    display: flex;
    justify-content: center;
    padding: 20px;
}
.slick-dots li button {
    display: none;
}
.slick-dots li {
    width: 55px;
    height: 1px;
    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;
}

#breadcrumbs {
    padding-top: 10px ;
    padding-bottom: 10px ;
    font-size: 14px;
    color: #245A3C !important;
}
.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%;
}

@media(max-width: 767px) {
    .item-space-bottom-small-mb {
        margin-bottom: 10px;
    }
    .item-space-bottom-mb {
        margin-bottom: 50px;
    }
    .hidden-xs {
        display: none !important;
    }
}
@media(min-width: 768px) {
    .visible-xs {
        display: none !important;
    }
    h1, .title-xl {
      font-size: 55px;
      line-height: 65px;
    }
    main {
      min-height: calc(100vh - 256px);
    }
    .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/36); padding-bottom: calc(100vw/36);}
    .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 {
        padding: calc(100vw/36) calc(100vw/25);
    }
    .internal-space-left {padding-right: 20px; padding-left: calc(100vw/36);}
    .internal-space-right {padding-left: 20px; padding-right: calc(100vw/36);}
}
@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
***************************************************/
#visual .text {
    padding-top: 30px;
    padding-bottom: 50px;
}
#visual .text p {
    margin: 0  0 30px 0;
}
#visual .slick-dots {
    margin-top: 30px;
    justify-content: flex-start;
}
.slick-dots li {
    background-color: #fff;
}
@media(max-width: 767px) {
    #visual .slick-dots li {
        margin: 0 15px 0 0;
    }
}
@media(min-width: 992px) {
    #visual {
        display: flex;
        flex-direction: row-reverse;
    }
    #visual > div {
        width: 50%;
    }
    #visual .text {
        padding-top: 120px;
        padding-bottom: 80px;
    }
    #visual .slick-dots {
        margin-top: 50px;
        justify-content: center;
    }
    #visual .slick-dots li {
        margin: 0 15px 0 0;
    }
}
@media(min-width: 1200px) {
    #visual > div:first-child {
        width: 55%;
    }
    #visual > div:last-child {
        width: 45%;
    }
    #visual .text {
        padding-top: 130px;
    }
}

/***************************************************
GRID COL
***************************************************/
.grid-half-xs {
    display: flex;
    flex-wrap: wrap;
}
.grid-col-3,
.grid-col-2, 
.grid-col-4 {
    padding: 0 15px;
    clear: both;
    flex-wrap: wrap;
}
.grid-col-3 > div,
.grid-col-2 > div, 
.grid-col-4 > div {
    padding: 0 10px;
}
.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: 767.98px) {
  .flex-row {
    flex-wrap: wrap;
  }
  .grid-half-xs > div {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media(min-width: 768px) {
    .equal-height > div {
        display: flex;
    }
    .full-size {
      height: 100%;
      width: 100%;
    }
    .direction-revert {
        flex-direction: row-reverse;
    }
    .grid-half, .grid-mosaic {
      display: flex;
      flex-wrap: wrap;
    }
    .grid-half > div {
        width: 50%;
        display: flex;
        align-items: center;
    }
    .grid-col-3,
    .grid-col-2,
    .grid-col-4 {
        display: flex;
    }
    .grid-col-3 > div {
        width: 33.333333333%;
        padding: 0 10px;
    }
    .grid-col-2 > div {
        width: 50%;
        padding: 0 10px;
    }
    .grid-col-4 > div {
        width: 25%;
        padding: 0 10px;
    }
    .grid-mosaic .col-small {
      width: calc(100% / 3);
      padding: 0 10px;
    }
    .grid-mosaic .col-large {
      width: calc(100% / 3 * 2);
      padding: 0 10px;
    }
  
}
/***************************************************
BOX ICON TEST
***************************************************/
.box-icon-text .icon {
    margin: 10px 0 30px;
}
.box-icon-text {
    margin-bottom: 40px;
}
/***************************************************
PANEL CARD
***************************************************/
.panel-card {
  position: relative;
}
.panel-card .info {
    padding-top: 20px;
    position: relative;
    overflow: auto;
}
.panel-card .area {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 20px;
}
.panel-card .category {
  text-align: right;
  margin-bottom: 10px;
  display: inline-block;
  display: flex;
  justify-content: end;
}
.panel-card .category span {
    display: inline-block;
    background-color: #245A3C;
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 11px;
}
.panel-card .bg-primary .category span {
    background-color: #fff;
    color: #245A3C;
}
.panel-card h3 {
    font-size: 21px;
    line-height: 24px;
}
.panel-card p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 60px;
}
.panel-card .cta {
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.panel-card .bg-primary .cta {
  background: url('../img/icon-cta-arrow-light.svg') no-repeat 99% center;
}
/***************************************************
CAROUSEL CARD
***************************************************/
.carousel-card {
    padding-left: 15px;
}
.carousel-card .panel-card {
    width: 87vw;
    padding: 0 5px;
}
@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;
    }
}
/***************************************************
FORM
***************************************************/
#form-newsletter label {
    display: block;
    margin-bottom: 10px;
}
#form-newsletter input:not([type="checkbox"]) {
    display: block;
    height: 45px;
    width: 100%;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 2px;
    margin-bottom: 10px;
}
#newsletter .image {
    display: none;
}
form button {
    border: 0;
    margin-bottom: 10px;
}
.form-group-check {
    display: flex;
}
.form-group-check.privacy label {
    font-size: 14px;
}
input[type="checkbox"] {
    margin: 0 10px 0 0;
    padding: 0;
    width: 20px;
    height: 20px;
}
.form-newsletter-grid br {
  display: none;
}
.form-newsletter-grid p {
  margin: 0;
  padding: 0;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item input {
  position: relative;
  top: 4px;
}
@media(max-width: 767.98px){
    form button {
        display: block;
        width: 100%;
    }
}
@media(min-width: 768px){
    .form-newsletter-grid {
        display: flex;
        align-items: end;
    }
    .form-newsletter-grid>div:first-child{
        flex: 1;
    }
    #form-newsletter button {
        margin-left: 10px;
    }
}
@media(min-width: 992px){
    #newsletter {
        display: flex;
        align-items: center;
    }
    #newsletter > div {
        width: 50%;
    }
    #newsletter .image {
        display: block;
    }
}
/***************************************************
GRID LOGOS
***************************************************/
.grid-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
 }

.grid-logos > div {
  padding: 10px 0;
  flex: 0 0 50%;
  text-align: center;
}
@media(min-width: 768px){
 .grid-logos > div {
   /* background: black; */
   padding: 5px;
   position: relative;
   flex: 0 0 20%;
 }
}

@media(min-width: 1200px){
  .grid-logos > div {
    flex: 0 0 16.6666666667%;
  }
}


/***************************************************
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: 88px;
  color: #262626;
  background-color: #DFE5E2;
  border-radius: 2px;
  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: 21px;
  font-weight: bold;
  line-height: 28px;
  max-width: 276px;
}
#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: 991px) {
  .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%;
  }
}
/***************************************************
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-top: 30px;
}
#filter .bar .caret {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../img/chevron-down-dark.svg') no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
}
#filter .box-collapse {
  padding: 20px 0 0 0;
}
#filter-tag span {
  display: inline-block;
  background-color: #EFEFEF;
  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;
}
.input-check label {
  position: relative;
  top: -4px;
}
@media(max-width: 991px){
  #filter .box-collapse {
    display: none;
  }
  #filter .box-collapse {
    display: none;
  }
}
@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);
  }
}

/***************************************************
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;
}
@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: 9999;
}
#load-data img {
  width: 100px;
  height: auto;
  margin: 30% auto 0 auto;
}

/***************************************************
CUSTOM COLOR BOX
***************************************************/
.home .box-text-img:nth-child(2) .grid-half {
  background-color: #262626 !important;
  color: #fff;
}
.home .box-text-img:nth-child(2) .grid-half .cta {
  background-image: url('../img/icon-cta-arrow-light.svg');
}
.page-template-page-contatti .editorial-blocks > div:nth-child(1),
.page-template-page-chi_siamo .editorial-blocks > div:nth-child(1){
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.page-template-page-chi_siamo .editorial-blocks > div:nth-child(1) > .box-text-img:nth-child(2) .grid-half,
.page-template-page-contatti .editorial-blocks > div:nth-child(1) > .box-text-img:nth-child(1) .grid-half {
  background-color: #262626 !important;
  color: #fff;
}
.page-template-page-contatti .editorial-blocks > div:nth-child(1) > .box-text-img .grid-half a {
  color: #fff !important;
}
.page-template-page-contatti .editorial-blocks > div:nth-child(1) > .box-text-img:nth-child(2) .grid-half {
  background-color: #245A3C !important;
  color: #fff;
}