body {
  margin: 0;
  padding: 0;
  font-family: Muli;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main,
form#aspnetForm {
  max-width: 78.75rem;
  padding: 0;
}

.vb-landing {
  position: relative;
  z-index: 1;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso] {
  position: relative;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso] div[data-rectoverso=container] {
  height: 24.6875rem;
  position: relative;
  width: 15.8125rem;
  text-align: center;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso] div[data-rectoverso=container] img {
  height: auto;
  text-align: center;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
  width: 10.25rem;
  margin: 0 auto;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso] ul[data-rectoverso=nav] li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  width: 3rem;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso] ul[data-rectoverso=nav] li a::after {
  border-bottom: 0.125rem solid #2D2A29;
  border-right: 0.125rem solid #2D2A29;
  content: "";
  height: 0.75rem;
  display: inline-block;
  width: 0.75rem;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso] ul[data-rectoverso=nav] li a[data-rectoverso=recto] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso] ul[data-rectoverso=nav] li a[data-rectoverso=recto]::after {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso] ul[data-rectoverso=nav] li a[data-rectoverso=verso] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: 0;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso] ul[data-rectoverso=nav] li a[data-rectoverso=verso]::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso] ul[data-rectoverso=pagin] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso] ul[data-rectoverso=pagin] li {
  margin: 0 0.3125rem;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso] ul[data-rectoverso=pagin] li a {
  background: #DDD;
  display: inline-block;
  font-size: 0;
  height: 0.3125rem;
  -webkit-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
  width: 5rem;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso][data-rectoverso=recto] div[data-rectoverso=container] img[data-rectoverso=recto] {
  opacity: 1;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso][data-rectoverso=recto] div[data-rectoverso=container] img[data-rectoverso=verso] {
  opacity: 0;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso][data-rectoverso=recto] ul[data-rectoverso=nav] li a[data-rectoverso=recto] {
  display: none;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso][data-rectoverso=recto] ul[data-rectoverso=nav] li a[data-rectoverso=verso] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso][data-rectoverso=recto] ul[data-rectoverso=pagin] li a[data-rectoverso=recto] {
  background: #7DBC8E;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso][data-rectoverso=recto] ul[data-rectoverso=pagin] li a[data-rectoverso=verso] {
  background: #DDD;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso][data-rectoverso=verso] div[data-rectoverso=container] img[data-rectoverso=recto] {
  opacity: 0;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso][data-rectoverso=verso] div[data-rectoverso=container] img[data-rectoverso=verso] {
  opacity: 1;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso][data-rectoverso=verso] ul[data-rectoverso=nav] li a[data-rectoverso=recto] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso][data-rectoverso=verso] ul[data-rectoverso=nav] li a[data-rectoverso=verso] {
  display: none;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso][data-rectoverso=verso] ul[data-rectoverso=pagin] li a[data-rectoverso=recto] {
  background: #DDD;
}
.vb-landing .vb-ldg--rectoverso[data-rectoverso][data-rectoverso=verso] ul[data-rectoverso=pagin] li a[data-rectoverso=verso] {
  background: #7DBC8E;
}
.vb-landing .vb-ldg--cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border-radius: 0.3125rem;
  border: 1px solid #2D2A29;
  color: #2D2A29;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.3125rem;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  -webkit-transition: border 250ms ease, color 250ms ease;
  transition: border 250ms ease, color 250ms ease;
  width: 18.75rem;
  z-index: 1;
}
.vb-landing .vb-ldg--cta::before {
  background: #2D2A29;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transition: right 300ms ease;
  transition: right 300ms ease;
  width: 100%;
  z-index: -1;
}
.vb-landing .vb-ldg--cta:hover, .vb-landing .vb-ldg--cta:focus {
  color: #FFFFFF;
}
.vb-landing .vb-ldg--cta:hover::before, .vb-landing .vb-ldg--cta:focus::before {
  right: 0;
}
.vb-landing .vb-ldg--cta:focus {
  outline: none;
}
@media only screen and (max-width: 47.9375rem) {
  .vb-landing .vb-ldg--cta {
    padding: 0 0.875rem;
  }
}

.vb-ldg--cut[data-cut=jupe] .vb-ldg--rectoverso[data-rectoverso] div[data-rectoverso=container] img {
  width: 15.8125rem;
}

