/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./app/javascript/stylesheets/application.scss ***!
  \**********************************************************************************************************************************************************************************************/
/* BACKGROUND GRADIENTS */
/* BACKGROUND SIZE */
/* BORDER */
/* BOX SIZING */
/* POSITION */
.vf-text-bold {
  font-weight: 600;
}

.vf-text-red {
  color: #535E76;
}

.vf-text-blue {
  color: #8894AF;
}

#vf-content-flash {
  margin: 10px 30px;
  font-size: 0.8em;
  text-align: center;
}
#vf-content-flash div {
  padding-left: 10px;
}
#vf-content-flash .vf-content-flash-error {
  color: #CE2114;
}
#vf-content-flash .vf-content-flash-success {
  color: #67ADE8;
}

#vf-feed-container {
  text-align: center;
  border-top: 1px solid #C5C5C5;
}
#vf-feed-container > h1 {
  width: 100%;
  margin: 20px 0 10px 0;
  height: 40px;
  line-height: 40px;
  font-size: 1.7em;
  font-weight: 400;
}
#vf-feed-container > h1 span {
  margin: 0 10px;
  font-variant: small-caps;
  font-family: "Open Sans", sans-serif;
}
#vf-feed-container #vf-feed-motto {
  width: 100%;
  margin: 5px 0 0 0;
}
#vf-feed-container #vf-feed-motto img {
  display: block;
  width: 100%;
  margin-top: 10px;
}
#vf-feed-container #vf-feed-motto div, #vf-feed-container #vf-feed-motto p {
  text-align: center;
}
#vf-feed-container #vf-feed-motto div {
  margin: 15px 0;
  font-variant: small-caps;
  font-size: 1.5em;
  font-weight: 400;
}
#vf-feed-container #vf-feed-motto p {
  font-size: 0.9em;
  line-height: 1.8em;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  color: #777;
}
#vf-feed-container #vf-feed-motto p a {
  color: #6CB0E7;
}
#vf-feed-container #vf-feed-motto p a:hover, #vf-feed-container #vf-feed-motto p a:active {
  color: #569CD5;
  border-bottom: 1px dashed #569CD5;
}
#vf-feed-container #vf-feed-wrapper {
  display: inline-flex;
  min-width: 550px;
  flex-direction: row;
  justify-content: space-around;
  padding: 5px 2px;
}
#vf-feed-container #vf-feed-wrapper li {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 250px;
  background-color: #FFF;
  margin: 0 2px;
}
#vf-feed-container #vf-feed-wrapper li > a {
  position: relative;
  display: block;
  height: 150px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#vf-feed-container #vf-feed-wrapper li > a img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: 187px;
  height: 110px;
  background-color: #EEE;
}
#vf-feed-container #vf-feed-wrapper li > a .vf-feed-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5) url(/packs/static/images/zoom_in-0e4fe86cb5cf24eb22b2.png) no-repeat center 100px;
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#vf-feed-container #vf-feed-wrapper li > a .vf-feed-overlay:hover {
  opacity: 1;
  background-position: center center;
}
#vf-feed-container #vf-feed-wrapper li > div {
  position: relative;
  overflow: auto;
  border-top: 5px solid #67ADE8;
}
#vf-feed-container #vf-feed-wrapper li > div span {
  display: block;
  margin: 10px 0;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
}
#vf-feed-container #vf-feed-wrapper li > div p {
  display: block;
  height: 200px;
  margin: 15px;
  text-align: justify;
  font-size: 0.8em;
}
#vf-feed-container #vf-feed-wrapper li > div a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  color: #FFF;
  background-color: #535E76;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  height: 40px;
  line-height: 40px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#vf-feed-container #vf-feed-wrapper li > div a:hover {
  background-color: #424C61;
  color: #FFF;
}
#vf-feed-container #vf-feed-wrapper li > div a:active {
  background-color: #5B6579;
  color: #FFF;
}

#vf-feed-box > * {
  margin-left: 10px;
  margin-right: 10px;
}
#vf-feed-box #vf-feed-updated_at {
  text-align: right;
  margin: 0 20px 20px 0;
  font-size: 0.7em;
}
#vf-feed-box #vf-feed-updated_at span {
  color: #777;
}
#vf-feed-box #vf-feed-img, #vf-feed-box #vf-feed-content {
  margin-left: 30px;
  margin-right: 30px;
  text-align: justify;
  font-size: 0.8em;
}
#vf-feed-box #vf-feed-img {
  display: table;
  margin-top: 30px;
}
#vf-feed-box #vf-feed-img > img {
  float: left;
  width: 170px;
  height: 100px;
  margin: 0 15px 15px 0;
  background-color: #EEE;
  border: 1px solid #DBDBDB;
}
#vf-feed-box #vf-feed-img > span, #vf-feed-box #vf-feed-img a {
  overflow: hidden;
}
#vf-feed-box #vf-feed-img > h2 {
  font-weight: 400;
  font-size: 1.1em;
}
#vf-feed-box #vf-feed-content {
  margin-bottom: 30px;
  border-top: 1px solid #EEE;
}
#vf-feed-box #vf-feed-content p {
  display: block;
  margin-top: 15px;
  line-height: 1.6em;
}
#vf-feed-box .vf-feed-more {
  margin: 10px 30px;
}
#vf-feed-box .vf-feed-more a {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #535E76;
  font-weight: bold;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#vf-feed-box .vf-feed-more a:hover, #vf-feed-box .vf-feed-more a:active {
  color: #424C61;
}

.vf-link-back {
  font-variant: small-caps;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 15px;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.vf-link-back:hover, .vf-link-back:active {
  color: #76839E;
  text-shadow: 1px 1px #e8e8e8;
  font-size: 15px;
}

#vf-products-nav2 {
  text-align: center;
  padding: 20px 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 102px);
  grid-gap: 1rem;
  justify-content: space-evenly;
}
#vf-products-nav2 li {
  position: relative;
  background-color: white;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 3px 3px #DBDBDB;
  -moz-box-shadow: 0 0 3px 3px #DBDBDB;
  box-shadow: 0 0 3px 3px #DBDBDB;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#vf-products-nav2 li.vf-active-grid {
  border: 1px solid #8894AF;
}
#vf-products-nav2 li.vf-active-grid a div {
  border-top: 1px solid #8894AF;
  background-color: #8894AF;
  background-color: rgba(136, 148, 175, 0.9);
  color: white;
}
#vf-products-nav2 li:hover {
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: 0 0 3px 3px #c5c5c5;
  -moz-box-shadow: 0 0 3px 3px #c5c5c5;
  box-shadow: 0 0 3px 3px #c5c5c5;
}
#vf-products-nav2 li:hover a div {
  border-top: 1px solid #c5c5c5;
}
#vf-products-nav2 li a {
  display: block;
  width: 100px;
  height: 120px;
  overflow: hidden;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#vf-products-nav2 li a img {
  width: 100px;
  height: 100px;
}
#vf-products-nav2 li a div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  max-height: 43px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #DBDBDB;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#vf-products-nav2 li a div h3, #vf-products-nav2 li a div h4 {
  display: block;
  margin: 5px 3px;
  font-size: 0.9em;
  font-variant: small-caps;
  font-weight: normal;
}
#vf-products-nav2 li a {
  height: 120px;
}
#vf-products-nav2 li a div span {
  font-size: 0.8em;
  padding: 0;
  margin: 5px 5px;
}

#vf-content-nav2 {
  text-align: center;
  padding: 20px 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 206px);
  grid-gap: 1rem;
  justify-content: space-evenly;
}
#vf-content-nav2 li {
  position: relative;
  background-color: white;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 3px 3px #DBDBDB;
  -moz-box-shadow: 0 0 3px 3px #DBDBDB;
  box-shadow: 0 0 3px 3px #DBDBDB;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#vf-content-nav2 li.vf-active-grid {
  border: 1px solid #8894AF;
}
#vf-content-nav2 li.vf-active-grid a div {
  border-top: 1px solid #8894AF;
  background-color: #8894AF;
  background-color: rgba(136, 148, 175, 0.9);
  color: white;
}
#vf-content-nav2 li:hover {
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: 0 0 3px 3px #c5c5c5;
  -moz-box-shadow: 0 0 3px 3px #c5c5c5;
  box-shadow: 0 0 3px 3px #c5c5c5;
}
#vf-content-nav2 li:hover a div {
  border-top: 1px solid #c5c5c5;
}
#vf-content-nav2 li a {
  display: block;
  width: 204px;
  height: 132px;
  overflow: hidden;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#vf-content-nav2 li a img {
  width: 100%;
  height: 100%;
}
#vf-content-nav2 li a div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 204px;
  max-height: 43px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #DBDBDB;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#vf-content-nav2 li a div h3, #vf-content-nav2 li a div h4 {
  display: block;
  margin: 5px 3px;
  font-size: 0.9em;
  font-variant: small-caps;
  font-weight: normal;
}

