@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@300;400;500;600&display=swap");
#memo_fil_ariane,
.breadcrumb {
  display: none;
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  #main .desktopHide {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  #main .mobileHide {
    display: none !important;
  }
}

.vb-landing {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.25rem;
  position: relative;
}
.vb-landing * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Muli, sans-serif;
}
.vb-landing .vb-ldg--sticky {
  position: sticky;
  top: 5.4375rem;
  width: calc(50% - 0.625rem);
}
.vb-landing .vb-ldg--content {
  width: calc(50% - 0.625rem);
}
@media only screen and (max-width: 768px) {
  .vb-landing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vb-landing .vb-ldg--sticky {
    position: relative;
    top: inherit;
    width: 100%;
  }
  .vb-landing .vb-ldg--content {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .vb-ldg--menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .vb-ldg--menu a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2.0625rem;
    text-decoration: none;
    width: calc(100% - 1.25rem);
  }
  .vb-ldg--menu a img {
    height: 1.6875rem;
  }
  .vb-ldg--menu a span {
    color: #2D2A29;
    font-size: 0.875rem;
    font-weight: 600;
  }
  .vb-ldg--menu a.active {
    display: none;
  }
}
@media only screen and (max-width: 950px) and (min-width: 769px) {
  .vb-ldg--menu a {
    padding: 0 0.625rem;
  }
  .vb-ldg--menu a img {
    width: 21.7894736842vw;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .vb-ldg--menu {
    background: #F2F1F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: sticky;
    top: 5.4375rem;
    width: 100%;
    z-index: 10;
  }
  .vb-ldg--menu a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F2F1F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    height: 2.6875rem;
    width: 50%;
  }
  .vb-ldg--menu a::before {
    -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.22);
            box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.22);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .vb-ldg--menu a img {
    height: 1.0625rem;
  }
  .vb-ldg--menu a:first-child::after {
    background: #2D2A29;
    content: "";
    display: inline-block;
    height: 2.4375rem;
    opacity: 0.14;
    position: absolute;
    right: 0;
    top: 0.125rem;
    width: 0.0625rem;
  }
  .vb-ldg--menu a.active {
    background: #FFFFFF;
  }
  .vb-ldg--menu a.active::before {
    height: 0.8125rem;
  }
  .vb-ldg--menu a:not(.active)::before {
    left: 0.25rem;
    width: calc(100% - 0.5rem);
  }
}

.vb-ldg--video {
  position: relative;
}
.vb-ldg--video video {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .vb-ldg--video {
    width: 79.4444444444vw;
    margin: 1.25rem auto;
  }
}
@media only screen and (min-width: 769px) {
  .vb-ldg--video::before {
    background: red;
    -webkit-box-shadow: 0px -3px 6px 3px rgba(0, 0, 0, 0.06);
            box-shadow: 0px -3px 6px 3px rgba(0, 0, 0, 0.06);
    content: "";
    position: absolute;
    right: 0.3125rem;
    top: 0;
    height: 1.375rem;
    width: calc(100% - 2.125rem);
  }
}

.vb-ldg--head {
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  padding: 2.5rem 1.25rem 2.1875rem 3.125rem;
  right: 0;
  top: 0;
  z-index: 2;
}
.vb-ldg--head h2 {
  margin-bottom: 1.25rem;
}
.vb-ldg--head p {
  color: #2D2A29;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 1.25rem;
}
.vb-ldg--head .ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vb-ldg--head .ctas .vb-ldg--cta {
  background: #FFFFFF;
  color: #2D2A29;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.625rem;
  font-size: 0.875rem;
  height: 2.5rem;
  width: 9.375rem;
  white-space: normal;
  text-align: center;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  text-decoration: none;
  border-radius: 0.3125rem;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  z-index: 1;
}
.vb-ldg--head .ctas .vb-ldg--cta::before {
  background: #2D2A29;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.vb-ldg--head .ctas .vb-ldg--cta:hover {
  color: #FFFFFF;
}
.vb-ldg--head .ctas .vb-ldg--cta:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media only screen and (max-width: 1025px) {
  .vb-ldg--head {
    padding: 1.25rem 0.625rem 1.0625rem 1.5625rem;
    width: 100%;
  }
  .vb-ldg--head h2 img {
    height: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .vb-ldg--head {
    padding: 1.25rem 0 0;
    position: relative;
    right: inherit;
    top: inherit;
    width: 79.4444444444vw;
  }
  .vb-ldg--head h2 img {
    width: 45.2777777778vw;
  }
  .vb-ldg--head p br {
    display: none;
  }
  .vb-ldg--head .ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 19.375rem;
  }
  .vb-ldg--head .ctas .vb-ldg--cta {
    border: 0.0625rem solid #2D2A29;
    min-width: 9.375rem;
  }
}