.vb-landing .vb-ldg--head {
  background: url("head.png") no-repeat left 17.375rem top;
  height: 25rem;
  margin-bottom: 2.75rem;
  margin-top: 3rem;
  position: relative;
  width: 100%;
}
.vb-landing .vb-ldg--head .vb-ldg--head-container {
  background: #FFFFFF;
  border-radius: 0.5rem;
  left: 0;
  max-width: 36.25rem;
  padding: 3.125rem 1.25rem 3.75rem;
  position: absolute;
  top: 3.125rem;
  width: 100%;
}
.vb-landing .vb-ldg--head .vb-ldg--head-container h1 {
  color: #2D2A29;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 0;
}
.vb-landing .vb-ldg--head .vb-ldg--head-container h2 {
  color: #2D2A29;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.9375rem;
  margin: 0 0 0.9375rem;
}
.vb-landing .vb-ldg--head .vb-ldg--head-container p {
  color: #2D2A29;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
  max-width: 26.875rem;
}
.vb-landing .vb-ldg--head .vb-ldg--head-container p a {
  color: #2D2A29;
  font-size: 1rem;
}
@media only screen and (max-width: 59.375rem) {
  .vb-landing .vb-ldg--head {
    background: url("head-tablet.png") no-repeat right top;
    background-size: 33.875rem auto;
    margin-bottom: 2.625rem;
  }
  .vb-landing .vb-ldg--head .vb-ldg--head-container {
    max-width: 31.6875rem;
    padding: 3.125rem 1.25rem 6.25rem;
    top: 2.5rem;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .vb-landing .vb-ldg--head {
    background: url("head-mobile.png") no-repeat center top;
    background-size: 20rem auto;
    height: 37.5rem;
    margin-bottom: 4.0625rem;
    margin-top: 1.125rem;
  }
  .vb-landing .vb-ldg--head .vb-ldg--head-container {
    border-radius: 0.5rem 0.5rem 0.5rem 0;
    left: 50%;
    max-width: 18.75rem;
    padding: 1.25rem 0.9375rem 0.625rem;
    top: 18.4375rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 1.25rem);
  }
  .vb-landing .vb-ldg--head .vb-ldg--head-container h1 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .vb-landing .vb-ldg--head .vb-ldg--head-container h2 {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
  .vb-landing .vb-ldg--head .vb-ldg--head-container p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.vb-landing .vb-ldg--selector {
  background: #FFFFFF;
  margin: 0 auto;
  max-width: 67.875rem;
  padding: 0.625rem 0;
  position: sticky;
  top: 4.5rem;
  width: 100%;
  z-index: 2;
}
.vb-landing .vb-ldg--selector .vb-ldg--title-category-mobile {
  display: none;
}
.vb-landing .vb-ldg--selector .vb-ldg--selector-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.9375rem;
  margin: 0 auto;
  max-width: 63.125rem;
  width: 100%;
}
.vb-landing .vb-ldg--selector .vb-ldg--selector-category li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: calc(50% - 0.0625rem);
}
.vb-landing .vb-ldg--selector .vb-ldg--selector-category li a {
  border-bottom: 0.1875rem solid #DDD;
  color: #666;
  font-size: 1.125rem;
  line-height: 2rem;
  text-decoration: none;
  -webkit-transition: border 0.1s ease-in, color 0.1s ease-in;
  transition: border 0.1s ease-in, color 0.1s ease-in;
}
.vb-landing .vb-ldg--selector .vb-ldg--selector-category li a span {
  text-transform: uppercase;
}
.vb-landing .vb-ldg--selector .vb-ldg--selector-category li a:hover, .vb-landing .vb-ldg--selector .vb-ldg--selector-category li a:focus {
  border-bottom: 0.1875rem solid #7DBC8E;
  color: #2D2A29;
  font-weight: bold;
}
.vb-landing .vb-ldg--selector .vb-ldg--selector-category li:first-child::after {
  background: #707070;
  content: "";
  display: inline-block;
  height: 1.9375rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.125rem;
}
.vb-landing .vb-ldg--selector .ldg-carousel {
  display: none;
  position: relative;
  width: 100%;
}
.vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel-mask {
  margin: 0 1.875rem;
  overflow: hidden;
  width: calc(100% - 3.75rem);
}
.vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel-mask .ldg-carousel-container {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel-mask .ldg-carousel-container::-webkit-scrollbar {
  display: none;
}
.vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel-mask .ldg-carousel-container.is-complete {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel--nav li button {
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  width: 1.75rem;
}
.vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel--nav li button::before {
  border: 0.0625rem solid #2D2A29;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1.625rem;
  position: absolute;
  width: 1.625rem;
  background-color: white;
}
.vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel--nav li button::after {
  border-bottom: 0.125rem solid #2D2A29;
  border-right: 0.125rem solid #2D2A29;
  content: "";
  height: 0.75rem;
  display: inline-block;
  position: absolute;
  width: 0.75rem;
  background-color: white;
}
.vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel--nav li.ldg-carousel--nav-prev button {
  left: 0;
}
.vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel--nav li.ldg-carousel--nav-prev button::before {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel--nav li.ldg-carousel--nav-prev button::after {
  left: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-230deg);
          transform: translateY(-50%) rotate(-230deg);
}
.vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel--nav li.ldg-carousel--nav-next button {
  right: 0;
}
.vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel--nav li.ldg-carousel--nav-next button::before {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel--nav li.ldg-carousel--nav-next button::after {
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.vb-landing .vb-ldg--selector .ldg-carousel .vb-ldg--selector-cuts {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
}
.vb-landing .vb-ldg--selector .ldg-carousel .vb-ldg--selector-cuts li {
  margin: 0 0.625rem;
}
.vb-landing .vb-ldg--selector .ldg-carousel .vb-ldg--selector-cuts li a {
  display: inline-block;
  padding-bottom: 0.6875rem;
  text-decoration: none;
}
.vb-landing .vb-ldg--selector .ldg-carousel .vb-ldg--selector-cuts li a img {
  border-radius: 0.625rem;
  height: auto;
  overflow: hidden;
  margin-bottom: 0.625rem;
  -webkit-transition: width 0.1s ease-in;
  transition: width 0.1s ease-in;
  width: 6.875rem;
}
.vb-landing .vb-ldg--selector .ldg-carousel .vb-ldg--selector-cuts li a span {
  color: #666;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4375rem;
  text-align: center;
}
@media only screen and (min-width: 951px) {
  .vb-landing .vb-ldg--selector.is-sticky.is-scrolling-down .ldg-carousel {
    display: none !important;
  }
  .vb-landing .vb-ldg--selector.is-sticky.is-scrolling-down ~ .vb-ldg--cuts {
    margin-top: 14.125rem;
  }
}
@media only screen and (max-width: 950px) {
  .vb-landing .vb-ldg--selector .vb-ldg--selector-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.1875rem;
    margin: 0 auto;
    width: 100%;
  }
  .vb-landing .vb-ldg--selector .vb-ldg--selector-category li {
    padding: 0 1rem;
  }
  .vb-landing .vb-ldg--selector .vb-ldg--selector-category li a {
    font-size: 1rem;
    line-height: 1.4375rem;
    text-align: center;
  }
  .vb-landing .vb-ldg--selector .vb-ldg--selector-category li:first-child::after {
    height: 4.1875rem;
  }
  .vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel-mask {
    margin: 0 auto;
    overflow: hidden;
  }
  .vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel-mask .ldg-carousel-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel-mask .ldg-carousel-container.is-complete {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel--nav {
    display: none;
  }
  .vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel--nav li button {
    height: 7.8125rem;
    top: 2.1875rem;
  }
  .vb-landing .vb-ldg--selector .ldg-carousel .vb-ldg--selector-cuts {
    margin-top: 2.1875rem;
  }
  .vb-landing .vb-ldg--selector.is-sticky.is-scrolling-down .ldg-carousel {
    display: none !important;
  }
  .vb-landing .vb-ldg--selector.is-sticky.is-scrolling-down ~ .vb-ldg--cuts {
    margin-top: 16.1875rem;
  }
}
@media only screen and (max-width: 900px) {
  .vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel--nav {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .vb-landing .vb-ldg--selector .vb-ldg--title-category-mobile {
    display: block;
    color: #2D2A29;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 10px;
    text-align: center;
  }
  .vb-landing .vb-ldg--selector .vb-ldg--selector-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.5625rem;
    margin: 0 auto;
    width: 100%;
  }
  .vb-landing .vb-ldg--selector .vb-ldg--selector-category li a {
    width: 139px;
    font-size: 0;
    border: none;
  }
  .vb-landing .vb-ldg--selector .vb-ldg--selector-category li a span {
    font-size: 1rem;
  }
  .vb-landing .vb-ldg--selector .vb-ldg--selector-category li:first-child::after {
    height: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .vb-landing .vb-ldg--selector .ldg-carousel .ldg-carousel--nav {
    display: block;
  }
}

@media only screen and (max-width: 1080px) {
  body.fixed-nav.hidden-nav .vb-landing .vb-ldg--selector {
    top: 0;
  }
  body.fixed-nav:not(.hidden-nav) .vb-landing .vb-ldg--selector {
    top: 4.8125rem;
  }
}
.vb-landing .vb-ldg--cuts {
  margin-top: 2.0625rem;
}
.vb-landing .vb-ldg--cuts .vb-ldg--cuts-category {
  display: none;
  max-width: 67.875rem;
  margin: 0 auto;
}

.vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.3125rem;
  padding: 1rem 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut::after {
  background: #FAFAFA;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 77.35%;
  z-index: -1;
}
.vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut .vb-ldg--cut-description {
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-width: 16.125rem;
  padding-left: 3.4375rem;
  padding-top: 7.25rem;
  width: 16.125rem;
}
.vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut .vb-ldg--cut-description h3 {
  color: #2D2A29;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2.375rem;
  margin: 0 0 0.3125rem;
}
.vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut .vb-ldg--cut-description h4 {
  color: #2D2A29;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4375rem;
  margin: 0 0 0.625rem;
}
.vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut .vb-ldg--cut-description p {
  color: #2D2A29;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut .vb-ldg--cut-discover {
  margin: 0 1.75rem 0 2.9375rem;
}
.vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut .vb-ldg--cut-discover .vb-ldg--cta {
  margin: 1.875rem auto 0;
  max-width: 11.25rem;
}
.vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut picture {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 31.25rem;
}
.vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut picture img {
  height: auto;
  width: 100%;
}
.vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut > .vb-ldg--cta {
  display: none;
  margin-top: 1.5rem;
  max-width: 11.25rem;
}
@media only screen and (max-width: 1000px) {
  .vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut .vb-ldg--cut-description {
    padding-left: 1.25rem;
  }
  .vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut .vb-ldg--cut-discover {
    margin: 0 0.875rem 0 1.4375rem;
  }
}
@media only screen and (max-width: 767px) {
  .vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut {
    background: #FAFAFA;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut::after {
    display: none;
  }
  .vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut .vb-ldg--cut-description {
    -ms-flex-item-align: start;
        align-self: flex-start;
    min-width: 100%;
    padding: 0 1.6875rem;
    width: 100%;
  }
  .vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut .vb-ldg--cut-discover {
    margin: 0.75rem auto 1.3125rem;
  }
  .vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut .vb-ldg--cut-discover .vb-ldg--cta {
    display: none;
  }
  .vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut picture {
    max-width: 20rem;
  }
  .vb-landing .vb-ldg--cuts .vb-ldg--cuts-category .vb-ldg--cut > .vb-ldg--cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 481px) {
  .vb-landing[data-category=girl] .vb-ldg--selector .vb-ldg--selector-category li a[data-category=girl] {
    border-bottom: 0.1875rem solid #7DBC8E;
    color: #2D2A29;
    font-weight: bold;
  }
}
.vb-landing[data-category=girl] .vb-ldg--selector .ldg-carousel[data-category=girl] {
  display: block;
}
.vb-landing[data-category=girl] .vb-ldg--cuts .vb-ldg--cuts-category[data-category=girl] {
  display: block;
}
@media only screen and (max-width: 480px) {
  .vb-landing[data-category=girl] .vb-ldg--selector .vb-ldg--selector-category li a[data-category=girl] {
    color: #7DBC8E;
    font-weight: bold;
    border: none;
  }
  .vb-landing[data-category=girl] .vb-ldg--selector .vb-ldg--selector-category li a[data-category=girl] span {
    font-size: 20px;
  }
}

@media only screen and (min-width: 481px) {
  .vb-landing[data-category=boy] .vb-ldg--selector .vb-ldg--selector-category li a[data-category=boy] {
    border-bottom: 0.1875rem solid #7DBC8E;
    color: #2D2A29;
    font-weight: bold;
  }
}
.vb-landing[data-category=boy] .vb-ldg--selector .ldg-carousel[data-category=boy] {
  display: block;
}
.vb-landing[data-category=boy] .vb-ldg--cuts .vb-ldg--cuts-category[data-category=boy] {
  display: block;
}
@media only screen and (max-width: 480px) {
  .vb-landing[data-category=boy] .vb-ldg--selector .vb-ldg--selector-category li a[data-category=boy] {
    color: #7DBC8E;
    font-weight: bold;
    border: none;
  }
  .vb-landing[data-category=boy] .vb-ldg--selector .vb-ldg--selector-category li a[data-category=boy] span {
    font-size: 20px;
  }
}

.vb-landing .editoBas {
  padding: 10px;
}
.vb-landing .editoBas h2 {
  color: #2D2A29;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
.vb-landing .editoBas p {
  color: #2D2A29;
  font-size: 14px;
  line-height: 18px;
  margin-top: 18px;
}