#vf-content-nav2-fixed {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 50%;
  width: 1000px;
  min-height: 50px;
  background-color: #FFF;
  text-align: center;
  padding: 3px 0;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#vf-content-nav2-fixed.active li {
  opacity: 1;
  left: 0;
}
#vf-content-nav2-fixed li {
  display: inline-block;
  opacity: 0;
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px;
  left: -50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#vf-content-nav2-fixed li a {
  display: block;
  width: 170px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #DBDBDB;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#vf-content-nav2-fixed li a img {
  float: left;
  width: 77px;
  height: 50px;
  margin-left: -35px;
}
#vf-content-nav2-fixed li a div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 0.7em;
  background-color: rgba(255, 255, 255, 0.5);
}
#vf-content-nav2-fixed li a div span {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 170px;
  padding: 0 15px;
  height: 50px;
  color: #333;
  text-shadow: 1px 1px 2px #FFF;
}
#vf-content-nav2-fixed li a:hover {
  border-color: #AFAFAF;
}
#vf-content-nav2-fixed li a:hover div span {
  color: #000;
  border-color: #AFAFAF;
}
#vf-content-nav2-fixed li:nth-child(1), #vf-content-nav2-fixed li:nth-child(5), #vf-content-nav2-fixed li:nth-child(9) {
  margin-right: 3px;
}
#vf-content-nav2-fixed li:nth-child(4), #vf-content-nav2-fixed li:nth-child(8), #vf-content-nav2-fixed li:nth-child(12) {
  margin-left: 3px;
}
#vf-content-nav2-fixed li:nth-child(2), #vf-content-nav2-fixed li:nth-child(3),
#vf-content-nav2-fixed li:nth-child(6), #vf-content-nav2-fixed li:nth-child(7),
#vf-content-nav2-fixed li:nth-child(10), #vf-content-nav2-fixed li:nth-child(11) {
  margin-left: 3px;
  margin-right: 3px;
}

#vf-product-article > div {
  overflow: visible;
}

.vf-content-article {
  display: table;
  width: 100%;
}
.vf-content-article > h1 {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 1.5em;
  font-weight: 400;
  margin: 10px 0;
}
.vf-content-article > h1 span {
  margin: 0 10px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.vf-content-article > div {
  overflow: hidden;
}
.vf-content-article > div .vf-content-article-list {
  background-color: whitesmoke;
  margin: 20px;
  padding: 10px;
  color: #535E76;
}
.vf-content-article > div .vf-content-article-list .vf-content-article-subproduct-header {
  font-size: 12px;
  font-weight: normal;
  font-variant: small-caps;
  margin-bottom: 20px;
}
.vf-content-article > div .vf-content-article-list .vf-content-article-subproduct-header span:nth-child(2) {
  margin-left: 170px;
}
.vf-content-article > div .vf-content-article-list .vf-content-article-subproduct-header span:last-child {
  float: right;
}
.vf-content-article > div .vf-content-article-list .vf-content-article-subproduct {
  font-size: 14px;
  font-variant: small-caps;
  padding: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c5d1ea;
}
.vf-content-article > div .vf-content-article-list .vf-content-article-subproduct svg {
  height: 30px;
  width: 30px;
  position: relative;
  bottom: 10px;
}
.vf-content-article > div .vf-content-article-list .vf-content-article-subproduct svg .icon path {
  stroke: #071930;
}
.vf-content-article > div .vf-content-article-list .vf-content-article-subproduct svg .icon.nostock path {
  stroke: #779fd3;
}
.vf-content-article > div .vf-content-article-list .vf-content-article-subproduct svg .nostock circle {
  stroke: #a16b6b;
}
.vf-content-article > div .vf-content-article-list .vf-content-article-subproduct svg .checkmark path, .vf-content-article > div .vf-content-article-list .vf-content-article-subproduct svg .checkmark circle {
  stroke: #679567;
}
.vf-content-article > div .vf-content-article-list .vf-content-article-subproduct h2 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 7px;
}
.vf-content-article > div .vf-content-article-list .vf-content-article-subproduct span:first-child {
  margin-left: 5px;
}
.vf-content-article > div .vf-content-article-list .vf-content-article-subproduct span:first-child {
  float: right;
}
.vf-content-article > div .vf-content-article-list .vf-content-article-subproduct span:not(:first-child):not(:nth-child(2)):before {
  content: " | ";
}
.vf-content-article > div .vf-content-article-desc {
  overflow: hidden;
  font-size: 0.8em;
  text-align: justify;
  line-height: 2em;
}
.vf-content-article > div .vf-content-article-desc .vf-product-table {
  float: right;
  background-color: whitesmoke;
  margin: 8px 15px;
  width: 350px;
  border: 1px solid #BCC7E1;
  -webkit-box-shadow: 0 0 5px 5px #e8e8e8;
  -moz-box-shadow: 0 0 5px 5px #e8e8e8;
  box-shadow: 0 0 5px 5px #e8e8e8;
}
.vf-content-article > div .vf-content-article-desc .vf-product-table thead td {
  background-color: #8894AF;
  text-align: center;
  color: white;
}
.vf-content-article > div .vf-content-article-desc .vf-product-table td {
  padding: 0 5px;
  border-bottom: 1px solid white;
}
.vf-content-article > div .vf-content-article-desc .vf-product-table td:first-child {
  border-right: 1px solid white;
}
.vf-content-article > div .vf-content-article-desc > p, .vf-content-article > div .vf-content-article-desc .vf-content-article-wrapper {
  margin: 10px 15px;
}
.vf-content-article > div .vf-content-article-desc > p a, .vf-content-article > div .vf-content-article-desc .vf-content-article-wrapper a {
  font-weight: bold;
  color: #535E76;
}
.vf-content-article > div .vf-content-article-desc > p a:hover, .vf-content-article > div .vf-content-article-desc .vf-content-article-wrapper a:hover {
  border-bottom: 1px dashed #535E76;
}
.vf-content-article > div .vf-content-article-desc > p ul, .vf-content-article > div .vf-content-article-desc > p li, .vf-content-article > div .vf-content-article-desc .vf-content-article-wrapper ul, .vf-content-article > div .vf-content-article-desc .vf-content-article-wrapper li {
  list-style-type: disc !important;
}
.vf-content-article > div .vf-content-article-desc > p li, .vf-content-article > div .vf-content-article-desc .vf-content-article-wrapper li {
  margin: 5px 30px;
}
.vf-content-article #vf-products.vf-images-small {
  text-align: center;
  padding: 20px 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 102px);
  grid-gap: 1rem;
  justify-content: space-evenly;
  font-size: 0.85em;
}
.vf-content-article #vf-products.vf-images-small li {
  position: relative;
  background-color: white;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 3px 3px #DBDBDB;
  -moz-box-shadow: 0 0 3px 3px #DBDBDB;
  box-shadow: 0 0 3px 3px #DBDBDB;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.vf-content-article #vf-products.vf-images-small li.vf-active-grid {
  border: 1px solid #8894AF;
}
.vf-content-article #vf-products.vf-images-small li.vf-active-grid a div {
  border-top: 1px solid #8894AF;
  background-color: #8894AF;
  background-color: rgba(136, 148, 175, 0.9);
  color: white;
}
.vf-content-article #vf-products.vf-images-small li:hover {
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: 0 0 3px 3px #c5c5c5;
  -moz-box-shadow: 0 0 3px 3px #c5c5c5;
  box-shadow: 0 0 3px 3px #c5c5c5;
}
.vf-content-article #vf-products.vf-images-small li:hover a div {
  border-top: 1px solid #c5c5c5;
}
.vf-content-article #vf-products.vf-images-small li a {
  display: block;
  width: 100px;
  height: 120px;
  overflow: hidden;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.vf-content-article #vf-products.vf-images-small li a img {
  width: 100px;
  height: 100px;
}
.vf-content-article #vf-products.vf-images-small li a div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  max-height: 43px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #DBDBDB;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.vf-content-article #vf-products.vf-images-small li a div h3, .vf-content-article #vf-products.vf-images-small li a div h4 {
  display: block;
  margin: 5px 3px;
  font-size: 0.9em;
  font-variant: small-caps;
  font-weight: normal;
}
.vf-content-article #vf-products.vf-images-large {
  text-align: center;
  padding: 20px 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 302px);
  grid-gap: 1rem;
  justify-content: space-evenly;
  font-size: 1.2em;
}
.vf-content-article #vf-products.vf-images-large li {
  position: relative;
  background-color: white;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 3px 3px #DBDBDB;
  -moz-box-shadow: 0 0 3px 3px #DBDBDB;
  box-shadow: 0 0 3px 3px #DBDBDB;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.vf-content-article #vf-products.vf-images-large li.vf-active-grid {
  border: 1px solid #8894AF;
}
.vf-content-article #vf-products.vf-images-large li.vf-active-grid a div {
  border-top: 1px solid #8894AF;
  background-color: #8894AF;
  background-color: rgba(136, 148, 175, 0.9);
  color: white;
}
.vf-content-article #vf-products.vf-images-large li:hover {
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: 0 0 3px 3px #c5c5c5;
  -moz-box-shadow: 0 0 3px 3px #c5c5c5;
  box-shadow: 0 0 3px 3px #c5c5c5;
}
.vf-content-article #vf-products.vf-images-large li:hover a div {
  border-top: 1px solid #c5c5c5;
}
.vf-content-article #vf-products.vf-images-large li a {
  display: block;
  width: 300px;
  height: 340px;
  overflow: hidden;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.vf-content-article #vf-products.vf-images-large li a img {
  width: 300px;
  height: 300px;
}
.vf-content-article #vf-products.vf-images-large li a div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  max-height: 43px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #DBDBDB;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.vf-content-article #vf-products.vf-images-large li a div h3, .vf-content-article #vf-products.vf-images-large li a div h4 {
  display: block;
  margin: 5px 3px;
  font-size: 0.9em;
  font-variant: small-caps;
  font-weight: normal;
}
.vf-content-article #vf-products.vf-images-large li a div {
  max-height: 60px;
}
.vf-content-article .vf-content-article-gallery {
  float: right;
  display: flex;
  margin: 10px;
  gap: 10px;
  position: relative;
}
.vf-content-article .vf-content-article-gallery.vf-gallery-horizontal {
  flex-direction: column;
}
.vf-content-article .vf-content-article-gallery.vf-gallery-horizontal .vf-gallery-thumbs {
  flex-direction: row;
}
.vf-content-article .vf-content-article-gallery.vf-gallery-large .vf-image-container {
  width: 600px;
  height: 600px;
}
.vf-content-article .vf-content-article-gallery.vf-gallery-large .vf-image-container .vf-iamge-zoom-overlay {
  width: 600px;
  height: 600px;
}
.vf-content-article .vf-content-article-gallery .vf-image-container {
  display: none;
  width: 350px;
  height: 350px;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 3px;
  transition: all 0.2s;
}
.vf-content-article .vf-content-article-gallery .vf-image-container:hover {
  cursor: pointer;
}
.vf-content-article .vf-content-article-gallery .vf-image-container:hover .vf-image-zoom-overlay {
  opacity: 1;
  transition: all 0.2s;
}
.vf-content-article .vf-content-article-gallery .vf-image-container:hover .vf-gallery-main {
  border: 1px solid #D7DADF;
}
.vf-content-article .vf-content-article-gallery .vf-image-container .vf-image-zoom-overlay {
  display: flex;
  opacity: 0;
  position: absolute;
  width: 350px;
  height: 350px;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s;
}
.vf-content-article .vf-content-article-gallery .vf-image-container .vf-gallery-main {
  width: 100%;
  border: 1px solid transparent;
}
.vf-content-article .vf-content-article-gallery .vf-image-container.vf-active {
  display: block;
}
.vf-content-article .vf-content-article-gallery .vf-gallery-thumbs {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.vf-content-article .vf-content-article-gallery .vf-gallery-thumbs .vf-gallery-thumb {
  width: 70px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid transparent;
}
.vf-content-article .vf-content-article-gallery .vf-gallery-thumbs .vf-gallery-thumb:hover {
  opacity: 0.9;
  transition: all 0.2s;
  border: 1px solid #D7DADF;
}
.vf-content-article .vf-content-article-gallery .vf-gallery-thumbs .vf-gallery-thumb.vf-active {
  width: 100px;
  height: 100px;
}

#vf-webshop_product-article .vf-content-article-desc {
  padding: 0 0 0 10px;
}
#vf-webshop_product-article .vf-content-article-desc .vf-content-article-wrapper {
  min-height: 370px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#vf-webshop_product-article .vf-content-article-desc .vf-product-table {
  box-sizing: border-box;
  float: none;
  width: 80%;
  margin: 20px auto 10px auto;
}
#vf-webshop_product-article .vf-content-article-desc .vf-catalog-button {
  box-sizing: border-box;
  width: 80%;
  margin: 10px auto;
}
#vf-webshop_product-article .vf-content-article-desc .vf-webshop_product-info {
  margin: 20px 0 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#vf-webshop_product-article .vf-content-article-desc .vf-webshop_product-info h2 {
  font-size: 2em;
}
#vf-webshop_product-article .vf-content-article-desc .vf-webshop_product-info span {
  line-height: 46px;
}
#vf-webshop_product-article .vf-content-article-desc .vf-webshop_product-info span.vf-stock {
  font-variant: small-caps;
  font-size: 0.9em;
  padding-left: 60px;
}
#vf-webshop_product-article .vf-content-article-desc .vf-webshop_product-info button {
  font-weight: bold;
  line-height: 26px;
  width: 120px;
  margin-left: 5px;
}
#vf-webshop_product-article .vf-content-article-desc .vf-webshop_product-info .vf-quantity {
  box-sizing: border-box;
  font-size: 1.2em;
  width: 50px;
  height: 46px;
  padding: 0 2px;
}