.vb-ldg--zoom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
  max-width: 100%;
  width: 23.1875rem;
}
.vb-ldg--zoom div h3 {
  color: #7DBC8E;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.vb-ldg--zoom div p {
  color: #2D2A29;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.vb-ldg--zoom div .zoom-line {
  display: inline-block;
  height: 0.25rem;
  margin: 0.5rem 0;
  position: relative;
  width: 100%;
}
.vb-ldg--zoom div .zoom-line::after {
  background: #7DBC8E;
  content: "";
  position: absolute;
  top: 0;
  height: 0.25rem;
  width: 16.5625rem;
}
.vb-ldg--zoom.zoom-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.vb-ldg--zoom.zoom-left div {
  margin-left: 1rem;
  text-align: right;
}
.vb-ldg--zoom.zoom-left div .zoom-line::after {
  right: -1.875rem;
}
.vb-ldg--zoom.zoom-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.vb-ldg--zoom.zoom-right div {
  margin-right: 1rem;
  text-align: left;
}
.vb-ldg--zoom.zoom-right div .zoom-line::after {
  left: -1.875rem;
}
@media only screen and (max-width: 768px) {
  .vb-ldg--zoom {
    margin-left: auto;
    margin-right: auto;
  }
}

.vb-ldg--t2s,
.vb-ldg--calculator {
  margin-bottom: 1.875rem;
}
.vb-ldg--t2s h3,
.vb-ldg--calculator h3 {
  color: #7DBC8E;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding-left: 1.875rem;
}
.vb-ldg--t2s h3::before,
.vb-ldg--calculator h3::before {
  background: #7DBC8E;
  content: "";
  display: block;
  height: 0.25rem;
  width: 15.625rem;
  margin: 0 0 0.5rem -1.875rem;
}
.vb-ldg--t2s p,
.vb-ldg--calculator p {
  color: #2D2A29;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 1.875rem;
  padding-left: 1.875rem;
  padding-right: 0.625rem;
}
.vb-ldg--t2s strong,
.vb-ldg--calculator strong {
  color: #2D2A29;
  display: block;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.9375rem;
  padding-left: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .vb-ldg--t2s,
.vb-ldg--calculator {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
  .vb-ldg--t2s h3::before,
.vb-ldg--calculator h3::before {
    width: 15.25rem;
    margin: 0 0 0.5rem -0.625rem;
  }
  .vb-ldg--t2s h3,
.vb-ldg--t2s p,
.vb-ldg--t2s strong,
.vb-ldg--calculator h3,
.vb-ldg--calculator p,
.vb-ldg--calculator strong {
    padding-left: 0.625rem;
  }
}

.vb-ldg--t2s .vb-ldg--t2s-insert {
  min-height: 8.75rem;
  position: relative;
  overflow: hidden;
}
.vb-ldg--t2s .vb-ldg--t2s-insert .fieldset2 {
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.vb-ldg--t2s .vb-ldg--t2s-insert .picto1,
.vb-ldg--t2s .vb-ldg--t2s-insert .legend {
  display: none;
}
.vb-ldg--t2s .vb-ldg--t2s-insert .product-content-container {
  background-color: transparent;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}
.vb-ldg--t2s .vb-ldg--t2s-insert .product-content-container::-webkit-scrollbar {
  display: none;
  width: 0;
}
.vb-ldg--t2s .vb-ldg--t2s-insert .product-content-container .product-content {
  margin-right: 1.25rem;
  min-width: 8.4375rem;
  min-height: 320px;
}
.vb-ldg--t2s .vb-ldg--t2s-insert .product-content-container .product-content .favoriteBtn {
  display: none;
}
.vb-ldg--t2s .vb-ldg--t2s-insert .product-content-container .product-content .title {
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  height: 33px;
}
.vb-ldg--t2s .vb-ldg--t2s-insert .product-content-container .product-content .title a {
  text-align: left;
  font-size: 12px;
  min-height: auto;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.vb-ldg--t2s .vb-ldg--t2s-insert .product-content-container .product-content .bv-rating-stars-container {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 10px 0;
}
.vb-ldg--t2s .vb-ldg--t2s-insert .product-content-container .product-content .pricecontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.vb-ldg--t2s .vb-ldg--t2s-insert .product-content-container .product-content .pricecontainer .price-value {
  font-size: 11px !important;
  width: auto;
}
.vb-ldg--t2s .vb-ldg--t2s-insert .product-content-container .product-content .pricecontainer .price-value span {
  font-size: 11px !important;
}
.vb-ldg--t2s .vb-ldg--t2s-insert .product-content-container .product-content .pricecontainer .club-discount-picto:before, .vb-ldg--t2s .vb-ldg--t2s-insert .product-content-container .product-content .pricecontainer .club-discount-picto:after {
  width: 30px;
  font-size: 9px;
}
.vb-ldg--t2s .vb-ldg--t2s-insert .product-content-container .product-content .pricecontainer .club-discount-picto {
  width: 30px;
  height: 30px;
  border: none;
}
.vb-ldg--t2s .vb-ldg--t2s-insert .product-content-container .product-content .pricecontainer .club-discount-picto img {
  width: 100%;
  height: auto;
}
.vb-ldg--t2s .vb-ldg--t2s-insert .product-content-container .product-content .picture .t2s-memo_dispo_rollover_coloris_body {
  padding: 0;
}
.vb-ldg--t2s .vb-ldg--t2s-insert .vb-ldg--t2s-btn {
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 3.125rem;
  font-size: 0;
  position: absolute;
  top: 5.625rem;
  width: 3.125rem;
  z-index: 10;
}
.vb-ldg--t2s .vb-ldg--t2s-insert .vb-ldg--t2s-btn.vb-ldg--t2s-btn--previous {
  left: 0;
  background: url("arrow-left.svg") no-repeat center center;
}
.vb-ldg--t2s .vb-ldg--t2s-insert .vb-ldg--t2s-btn.vb-ldg--t2s-btn--next {
  right: 0;
  background: url("arrow-right.svg") no-repeat center center;
}

.vb-ldg--calculator .vb-landing-calculator--form {
  margin: -0.9375rem 0 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.75rem;
  background-color: #F4F8F3;
  padding: 0.8125rem 0 1.1875rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28.25rem;
}
.vb-ldg--calculator .vb-landing-calculator--form p.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
}
.vb-ldg--calculator .vb-landing-calculator--form p.title:before {
  content: "";
  background: url(icon-calculator.svg) no-repeat left center transparent;
  height: 1.625rem;
  width: 1.3125rem;
  display: block;
  margin-right: 0.625rem;
}
.vb-ldg--calculator .vb-landing-calculator--form p.title strong {
  margin: 0;
  padding: 0;
}
.vb-ldg--calculator .vb-landing-calculator--form div.form {
  border-right: 1px solid #707070;
  padding-right: 0.5rem;
  margin-right: 1.5rem;
}
.vb-ldg--calculator .vb-landing-calculator--form .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.3125rem;
}
.vb-ldg--calculator .vb-landing-calculator--form .form-field small,
.vb-ldg--calculator .vb-landing-calculator--form .form-field label {
  font-size: 0.6875rem;
  color: #666;
}
.vb-ldg--calculator .vb-landing-calculator--form .form-field label {
  width: 5.625rem;
  text-align: right;
}
.vb-ldg--calculator .vb-landing-calculator--form .form-field input[type=text] {
  background-color: #fff;
  width: 3rem;
  height: 1.5625rem;
  border-color: #7DBC8E;
  margin: 0 0.625rem;
  color: #999999;
  font-size: 0.75rem;
  line-height: 1.5625rem;
  padding: 0.0625rem 0.625rem 0;
  text-align: center;
}
.vb-ldg--calculator .vb-landing-calculator--form .form-field input[type=text]:focus::-webkit-input-placeholder {
  color: transparent;
}
.vb-ldg--calculator .vb-landing-calculator--form .form-field input[type=text]:focus::-moz-placeholder {
  color: transparent;
}
.vb-ldg--calculator .vb-landing-calculator--form .form-field input[type=text]:focus:-ms-input-placeholder {
  color: transparent;
}
.vb-ldg--calculator .vb-landing-calculator--form .form-field input[type=text]:focus::-ms-input-placeholder {
  color: transparent;
}
.vb-ldg--calculator .vb-landing-calculator--form .form-field input[type=text]:focus::placeholder {
  color: transparent;
}
.vb-ldg--calculator .vb-landing-calculator--form .form-field.radiobutton label {
  width: 58px;
}
.vb-ldg--calculator .vb-landing-calculator--form .form-field.radiobutton input[type=radio] {
  background-color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  border-color: #7DBC8E;
  margin: 0 0.625rem;
  color: #999999;
  font-size: 0.75rem;
  padding: 0 0.625rem;
  text-align: center;
}
.vb-ldg--calculator .vb-landing-calculator--form .vb-calculator--calculate {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  background-color: #7DBC8E;
  border-radius: 5px;
  border: none;
  padding: 0.5rem 3.375rem;
  cursor: pointer;
}
.vb-ldg--calculator .vb-landing-calculator--form .vb-calculator--calculate::before {
  display: block;
  z-index: -1;
  width: 102%;
  height: 101%;
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  background: #7DBC8E;
  -webkit-transition: right 300ms ease;
  transition: right 300ms ease;
}
.vb-ldg--calculator .vb-landing-calculator--form .vb-calculator--calculate:hover::before {
  right: -1px;
}
.vb-ldg--calculator .vb-landing-calculator--form .vb-calculator--error {
  font-size: 9px;
  color: #2D2A29;
  opacity: 1;
  display: block;
  margin: 0;
}
.vb-ldg--calculator .vb-landing-calculator--form .result {
  margin: 0;
  background-color: #fff;
  border-radius: 5px;
  font-size: 0.75rem;
  color: #2D2A29;
  padding: 1.5625rem 1.5rem;
}
.vb-ldg--calculator .vb-landing-calculator--form .result p {
  font-size: 0.75rem;
  padding-left: 0;
  margin: 0;
}
.vb-ldg--calculator .vb-landing-calculator--form .result #vb-calculator--result-age {
  color: #999999;
  font-size: 1rem;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.vb-ldg--calculator .vb-landing-calculator--form .result #vb-calculator--result-hip {
  color: #999999;
  font-size: 0.75rem;
  display: block;
  font-weight: bold;
}
@media only screen and (max-width: 920px) {
  .vb-ldg--calculator .vb-landing-calculator--form {
    padding: 0.625rem 0.9375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 28.25rem;
  }
  .vb-ldg--calculator .vb-landing-calculator--form p.title {
    margin-bottom: 0.625rem;
  }
  .vb-ldg--calculator .vb-landing-calculator--form p.title::before {
    display: none;
  }
  .vb-ldg--calculator .vb-landing-calculator--form div.form {
    border-right: none;
    border-bottom: 1px solid #707070;
    width: 100%;
    padding: 0 0 0.625rem 0;
    margin-right: 0;
    text-align: center;
  }
  .vb-ldg--calculator .vb-landing-calculator--form .result {
    width: 100%;
    padding: 5px 0;
    margin: 10px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vb-ldg--calculator .vb-landing-calculator--form .result p {
    text-align: center;
  }
  .vb-ldg--calculator .vb-landing-calculator--form .result #vb-calculator--result-age {
    font-size: 1.375rem;
  }
  .vb-ldg--calculator .vb-landing-calculator--form .result #vb-calculator--result-hip {
    font-size: 1rem;
  }
  .vb-ldg--calculator .vb-landing-calculator--form #vb-calculator--calculate {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .vb-ldg--calculator .vb-landing-calculator--form {
    max-width: 20rem;
    margin: -0.9375rem auto 0.9375rem;
  }
  .vb-ldg--calculator .vb-landing-calculator--form .form-field label {
    font-size: 0.75rem;
    width: 100px;
  }
}

.vb-ldg--ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  margin-bottom: 1.875rem;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 19.375rem;
}
.vb-ldg--ctas .vb-ldg--cta {
  background: #FFFFFF;
  border: 0.0625rem solid #2D2A29;
  color: #2D2A29;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  height: 2.5rem;
  width: 9.375rem;
  white-space: normal;
  text-align: center;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  text-decoration: none;
  border-radius: 0.3125rem;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  z-index: 1;
}
.vb-ldg--ctas .vb-ldg--cta:not(:last-child) {
  margin-right: 0.625rem;
}
.vb-ldg--ctas .vb-ldg--cta::before {
  background: #2D2A29;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.vb-ldg--ctas .vb-ldg--cta:hover {
  color: #FFFFFF;
}
.vb-ldg--ctas .vb-ldg--cta:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}