#vf-contact-box {
  position: relative;
}
#vf-contact-box table {
  width: 720px;
  font-size: 0.8em;
  margin: 10px;
}
#vf-contact-box table td {
  padding: 5px;
  text-transform: uppercase;
  border-bottom: 1px dashed #C4C4C4;
}
#vf-contact-box table tr:last-child td {
  border: none;
}
#vf-contact-box table tbody td:first-child {
  width: 40%;
  text-align: right;
  color: #535E76;
}
#vf-contact-box table tbody td:last-child {
  width: 60%;
  text-align: left;
  font-weight: 600;
}
#vf-contact-box #vf-contact-map {
  float: left;
  margin: 10px;
  width: 720px;
  border: none;
}

#vf-staff-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
  justify-content: center;
}
#vf-staff-list li {
  margin: 30px 40px;
  text-align: center;
  width: 190px;
}
#vf-staff-list li .vf-staff-avatar {
  position: relative;
  text-align: center;
  width: 190px;
  height: 120px;
}
#vf-staff-list li .vf-staff-avatar img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 5px 5px 0 0 #DBDBDB;
  -moz-box-shadow: 5px 5px 0 0 #DBDBDB;
  box-shadow: 5px 5px 0 0 #DBDBDB;
}
#vf-staff-list li .vf-staff-avatar p {
  height: 0;
  overflow: hidden;
}
#vf-staff-list li .vf-staff-avatar:hover a {
  color: #3434c3;
}
#vf-staff-list li .vf-staff-avatar:hover a:hover {
  cursor: pointer;
}
#vf-staff-list li .vf-staff-avatar:hover p {
  position: absolute;
  background-color: #FFF;
  border: 1px solid #DBDBDB;
  font-size: 0.9em;
  padding: 10px 10px;
  top: 100%;
  height: auto;
  z-index: 2;
  vertical-align: middle;
}
#vf-staff-list li h2 {
  font-size: 1.2em;
  font-weight: 400;
}
#vf-staff-list li .vf-staff-phone {
  color: #8894AF;
  font-size: 0.8em;
}
#vf-staff-list li .vf-staff-disposition {
  color: #777;
  font-size: 0.9em;
}

#vf-feedback-box {
  position: relative;
}
#vf-feedback-box #vf-feedback-overlay h1 {
  float: left;
  margin: 10px;
  text-transform: uppercase;
  font-size: 1.2em;
  padding-left: 10px;
  border-left: 2px solid #67ADE8;
  font-weight: normal;
}
#vf-feedback-box #vf-feedback-overlay form {
  margin: 15px auto;
}

#vf-about-box div p {
  margin: 20px;
  font-size: 0.8em;
  text-align: justify;
  line-height: 2em;
}
#vf-about-box div .vf-paragraph-centered {
  text-align: center;
  color: #535E76;
  font-weight: 600;
}

#vf-references-box div {
  margin-bottom: 10px;
}
#vf-references-box h2 {
  padding-bottom: 10px;
  margin: 20px;
  color: #555;
  text-transform: uppercase;
  font-size: 0.8em;
  border-bottom: 1px dashed #CCC;
}
#vf-references-box ul li {
  margin: 15px 50px;
}
#vf-references-box ul li span {
  font-size: 1em;
}
#vf-references-box ul li p {
  color: #8894AF;
  font-size: 0.7em;
}

#vf-not-found-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
#vf-not-found-box #vf-not-found-box-icon {
  margin: 15px 0;
}
#vf-not-found-box #vf-not-found-box-icon img {
  width: 200px;
}
#vf-not-found-box #vf-not-found-box-description {
  text-align: center;
  padding: 20px;
}
#vf-not-found-box #vf-not-found-box-links {
  display: flex;
}
#vf-not-found-box #vf-not-found-box-links li:not(.vf-not-found-box-link-divider) {
  padding: 20px;
}
#vf-not-found-box #vf-not-found-box-links li:not(.vf-not-found-box-link-divider) a {
  color: #6cb0e7;
}
#vf-not-found-box #vf-not-found-box-links li:not(.vf-not-found-box-link-divider) a:hover, #vf-not-found-box #vf-not-found-box-links li:not(.vf-not-found-box-link-divider) a:active {
  color: #569cd5;
  border-bottom: 1px dashed #569cd5;
}
#vf-not-found-box #vf-not-found-box-links .vf-not-found-box-link-divider {
  display: flex;
  align-items: center;
  color: #535E76;
  font-size: 1.5em;
}

#vf-career-box .vf-career-position {
  margin: 15px;
  padding: 10px;
}
#vf-career-box .vf-career-position h2, #vf-career-box .vf-career-position h3, #vf-career-box .vf-career-position h4 {
  font-weight: normal;
  color: #535E76;
}
#vf-career-box .vf-career-position h2 {
  font-size: 1.1em;
  margin-top: 15px;
}
#vf-career-box .vf-career-position h3, #vf-career-box .vf-career-position h4 {
  margin: 15px 10px;
}
#vf-career-box .vf-career-position h3 {
  font-size: 1em;
}
#vf-career-box .vf-career-position h4 {
  font-size: 0.9em;
}
#vf-career-box .vf-career-position p {
  text-align: justify;
  margin: 10px;
}
#vf-career-box .vf-career-position p, #vf-career-box .vf-career-position ul {
  font-size: 0.8em;
}
#vf-career-box .vf-career-position ul, #vf-career-box .vf-career-position li {
  list-style: circle inside;
}
#vf-career-box .vf-career-position ul li {
  margin: 3px 30px;
}

#vf-terms-box {
  text-align: justify;
}
#vf-terms-box .vf-content-article-wrapper ol {
  counter-reset: item;
}
#vf-terms-box .vf-content-article-wrapper ol, #vf-terms-box .vf-content-article-wrapper li {
  list-style: none !important;
}
#vf-terms-box .vf-content-article-wrapper li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
}
#vf-terms-box .vf-content-article-wrapper > ol {
  font-size: 1.2em;
}
#vf-terms-box .vf-content-article-wrapper > ol > li {
  margin: 15px 0;
  font-weight: bold;
  text-transform: uppercase;
}
#vf-terms-box .vf-content-article-wrapper > ol > li > ol {
  font-weight: normal;
  text-transform: none;
  font-size: 0.85em;
}
#vf-terms-box .vf-content-article-wrapper > ol > li > ol > li {
  margin: 10px 0;
}

#vf-privacy-box #vf-privacy-settings {
  background-color: #FFF;
  padding: 20px;
  margin: 20px;
  border: 1px solid #D7DADF;
}
#vf-privacy-box #vf-privacy-settings button {
  margin: 20px auto 10px auto;
  width: 250px;
  display: block;
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  background-color: #8894AF;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
#vf-privacy-box #vf-privacy-settings button:hover, #vf-privacy-box #vf-privacy-settings button:active {
  background-color: #BFBFBF;
}
#vf-privacy-box #vf-privacy-settings button:disabled {
  cursor: auto;
  background-color: gray;
}
#vf-privacy-box #vf-privacy-settings input {
  margin: 5px;
}
#vf-privacy-box h1 {
  margin: auto;
  text-align: center;
}
#vf-privacy-box h3 {
  margin: 20px 0 20px 0;
  text-align: center;
}
#vf-privacy-box h4 {
  margin: 5px 0 5px 0;
}
#vf-privacy-box p {
  margin: 0 10px 0 10px;
}

#vf-instant-dropdown a {
  color: #8894af;
}
#vf-instant-dropdown a:hover, #vf-instant-dropdown a:active {
  color: #8894af;
  border-bottom: 1px dashed #8894af;
}

.autocomplete-suggestions {
  position: absolute;
  z-index: 99;
  font-size: 13px;
  cursor: default;
  background: white;
  overflow-y: auto;
  padding: 4px 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  max-height: 300px;
}
.autocomplete-suggestions:empty {
  display: none;
}

.autocomplete-suggestion {
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.autocomplete-suggestion:nth-child(2n) {
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.autocomplete-suggestion:hover {
  background-color: #F1F1F1;
  color: #333;
}

#vf-cart-article, #vf-webshop_categories-article {
  margin-bottom: 20px;
}
#vf-cart-article h2, #vf-webshop_categories-article h2 {
  font-size: 1.3em;
  padding: 10px 10px;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
}
#vf-cart-article h2 span, #vf-webshop_categories-article h2 span {
  margin: 0 10px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
#vf-cart-article h3.vf-error, #vf-webshop_categories-article h3.vf-error {
  margin-left: 20px;
  font-size: 1em;
  color: red;
  font-variant: small-caps;
}
#vf-cart-article .vf-webshop_products, #vf-webshop_categories-article .vf-webshop_products {
  display: grid;
  grid-template-columns: repeat(auto-fill, 482px);
  font-size: 1.2em;
}
#vf-cart-article .vf-webshop_products .vf-webshop_product-box, #vf-webshop_categories-article .vf-webshop_products .vf-webshop_product-box {
  margin: 10px;
  background-color: #FFF;
  height: 150px;
  box-shadow: 0 0 3px 3px #DBDBDB;
  transition: all 0.2s;
  position: relative;
}
#vf-cart-article .vf-webshop_products .vf-webshop_product-box:hover, #vf-webshop_categories-article .vf-webshop_products .vf-webshop_product-box:hover {
  transition: all 0.2s;
  box-shadow: 0 0 3px 3px #C5C5C5;
}
#vf-cart-article .vf-webshop_products .vf-webshop_product-box .vf-image-modal-gallery-overlay, #vf-webshop_categories-article .vf-webshop_products .vf-webshop_product-box .vf-image-modal-gallery-overlay {
  position: absolute;
  width: 150px;
  height: 150px;
  cursor: zoom-in;
  display: flex;
  justify-content: center;
  align-items: center;
}
#vf-cart-article .vf-webshop_products .vf-webshop_product-box .vf-image-modal-gallery-overlay:hover img, #vf-webshop_categories-article .vf-webshop_products .vf-webshop_product-box .vf-image-modal-gallery-overlay:hover img {
  transition: all 0.2s;
  opacity: 0.5;
}
#vf-cart-article .vf-webshop_products .vf-webshop_product-box .vf-image-modal-gallery-overlay img, #vf-webshop_categories-article .vf-webshop_products .vf-webshop_product-box .vf-image-modal-gallery-overlay img {
  transition: all 0.2s;
  height: 25px;
  width: 40px;
  opacity: 0;
}
#vf-cart-article .vf-webshop_products .vf-webshop_product-box img, #vf-webshop_categories-article .vf-webshop_products .vf-webshop_product-box img {
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 5px;
}
#vf-cart-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info h3, #vf-webshop_categories-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info h3 {
  font-size: 0.8em;
  padding: 7px 7px;
  height: 20px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
}
#vf-cart-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info h3 span, #vf-webshop_categories-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info h3 span {
  text-transform: uppercase;
  color: #555;
}
#vf-cart-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info h3:first-child, #vf-webshop_categories-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info h3:first-child {
  width: 210px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#vf-cart-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info h3:last-of-type, #vf-webshop_categories-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info h3:last-of-type {
  float: right;
}
#vf-cart-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info .vf-webshop_product-desc, #vf-webshop_categories-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info .vf-webshop_product-desc {
  overflow: hidden;
  font-size: 0.7em;
  padding: 7px;
  height: 50px;
}
#vf-cart-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info span.vf-quantity, #vf-webshop_categories-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info span.vf-quantity {
  font-size: 0.7em;
}
#vf-cart-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info .vf-controllers, #vf-webshop_categories-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info .vf-controllers {
  float: right;
  padding-right: 7px;
}
#vf-cart-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info .vf-controllers input, #vf-cart-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info .vf-controllers button, #vf-webshop_categories-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info .vf-controllers input, #vf-webshop_categories-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info .vf-controllers button {
  display: inline;
  margin: 0;
}
#vf-cart-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info .vf-controllers input[type=number], #vf-webshop_categories-article .vf-webshop_products .vf-webshop_product-box .vf-webshop_product-info .vf-controllers input[type=number] {
  width: 40px;
  height: 34px;
  padding: 0 2px;
  border: 1px solid #8894AF;
}

.vf-modal-blocker {
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 900;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(2px);
}

.vf-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.vf-modal img.vf-image-zoomed-in {
  width: 700px;
}

.vf-button {
  cursor: pointer;
  text-align: center;
  border: none;
  text-transform: uppercase;
}

.vf-5-button {
  padding: 5px;
}

.vf-85-button {
  padding: 8px 5px;
}

.vf-510-button {
  padding: 5px 10px;
}

.vf-10-button {
  padding: 10px;
}

.vf-1015-button {
  padding: 10px 15px;
}

.vf-1510-button {
  padding: 15px 10px;
}

.vf-sky-button {
  background-color: #8894AF;
  color: #FFF !important;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.vf-sky-button:disabled {
  background-color: #818181;
  color: #FFF !important;
  cursor: auto;
}
.vf-sky-button:hover:not(:disabled) {
  background-color: #76839E;
}
.vf-sky-button:active {
  background-color: #96A1B9;
}

.vf-red-button {
  background-color: #C7625B;
  color: #FFF !important;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.vf-red-button:hover {
  background-color: #B9554F;
}
.vf-red-button:active {
  background-color: #c44133;
}

.vf-green-button {
  background-color: #55C94B;
  color: #FFF !important;
}
.vf-green-button:hover {
  background-color: #43BB39;
}
.vf-green-button:active {
  background-color: #3AA831;
}

.vf-purple-button {
  background-color: #924BC9;
  color: #FFF !important;
}
.vf-purple-button:hover {
  background-color: #863FBD;
}
.vf-purple-button:active {
  background-color: #782DB3;
}

.vf-gray-button {
  background-color: #818181;
  color: #FFF !important;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.vf-gray-button:hover {
  background-color: #686868;
}
.vf-gray-button:active {
  background-color: #555;
}

.vf-solid-button {
  background-color: #E6E6E6;
  color: #9C9C9C !important;
}
.vf-solid-button:hover {
  background-color: #DBDBDB;
}
.vf-solid-button:active {
  background-color: #DDD;
}

.vf-catalog-button {
  display: block;
  margin: 0 10px 10px 10px;
  font-weight: bold;
}
.vf-catalog-button > img {
  width: 21px;
  height: 25px;
}
.vf-catalog-button > img:first-child {
  float: left;
}
.vf-catalog-button > img:nth-child(2) {
  float: right;
  height: 23px;
}
.vf-catalog-button .vf-download-list {
  clear: both;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 12px;
  font-size: 0.8em;
  color: #555;
  font-weight: normal;
  text-transform: none;
  padding: 4px;
}
.vf-catalog-button .vf-download-list td {
  padding: 0;
}
.vf-catalog-button .vf-download-list td a {
  display: block;
  height: 25px;
  line-height: 25px;
  width: 100%;
}
.vf-catalog-button .vf-download-list svg {
  height: 21px;
  margin: 2px 0;
}
.vf-catalog-button .vf-download-list svg line, .vf-catalog-button .vf-download-list svg path, .vf-catalog-button .vf-download-list svg rect {
  fill: #555;
  stroke: #555;
}
.vf-catalog-button .vf-download-list svg #Shape {
  stroke: none;
}
.vf-catalog-button .vf-download-list svg polygon, .vf-catalog-button .vf-download-list svg polyline {
  stroke: #555;
}
.vf-catalog-button .vf-download-list table {
  border-collapse: collapse;
  width: 100%;
}
.vf-catalog-button .vf-download-list table thead {
  font-variant: small-caps;
}
.vf-catalog-button .vf-download-list table td:first-child {
  width: 30px;
}
.vf-catalog-button .vf-download-list table td:nth-child(3) {
  width: 170px;
}
.vf-catalog-button .vf-download-list table td:nth-child(4) {
  width: 100px;
}
.vf-catalog-button .vf-download-list table td:last-child {
  width: 80px;
  text-align: center;
}
.vf-catalog-button .vf-download-list table td:last-child a img {
  width: 21px;
  height: 25px;
  opacity: 0.7;
}
.vf-catalog-button .vf-download-list table td {
  border-right: 1px solid #ACB6CC;
  border-bottom: 1px solid #ACB6CC;
}
.vf-catalog-button .vf-download-list table td:last-child {
  border-right: none;
}
.vf-catalog-button .vf-download-list table tbody tr:last-child td {
  border-bottom: none;
}
.vf-catalog-button .vf-download-list table tbody tr:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.vf-linear-form {
  display: table;
  font-size: 1em;
}
.vf-linear-form .vf-input-same-line {
  display: flex;
  width: 422px;
  gap: 10px;
  margin: 10px 0;
}
.vf-linear-form .vf-image-cropper {
  margin: 15px 0;
  width: 422px;
}
.vf-linear-form .vf-image-cropper .vf-crop-errors {
  height: 30px;
}
.vf-linear-form .vf-image-cropper .vf-crop-errors span {
  padding-left: 10px;
  line-height: 30px;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #c82424;
}
.vf-linear-form .vf-image-cropper img {
  display: block;
  max-width: 100%;
}
.vf-linear-form .vf-image-cropper input[type=text] {
  width: 50px !important;
  padding: 3px 3px;
  height: 30px;
  box-sizing: border-box;
  margin: 0;
}
.vf-linear-form .vf-image-cropper label {
  width: 80px !important;
  height: 30px;
  box-sizing: border-box;
  margin: 0;
  line-height: 30px;
}
.vf-linear-form label {
  margin: 5px 0 0 0;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #8894AF;
}
.vf-linear-form label.vf-translatable-attr::after {
  content: url(/packs/static/images/i18n-303c56f52b44b229ab62.svg);
  width: 20px;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: 4px;
}
.vf-linear-form input[type=email], .vf-linear-form input[type=text],
.vf-linear-form input[type=password], .vf-linear-form input[type=submit],
.vf-linear-form input[type=file], .vf-linear-form input[type=url],
.vf-linear-form input[type=number], .vf-linear-form input[type=tel],
.vf-linear-form textarea, .vf-linear-form label, .vf-linear-form select {
  display: block;
}
.vf-linear-form .cke {
  position: relative;
  top: 5px;
  margin-bottom: 10px;
}
.vf-linear-form .vf-images-upload-form {
  display: flex;
  gap: 20px;
}
.vf-linear-form .vf-images-upload-form .image_attachment-container {
  display: none;
}
.vf-linear-form .vf-images-upload-form .image_attachment-container.vf-active {
  display: block;
}
.vf-linear-form .vf-images-upload-form .vf-images-upload-selector {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vf-linear-form .vf-images-upload-form .vf-images-upload-selector span {
  border: 1px solid #D7DADF;
  opacity: 0.7;
  width: 70px;
  height: 70px;
  align-self: start;
  color: #8894AF;
  transition-property: border-color, color, width, height;
  transition-duration: 0.2s;
}
.vf-linear-form .vf-images-upload-form .vf-images-upload-selector span.vf-active, .vf-linear-form .vf-images-upload-form .vf-images-upload-selector span:hover {
  color: #555;
  border: 1px solid #8894AF;
  cursor: pointer;
  transition-property: border-color, color, width, height;
  transition-duration: 0.2s;
}
.vf-linear-form .vf-images-upload-form .vf-images-upload-selector span.vf-active {
  width: 100px;
  height: 100px;
  opacity: 1;
}
.vf-linear-form .vf-images-upload-form .vf-images-upload-selector span#vf-image_attachment-add {
  text-align: center;
  line-height: 70px;
  font-size: 1.5em;
}
.vf-linear-form .vf-images-upload-form .vf-images-upload-selector span img {
  width: 100%;
  height: 100%;
}
.vf-linear-form .vf-image-upload-form .vf-file-upload, .vf-linear-form .vf-images-upload-form .vf-file-upload, .vf-linear-form .vf-attachment-upload-form .vf-file-upload {
  font-size: 0.9em;
  line-height: 50px;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100px !important;
}
.vf-linear-form .vf-image-upload-form .vf-file-upload input[type=file], .vf-linear-form .vf-images-upload-form .vf-file-upload input[type=file], .vf-linear-form .vf-attachment-upload-form .vf-file-upload input[type=file] {
  display: none;
}
.vf-linear-form .vf-image-upload-form .vf-image-url, .vf-linear-form .vf-images-upload-form .vf-image-url, .vf-linear-form .vf-attachment-upload-form .vf-image-url {
  width: calc(100% - 100px);
}
.vf-linear-form input[type=email], .vf-linear-form input[type=text],
.vf-linear-form input[type=password], .vf-linear-form input[type=file],
.vf-linear-form input[type=url], .vf-linear-form input[type=tel],
.vf-linear-form input[type=number], .vf-linear-form textarea, .vf-linear-form select {
  margin: 5px 0px;
  padding: 15px 10px;
  background-color: #FFF;
  border: 1px solid #DBDBDB;
  color: #535E76;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.vf-linear-form input[type=email]:hover, .vf-linear-form input[type=email]:focus, .vf-linear-form input[type=text]:hover, .vf-linear-form input[type=text]:focus,
.vf-linear-form input[type=password]:hover,
.vf-linear-form input[type=password]:focus, .vf-linear-form input[type=file]:hover, .vf-linear-form input[type=file]:focus,
.vf-linear-form input[type=url]:hover,
.vf-linear-form input[type=url]:focus, .vf-linear-form input[type=tel]:hover, .vf-linear-form input[type=tel]:focus,
.vf-linear-form input[type=number]:hover,
.vf-linear-form input[type=number]:focus, .vf-linear-form textarea:hover, .vf-linear-form textarea:focus, .vf-linear-form select:hover, .vf-linear-form select:focus {
  border-color: #535E76;
  color: #555;
}
.vf-linear-form input[type=radio] {
  margin: 5px 0;
  padding: 8px 5px;
}
.vf-linear-form input[type=submit] {
  margin: 10px 0;
}

#vf-instant-form {
  width: 1000px;
  display: none;
  flex-direction: column;
  margin: 10px;
}
#vf-instant-form .vf-norecaptcha {
  display: none;
  font-size: 0.7em;
  color: #FFF;
}
#vf-instant-form .vf-norecaptcha a {
  color: #8894AF;
}
#vf-instant-form .vf-norecaptcha a:hover {
  text-decoration: underline;
}
#vf-instant-form input[type=email], #vf-instant-form input[type=text],
#vf-instant-form input[type=password], #vf-instant-form input[type=file],
#vf-instant-form input[type=url], #vf-instant-form input[type=tel],
#vf-instant-form textarea, #vf-instant-form label, #vf-instant-form select {
  padding: 5px 2px;
  margin: 0;
}
#vf-instant-form label {
  margin-right: 5px;
}
#vf-instant-form input[type=email], #vf-instant-form input[type=text],
#vf-instant-form input[type=password], #vf-instant-form input[type=file],
#vf-instant-form input[type=url], #vf-instant-form input[type=tel] {
  width: 350px;
}
#vf-instant-form .vf-button {
  width: 200px;
}
#vf-instant-form textarea, #vf-instant-form .vf-button {
  margin: auto;
}
#vf-instant-form textarea {
  height: 80px;
  resize: vertical;
  width: 80%;
}

#vf-feedback-form .vf-norecaptcha {
  display: none;
  font-size: 0.7em;
  text-transform: uppercase;
}
#vf-feedback-form .vf-norecaptcha a {
  color: #8894AF;
}
#vf-feedback-form .vf-norecaptcha a:hover {
  text-decoration: underline;
}
#vf-feedback-form input[type=email], #vf-feedback-form input[type=text],
#vf-feedback-form input[type=password], #vf-feedback-form input[type=file],
#vf-feedback-form input[type=url], #vf-feedback-form input[type=tel],
#vf-feedback-form textarea, #vf-feedback-form label, #vf-feedback-form select, #vf-feedback-form p, #vf-feedback-form table {
  width: 600px;
  max-width: 600px;
}
#vf-feedback-form input[type=submit] {
  width: 620px;
}
#vf-feedback-form > * {
  margin-left: 30px;
  margin-right: 30px;
}
#vf-feedback-form p {
  margin: 10px 30px;
  font-size: 0.9em;
}
#vf-feedback-form p span {
  font-size: 0.9em;
}
#vf-feedback-form table thead td {
  font-weight: 600;
  text-align: center;
}
#vf-feedback-form table tbody tr:nth-child(even) td {
  text-align: center;
  background-color: #FFF;
  padding: 8px;
  border: 1px solid #DBDBDB;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#vf-feedback-form table tbody tr:nth-child(even) td:hover {
  border-color: #535E76;
}
#vf-feedback-form table .vf-feedback-table-third-row td {
  background-color: transparent !important;
  padding: 0px !important;
  border: none !important;
}
#vf-feedback-form table .vf-feedback-table-third-row td:hover {
  border-color: #DBDBDB;
}
#vf-feedback-form table .vf-feedback-hidden {
  display: none;
}
#vf-feedback-form #vf-feedback-consent {
  display: flex;
}
#vf-feedback-form #vf-feedback-consent input[type=checkbox] {
  margin: 15px 10px 10px 10px;
  display: inline;
  vertical-align: top;
}

#vf-webshop_order-form #vf-cart-container {
  display: flex;
}
#vf-webshop_order-form #vf-cart-container .vf-webshop_products, #vf-webshop_order-form #vf-cart-container .vf-webshop-orderinfo {
  flex: 0 1 500px;
  align-self: flex-start;
}
#vf-webshop_order-form .vf-webshop-orderinfo .vf-input-same-line {
  justify-content: center;
  width: 470px;
}
#vf-webshop_order-form .vf-webshop-orderinfo .vf-input-same-line input {
  min-width: 0;
}
#vf-webshop_order-form .vf-webshop-orderinfo .vf-input-same-line label {
  line-height: 12px;
}
#vf-webshop_order-form .vf-webshop-orderinfo .vf-input-same-line .vf-radio-button-group {
  background-color: white;
  padding: 10px;
}
#vf-webshop_order-form .vf-webshop-orderinfo .vf-input-same-line .vf-radio-button-group input[type=radio] {
  display: block;
  margin: auto;
}
#vf-webshop_order-form .vf-webshop-orderinfo .vf-input-same-line .vf-radio-button-group label {
  height: auto;
  text-align: center;
  width: 115px;
  white-space: pre-wrap;
  line-height: 18px;
  display: block;
}
#vf-webshop_order-form .vf-webshop-orderinfo input[type=email], #vf-webshop_order-form .vf-webshop-orderinfo input[type=text],
#vf-webshop_order-form .vf-webshop-orderinfo input[type=password], #vf-webshop_order-form .vf-webshop-orderinfo input[type=submit],
#vf-webshop_order-form .vf-webshop-orderinfo input[type=file], #vf-webshop_order-form .vf-webshop-orderinfo input[type=url],
#vf-webshop_order-form .vf-webshop-orderinfo input[type=number], #vf-webshop_order-form .vf-webshop-orderinfo input[type=tel],
#vf-webshop_order-form .vf-webshop-orderinfo textarea, #vf-webshop_order-form .vf-webshop-orderinfo label, #vf-webshop_order-form .vf-webshop-orderinfo select {
  height: 10px;
  padding: 6px;
  width: 455px;
}
#vf-webshop_order-form .vf-webshop-orderinfo input:read-only {
  background-color: #D7DADF;
}
#vf-webshop_order-form .vf-webshop-orderinfo input[name$="zip]"] {
  width: 170px;
}
#vf-webshop_order-form .vf-webshop-orderinfo .vf-webshop-order-delivery-info, #vf-webshop_order-form .vf-webshop-orderinfo .vf-webshop-order-invoice-info {
  padding: 5px;
  background-color: #f4f4f4;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}
#vf-webshop_order-form .vf-webshop-orderinfo .vf-webshop-order-delivery-info label[required]::after, #vf-webshop_order-form .vf-webshop-orderinfo .vf-webshop-order-invoice-info label[required]::after {
  content: " *";
}
#vf-webshop_order-form .vf-webshop-orderinfo h3 {
  font-size: 1.2em;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
}
#vf-webshop_order-form .vf-webshop-orderinfo h3 span {
  font-variant: small-caps;
  color: #8894AF;
  font-family: "Open Sans", sans-serif;
  margin-right: 7px;
}
#vf-webshop_order-form .vf-webshop-orderinfo h3 span:last-of-type:not(:first-child) {
  float: right;
  font-size: 0.7em;
}
#vf-webshop_order-form #vf-cart-summary {
  padding: 10px 40px;
}
#vf-webshop_order-form #vf-cart-summary label {
  font-size: 0.9em;
  font-variant: small-caps;
  display: inline;
  color: #8894AF;
}
#vf-webshop_order-form #vf-cart-summary label a {
  color: #555;
}
#vf-webshop_order-form #vf-cart-summary input[type=checkbox] {
  margin: 0 10px;
}
#vf-webshop_order-form #vf-cart-summary button {
  display: block;
  margin: 20px auto 10px auto;
  font-size: 1.2em;
  text-transform: none;
  font-variant: small-caps;
  width: 200px;
}
#vf-webshop_order-form #vf-cart-summary h2 {
  font-size: 1.3em;
  padding: 10px 0;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
}
#vf-webshop_order-form #vf-cart-summary h2#vf-net-price, #vf-webshop_order-form #vf-cart-summary h2#vf-shipping-price {
  opacity: 0.9;
  font-size: 1.2em;
}
#vf-webshop_order-form #vf-cart-summary h2 span {
  text-transform: none;
  font-variant: small-caps;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
#vf-webshop_order-form #vf-cart-summary h2 span:last-child {
  float: right;
  margin-right: 20px;
}

.vf-autocomplete-results {
  position: absolute;
  z-index: 99;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.vf-autocomplete-results li {
  background-color: #fff;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #DBDBDB;
  border-collapse: collapse;
}
.vf-autocomplete-results li mark {
  background-color: inherit;
  font-weight: bold;
}
.vf-autocomplete-results li:hover {
  cursor: pointer;
  background-color: #DDD;
}

@-webkit-keyframes fade {
  0% {
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes fade {
  0% {
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  100% {
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
body {
  position: relative;
}
body #vf-christmas-wrapper {
  display: none;
}

body.vf-christmas #vf-old-link {
  background-color: #2c5593 !important;
}
body.vf-christmas #vf-christmas-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
}
body.vf-christmas #vf-christmas-overlay #vf-christmas-wrapper {
  display: none;
  position: fixed;
  z-index: 99999999;
  width: 400px;
  left: 50%;
  height: 300px;
  top: 50%;
  margin: -150px 0 0 -200px;
  background-color: #FAFAFA;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
body.vf-christmas #vf-christmas-overlay #vf-christmas-wrapper h2 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #2c5593;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: normal;
}
body.vf-christmas #vf-christmas-overlay #vf-christmas-wrapper .vf-christmas-tree {
  position: absolute;
  background: url(/packs/static/images/tree-812c5015ed5a0a203c16.png) no-repeat center center;
  width: 95px;
  height: 156px;
  top: 60px;
}
body.vf-christmas #vf-christmas-overlay #vf-christmas-wrapper #vf-christmas-tree-left {
  left: 30px;
}
body.vf-christmas #vf-christmas-overlay #vf-christmas-wrapper #vf-christmas-tree-right {
  right: 30px;
}
body.vf-christmas #vf-christmas-overlay #vf-christmas-wrapper #vf-christmas-info {
  background-color: rgba(255, 255, 255, 0.75);
  height: 250px;
  text-shadow: 1px 1px 5px #FFF;
  overflow: hidden;
}
body.vf-christmas #vf-christmas-overlay #vf-christmas-wrapper #vf-christmas-info ul {
  margin: 20px 0;
  text-align: center;
}
body.vf-christmas #vf-christmas-overlay #vf-christmas-wrapper #vf-christmas-info ul li {
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 0.8em;
}
body.vf-christmas #vf-christmas-overlay #vf-christmas-wrapper #vf-christmas-info ul .vf-christmas-day {
  color: #6CB0E7;
  font-size: 1.2em;
}
body.vf-christmas #vf-christmas-overlay #vf-christmas-wrapper #vf-christmas-info p {
  display: block;
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  padding: 0 10px;
  font-weight: bold;
  box-sizing: border-box;
}
body.vf-christmas #vf-footer {
  background-color: #062544 !important;
}

.hide-accessibility {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

#vf-frame {
  margin: 20px auto;
  max-width: 1320px;
  display: flex;
  flex-direction: row;
}

#vf-consent-dialog-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.5);
}

.vf-dialog {
  position: fixed;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10001;
}

#vf-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 2px solid #DEDEDE;
  background-color: #535E76;
  font-size: 12px;
  height: 60px;
}
#vf-header #vf-header-nav, #vf-header #vf-header-lan {
  height: 62px;
}
#vf-header #vf-header-nav li, #vf-header #vf-header-lan li {
  height: 100%;
  float: left;
}
#vf-header #vf-header-nav li a, #vf-header #vf-header-lan li a {
  display: table-cell;
  text-align: center;
  color: #F0F0F0;
  height: 60px;
  vertical-align: middle;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  transition: all 0.25s;
}
#vf-header #vf-header-nav li a:hover, #vf-header #vf-header-lan li a:hover {
  color: #FFF;
}
#vf-header #vf-header-nav {
  margin-left: 50px;
}
#vf-header #vf-header-nav li a {
  padding: 0 20px;
}
#vf-header #vf-header-nav li a span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
#vf-header #vf-header-nav li:first-child {
  margin-top: 4px;
  margin-right: 30px;
}
#vf-header #vf-header-nav li:first-child a {
  height: 50px;
  padding: 0 10px;
  border-radius: 40px;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
}
#vf-header #vf-header-nav li:first-child a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#vf-header #vf-header-nav li:first-child a img {
  vertical-align: middle;
  width: 32px;
  height: 32px;
}
#vf-header #vf-header-nav li:not(:first-child) a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 1px #666;
}
#vf-header #vf-header-cart {
  background-image: url(/packs/static/images/cart-0536a050c115dd91665c.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: fixed;
  top: 5px;
  right: 5px;
  opacity: 0.7;
  transition: background-color 0.25s linear;
}
#vf-header #vf-header-cart:hover, #vf-header #vf-header-cart.vf-highlight {
  background-color: white;
  transition: background-color 0.25s linear;
}
#vf-header #vf-header-cart:hover span:first-child, #vf-header #vf-header-cart.vf-highlight span:first-child {
  transition: background-color 0.25s linear;
  background-color: white;
}
#vf-header #vf-header-cart span {
  transition: background-color 0.25s linear;
  background-color: #535E76;
  color: black;
  position: relative;
  top: 4px;
  left: 30px;
  font-weight: bold;
  font-size: 1.1em;
  border: 2px solid black;
  border-radius: 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
}
#vf-header #vf-header-lan {
  flex-shrink: 1;
  flex-grow: 1;
  max-width: 450px;
  margin-right: 50px;
  display: flex;
}
#vf-header #vf-header-lan li a img {
  vertical-align: middle;
  opacity: 0.8;
  transition: all 0.25s;
  width: 30px;
  height: 30px;
}
#vf-header #vf-header-lan li a img:hover {
  opacity: 1;
}
#vf-header #vf-header-lan li a:hover img {
  border-color: #FFF;
}
#vf-header #vf-header-lan li:nth-child(2) a {
  border: none !important;
}
#vf-header #vf-header-lan li:last-child {
  margin-left: 15px;
}

#vf-header-search {
  height: 30px;
  width: 80%;
  padding: 0 10px 0 10px;
}
#vf-header-search ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #D7DADF;
}
#vf-header-search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #D7DADF;
  opacity: 1;
}
#vf-header-search ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #D7DADF;
  opacity: 1;
}
#vf-header-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #D7DADF;
}
#vf-header-search ::-ms-input-placeholder { /* Microsoft Edge */
  color: #D7DADF;
}
#vf-header-search #vf-search-autocomplete-results {
  width: 360px;
}
#vf-header-search #vf-search-autocomplete-results li {
  float: none;
}
#vf-header-search #vf-search-autocomplete-results li:last-child {
  margin-left: 0;
}
#vf-header-search input[type=text] {
  box-sizing: border-box;
  width: 100%;
  letter-spacing: 1px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 15px;
  margin-top: 8px;
  color: #D7DADF;
  height: 44px;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  -webkit-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  -ms-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
#vf-header-search input[type=text]:focus, #vf-header-search input[type=text]:hover {
  color: #FFF;
  border-color: rgba(255, 255, 255, 0.5);
}
#vf-header-search .vf-search-loading {
  background-image: url(/packs/static/images/loading-7d8380cd4cc7e79c7102.gif);
  background-repeat: no-repeat;
  background-position: 300px center;
}

#vf-old-link {
  position: fixed;
  bottom: 50px;
  left: 0px;
  width: auto;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.38);
  font-size: 0.7em;
  padding: 5px;
}

#vf-menu {
  width: 350px;
  margin-right: 10px;
  margin-left: 10px;
}
#vf-menu .vf-menu-subtitle {
  padding: 10px 0;
  color: #535E76;
  font-size: 26px;
  font-variant: small-caps;
}
#vf-menu li {
  position: relative;
  font-size: 0.8em;
}
#vf-menu li a {
  display: block;
  color: #535E76;
  padding: 10px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 1px solid #569cd5;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#vf-menu li a:hover, #vf-menu li a.vf-active-leaf, #vf-menu li a.vf-active-category {
  background-color: #8894AF;
  color: #FFF;
}
#vf-menu li span {
  display: block;
}
#vf-menu li:last-child a {
  border-bottom: none;
}
#vf-menu .vf-menu-subtitle {
  margin-left: 0px;
}
#vf-menu .vf-menu-subtitle:last-child {
  border: none;
}

#vf-content {
  -webkit-box-shadow: 0 0 3px 3px #DBDBDB;
  -moz-box-shadow: 0 0 3px 3px #DBDBDB;
  box-shadow: 0 0 3px 3px #DBDBDB;
  flex: 0 1 1010px;
}
#vf-content > * {
  background-color: rgba(255, 255, 255, 0.5);
}

.grecaptcha-badge {
  z-index: 9999;
}

#vf-footer {
  width: 100%;
  height: auto;
  background-color: #535E76;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-top: 20px;
  position: sticky;
  bottom: -168px;
}
#vf-footer #vf-footer-consent {
  margin: 15px 25px;
  font-size: 0.7em;
  color: #FFF;
  display: none;
}
#vf-footer #vf-footer-consent #vf-footer-consent-container {
  display: flex;
}
#vf-footer #vf-footer-consent #vf-footer-consent-buttons {
  margin: 20px;
  text-align: center;
  padding: 0;
  border: 1px #FFF solid;
  min-width: 150px;
  display: block;
  align-self: center;
}
#vf-footer #vf-footer-consent #vf-footer-consent-buttons a {
  text-transform: uppercase;
  display: block;
  color: #FFF;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#vf-footer #vf-footer-consent #vf-footer-consent-buttons a:hover, #vf-footer #vf-footer-consent #vf-footer-consent-buttons a:active {
  background-color: #FFF;
  color: #535E76;
}
#vf-footer #vf-footer-consent #vf-footer-consent-buttons a span {
  display: block;
  padding: 5px 0 5px 0;
  margin: 0 5px 0 5px;
  border-bottom: 1px solid #FFF;
}
#vf-footer #vf-footer-consent #vf-footer-consent-buttons a:last-child span {
  border-bottom: none;
}
#vf-footer .vf-footer-subtitle {
  font-size: 1.5em;
  text-transform: none;
  margin-bottom: 15px;
  color: #8894AF;
}
#vf-footer #vf-instant-dropdown {
  display: none;
  margin: 10px auto;
  font-size: 0.8em;
}
#vf-footer #vf-instant-dropdown #vf-instant-success {
  color: #67ADE8;
}
#vf-footer #vf-instant-dropdown #vf-instant-error {
  color: #CE2114;
}
#vf-footer #vf-instant-dropdown #vf-instant-text {
  color: #F0F0F0;
}
#vf-footer .vf-footer-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#vf-footer .vf-footer-column {
  margin-right: 10px;
  margin-left: 10px;
  width: 500px;
}
#vf-footer .vf-footer-line {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#vf-footer .vf-footer-error {
  text-align: right;
}
#vf-footer #vf-footer-org {
  border-top: 1px solid #8894AF;
}
#vf-footer #vf-footer-org > ul {
  display: block;
  width: 1000px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
#vf-footer #vf-footer-org > ul li ul li {
  margin-bottom: 10px;
}
#vf-footer #vf-footer-org > ul li ul li span {
  margin-left: 10px;
  color: #F0F0F0;
}
#vf-footer #vf-footer-org > ul li ul li span a {
  color: white;
}
#vf-footer #vf-footer-org > ul li ul li span img {
  margin-bottom: -5px;
  width: 20px;
  height: 20px;
}
#vf-footer #vf-footer-org > ul > li {
  float: left;
  width: 300px;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #FFF;
}
#vf-footer #vf-footer-org > ul > li #vf-footer-terms {
  margin: 0 3.5em 15px 3.5em;
  border: 1px solid #FFF;
}
#vf-footer #vf-footer-org > ul > li #vf-footer-terms a {
  display: block;
  color: #FFF;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#vf-footer #vf-footer-org > ul > li #vf-footer-terms a:hover, #vf-footer #vf-footer-org > ul > li #vf-footer-terms a:active {
  background-color: #FFF;
  color: #535E76;
}
#vf-footer #vf-footer-org > ul > li #vf-footer-terms a span {
  display: block;
  padding: 5px 0 5px 0;
  margin: 0 5px 0 5px;
  border-bottom: 1px solid #FFF;
}
#vf-footer #vf-footer-org > ul > li #vf-footer-terms a:last-child span {
  border-bottom: none;
}
#vf-footer #vf-footer-org > ul > li:nth-child(2) {
  margin: 0 40px;
}

.dropdown {
  display: none;
  position: absolute;
  z-index: 9999999;
  margin-top: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: white;
}
.dropdown .dropdown-divider {
  margin-top: 2px;
  margin-bottom: 2px;
  border-top: 1px solid #E5E5E5;
}
.dropdown:before {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 10px;
}

#dropdown-contact li > a {
  display: block;
  color: #555;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 18px;
  padding: 3px 15px;
  white-space: nowrap;
  font-size: 0.6em;
}
#dropdown-contact li > a:hover {
  background-color: #ECECEC;
  color: #000;
  cursor: pointer;
}

.CspInlineContainer {
  padding: 0 20px;
}
.CspInlineContainer h2 {
  margin: 10px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 40px;
  min-height: 40px;
  text-align: center;
}
.CspInlineContainer .product-desc p {
  padding: 10px;
  text-align: left;
}

.ei-wrapper {
  position: relative;
  width: 100%;
}

.ei-wrapper p {
  clear: both;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}

/* EI SLIDER */
.ei-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  margin: 0 auto;
}

.ei-mobile-slider {
  height: 200px !important;
}

.ei-slider-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.9);
  color: #fff;
  text-align: center;
  line-height: 400px;
}

.ei-slider-large {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ei-slider-large li {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.ei-slider-large li img {
  width: 100%;
}

.ei-title {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 10px 0;
  width: 100%;
}

.ei-title h2, .ei-title h3 {
  text-align: center;
  color: #555;
}

.ei-mobile-title h2 {
  font-size: 16px !important;
  font-weight: normal !important;
}

.ei-title h2 {
  font-size: 1.5em;
  font-weight: normal;
}

.ei-mobile-title h3 {
  font-size: 12px !important;
  font-weight: normal !important;
}

.ei-title h3 {
  font-size: 1.2em;
  font-style: italic;
  font-weight: 100;
}

.ei-slider-thumbs {
  height: 10px;
  margin: 0 auto;
  position: relative;
}

.ei-slider-thumbs li {
  position: relative;
  float: left;
  height: 100%;
}

.ei-slider-thumbs li.ei-slider-element {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  z-index: 10;
  text-indent: -9000px;
  background-color: #FFF;
}

.ei-slider-thumbs li a {
  display: block;
  background: rgba(202, 202, 202, 0.68);
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: background 0.2s ease;
}

.ei-slider-thumbs li a:hover {
  background-color: #F0F0F0;
}

.ei-slider-thumbs li a img {
  position: absolute;
  bottom: 50px;
  opacity: 0;
  z-index: 20;
  max-width: 100%;
  transition: all 0.2s ease;
}

.ei-slider-thumbs li a:hover img {
  opacity: 1;
  bottom: 10px;
}

/* open-sans-300 - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url(/packs/static/fonts/open-sans-v15-latin-ext_latin-300-4c5395bfe99ec0090f8c.eot); /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-300-4c5395bfe99ec0090f8c.eot?#iefix) format("embedded-opentype"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-300-a4ac0b8f3d01d0b46104.woff2) format("woff2"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-300-f6240eccb0269943de69.woff) format("woff"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-300-ec6dc9e6c427e225f483.ttf) format("truetype"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-300-bb3b405a4608d51ddb13.svg#OpenSans) format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(/packs/static/fonts/open-sans-v15-latin-ext_latin-regular-a0faf02e7ceb430348d9.eot); /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-regular-a0faf02e7ceb430348d9.eot?#iefix) format("embedded-opentype"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-regular-17252753a6588430aa1b.woff2) format("woff2"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-regular-9ffdcf33f4c19919b0bd.woff) format("woff"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-regular-725db73e93d5c31efef3.ttf) format("truetype"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-regular-1d0d8b66fa1da76d69b9.svg#OpenSans) format("svg"); /* Legacy iOS */
}
/* open-sans-italic - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url(/packs/static/fonts/open-sans-v15-latin-ext_latin-italic-611a0a81fb7dba13a748.eot); /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-italic-611a0a81fb7dba13a748.eot?#iefix) format("embedded-opentype"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-italic-6ef44791c7749ba39d8f.woff2) format("woff2"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-italic-a253cc19754bbf0430e4.woff) format("woff"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-italic-09d6e81cdde730f3c618.ttf) format("truetype"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-italic-a80aff34ae9733004fbc.svg#OpenSans) format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url(/packs/static/fonts/open-sans-v15-latin-ext_latin-600-2bce65ccca319950af62.eot); /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-600-2bce65ccca319950af62.eot?#iefix) format("embedded-opentype"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-600-b22d2610327188f07b05.woff2) format("woff2"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-600-0508b1157aaf7906c4b7.woff) format("woff"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-600-85554f55c4fdd8dd02ef.ttf) format("truetype"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-600-099f4053beec784ab9d0.svg#OpenSans) format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url(/packs/static/fonts/open-sans-v15-latin-ext_latin-700-0d493c32112e13e8c673.eot); /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-700-0d493c32112e13e8c673.eot?#iefix) format("embedded-opentype"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-700-0e3a2634e88ff1ed63f0.woff2) format("woff2"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-700-d709459ef625e7263ef1.woff) format("woff"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-700-af575e206c79b8f85b28.ttf) format("truetype"), url(/packs/static/fonts/open-sans-v15-latin-ext_latin-700-926388f043fc8117b35b.svg#OpenSans) format("svg"); /* Legacy iOS */
}
a, link, a:visited {
  text-decoration: none;
  color: #555;
}

a img {
  border: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Open Sans", arial, sans-serif !important;
  color: #555;
  background-color: #D7DADF;
}

div, h1, h2, h3, a, span, ul, ol, li, p, img input,
button, textarea, select, form, input[type=checkbox] {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

input[type=text], button, textarea {
  /*appearance: none;*/
  font-family: "Open Sans", arial, sans-serif;
}

select {
  font-family: "Open Sans", arial, sans-serif;
}

* {
  outline: none;
}

/*# sourceMappingURL=application.css.map*/